diff --git a/po/POTFILES.in b/po/POTFILES.in index 704090116..760bd0354 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of source files which contain translatable strings. -gramps/gen/const.py.in +gramps/gen/const.py gramps/cli/arghandler.py gramps/cli/argparser.py gramps/cli/clidbman.py @@ -565,7 +565,6 @@ gramps/plugins/importer/importvcard.py gramps/plugins/importer/importxml.py gramps/plugins/lib/holidays.xml.in gramps/plugins/lib/libgedcom.py -gramps/plugins/lib/libgrdb.py gramps/plugins/lib/libhtmlconst.py gramps/plugins/lib/libmetadata.py gramps/plugins/lib/libnarrate.py diff --git a/po/fr.po b/po/fr.po index e767b6087..df2a47106 100644 --- a/po/fr.po +++ b/po/fr.po @@ -22,21 +22,44 @@ # Mathieu MD , 2012. msgid "" msgstr "" -"Project-Id-Version: 4.0-alpha5\n" +"Project-Id-Version: 4.0-beta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-06 09:10+0100\n" -"PO-Revision-Date: 2013-03-06 09:16+0100\n" +"POT-Creation-Date: 2013-04-04 09:22+0200\n" +"PO-Revision-Date: 2013-04-04 09:48+0100\n" "Last-Translator: \n" "Language-Team: French \n" -"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 1.4\n" +#: ../gramps/gen/const.py:207 +msgid "Gramps (Genealogical Research and Analysis Management Programming System) is a personal genealogy program." +msgstr "Gramps (Genealogical Research and Analysis Management Programming System) est un logiciel de généalogie." + +#: ../gramps/gen/const.py:229 +msgid "TRANSLATORS: Translate this to your name in your native language" +msgstr "" +"Michel Guitel\n" +"Laurent Protois\n" +"Matthieu Pupat\n" +"Guillaume Pratte\n" +"Frédéric Chateaux\n" +"Jérôme Rapinat\n" +"Mathieu MD" + +# The same "none" is used for name, surname and date. However, in French we say "aucun" for name and surname, but we say "aucune" for date... +#: ../gramps/gen/const.py:240 +#: ../gramps/gen/const.py:241 +#: ../gramps/gen/lib/date.py:1650 +#: ../gramps/gen/lib/date.py:1664 +msgid "none" +msgstr "aucun(e)" + # trunk -#: ../gramps/cli/arghandler.py:222 +#: ../gramps/cli/arghandler.py:221 #, python-format msgid "" "Error: Family tree '%s' already exists.\n" @@ -45,7 +68,7 @@ msgstr "" "Erreur : l'arbre familial « %s » existe déjà.\n" "L'option « -C » ne peut pas être utilisée." -#: ../gramps/cli/arghandler.py:231 +#: ../gramps/cli/arghandler.py:230 #, python-format msgid "" "Error: Input family tree \"%s\" does not exist.\n" @@ -54,18 +77,18 @@ msgstr "" "Erreur : l'arbre d'entrée « %s » n'existe pas.\n" "Si il s'agit du format GEDCOM, Gramps-xml ou grdb, utilisez plutôt l'option -i pour l'importer dans un arbre familial." -#: ../gramps/cli/arghandler.py:247 +#: ../gramps/cli/arghandler.py:246 #, python-format msgid "Error: Import file %s not found." msgstr "Erreur : le fichier %s à importer est introuvable." -#: ../gramps/cli/arghandler.py:265 +#: ../gramps/cli/arghandler.py:264 #, python-format msgid "Error: Unrecognized type: \"%(format)s\" for import file: %(filename)s" msgstr "Erreur : type non-reconnu : « %(format)s » pour le fichier à importer : %(filename)s" # trunk -#: ../gramps/cli/arghandler.py:287 +#: ../gramps/cli/arghandler.py:286 #, python-format msgid "" "WARNING: Output file already exists!\n" @@ -76,140 +99,161 @@ msgstr "" "ATTENTION : il sera écrasé :\n" " %s" -#: ../gramps/cli/arghandler.py:297 +#: ../gramps/cli/arghandler.py:296 msgid "OK to overwrite? (yes/no) " msgstr "D'accord pour écraser ? (oui/non) " -#: ../gramps/cli/arghandler.py:302 +#: ../gramps/cli/arghandler.py:300 msgid "YES" msgstr "OUI" # enlever la référence -#: ../gramps/cli/arghandler.py:303 +#: ../gramps/cli/arghandler.py:301 #, python-format msgid "Will overwrite the existing file: %s" msgstr "Écrasera le fichier existant : %s" -#: ../gramps/cli/arghandler.py:324 +#: ../gramps/cli/arghandler.py:322 #, python-format msgid "ERROR: Unrecognized format for export file %s" msgstr "Erreur : format non-reconnu pour le fichier %s à exporter" # trunk -#: ../gramps/cli/arghandler.py:411 +#: ../gramps/cli/arghandler.py:405 msgid "List of known family trees in your database path\n" msgstr "Liste des arbres familiaux connus dans votre chemin de base de données\n" # trunk -#: ../gramps/cli/arghandler.py:416 +#: ../gramps/cli/arghandler.py:410 #, python-format msgid "%(full_DB_path)s with name \"%(f_t_name)s\"" msgstr "%(full_DB_path)s avec le nom « %(f_t_name)s »" # trunk -#: ../gramps/cli/arghandler.py:422 +#: ../gramps/cli/arghandler.py:415 +#: ../gramps/cli/arghandler.py:426 msgid "Gramps Family Trees:" msgstr "Arbres généalogiques Gramps :" # trunk -#: ../gramps/cli/arghandler.py:426 +#: ../gramps/cli/arghandler.py:419 #, python-format msgid "Family Tree \"%s\":" msgstr "Arbre familial « %s » :" -# trunk +#. ------------------------------------------------------------------------- +#. +#. constants +#. +#. ------------------------------------------------------------------------- +#: ../gramps/cli/arghandler.py:428 +#: ../gramps/cli/clidbman.py:74 +#: ../gramps/gui/clipboard.py:936 +#: ../gramps/gui/configure.py:1293 +msgid "Family Tree" +msgstr "Arbre familial" + +#: ../gramps/cli/arghandler.py:435 #: ../gramps/cli/arghandler.py:438 +#: ../gramps/cli/clidbman.py:221 +#: ../gramps/cli/clidbman.py:223 +msgid "Family tree" +msgstr "Arbre familial" + +# trunk +#: ../gramps/cli/arghandler.py:448 #, python-format msgid "Performing action: %s." msgstr "Action demandée : %s." # trunk -#: ../gramps/cli/arghandler.py:440 +#: ../gramps/cli/arghandler.py:450 #, python-format msgid "Using options string: %s" msgstr "Utilisation de la chaîne d'options : %s" # trunk # Substantif (GNOME fr) -#: ../gramps/cli/arghandler.py:448 +#: ../gramps/cli/arghandler.py:455 #, python-format msgid "Exporting: file %(filename)s, format %(format)s." msgstr "Exportation : fichier %(filename)s, format %(format)s." # trunk -#: ../gramps/cli/arghandler.py:456 +#: ../gramps/cli/arghandler.py:462 msgid "Exiting." msgstr "Sortie." # trunk -#: ../gramps/cli/arghandler.py:460 +#: ../gramps/cli/arghandler.py:466 msgid "Cleaning up." msgstr "Nettoyage." # trunk -#: ../gramps/cli/arghandler.py:490 +#: ../gramps/cli/arghandler.py:495 msgid "Created empty family tree successfully" msgstr "Arbre familial vide créé avec succès" # trunk -#: ../gramps/cli/arghandler.py:493 -#: ../gramps/cli/arghandler.py:520 +#: ../gramps/cli/arghandler.py:498 +#: ../gramps/cli/arghandler.py:523 msgid "Error opening the file." msgstr "Erreur à l'ouverture du fichier." # trunk -#: ../gramps/cli/arghandler.py:494 -#: ../gramps/cli/arghandler.py:521 +#: ../gramps/cli/arghandler.py:499 +#: ../gramps/cli/arghandler.py:524 msgid "Exiting..." msgstr "Sortie..." # trunk # Substantif (GNOME fr) -#: ../gramps/cli/arghandler.py:500 +#: ../gramps/cli/arghandler.py:503 #, python-format msgid "Importing: file %(filename)s, format %(format)s." msgstr "Importation : fichier %(filename)s, format %(format)s." # trunk -#: ../gramps/cli/arghandler.py:518 +#: ../gramps/cli/arghandler.py:521 msgid "Opened successfully!" msgstr "Ouverture réussie !" -#: ../gramps/cli/arghandler.py:532 +#: ../gramps/cli/arghandler.py:535 msgid "Database is locked, cannot open it!" msgstr "La base de données est verrouillée, impossible de l'ouvrir !" -#: ../gramps/cli/arghandler.py:533 +#: ../gramps/cli/arghandler.py:536 #, python-format msgid " Info: %s" msgstr " Info : %s" -#: ../gramps/cli/arghandler.py:536 +#: ../gramps/cli/arghandler.py:539 msgid "Database needs recovery, cannot open it!" msgstr "La base de données doit être réparée, impossible de l'ouvrir !" # trunk -#: ../gramps/cli/arghandler.py:593 -#: ../gramps/cli/arghandler.py:639 -#: ../gramps/cli/arghandler.py:678 +#: ../gramps/cli/arghandler.py:596 +#: ../gramps/cli/arghandler.py:644 +#: ../gramps/cli/arghandler.py:685 msgid "Ignoring invalid options string." msgstr "Ignore la chaîne d'options invalide." # trunk -#: ../gramps/cli/arghandler.py:616 +#. name exists, but is not in the list of valid report names +#: ../gramps/cli/arghandler.py:620 msgid "Unknown report name." msgstr "Nom de rapport inconnu." # trunk -#: ../gramps/cli/arghandler.py:618 +#: ../gramps/cli/arghandler.py:622 #, python-format msgid "Report name not given. Please use one of %(donottranslate)s=reportname" msgstr "Nom de rapport absent. Utilisez %(donottranslate)s=reportname." # trunk -#: ../gramps/cli/arghandler.py:622 -#: ../gramps/cli/arghandler.py:662 -#: ../gramps/cli/arghandler.py:693 +#: ../gramps/cli/arghandler.py:626 +#: ../gramps/cli/arghandler.py:668 +#: ../gramps/cli/arghandler.py:701 #, python-format msgid "" "%s\n" @@ -219,34 +263,35 @@ msgstr "" " Les noms disponibles sont :" # trunk -#: ../gramps/cli/arghandler.py:656 +#: ../gramps/cli/arghandler.py:662 msgid "Unknown tool name." msgstr "Nom d'outil inconnu." # trunk -#: ../gramps/cli/arghandler.py:658 +#: ../gramps/cli/arghandler.py:664 #, python-format msgid "Tool name not given. Please use one of %(donottranslate)s=toolname." msgstr "Nom d'outil absent. Utilisez %(donottranslate)s=toolname." # trunk -#: ../gramps/cli/arghandler.py:687 +#: ../gramps/cli/arghandler.py:695 msgid "Unknown book name." msgstr "Nom de livre inconnu." # trunk -#: ../gramps/cli/arghandler.py:689 +#: ../gramps/cli/arghandler.py:697 #, python-format msgid "Book name not given. Please use one of %(donottranslate)s=bookname." msgstr "Nom du livre absent. Utilisez %(donottranslate)s=nom_du_livre." # trunk -#: ../gramps/cli/arghandler.py:698 +#: ../gramps/cli/arghandler.py:706 #, python-format msgid "Unknown action: %s." msgstr "Action inconnue : %s." # trunk +#. Note: Make sure to edit const.py.in POPT_TABLE too! #: ../gramps/cli/argparser.py:57 msgid "" "\n" @@ -268,6 +313,7 @@ msgid "" " -d, --debug=LOGGER_NAME Enable debug logs\n" " -l List Family Trees\n" " -L List Family Trees in Detail\n" +" -t List Family Trees, tab delimited\n" " -u, --force-unlock Force unlock of family tree\n" " -s, --show Show config settings\n" " -c, --config=[config.setting[:value]] Set config setting(s) and start Gramps\n" @@ -292,6 +338,7 @@ msgstr "" " -d, --debug=NOM_DE_LOGGER Active les logs de déboguage\n" " -l Liste les arbres familiaux\n" " -L Liste les arbres familiaux en détail\n" +" -t Liste les arbres familiaux dans un format tabulaire (tab)\n" " -u, --force-unlock Force le déverrouillage de l'arbre\n" " familial\n" " -s, --show Affiche les paramètres de configuration\n" @@ -299,7 +346,7 @@ msgstr "" " configuration et lance Gramps\n" " -v, --version Affiche les versions des bibliothèques\n" -#: ../gramps/cli/argparser.py:82 +#: ../gramps/cli/argparser.py:83 msgid "" "\n" "Example of usage of Gramps command line interface\n" @@ -386,12 +433,12 @@ msgstr "" "Note : ces exemples sont pour le shell bash.\n" "La syntaxe peut être différente pour les autres shells ou sous Windows.\n" -#: ../gramps/cli/argparser.py:234 -#: ../gramps/cli/argparser.py:357 +#: ../gramps/cli/argparser.py:236 +#: ../gramps/cli/argparser.py:364 msgid "Error parsing the arguments" msgstr "Erreur dans l'analyse des arguments" -#: ../gramps/cli/argparser.py:236 +#: ../gramps/cli/argparser.py:238 #, python-format msgid "" "Error parsing the arguments: %s \n" @@ -400,8 +447,43 @@ msgstr "" "Erreur dans l'analyse des arguments : %s\n" "Saisissez « gramps --help » pour un aperçu des commandes, ou consultez le manuel." +#: ../gramps/cli/argparser.py:247 +#, python-format +msgid "Trying to open: %s ..." +msgstr "Essai d'ouverture de : %s ..." + # trunk -#: ../gramps/cli/argparser.py:358 +#: ../gramps/cli/argparser.py:281 +#, python-format +msgid "Unknown action: %s. Ignoring." +msgstr "Action inconnue : %s. Ignorée." + +#: ../gramps/cli/argparser.py:290 +msgid "setup debugging" +msgstr "" + +#: ../gramps/cli/argparser.py:301 +#, python-format +msgid "Gramps config settings from %s:" +msgstr "" + +#: ../gramps/cli/argparser.py:319 +#, python-format +msgid "Current Gramps config setting: %s:%s" +msgstr "" + +#: ../gramps/cli/argparser.py:328 +#, python-format +msgid " New Gramps config setting: %s:%s" +msgstr "" + +#: ../gramps/cli/argparser.py:335 +#, python-format +msgid "Gramps: no such config setting: '%s'" +msgstr "" + +# trunk +#: ../gramps/cli/argparser.py:365 #, python-format msgid "" "Error parsing the arguments: %s \n" @@ -410,14 +492,8 @@ msgstr "" "Erreur dans l'analyse des arguments : %s\n" "Pour utiliser en mode ligne de commande, précisez au moins un fichier d'entrée à traiter." -#: ../gramps/cli/clidbman.py:72 -#: ../gramps/gui/clipboard.py:925 -#: ../gramps/gui/configure.py:1293 -msgid "Family Tree" -msgstr "Arbre familial" - # trunk -#: ../gramps/cli/clidbman.py:85 +#: ../gramps/cli/clidbman.py:87 #, python-format msgid "" "ERROR: %(title)s \n" @@ -426,28 +502,69 @@ msgstr "" "ERREUR: %(title)s \n" " %(message)s" +#: ../gramps/cli/clidbman.py:213 +msgid "Number of people" +msgstr "Nombre d'individus" + +#: ../gramps/cli/clidbman.py:215 +#: ../gramps/cli/clidbman.py:217 +msgid "Locked?" +msgstr "Verrouillé ?" + +#: ../gramps/cli/clidbman.py:215 +msgid "yes" +msgstr "oui" + +#: ../gramps/cli/clidbman.py:217 +msgid "no" +msgstr "non" + +# trunk +#: ../gramps/cli/clidbman.py:218 +msgid "Bsddb version" +msgstr "Version Bsddb" + +#: ../gramps/cli/clidbman.py:219 +msgid "Schema version" +msgstr "Version du schéma" + +#: ../gramps/cli/clidbman.py:224 +#: ../gramps/gui/editors/displaytabs/webembedlist.py:67 +#: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:94 +#: ../gramps/gui/glade/editmedia.glade.h:10 +#: ../gramps/gui/glade/editmediaref.glade.h:17 +#: ../gramps/plugins/view/mediaview.py:107 +msgid "Path" +msgstr "Chemin" + +#: ../gramps/cli/clidbman.py:225 +#: ../gramps/gui/dbman.py:301 +msgid "Last accessed" +msgstr "Dernier accès" + # Substantif (GNOME fr) -#: ../gramps/cli/clidbman.py:257 +#: ../gramps/cli/clidbman.py:282 #, python-format msgid "Starting Import, %s" msgstr "Début de l'importation, %s" -#: ../gramps/cli/clidbman.py:263 +#: ../gramps/cli/clidbman.py:288 msgid "Import finished..." msgstr "Importation finie..." # Substantif (GNOME fr) -#: ../gramps/cli/clidbman.py:341 +#. Create a new database +#: ../gramps/cli/clidbman.py:371 #: ../gramps/plugins/importer/importcsv.py:328 msgid "Importing data..." msgstr "Importation des données..." -#: ../gramps/cli/clidbman.py:385 +#: ../gramps/cli/clidbman.py:415 msgid "Could not rename family tree" msgstr "Impossible de renommer l'arbre familial" # trunk -#: ../gramps/cli/clidbman.py:420 +#: ../gramps/cli/clidbman.py:450 #, python-format msgid "" "\n" @@ -467,17 +584,19 @@ msgstr "" " %s\n" "\n" -#: ../gramps/cli/clidbman.py:473 +#: ../gramps/cli/clidbman.py:503 #: ../gramps/gui/configure.py:1225 msgid "Never" msgstr "Jamais" -#: ../gramps/cli/clidbman.py:493 +#. feature request 2356: avoid genitive form +#: ../gramps/cli/clidbman.py:523 #, python-format msgid "Locked by %s" msgstr "Verrouillé par %s" -#: ../gramps/cli/clidbman.py:496 +#. not all families have a spouse. +#: ../gramps/cli/clidbman.py:526 #: ../gramps/gen/lib/attrtype.py:64 #: ../gramps/gen/lib/childreftype.py:80 #: ../gramps/gen/lib/eventroletype.py:59 @@ -492,11 +611,11 @@ msgstr "Verrouillé par %s" #: ../gramps/gen/lib/urltype.py:55 #: ../gramps/gen/utils/lds.py:87 #: ../gramps/gen/utils/lds.py:93 -#: ../gramps/gen/utils/unknown.py:120 -#: ../gramps/gen/utils/unknown.py:122 -#: ../gramps/gen/utils/unknown.py:126 -#: ../gramps/gen/utils/unknown.py:132 -#: ../gramps/gen/utils/unknown.py:137 +#: ../gramps/gen/utils/unknown.py:121 +#: ../gramps/gen/utils/unknown.py:123 +#: ../gramps/gen/utils/unknown.py:127 +#: ../gramps/gen/utils/unknown.py:133 +#: ../gramps/gen/utils/unknown.py:138 #: ../gramps/gui/clipboard.py:188 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:124 #: ../gramps/gui/editors/editmedia.py:171 @@ -516,7 +635,7 @@ msgstr "Verrouillé par %s" #: ../gramps/plugins/quickview/all_relations.py:279 #: ../gramps/plugins/quickview/all_relations.py:296 #: ../gramps/plugins/textreport/indivcomplete.py:624 -#: ../gramps/plugins/tool/check.py:1967 +#: ../gramps/plugins/tool/check.py:1964 #: ../gramps/plugins/view/geoclose.py:488 #: ../gramps/plugins/view/geofamclose.py:246 #: ../gramps/plugins/view/geofamclose.py:632 @@ -526,9 +645,9 @@ msgstr "Verrouillé par %s" #: ../gramps/plugins/view/relview.py:471 #: ../gramps/plugins/view/relview.py:1019 #: ../gramps/plugins/view/relview.py:1066 -#: ../gramps/plugins/webreport/narrativeweb.py:398 -#: ../gramps/plugins/webreport/narrativeweb.py:2366 -#: ../gramps/plugins/webreport/narrativeweb.py:2520 +#: ../gramps/plugins/webreport/narrativeweb.py:399 +#: ../gramps/plugins/webreport/narrativeweb.py:2367 +#: ../gramps/plugins/webreport/narrativeweb.py:2521 msgid "Unknown" msgstr "Inconnu" @@ -538,7 +657,7 @@ msgid "WARNING: %s" msgstr "ATTENTION : %s" #: ../gramps/cli/grampscli.py:87 -#: ../gramps/cli/grampscli.py:211 +#: ../gramps/cli/grampscli.py:220 #, python-format msgid "ERROR: %s" msgstr "ERREUR : %s" @@ -556,57 +675,61 @@ msgid "Gramps has detected a problem in the underlying Berkeley database. This c msgstr "Gramps a détecté un problème dans la base de données Berkeley sous-jacente. Ceci peut être réparé depuis le gestionnaire d'arbres familiaux. Sélectionnez la base de données et cliquez sur le bouton Réparer." #: ../gramps/cli/grampscli.py:143 -#: ../gramps/gui/dbloader.py:293 +#: ../gramps/gui/dbloader.py:294 msgid "Read only database" msgstr "Base de données en lecture seule" #: ../gramps/cli/grampscli.py:144 -#: ../gramps/gui/dbloader.py:238 -#: ../gramps/gui/dbloader.py:294 +#: ../gramps/gui/dbloader.py:239 +#: ../gramps/gui/dbloader.py:295 msgid "You do not have write access to the selected file." msgstr "Vous n'avez pas accès en écriture au fichier sélectionné." #: ../gramps/cli/grampscli.py:163 #: ../gramps/cli/grampscli.py:166 -#: ../gramps/gui/dbloader.py:327 -#: ../gramps/gui/dbloader.py:330 -#: ../gramps/gui/dbloader.py:333 +#: ../gramps/cli/grampscli.py:169 +#: ../gramps/cli/grampscli.py:172 +#: ../gramps/cli/grampscli.py:175 +#: ../gramps/gui/dbloader.py:343 +#: ../gramps/gui/dbloader.py:346 +#: ../gramps/gui/dbloader.py:349 msgid "Cannot open database" msgstr "Impossible d'ouvrir la base de données" -#: ../gramps/cli/grampscli.py:170 -#: ../gramps/gui/dbloader.py:197 -#: ../gramps/gui/dbloader.py:337 +#: ../gramps/cli/grampscli.py:179 +#: ../gramps/gui/dbloader.py:198 +#: ../gramps/gui/dbloader.py:353 #, python-format msgid "Could not open file: %s" msgstr "Impossible d'ouvrir le fichier : %s" -#: ../gramps/cli/grampscli.py:223 +#: ../gramps/cli/grampscli.py:232 msgid "Could not load a recent Family Tree." msgstr "Impossible de charger l'arbre familial récent." -#: ../gramps/cli/grampscli.py:224 +#: ../gramps/cli/grampscli.py:233 msgid "Family Tree does not exist, as it has been deleted." msgstr "Cet arbre familial n'existe pas, puisqu'il a été supprimé." -#: ../gramps/cli/grampscli.py:299 +#. already errors encountered. Show first one on terminal and exit +#: ../gramps/cli/grampscli.py:307 #, python-format msgid "Error encountered: %s" msgstr "Erreur rencontrée : %s" -#: ../gramps/cli/grampscli.py:302 -#: ../gramps/cli/grampscli.py:313 +#: ../gramps/cli/grampscli.py:309 +#: ../gramps/cli/grampscli.py:317 #, python-format msgid " Details: %s" msgstr " Détails : %s" -#: ../gramps/cli/grampscli.py:309 +#: ../gramps/cli/grampscli.py:314 #, python-format msgid "Error encountered in argument parsing: %s" msgstr "Erreur rencontrée dans l'analyse de l'argument : %s" # trunk -#: ../gramps/cli/plug/__init__.py:172 +#: ../gramps/cli/plug/__init__.py:171 msgid "ERROR: Please specify a person" msgstr "ERREUR : veuillez indiquer un individu" @@ -615,7 +738,82 @@ msgstr "ERREUR : veuillez indiquer un individu" msgid "ERROR: Please specify a family" msgstr "ERREUR : veuillez indiquer une famille" -#: ../gramps/cli/plug/__init__.py:308 +#: ../gramps/cli/plug/__init__.py:268 +msgid "=filename" +msgstr "=nom_du_fichier" + +#: ../gramps/cli/plug/__init__.py:268 +msgid "Output file name. MANDATORY" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:269 +msgid "=format" +msgstr "=format" + +#: ../gramps/cli/plug/__init__.py:269 +msgid "Output file format." +msgstr "Format de sortie. " + +#: ../gramps/cli/plug/__init__.py:270 +#: ../gramps/cli/plug/__init__.py:271 +msgid "=name" +msgstr "=nom" + +# trunk +#: ../gramps/cli/plug/__init__.py:270 +msgid "Style name." +msgstr "Nom du style." + +#: ../gramps/cli/plug/__init__.py:271 +msgid "Paper size name." +msgstr "Taille de la page." + +#: ../gramps/cli/plug/__init__.py:272 +#: ../gramps/cli/plug/__init__.py:273 +#: ../gramps/cli/plug/__init__.py:275 +#: ../gramps/cli/plug/__init__.py:277 +#: ../gramps/cli/plug/__init__.py:279 +msgid "=number" +msgstr "=numéro" + +#: ../gramps/cli/plug/__init__.py:272 +msgid "Paper orientation number." +msgstr "Numéro d'orientation de la page." + +#: ../gramps/cli/plug/__init__.py:273 +msgid "Left paper margin" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:274 +#: ../gramps/cli/plug/__init__.py:276 +#: ../gramps/cli/plug/__init__.py:278 +#: ../gramps/cli/plug/__init__.py:280 +msgid "Size in cm" +msgstr "Taille en centimètre" + +#: ../gramps/cli/plug/__init__.py:275 +msgid "Right paper margin" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:277 +msgid "Top paper margin" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:279 +msgid "Bottom paper margin" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:281 +msgid "=css filename" +msgstr "=feuille de style css" + +#: ../gramps/cli/plug/__init__.py:281 +msgid "CSS filename to use, html format only" +msgstr "" + +#. FIXME it is wrong to use translatable text in comparison. +#. How can we distinguish custom size though? +#: ../gramps/cli/plug/__init__.py:312 #: ../gramps/gen/plug/report/_paper.py:92 #: ../gramps/gen/plug/report/_paper.py:114 #: ../gramps/gui/plug/report/_papermenu.py:184 @@ -624,67 +822,68 @@ msgid "Custom Size" msgstr "Taille personnalisée" # trunk -#: ../gramps/cli/plug/__init__.py:420 +#: ../gramps/cli/plug/__init__.py:424 #, python-format msgid "Unknown option: %s" msgstr "Option inconnue : %s" # trunk -#: ../gramps/cli/plug/__init__.py:421 -#: ../gramps/cli/plug/__init__.py:500 +#: ../gramps/cli/plug/__init__.py:425 +#: ../gramps/cli/plug/__init__.py:507 msgid " Valid options are:" msgstr " Les options valides sont :" # trunk -#: ../gramps/cli/plug/__init__.py:423 -#: ../gramps/cli/plug/__init__.py:502 -#: ../gramps/cli/plug/__init__.py:579 +#: ../gramps/cli/plug/__init__.py:428 +#: ../gramps/cli/plug/__init__.py:510 +#: ../gramps/cli/plug/__init__.py:587 #, python-format msgid " Use '%(donottranslate)s' to see description and acceptable values" msgstr " Utilisez « %(donottranslate)s » pour voir la description et les valeurs supportées" # trunk # Substantif (GNOME fr) -#: ../gramps/cli/plug/__init__.py:475 +#: ../gramps/cli/plug/__init__.py:481 #, python-format msgid "Ignoring '%(notranslate1)s=%(notranslate2)s' and using '%(notranslate1)s=%(notranslate3)s'." msgstr "Ignore « %(notranslate1)s=%(notranslate2)s » et utilise « %(notranslate1)s=%(notranslate3)s »." # trunk -#: ../gramps/cli/plug/__init__.py:480 +#: ../gramps/cli/plug/__init__.py:487 #, python-format msgid "Use '%(notranslate)s' to see valid values." msgstr "Utilisez « %(notranslate)s » pour voir les valeurs supportées." # trunk -#: ../gramps/cli/plug/__init__.py:499 +#: ../gramps/cli/plug/__init__.py:506 #, python-format msgid "Ignoring unknown option: %s" msgstr "Ignore l'option inconnue : %s" # trunk -#: ../gramps/cli/plug/__init__.py:567 +#: ../gramps/cli/plug/__init__.py:576 msgid " Available options:" msgstr " Options disponibles :" # trunk -#: ../gramps/cli/plug/__init__.py:577 +#: ../gramps/cli/plug/__init__.py:585 #, fuzzy msgid "(no help available)" -msgstr "N/A" +msgstr "Aucune description disponible" # trunk -#: ../gramps/cli/plug/__init__.py:586 +#: ../gramps/cli/plug/__init__.py:594 msgid " Available values are:" msgstr " Les valeurs disponibles sont :" # trunk -#: ../gramps/cli/plug/__init__.py:598 +#. there was a show option given, but the option is invalid +#: ../gramps/cli/plug/__init__.py:604 #, python-format msgid "option '%(optionname)s' not valid. Use '%(donottranslate)s' to see all valid options." msgstr "option « %(optionname)s » non-valide. Utilisez « %(donottranslate)s » pour voir les valeurs supportées." -#: ../gramps/cli/plug/__init__.py:610 +#: ../gramps/cli/plug/__init__.py:618 msgid "Failed to write report. " msgstr "Échec à l'écriture du rapport. " @@ -714,70 +913,71 @@ msgstr "Vivant" msgid "Private Record" msgstr "Enregistrement privé" -#: ../gramps/gen/const.py.in:237 -msgid "Gramps (Genealogical Research and Analysis Management Programming System) is a personal genealogy program." -msgstr "Gramps (Genealogical Research and Analysis Management Programming System) est un logiciel de généalogie." - -#: ../gramps/gen/const.py.in:258 -msgid "TRANSLATORS: Translate this to your name in your native language" -msgstr "" -"Michel Guitel\n" -"Laurent Protois\n" -"Matthieu Pupat\n" -"Guillaume Pratte\n" -"Frédéric Chateaux\n" -"Jérôme Rapinat\n" -"Mathieu MD" - -# The same "none" is used for name, surname and date. However, in French we say "aucun" for name and surname, but we say "aucune" for date... -#: ../gramps/gen/const.py.in:269 -#: ../gramps/gen/const.py.in:270 -#: ../gramps/gen/lib/date.py:1650 -#: ../gramps/gen/lib/date.py:1664 -msgid "none" -msgstr "aucun(e)" - -#: ../gramps/gen/db/base.py:1616 +#: ../gramps/gen/db/base.py:1617 msgid "Add child to family" msgstr "Ajouter un enfant à cette famille" # enlever la référence à l'enfant dans la famille -#: ../gramps/gen/db/base.py:1629 -#: ../gramps/gen/db/base.py:1634 +#: ../gramps/gen/db/base.py:1630 +#: ../gramps/gen/db/base.py:1635 msgid "Remove child from family" msgstr "Enlever l'enfant de cette famille" # enlever la référence à la famille -#: ../gramps/gen/db/base.py:1709 -#: ../gramps/gen/db/base.py:1713 +#: ../gramps/gen/db/base.py:1710 +#: ../gramps/gen/db/base.py:1714 msgid "Remove Family" msgstr "Enlever cette famille" # enlever la référence au père dans la famille -#: ../gramps/gen/db/base.py:1754 +#: ../gramps/gen/db/base.py:1755 msgid "Remove father from family" msgstr "Enlever le père de cette famille" # enlever la référence à la mère dans la famille -#: ../gramps/gen/db/base.py:1756 +#: ../gramps/gen/db/base.py:1757 msgid "Remove mother from family" msgstr "Enlever la mère de cette famille" -#: ../gramps/gen/db/exceptions.py:79 +#: ../gramps/gen/db/exceptions.py:82 +#, python-format msgid "" -"The database version is not supported by this version of Gramps.\n" +"The schema version is not supported by this version of Gramps.\n" +"\n" +"This Family tree is schema version %(tree_vers)s, and this version of Gramps supports versions %(min_vers)s to %(max_vers)s\n" +"\n" "Please upgrade to the corresponding version or use XML for porting data between different database versions." msgstr "" -"Cette version de la base de données n'est pas supportée par cette version de Gramps.\n" +"Cette version du schéma de la base de données n'est pas supportée par cette version de Gramps.\n" +"\n" +"La version du schéma de l'arbre familial est %(tree_vers)s, et cette version de Gramps supporte les versions %(min_vers)s à %(max_vers)s.\n" +"\n" "Veuillez mettre à jour à la version correspondante, ou utilisez le format Gramps XML pour transférer les données d'une version à l'autre." -#: ../gramps/gen/db/exceptions.py:94 +#: ../gramps/gen/db/exceptions.py:104 #, python-format msgid "Gramps stores its data in a Berkeley Database. The family tree you try to load was created with version %(env_version)s of the Berkeley DB. However, the Gramps version in use right now employs version %(bdb_version)s of the Berkeley DB. So you are trying to load data created in a newer format into an older program; this is bound to fail. The right approach in this case is to use XML export and import. So try to open the family tree on that computer with that software that created the family tree, export it to XML and load that XML into the version of Gramps you intend to use." msgstr "Gramps stocke les données dans une base de données Berkeley. L'arbre familial que vous essayez de charger a été créé avec la version %(env_version)s de la BDD Berkeley. Cependant, la version actuelle de Gramps utilise la version %(bdb_version)s de la BDD Berkeley. Vous essayez donc de charger des données créés dans un nouveau format avec une ancienne version ; c'est voué à l'échec. La bonne méthode dans ce cas est d'exporter en XML puis de l'importer. Donc essayez d'ouvrir votre arbre familial avec l'ordinateur ou le programme qui l'a créé, exportez vos données vers le format Gramps XML et importez ce fichier dans la version de Gramps que vous avez l'intention d'utiliser." +#: ../gramps/gen/db/exceptions.py:128 +#, python-format +msgid "" +"The BSDDB version of the Family Tree you are trying to open needs to be upgraded from %(env_version)s to %(bdb_version)s.\n" +"\n" +"This probably means that the Family Tree was created with an old version of Gramps. Opening the tree with this version of Gramps may irretrievably corrupt your tree. You are strongly advised to backup your tree before proceeding, see: \n" +"http://www.gramps-project.org/wiki/index.php?title=How_to_make_a_backup\n" +"\n" +"If you have made a backup, then you can get Gramps to try to open the tree and upgrade it" +msgstr "" +"La version BSDDB de votre arbre familial que vous êtes en train d'ouvrir a besoin d'être mis à niveau de la version %(env_version)s à la version %(bdb_version)s.\n" +"\n" +"Ceci signifie probablement que votre arbre familial a été créé avec une ancienne version de Gramps. Ouvrir un arbre avec cette version de Gramps peut corrompre votre base de données. Il est fortement conseillé de sauvegarder votre arbre avant de mettre à jour, voir: \n" +"http://www.gramps-project.org/wiki/index.php?title=How_to_make_a_backup/fr\n" +"\n" +"Si vous avez fait une sauvegarde, alors vous pouvez demander à Gramps d'ouvrir et de mettre à niveau votre arbre." + # trunk -#: ../gramps/gen/db/exceptions.py:117 +#: ../gramps/gen/db/exceptions.py:151 msgid "" "Gramps has detected a problem in opening the 'environment' of the underlying Berkeley database used to store this Family Tree. The most likely cause is that the database was created with an old version of the Berkeley database program, and you are now using a new version. It is quite likely that your database has not been changed by Gramps.\n" "If possible, you should revert to your old version of Gramps and its support software; export your database to XML; close the database; then upgrade again to this version of Gramps and import the XML file in an empty Family Tree. Alternatively, it may be possible to use the Berkeley database recovery tools." @@ -785,7 +985,7 @@ msgstr "" "Gramps a détecté un problème en ouvrant l'environnement de la base de données Berkeley utilisé pour stocker cet arbre familial. Ceci est le plus souvent causé par le fait que la base de données a été créée avec une ancienne version de la BDD Berkeley, et que vous êtes en train d'utiliser une nouvelle version. Il est probable que votre base de données n'a pas été modifiée par Gramps.\n" "Si possible, retournez à votre ancienne version de Gramps et de ses utilitaires ; exportez votre base de données vers le format XML ; fermez la base de données ; puis re-mettez à niveau vers cette version de Gramps et importez le fichier XML dans un arbre familial vide. Autrement, il doit être possible d'utiliser les outils Berkeley de récupération de base de données." -#: ../gramps/gen/db/exceptions.py:140 +#: ../gramps/gen/db/exceptions.py:174 msgid "" "You cannot open this database without upgrading it.\n" "If you upgrade then you won't be able to use previous versions of Gramps.\n" @@ -797,18 +997,13 @@ msgstr "" #: ../gramps/gen/db/undoredo.py:249 #: ../gramps/gen/db/undoredo.py:286 -#: ../gramps/gen/db/write.py:1974 -#: ../gramps/plugins/lib/libgrdb.py:1711 -#: ../gramps/plugins/lib/libgrdb.py:1783 -#: ../gramps/plugins/lib/libgrdb.py:1824 +#: ../gramps/gen/db/write.py:2026 #, python-format msgid "_Undo %s" msgstr "Ann_uler %s" #: ../gramps/gen/db/undoredo.py:255 #: ../gramps/gen/db/undoredo.py:292 -#: ../gramps/plugins/lib/libgrdb.py:1790 -#: ../gramps/plugins/lib/libgrdb.py:1832 #, python-format msgid "_Redo %s" msgstr "_Rétablir %s" @@ -868,7 +1063,7 @@ msgid "Upgrade Statistics" msgstr "Statistiques de migration" # trunk -#: ../gramps/gen/db/write.py:961 +#: ../gramps/gen/db/write.py:1023 #, python-format msgid "" "An attempt is made to safe a reference key which is partly bytecode, this is not allowed.\n" @@ -877,12 +1072,14 @@ msgstr "" "Une tentative de sauvetage d'un clé de référence a été faite car elle était partiellement en bytecode, ceci n'est pas supporté.\n" " La clé est %s" -#: ../gramps/gen/db/write.py:1030 +#. Make a tuple of the functions and classes that we need for +#. each of the primary object tables. +#: ../gramps/gen/db/write.py:1092 msgid "Rebuild reference map" msgstr "Reconstruire la table de référence" # trunk -#: ../gramps/gen/db/write.py:1827 +#: ../gramps/gen/db/write.py:1879 #, python-format msgid "A second transaction is started while there is still a transaction, \"%s\", active in the database." msgstr "Une seconde transaction a été débutée alors qu'il y avait déjà une transaction active dans la base de données : \"%s\". " @@ -921,10 +1118,13 @@ msgid "Given Surname Suffix" msgstr "Prénom Nom Suffixe" # /!\ longue chaîne, voir formats de nom (Préférences) +#. primary name primconnector other, given pa/matronynic suffix, primprefix +#. translators, long string, have a look at Preferences dialog #: ../gramps/gen/display/name.py:337 msgid "Main Surnames, Given Patronymic Suffix Prefix" msgstr "Nom, Prénom Patronyme Suffixe Préfixe" +#. DEPRECATED FORMATS #: ../gramps/gen/display/name.py:340 msgid "Patronymic, Given" msgstr "Patronyme, Prénom" @@ -1047,13 +1247,13 @@ msgid "familynick" msgstr "nomdit" # trunk -#: ../gramps/gen/display/name.py:1059 +#: ../gramps/gen/display/name.py:1067 #, python-format msgid "Wrong name format string %s" msgstr "Mauvaise chaîne pour le format du nom : %s" # trunk -#: ../gramps/gen/display/name.py:1063 +#: ../gramps/gen/display/name.py:1071 msgid "ERROR, Edit Name format in Preferences" msgstr "ERREUR, format d'édition du nom dans les préférences" @@ -1171,8 +1371,7 @@ msgstr "Seulement les dates dans le format iso tel que aaaa-mm-jj hh:mm:ss, où #: ../gramps/gen/filters/rules/media/_hascitation.py:49 #: ../gramps/gen/filters/rules/person/_hascitation.py:49 #: ../gramps/gen/filters/rules/place/_hascitation.py:50 -#: ../gramps/gui/glade/mergecitation.glade:226 -#: ../gramps/gui/glade/mergecitation.glade:245 +#: ../gramps/gui/glade/mergecitation.glade.h:10 msgid "Volume/Page:" msgstr "Volume/Page :" @@ -1190,19 +1389,15 @@ msgstr "Volume/Page :" #: ../gramps/gen/filters/rules/person/_hasevent.py:51 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:50 #: ../gramps/gen/filters/rules/place/_hascitation.py:51 -#: ../gramps/gui/glade/mergecitation.glade:267 -#: ../gramps/gui/glade/mergecitation.glade:286 -#: ../gramps/gui/glade/mergeevent.glade:255 -#: ../gramps/gui/glade/mergeevent.glade:274 -#: ../gramps/gui/glade/mergemedia.glade:296 -#: ../gramps/gui/glade/mergemedia.glade:315 +#: ../gramps/gui/glade/mergecitation.glade.h:4 +#: ../gramps/gui/glade/mergeevent.glade.h:4 +#: ../gramps/gui/glade/mergemedia.glade.h:4 msgid "Date:" msgstr "Date :" # trunk #: ../gramps/gen/filters/rules/_hascitationbase.py:53 -#: ../gramps/gui/glade/mergecitation.glade:308 -#: ../gramps/gui/glade/mergecitation.glade:327 +#: ../gramps/gui/glade/mergecitation.glade.h:3 msgid "Confidence:" msgstr "Niveau de confiance" @@ -1355,12 +1550,12 @@ msgid "Miscellaneous filters" msgstr "Filtres divers" #: ../gramps/gen/filters/rules/_rule.py:58 +#: ../gramps/gui/glade/rule.glade.h:22 #: ../gramps/plugins/view/geoclose.py:499 #: ../gramps/plugins/view/geofamclose.py:643 #: ../gramps/plugins/view/geofamily.py:434 #: ../gramps/plugins/view/geomoves.py:582 #: ../gramps/plugins/view/geoperson.py:457 -#: ../gramps/gui/glade/rule.glade:928 msgid "No description" msgstr "Pas de description" @@ -1502,39 +1697,29 @@ msgstr "Correspond aux citations ayant un nombre de références" #: ../gramps/gen/filters/rules/citation/_hassource.py:50 #: ../gramps/gen/filters/rules/media/_hasmedia.py:48 -#: ../gramps/gui/glade/mergedata.glade:866 -#: ../gramps/gui/glade/mergedata.glade:887 -#: ../gramps/gui/glade/mergemedia.glade:214 -#: ../gramps/gui/glade/mergemedia.glade:233 -#: ../gramps/gui/glade/mergeplace.glade:214 -#: ../gramps/gui/glade/mergeplace.glade:233 -#: ../gramps/gui/glade/mergesource.glade:214 -#: ../gramps/gui/glade/mergesource.glade:233 +#: ../gramps/gui/glade/mergedata.glade.h:14 +#: ../gramps/gui/glade/mergemedia.glade.h:10 +#: ../gramps/gui/glade/mergeplace.glade.h:11 +#: ../gramps/gui/glade/mergesource.glade.h:11 msgid "Title:" msgstr "Titre :" #: ../gramps/gen/filters/rules/citation/_hassource.py:51 -#: ../gramps/gui/glade/mergedata.glade:909 -#: ../gramps/gui/glade/mergedata.glade:930 -#: ../gramps/gui/glade/mergesource.glade:255 -#: ../gramps/gui/glade/mergesource.glade:274 -#: ../gramps/gui/glade/plugins.glade:185 +#: ../gramps/gui/glade/mergedata.glade.h:5 +#: ../gramps/gui/glade/mergesource.glade.h:4 +#: ../gramps/gui/glade/plugins.glade.h:2 msgid "Author:" msgstr "Auteur :" #: ../gramps/gen/filters/rules/citation/_hassource.py:52 -#: ../gramps/gui/glade/mergedata.glade:952 -#: ../gramps/gui/glade/mergedata.glade:973 -#: ../gramps/gui/glade/mergesource.glade:296 -#: ../gramps/gui/glade/mergesource.glade:315 +#: ../gramps/gui/glade/mergedata.glade.h:4 +#: ../gramps/gui/glade/mergesource.glade.h:3 msgid "Abbreviation:" msgstr "Abréviation :" #: ../gramps/gen/filters/rules/citation/_hassource.py:53 -#: ../gramps/gui/glade/mergedata.glade:995 -#: ../gramps/gui/glade/mergedata.glade:1016 -#: ../gramps/gui/glade/mergesource.glade:337 -#: ../gramps/gui/glade/mergesource.glade:356 +#: ../gramps/gui/glade/mergedata.glade.h:11 +#: ../gramps/gui/glade/mergesource.glade.h:8 msgid "Publication:" msgstr "Publication :" @@ -1688,8 +1873,7 @@ msgstr "Type d'événement :" #: ../gramps/gen/filters/rules/person/_hasevent.py:52 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:51 #: ../gramps/gui/editors/filtereditor.py:508 -#: ../gramps/gui/glade/mergeevent.glade:296 -#: ../gramps/gui/glade/mergeevent.glade:315 +#: ../gramps/gui/glade/mergeevent.glade.h:8 msgid "Place:" msgstr "Lieu :" @@ -1699,8 +1883,7 @@ msgstr "Lieu :" #: ../gramps/gen/filters/rules/person/_hasdeath.py:49 #: ../gramps/gen/filters/rules/person/_hasevent.py:53 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:52 -#: ../gramps/gui/glade/mergeevent.glade:337 -#: ../gramps/gui/glade/mergeevent.glade:356 +#: ../gramps/gui/glade/mergeevent.glade.h:5 msgid "Description:" msgstr "Description :" @@ -1794,6 +1977,7 @@ msgstr "Événements correspondants au " msgid "Matches events matched by the specified filter name" msgstr "Correspond aux événements trouvés par le filtre spécifié" +#. filters of another namespace, name may be same as caller! #: ../gramps/gen/filters/rules/event/_matchespersonfilter.py:52 #: ../gramps/gui/editors/filtereditor.py:529 msgid "Person filter name:" @@ -2257,20 +2441,16 @@ msgstr "Correspond à un objet medium avec l'identifiant Gramps spécifié" #: ../gramps/gen/filters/rules/media/_hasmedia.py:49 #: ../gramps/gen/filters/rules/repository/_hasrepo.py:49 -#: ../gramps/gui/glade/editmediaref.glade:632 -#: ../gramps/gui/glade/mergeevent.glade:214 -#: ../gramps/gui/glade/mergeevent.glade:233 -#: ../gramps/gui/glade/mergenote.glade:255 -#: ../gramps/gui/glade/mergenote.glade:274 -#: ../gramps/gui/glade/mergerepository.glade:255 -#: ../gramps/gui/glade/mergerepository.glade:274 +#: ../gramps/gui/glade/editmediaref.glade.h:25 +#: ../gramps/gui/glade/mergeevent.glade.h:11 +#: ../gramps/gui/glade/mergenote.glade.h:9 +#: ../gramps/gui/glade/mergerepository.glade.h:9 msgid "Type:" msgstr "Type :" #: ../gramps/gen/filters/rules/media/_hasmedia.py:50 +#: ../gramps/gui/glade/mergemedia.glade.h:7 #: ../gramps/gui/viewmanager.py:1504 -#: ../gramps/gui/glade/mergemedia.glade:255 -#: ../gramps/gui/glade/mergemedia.glade:274 msgid "Path:" msgstr "Chemin :" @@ -2402,8 +2582,7 @@ msgid "Matches a note with a specified Gramps ID" msgstr "Correspond à une note avec l'identifiant Gramps spécifié" #: ../gramps/gen/filters/rules/note/_hasnote.py:48 -#: ../gramps/gui/glade/mergenote.glade:214 -#: ../gramps/gui/glade/mergenote.glade:233 +#: ../gramps/gui/glade/mergenote.glade.h:8 msgid "Text:" msgstr "Texte :" @@ -3127,6 +3306,7 @@ msgstr "Descendants de cet sur moins de générations" msgid "Matches people that are descendants of a specified person not more than N generations away" msgstr "Correspond aux descendants d'un individu sur moins de N générations" +#. ------------------------- #: ../gramps/gen/filters/rules/person/_ismale.py:47 #: ../gramps/plugins/gramplet/statsgramplet.py:152 #: ../gramps/plugins/graph/gvfamilylines.py:154 @@ -3457,13 +3637,10 @@ msgstr "Correspond aux lieux dont les notes contiennent du texte avec l'expressi #: ../gramps/gen/filters/rules/place/_hasplace.py:49 #: ../gramps/gen/filters/rules/repository/_hasrepo.py:48 -#: ../gramps/gui/glade/editfamily.glade:114 -#: ../gramps/gui/glade/editfamily.glade:379 -#: ../gramps/gui/glade/mergeperson.glade:224 -#: ../gramps/gui/glade/mergeperson.glade:243 -#: ../gramps/gui/glade/mergerepository.glade:214 -#: ../gramps/gui/glade/mergerepository.glade:233 -#: ../gramps/plugins/tool/soundgen.glade:95 +#: ../gramps/gui/glade/editfamily.glade.h:16 +#: ../gramps/gui/glade/mergeperson.glade.h:8 +#: ../gramps/gui/glade/mergerepository.glade.h:6 +#: ../gramps/plugins/tool/soundgen.glade.h:2 msgid "Name:" msgstr "Nom :" @@ -3540,14 +3717,12 @@ msgid "Matches places who have a particular source" msgstr "Correspond aux lieux ayant une source particulière" #: ../gramps/gen/filters/rules/place/_inlatlonneighborhood.py:51 -#: ../gramps/gui/glade/mergeplace.glade:255 -#: ../gramps/gui/glade/mergeplace.glade:274 +#: ../gramps/gui/glade/mergeplace.glade.h:6 msgid "Latitude:" msgstr "Latitude :" #: ../gramps/gen/filters/rules/place/_inlatlonneighborhood.py:51 -#: ../gramps/gui/glade/mergeplace.glade:296 -#: ../gramps/gui/glade/mergeplace.glade:315 +#: ../gramps/gui/glade/mergeplace.glade.h:8 msgid "Longitude:" msgstr "Longitude :" @@ -3877,6 +4052,7 @@ msgstr "Personnalisé" msgid "Caste" msgstr "Rang ou statut" +#. 2 name (version) #: ../gramps/gen/lib/attrtype.py:67 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:75 #: ../gramps/gui/editors/displaytabs/webembedlist.py:68 @@ -3886,16 +4062,16 @@ msgstr "Rang ou statut" #: ../gramps/gui/plug/_windows.py:604 #: ../gramps/gui/selectors/selectevent.py:62 #: ../gramps/gui/viewmanager.py:492 -#: ../gramps/plugins/lib/libmetadata.py:101 +#: ../gramps/plugins/lib/libmetadata.py:93 #: ../gramps/plugins/textreport/placereport.py:184 #: ../gramps/plugins/textreport/placereport.py:257 #: ../gramps/plugins/textreport/tagreport.py:314 #: ../gramps/plugins/tool/sortevents.py:59 #: ../gramps/plugins/view/eventview.py:83 -#: ../gramps/plugins/webreport/narrativeweb.py:376 -#: ../gramps/plugins/webreport/narrativeweb.py:982 -#: ../gramps/plugins/webreport/narrativeweb.py:1230 -#: ../gramps/plugins/webreport/narrativeweb.py:2263 +#: ../gramps/plugins/webreport/narrativeweb.py:377 +#: ../gramps/plugins/webreport/narrativeweb.py:983 +#: ../gramps/plugins/webreport/narrativeweb.py:1231 +#: ../gramps/plugins/webreport/narrativeweb.py:2264 msgid "Description" msgstr "Description" @@ -3970,7 +4146,7 @@ msgstr "Heure" #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:169 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:157 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:146 -#: ../gramps/plugins/tool/check.py:2013 +#: ../gramps/plugins/tool/check.py:2010 msgid "None" msgstr "Aucun" @@ -3983,9 +4159,9 @@ msgstr "Aucun" #: ../gramps/plugins/textreport/familygroup.py:480 #: ../gramps/plugins/textreport/tagreport.py:131 #: ../gramps/plugins/view/relview.py:638 -#: ../gramps/plugins/webreport/narrativeweb.py:370 -#: ../gramps/plugins/webreport/narrativeweb.py:2906 -#: ../gramps/plugins/webreport/narrativeweb.py:5226 +#: ../gramps/plugins/webreport/narrativeweb.py:371 +#: ../gramps/plugins/webreport/narrativeweb.py:2907 +#: ../gramps/plugins/webreport/narrativeweb.py:5227 msgid "Birth" msgstr "Naissance" @@ -4006,6 +4182,12 @@ msgstr "Parrainé" msgid "Foster" msgstr "En nourrice" +#. ------------------------------------------------------------------------- +#. +#. Short hand function to return either the person's name, or an empty +#. string if the person is None +#. +#. ------------------------------------------------------------------------- #: ../gramps/gen/lib/date.py:292 #: ../gramps/gen/lib/date.py:409 #: ../gramps/gen/mime/_pythonmime.py:50 @@ -4024,7 +4206,7 @@ msgstr "En nourrice" #: ../gramps/plugins/textreport/detdescendantreport.py:594 #: ../gramps/plugins/textreport/indivcomplete.py:439 #: ../gramps/plugins/view/relview.py:676 -#: ../gramps/plugins/webreport/narrativeweb.py:5389 +#: ../gramps/plugins/webreport/narrativeweb.py:5390 msgid "unknown" msgstr "inconnu" @@ -4073,7 +4255,7 @@ msgstr "entre" #: ../gramps/gen/lib/date.py:371 #: ../gramps/plugins/quickview/all_relations.py:284 #: ../gramps/plugins/view/relview.py:1000 -#: ../gramps/plugins/webreport/narrativeweb.py:1155 +#: ../gramps/plugins/webreport/narrativeweb.py:1156 msgid "and" msgstr "et" @@ -4215,9 +4397,9 @@ msgstr "Déclarant" #: ../gramps/plugins/textreport/tagreport.py:137 #: ../gramps/plugins/view/relview.py:649 #: ../gramps/plugins/view/relview.py:674 -#: ../gramps/plugins/webreport/narrativeweb.py:374 -#: ../gramps/plugins/webreport/narrativeweb.py:2909 -#: ../gramps/plugins/webreport/narrativeweb.py:5229 +#: ../gramps/plugins/webreport/narrativeweb.py:375 +#: ../gramps/plugins/webreport/narrativeweb.py:2910 +#: ../gramps/plugins/webreport/narrativeweb.py:5230 msgid "Death" msgstr "Décès" @@ -4340,9 +4522,9 @@ msgid "Religion" msgstr "Religion" #: ../gramps/gen/lib/eventtype.py:178 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:413 -#: ../gramps/plugins/webreport/narrativeweb.py:2767 -#: ../gramps/plugins/webreport/narrativeweb.py:6720 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:416 +#: ../gramps/plugins/webreport/narrativeweb.py:2768 +#: ../gramps/plugins/webreport/narrativeweb.py:6721 msgid "Residence" msgstr "Résidence" @@ -4359,7 +4541,7 @@ msgstr "Testament" #: ../gramps/plugins/export/exportcsv.py:461 #: ../gramps/plugins/importer/importcsv.py:235 #: ../gramps/plugins/textreport/familygroup.py:383 -#: ../gramps/plugins/webreport/narrativeweb.py:3114 +#: ../gramps/plugins/webreport/narrativeweb.py:3115 msgid "Marriage" msgstr "Mariage" @@ -4386,7 +4568,7 @@ msgid "Engagement" msgstr "Fiançailles" #: ../gramps/gen/lib/eventtype.py:187 -#: ../gramps/plugins/webreport/narrativeweb.py:3115 +#: ../gramps/plugins/webreport/narrativeweb.py:3116 msgid "Divorce" msgstr "Divorce" @@ -4624,14 +4806,15 @@ msgstr "BIC" msgid "Canceled" msgstr "Annulé" +#. ---------------------------------- #: ../gramps/gen/lib/ldsord.py:106 #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:119 +#: ../gramps/gui/glade/editchildref.glade.h:2 #: ../gramps/gui/merge/mergeperson.py:249 #: ../gramps/plugins/export/exportcsv.py:505 #: ../gramps/plugins/gramplet/children.py:85 #: ../gramps/plugins/gramplet/children.py:182 #: ../gramps/plugins/importer/importcsv.py:226 -#: ../gramps/gui/glade/editchildref.glade:253 msgid "Child" msgstr "Enfant" @@ -4676,7 +4859,7 @@ msgid "Uncleared" msgstr "Incorrect" #: ../gramps/gen/lib/markertype.py:60 -#: ../gramps/gui/logger/_errorreportassistant.py:676 +#: ../gramps/gui/logger/_errorreportassistant.py:677 msgid "Complete" msgstr "Complet" @@ -4729,7 +4912,7 @@ msgid "Matrilineal" msgstr "Lignée maternelle (nom de la mère)" #: ../gramps/gen/lib/nameorigintype.py:94 -#: ../gramps/gui/clipboard.py:320 +#: ../gramps/gui/clipboard.py:331 #: ../gramps/gui/plug/_windows.py:609 #: ../gramps/plugins/gramplet/placedetails.py:126 msgid "Location" @@ -4754,8 +4937,8 @@ msgstr "Nom marital (nom de l'époux)" #: ../gramps/gui/editors/editeventref.py:80 #: ../gramps/gui/editors/editmediaref.py:97 #: ../gramps/gui/editors/editreporef.py:74 -#: ../gramps/gui/glade/editmediaref.glade:432 -#: ../gramps/gui/glade/editname.glade:767 +#: ../gramps/gui/glade/editmediaref.glade.h:10 +#: ../gramps/gui/glade/editname.glade.h:15 msgid "General" msgstr "Général" @@ -4774,7 +4957,7 @@ msgstr "Texte source" # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. # /!\ vérifier double espace avec search bar "%(titre colonne)s contient" #: ../gramps/gen/lib/notetype.py:86 -#: ../gramps/gui/clipboard.py:487 +#: ../gramps/gui/clipboard.py:498 #: ../gramps/gui/configure.py:512 #: ../gramps/gui/editors/editcitation.py:141 #: ../gramps/gui/editors/editcitation.py:147 @@ -4800,14 +4983,14 @@ msgstr "Code HTML" #: ../gramps/gen/lib/notetype.py:89 #: ../gramps/plugins/gramplet/gramplet.gpr.py:261 #: ../gramps/plugins/gramplet/gramplet.gpr.py:268 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1073 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1087 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1101 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1115 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1129 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1143 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1157 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1171 +#: ../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:1132 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1146 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1160 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1174 msgid "To Do" msgstr "À faire" @@ -4927,10 +5110,10 @@ msgid "Audio" msgstr "Audio" #: ../gramps/gen/lib/srcmediatype.py:66 -#: ../gramps/gui/plug/report/_bookdialog.py:341 -#: ../gramps/gui/plug/report/_bookdialog.py:862 -#: ../gramps/gui/plug/report/_bookdialog.py:879 -#: ../gramps/gui/glade/book.glade:132 +#: ../gramps/gui/glade/book.glade.h:2 +#: ../gramps/gui/plug/report/_bookdialog.py:342 +#: ../gramps/gui/plug/report/_bookdialog.py:863 +#: ../gramps/gui/plug/report/_bookdialog.py:880 msgid "Book" msgstr "Livre" @@ -5021,10 +5204,10 @@ msgid "Superscript" msgstr "Exposant" #: ../gramps/gen/lib/styledtexttagtype.py:74 +#: ../gramps/gui/glade/editlink.glade.h:5 #: ../gramps/gui/widgets/styledtextbuffer.py:565 #: ../gramps/gui/widgets/styledtextbuffer.py:601 #: ../gramps/gui/widgets/styledtexteditor.py:480 -#: ../gramps/gui/glade/editlink.glade:169 msgid "Link" msgstr "Lien" @@ -5120,6 +5303,11 @@ msgstr "Fusion de la source" msgid "Gramplet %s caused an error" msgstr "Le gramplet %s a causé une erreur" +#. ------------------------------------------------------------------------- +#. +#. Constants +#. +#. ------------------------------------------------------------------------- #: ../gramps/gen/plug/_manager.py:61 msgid "No description was provided" msgstr "Aucune description fournie" @@ -5173,11 +5361,11 @@ msgid "Relationships" msgstr "Relations" #: ../gramps/gen/plug/_pluginreg.py:90 -#: ../gramps/gen/plug/_pluginreg.py:400 -#: ../gramps/gui/widgets/grampletbar.py:601 +#: ../gramps/gen/plug/_pluginreg.py:399 +#: ../gramps/gui/glade/grampletpane.glade.h:8 +#: ../gramps/gui/widgets/grampletbar.py:607 #: ../gramps/gui/widgets/grampletpane.py:231 #: ../gramps/gui/widgets/grampletpane.py:957 -#: ../gramps/gui/glade/grampletpane.glade:156 msgid "Gramplet" msgstr "Gramplet" @@ -5185,29 +5373,30 @@ msgstr "Gramplet" msgid "Sidebar" msgstr "Barre latérale" -#: ../gramps/gen/plug/_pluginreg.py:488 +#. add miscellaneous column +#: ../gramps/gen/plug/_pluginreg.py:487 #: ../gramps/plugins/gramplet/faqgramplet.py:63 -#: ../gramps/plugins/webreport/narrativeweb.py:1923 +#: ../gramps/plugins/webreport/narrativeweb.py:1924 msgid "Miscellaneous" msgstr "Divers" -#: ../gramps/gen/plug/_pluginreg.py:1107 -#: ../gramps/gen/plug/_pluginreg.py:1112 +#: ../gramps/gen/plug/_pluginreg.py:1101 +#: ../gramps/gen/plug/_pluginreg.py:1106 #, python-format msgid "ERROR: Failed reading plugin registration %(filename)s" msgstr "ERREUR : échec à la lecture de l'enregistrement du greffon %(filename)s" -#: ../gramps/gen/plug/_pluginreg.py:1126 +#: ../gramps/gen/plug/_pluginreg.py:1120 #, python-format msgid "ERROR: Plugin file %(filename)s has a version of \"%(gramps_target_version)s\" which is invalid for Gramps \"%(gramps_version)s\"." msgstr "ERREUR : le fichier greffon %(filename)s est en version « %(gramps_target_version)s » ce qui est incompatible avec Gramps « %(gramps_version)s »." -#: ../gramps/gen/plug/_pluginreg.py:1147 +#: ../gramps/gen/plug/_pluginreg.py:1141 #, python-format msgid "ERROR: Wrong python file %(filename)s in register file %(regfile)s" msgstr "ERREUR : mauvais fichier python %(filename)s spécifié dans le fichier %(regfile)s" -#: ../gramps/gen/plug/_pluginreg.py:1155 +#: ../gramps/gen/plug/_pluginreg.py:1149 #, python-format msgid "ERROR: Python file %(filename)s in register file %(regfile)s does not exist" msgstr "ERREUR : le fichier python %(filename)s spécifié dans le fichier %(regfile)s n'existe pas" @@ -5225,11 +5414,12 @@ msgstr "Aucun nom de fichier donné" msgid "File %s already open, close it first." msgstr "Le fichier %s est déjà ouvert, fermez-le d'abord." +#. Export shouldn't bring Gramps down. #: ../gramps/gen/plug/docbackend/docbackend.py:164 #: ../gramps/gen/plug/docbackend/docbackend.py:167 #: ../gramps/plugins/docgen/asciidoc.py:164 -#: ../gramps/plugins/docgen/odfdoc.py:1202 -#: ../gramps/plugins/docgen/odfdoc.py:1205 +#: ../gramps/plugins/docgen/odfdoc.py:1203 +#: ../gramps/plugins/docgen/odfdoc.py:1206 #: ../gramps/plugins/docgen/pdfdoc.py:96 #: ../gramps/plugins/docgen/pdfdoc.py:99 #: ../gramps/plugins/docgen/psdrawdoc.py:109 @@ -5240,23 +5430,28 @@ msgstr "Le fichier %s est déjà ouvert, fermez-le d'abord." #: ../gramps/plugins/docgen/svgdrawdoc.py:86 #: ../gramps/plugins/export/exportcsv.py:303 #: ../gramps/plugins/export/exportcsv.py:307 -#: ../gramps/plugins/export/exportgedcom.py:1449 +#: ../gramps/plugins/export/exportgedcom.py:1457 #: ../gramps/plugins/export/exportgeneweb.py:95 #: ../gramps/plugins/export/exportgeneweb.py:99 #: ../gramps/plugins/export/exportvcalendar.py:101 #: ../gramps/plugins/export/exportvcalendar.py:105 -#: ../gramps/plugins/export/exportvcard.py:72 -#: ../gramps/plugins/export/exportvcard.py:76 -#: ../gramps/plugins/webreport/narrativeweb.py:6994 +#: ../gramps/plugins/export/exportvcard.py:73 +#: ../gramps/plugins/export/exportvcard.py:77 +#: ../gramps/plugins/webreport/narrativeweb.py:6995 #, python-format msgid "Could not create %s" msgstr "Impossible de créer %s" # Utilisé dans le menu "Rapports" et dans "Rapports > Livre > Gestionnaire de livre > Articles disponibles" # Ce dernier devrait être au singulier +#. ------------------------------------------------------------------------ +#. +#. Private Constants +#. +#. ------------------------------------------------------------------------ #: ../gramps/gen/plug/report/_book.py:75 #: ../gramps/gui/plug/_dialogs.py:60 -#: ../gramps/gui/plug/report/_bookdialog.py:88 +#: ../gramps/gui/plug/report/_bookdialog.py:89 #: ../gramps/gui/viewmanager.py:123 msgid "Unsupported" msgstr "Non-supportés" @@ -5286,8 +5481,8 @@ msgid "Graphs" msgstr "Diagrammes" #: ../gramps/gen/plug/report/_constants.py:55 -#: ../gramps/gui/clipboard.py:600 -#: ../gramps/gui/clipboard.py:605 +#: ../gramps/gui/clipboard.py:611 +#: ../gramps/gui/clipboard.py:616 #: ../gramps/gui/configure.py:1101 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:98 #: ../gramps/plugins/textreport/custombooktext.py:127 @@ -5329,29 +5524,31 @@ msgstr "Références bibliographiques" #: ../gramps/gen/plug/report/utils.py:144 #: ../gramps/plugins/textreport/indivcomplete.py:641 #: ../gramps/plugins/textreport/simplebooktitle.py:106 -#: ../gramps/plugins/webreport/narrativeweb.py:1964 -#: ../gramps/plugins/webreport/narrativeweb.py:2149 -#: ../gramps/plugins/webreport/narrativeweb.py:2203 -#: ../gramps/plugins/webreport/narrativeweb.py:2209 +#: ../gramps/plugins/webreport/narrativeweb.py:1965 +#: ../gramps/plugins/webreport/narrativeweb.py:2150 +#: ../gramps/plugins/webreport/narrativeweb.py:2204 +#: ../gramps/plugins/webreport/narrativeweb.py:2210 msgid "Could not add photo to page" msgstr "Impossible d'ajouter une photo à cette page" #: ../gramps/gen/plug/report/utils.py:145 -#: ../gramps/gui/utils.py:365 +#: ../gramps/gui/utils.py:372 #: ../gramps/plugins/textreport/indivcomplete.py:642 msgid "File does not exist" msgstr "Fichier inexistant" +#. Do this in case of command line options query (show=filter) #: ../gramps/gen/plug/report/utils.py:260 msgid "PERSON" msgstr "INDIVIDU" #: ../gramps/gen/plug/report/utils.py:269 -#: ../gramps/gui/plug/report/_bookdialog.py:151 +#: ../gramps/gui/plug/report/_bookdialog.py:152 #: ../gramps/plugins/tool/eventcmp.py:158 msgid "Entire Database" msgstr "Toute la base de données" +#. feature request 2356: avoid genitive form #: ../gramps/gen/plug/report/utils.py:274 #: ../gramps/gui/plug/export/_exportoptions.py:429 #: ../gramps/plugins/gramplet/descendgramplet.py:72 @@ -5360,12 +5557,14 @@ msgstr "Toute la base de données" msgid "Descendants of %s" msgstr "Descendants de %s" +#. feature request 2356: avoid genitive form #: ../gramps/gen/plug/report/utils.py:279 #: ../gramps/gui/plug/export/_exportoptions.py:434 #, python-format msgid "Descendant Families of %s" msgstr "Familles descendantes de %s" +#. feature request 2356: avoid genitive form #: ../gramps/gen/plug/report/utils.py:284 #: ../gramps/gui/plug/export/_exportoptions.py:439 #, python-format @@ -5378,71 +5577,90 @@ msgstr "Ascendants de %s" msgid "People with common ancestor with %s" msgstr "Individus ayant un ascendant commun avec %s" -#: ../gramps/gen/plug/utils.py:213 -#: ../gramps/gen/plug/utils.py:220 +#: ../gramps/gen/plug/utils.py:214 +#: ../gramps/gen/plug/utils.py:221 #, python-format msgid "Unable to open '%s'" msgstr "Impossible d'ouvrir « %s »" -#: ../gramps/gen/plug/utils.py:230 +#: ../gramps/gen/plug/utils.py:231 #, python-format msgid "Error in reading '%s'" msgstr "Erreur à la lecture de « %s »" -#: ../gramps/gen/plug/utils.py:241 +#: ../gramps/gen/plug/utils.py:242 #, python-format msgid "Error: cannot open '%s'" msgstr "Erreur : Impossible d'ouvrir « %s »" -#: ../gramps/gen/plug/utils.py:245 +#: ../gramps/gen/plug/utils.py:246 #, python-format msgid "Error: unknown file type: '%s'" msgstr "Erreur : type de fichier inconnu : « %s »" # Substantif (GNOME fr) -#: ../gramps/gen/plug/utils.py:251 +#: ../gramps/gen/plug/utils.py:252 #, python-format msgid "Examining '%s'..." msgstr "Analyse « %s »..." -#: ../gramps/gen/plug/utils.py:264 +#: ../gramps/gen/plug/utils.py:265 #, python-format msgid "Error in '%s' file: cannot load." msgstr "Erreur dans le fichier « %s » : impossible à charger." -#: ../gramps/gen/plug/utils.py:278 +#: ../gramps/gen/plug/utils.py:279 #, python-format msgid "'%s' is for this version of Gramps." msgstr "« %s » est pour cette version de Gramps." -#: ../gramps/gen/plug/utils.py:282 +#: ../gramps/gen/plug/utils.py:283 #, python-format msgid "'%s' is NOT for this version of Gramps." msgstr "« %s » n'est PAS pour cette version de Gramps." # trunk -#: ../gramps/gen/plug/utils.py:283 +#: ../gramps/gen/plug/utils.py:284 #, python-format msgid "It is for version %(v1)d.%(v2)d" msgstr "Il est pour la version %(v1)d.%(v2)d" -#: ../gramps/gen/plug/utils.py:293 +#: ../gramps/gen/plug/utils.py:294 #, python-format msgid "Error: missing gramps_target_version in '%s'..." msgstr "Erreur : gramps_target_version manquant dans « %s »..." # Substantif (GNOME fr) -#: ../gramps/gen/plug/utils.py:298 +#: ../gramps/gen/plug/utils.py:299 #, python-format msgid "Installing '%s'..." msgstr "Installation de « %s »..." -#: ../gramps/gen/plug/utils.py:304 +#: ../gramps/gen/plug/utils.py:305 #, python-format msgid "Registered '%s'" msgstr "« %s » enregistré" #: ../gramps/gen/proxy/private.py:808 +#: ../gramps/gui/glade/editaddress.glade.h:15 +#: ../gramps/gui/glade/editattribute.glade.h:2 +#: ../gramps/gui/glade/editchildref.glade.h:7 +#: ../gramps/gui/glade/editcitation.glade.h:19 +#: ../gramps/gui/glade/editevent.glade.h:11 +#: ../gramps/gui/glade/editeventref.glade.h:10 +#: ../gramps/gui/glade/editldsord.glade.h:8 +#: ../gramps/gui/glade/editmedia.glade.h:14 +#: ../gramps/gui/glade/editmediaref.glade.h:19 +#: ../gramps/gui/glade/editname.glade.h:24 +#: ../gramps/gui/glade/editnote.glade.h:5 +#: ../gramps/gui/glade/editperson.glade.h:24 +#: ../gramps/gui/glade/editpersonref.glade.h:7 +#: ../gramps/gui/glade/editplace.glade.h:22 +#: ../gramps/gui/glade/editreporef.glade.h:14 +#: ../gramps/gui/glade/editrepository.glade.h:7 +#: ../gramps/gui/glade/editsource.glade.h:8 +#: ../gramps/gui/glade/editsourceref.glade.h:17 +#: ../gramps/gui/glade/editurl.glade.h:5 #: ../gramps/gui/grampsgui.py:190 #: ../gramps/plugins/lib/libpersonview.py:103 #: ../gramps/plugins/lib/libplaceview.py:108 @@ -5455,30 +5673,6 @@ msgstr "« %s » enregistré" #: ../gramps/plugins/view/placetreeview.py:86 #: ../gramps/plugins/view/repoview.py:98 #: ../gramps/plugins/view/sourceview.py:88 -#: ../gramps/gui/glade/editaddress.glade:335 -#: ../gramps/gui/glade/editattribute.glade:147 -#: ../gramps/gui/glade/editchildref.glade:183 -#: ../gramps/gui/glade/editcitation.glade:336 -#: ../gramps/gui/glade/editcitation.glade:626 -#: ../gramps/gui/glade/editevent.glade:200 -#: ../gramps/gui/glade/editeventref.glade:134 -#: ../gramps/gui/glade/editeventref.glade:434 -#: ../gramps/gui/glade/editldsord.glade:387 -#: ../gramps/gui/glade/editmedia.glade:351 -#: ../gramps/gui/glade/editmediaref.glade:370 -#: ../gramps/gui/glade/editmediaref.glade:743 -#: ../gramps/gui/glade/editname.glade:154 -#: ../gramps/gui/glade/editnote.glade:242 -#: ../gramps/gui/glade/editperson.glade:449 -#: ../gramps/gui/glade/editpersonref.glade:152 -#: ../gramps/gui/glade/editplace.glade:198 -#: ../gramps/gui/glade/editreporef.glade:184 -#: ../gramps/gui/glade/editreporef.glade:397 -#: ../gramps/gui/glade/editrepository.glade:207 -#: ../gramps/gui/glade/editsource.glade:263 -#: ../gramps/gui/glade/editsourceref.glade:231 -#: ../gramps/gui/glade/editsourceref.glade:537 -#: ../gramps/gui/glade/editurl.glade:152 msgid "Private" msgstr "Privé" @@ -5723,6 +5917,7 @@ msgstr "date d'un événement lié à la naissance d'un ascendant" msgid "ancestor death-related date" msgstr "date d'un événement lié au décès d'un ascendant" +#. no evidence, must consider alive #: ../gramps/gen/utils/alive.py:501 msgid "no evidence" msgstr "aucune déduction" @@ -5739,192 +5934,6 @@ msgstr "%s, ..." msgid "%(father)s and %(mother)s" msgstr "%(father)s et %(mother)s" -#: ../gramps/gen/utils/grampslocale.py:334 -msgid "Bulgarian" -msgstr "Bulgare" - -#: ../gramps/gen/utils/grampslocale.py:335 -msgid "Catalan" -msgstr "Catalan" - -#: ../gramps/gen/utils/grampslocale.py:336 -msgid "Czech" -msgstr "Tchèque" - -#: ../gramps/gen/utils/grampslocale.py:337 -msgid "Danish" -msgstr "Danois" - -#: ../gramps/gen/utils/grampslocale.py:338 -msgid "German" -msgstr "Allemand" - -# trunk -#: ../gramps/gen/utils/grampslocale.py:339 -msgid "Greek" -msgstr "Grec" - -#: ../gramps/gen/utils/grampslocale.py:340 -msgid "English" -msgstr "Anglais" - -#: ../gramps/gen/utils/grampslocale.py:341 -msgid "Esperanto" -msgstr "Espéranto" - -#: ../gramps/gen/utils/grampslocale.py:342 -msgid "Spanish" -msgstr "Espagnol" - -#: ../gramps/gen/utils/grampslocale.py:343 -msgid "Finnish" -msgstr "Finnois" - -#: ../gramps/gen/utils/grampslocale.py:344 -msgid "French" -msgstr "Français" - -#: ../gramps/gen/utils/grampslocale.py:345 -msgid "Hebrew" -msgstr "Hébreu" - -#: ../gramps/gen/utils/grampslocale.py:346 -msgid "Croatian" -msgstr "Croate" - -#: ../gramps/gen/utils/grampslocale.py:347 -msgid "Hungarian" -msgstr "Hongrois" - -#: ../gramps/gen/utils/grampslocale.py:348 -msgid "Italian" -msgstr "Italien" - -#: ../gramps/gen/utils/grampslocale.py:349 -msgid "Japanese" -msgstr "Japonais" - -#: ../gramps/gen/utils/grampslocale.py:350 -msgid "Lithuanian" -msgstr "Lituanien" - -#: ../gramps/gen/utils/grampslocale.py:351 -msgid "Macedonian" -msgstr "Macédonien" - -#: ../gramps/gen/utils/grampslocale.py:352 -msgid "Norwegian Bokmal" -msgstr "Norvégien Bokmal" - -#: ../gramps/gen/utils/grampslocale.py:353 -msgid "Dutch" -msgstr "Néerlandais" - -#: ../gramps/gen/utils/grampslocale.py:354 -msgid "Norwegian Nynorsk" -msgstr "Norvégien Nynorsk" - -#: ../gramps/gen/utils/grampslocale.py:355 -msgid "Polish" -msgstr "Polonais" - -#: ../gramps/gen/utils/grampslocale.py:356 -msgid "Portuguese" -msgstr "Portugais" - -#: ../gramps/gen/utils/grampslocale.py:357 -msgid "Romanian" -msgstr "Roumain" - -#: ../gramps/gen/utils/grampslocale.py:358 -msgid "Russian" -msgstr "Russe" - -#: ../gramps/gen/utils/grampslocale.py:359 -msgid "Slovak" -msgstr "Slovaque" - -#: ../gramps/gen/utils/grampslocale.py:360 -msgid "Slovenian" -msgstr "Slovène" - -#: ../gramps/gen/utils/grampslocale.py:361 -msgid "Albanian" -msgstr "Albanais" - -#: ../gramps/gen/utils/grampslocale.py:362 -msgid "Swedish" -msgstr "Suédois" - -#: ../gramps/gen/utils/grampslocale.py:363 -msgid "Turkish" -msgstr "Turque" - -#: ../gramps/gen/utils/grampslocale.py:364 -msgid "Ukrainian" -msgstr "Ukrainien" - -#: ../gramps/gen/utils/grampslocale.py:365 -msgid "Vietnamese" -msgstr "Vietnamien" - -#: ../gramps/gen/utils/grampslocale.py:366 -msgid "Chinese" -msgstr "Chinois" - -#: ../gramps/gen/utils/grampslocale.py:370 -msgid "Brazil" -msgstr "Brésil" - -#: ../gramps/gen/utils/grampslocale.py:371 -#: ../gramps/plugins/lib/holidays.xml.in.h:5 -msgid "China" -msgstr "Chine" - -#: ../gramps/gen/utils/grampslocale.py:372 -msgid "Portugal" -msgstr "Portugal" - -#: ../gramps/gen/utils/grampslocale.py:524 -msgid "the person" -msgstr "l'individu" - -#: ../gramps/gen/utils/grampslocale.py:526 -msgid "the family" -msgstr "la famille" - -#: ../gramps/gen/utils/grampslocale.py:528 -msgid "the place" -msgstr "le lieu" - -#: ../gramps/gen/utils/grampslocale.py:530 -msgid "the event" -msgstr "l'événement" - -#: ../gramps/gen/utils/grampslocale.py:532 -msgid "the repository" -msgstr "le dépôt" - -#: ../gramps/gen/utils/grampslocale.py:534 -msgid "the note" -msgstr "la note" - -#: ../gramps/gen/utils/grampslocale.py:536 -msgid "the media" -msgstr "le medium" - -#: ../gramps/gen/utils/grampslocale.py:538 -msgid "the source" -msgstr "la source" - -#: ../gramps/gen/utils/grampslocale.py:540 -msgid "the filter" -msgstr "le filtre" - -#: ../gramps/gen/utils/grampslocale.py:542 -msgid "See details" -msgstr "Voir les détails" - #: ../gramps/gen/utils/keyword.py:56 #: ../gramps/plugins/export/exportcsv.py:340 #: ../gramps/plugins/importer/importcsv.py:185 @@ -5940,8 +5949,9 @@ msgstr "TITRE" msgid "GIVEN" msgstr "PRÉNOM" +#. show surname and first name #: ../gramps/gen/utils/keyword.py:58 -#: ../gramps/gui/clipboard.py:584 +#: ../gramps/gui/clipboard.py:595 #: ../gramps/gui/configure.py:612 #: ../gramps/gui/configure.py:614 #: ../gramps/gui/configure.py:616 @@ -5957,9 +5967,9 @@ msgstr "PRÉNOM" #: ../gramps/plugins/export/exportcsv.py:338 #: ../gramps/plugins/importer/importcsv.py:177 #: ../gramps/plugins/quickview/filterbyname.py:330 -#: ../gramps/plugins/webreport/narrativeweb.py:2878 -#: ../gramps/plugins/webreport/narrativeweb.py:3959 -#: ../gramps/plugins/webreport/narrativeweb.py:5222 +#: ../gramps/plugins/webreport/narrativeweb.py:2879 +#: ../gramps/plugins/webreport/narrativeweb.py:3960 +#: ../gramps/plugins/webreport/narrativeweb.py:5223 msgid "Surname" msgstr "Nom" @@ -6015,9 +6025,9 @@ msgstr "INITIALES" #: ../gramps/gui/configure.py:626 #: ../gramps/gui/configure.py:631 #: ../gramps/gui/configure.py:633 +#: ../gramps/gui/glade/editperson.glade.h:26 #: ../gramps/plugins/export/exportcsv.py:339 #: ../gramps/plugins/importer/importcsv.py:187 -#: ../gramps/gui/glade/editperson.glade:232 msgid "Suffix" msgstr "Suffixe" @@ -6025,6 +6035,7 @@ msgstr "Suffixe" msgid "SUFFIX" msgstr "SUFFIXE" +#. name, sort, width, modelcol #: ../gramps/gen/utils/keyword.py:63 #: ../gramps/gui/editors/displaytabs/surnametab.py:81 msgid "Name|Primary" @@ -6114,9 +6125,9 @@ msgstr "PASPATRONYME" #: ../gramps/gen/utils/keyword.py:73 #: ../gramps/gui/editors/displaytabs/surnametab.py:76 +#: ../gramps/gui/glade/editperson.glade.h:22 #: ../gramps/plugins/export/exportcsv.py:339 #: ../gramps/plugins/importer/importcsv.py:186 -#: ../gramps/gui/glade/editperson.glade:543 msgid "Prefix" msgstr "Préfixe" @@ -6136,6 +6147,192 @@ msgstr "NomDit" msgid "FAMILYNICK" msgstr "NOMDIT" +#: ../gramps/gen/utils/grampslocale.py:499 +msgid "Bulgarian" +msgstr "Bulgare" + +#: ../gramps/gen/utils/grampslocale.py:500 +msgid "Catalan" +msgstr "Catalan" + +#: ../gramps/gen/utils/grampslocale.py:501 +msgid "Czech" +msgstr "Tchèque" + +#: ../gramps/gen/utils/grampslocale.py:502 +msgid "Danish" +msgstr "Danois" + +#: ../gramps/gen/utils/grampslocale.py:503 +msgid "German" +msgstr "Allemand" + +# trunk +#: ../gramps/gen/utils/grampslocale.py:504 +msgid "Greek" +msgstr "Grec" + +#: ../gramps/gen/utils/grampslocale.py:505 +msgid "English" +msgstr "Anglais" + +#: ../gramps/gen/utils/grampslocale.py:506 +msgid "Esperanto" +msgstr "Espéranto" + +#: ../gramps/gen/utils/grampslocale.py:507 +msgid "Spanish" +msgstr "Espagnol" + +#: ../gramps/gen/utils/grampslocale.py:508 +msgid "Finnish" +msgstr "Finnois" + +#: ../gramps/gen/utils/grampslocale.py:509 +msgid "French" +msgstr "Français" + +#: ../gramps/gen/utils/grampslocale.py:510 +msgid "Hebrew" +msgstr "Hébreu" + +#: ../gramps/gen/utils/grampslocale.py:511 +msgid "Croatian" +msgstr "Croate" + +#: ../gramps/gen/utils/grampslocale.py:512 +msgid "Hungarian" +msgstr "Hongrois" + +#: ../gramps/gen/utils/grampslocale.py:513 +msgid "Italian" +msgstr "Italien" + +#: ../gramps/gen/utils/grampslocale.py:514 +msgid "Japanese" +msgstr "Japonais" + +#: ../gramps/gen/utils/grampslocale.py:515 +msgid "Lithuanian" +msgstr "Lituanien" + +#: ../gramps/gen/utils/grampslocale.py:516 +msgid "Macedonian" +msgstr "Macédonien" + +#: ../gramps/gen/utils/grampslocale.py:517 +msgid "Norwegian Bokmal" +msgstr "Norvégien Bokmal" + +#: ../gramps/gen/utils/grampslocale.py:518 +msgid "Dutch" +msgstr "Néerlandais" + +#: ../gramps/gen/utils/grampslocale.py:519 +msgid "Norwegian Nynorsk" +msgstr "Norvégien Nynorsk" + +#: ../gramps/gen/utils/grampslocale.py:520 +msgid "Polish" +msgstr "Polonais" + +#: ../gramps/gen/utils/grampslocale.py:521 +msgid "Portuguese" +msgstr "Portugais" + +#: ../gramps/gen/utils/grampslocale.py:522 +msgid "Romanian" +msgstr "Roumain" + +#: ../gramps/gen/utils/grampslocale.py:523 +msgid "Russian" +msgstr "Russe" + +#: ../gramps/gen/utils/grampslocale.py:524 +msgid "Slovak" +msgstr "Slovaque" + +#: ../gramps/gen/utils/grampslocale.py:525 +msgid "Slovenian" +msgstr "Slovène" + +#: ../gramps/gen/utils/grampslocale.py:526 +msgid "Albanian" +msgstr "Albanais" + +#: ../gramps/gen/utils/grampslocale.py:527 +msgid "Swedish" +msgstr "Suédois" + +#: ../gramps/gen/utils/grampslocale.py:528 +msgid "Turkish" +msgstr "Turque" + +#: ../gramps/gen/utils/grampslocale.py:529 +msgid "Ukrainian" +msgstr "Ukrainien" + +#: ../gramps/gen/utils/grampslocale.py:530 +msgid "Vietnamese" +msgstr "Vietnamien" + +#: ../gramps/gen/utils/grampslocale.py:531 +msgid "Chinese" +msgstr "Chinois" + +#: ../gramps/gen/utils/grampslocale.py:535 +msgid "Brazil" +msgstr "Brésil" + +#: ../gramps/gen/utils/grampslocale.py:536 +#: ../gramps/plugins/lib/holidays.xml.in.h:23 +msgid "China" +msgstr "Chine" + +#: ../gramps/gen/utils/grampslocale.py:537 +msgid "Portugal" +msgstr "Portugal" + +#: ../gramps/gen/utils/grampslocale.py:718 +msgid "the person" +msgstr "l'individu" + +#: ../gramps/gen/utils/grampslocale.py:720 +msgid "the family" +msgstr "la famille" + +#: ../gramps/gen/utils/grampslocale.py:722 +msgid "the place" +msgstr "le lieu" + +#: ../gramps/gen/utils/grampslocale.py:724 +msgid "the event" +msgstr "l'événement" + +#: ../gramps/gen/utils/grampslocale.py:726 +msgid "the repository" +msgstr "le dépôt" + +#: ../gramps/gen/utils/grampslocale.py:728 +msgid "the note" +msgstr "la note" + +#: ../gramps/gen/utils/grampslocale.py:730 +msgid "the media" +msgstr "le medium" + +#: ../gramps/gen/utils/grampslocale.py:732 +msgid "the source" +msgstr "la source" + +#: ../gramps/gen/utils/grampslocale.py:734 +msgid "the filter" +msgstr "le filtre" + +#: ../gramps/gen/utils/grampslocale.py:736 +msgid "See details" +msgstr "Voir les détails" + #: ../gramps/gen/utils/place.py:53 #, python-format msgid "%(north_latitude)s N" @@ -6161,7 +6358,7 @@ msgstr "%(west_longitude)s O" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:93 #: ../gramps/gui/merge/mergeperson.py:63 #: ../gramps/gui/views/treemodels/peoplemodel.py:96 -#: ../gramps/plugins/webreport/narrativeweb.py:5387 +#: ../gramps/plugins/webreport/narrativeweb.py:5388 msgid "male" msgstr "masculin" @@ -6170,7 +6367,7 @@ msgstr "masculin" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:93 #: ../gramps/gui/merge/mergeperson.py:63 #: ../gramps/gui/views/treemodels/peoplemodel.py:96 -#: ../gramps/plugins/webreport/narrativeweb.py:5388 +#: ../gramps/plugins/webreport/narrativeweb.py:5389 msgid "female" msgstr "féminin" @@ -6195,7 +6392,7 @@ msgstr "Haut" #: ../gramps/gen/utils/string.py:55 #: ../gramps/gui/editors/editcitation.py:275 -#: ../gramps/plugins/webreport/narrativeweb.py:2367 +#: ../gramps/plugins/webreport/narrativeweb.py:2368 msgid "Normal" msgstr "Normal" @@ -6234,23 +6431,24 @@ msgstr "Relation non-spécifiée entre un homme et une femme" msgid "The data can only be recovered by Undo operation or by quitting with abandoning changes." msgstr "Les données peuvent être récupérées en annulant l'opération, ou en quittant sans sauvegarder les modifications." -#: ../gramps/gen/utils/unknown.py:140 +#: ../gramps/gen/utils/unknown.py:141 msgid "Unknown, created to replace a missing note object." msgstr "Inconnu, créé pour remplacer l'objet note manquant." # trunk -#: ../gramps/gen/utils/unknown.py:150 +#. primitive static variable +#: ../gramps/gen/utils/unknown.py:151 #, python-format msgid "Unknown, was missing %(time)s (%(count)d)" msgstr "Inconnu, été manquant %(time)s (%(count)d)" -#: ../gramps/gen/utils/unknown.py:169 +#: ../gramps/gen/utils/unknown.py:170 #, python-format msgid "Objects referenced by this note were missing in a file imported on %s." msgstr "Les objets référencés par cette note étaient manquants dans le fichier importé à la date du %s." # trunk -#: ../gramps/grampsapp.py:136 +#: ../gramps/grampsapp.py:137 #, python-format msgid "" "Your Python version does not meet the requirements. At least python %(v1)d.%(v2)d.%(v3)d is needed to start Gramps.\n" @@ -6262,7 +6460,7 @@ msgstr "" "Gramps va maintenant s'arrêter." # trunk -#: ../gramps/grampsapp.py:150 +#: ../gramps/grampsapp.py:151 msgid "" "\n" "You don't have the python bsddb3 package installed. This package is needed to start Gramps.\n" @@ -6275,17 +6473,17 @@ msgstr "" "Gramps va maintenant s'arrêter." # trunk -#: ../gramps/grampsapp.py:376 -#: ../gramps/grampsapp.py:383 -#: ../gramps/grampsapp.py:454 +#: ../gramps/grampsapp.py:377 +#: ../gramps/grampsapp.py:384 +#: ../gramps/grampsapp.py:455 msgid "Configuration error:" msgstr "Erreur de configuration :" -#: ../gramps/grampsapp.py:380 +#: ../gramps/grampsapp.py:381 msgid "Error reading configuration" msgstr "Erreur à la lecture de la configuration" -#: ../gramps/grampsapp.py:384 +#: ../gramps/grampsapp.py:385 #, python-format msgid "" "A definition for the MIME-type %s could not be found \n" @@ -6296,6 +6494,11 @@ msgstr "" "\n" " L'installation de Gramps semble incomplète. Vérifiez que les types MIME de Gramps sont correctement installés." +#. ------------------------------------------------------------------------- +#. +#. Constants +#. +#. ------------------------------------------------------------------------- #: ../gramps/gui/aboutdialog.py:73 msgid "==== Authors ====\n" msgstr "==== Auteurs ====\n" @@ -6338,20 +6541,21 @@ msgid "Unavailable" msgstr "Non-disponible" # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. -#: ../gramps/gui/clipboard.py:300 +#: ../gramps/gui/clipboard.py:311 #: ../gramps/gui/configure.py:486 #: ../gramps/gui/editors/editaddress.py:157 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:97 #: ../gramps/gui/grampsgui.py:145 #: ../gramps/plugins/gramplet/repositorydetails.py:124 #: ../gramps/plugins/textreport/familygroup.py:325 -#: ../gramps/plugins/webreport/narrativeweb.py:6719 +#: ../gramps/plugins/webreport/narrativeweb.py:6720 msgid "Address" msgstr "Adresse " # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. # /!\ vérifier double espace avec search bar "%(titre colonne)s contient" -#: ../gramps/gui/clipboard.py:337 +#. 0 this order range above +#: ../gramps/gui/clipboard.py:348 #: ../gramps/gui/configure.py:516 #: ../gramps/gui/editors/editlink.py:82 #: ../gramps/gui/editors/filtereditor.py:289 @@ -6362,14 +6566,15 @@ msgstr "Adresse " #: ../gramps/plugins/quickview/quickview.gpr.py:201 #: ../gramps/plugins/quickview/references.py:89 #: ../gramps/plugins/textreport/placereport.py:387 -#: ../gramps/plugins/webreport/narrativeweb.py:377 -#: ../gramps/plugins/webreport/narrativeweb.py:979 +#: ../gramps/plugins/webreport/narrativeweb.py:378 +#: ../gramps/plugins/webreport/narrativeweb.py:980 msgid "Event" msgstr "Événement " # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. # /!\ vérifier double espace avec search bar "%(titre colonne)s contient" -#: ../gramps/gui/clipboard.py:364 +#. 5 +#: ../gramps/gui/clipboard.py:375 #: ../gramps/gui/configure.py:508 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:81 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:56 @@ -6377,6 +6582,7 @@ msgstr "Événement " #: ../gramps/gui/editors/editlink.py:87 #: ../gramps/gui/editors/filtereditor.py:290 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:100 +#: ../gramps/gui/glade/editevent.glade.h:9 #: ../gramps/gui/plug/_guioptions.py:1299 #: ../gramps/gui/selectors/selectevent.py:67 #: ../gramps/gui/views/treemodels/placemodel.py:292 @@ -6396,16 +6602,16 @@ msgstr "Événement " #: ../gramps/plugins/tool/sortevents.py:60 #: ../gramps/plugins/view/eventview.py:87 #: ../gramps/plugins/view/placetreeview.py:74 -#: ../gramps/plugins/webreport/narrativeweb.py:386 -#: ../gramps/plugins/webreport/narrativeweb.py:981 -#: ../gramps/plugins/webreport/narrativeweb.py:1229 -#: ../gramps/plugins/webreport/narrativeweb.py:1259 -#: ../gramps/gui/glade/editevent.glade:314 +#: ../gramps/plugins/webreport/narrativeweb.py:387 +#: ../gramps/plugins/webreport/narrativeweb.py:982 +#: ../gramps/plugins/webreport/narrativeweb.py:1230 +#: ../gramps/plugins/webreport/narrativeweb.py:1260 msgid "Place" msgstr "Lieu " # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. -#: ../gramps/gui/clipboard.py:391 +#. 3 +#: ../gramps/gui/clipboard.py:402 #: ../gramps/gui/configure.py:520 #: ../gramps/gui/editors/editlink.py:85 #: ../gramps/gui/editors/editmedia.py:91 @@ -6420,8 +6626,8 @@ msgstr "Lieu " #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:99 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:88 #: ../gramps/gui/views/treemodels/mediamodel.py:134 -#: ../gramps/plugins/drawreport/ancestortree.py:1051 -#: ../gramps/plugins/drawreport/descendtree.py:1642 +#: ../gramps/plugins/drawreport/ancestortree.py:1055 +#: ../gramps/plugins/drawreport/descendtree.py:1645 #: ../gramps/plugins/export/exportcsv.py:345 #: ../gramps/plugins/export/exportcsv.py:462 #: ../gramps/plugins/gramplet/quickviewgramplet.py:112 @@ -6434,44 +6640,48 @@ msgstr "Lieu " msgid "Note" msgstr "Note " -#: ../gramps/gui/clipboard.py:424 +#: ../gramps/gui/clipboard.py:435 #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:121 msgid "Family Event" msgstr "Événement familial" -#: ../gramps/gui/clipboard.py:440 +#: ../gramps/gui/clipboard.py:451 msgid "Url" msgstr "Url" -#: ../gramps/gui/clipboard.py:456 +#: ../gramps/gui/clipboard.py:467 #: ../gramps/gui/editors/editattribute.py:136 #: ../gramps/gui/grampsgui.py:146 msgid "Attribute" msgstr "Attribut" -#: ../gramps/gui/clipboard.py:471 +#: ../gramps/gui/clipboard.py:482 msgid "Family Attribute" msgstr "Attribut de la famille" -#: ../gramps/gui/clipboard.py:502 +#: ../gramps/gui/clipboard.py:513 msgid "not available|NA" msgstr "N/A" -#: ../gramps/gui/clipboard.py:511 +#: ../gramps/gui/clipboard.py:522 #, python-format msgid "Volume/Page: %(pag)s -- %(sourcetext)s" msgstr "Volume/Page : %(pag)s -- %(sourcetext)s" -#: ../gramps/gui/clipboard.py:532 +#: ../gramps/gui/clipboard.py:543 msgid "Repository ref" msgstr "Réf. dépôt" -#: ../gramps/gui/clipboard.py:550 +#: ../gramps/gui/clipboard.py:561 msgid "Event ref" msgstr "Réf. événement" # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. -#: ../gramps/gui/clipboard.py:568 +#. 1 new gramplet +#. Priority +#. Handle +#. Add column with object name +#: ../gramps/gui/clipboard.py:579 #: ../gramps/gui/configure.py:485 #: ../gramps/gui/editors/displaytabs/backreflist.py:63 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:73 @@ -6484,7 +6694,7 @@ msgstr "Réf. événement" #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:95 #: ../gramps/gui/plug/_guioptions.py:1122 #: ../gramps/gui/plug/_windows.py:120 -#: ../gramps/gui/plug/report/_bookdialog.py:390 +#: ../gramps/gui/plug/report/_bookdialog.py:391 #: ../gramps/gui/selectors/selectperson.py:76 #: ../gramps/gui/viewmanager.py:491 #: ../gramps/gui/views/bookmarks.py:224 @@ -6497,14 +6707,16 @@ msgstr "Réf. événement" #: ../gramps/plugins/textreport/indivcomplete.py:611 #: ../gramps/plugins/textreport/tagreport.py:125 #: ../gramps/plugins/tool/notrelated.py:125 -#: ../gramps/plugins/tool/removeunused.py:202 -#: ../gramps/plugins/tool/verify.py:527 +#: ../gramps/plugins/tool/removeunused.py:203 +#: ../gramps/plugins/tool/verify.py:528 #: ../gramps/plugins/view/repoview.py:86 -#: ../gramps/plugins/webreport/narrativeweb.py:6406 +#: ../gramps/plugins/webreport/narrativeweb.py:6407 msgid "Name" msgstr "Nom " -#: ../gramps/gui/clipboard.py:616 +#. 2 +#. add media column +#: ../gramps/gui/clipboard.py:627 #: ../gramps/gui/editors/editlink.py:84 #: ../gramps/gui/editors/filtereditor.py:292 #: ../gramps/gui/grampsgui.py:170 @@ -6519,41 +6731,49 @@ msgstr "Nom " #: ../gramps/plugins/view/mediaview.py:140 #: ../gramps/plugins/view/view.gpr.py:80 #: ../gramps/plugins/view/view.gpr.py:88 -#: ../gramps/plugins/webreport/narrativeweb.py:1766 -#: ../gramps/plugins/webreport/narrativeweb.py:1824 -#: ../gramps/plugins/webreport/narrativeweb.py:1882 -#: ../gramps/plugins/webreport/narrativeweb.py:1920 -#: ../gramps/plugins/webreport/narrativeweb.py:2180 -#: ../gramps/plugins/webreport/narrativeweb.py:4401 -#: ../gramps/plugins/webreport/narrativeweb.py:4523 +#: ../gramps/plugins/webreport/narrativeweb.py:1767 +#: ../gramps/plugins/webreport/narrativeweb.py:1825 +#: ../gramps/plugins/webreport/narrativeweb.py:1883 +#: ../gramps/plugins/webreport/narrativeweb.py:1921 +#: ../gramps/plugins/webreport/narrativeweb.py:2181 +#: ../gramps/plugins/webreport/narrativeweb.py:4402 +#: ../gramps/plugins/webreport/narrativeweb.py:4524 msgid "Media" msgstr "Media" -#: ../gramps/gui/clipboard.py:643 +#: ../gramps/gui/clipboard.py:654 msgid "Media ref" msgstr "Réf. medium" -#: ../gramps/gui/clipboard.py:661 +#: ../gramps/gui/clipboard.py:672 msgid "Person ref" msgstr "Réf. individu" # trunk -#: ../gramps/gui/clipboard.py:679 +#: ../gramps/gui/clipboard.py:690 msgid "Child ref" msgstr "Réf. enfant" # trunk -#: ../gramps/gui/clipboard.py:688 +#: ../gramps/gui/clipboard.py:699 #, python-format msgid "%(frel)s %(mrel)s" msgstr "%(frel)s %(mrel)s" # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. # /!\ vérifier double espace avec search bar "%(titre colonne)s contient" -#: ../gramps/gui/clipboard.py:700 +#. 4 +#. ------------------------------------------------------------------------ +#. +#. References +#. +#. ------------------------------------------------------------------------ +#. functions for the actual quickreports +#: ../gramps/gui/clipboard.py:711 #: ../gramps/gui/configure.py:504 #: ../gramps/gui/editors/editlink.py:86 #: ../gramps/gui/editors/filtereditor.py:287 +#: ../gramps/gui/glade/editpersonref.glade.h:5 #: ../gramps/gui/grampsgui.py:177 #: ../gramps/plugins/export/exportcsv.py:338 #: ../gramps/plugins/gramplet/quickviewgramplet.py:108 @@ -6578,21 +6798,25 @@ msgstr "%(frel)s %(mrel)s" #: ../gramps/plugins/textreport/placereport.py:256 #: ../gramps/plugins/textreport/placereport.py:388 #: ../gramps/plugins/tool/eventcmp.py:252 -#: ../gramps/plugins/webreport/narrativeweb.py:387 -#: ../gramps/plugins/webreport/narrativeweb.py:3112 -#: ../gramps/plugins/webreport/narrativeweb.py:3665 -#: ../gramps/plugins/webreport/narrativeweb.py:5987 -#: ../gramps/gui/glade/editpersonref.glade:206 +#: ../gramps/plugins/webreport/narrativeweb.py:388 +#: ../gramps/plugins/webreport/narrativeweb.py:3113 +#: ../gramps/plugins/webreport/narrativeweb.py:3666 +#: ../gramps/plugins/webreport/narrativeweb.py:5988 msgid "Person" msgstr "Individu " # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. # /!\ vérifier double espace avec search bar "%(titre colonne)s contient" -#: ../gramps/gui/clipboard.py:728 +#. 1 +#. get the family events +#. show "> Family: ..." and nothing else +#. show "V Family: ..." and the rest +#: ../gramps/gui/clipboard.py:739 #: ../gramps/gui/configure.py:506 #: ../gramps/gui/editors/editfamily.py:493 #: ../gramps/gui/editors/editlink.py:83 #: ../gramps/gui/editors/filtereditor.py:288 +#: ../gramps/gui/glade/editldsord.glade.h:3 #: ../gramps/gui/grampsgui.py:155 #: ../gramps/plugins/export/exportcsv.py:505 #: ../gramps/plugins/gramplet/quickviewgramplet.py:110 @@ -6606,14 +6830,14 @@ msgstr "Individu " #: ../gramps/plugins/textreport/indivcomplete.py:79 #: ../gramps/plugins/view/relview.py:1342 #: ../gramps/plugins/view/relview.py:1364 -#: ../gramps/plugins/webreport/narrativeweb.py:3113 -#: ../gramps/gui/glade/editldsord.glade:267 +#: ../gramps/plugins/webreport/narrativeweb.py:3114 msgid "Family" msgstr "Famille " # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. # /!\ vérifier double espace avec search bar "%(titre colonne)s contient" -#: ../gramps/gui/clipboard.py:757 +#. 7 +#: ../gramps/gui/clipboard.py:768 #: ../gramps/gui/configure.py:510 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:78 #: ../gramps/gui/editors/editlink.py:89 @@ -6633,7 +6857,8 @@ msgstr "Source " # L'espace finale est pour précéder le « : » codé en dur dans certains contextes. # /!\ vérifier double espace avec search bar "%(titre colonne)s contient" -#: ../gramps/gui/clipboard.py:784 +#. 6 +#: ../gramps/gui/clipboard.py:795 #: ../gramps/gui/configure.py:518 #: ../gramps/gui/editors/editlink.py:88 #: ../gramps/gui/editors/editrepository.py:68 @@ -6645,7 +6870,9 @@ msgstr "Source " msgid "Repository" msgstr "Dépôt " -#: ../gramps/gui/clipboard.py:916 +#. Create the tree columns +#. 0 selected? +#: ../gramps/gui/clipboard.py:927 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:64 #: ../gramps/gui/editors/displaytabs/backreflist.py:61 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:76 @@ -6662,8 +6889,8 @@ msgstr "Dépôt " #: ../gramps/gui/merge/mergeperson.py:241 #: ../gramps/gui/plug/_windows.py:113 #: ../gramps/gui/plug/_windows.py:231 -#: ../gramps/gui/plug/report/_bookdialog.py:391 -#: ../gramps/gui/plug/report/_bookdialog.py:395 +#: ../gramps/gui/plug/report/_bookdialog.py:392 +#: ../gramps/gui/plug/report/_bookdialog.py:396 #: ../gramps/gui/selectors/selectevent.py:64 #: ../gramps/gui/selectors/selectnote.py:69 #: ../gramps/gui/selectors/selectobject.py:74 @@ -6685,17 +6912,17 @@ msgstr "Dépôt " #: ../gramps/plugins/view/mediaview.py:106 #: ../gramps/plugins/view/noteview.py:83 #: ../gramps/plugins/view/repoview.py:88 -#: ../gramps/plugins/webreport/narrativeweb.py:394 -#: ../gramps/plugins/webreport/narrativeweb.py:1256 -#: ../gramps/plugins/webreport/narrativeweb.py:1563 -#: ../gramps/plugins/webreport/narrativeweb.py:2262 -#: ../gramps/plugins/webreport/narrativeweb.py:2735 -#: ../gramps/plugins/webreport/narrativeweb.py:3662 -#: ../gramps/plugins/webreport/narrativeweb.py:6647 +#: ../gramps/plugins/webreport/narrativeweb.py:395 +#: ../gramps/plugins/webreport/narrativeweb.py:1257 +#: ../gramps/plugins/webreport/narrativeweb.py:1564 +#: ../gramps/plugins/webreport/narrativeweb.py:2263 +#: ../gramps/plugins/webreport/narrativeweb.py:2736 +#: ../gramps/plugins/webreport/narrativeweb.py:3663 +#: ../gramps/plugins/webreport/narrativeweb.py:6648 msgid "Type" msgstr "Type" -#: ../gramps/gui/clipboard.py:919 +#: ../gramps/gui/clipboard.py:930 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:83 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:69 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:92 @@ -6710,44 +6937,45 @@ msgstr "Type" #: ../gramps/plugins/view/citationtreeview.py:165 #: ../gramps/plugins/view/mediaview.py:104 #: ../gramps/plugins/view/sourceview.py:83 -#: ../gramps/plugins/webreport/narrativeweb.py:2734 +#: ../gramps/plugins/webreport/narrativeweb.py:2735 msgid "Title" msgstr "Titre" -#: ../gramps/gui/clipboard.py:922 +#: ../gramps/gui/clipboard.py:933 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:65 #: ../gramps/gui/editors/displaytabs/dataembedlist.py:62 #: ../gramps/plugins/gramplet/attributes.py:48 -#: ../gramps/plugins/lib/libmetadata.py:174 +#: ../gramps/plugins/lib/libmetadata.py:166 #: ../gramps/plugins/tool/patchnames.py:402 -#: ../gramps/plugins/webreport/narrativeweb.py:396 -#: ../gramps/plugins/webreport/narrativeweb.py:1315 -#: ../gramps/plugins/webreport/narrativeweb.py:1564 +#: ../gramps/plugins/webreport/narrativeweb.py:397 +#: ../gramps/plugins/webreport/narrativeweb.py:1316 +#: ../gramps/plugins/webreport/narrativeweb.py:1565 msgid "Value" msgstr "Valeur" -#: ../gramps/gui/clipboard.py:1343 -#: ../gramps/gui/clipboard.py:1349 -#: ../gramps/gui/clipboard.py:1387 -#: ../gramps/gui/clipboard.py:1431 -#: ../gramps/gui/glade/clipboard.glade:7 +#: ../gramps/gui/clipboard.py:1354 +#: ../gramps/gui/clipboard.py:1360 +#: ../gramps/gui/clipboard.py:1398 +#: ../gramps/gui/clipboard.py:1442 +#: ../gramps/gui/glade/clipboard.glade.h:2 msgid "Clipboard" msgstr "Presse-papiers" # détails pour la famille, le lieu ... -#: ../gramps/gui/clipboard.py:1473 +#: ../gramps/gui/clipboard.py:1484 #: ../gramps/gui/plug/quick/_quicktable.py:131 #, python-format msgid "the object|See %s details" msgstr "Voir les détails pour %s" -#: ../gramps/gui/clipboard.py:1479 +#. --------------------------- +#: ../gramps/gui/clipboard.py:1490 #: ../gramps/gui/plug/quick/_quicktable.py:141 #, python-format msgid "the object|Make %s active" msgstr "Activer %s" -#: ../gramps/gui/clipboard.py:1495 +#: ../gramps/gui/clipboard.py:1506 #, python-format msgid "the object|Create Filter from %s selected..." msgstr "Créer un filtre depuis %s sélectionné(e)" @@ -6761,10 +6989,11 @@ msgstr "Vue en arbre : la première colonne « %s » ne peut pas être modifi msgid "Drag and drop the columns to change the order" msgstr "Glissez et déposez les colonnes pour changer l'ordre" +#. ################# #: ../gramps/gui/columnorder.py:130 #: ../gramps/gui/configure.py:1075 -#: ../gramps/plugins/drawreport/ancestortree.py:933 -#: ../gramps/plugins/drawreport/descendtree.py:1509 +#: ../gramps/plugins/drawreport/ancestortree.py:937 +#: ../gramps/plugins/drawreport/descendtree.py:1512 msgid "Display" msgstr "Affichage" @@ -6863,8 +7092,8 @@ msgstr "Entrez une information pour permettre aux personnes de vous contacter qu #: ../gramps/plugins/lib/libplaceview.py:99 #: ../gramps/plugins/view/placetreeview.py:77 #: ../gramps/plugins/view/repoview.py:91 -#: ../gramps/plugins/webreport/narrativeweb.py:380 -#: ../gramps/plugins/webreport/narrativeweb.py:1416 +#: ../gramps/plugins/webreport/narrativeweb.py:381 +#: ../gramps/plugins/webreport/narrativeweb.py:1417 msgid "Locality" msgstr "Lieu-dit " @@ -6879,7 +7108,7 @@ msgstr "Lieu-dit " #: ../gramps/plugins/tool/extractcity.py:388 #: ../gramps/plugins/view/placetreeview.py:78 #: ../gramps/plugins/view/repoview.py:92 -#: ../gramps/plugins/webreport/narrativeweb.py:371 +#: ../gramps/plugins/webreport/narrativeweb.py:372 msgid "City" msgstr "Ville " @@ -6905,8 +7134,8 @@ msgstr "Région/Départ./Comté " #: ../gramps/plugins/tool/extractcity.py:391 #: ../gramps/plugins/view/placetreeview.py:81 #: ../gramps/plugins/view/repoview.py:94 -#: ../gramps/plugins/webreport/narrativeweb.py:373 -#: ../gramps/plugins/webreport/narrativeweb.py:3377 +#: ../gramps/plugins/webreport/narrativeweb.py:374 +#: ../gramps/plugins/webreport/narrativeweb.py:3378 msgid "Country" msgstr "Pays " @@ -6925,7 +7154,7 @@ msgstr "Code lieu " # /!\ vérifier double espace avec search bar "%(titre colonne)s contient" #: ../gramps/gui/configure.py:492 #: ../gramps/plugins/gramplet/repositorydetails.py:112 -#: ../gramps/plugins/webreport/narrativeweb.py:388 +#: ../gramps/plugins/webreport/narrativeweb.py:389 msgid "Phone" msgstr "Téléphone " @@ -6998,6 +7227,14 @@ msgid "Border Female Death" msgstr "Bordure féminin décédée" # trunk +#. # self.add_color(table, _('Gender Other Alive'), 5, +#. # 'preferences.color-gender-other-alive') +#. # self.add_color(table, _('Border Other Alive'), 6, +#. # 'preferences.bordercolor-gender-other-alive') +#. # self.add_color(table, _('Gender Other Death'), 7, +#. # 'preferences.color-gender-other-death') +#. # self.add_color(table, _('Border Other Death'), 8, +#. # 'preferences.bordercolor-gender-other-death') #: ../gramps/gui/configure.py:555 msgid "Gender Unknown Alive" msgstr "Inconnu vivant" @@ -7079,6 +7316,7 @@ msgid "Example" msgstr "Exemple" # L'espace finale est pour précéder le « : » codé en dur. +#. label for the combo #: ../gramps/gui/configure.py:945 #: ../gramps/plugins/drawreport/calendarreport.py:436 #: ../gramps/plugins/textreport/ancestorreport.py:280 @@ -7091,23 +7329,21 @@ msgstr "Exemple" #: ../gramps/plugins/textreport/indivcomplete.py:697 #: ../gramps/plugins/textreport/kinshipreport.py:348 #: ../gramps/plugins/textreport/numberofancestorsreport.py:201 -#: ../gramps/plugins/webreport/narrativeweb.py:8022 -#: ../gramps/plugins/webreport/webcal.py:1357 +#: ../gramps/plugins/webreport/narrativeweb.py:8023 +#: ../gramps/plugins/webreport/webcal.py:1358 msgid "Name format" msgstr "Format des noms " #: ../gramps/gui/configure.py:949 #: ../gramps/gui/editors/displaytabs/buttontab.py:74 +#: ../gramps/gui/glade/editfamily.glade.h:10 +#: ../gramps/gui/glade/editlink.glade.h:2 +#: ../gramps/gui/glade/editperson.glade.h:15 +#: ../gramps/gui/glade/rule.glade.h:17 +#: ../gramps/gui/glade/styleeditor.glade.h:19 #: ../gramps/gui/plug/_windows.py:142 #: ../gramps/gui/plug/_windows.py:198 -#: ../gramps/gui/plug/report/_bookdialog.py:621 -#: ../gramps/gui/glade/editfamily.glade:280 -#: ../gramps/gui/glade/editfamily.glade:606 -#: ../gramps/gui/glade/editlink.glade:242 -#: ../gramps/gui/glade/editperson.glade:611 -#: ../gramps/gui/glade/editperson.glade:846 -#: ../gramps/gui/glade/rule.glade:481 -#: ../gramps/gui/glade/styleeditor.glade:1394 +#: ../gramps/gui/plug/report/_bookdialog.py:622 msgid "Edit" msgstr "Éditer" @@ -7363,13 +7599,13 @@ msgstr "Sélectionner un répertoire media" msgid "Select database directory" msgstr "Sélectionner le répertoire de base de données" -#: ../gramps/gui/dbloader.py:124 +#: ../gramps/gui/dbloader.py:125 #: ../gramps/gui/plug/tool.py:112 msgid "Undo history warning" msgstr "Avertissement sur l'historique d'annulation" # Substantif (GNOME fr) -#: ../gramps/gui/dbloader.py:125 +#: ../gramps/gui/dbloader.py:126 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 prior to it.\n" "\n" @@ -7379,26 +7615,26 @@ msgstr "" "\n" "Si vous pensez avoir besoin de revenir en arrière, veuillez arrêter toute saisie et sauvegarder votre base de données." -#: ../gramps/gui/dbloader.py:130 +#: ../gramps/gui/dbloader.py:131 msgid "_Proceed with import" msgstr "Effectuer l'_importation" -#: ../gramps/gui/dbloader.py:130 +#: ../gramps/gui/dbloader.py:131 #: ../gramps/gui/plug/tool.py:119 msgid "_Stop" msgstr "Ann_uler" # trunk -#: ../gramps/gui/dbloader.py:137 +#: ../gramps/gui/dbloader.py:138 msgid "Gramps: Import Family Tree" msgstr "Gramps : importation d'un arbre familial" -#: ../gramps/gui/dbloader.py:142 +#: ../gramps/gui/dbloader.py:143 #: ../gramps/gui/grampsgui.py:203 msgid "Import" msgstr "Importer" -#: ../gramps/gui/dbloader.py:198 +#: ../gramps/gui/dbloader.py:199 #, python-format msgid "" "File type \"%s\" is unknown to Gramps.\n" @@ -7409,58 +7645,67 @@ msgstr "" "\n" "Les types valides sont : base de données Gramps, XML Gramps, paquet Gramps, GEDCOM et autres." -#: ../gramps/gui/dbloader.py:221 -#: ../gramps/gui/dbloader.py:227 +#: ../gramps/gui/dbloader.py:222 +#: ../gramps/gui/dbloader.py:228 msgid "Cannot open file" msgstr "Impossible d'ouvrir ce fichier" -#: ../gramps/gui/dbloader.py:222 +#: ../gramps/gui/dbloader.py:223 msgid "The selected file is a directory, not a file.\n" msgstr "La sélection est un répertoire et non un fichier.\n" -#: ../gramps/gui/dbloader.py:228 +#: ../gramps/gui/dbloader.py:229 msgid "You do not have read access to the selected file." msgstr "Vous n'avez pas accès en lecture au fichier sélectionné." -#: ../gramps/gui/dbloader.py:237 +#: ../gramps/gui/dbloader.py:238 msgid "Cannot create file" msgstr "Impossible de créer le fichier" -#: ../gramps/gui/dbloader.py:257 +#: ../gramps/gui/dbloader.py:258 #, python-format msgid "Could not import file: %s" msgstr "Impossible d'importer le fichier : %s" -#: ../gramps/gui/dbloader.py:258 +#: ../gramps/gui/dbloader.py:259 msgid "This file incorrectly identifies its character set, so it cannot be accurately imported. Please fix the encoding, and import again" msgstr "Ce fichier identifie incorrectement son jeu de caractères, il ne peut donc pas être importé fidèlement. Corrigez son encodage, et importez-le de nouveau." -#: ../gramps/gui/dbloader.py:313 +#: ../gramps/gui/dbloader.py:320 msgid "Need to upgrade database!" msgstr "Vous avez besoin de mettre à jour votre base de données !" -#: ../gramps/gui/dbloader.py:315 +#: ../gramps/gui/dbloader.py:322 msgid "Upgrade now" msgstr "Mettre à jour maintenant" -#: ../gramps/gui/dbloader.py:316 -#: ../gramps/gui/plug/report/_bookdialog.py:291 -#: ../gramps/gui/plug/report/_bookdialog.py:690 +#: ../gramps/gui/dbloader.py:323 +#: ../gramps/gui/dbloader.py:334 +#: ../gramps/gui/plug/report/_bookdialog.py:292 +#: ../gramps/gui/plug/report/_bookdialog.py:691 #: ../gramps/gui/viewmanager.py:1058 #: ../gramps/plugins/view/familyview.py:254 msgid "Cancel" msgstr "Annuler" -#: ../gramps/gui/dbloader.py:378 +#: ../gramps/gui/dbloader.py:330 +msgid "Need to upgrade BSDDB database!" +msgstr "Vous avez besoin de mettre à niveau votre base de données BSDDB !" + +#: ../gramps/gui/dbloader.py:332 +msgid "I have made a backup, please upgrade my tree" +msgstr "J'ai fait une sauvegarde, mon arbre peut être mis à jour." + +#: ../gramps/gui/dbloader.py:394 msgid "All files" msgstr "Tous les fichiers" -#: ../gramps/gui/dbloader.py:419 +#: ../gramps/gui/dbloader.py:435 msgid "Automatically detected" msgstr "Détecté automatiquement" # éviter le raccourci sur le y ou le p -#: ../gramps/gui/dbloader.py:428 +#: ../gramps/gui/dbloader.py:444 msgid "Select file _type:" msgstr "Choisir un _type de fichier :" @@ -7469,7 +7714,7 @@ msgid "_Extract" msgstr "_Extraire" #: ../gramps/gui/dbman.py:112 -#: ../gramps/gui/glade/dbman.glade:375 +#: ../gramps/gui/glade/dbman.glade.h:5 msgid "_Archive" msgstr "_Archive" @@ -7477,20 +7722,18 @@ msgstr "_Archive" msgid "Family tree name" msgstr "Nom de l'arbre familial" +#. icon_column = Gtk.TreeViewColumn(_('Status'), render, +#. stock_id=STOCK_COL) #: ../gramps/gui/dbman.py:295 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:54 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:65 #: ../gramps/gui/plug/_windows.py:117 #: ../gramps/gui/plug/_windows.py:175 -#: ../gramps/plugins/webreport/narrativeweb.py:391 -#: ../gramps/plugins/webreport/narrativeweb.py:1260 +#: ../gramps/plugins/webreport/narrativeweb.py:392 +#: ../gramps/plugins/webreport/narrativeweb.py:1261 msgid "Status" msgstr "Statut" -#: ../gramps/gui/dbman.py:301 -msgid "Last accessed" -msgstr "Dernier accès" - #: ../gramps/gui/dbman.py:385 #, python-format msgid "Break the lock on the '%s' database?" @@ -7519,67 +7762,67 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:485 +#: ../gramps/gui/dbman.py:489 msgid "Could not rename the Family Tree." msgstr "Impossible de renommer l'arbre familial." -#: ../gramps/gui/dbman.py:486 +#: ../gramps/gui/dbman.py:490 msgid "Family Tree already exists, choose a unique name." msgstr "Cet arbre familial existe déjà, choisissez un autre nom." # Substantif (GNOME fr) -#: ../gramps/gui/dbman.py:524 +#: ../gramps/gui/dbman.py:532 msgid "Extracting archive..." msgstr "Extraction de l'archive..." # Substantif (GNOME fr) -#: ../gramps/gui/dbman.py:529 +#: ../gramps/gui/dbman.py:537 msgid "Importing archive..." msgstr "Importation de l'archive..." # objet sélectionné # Supprimer car efface -#: ../gramps/gui/dbman.py:545 +#: ../gramps/gui/dbman.py:553 #, python-format msgid "Remove the '%s' family tree?" msgstr "Supprimer l'arbre familial « %s » ?" # Substantif (GNOME fr) # Supprimer car efface -#: ../gramps/gui/dbman.py:546 +#: ../gramps/gui/dbman.py:554 msgid "Removing this family tree will permanently destroy the data." msgstr "La suppression de cet arbre familial effacera définitivement ses données." # objet sélectionné # Supprimer car efface -#: ../gramps/gui/dbman.py:547 +#: ../gramps/gui/dbman.py:555 msgid "Remove family tree" msgstr "Supprimer l'arbre familial" -#: ../gramps/gui/dbman.py:553 +#: ../gramps/gui/dbman.py:561 #, python-format msgid "Remove the '%(revision)s' version of '%(database)s'" msgstr "Retrait de la version « %(revision)s » de « %(database)s »" # Substantif (GNOME fr) -#: ../gramps/gui/dbman.py:557 +#: ../gramps/gui/dbman.py:565 msgid "Removing this version will prevent you from extracting it in the future." msgstr "Le retrait de cette version vous empêchera toute extraction future." -#: ../gramps/gui/dbman.py:559 +#: ../gramps/gui/dbman.py:567 msgid "Remove version" msgstr "Retirer la version" # objet sélectionné -#: ../gramps/gui/dbman.py:588 +#: ../gramps/gui/dbman.py:596 msgid "Could not delete family tree" msgstr "Impossible de supprimer l'arbre familial" -#: ../gramps/gui/dbman.py:613 +#: ../gramps/gui/dbman.py:621 msgid "Deletion failed" msgstr "Impossible de supprimer" -#: ../gramps/gui/dbman.py:614 +#: ../gramps/gui/dbman.py:622 #, python-format msgid "" "An attempt to delete a version failed with the following message:\n" @@ -7590,12 +7833,12 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:641 +#: ../gramps/gui/dbman.py:649 msgid "Repair family tree?" msgstr "Réparer l'arbre familial ?" # trunk -#: ../gramps/gui/dbman.py:643 +#: ../gramps/gui/dbman.py:651 #, python-format msgid "" "If you click Proceed, Gramps will attempt to recover your family tree from the last good backup. There are several ways this can cause unwanted effects, so backup the family tree first.\n" @@ -7616,32 +7859,32 @@ msgstr "" "http://gramps-project.org/wiki/index.php?title=Recover_corrupted_family_tree/fr\n" "Avant de faire la réparation, essayez d'ouvrir votre arbre familial avec la méthode normale. Certaines erreurs qui peuvent être corrigées automatiquement activent parfois le bouton de réparation. Dans ce cas, vous pouvez désactiver cette action de réparation en supprimant le fichier need_recover dans le répertoire de votre arbre familial." -#: ../gramps/gui/dbman.py:662 +#: ../gramps/gui/dbman.py:670 msgid "Proceed, I have taken a backup" msgstr "Appliquer, j'ai bien fait ma sauvegarde" -#: ../gramps/gui/dbman.py:663 +#: ../gramps/gui/dbman.py:671 msgid "Stop" msgstr "Annuler" # Substantif (GNOME fr) -#: ../gramps/gui/dbman.py:686 +#: ../gramps/gui/dbman.py:694 msgid "Rebuilding database from backup files" msgstr "Reconstruction d'une base de données depuis les fichiers de sauvegarde" -#: ../gramps/gui/dbman.py:691 +#: ../gramps/gui/dbman.py:699 msgid "Error restoring backup data" msgstr "Erreur de restauration des données de sauvegarde" -#: ../gramps/gui/dbman.py:726 +#: ../gramps/gui/dbman.py:734 msgid "Could not create family tree" msgstr "Impossible de créer l'arbre familial" -#: ../gramps/gui/dbman.py:842 +#: ../gramps/gui/dbman.py:850 msgid "Retrieve failed" msgstr "Impossible de récupérer" -#: ../gramps/gui/dbman.py:843 +#: ../gramps/gui/dbman.py:851 #, python-format msgid "" "An attempt to retrieve the data failed with the following message:\n" @@ -7653,12 +7896,12 @@ msgstr "" "%s" # Substantif (GNOME fr) -#: ../gramps/gui/dbman.py:883 -#: ../gramps/gui/dbman.py:911 +#: ../gramps/gui/dbman.py:891 +#: ../gramps/gui/dbman.py:919 msgid "Archiving failed" msgstr "Impossible d'archiver" -#: ../gramps/gui/dbman.py:884 +#: ../gramps/gui/dbman.py:892 #, python-format msgid "" "An attempt to create the archive failed with the following message:\n" @@ -7670,16 +7913,16 @@ msgstr "" "%s" # Substantif (GNOME fr) -#: ../gramps/gui/dbman.py:889 +#: ../gramps/gui/dbman.py:897 msgid "Creating data to be archived..." msgstr "Création des données à archiver..." # Substantif (GNOME fr) -#: ../gramps/gui/dbman.py:898 +#: ../gramps/gui/dbman.py:906 msgid "Saving archive..." msgstr "Enregistrement de l'archive..." -#: ../gramps/gui/dbman.py:912 +#: ../gramps/gui/dbman.py:920 #, python-format msgid "" "An attempt to archive the data failed with the following message:\n" @@ -7707,7 +7950,7 @@ msgstr "" "\n" #: ../gramps/gui/dialog.py:333 -#: ../gramps/gui/utils.py:293 +#: ../gramps/gui/utils.py:300 msgid "Attempt to force closing the dialog" msgstr "Tentative de fermeture forcée de la fenêtre" @@ -7820,6 +8063,15 @@ msgstr "Déplacer l'adresse sélectionnée vers le bas" #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:99 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:99 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:95 +#: ../gramps/gui/glade/editaddress.glade.h:5 +#: ../gramps/gui/glade/editcitation.glade.h:16 +#: ../gramps/gui/glade/editevent.glade.h:4 +#: ../gramps/gui/glade/editeventref.glade.h:6 +#: ../gramps/gui/glade/editldsord.glade.h:2 +#: ../gramps/gui/glade/editmedia.glade.h:4 +#: ../gramps/gui/glade/editmediaref.glade.h:6 +#: ../gramps/gui/glade/editname.glade.h:13 +#: ../gramps/gui/glade/editsourceref.glade.h:14 #: ../gramps/gui/grampsgui.py:152 #: ../gramps/gui/selectors/selectevent.py:66 #: ../gramps/plugins/export/exportcsv.py:462 @@ -7839,32 +8091,14 @@ msgstr "Déplacer l'adresse sélectionnée vers le bas" #: ../gramps/plugins/view/citationtreeview.py:96 #: ../gramps/plugins/view/eventview.py:86 #: ../gramps/plugins/view/mediaview.py:108 -#: ../gramps/plugins/webreport/narrativeweb.py:375 -#: ../gramps/plugins/webreport/narrativeweb.py:980 -#: ../gramps/plugins/webreport/narrativeweb.py:1228 -#: ../gramps/plugins/webreport/narrativeweb.py:1257 -#: ../gramps/plugins/webreport/narrativeweb.py:2370 -#: ../gramps/plugins/webreport/narrativeweb.py:3663 -#: ../gramps/plugins/webreport/narrativeweb.py:4430 -#: ../gramps/plugins/webreport/narrativeweb.py:5756 -#: ../gramps/gui/glade/editaddress.glade:377 -#: ../gramps/gui/glade/editaddress.glade:387 -#: ../gramps/gui/glade/editcitation.glade:151 -#: ../gramps/gui/glade/editcitation.glade:161 -#: ../gramps/gui/glade/editevent.glade:147 -#: ../gramps/gui/glade/editevent.glade:159 -#: ../gramps/gui/glade/editeventref.glade:399 -#: ../gramps/gui/glade/editeventref.glade:409 -#: ../gramps/gui/glade/editldsord.glade:151 -#: ../gramps/gui/glade/editldsord.glade:161 -#: ../gramps/gui/glade/editmedia.glade:261 -#: ../gramps/gui/glade/editmedia.glade:271 -#: ../gramps/gui/glade/editmediaref.glade:708 -#: ../gramps/gui/glade/editmediaref.glade:718 -#: ../gramps/gui/glade/editname.glade:638 -#: ../gramps/gui/glade/editname.glade:648 -#: ../gramps/gui/glade/editsourceref.glade:148 -#: ../gramps/gui/glade/editsourceref.glade:158 +#: ../gramps/plugins/webreport/narrativeweb.py:376 +#: ../gramps/plugins/webreport/narrativeweb.py:981 +#: ../gramps/plugins/webreport/narrativeweb.py:1229 +#: ../gramps/plugins/webreport/narrativeweb.py:1258 +#: ../gramps/plugins/webreport/narrativeweb.py:2371 +#: ../gramps/plugins/webreport/narrativeweb.py:3664 +#: ../gramps/plugins/webreport/narrativeweb.py:4431 +#: ../gramps/plugins/webreport/narrativeweb.py:5757 msgid "Date" msgstr "Date" @@ -7875,7 +8109,7 @@ msgstr "Date" #: ../gramps/plugins/lib/libplaceview.py:98 #: ../gramps/plugins/view/placetreeview.py:76 #: ../gramps/plugins/view/repoview.py:90 -#: ../gramps/plugins/webreport/narrativeweb.py:393 +#: ../gramps/plugins/webreport/narrativeweb.py:394 msgid "Street" msgstr "Rue" @@ -7908,6 +8142,8 @@ msgstr "Déplacer l'attribut vers le bas" msgid "_Attributes" msgstr "_Attributs" +#. Add column with object gramps_id +#. GRAMPS ID #: ../gramps/gui/editors/displaytabs/backreflist.py:62 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:86 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:78 @@ -7943,9 +8179,9 @@ msgstr "_Attributs" #: ../gramps/plugins/tool/eventcmp.py:252 #: ../gramps/plugins/tool/notrelated.py:126 #: ../gramps/plugins/tool/patchnames.py:396 -#: ../gramps/plugins/tool/removeunused.py:196 +#: ../gramps/plugins/tool/removeunused.py:197 #: ../gramps/plugins/tool/sortevents.py:58 -#: ../gramps/plugins/tool/verify.py:520 +#: ../gramps/plugins/tool/verify.py:521 #: ../gramps/plugins/view/citationlistview.py:100 #: ../gramps/plugins/view/citationtreeview.py:95 #: ../gramps/plugins/view/eventview.py:84 @@ -7989,32 +8225,20 @@ msgid "%(part1)s - %(part2)s" msgstr "%(part1)s - %(part2)s" #: ../gramps/gui/editors/displaytabs/buttontab.py:72 +#: ../gramps/gui/glade/editfamily.glade.h:7 +#: ../gramps/gui/glade/editperson.glade.h:9 +#: ../gramps/gui/glade/rule.glade.h:8 +#: ../gramps/gui/glade/styleeditor.glade.h:14 #: ../gramps/plugins/view/relview.py:421 -#: ../gramps/gui/glade/editfamily.glade:215 -#: ../gramps/gui/glade/editfamily.glade:225 -#: ../gramps/gui/glade/editfamily.glade:509 -#: ../gramps/gui/glade/editfamily.glade:519 -#: ../gramps/gui/glade/editperson.glade:404 -#: ../gramps/gui/glade/editperson.glade:856 -#: ../gramps/gui/glade/rule.glade:446 -#: ../gramps/gui/glade/rule.glade:457 -#: ../gramps/gui/glade/styleeditor.glade:1361 -#: ../gramps/gui/glade/styleeditor.glade:1372 msgid "Add" msgstr "Ajouter" # enlever une référence à un object #: ../gramps/gui/editors/displaytabs/buttontab.py:73 -#: ../gramps/gui/glade/editfamily.glade:247 -#: ../gramps/gui/glade/editfamily.glade:257 -#: ../gramps/gui/glade/editfamily.glade:573 -#: ../gramps/gui/glade/editfamily.glade:583 -#: ../gramps/gui/glade/grampletpane.glade:98 -#: ../gramps/gui/glade/grampletpane.glade:108 -#: ../gramps/gui/glade/rule.glade:516 -#: ../gramps/gui/glade/rule.glade:527 -#: ../gramps/gui/glade/styleeditor.glade:1427 -#: ../gramps/gui/glade/styleeditor.glade:1438 +#: ../gramps/gui/glade/editfamily.glade.h:18 +#: ../gramps/gui/glade/grampletpane.glade.h:9 +#: ../gramps/gui/glade/rule.glade.h:24 +#: ../gramps/gui/glade/styleeditor.glade.h:27 msgid "Remove" msgstr "Enlever" @@ -8071,15 +8295,15 @@ msgstr "Déplacer la citation vers le bas" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:84 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:85 -#: ../gramps/plugins/gramplet/citations.py:50 +#: ../gramps/plugins/gramplet/citations.py:69 #: ../gramps/plugins/view/sourceview.py:85 -#: ../gramps/plugins/webreport/narrativeweb.py:4292 +#: ../gramps/plugins/webreport/narrativeweb.py:4293 msgid "Author" msgstr "Auteur" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:85 #: ../gramps/gui/selectors/selectcitation.py:67 -#: ../gramps/plugins/webreport/narrativeweb.py:2371 +#: ../gramps/plugins/webreport/narrativeweb.py:2372 msgid "Page" msgstr "Page" @@ -8134,8 +8358,8 @@ msgstr "Déplacer la donnée sélectionnée vers le bas" #: ../gramps/gui/editors/displaytabs/dataembedlist.py:61 #: ../gramps/plugins/gramplet/attributes.py:47 -#: ../gramps/plugins/lib/libmetadata.py:173 -#: ../gramps/plugins/webreport/narrativeweb.py:1314 +#: ../gramps/plugins/lib/libmetadata.py:165 +#: ../gramps/plugins/webreport/narrativeweb.py:1315 msgid "Key" msgstr "Clé" @@ -8144,7 +8368,7 @@ msgid "_Data" msgstr "_Données" #: ../gramps/gui/editors/displaytabs/eventembedlist.py:59 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:433 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:436 msgid "Family Events" msgstr "Événements familiaux" @@ -8225,8 +8449,8 @@ msgstr "%(groupname)s - %(groupnumber)d" #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:55 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:66 -#: ../gramps/plugins/webreport/narrativeweb.py:395 -#: ../gramps/plugins/webreport/narrativeweb.py:1258 +#: ../gramps/plugins/webreport/narrativeweb.py:396 +#: ../gramps/plugins/webreport/narrativeweb.py:1259 msgid "Temple" msgstr "Temple" @@ -8300,7 +8524,7 @@ msgstr "_Mormons" #: ../gramps/plugins/lib/libplaceview.py:101 #: ../gramps/plugins/lib/maps/placeselection.py:150 #: ../gramps/plugins/view/placetreeview.py:79 -#: ../gramps/plugins/webreport/narrativeweb.py:372 +#: ../gramps/plugins/webreport/narrativeweb.py:373 msgid "County" msgstr "Départ./Comté" @@ -8313,7 +8537,7 @@ msgstr "Départ./Comté" #: ../gramps/plugins/lib/maps/placeselection.py:149 #: ../gramps/plugins/tool/extractcity.py:389 #: ../gramps/plugins/view/placetreeview.py:80 -#: ../gramps/plugins/webreport/narrativeweb.py:3376 +#: ../gramps/plugins/webreport/narrativeweb.py:3377 msgid "State" msgstr "Région/Province" @@ -8360,6 +8584,11 @@ msgstr "_Noms" msgid "Set as default name" msgstr "Définir comme nom par défaut" +#. ------------------------------------------------------------------------- +#. +#. NameModel +#. +#. ------------------------------------------------------------------------- #: ../gramps/gui/editors/displaytabs/namemodel.py:58 #: ../gramps/gui/plug/_guioptions.py:1204 #: ../gramps/gui/views/listview.py:532 @@ -8599,14 +8828,6 @@ msgstr "Déplacer l'adresse internet sélectionnée vers le bas" msgid "Jump to the selected web address" msgstr "Aller à l'adresse internet sélectionnée" -#: ../gramps/gui/editors/displaytabs/webembedlist.py:67 -#: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:94 -#: ../gramps/plugins/view/mediaview.py:107 -#: ../gramps/gui/glade/editmedia.glade:300 -#: ../gramps/gui/glade/editmediaref.glade:791 -msgid "Path" -msgstr "Chemin" - #: ../gramps/gui/editors/displaytabs/webembedlist.py:73 msgid "_Internet" msgstr "_Internet" @@ -8889,7 +9110,7 @@ msgstr "N°" #: ../gramps/plugins/lib/libpersonview.py:97 #: ../gramps/plugins/quickview/siblings.py:50 #: ../gramps/plugins/textreport/indivcomplete.py:612 -#: ../gramps/plugins/webreport/narrativeweb.py:6198 +#: ../gramps/plugins/webreport/narrativeweb.py:6199 msgid "Gender" msgstr "Genre" @@ -9122,7 +9343,7 @@ msgstr "%(mother)s [%(gramps_id)s]" #: ../gramps/gui/editors/editldsord.py:304 #: ../gramps/gui/editors/editldsord.py:426 -#: ../gramps/plugins/webreport/narrativeweb.py:792 +#: ../gramps/plugins/webreport/narrativeweb.py:793 msgid "LDS Ordinance" msgstr "Ordonnance Saints des Derniers Jours" @@ -9140,13 +9361,13 @@ msgid "Location Editor" msgstr "Éditeur d'emplacement" #: ../gramps/gui/editors/editmedia.py:92 -#: ../gramps/gui/editors/editmediaref.py:432 +#: ../gramps/gui/editors/editmediaref.py:404 #, python-format msgid "Media: %s" msgstr "Medium : %s" #: ../gramps/gui/editors/editmedia.py:94 -#: ../gramps/gui/editors/editmediaref.py:434 +#: ../gramps/gui/editors/editmediaref.py:406 msgid "New Media" msgstr "Nouveau medium" @@ -9167,13 +9388,13 @@ msgid "Cannot save media object. ID already exists." msgstr "Impossible d'enregistrer le medium. L'identifiant existe déjà." #: ../gramps/gui/editors/editmedia.py:300 -#: ../gramps/gui/editors/editmediaref.py:667 +#: ../gramps/gui/editors/editmediaref.py:641 #, python-format msgid "Add Media Object (%s)" msgstr "Ajouter le medium (%s)" #: ../gramps/gui/editors/editmedia.py:305 -#: ../gramps/gui/editors/editmediaref.py:663 +#: ../gramps/gui/editors/editmediaref.py:637 #, python-format msgid "Edit Media Object (%s)" msgstr "Éditer le medium (%s)" @@ -9184,14 +9405,13 @@ msgid "Remove Media Object" msgstr "Enlever un medium" #: ../gramps/gui/editors/editmediaref.py:86 -#: ../gramps/gui/editors/editmediaref.py:435 +#: ../gramps/gui/editors/editmediaref.py:407 msgid "Media Reference Editor" msgstr "Éditeur de la référence à un objet medium" #: ../gramps/gui/editors/editmediaref.py:88 #: ../gramps/gui/editors/editmediaref.py:89 -#: ../gramps/gui/glade/editmediaref.glade:150 -#: ../gramps/gui/glade/editmediaref.glade:320 +#: ../gramps/gui/glade/editmediaref.glade.h:26 msgid "Y coordinate|Y" msgstr "Y" @@ -9555,6 +9775,7 @@ msgstr "Étiquettes" msgid "Tag selection" msgstr "Sélection de l'étiquette" +#. pylint: disable-msg=E1101 #: ../gramps/gui/editors/edittaglist.py:101 #: ../gramps/gui/views/bookmarks.py:211 #: ../gramps/gui/views/tags.py:374 @@ -9675,7 +9896,7 @@ msgstr "Nom de la règle" #: ../gramps/gui/editors/filtereditor.py:687 #: ../gramps/gui/editors/filtereditor.py:698 -#: ../gramps/gui/glade/rule.glade:897 +#: ../gramps/gui/glade/rule.glade.h:23 msgid "No rule selected" msgstr "Aucune règle retenue" @@ -9699,27 +9920,28 @@ msgstr "Éditer la règle" msgid "Filter Test" msgstr "Test du filtre" +#. ############################### #: ../gramps/gui/editors/filtereditor.py:1025 #: ../gramps/plugins/drawreport/calendarreport.py:421 #: ../gramps/plugins/drawreport/statisticschart.py:916 #: ../gramps/plugins/drawreport/timeline.py:378 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:931 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:945 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:959 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:973 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:987 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1001 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1015 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1029 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1043 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:934 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:948 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:962 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:976 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:990 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1004 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1018 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1032 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1046 #: ../gramps/plugins/graph/gvrelgraph.py:486 #: ../gramps/plugins/quickview/quickview.gpr.py:127 #: ../gramps/plugins/textreport/birthdayreport.py:369 #: ../gramps/plugins/textreport/indivcomplete.py:683 #: ../gramps/plugins/textreport/recordsreport.py:136 #: ../gramps/plugins/tool/sortevents.py:168 -#: ../gramps/plugins/webreport/narrativeweb.py:8000 -#: ../gramps/plugins/webreport/webcal.py:1335 +#: ../gramps/plugins/webreport/narrativeweb.py:8001 +#: ../gramps/plugins/webreport/webcal.py:1336 msgid "Filter" msgstr "Filtre" @@ -9874,7 +10096,7 @@ msgstr "Volume/Page" #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:100 #: ../gramps/plugins/view/citationlistview.py:102 #: ../gramps/plugins/view/citationtreeview.py:97 -#: ../gramps/plugins/webreport/narrativeweb.py:2372 +#: ../gramps/plugins/webreport/narrativeweb.py:2373 msgid "Confidence" msgstr "Niveau de confiance" @@ -9895,7 +10117,11 @@ msgstr "Filtre personnalisé" msgid "Participants" msgstr "Acteurs principaux" +#. The parent may not be birth father in ths family, because it +#. may be a step family. However, it will be odd to display the +#. parent as anything other than "Father" #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:117 +#: ../gramps/gui/glade/editfamily.glade.h:13 #: ../gramps/gui/merge/mergeperson.py:222 #: ../gramps/gui/selectors/selectfamily.py:63 #: ../gramps/gui/widgets/reorderfam.py:85 @@ -9910,12 +10136,13 @@ msgstr "Acteurs principaux" #: ../gramps/plugins/textreport/tagreport.py:212 #: ../gramps/plugins/view/familyview.py:82 #: ../gramps/plugins/view/relview.py:907 -#: ../gramps/plugins/webreport/narrativeweb.py:6304 -#: ../gramps/gui/glade/editfamily.glade:182 +#: ../gramps/plugins/webreport/narrativeweb.py:6305 msgid "Father" msgstr "Père " +#. ---------------------------------- #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:118 +#: ../gramps/gui/glade/editfamily.glade.h:15 #: ../gramps/gui/merge/mergeperson.py:224 #: ../gramps/gui/selectors/selectfamily.py:64 #: ../gramps/gui/widgets/reorderfam.py:86 @@ -9930,8 +10157,7 @@ msgstr "Père " #: ../gramps/plugins/textreport/tagreport.py:218 #: ../gramps/plugins/view/familyview.py:83 #: ../gramps/plugins/view/relview.py:908 -#: ../gramps/plugins/webreport/narrativeweb.py:6318 -#: ../gramps/gui/glade/editfamily.glade:477 +#: ../gramps/plugins/webreport/narrativeweb.py:6319 msgid "Mother" msgstr "Mère " @@ -9939,7 +10165,7 @@ msgstr "Mère " #: ../gramps/gui/widgets/reorderfam.py:92 #: ../gramps/plugins/textreport/tagreport.py:224 #: ../gramps/plugins/view/familyview.py:84 -#: ../gramps/plugins/webreport/narrativeweb.py:5988 +#: ../gramps/plugins/webreport/narrativeweb.py:5989 msgid "Relationship" msgstr "Relation " @@ -9993,7 +10219,7 @@ msgstr "Effacer" #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:86 #: ../gramps/plugins/view/sourceview.py:86 -#: ../gramps/plugins/webreport/narrativeweb.py:4293 +#: ../gramps/plugins/webreport/narrativeweb.py:4294 msgid "Abbreviation" msgstr "Abréviation" @@ -10001,6 +10227,2065 @@ msgstr "Abréviation" msgid "Publication" msgstr "Publication" +#: ../gramps/gui/glade/addmedia.glade.h:1 +#: ../gramps/gui/glade/editmedia.glade.h:1 +#: ../gramps/gui/glade/editmediaref.glade.h:3 +msgid "Preview" +msgstr "Aperçu" + +#: ../gramps/gui/glade/addmedia.glade.h:2 +msgid "Convert to a relative path" +msgstr "Utiliser le chemin relatif" + +#: ../gramps/gui/glade/addmedia.glade.h:3 +#: ../gramps/gui/glade/editperson.glade.h:18 +#: ../gramps/plugins/lib/libmetadata.py:94 +#: ../gramps/plugins/textreport/simplebooktitle.py:148 +msgid "Image" +msgstr "Image" + +#: ../gramps/gui/glade/addmedia.glade.h:4 +#: ../gramps/gui/glade/editcitation.glade.h:29 +#: ../gramps/gui/glade/editmedia.glade.h:20 +#: ../gramps/gui/glade/editmediaref.glade.h:33 +#: ../gramps/gui/glade/editsource.glade.h:15 +#: ../gramps/gui/glade/editsourceref.glade.h:27 +msgid "_Title:" +msgstr "_Titre :" + +#: ../gramps/gui/glade/baseselector.glade.h:1 +msgid "Show all" +msgstr "Tout afficher" + +#: ../gramps/gui/glade/book.glade.h:1 +msgid "Add an item to the book" +msgstr "Ajouter un article au livre" + +#: ../gramps/gui/glade/book.glade.h:3 +msgid "Book _name:" +msgstr "_Nom du livre :" + +#: ../gramps/gui/glade/book.glade.h:4 +msgid "Clear the book" +msgstr "Effacer le livre" + +#: ../gramps/gui/glade/book.glade.h:5 +msgid "Configure currently selected item" +msgstr "Configurer l'enregistrement courant sélectionné" + +#: ../gramps/gui/glade/book.glade.h:6 +msgid "Manage previously created books" +msgstr "Gérer les livres précédemment créés" + +#: ../gramps/gui/glade/book.glade.h:7 +msgid "Move current selection one step down in the book" +msgstr "Descendre cette sélection dans le livre" + +#: ../gramps/gui/glade/book.glade.h:8 +msgid "Move current selection one step up in the book" +msgstr "Remonter cette sélection dans le livre" + +#: ../gramps/gui/glade/book.glade.h:9 +msgid "Open previously created book" +msgstr "Ouvrir un livre précédemment créé" + +# objet sélectionné +# supprimer car efface +#: ../gramps/gui/glade/book.glade.h:10 +msgid "Remove currently selected item from the book" +msgstr "Supprimer l'élément sélectionné du livre" + +#: ../gramps/gui/glade/book.glade.h:11 +msgid "Save current set of configured selections" +msgstr "Enregistrer la configuration actuelle" + +#: ../gramps/gui/glade/clipboard.glade.h:1 +msgid "Clear _All" +msgstr "Eff_acer tout" + +#: ../gramps/gui/glade/configure.glade.h:1 +msgid "Example:" +msgstr "Exemple :" + +#: ../gramps/gui/glade/configure.glade.h:2 +msgid "Format _definition:" +msgstr "Définition du _format :" + +#: ../gramps/gui/glade/configure.glade.h:3 +msgid "Format _name:" +msgstr "_Nom du format :" + +#: ../gramps/gui/glade/configure.glade.h:4 +msgid "Format definition details" +msgstr "Détails de la définition du format" + +# call name = prénom dans le context ! +#: ../gramps/gui/glade/configure.glade.h:6 +#, no-c-format +msgid "" +"The following conventions are used:\n" +" %f - Given Name %F - GIVEN NAME\n" +" %l - Surname %L - SURNAME\n" +" %t - Title %T - TITLE\n" +" %p - Prefix %P - PREFIX\n" +" %s - Suffix %S - SUFFIX\n" +" %c - Call name %C - CALL NAME\n" +" %y - Patronymic %Y - PATRONYMIC" +msgstr "" +"Les conventions suivantes sont utilisées :\n" +" %f - Prénom %F - PRÉNOM\n" +" %l - Nom de famille %L - NOM DE FAMILLE\n" +" %t - Titre %T - TITRE\n" +" %p - Préfixe %P - PRÉFIXE\n" +" %s - Suffixe %S - SUFFIXE\n" +" %c - Prénom usuel %C - PRÉNOM USUEL\n" +" %y - Patronyme %Y - PATRONYME" + +#: ../gramps/gui/glade/dbman.glade.h:1 +msgid "Version description" +msgstr "Description de la version" + +#: ../gramps/gui/glade/dbman.glade.h:2 +msgid "Family Trees - Gramps" +msgstr "Arbres familiaux - Gramps" + +#: ../gramps/gui/glade/dbman.glade.h:3 +msgid "Re_pair" +msgstr "Ré_parer" + +#: ../gramps/gui/glade/dbman.glade.h:4 +msgid "Revision comment - Gramps" +msgstr "Commentaire de révision - Gramps" + +#: ../gramps/gui/glade/dbman.glade.h:6 +msgid "_Close Window" +msgstr "_Fermer la fenêtre" + +#: ../gramps/gui/glade/dbman.glade.h:7 +msgid "_Load Family Tree" +msgstr "_Charger l'arbre familial" + +#: ../gramps/gui/glade/dbman.glade.h:8 +msgid "_Rename" +msgstr "_Renommer" + +#: ../gramps/gui/glade/dialog.glade.h:1 +msgid "Close _without saving" +msgstr "Fermer _sans enregistrer" + +#: ../gramps/gui/glade/dialog.glade.h:2 +msgid "Do not ask again" +msgstr "Ne plus me demander" + +#: ../gramps/gui/glade/dialog.glade.h:3 +msgid "Do not show this dialog again" +msgstr "Ne plus afficher ce dialogue" + +#: ../gramps/gui/glade/dialog.glade.h:4 +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 be presented for any missing media files." +msgstr "Si vous validez cette option, tous les media seront automatiquement traités selon les options actuellement retenues, aucun message ne vous avertira lors de fichiers media manquants." + +#: ../gramps/gui/glade/dialog.glade.h:5 +msgid "Keep reference to the missing file" +msgstr "Conserver la référence au fichier manquant" + +# supprimer car efface de la base +#: ../gramps/gui/glade/dialog.glade.h:6 +msgid "Remove object and all references to it from the database" +msgstr "Supprimer l'objet et toutes ses références de la base" + +#: ../gramps/gui/glade/dialog.glade.h:7 +msgid "Select replacement for the missing file" +msgstr "Sélectionner le nouvel emplacement du fichier manquant" + +#: ../gramps/gui/glade/dialog.glade.h:8 +msgid "_Keep Reference" +msgstr "_Conserver la référence" + +# supprimer car efface l'objet +#: ../gramps/gui/glade/dialog.glade.h:9 +msgid "_Remove Object" +msgstr "_Supprimer l'objet" + +#: ../gramps/gui/glade/dialog.glade.h:10 +msgid "_Select File" +msgstr "_Choisir un fichier" + +#: ../gramps/gui/glade/dialog.glade.h:11 +msgid "_Use this selection for all missing media files" +msgstr "_Utiliser cette option pour tous les fichiers media absents" + +#: ../gramps/gui/glade/dialog.glade.h:12 +msgid "label" +msgstr "étiquette" + +#: ../gramps/gui/glade/displaystate.glade.h:1 +#: ../data/gramps.desktop.in.h:2 +msgid "Gramps" +msgstr "Gramps" + +#: ../gramps/gui/glade/editaddress.glade.h:1 +#: ../gramps/gui/glade/editchildref.glade.h:1 +#: ../gramps/gui/glade/editevent.glade.h:2 +#: ../gramps/gui/glade/editfamily.glade.h:6 +#: ../gramps/gui/glade/editldsord.glade.h:1 +#: ../gramps/gui/glade/editlink.glade.h:1 +#: ../gramps/gui/glade/editname.glade.h:8 +#: ../gramps/gui/glade/editperson.glade.h:8 +#: ../gramps/gui/glade/editpersonref.glade.h:1 +#: ../gramps/gui/glade/editreporef.glade.h:7 +#: ../gramps/gui/glade/editrepository.glade.h:3 +#: ../gramps/gui/glade/editsource.glade.h:4 +#: ../gramps/gui/glade/editurl.glade.h:2 +msgid "Accept changes and close window" +msgstr "Accepter les modifications et fermer la fenêtre" + +#: ../gramps/gui/glade/editaddress.glade.h:2 +#: ../gramps/gui/glade/editlocation.glade.h:2 +#: ../gramps/gui/glade/editplace.glade.h:5 +msgid "C_ity:" +msgstr "V_ille :" + +#: ../gramps/gui/glade/editaddress.glade.h:3 +#: ../gramps/gui/glade/editlocation.glade.h:5 +msgid "Cou_ntry:" +msgstr "Pay_s :" + +#: ../gramps/gui/glade/editaddress.glade.h:4 +msgid "Country of the address" +msgstr "Pays de l'adresse" + +#: ../gramps/gui/glade/editaddress.glade.h:6 +msgid "Date at which the address is valid." +msgstr "Date pour laquelle l'adresse est valide." + +#: ../gramps/gui/glade/editaddress.glade.h:7 +#: ../gramps/gui/glade/editcitation.glade.h:17 +#: ../gramps/gui/glade/editevent.glade.h:8 +#: ../gramps/gui/glade/editeventref.glade.h:8 +#: ../gramps/gui/glade/editldsord.glade.h:4 +#: ../gramps/gui/glade/editmedia.glade.h:8 +#: ../gramps/gui/glade/editmediaref.glade.h:16 +#: ../gramps/gui/glade/editname.glade.h:16 +#: ../gramps/gui/glade/editsourceref.glade.h:15 +msgid "Invoke date editor" +msgstr "Ouvrir l'éditeur de date" + +#: ../gramps/gui/glade/editaddress.glade.h:8 +msgid "" +"Mail address. \n" +"\n" +"Note: Use Residence Event for genealogical address data." +msgstr "" +"Adresse postale. \n" +"\n" +"Remarque : utilisez l'événement « résidence » pour les adresses généalogiques." + +#: ../gramps/gui/glade/editaddress.glade.h:11 +#: ../gramps/gui/glade/editlocation.glade.h:8 +#: ../gramps/gui/glade/editplace.glade.h:20 +msgid "Phon_e:" +msgstr "Téléphon_e :" + +#: ../gramps/gui/glade/editaddress.glade.h:12 +msgid "Phone number linked to the address." +msgstr "Numéro de téléphone lié à l'adresse." + +#: ../gramps/gui/glade/editaddress.glade.h:13 +msgid "Postal code" +msgstr "Code postal" + +#: ../gramps/gui/glade/editaddress.glade.h:14 +#: ../gramps/gui/glade/editattribute.glade.h:1 +#: ../gramps/gui/glade/editchildref.glade.h:6 +#: ../gramps/gui/glade/editcitation.glade.h:18 +#: ../gramps/gui/glade/editevent.glade.h:10 +#: ../gramps/gui/glade/editeventref.glade.h:9 +#: ../gramps/gui/glade/editfamily.glade.h:17 +#: ../gramps/gui/glade/editldsord.glade.h:7 +#: ../gramps/gui/glade/editmedia.glade.h:13 +#: ../gramps/gui/glade/editmediaref.glade.h:18 +#: ../gramps/gui/glade/editname.glade.h:23 +#: ../gramps/gui/glade/editnote.glade.h:4 +#: ../gramps/gui/glade/editperson.glade.h:23 +#: ../gramps/gui/glade/editpersonref.glade.h:6 +#: ../gramps/gui/glade/editplace.glade.h:21 +#: ../gramps/gui/glade/editreporef.glade.h:13 +#: ../gramps/gui/glade/editrepository.glade.h:6 +#: ../gramps/gui/glade/editsource.glade.h:7 +#: ../gramps/gui/glade/editsourceref.glade.h:16 +#: ../gramps/gui/glade/editurl.glade.h:4 +#: ../gramps/plugins/webreport/narrativeweb.py:8167 +msgid "Privacy" +msgstr "Vie privée" + +#: ../gramps/gui/glade/editaddress.glade.h:16 +msgid "St_reet:" +msgstr "_Rue :" + +#: ../gramps/gui/glade/editaddress.glade.h:17 +msgid "The locality of the address" +msgstr "Le lieu-dit de l'adresse" + +#: ../gramps/gui/glade/editaddress.glade.h:18 +msgid "The state or county of the address in case a mail address must contain this." +msgstr "La région ou le département de l'adresse au cas où une adresse postale en a besoin." + +#: ../gramps/gui/glade/editaddress.glade.h:19 +msgid "The town or city of the address" +msgstr "La ville ou le village de l'adresse" + +#: ../gramps/gui/glade/editaddress.glade.h:20 +#: ../gramps/gui/glade/editcitation.glade.h:26 +#: ../gramps/gui/glade/editevent.glade.h:15 +#: ../gramps/gui/glade/editeventref.glade.h:11 +#: ../gramps/gui/glade/editldsord.glade.h:10 +#: ../gramps/gui/glade/editmedia.glade.h:16 +#: ../gramps/gui/glade/editmediaref.glade.h:29 +#: ../gramps/gui/glade/editsourceref.glade.h:24 +msgid "_Date:" +msgstr "_Date :" + +#: ../gramps/gui/glade/editaddress.glade.h:21 +#: ../gramps/gui/glade/editlocation.glade.h:14 +#: ../gramps/gui/glade/editplace.glade.h:31 +#: ../gramps/plugins/tool/ownereditor.glade.h:4 +msgid "_Locality:" +msgstr "_Lieu-dit :" + +# comté (Canada) +#: ../gramps/gui/glade/editaddress.glade.h:22 +#: ../gramps/plugins/tool/ownereditor.glade.h:7 +msgid "_State/County:" +msgstr "_Région/Départ./Comté :" + +# Utilisation d'un terme général (Code lieu) car le code postal ne sert à rien en généalogie. +#: ../gramps/gui/glade/editaddress.glade.h:23 +#: ../gramps/gui/glade/editlocation.glade.h:16 +#: ../gramps/gui/glade/editplace.glade.h:35 +msgid "_ZIP/Postal code:" +msgstr "_Code lieu :" + +#: ../gramps/gui/glade/editattribute.glade.h:3 +msgid "" +"The name of an attribute you want to use. For example: Height (for a person), Weather on this Day (for an event), ... \n" +"Use this to store snippets of information you collect and want to correctly link to sources. Attributes can be used for people, families, events and media.\n" +" \n" +"Note: several predefined attributes refer to values present in the GEDCOM standard." +msgstr "" +"Le nom d'un attribut que vous souhaitez utiliser. Par exemple : Taille (pour un individu), Météo du jour (pour un événement),...\n" +"Utilisez ceci pour stocker des détails d'informations collectées que vous souhaitez correctement relier à des sources. Les attributs peuvent être utilisés pour les individus, les familles, les événements et les media.\n" +"\n" +"Note : plusieurs attributs pré-définis font référence à des valeurs présentes dans le format GEDCOM." + +#: ../gramps/gui/glade/editattribute.glade.h:7 +msgid "The value of the attribute. Eg. 1.8, Sunny, or Blue eyes." +msgstr "La valeur de l'attribut. Par exemple : 1,80m, ou yeux bleus." + +#: ../gramps/gui/glade/editattribute.glade.h:8 +msgid "_Attribute:" +msgstr "Attri_but :" + +#: ../gramps/gui/glade/editattribute.glade.h:9 +msgid "_Value:" +msgstr "V_aleur :" + +# trunk +#: ../gramps/gui/glade/editchildref.glade.h:3 +#: ../gramps/gui/glade/editfamily.glade.h:12 +#: ../gramps/gui/glade/rule.glade.h:20 +#: ../gramps/gui/glade/styleeditor.glade.h:21 +msgid "Edition" +msgstr "Édition" + +#: ../gramps/gui/glade/editchildref.glade.h:4 +msgid "Name Child:" +msgstr "Nom de l'enfant :" + +#: ../gramps/gui/glade/editchildref.glade.h:5 +msgid "Open person editor of this child" +msgstr "Ouvrir l'éditeur d'enfant" + +#: ../gramps/gui/glade/editchildref.glade.h:8 +msgid "Relationship to _Father:" +msgstr "Relation avec le _père :" + +#: ../gramps/gui/glade/editchildref.glade.h:9 +msgid "Relationship to _Mother:" +msgstr "Relation avec la _mère :" + +# trunk +#: ../gramps/gui/glade/editcitation.glade.h:1 +msgid "Citation information" +msgstr "Information sur la citation" + +#: ../gramps/gui/glade/editcitation.glade.h:2 +#: ../gramps/gui/glade/editeventref.glade.h:1 +#: ../gramps/gui/glade/editmediaref.glade.h:1 +#: ../gramps/gui/glade/editperson.glade.h:1 +#: ../gramps/gui/glade/editreporef.glade.h:1 +#: ../gramps/gui/glade/editsourceref.glade.h:1 +#: ../gramps/plugins/tool/verify.glade.h:3 +msgid "General" +msgstr "Général" + +# trunk +#: ../gramps/gui/glade/editcitation.glade.h:3 +msgid "Note: Any changes in the shared citation information will be reflected in the citation itself, for all items that reference the citation." +msgstr "Remarque : tout changement effectué dans les informations partagées de cette citation seront répercutées dans la citation elle-même, et ce pour tous les enregistrements qui la référencent." + +#: ../gramps/gui/glade/editcitation.glade.h:4 +#: ../gramps/gui/glade/editsourceref.glade.h:2 +msgid "Note: Any changes in the shared source information will be reflected in the source itself, for all items that reference the source." +msgstr "Remarque : tout changement effectué dans les informations partagées de cette source seront répercutées dans la source elle-même, et ce pour tous les enregistrements qui la référencent." + +#: ../gramps/gui/glade/editcitation.glade.h:5 +#: ../gramps/gui/glade/editsourceref.glade.h:4 +msgid "Shared source information" +msgstr "Informations partagées de la source" + +# trunk +#: ../gramps/gui/glade/editcitation.glade.h:6 +msgid "A unique ID to identify the citation" +msgstr "Un enregistrement unique pour identifier la citation, laissez Gramps le désigner. " + +#: ../gramps/gui/glade/editcitation.glade.h:7 +#: ../gramps/gui/glade/editsource.glade.h:1 +#: ../gramps/gui/glade/editsourceref.glade.h:5 +msgid "A unique ID to identify the source" +msgstr "Un enregistrement unique pour identifier la source, laissez Gramps le désigner. " + +#: ../gramps/gui/glade/editcitation.glade.h:8 +#: ../gramps/gui/glade/editsource.glade.h:2 +#: ../gramps/gui/glade/editsourceref.glade.h:6 +msgid "A_bbreviation:" +msgstr "A_bréviation :" + +#: ../gramps/gui/glade/editcitation.glade.h:9 +#: ../gramps/gui/glade/editsource.glade.h:5 +#: ../gramps/gui/glade/editsourceref.glade.h:7 +msgid "Authors of the source." +msgstr "Les auteurs de la source." + +#: ../gramps/gui/glade/editcitation.glade.h:10 +#: ../gramps/gui/glade/editsourceref.glade.h:8 +msgid "Con_fidence:" +msgstr "Niveau de _confiance :" + +# trunk +#: ../gramps/gui/glade/editcitation.glade.h:11 +#: ../gramps/gui/glade/editsourceref.glade.h:9 +msgid "" +"Conveys the submitter's quantitative evaluation of the credibility of a piece of information, based upon its supporting evidence. It is not intended to eliminate the receiver's need to evaluate the evidence for themselves.\n" +"Very Low =Unreliable evidence or estimated data\n" +"Low =Questionable reliability of evidence (interviews, census, oral genealogies, or potential for bias for example, an autobiography)\n" +"High =Secondary evidence, data officially recorded sometime after event\n" +"Very High =Direct and primary evidence used, or by dominance of the evidence " +msgstr "" +"Traduit la confiance placée dans la qualité de la source transmise ou la crédibilité de cette partie d'information, basé sur les preuves. Il ne vise pas à éliminer les besoins de vérifier les preuves.\n" +"Très bas = preuve non-liée ou date estimée\n" +"Bas = preuve qui nécessite une vérification (interview, recensement, généalogie orale, ou une possibilité par le biais, par exemple, d'une autobiographie)\n" +"Haut = preuve secondaire, données officiellement enregistrées parfois après un événement\n" +"Très haut = preuve directe et principale, ou qui n'entraîne pas de doute" + +#: ../gramps/gui/glade/editcitation.glade.h:20 +#: ../gramps/gui/glade/editsource.glade.h:9 +#: ../gramps/gui/glade/editsourceref.glade.h:18 +msgid "Provide a short title used for sorting, filing, and retrieving source records." +msgstr "Fournit un simple titre utilisé pour trier, classer et trouver les enregistrements de la source. " + +#: ../gramps/gui/glade/editcitation.glade.h:21 +#: ../gramps/gui/glade/editsource.glade.h:10 +#: ../gramps/gui/glade/editsourceref.glade.h:19 +msgid "Publication Information, such as city and year of publication, name of publisher, ..." +msgstr "L'information de publication, tel que un village, l'année de publication, le nom de l'organisme publiant cette source, ..." + +#: ../gramps/gui/glade/editcitation.glade.h:22 +#: ../gramps/gui/glade/editsourceref.glade.h:20 +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). For a periodical, it could include volume, issue, and page numbers. For a newspaper, it could include a column number and page number. For an unpublished source, this could be a sheet number, page number, frame number, etc. A census record might have a line number or dwelling and family numbers in addition to the page number. " +msgstr "Un emplacement spécifique avec l'information référencée. Pour un travail de publication, ceci peut correspondre au volume d'un travail en plusieurs parties et le numéro de(s) page(s). Pour un périodique, ceci peut correspondre à un volume, et les numéros de pages. Pour un journal, ceci peut correspondre à un numéro de colonne et de page. Pour une source non-publiée, ceci peut être le numéro de feuillet, le numéro de page, de partie, etc. Un enregistrement pour le recensement peut avoir un numéro de ligne ou la localisation d'une famille en supplément du numéro de page. " + +# trunk +#: ../gramps/gui/glade/editcitation.glade.h:23 +#: ../gramps/gui/glade/editsourceref.glade.h:21 +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 log/registry. " +msgstr "La date de l'écriture de la source que vous êtes en train de référencer, par exemple, la date de visite lors d'un recensement, ou la date de saisie d'une naissance dans un registre." + +#: ../gramps/gui/glade/editcitation.glade.h:24 +#: ../gramps/gui/glade/editsource.glade.h:11 +#: ../gramps/gui/glade/editsourceref.glade.h:22 +msgid "Title of the source." +msgstr "Le titre de la source." + +#: ../gramps/gui/glade/editcitation.glade.h:25 +#: ../gramps/gui/glade/editsource.glade.h:12 +#: ../gramps/gui/glade/editsourceref.glade.h:23 +msgid "_Author:" +msgstr "_Auteur :" + +#: ../gramps/gui/glade/editcitation.glade.h:27 +#: ../gramps/gui/glade/editevent.glade.h:17 +#: ../gramps/gui/glade/editeventref.glade.h:13 +#: ../gramps/gui/glade/editfamily.glade.h:22 +#: ../gramps/gui/glade/editmedia.glade.h:17 +#: ../gramps/gui/glade/editmediaref.glade.h:30 +#: ../gramps/gui/glade/editnote.glade.h:11 +#: ../gramps/gui/glade/editperson.glade.h:34 +#: ../gramps/gui/glade/editplace.glade.h:30 +#: ../gramps/gui/glade/editreporef.glade.h:16 +#: ../gramps/gui/glade/editrepository.glade.h:9 +#: ../gramps/gui/glade/editsource.glade.h:13 +#: ../gramps/gui/glade/editsourceref.glade.h:25 +msgid "_ID:" +msgstr "_ID :" + +# trunk +#: ../gramps/gui/glade/editcitation.glade.h:28 +#: ../gramps/gui/glade/editsourceref.glade.h:26 +msgid "_Pub. Info.:" +msgstr "_Pub. Info :" + +#: ../gramps/gui/glade/editcitation.glade.h:30 +#: ../gramps/gui/glade/editsourceref.glade.h:28 +msgid "_Volume/Page:" +msgstr "_Volume/Page :" + +#: ../gramps/gui/glade/editdate.glade.h:1 +msgid "Date" +msgstr "Date" + +#: ../gramps/gui/glade/editdate.glade.h:2 +msgid "Q_uality" +msgstr "_Qualité" + +#: ../gramps/gui/glade/editdate.glade.h:3 +msgid "Second date" +msgstr "Deuxième date" + +# éviter le raccourci sur le y ou le p +#: ../gramps/gui/glade/editdate.glade.h:4 +msgid "_Type" +msgstr "_Type" + +#: ../gramps/gui/glade/editdate.glade.h:5 +msgid "Calenda_r:" +msgstr "_Calendrier :" + +#: ../gramps/gui/glade/editdate.glade.h:6 +msgid "D_ay" +msgstr "J_our" + +#: ../gramps/gui/glade/editdate.glade.h:7 +msgid "Dua_l dated" +msgstr "Date _double" + +#: ../gramps/gui/glade/editdate.glade.h:8 +msgid "Mo_nth" +msgstr "Mo_is" + +#: ../gramps/gui/glade/editdate.glade.h:9 +msgid "Month-Day of first day of new year (e.g., \"1-1\", \"3-1\", \"3-25\")" +msgstr "Mois-Jour du premier jour de la nouvelle année (par ex. « 1-1 », « 3-1 », « 3-25 »)" + +#: ../gramps/gui/glade/editdate.glade.h:10 +msgid "Ne_w year begins: " +msgstr "_Début de la nouvelle année : " + +#: ../gramps/gui/glade/editdate.glade.h:11 +msgid "Old Style/New Style" +msgstr "Ancien style/Nouveau style" + +#: ../gramps/gui/glade/editdate.glade.h:12 +msgid "Te_xt comment:" +msgstr "Co_mmentaire :" + +#: ../gramps/gui/glade/editdate.glade.h:13 +msgid "Y_ear" +msgstr "A_nnée" + +#: ../gramps/gui/glade/editdate.glade.h:14 +msgid "_Day" +msgstr "_Jour" + +#: ../gramps/gui/glade/editdate.glade.h:15 +msgid "_Month" +msgstr "_Mois" + +#: ../gramps/gui/glade/editdate.glade.h:16 +msgid "_Year" +msgstr "_Année" + +#: ../gramps/gui/glade/editevent.glade.h:1 +#: ../gramps/gui/glade/editeventref.glade.h:5 +msgid "A unique ID to identify the event" +msgstr "Un identifiant unique pour l'événement ; laisser vide pour que Gramps le choisisse." + +#: ../gramps/gui/glade/editevent.glade.h:3 +msgid "Close window without changes" +msgstr "Fermer la fenêtre sans modification" + +# trunk +#: ../gramps/gui/glade/editevent.glade.h:5 +msgid "Date of the event. This can be an exact date, a range (from ... to, between, ...), or an inexact date (about, ...)." +msgstr "Date de l'événement. Peut être une date exacte, une période (de ... à ..., entre ... et ....), ou une date approximative (vers, ...)." + +#: ../gramps/gui/glade/editevent.glade.h:6 +#: ../gramps/gui/glade/editeventref.glade.h:7 +msgid "De_scription:" +msgstr "De_scription :" + +# trunk +#: ../gramps/gui/glade/editevent.glade.h:7 +msgid "Description of the event. Leave empty if you want to autogenerate this with the tool 'Extract Event Description'." +msgstr "Description de l'événement. Laissez le champ vide si vous n'en avez pas besoin ou si vous souhaitez utiliser l'outil d'ajout 'automatique des descriptions'. " + +# trunk +#: ../gramps/gui/glade/editevent.glade.h:12 +#: ../gramps/gui/glade/editfamily.glade.h:19 +#: ../gramps/gui/glade/editldsord.glade.h:9 +#: ../gramps/gui/glade/editlink.glade.h:7 +#: ../gramps/gui/glade/editpersonref.glade.h:9 +msgid "Selector" +msgstr "Sélecteur" + +#: ../gramps/gui/glade/editevent.glade.h:13 +msgid "Show Date Editor" +msgstr "Affiche l'éditeur de date" + +# trunk +#: ../gramps/gui/glade/editevent.glade.h:14 +msgid "What type of event this is. Eg 'Burial', 'Graduation', ... ." +msgstr "Le type d'événement, par exemple: inhumation, baptême, ... . " + +# éviter le raccourci sur le y ou le p +#: ../gramps/gui/glade/editevent.glade.h:16 +#: ../gramps/gui/glade/editeventref.glade.h:12 +msgid "_Event type:" +msgstr "_Type d'événement :" + +#: ../gramps/gui/glade/editevent.glade.h:18 +#: ../gramps/gui/glade/editeventref.glade.h:14 +#: ../gramps/gui/glade/editldsord.glade.h:12 +msgid "_Place:" +msgstr "_Lieu :" + +#: ../gramps/gui/glade/editeventref.glade.h:2 +msgid "Note: Any changes in the shared event information will be reflected in the event itself, for all participants in the event." +msgstr "Remarque : tout changement effectué dans les informations partagées de cet événement seront répercutées dans l'événement lui-même, et ce pour tous ses acteurs." + +#: ../gramps/gui/glade/editeventref.glade.h:3 +#: ../gramps/gui/glade/editreporef.glade.h:3 +#: ../gramps/gui/glade/editsourceref.glade.h:3 +msgid "Reference information" +msgstr "Information sur la référence" + +#: ../gramps/gui/glade/editeventref.glade.h:4 +#: ../gramps/gui/glade/editreporef.glade.h:4 +msgid "Shared information" +msgstr "Informations partagées" + +#: ../gramps/gui/glade/editeventref.glade.h:15 +msgid "_Role:" +msgstr "_Rôle :" + +#: ../gramps/gui/glade/editfamily.glade.h:1 +msgid "Father" +msgstr "Père" + +#: ../gramps/gui/glade/editfamily.glade.h:2 +msgid "Mother" +msgstr "Mère" + +#: ../gramps/gui/glade/editfamily.glade.h:3 +msgid "Relationship Information" +msgstr "Information sur la relation" + +#: ../gramps/gui/glade/editfamily.glade.h:4 +msgid "A unique ID for the family" +msgstr "Un enregistrement unique pour identifier la famille, laissez Gramps le désigner. " + +#: ../gramps/gui/glade/editfamily.glade.h:5 +#: ../gramps/gui/glade/editname.glade.h:7 +#: ../gramps/gui/glade/editperson.glade.h:7 +#: ../gramps/gui/glade/editreporef.glade.h:6 +#: ../gramps/gui/glade/editrepository.glade.h:2 +#: ../gramps/gui/glade/editsource.glade.h:3 +msgid "Abandon changes and close window" +msgstr "Abandonner les modifications et fermer la fenêtre" + +#: ../gramps/gui/glade/editfamily.glade.h:8 +msgid "Birth:" +msgstr "Naissance :" + +#: ../gramps/gui/glade/editfamily.glade.h:9 +msgid "Death:" +msgstr "Décès :" + +#: ../gramps/gui/glade/editfamily.glade.h:11 +#: ../gramps/gui/widgets/monitoredwidgets.py:839 +msgid "Edit the tag list" +msgstr "Éditer la liste d'étiquette" + +#: ../gramps/gui/glade/editfamily.glade.h:14 +#: ../gramps/gui/glade/editreporef.glade.h:10 +#: ../gramps/gui/glade/editrepository.glade.h:4 +#: ../gramps/gui/glade/editsource.glade.h:6 +msgid "Indicates if the record is private" +msgstr "Désigne si l'enregistrement est privé" + +#: ../gramps/gui/glade/editfamily.glade.h:20 +#: ../gramps/gui/glade/editmedia.glade.h:15 +#: ../gramps/gui/glade/editmediaref.glade.h:23 +#: ../gramps/gui/glade/editnote.glade.h:7 +#: ../gramps/gui/glade/editperson.glade.h:28 +#: ../gramps/gui/selectors/selectnote.py:70 +#: ../gramps/plugins/lib/libpersonview.py:104 +#: ../gramps/plugins/tool/notrelated.py:128 +#: ../gramps/plugins/view/familyview.py:87 +#: ../gramps/plugins/view/mediaview.py:110 +#: ../gramps/plugins/view/noteview.py:85 +msgid "Tags" +msgstr "Étiquettes" + +#: ../gramps/gui/glade/editfamily.glade.h:21 +msgid "The relationship type, eg 'Married' or 'Unmarried'. Use Events for more details." +msgstr "Le type de relation, par exemple « Mariés » ou 'Ne sont pas mariés'. Utilisez les événements pour plus de détails." + +#: ../gramps/gui/glade/editfamily.glade.h:23 +#: ../gramps/gui/glade/editmedia.glade.h:19 +#: ../gramps/gui/glade/editmediaref.glade.h:32 +#: ../gramps/gui/glade/editnote.glade.h:13 +#: ../gramps/gui/glade/editperson.glade.h:37 +msgid "_Tags:" +msgstr "É_tiquettes :" + +# éviter le raccourci sur le y ou le p +#: ../gramps/gui/glade/editfamily.glade.h:24 +#: ../gramps/gui/glade/editname.glade.h:35 +#: ../gramps/gui/glade/editnote.glade.h:14 +#: ../gramps/gui/glade/editperson.glade.h:38 +#: ../gramps/gui/glade/editreporef.glade.h:19 +#: ../gramps/gui/glade/editrepository.glade.h:11 +#: ../gramps/gui/glade/editurl.glade.h:9 +msgid "_Type:" +msgstr "_Type :" + +#: ../gramps/gui/glade/editldsord.glade.h:5 +msgid "LDS _Temple:" +msgstr "Temple _mormon :" + +#: ../gramps/gui/glade/editldsord.glade.h:6 +msgid "Ordinance:" +msgstr "Ordonnance :" + +# trunk +#: ../gramps/gui/glade/editldsord.glade.h:11 +msgid "_Family:" +msgstr "_Famille :" + +#: ../gramps/gui/glade/editldsord.glade.h:13 +msgid "_Status:" +msgstr "_Statut :" + +#: ../gramps/gui/glade/editlink.glade.h:3 +msgid "Gramps item:" +msgstr "Article Gramps :" + +#: ../gramps/gui/glade/editlink.glade.h:4 +msgid "Internet Address:" +msgstr "Adresse internet :" + +#: ../gramps/gui/glade/editlink.glade.h:6 +#: ../gramps/gui/viewmanager.py:435 +msgid "New" +msgstr "Nouveau" + +# trunk +#: ../gramps/gui/glade/editlink.glade.h:8 +msgid "_Link Type:" +msgstr "Type de _lien :" + +#: ../gramps/gui/glade/editlocation.glade.h:1 +msgid "A district within, or a settlement near to, a town or city." +msgstr "Le quartier, ou le secteur d'une ville ou d'un village." + +#: ../gramps/gui/glade/editlocation.glade.h:3 +#: ../gramps/gui/glade/editplace.glade.h:6 +msgid "Ch_urch parish:" +msgstr "_Paroisse :" + +# comté (Canada) +#: ../gramps/gui/glade/editlocation.glade.h:4 +#: ../gramps/gui/glade/editplace.glade.h:7 +msgid "Co_unty:" +msgstr "_Départ./Comté :" + +#: ../gramps/gui/glade/editlocation.glade.h:6 +#: ../gramps/gui/glade/editplace.glade.h:17 +msgid "Lowest clergical division of this place. Typically used for church sources that only mention the parish." +msgstr "La plus petite division religieuse du lieu. Typiquement utilisé pour les sources religieuses qui ne mentionnent que la paroisse." + +#: ../gramps/gui/glade/editlocation.glade.h:7 +msgid "Lowest level of a place division: eg the street name." +msgstr "Le plus petit niveau de division du lieu, par exemple le nom de la rue." + +#: ../gramps/gui/glade/editlocation.glade.h:9 +#: ../gramps/gui/glade/editplace.glade.h:23 +msgid "S_treet:" +msgstr "R_ue :" + +#: ../gramps/gui/glade/editlocation.glade.h:10 +#: ../gramps/gui/glade/editplace.glade.h:24 +msgid "Second level of place division, eg., in the USA a state, in Germany a Bundesland." +msgstr "Second niveau de division du lieu, par exemple aux USA un état, en Allemagne un länder." + +#: ../gramps/gui/glade/editlocation.glade.h:11 +msgid "The country where the place is." +msgstr "Le pays du lieu." + +#: ../gramps/gui/glade/editlocation.glade.h:12 +msgid "The town or city where the place is." +msgstr "Le village ou la ville du lieu." + +#: ../gramps/gui/glade/editlocation.glade.h:13 +#: ../gramps/gui/glade/editplace.glade.h:29 +msgid "Third level of place division. Eg., in the USA a county." +msgstr "Le troisième niveau de division du lieu. Par exemple aux USA le comté." + +# province (Canada, Belgique) +#: ../gramps/gui/glade/editlocation.glade.h:15 +#: ../gramps/gui/glade/editplace.glade.h:34 +msgid "_State:" +msgstr "_Région/Province :" + +#: ../gramps/gui/glade/editmedia.glade.h:2 +msgid "A date associated with the media, eg., for a picture the date it is taken." +msgstr "Une date associée à un medium, par exemple, pour une image la date de la prise de photo." + +#: ../gramps/gui/glade/editmedia.glade.h:3 +msgid "A unique ID to identify the Media object." +msgstr "Un enregistrement unique pour identifier l'objet, laissez Gramps le désigner. " + +# objet sélectionné +#: ../gramps/gui/glade/editmedia.glade.h:5 +#: ../gramps/gui/glade/editmediaref.glade.h:7 +msgid "Descriptive title for this media object." +msgstr "Un titre descriptif pour cet objet." + +# trunk +#: ../gramps/gui/glade/editmedia.glade.h:6 +#: ../gramps/gui/glade/editmediaref.glade.h:9 +msgid "Folder" +msgstr "Répertoire" + +# trunk +#: ../gramps/gui/glade/editmedia.glade.h:7 +msgid "Image preview" +msgstr "Aperçu de l'image" + +#: ../gramps/gui/glade/editmedia.glade.h:9 +msgid "Open File Browser to select a media file on your computer." +msgstr "Utilisez le navigateur de fichier pour sélectionner le medium sur votre ordinateur." + +#: ../gramps/gui/glade/editmedia.glade.h:11 +msgid "" +"Path of the media object on your computer.\n" +"Gramps does not store the media internally, it only stores the path! Set the 'Relative Path' in the Preferences to avoid retyping the common base directory where all your media is stored. The 'Media Manager' tool can help managing paths of a collection of media objects. " +msgstr "" +"Le chemin de ce medium sur votre ordinateur.\n" +"Gramps ne stocke pas le fichier en interne, il ne stocke que le chemin ! Définissez le 'chemin relatif' dans les Préférences pour éviter de saisir à chaque fois le répertoire de base dans lequel vos fichiers sont stockés. L'outil 'Gestionnaire de Media' peut vous aider à gérer les chemins de votre collection d'objets media. " + +#: ../gramps/gui/glade/editmedia.glade.h:18 +#: ../gramps/gui/glade/editmediaref.glade.h:31 +msgid "_Path:" +msgstr "_Chemin :" + +#: ../gramps/gui/glade/editmediaref.glade.h:2 +msgid "Note: Any changes in the shared media object information will be reflected in the media object itself." +msgstr "Remarque : tout changement effectué dans les informations partagées de cet objet medium seront répercutées dans l'objet medium lui-même." + +#: ../gramps/gui/glade/editmediaref.glade.h:4 +msgid "Referenced Region" +msgstr "Région référencée" + +#: ../gramps/gui/glade/editmediaref.glade.h:5 +msgid "Shared Information" +msgstr "Informations partagées" + +#: ../gramps/gui/glade/editmediaref.glade.h:8 +msgid "Double click image to view in an external viewer" +msgstr "Cliquez deux fois sur l'image pour l'afficher dans un lecteur externe" + +#: ../gramps/gui/glade/editmediaref.glade.h:11 +msgid "" +"If media is an image, select the specific part of the image you want to reference.\n" +"You can use the mouse on the picture to select a region, or use these spinbuttons to set the top left, and bottom right corner of the referenced region. Point (0,0) is the top left corner of the picture, and (100,100) the bottom right corner." +msgstr "" +"Si le medium est une image, sélectionnez la partie spécifique que vous souhaitez référencer.\n" +"Vous pouvez utiliser le curseur de la souris sur l'image pour sélectionner une région, ou définir les valeurs pour le coin en haut à gauche et le coin en bas à droite de la région référencée. Le point (0,0) correspond au coin en haut à gauche, et (100,100) définit le coin en bas à droite." + +# doublon ? à vérifier +#: ../gramps/gui/glade/editmediaref.glade.h:13 +msgid "" +"If media is an image, select the specific part of the image you want to reference.\n" +"You can use the mouse on the picture to select a region, or use these spinbuttons to set the top left, and bottom right corner of the referenced region. Point (0,0) is the top left corner of the picture, and (100,100) the bottom right corner.\n" +msgstr "" +"Si le medium est une image, sélectionnez la partie spécifique que vous souhaitez référencer.\n" +"Vous pouvez utiliser le curseur de la souris sur l'image pour sélectionner une région, ou définir les valeurs pour le coin en haut à gauche et le coin en bas à droite de la région référencée. Le point (0,0) correspond au coin en haut à gauche, et (100,100) définit le coin en bas à droite.\n" + +#: ../gramps/gui/glade/editmediaref.glade.h:20 +msgid "" +"Referenced region of the image media object.\n" +"Select a region with clicking and holding the mouse button on the top left corner of the region you want, dragging the mouse to the bottom right corner of the region, and then releasing the mouse button." +msgstr "" +"Région d'une image.\n" +"Cliquez et conservez le bouton de la souris enfoncé dans le coin en haut à gauche de la région que vous souhaitez sélectionner, puis glisser le curseur de la souris vers le coin en bas à droite de la région, enfin relachez le bouton de la souris." + +#: ../gramps/gui/glade/editmediaref.glade.h:22 +msgid "Select a file" +msgstr "Sélectionner un fichier" + +#: ../gramps/gui/glade/editmediaref.glade.h:24 +msgid "Type of media object as indicated by the computer, eg Image, Video, ..." +msgstr "Le type de medium défini par l'ordinateur, image, video, ..." + +# trunk +#: ../gramps/gui/glade/editmediaref.glade.h:27 +msgid "_Corner 1: X" +msgstr "_Coin 1 : X" + +# trunk +#: ../gramps/gui/glade/editmediaref.glade.h:28 +msgid "_Corner 2: X" +msgstr "_Coin 1 : X" + +# trunk +# ? pourquoi autant d'espaces ? → Aucune idée, mais sans, la chaîne est mieux centrée, dont acte. +#: ../gramps/gui/glade/editname.glade.h:1 +msgid "Family Names " +msgstr "Noms de famille" + +# trunk +# ? pourquoi autant d'espaces ? → Aucune idée, mais sans la chaîne est mieux centrée, dont acte. +#: ../gramps/gui/glade/editname.glade.h:2 +msgid "Given Name(s) " +msgstr "Prénom(s)" + +# trunk +#: ../gramps/gui/glade/editname.glade.h:3 +msgid "A Date associated with this name. Eg. for a Married Name, date the name is first used or marriage date." +msgstr "Une date associée à ce nom. Par exemple, pour un nom marital, la date à laquelle le nom est utilisé pour la première fois ou la date du mariage." + +#: ../gramps/gui/glade/editname.glade.h:4 +#: ../gramps/gui/glade/editperson.glade.h:4 +msgid "A descriptive name given in place of or in addition to the official given name." +msgstr "Un prénom descriptif à la place ou en addition du prénom officiel." + +# trunk +#: ../gramps/gui/glade/editname.glade.h:5 +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." +msgstr "Un nom de famille non-officiel pour distinguer les individus porteurs du même nom de famille. Souvent une référence à un nom de ferme, par exemple." + +#: ../gramps/gui/glade/editname.glade.h:6 +#: ../gramps/gui/glade/editperson.glade.h:5 +msgid "A title used to refer to the person, such as 'Dr.' or 'Rev.'" +msgstr "Un titre de référence utilisé pour la personne, comme « Dr. » ou « Me. »" + +#: ../gramps/gui/glade/editname.glade.h:9 +#: ../gramps/gui/glade/editperson.glade.h:10 +msgid "An identification of what type of Name this is, eg. Birth Name, Married Name." +msgstr "Une identification du type de nom, par exemple : nom de naissance, nom marital." + +#: ../gramps/gui/glade/editname.glade.h:10 +#: ../gramps/gui/glade/editperson.glade.h:12 +msgid "An optional suffix to the name, such as \"Jr.\" or \"III\"" +msgstr "Un suffixe optionnel pour le nom, tel que « Jr. » ou « III »" + +# trunk +#: ../gramps/gui/glade/editname.glade.h:11 +msgid "C_all Name:" +msgstr "Nom _usuel :" + +#: ../gramps/gui/glade/editname.glade.h:12 +msgid "Dat_e:" +msgstr "_Date :" + +#: ../gramps/gui/glade/editname.glade.h:14 +msgid "G_roup as:" +msgstr "G_rouper comme :" + +#: ../gramps/gui/glade/editname.glade.h:17 +msgid "O_verride" +msgstr "Imp_oser" + +# call name = prénom dans le context français ! +#: ../gramps/gui/glade/editname.glade.h:18 +#: ../gramps/gui/glade/editperson.glade.h:21 +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 some reports." +msgstr "Partie du prénom utilisée habituellement. Si l'arrière-plan est rouge c'est que ce prénom usuel n'est pas une partie du prénom, et ne pourra donc pas être souligné dans certains rapports." + +# trunk +#: ../gramps/gui/glade/editname.glade.h:19 +msgid "" +"People are displayed according to the name format given in the Preferences (the default).\n" +"Here you can make sure this person is displayed according to a custom name format (extra formats can be set in the Preferences)." +msgstr "" +"Le nom des individus est affiché selon le format défini dans les préférences (format de défaut).\n" +"C'est là que pouvez être certain(e) qu'une personne est affichée d'après un format choisi (les formats supplémentaires sont possibles)." + +# trunk +#: ../gramps/gui/glade/editname.glade.h:21 +msgid "" +"People are sorted according to the name format given in the Preferences (the default).\n" +"Here you can make sure this person is sorted according to a custom name format (extra formats can be set in the Preferences)." +msgstr "" +"Les individus sont classés selon le format du nom défini dans les préférences (format de défaut).\n" +"C'est là que pouvez être certain(e) qu'une personne est classée d'après un format personnel (les formats supplémentaires sont possibles)." + +#: ../gramps/gui/glade/editname.glade.h:25 +msgid "Suffi_x:" +msgstr "Suffi_xe :" + +#: ../gramps/gui/glade/editname.glade.h:26 +#: ../gramps/gui/glade/editperson.glade.h:27 +msgid "T_itle:" +msgstr "Tit_re :" + +# trunk +#: ../gramps/gui/glade/editname.glade.h:27 +msgid "" +"The Person Tree view groups people under the primary surname. You can override this by setting here a group value. \n" +"You will be asked if you want to group this person only, or all people with this specific primary surname." +msgstr "" +"La vue groupée des individus rassemble les personnes porteuses du même nom de famille. Vous pouvez passer outre \n" +"cette valeur de groupe. On vous demandera si vous voulez ne grouper que cet individu, ou toutes les personnes avec \n" +"ce nom de famille spécifique." + +#: ../gramps/gui/glade/editname.glade.h:29 +#: ../gramps/gui/glade/editperson.glade.h:30 +msgid "The person's given names" +msgstr "Les prénoms de l'individu" + +#: ../gramps/gui/glade/editname.glade.h:30 +msgid "_Display as:" +msgstr "Affic_her comme :" + +# trunk +#: ../gramps/gui/glade/editname.glade.h:31 +msgid "_Family Nick Name:" +msgstr "Nom-d_it :" + +#: ../gramps/gui/glade/editname.glade.h:32 +#: ../gramps/gui/glade/editperson.glade.h:33 +msgid "_Given:" +msgstr "_Prénom :" + +# trunk +#: ../gramps/gui/glade/editname.glade.h:33 +msgid "_Nick Name:" +msgstr "_Surnom :" + +#: ../gramps/gui/glade/editname.glade.h:34 +msgid "_Sort as:" +msgstr "Trier _comme :" + +#: ../gramps/gui/glade/editnote.glade.h:1 +msgid "Note" +msgstr "Note" + +#: ../gramps/gui/glade/editnote.glade.h:2 +msgid "A type to classify the note." +msgstr "Un type pour définir la note." + +#: ../gramps/gui/glade/editnote.glade.h:3 +msgid "A unique ID to identify the note." +msgstr "Un identifiant unique pour la note ; laisser vide pour que Gramps le choisisse." + +# trunk +#: ../gramps/gui/glade/editnote.glade.h:6 +msgid "Styled Text Editor" +msgstr "Éditeur de style" + +#: ../gramps/gui/glade/editnote.glade.h:8 +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" +"When not checked, notes are automatically cleaned in the reports, which will improve the report layout.\n" +"Use monospace font to keep preformatting." +msgstr "" +"Si activé, l'espacement de votre note sera respecté dans les rapports. Utilisez-le pour ajouter un format avec espaces, par exemple un tableau.\n" +"Si désactivé, les notes sont automatiquement nettoyées dans les rapports, ce qui améliorera le rendu du rapport.\n" +"Utilisez la police de caractère monospace pour conserver le préformatage." + +# une note +#: ../gramps/gui/glade/editnote.glade.h:12 +msgid "_Preformatted" +msgstr "_Préformatée" + +#: ../gramps/gui/glade/editperson.glade.h:2 +msgid "Image" +msgstr "Image" + +#: ../gramps/gui/glade/editperson.glade.h:3 +msgid "Preferred Name " +msgstr "Nom préféré " + +#: ../gramps/gui/glade/editperson.glade.h:6 +msgid "A unique ID for the person." +msgstr "Un enregistrement unique pour identifier l'individu, laissez Gramps le désigner. " + +#: ../gramps/gui/glade/editperson.glade.h:11 +msgid "An optional prefix for the family that is not used in sorting, such as \"de\" or \"van\"." +msgstr "Une particule optionnelle pour le nom de famille, ignorée pour le tri, telle que « de » ou « van »." + +#: ../gramps/gui/glade/editperson.glade.h:13 +msgid "C_all:" +msgstr "_Usuel :" + +#: ../gramps/gui/glade/editperson.glade.h:14 +msgid "Click on a table cell to edit." +msgstr "Cliquez dans le cadre pour éditer." + +#: ../gramps/gui/glade/editperson.glade.h:16 +msgid "G_ender:" +msgstr "Ge_nre :" + +#: ../gramps/gui/glade/editperson.glade.h:17 +msgid "Go to Name Editor to add more information about this name" +msgstr "Pour ajouter plus d'informations sur ce nom, ouvrir l'éditeur de nom" + +#: ../gramps/gui/glade/editperson.glade.h:19 +msgid "O_rigin:" +msgstr "O_rigine :" + +#: ../gramps/gui/glade/editperson.glade.h:20 +msgid "Part of a person's name indicating the family to which the person belongs" +msgstr "Partie du nom indiquant la famille à laquelle l'individu appartient." + +# Substantif (GNOME fr) +#: ../gramps/gui/glade/editperson.glade.h:25 +msgid "Set person as private data" +msgstr "Définir cet individu comme privé" + +#: ../gramps/gui/glade/editperson.glade.h:29 +msgid "The origin of this family name for this family, eg 'Inherited' or 'Patronymic'." +msgstr "L'origine de ce nom de famille, par exemple « Hérité » ou « Patronymique »." + +#: ../gramps/gui/glade/editperson.glade.h:31 +msgid "" +"Use Multiple Surnames\n" +"Indicate that the surname consists of different parts. Every surname has its own prefix and a possible connector to the next surname. Eg., the surname Ramón y Cajal can be stored as Ramón, which is inherited from the father, the connector y, and Cajal, which is inherited from the mother." +msgstr "" +"Utilisation des noms composés\n" +"Indique que le nom de famille est composé de plusieurs parties. Chaque nom de famille a son propre préfixe et un possible connecteur vers le nom suivant. Par exemple, le nom de famille Ramón y Cajal peut être enregistré comme Ramón, lequel nom est hérité du père, les connecteur est y, et Cajal est hérité de la mère." + +#: ../gramps/gui/glade/editperson.glade.h:35 +msgid "_Nick:" +msgstr "_Surnom :" + +#: ../gramps/gui/glade/editperson.glade.h:36 +msgid "_Surname:" +msgstr "_Nom de famille :" + +#: ../gramps/gui/glade/editpersonref.glade.h:2 +msgid "" +"Description of the association, eg. Godfather, Friend, ...\n" +"\n" +"Note: Use Events instead for relations connected to specific time frames or occasions. Events can be shared between people, each indicating their role in the event." +msgstr "" +"Description d'une association, par exemple : parrain, ami, ...\n" +"\n" +"Remarque : utilisez plutôt les événements pour les relations liées à un instant donné ou une occasion. Les événements peuvent être partagés entre les personnes, chacun ayant un rôle dans cet événement." + +# individu + personne (évite la répétition) +#: ../gramps/gui/glade/editpersonref.glade.h:8 +msgid "Select a person that has an association to the edited person." +msgstr "Sélectionnez l'individu ayant une association avec la personne éditée." + +#: ../gramps/gui/glade/editpersonref.glade.h:10 +msgid "Use the select button to choose a person that has an association to the edited person." +msgstr "Utilisez le bouton de sélection pour choisir un individu ayant une association avec la personne éditée." + +#: ../gramps/gui/glade/editpersonref.glade.h:11 +msgid "_Association:" +msgstr "_Association :" + +#: ../gramps/gui/glade/editpersonref.glade.h:12 +msgid "_Person:" +msgstr "_Individu :" + +#: ../gramps/gui/glade/editplace.glade.h:1 +msgid "Location" +msgstr "Lieu" + +#: ../gramps/gui/glade/editplace.glade.h:2 +msgid "" +"A district within, or a settlement near to, a town or city.\n" +"Use Alternate Locations tab to store the current name." +msgstr "" +"Le quartier, le secteur d'une ville ou d'un village.\n" +"Utilisez l'onglet emplacement alternatifs pour stocker le nom actuel." + +#: ../gramps/gui/glade/editplace.glade.h:4 +msgid "A unique ID to identify the place" +msgstr "Un identifiant unique pour le lieu ; laisser vide pour que Gramps le choisisse." + +#: ../gramps/gui/glade/editplace.glade.h:8 +msgid "Count_ry:" +msgstr "_Pays :" + +#: ../gramps/gui/glade/editplace.glade.h:9 +msgid "Full name of this place." +msgstr "Le nom complet du lieu." + +#: ../gramps/gui/glade/editplace.glade.h:10 +msgid "L_atitude:" +msgstr "L_atitude :" + +# trunk +# tooltip via glade +#: ../gramps/gui/glade/editplace.glade.h:11 +msgid "" +"Latitude (position above the Equator) of the place in decimal or degree notation. \n" +"Eg, valid values are 12.0154, 50°52′21.92″N, N50°52′21.92″ or 50:52:21.92\n" +"You can set these values via the Geography View by searching the place, or via a map service in the place view." +msgstr "" +"Latitude (la position du lieu par rapport à l'Équateur), en notation décimale ou en degrés. \n" +"Par exemple, des valeurs valides peuvent être 12.0154, 50°52′21.92″N, N50°52′21.92″ ou 50:52:21.92\n" +"Vous pouvez définir ces valeurs via la vue Géographie en cherchant le lieu, ou via l'un des services cartographiques de la vue Lieux." + +# trunk +# tooltip via glade +#: ../gramps/gui/glade/editplace.glade.h:14 +msgid "" +"Longitude (position relative to the Prime, or Greenwich, Meridian) of the place in decimal or degree notation. \n" +"Eg, valid values are -124.3647, 124°52′21.92″E, E124°52′21.92″ or 124:52:21.92\n" +"You can set these values via the Geography View by searching the place, or via a map service in the place view." +msgstr "" +"Longitude (la position relative du lieu par rapport au premier), ou Greenwich, méridien, en notation décimale ou en degrés. \n" +"Par exemple, des valeurs valides peuvent être -124.3647, 124°52′21.92″E, E124°52′21.92″ ou 124:52:21.92\n" +"Vous pouvez définir ces valeurs via la vue Géographie en cherchant le lieu, ou via l'un des services cartographiques de la vue Lieu." + +# trunk +#: ../gramps/gui/glade/editplace.glade.h:18 +msgid "" +"Lowest level of a place division: eg the street name. \n" +"Use Alternate Locations tab to store the current name." +msgstr "" +"Le plus petit niveau de division du lieu: par exemple le nom de la rue. \n" +"Utilisez l'onglet emplacements alternatifs pour stocker le nom actuel." + +# trunk +#: ../gramps/gui/glade/editplace.glade.h:25 +msgid "The country where the place is. \n" +msgstr "Le pays du lieu. \n" + +# trunk +#: ../gramps/gui/glade/editplace.glade.h:27 +msgid "" +"The town or city where the place is. \n" +"Use Alternate Locations tab to store the current name." +msgstr "" +"Le village ou la ville du lieu. \n" +"Utilisez l'onglet emplacements alternatifs pour stocker le nom actuel." + +#: ../gramps/gui/glade/editplace.glade.h:32 +msgid "_Longitude:" +msgstr "_Longitude :" + +#: ../gramps/gui/glade/editplace.glade.h:33 +msgid "_Place Name:" +msgstr "N_om du lieu :" + +#: ../gramps/gui/glade/editreporef.glade.h:2 +msgid "Note: Any changes in the shared repository information will be reflected in the repository itself, for all items that reference the repository." +msgstr "Remarque : tout changement effectué dans les informations partagées de ce dépôt seront répercutées dans le dépôt lui-même, et ce pour toutes les sources qui le référencent." + +#: ../gramps/gui/glade/editreporef.glade.h:5 +#: ../gramps/gui/glade/editrepository.glade.h:1 +msgid "A unique ID to identify the repository." +msgstr "Un enregistrement unique pour identifier le dépôt, laissez Gramps le désigner." + +#: ../gramps/gui/glade/editreporef.glade.h:8 +msgid "Call n_umber:" +msgstr "_Numéro d'identifiant - Cote :" + +#: ../gramps/gui/glade/editreporef.glade.h:9 +msgid "Id number of the source in the repository." +msgstr "Un enregistrement unique pour identifier la source dans le dépôt." + +#: ../gramps/gui/glade/editreporef.glade.h:11 +#: ../gramps/gui/glade/editrepository.glade.h:5 +msgid "Name of the repository (where sources are stored)." +msgstr "Le nom du dépôt (là où la source est stockée)." + +#: ../gramps/gui/glade/editreporef.glade.h:12 +msgid "On what type of media this source is available in the repository." +msgstr "Sur quel support cette source est disponible dans le dépôt." + +#: ../gramps/gui/glade/editreporef.glade.h:15 +#: ../gramps/gui/glade/editrepository.glade.h:8 +msgid "Type of repository, eg., 'Library', 'Album', ..." +msgstr "Le type de dépôt, par exemple: une bibliothèque, une archive..." + +# éviter le raccourci sur le y ou le p +#: ../gramps/gui/glade/editreporef.glade.h:17 +msgid "_Media Type:" +msgstr "Suppor_t :" + +#: ../gramps/gui/glade/editreporef.glade.h:18 +#: ../gramps/gui/glade/editrepository.glade.h:10 +#: ../gramps/gui/glade/rule.glade.h:27 +#: ../gramps/plugins/tool/ownereditor.glade.h:5 +msgid "_Name:" +msgstr "_Nom :" + +#: ../gramps/gui/glade/editsource.glade.h:14 +msgid "_Pub. info.:" +msgstr "_Pub. info :" + +#: ../gramps/gui/glade/editurl.glade.h:1 +msgid "A descriptive caption of the Internet location you are storing." +msgstr "Une légende descriptive de l'emplacement internet que vous enregistrez." + +#: ../gramps/gui/glade/editurl.glade.h:3 +msgid "Open the web address in the default browser." +msgstr "Aller à l'adresse internet avec le navigateur par défaut." + +#: ../gramps/gui/glade/editurl.glade.h:6 +msgid "The internet address as needed to navigate to it, eg. http://gramps-project.org" +msgstr "L'adresse internet utilisée pour la navigation, par exemple : http://gramps-project.org" + +#: ../gramps/gui/glade/editurl.glade.h:7 +msgid "Type of internet address, eg. E-mail, Web Page, ..." +msgstr "Le type d'adresse internet, par exemple: courriel, page internet, ..." + +#: ../gramps/gui/glade/editurl.glade.h:8 +msgid "_Description:" +msgstr "De_scription :" + +#: ../gramps/gui/glade/editurl.glade.h:10 +msgid "_Web address:" +msgstr "_Adresse Web :" + +# enlever +#: ../gramps/gui/glade/grampletpane.glade.h:1 +msgid "Click to delete gramplet from view" +msgstr "Cliquez pour enlever le gramplet de la vue" + +#: ../gramps/gui/glade/grampletpane.glade.h:2 +msgid "Click to expand/collapse" +msgstr "Cliquez pour déployer" + +# trunk +#: ../gramps/gui/glade/grampletpane.glade.h:3 +msgid "Close" +msgstr "Fermer" + +# trunk +#: ../gramps/gui/glade/grampletpane.glade.h:4 +msgid "Config" +msgstr "Configuration" + +#: ../gramps/gui/glade/grampletpane.glade.h:5 +msgid "Delete" +msgstr "Supprimer" + +# trunk +#: ../gramps/gui/glade/grampletpane.glade.h:6 +msgid "Detach" +msgstr "Détacher" + +#: ../gramps/gui/glade/grampletpane.glade.h:7 +msgid "Drag to move; click to detach" +msgstr "Glissez pour déplacer; cliquez pour détacher" + +#: ../gramps/gui/glade/mergecitation.glade.h:1 +#: ../gramps/gui/glade/mergedata.glade.h:1 +#: ../gramps/gui/glade/mergesource.glade.h:1 +msgid "Source 1" +msgstr "Source 1" + +#: ../gramps/gui/glade/mergecitation.glade.h:2 +#: ../gramps/gui/glade/mergedata.glade.h:2 +#: ../gramps/gui/glade/mergesource.glade.h:2 +msgid "Source 2" +msgstr "Source 2" + +# trunk +#: ../gramps/gui/glade/mergecitation.glade.h:5 +#: ../gramps/gui/glade/mergeevent.glade.h:6 +#: ../gramps/gui/glade/mergefamily.glade.h:3 +#: ../gramps/gui/glade/mergemedia.glade.h:5 +#: ../gramps/gui/glade/mergenote.glade.h:3 +#: ../gramps/gui/glade/mergeperson.glade.h:4 +#: ../gramps/gui/glade/mergeplace.glade.h:4 +#: ../gramps/gui/glade/mergerepository.glade.h:4 +#: ../gramps/gui/glade/mergesource.glade.h:5 +msgid "Detailed Selection" +msgstr "Sélection détaillée" + +#: ../gramps/gui/glade/mergecitation.glade.h:6 +#: ../gramps/gui/glade/mergedata.glade.h:6 +#: ../gramps/gui/glade/mergeevent.glade.h:7 +#: ../gramps/gui/glade/mergefamily.glade.h:6 +#: ../gramps/gui/glade/mergemedia.glade.h:6 +#: ../gramps/gui/glade/mergenote.glade.h:5 +#: ../gramps/gui/glade/mergeperson.glade.h:7 +#: ../gramps/gui/glade/mergeplace.glade.h:5 +#: ../gramps/gui/glade/mergerepository.glade.h:5 +#: ../gramps/gui/glade/mergesource.glade.h:6 +msgid "Gramps ID:" +msgstr "id Gramps :" + +# trunk +#: ../gramps/gui/glade/mergecitation.glade.h:7 +msgid "Notes, media objects and data-items of both citations will be combined." +msgstr "Les notes, objets media et données des deux citations seront combinés." + +# trunk +#: ../gramps/gui/glade/mergecitation.glade.h:8 +msgid "" +"Select the citation that will provide the\n" +"primary data for the merged citation." +msgstr "" +"Sélectionnez la citation dont les données seront\n" +"utilisées en priorité pour la citation fusionnée." + +#: ../gramps/gui/glade/mergedata.glade.h:3 +msgid "Title selection" +msgstr "Sélection du titre" + +# éviter le raccourci sur la lettre accentuée +#: ../gramps/gui/glade/mergedata.glade.h:7 +msgid "Merge and _edit" +msgstr "Fusion_ner puis éditer" + +#: ../gramps/gui/glade/mergedata.glade.h:8 +msgid "Other" +msgstr "Autre" + +#: ../gramps/gui/glade/mergedata.glade.h:9 +msgid "Place 1" +msgstr "Lieu 1" + +#: ../gramps/gui/glade/mergedata.glade.h:10 +msgid "Place 2" +msgstr "Lieu 2" + +#. name, click?, width, toggle +#: ../gramps/gui/glade/mergedata.glade.h:12 +#: ../gramps/gui/grampsgui.py:189 +#: ../gramps/gui/viewmanager.py:485 +#: ../gramps/plugins/tool/changenames.py:195 +#: ../gramps/plugins/tool/extractcity.py:542 +#: ../gramps/plugins/tool/patchnames.py:393 +msgid "Select" +msgstr "Sélectionner" + +#: ../gramps/gui/glade/mergedata.glade.h:13 +msgid "Select the person that will provide the primary data for the merged person." +msgstr "Sélectionnez l'individu dont les données seront utilisées en priorité pour l'individu fusionné." + +#: ../gramps/gui/glade/mergedata.glade.h:15 +msgid "_Merge and close" +msgstr "_Fusionner puis fermer" + +# trunk +#: ../gramps/gui/glade/mergeevent.glade.h:1 +msgid "Event 1" +msgstr "Événement 1" + +# trunk +#: ../gramps/gui/glade/mergeevent.glade.h:2 +msgid "Event 2" +msgstr "Événement 2" + +# trunk +#: ../gramps/gui/glade/mergeevent.glade.h:3 +msgid "Attributes, notes, sources and media objects of both events will be combined." +msgstr "Attributs, notes, sources et objets media des deux événements vont être rassemblés." + +# trunk +#: ../gramps/gui/glade/mergeevent.glade.h:9 +msgid "" +"Select the event that will provide the\n" +"primary data for the merged event." +msgstr "" +"Sélectionnez l'événement dont les données seront\n" +"utilisées en priorité pour l'événement fusionné." + +# trunk +#: ../gramps/gui/glade/mergefamily.glade.h:1 +msgid "Family 1" +msgstr "Famille 1" + +# trunk +#: ../gramps/gui/glade/mergefamily.glade.h:2 +msgid "Family 2" +msgstr "Famille 2" + +# trunk +#: ../gramps/gui/glade/mergefamily.glade.h:4 +msgid "Events, lds_ord, media objects, attributes, notes, sources and tags of both families will be combined." +msgstr "Les événements, les données mormons, les objets media, les attributs, les notes, les sources et étiquettes des deux familles vont être rassemblés." + +# trunk +#: ../gramps/gui/glade/mergefamily.glade.h:5 +msgid "Father:" +msgstr "Père :" + +# trunk +#: ../gramps/gui/glade/mergefamily.glade.h:7 +msgid "Mother:" +msgstr "Mère :" + +# trunk +#: ../gramps/gui/glade/mergefamily.glade.h:8 +msgid "Relationship:" +msgstr "Relation :" + +# trunk +#: ../gramps/gui/glade/mergefamily.glade.h:9 +msgid "" +"Select the family that will provide the\n" +"primary data for the merged family." +msgstr "" +"Sélectionnez la famille dont les données seront\n" +"utilisées en priorité pour la famille fusionnée." + +# trunk +#: ../gramps/gui/glade/mergemedia.glade.h:1 +msgid "Object 1" +msgstr "Objet 1" + +# trunk +#: ../gramps/gui/glade/mergemedia.glade.h:2 +msgid "Object 2" +msgstr "Objet 2" + +# trunk +#: ../gramps/gui/glade/mergemedia.glade.h:3 +msgid "Attributes, sources, notes and tags of both objects will be combined." +msgstr "Les attributs, les sources, les notes et étiquettes des deux objets vont être rassemblés." + +# trunk +#: ../gramps/gui/glade/mergemedia.glade.h:8 +msgid "" +"Select the object that will provide the\n" +"primary data for the merged object." +msgstr "" +"Sélectionnez l'objet dont les données seront\n" +"utilisées en priorité pour l'objet fusionné." + +# trunk +#: ../gramps/gui/glade/mergenote.glade.h:1 +msgid "Note 1" +msgstr "Note 1" + +# trunk +#: ../gramps/gui/glade/mergenote.glade.h:2 +msgid "Note 2" +msgstr "Note 2" + +# une note +#: ../gramps/gui/glade/mergenote.glade.h:4 +#: ../gramps/gui/views/listview.py:985 +msgid "Format:" +msgstr "Format :" + +# trunk +#: ../gramps/gui/glade/mergenote.glade.h:6 +msgid "" +"Select the note that will provide the\n" +"primary data for the merged note." +msgstr "" +"Sélectionnez la note dont les données seront\n" +"utilisées en priorité pour la note fusionnée." + +# trunk +#: ../gramps/gui/glade/mergeperson.glade.h:1 +msgid "Person 1" +msgstr "Individu 1" + +# trunk +#: ../gramps/gui/glade/mergeperson.glade.h:2 +msgid "Person 2" +msgstr "Individu 2" + +# trunk +#: ../gramps/gui/glade/mergeperson.glade.h:3 +msgid "Context Information" +msgstr "Information dans le contexte" + +# trunk +#: ../gramps/gui/glade/mergeperson.glade.h:5 +msgid "Events, media objects, addresses, attributes, urls, notes, sources and tags of both persons will be combined." +msgstr "Les événements, les objets media, les adresses, les attributs, les urls, les notes, les sources et étiquettes des deux individus vont être rassemblés." + +# trunk +#: ../gramps/gui/glade/mergeperson.glade.h:6 +msgid "Gender:" +msgstr "Genre :" + +# trunk +#: ../gramps/gui/glade/mergeperson.glade.h:9 +msgid "" +"Select the person that will provide the\n" +"primary data for the merged person." +msgstr "" +"Sélectionnez l'individu dont les données seront\n" +"utilisées en priorité pour l'individu fusionné." + +# trunk +#: ../gramps/gui/glade/mergeplace.glade.h:1 +msgid "Place 1" +msgstr "Lieu 1" + +# trunk +#: ../gramps/gui/glade/mergeplace.glade.h:2 +msgid "Place 2" +msgstr "Lieu 2" + +# trunk +#: ../gramps/gui/glade/mergeplace.glade.h:3 +msgid "Alternate locations, sources, urls, media objects and notes of both places will be combined." +msgstr "Emplacements alternatifs, sources, urls, objets media et notes des deux lieux vont être rassemblés." + +# trunk +#: ../gramps/gui/glade/mergeplace.glade.h:7 +msgid "Location:" +msgstr "Emplacement :" + +# trunk +#: ../gramps/gui/glade/mergeplace.glade.h:9 +msgid "" +"Select the place that will provide the\n" +"primary data for the merged place." +msgstr "" +"Sélectionnez le lieu dont les données seront\n" +" utilisées en priorité pour le lieu fusionné." + +# trunk +#: ../gramps/gui/glade/mergerepository.glade.h:1 +msgid "Repository 1" +msgstr "Dépôt 1" + +# trunk +#: ../gramps/gui/glade/mergerepository.glade.h:2 +msgid "Repository 2" +msgstr "Dépôt 2" + +# trunk +#: ../gramps/gui/glade/mergerepository.glade.h:3 +msgid "Addresses, urls and notes of both repositories will be combined." +msgstr "Les adresses, urls et notes des deux dépôts seront combinés." + +# trunk +#: ../gramps/gui/glade/mergerepository.glade.h:7 +msgid "" +"Select the repository that will provide the\n" +"primary data for the merged repository." +msgstr "" +"Sélectionnez le dépôt dont les données seront\n" +"utilisées en priorité pour le dépôt fusionné." + +# trunk +#: ../gramps/gui/glade/mergesource.glade.h:7 +msgid "Notes, media objects, data-items and repository references of both sources will be combined." +msgstr "Les notes, objets media, attributs données et les dépôts des deux sources seront combinés." + +# trunk +#: ../gramps/gui/glade/mergesource.glade.h:9 +msgid "" +"Select the source that will provide the\n" +"primary data for the merged source." +msgstr "" +"Sélectionnez la source dont les données seront\n" +"utilisées en priorité pour la source fusionnée." + +#: ../gramps/gui/glade/papermenu.glade.h:1 +msgid "Margins" +msgstr "Marges" + +#: ../gramps/gui/glade/papermenu.glade.h:2 +msgid "Metric" +msgstr "Métrique" + +#: ../gramps/gui/glade/papermenu.glade.h:3 +msgid "Orientation:" +msgstr "Orientation :" + +#: ../gramps/gui/glade/papermenu.glade.h:4 +msgid "Paper Settings" +msgstr "Propriétés du papier" + +#: ../gramps/gui/glade/papermenu.glade.h:5 +msgid "Paper format" +msgstr "Format de papier" + +#: ../gramps/gui/glade/papermenu.glade.h:6 +msgid "Size:" +msgstr "Taille :" + +# trunk +#: ../gramps/gui/glade/papermenu.glade.h:7 +msgid "_Bottom:" +msgstr "_Bas" + +# trunk +#: ../gramps/gui/glade/papermenu.glade.h:8 +msgid "_Height:" +msgstr "_Hauteur :" + +# trunk +#: ../gramps/gui/glade/papermenu.glade.h:9 +msgid "_Left:" +msgstr "À _gauche :" + +# trunk +#: ../gramps/gui/glade/papermenu.glade.h:10 +msgid "_Right:" +msgstr "À _droite :" + +# trunk +#: ../gramps/gui/glade/papermenu.glade.h:11 +msgid "_Top:" +msgstr "H_aut :" + +# trunk +#: ../gramps/gui/glade/papermenu.glade.h:12 +msgid "_Width:" +msgstr "_Largeur :" + +#: ../gramps/gui/glade/papermenu.glade.h:13 +#: ../gramps/gui/glade/styleeditor.glade.h:41 +#: ../gramps/gui/plug/report/_papermenu.py:206 +msgid "cm" +msgstr "cm" + +#: ../gramps/gui/glade/plugins.glade.h:1 +msgid "Author's email:" +msgstr "Adresse de l'auteur :" + +#: ../gramps/gui/glade/plugins.glade.h:3 +msgid "Perform selected action" +msgstr "Exécution de l'action choisie" + +#: ../gramps/gui/glade/plugins.glade.h:4 +#: ../gramps/plugins/gramplet/ageondategramplet.py:76 +msgid "Run" +msgstr "Exécuter" + +#: ../gramps/gui/glade/plugins.glade.h:5 +#: ../gramps/gui/plug/_dialogs.py:280 +msgid "Select a report from those available on the left." +msgstr "Choisir un rapport parmi ceux disponibles à gauche." + +#: ../gramps/gui/glade/plugins.glade.h:6 +msgid "Status:" +msgstr "Statut :" + +#: ../gramps/gui/glade/reorder.glade.h:1 +msgid "Family relationships" +msgstr "Relations de famille" + +#: ../gramps/gui/glade/reorder.glade.h:2 +msgid "Parent relationships" +msgstr "Relations parentales" + +# trunk +#: ../gramps/gui/glade/reorder.glade.h:3 +msgid "Arrow bottom" +msgstr "Flèche vers le bas" + +# trunk +#: ../gramps/gui/glade/reorder.glade.h:4 +msgid "Arrow top" +msgstr "Flèche vers le haut" + +# trunk +# objet sélectionné +# Supprimer car efface +#: ../gramps/gui/glade/reorder.glade.h:5 +msgid "Move family down" +msgstr "Déplacer la famille vers le bas" + +# trunk +#: ../gramps/gui/glade/reorder.glade.h:6 +msgid "Move family up" +msgstr "Déplacer la famille vers le haut" + +# trunk +#: ../gramps/gui/glade/reorder.glade.h:7 +msgid "Move parent down" +msgstr "Déplacer le parent vers le bas" + +# trunk +#: ../gramps/gui/glade/reorder.glade.h:8 +msgid "Move parent up" +msgstr "Déplacer le parent vers le haut" + +#: ../gramps/gui/glade/rule.glade.h:1 +msgid "Definition" +msgstr "Définition" + +#: ../gramps/gui/glade/rule.glade.h:2 +#: ../gramps/gui/glade/styleeditor.glade.h:5 +msgid "Description" +msgstr "Description" + +#: ../gramps/gui/glade/rule.glade.h:3 +#: ../gramps/gui/glade/styleeditor.glade.h:8 +#: ../gramps/plugins/tool/finddupes.glade.h:2 +#: ../gramps/plugins/tool/mergecitations.glade.h:2 +msgid "Options" +msgstr "Options" + +#: ../gramps/gui/glade/rule.glade.h:4 +msgid "Rule list" +msgstr "Liste des règles" + +#: ../gramps/gui/glade/rule.glade.h:5 +msgid "Selected Rule" +msgstr "Règle sélectionnée" + +#: ../gramps/gui/glade/rule.glade.h:6 +msgid "Values" +msgstr "Valeurs" + +#: ../gramps/gui/glade/rule.glade.h:7 +msgid "Note: changes take effect only after this window is closed" +msgstr "Note : Les modifications ne prendront effet qu'après la fermeture de cette fenêtre" + +#: ../gramps/gui/glade/rule.glade.h:9 +msgid "Add a new filter" +msgstr "Ajouter un nouveau filtre" + +#: ../gramps/gui/glade/rule.glade.h:10 +msgid "Add another rule to the filter" +msgstr "Ajouter une règle au filtre" + +#: ../gramps/gui/glade/rule.glade.h:11 +msgid "All rules must apply" +msgstr "Toutes les règles doivent correspondre" + +#: ../gramps/gui/glade/rule.glade.h:12 +msgid "At least one rule must apply" +msgstr "Au moins une règle doit correspondre" + +#: ../gramps/gui/glade/rule.glade.h:13 +msgid "Clone the selected filter" +msgstr "Dupliquer le filtre sélectionné" + +#: ../gramps/gui/glade/rule.glade.h:14 +msgid "Co_mment:" +msgstr "Co_mmentaire :" + +# objet sélectionné +#: ../gramps/gui/glade/rule.glade.h:15 +msgid "Delete the selected filter" +msgstr "Supprimer le filtre sélectionné" + +# objet sélectionné +#: ../gramps/gui/glade/rule.glade.h:16 +msgid "Delete the selected rule" +msgstr "Supprimer la règle sélectionnée" + +#: ../gramps/gui/glade/rule.glade.h:18 +msgid "Edit the selected filter" +msgstr "Éditer le filtre sélectionné" + +#: ../gramps/gui/glade/rule.glade.h:19 +msgid "Edit the selected rule" +msgstr "Éditer la règle sélectionnée" + +#: ../gramps/gui/glade/rule.glade.h:21 +msgid "Exactly one rule must apply" +msgstr "Une seule règle doit correspondre" + +# utilise correspondre pour to match, plus facile que être compatible ou concorder dans ce contexte +#: ../gramps/gui/glade/rule.glade.h:25 +msgid "Return values that do no_t match the filter rules" +msgstr "Affic_her les valeurs qui ne correspondent pas aux critères (inverser les résultats)" + +#: ../gramps/gui/glade/rule.glade.h:26 +msgid "Test the selected filter" +msgstr "Tester le filtre sélectionné" + +#: ../gramps/gui/glade/styleeditor.glade.h:1 +msgid "Alignment" +msgstr "Alignement" + +#: ../gramps/gui/glade/styleeditor.glade.h:2 +msgid "Background color" +msgstr "Couleur d'arrière-plan" + +#: ../gramps/gui/glade/styleeditor.glade.h:3 +msgid "Borders" +msgstr "Bordures" + +#: ../gramps/gui/glade/styleeditor.glade.h:4 +msgid "Color" +msgstr "Couleur" + +#: ../gramps/gui/glade/styleeditor.glade.h:6 +msgid "Font options" +msgstr "Options de police" + +#: ../gramps/gui/glade/styleeditor.glade.h:7 +msgid "Indentation" +msgstr "Indentation" + +#: ../gramps/gui/glade/styleeditor.glade.h:9 +msgid "Paragraph options" +msgstr "Options de paragraphe" + +#: ../gramps/gui/glade/styleeditor.glade.h:10 +msgid "Size" +msgstr "Taille" + +#: ../gramps/gui/glade/styleeditor.glade.h:11 +msgid "Spacing" +msgstr "Espace" + +#: ../gramps/gui/glade/styleeditor.glade.h:12 +msgid "Type face" +msgstr "Police" + +#: ../gramps/gui/glade/styleeditor.glade.h:13 +msgid "Abo_ve:" +msgstr "Au de_ssus :" + +# trunk +#: ../gramps/gui/glade/styleeditor.glade.h:15 +msgid "Add a new style" +msgstr "Ajouter un nouveau style" + +#: ../gramps/gui/glade/styleeditor.glade.h:16 +msgid "Belo_w:" +msgstr "En dess_ous :" + +#: ../gramps/gui/glade/styleeditor.glade.h:17 +msgid "Cen_ter" +msgstr "_Centré" + +# trunk +#: ../gramps/gui/glade/styleeditor.glade.h:18 +msgid "Delete the selected style" +msgstr "Supprimer le style sélectionné" + +# trunk +#: ../gramps/gui/glade/styleeditor.glade.h:20 +msgid "Edit the selected style" +msgstr "Éditer le style sélectionné" + +#: ../gramps/gui/glade/styleeditor.glade.h:22 +msgid "First li_ne:" +msgstr "Première li_gne :" + +#: ../gramps/gui/glade/styleeditor.glade.h:23 +msgid "J_ustify" +msgstr "_Justifié" + +#: ../gramps/gui/glade/styleeditor.glade.h:24 +msgid "L_eft:" +msgstr "à g_auche :" + +#: ../gramps/gui/glade/styleeditor.glade.h:25 +msgid "Le_ft" +msgstr "à gauc_he" + +#: ../gramps/gui/glade/styleeditor.glade.h:26 +msgid "R_ight:" +msgstr "à d_roite :" + +#: ../gramps/gui/glade/styleeditor.glade.h:28 +msgid "Righ_t" +msgstr "à droi_te" + +#: ../gramps/gui/glade/styleeditor.glade.h:29 +msgid "Style n_ame:" +msgstr "N_om du style :" + +# trunk +#: ../gramps/gui/glade/styleeditor.glade.h:30 +msgid "Style name" +msgstr "Nom du style" + +#: ../gramps/gui/glade/styleeditor.glade.h:31 +msgid "_Bold" +msgstr "_Gras" + +#: ../gramps/gui/glade/styleeditor.glade.h:32 +msgid "_Bottom" +msgstr "En _bas" + +#: ../gramps/gui/glade/styleeditor.glade.h:33 +msgid "_Italic" +msgstr "_Italique" + +#: ../gramps/gui/glade/styleeditor.glade.h:34 +msgid "_Left" +msgstr "À _gauche" + +#: ../gramps/gui/glade/styleeditor.glade.h:35 +msgid "_Padding:" +msgstr "_Remplissage :" + +#: ../gramps/gui/glade/styleeditor.glade.h:36 +msgid "_Right" +msgstr "À _droite" + +#: ../gramps/gui/glade/styleeditor.glade.h:37 +msgid "_Roman (Times, serif)" +msgstr "_Roman (Times, serif)" + +#: ../gramps/gui/glade/styleeditor.glade.h:38 +msgid "_Swiss (Arial, Helvetica, sans-serif)" +msgstr "_Swiss (Arial, Helvetica, sans-serif)" + +#: ../gramps/gui/glade/styleeditor.glade.h:39 +msgid "_Top" +msgstr "_En-tête" + +#: ../gramps/gui/glade/styleeditor.glade.h:40 +msgid "_Underline" +msgstr "_Souligné" + +#: ../gramps/gui/glade/styleeditor.glade.h:42 +#: ../gramps/gui/plug/report/_styleeditor.py:212 +msgid "point size|pt" +msgstr "pt" + +#: ../gramps/gui/glade/tipofday.glade.h:1 +msgid "_Display on startup" +msgstr "_Afficher au démarrage" + +# trunk +#: ../gramps/gui/glade/updateaddons.glade.h:1 +msgid "Available Gramps Updates for Addons" +msgstr "Nouvelles versions des addons Gramps disponibles" + +# trunk +#: ../gramps/gui/glade/updateaddons.glade.h:2 +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. These addons provide reports, listings, views, gramplets, and more. Here you can select among the available extra addons, they will be retrieved from the internet off of the Gramps website, and installed locally on your computer. If you close this dialog now, you can install addons later from the menu under Edit -> Preferences." +msgstr "Gramps fournit un noyau de greffons pour toutes les fonctionnalités nécessaires. De plus, vous pouvez étendre ces fonctions avec des greffons supplémentaires. Ces greffons fournissent des rapports, des listes, des vues, des gramplets, et d'avantage. C'est ici que vous pouvez sélectionner ces greffons supplémentaires, ils seront téléchargés depuis internet via le site de Gramps, puis installés localement sur votre ordinateur. Si vous fermez le dialogue maintenant, vous pourrez toujours installer ces greffons plus tard depuis le menu Édition -> Préférences." + +# trunk +#: ../gramps/gui/glade/updateaddons.glade.h:3 +msgid "Install Selected _Addons" +msgstr "Installer les g_reffons sélectionnés " + +# trunk +#: ../gramps/gui/glade/updateaddons.glade.h:4 +msgid "Select _None" +msgstr "Ne _rien sélectionner" + +# trunk +#: ../gramps/gui/glade/updateaddons.glade.h:5 +msgid "_Select All" +msgstr "_Tout sélectionner" + # trunk #: ../gramps/gui/grampsgui.py:61 msgid "Your version of gi (gnome-instrospection) seems to be too old. You need a version which has the function 'require_version' to start Gramps" @@ -10043,6 +12328,8 @@ msgstr "" msgid "Family Trees" msgstr "Arbres familiaux" +#. ('gramps-bookmark', _('Bookmarks'), Gdk.ModifierType.CONTROL_MASK, 0, ''), +#. ('gramps-bookmark-delete', _('Delete bookmark'), Gdk.ModifierType.CONTROL_MASK, 0, ''), #: ../gramps/gui/grampsgui.py:149 msgid "_Add bookmark" msgstr "_Ajouter un signet" @@ -10064,19 +12351,19 @@ msgstr "Éditer la date" #: ../gramps/gui/grampsgui.py:154 #: ../gramps/gui/merge/mergeperson.py:202 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:427 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:441 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:430 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:444 #: ../gramps/plugins/quickview/filterbyname.py:98 #: ../gramps/plugins/textreport/tagreport.py:285 #: ../gramps/plugins/view/eventview.py:118 #: ../gramps/plugins/view/view.gpr.py:35 #: ../gramps/plugins/view/view.gpr.py:43 -#: ../gramps/plugins/webreport/narrativeweb.py:1762 -#: ../gramps/plugins/webreport/narrativeweb.py:1821 -#: ../gramps/plugins/webreport/narrativeweb.py:1873 -#: ../gramps/plugins/webreport/narrativeweb.py:3630 -#: ../gramps/plugins/webreport/narrativeweb.py:3818 -#: ../gramps/plugins/webreport/narrativeweb.py:6241 +#: ../gramps/plugins/webreport/narrativeweb.py:1763 +#: ../gramps/plugins/webreport/narrativeweb.py:1822 +#: ../gramps/plugins/webreport/narrativeweb.py:1874 +#: ../gramps/plugins/webreport/narrativeweb.py:3631 +#: ../gramps/plugins/webreport/narrativeweb.py:3819 +#: ../gramps/plugins/webreport/narrativeweb.py:6242 msgid "Events" msgstr "Événements" @@ -10116,13 +12403,13 @@ msgstr "Gramplets" #: ../gramps/gui/grampsgui.py:162 #: ../gramps/gui/grampsgui.py:163 #: ../gramps/gui/grampsgui.py:164 -#: ../gramps/plugins/view/geography.gpr.py:77 -#: ../gramps/plugins/view/geography.gpr.py:94 -#: ../gramps/plugins/view/geography.gpr.py:113 -#: ../gramps/plugins/view/geography.gpr.py:131 -#: ../gramps/plugins/view/geography.gpr.py:149 -#: ../gramps/plugins/view/geography.gpr.py:165 -#: ../gramps/plugins/view/geography.gpr.py:182 +#: ../gramps/plugins/view/geography.gpr.py:80 +#: ../gramps/plugins/view/geography.gpr.py:97 +#: ../gramps/plugins/view/geography.gpr.py:116 +#: ../gramps/plugins/view/geography.gpr.py:134 +#: ../gramps/plugins/view/geography.gpr.py:152 +#: ../gramps/plugins/view/geography.gpr.py:168 +#: ../gramps/plugins/view/geography.gpr.py:185 msgid "Geography" msgstr "Géographie" @@ -10155,26 +12442,28 @@ msgid "Merge" msgstr "Fusion" #: ../gramps/gui/grampsgui.py:172 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:595 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:609 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:623 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:637 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:651 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:665 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:679 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:693 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:598 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:612 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:626 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:640 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:654 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:668 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:682 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:696 #: ../gramps/plugins/quickview/filterbyname.py:113 #: ../gramps/plugins/textreport/indivcomplete.py:270 #: ../gramps/plugins/textreport/tagreport.py:371 #: ../gramps/plugins/view/noteview.py:113 #: ../gramps/plugins/view/view.gpr.py:95 #: ../gramps/plugins/view/view.gpr.py:103 -#: ../gramps/plugins/webreport/narrativeweb.py:382 -#: ../gramps/plugins/webreport/narrativeweb.py:983 -#: ../gramps/plugins/webreport/narrativeweb.py:1565 +#: ../gramps/plugins/webreport/narrativeweb.py:383 +#: ../gramps/plugins/webreport/narrativeweb.py:984 +#: ../gramps/plugins/webreport/narrativeweb.py:1566 msgid "Notes" msgstr "Notes" +#. Go over parents and build their menu +#. don't show rest #: ../gramps/gui/grampsgui.py:173 #: ../gramps/gui/merge/mergeperson.py:217 #: ../gramps/plugins/quickview/all_relations.py:307 @@ -10183,10 +12472,10 @@ msgstr "Notes" #: ../gramps/plugins/view/relview.py:535 #: ../gramps/plugins/view/relview.py:872 #: ../gramps/plugins/view/relview.py:906 -#: ../gramps/plugins/webreport/narrativeweb.py:383 -#: ../gramps/plugins/webreport/narrativeweb.py:2915 -#: ../gramps/plugins/webreport/narrativeweb.py:5235 -#: ../gramps/plugins/webreport/narrativeweb.py:6390 +#: ../gramps/plugins/webreport/narrativeweb.py:384 +#: ../gramps/plugins/webreport/narrativeweb.py:2916 +#: ../gramps/plugins/webreport/narrativeweb.py:5236 +#: ../gramps/plugins/webreport/narrativeweb.py:6391 msgid "Parents" msgstr "Parents " @@ -10203,7 +12492,7 @@ msgstr "Sélectionner les parents" #: ../gramps/plugins/gramplet/gramplet.gpr.py:176 #: ../gramps/plugins/view/pedigreeview.py:522 #: ../gramps/plugins/view/view.gpr.py:125 -#: ../gramps/plugins/webreport/narrativeweb.py:6074 +#: ../gramps/plugins/webreport/narrativeweb.py:6075 msgid "Pedigree" msgstr "Arbre généalogique" @@ -10212,11 +12501,11 @@ msgstr "Arbre généalogique" #: ../gramps/plugins/view/view.gpr.py:205 #: ../gramps/plugins/view/view.gpr.py:213 #: ../gramps/plugins/view/view.gpr.py:229 -#: ../gramps/plugins/webreport/narrativeweb.py:1763 -#: ../gramps/plugins/webreport/narrativeweb.py:1818 -#: ../gramps/plugins/webreport/narrativeweb.py:1874 -#: ../gramps/plugins/webreport/narrativeweb.py:3342 -#: ../gramps/plugins/webreport/narrativeweb.py:3462 +#: ../gramps/plugins/webreport/narrativeweb.py:1764 +#: ../gramps/plugins/webreport/narrativeweb.py:1819 +#: ../gramps/plugins/webreport/narrativeweb.py:1875 +#: ../gramps/plugins/webreport/narrativeweb.py:3343 +#: ../gramps/plugins/webreport/narrativeweb.py:3463 msgid "Places" msgstr "Lieux" @@ -10229,11 +12518,11 @@ msgstr "Rapports" #: ../gramps/plugins/view/repoview.py:128 #: ../gramps/plugins/view/view.gpr.py:236 #: ../gramps/plugins/view/view.gpr.py:244 -#: ../gramps/plugins/webreport/narrativeweb.py:1765 -#: ../gramps/plugins/webreport/narrativeweb.py:1876 -#: ../gramps/plugins/webreport/narrativeweb.py:2724 -#: ../gramps/plugins/webreport/narrativeweb.py:6558 -#: ../gramps/plugins/webreport/narrativeweb.py:6623 +#: ../gramps/plugins/webreport/narrativeweb.py:1766 +#: ../gramps/plugins/webreport/narrativeweb.py:1877 +#: ../gramps/plugins/webreport/narrativeweb.py:2725 +#: ../gramps/plugins/webreport/narrativeweb.py:6559 +#: ../gramps/plugins/webreport/narrativeweb.py:6624 msgid "Repositories" msgstr "Dépôts" @@ -10243,15 +12532,15 @@ msgstr "Dépôts" #: ../gramps/plugins/view/view.gpr.py:251 #: ../gramps/plugins/view/view.gpr.py:259 #: ../gramps/plugins/view/view.gpr.py:290 -#: ../gramps/plugins/webreport/narrativeweb.py:390 -#: ../gramps/plugins/webreport/narrativeweb.py:984 -#: ../gramps/plugins/webreport/narrativeweb.py:1261 -#: ../gramps/plugins/webreport/narrativeweb.py:1566 -#: ../gramps/plugins/webreport/narrativeweb.py:1764 -#: ../gramps/plugins/webreport/narrativeweb.py:1815 -#: ../gramps/plugins/webreport/narrativeweb.py:1875 -#: ../gramps/plugins/webreport/narrativeweb.py:4180 -#: ../gramps/plugins/webreport/narrativeweb.py:4263 +#: ../gramps/plugins/webreport/narrativeweb.py:391 +#: ../gramps/plugins/webreport/narrativeweb.py:985 +#: ../gramps/plugins/webreport/narrativeweb.py:1262 +#: ../gramps/plugins/webreport/narrativeweb.py:1567 +#: ../gramps/plugins/webreport/narrativeweb.py:1765 +#: ../gramps/plugins/webreport/narrativeweb.py:1816 +#: ../gramps/plugins/webreport/narrativeweb.py:1876 +#: ../gramps/plugins/webreport/narrativeweb.py:4181 +#: ../gramps/plugins/webreport/narrativeweb.py:4264 msgid "Sources" msgstr "Sources" @@ -10276,16 +12565,6 @@ msgstr "Liste groupée" msgid "List" msgstr "Liste" -#: ../gramps/gui/grampsgui.py:189 -#: ../gramps/gui/viewmanager.py:485 -#: ../gramps/plugins/tool/changenames.py:195 -#: ../gramps/plugins/tool/extractcity.py:542 -#: ../gramps/plugins/tool/patchnames.py:393 -#: ../gramps/gui/glade/mergedata.glade:169 -#: ../gramps/gui/glade/mergedata.glade:190 -msgid "Select" -msgstr "Sélectionner" - #: ../gramps/gui/grampsgui.py:193 msgid "Zoom In" msgstr "Agrandir" @@ -10304,11 +12583,11 @@ msgstr "Optimisé pour la page" # trunk #: ../gramps/gui/grampsgui.py:197 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:707 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:721 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:735 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:749 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:763 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:710 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:724 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:738 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:752 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:766 #: ../gramps/plugins/view/view.gpr.py:267 #: ../gramps/plugins/view/view.gpr.py:275 msgid "Citations" @@ -10367,15 +12646,15 @@ msgid "" msgstr "" # trunk -#: ../gramps/gui/logger/_errorreportassistant.py:73 +#: ../gramps/gui/logger/_errorreportassistant.py:74 msgid "Error Report Assistant" msgstr "Assistant de rapport d'erreur" -#: ../gramps/gui/logger/_errorreportassistant.py:229 +#: ../gramps/gui/logger/_errorreportassistant.py:230 msgid "Report a bug" msgstr "Rapporter un bogue" -#: ../gramps/gui/logger/_errorreportassistant.py:236 +#: ../gramps/gui/logger/_errorreportassistant.py:237 msgid "" "This is the Bug Reporting Assistant. It will help you to make a bug report to the Gramps developers that will be as detailed as possible.\n" "\n" @@ -10385,80 +12664,80 @@ msgstr "" "\n" "L'assistant vous posera plusieurs questions et va récolter quelques informations sur l'erreur qui a eu lieu et l'environnement d'opération. À la fin de l'assistant vous pourrez envoyer un rapport de bogue au système de suivi de bogue pour Gramps. L'assistant placera le rapport de bogue dans un presse-papiers pour vous permettre de le coller dans votre logiciel de messagerie et revoir exactement quelles informations ont été envoyées." -#: ../gramps/gui/logger/_errorreportassistant.py:253 +#: ../gramps/gui/logger/_errorreportassistant.py:254 msgid "If you can see that there is any personal information included in the error please remove it." msgstr "Si vous voyez une information personnelle dans l'erreur veuillez l'enlever." -#: ../gramps/gui/logger/_errorreportassistant.py:297 -#: ../gramps/gui/logger/_errorreportassistant.py:325 +#: ../gramps/gui/logger/_errorreportassistant.py:298 +#: ../gramps/gui/logger/_errorreportassistant.py:326 msgid "Error Details" msgstr "Détails de l'erreur" -#: ../gramps/gui/logger/_errorreportassistant.py:302 +#: ../gramps/gui/logger/_errorreportassistant.py:303 msgid "This is the detailed Gramps error information, don't worry if you do not understand it. You will have the opportunity to add further detail about the error in the following pages of the assistant." msgstr "C'est l'information d'erreur détaillée de Gramps, ne vous inquiétez pas si vous la comprenez pas. Vous aurez l'opportunité d'ajouter plus de détails sur l'erreur dans les pages suivantes de l'assistant." -#: ../gramps/gui/logger/_errorreportassistant.py:332 +#: ../gramps/gui/logger/_errorreportassistant.py:333 msgid "Please check the information below and correct anything that you know to be wrong or remove anything that you would rather not have included in the bug report." msgstr "Veuillez vérifier l'information suivante et corriger tout ce qui vous semble faux ou que vous n'auriez pas dû inclure dans le rapport de bogue." -#: ../gramps/gui/logger/_errorreportassistant.py:378 -#: ../gramps/gui/logger/_errorreportassistant.py:404 +#: ../gramps/gui/logger/_errorreportassistant.py:379 +#: ../gramps/gui/logger/_errorreportassistant.py:405 msgid "System Information" msgstr "Information système" -#: ../gramps/gui/logger/_errorreportassistant.py:383 +#: ../gramps/gui/logger/_errorreportassistant.py:384 msgid "This is the information about your system that will help the developers to fix the bug." msgstr "C'est l'information sur votre système qui va aider les développeurs à résoudre le bogue." -#: ../gramps/gui/logger/_errorreportassistant.py:411 +#: ../gramps/gui/logger/_errorreportassistant.py:412 msgid "Please provide as much information as you can about what you were doing when the error occured." msgstr "Veuillez décrire (en anglais) de façon détaillée les circonstances qui ont provoquées l'erreur. " -#: ../gramps/gui/logger/_errorreportassistant.py:451 -#: ../gramps/gui/logger/_errorreportassistant.py:476 +#: ../gramps/gui/logger/_errorreportassistant.py:452 +#: ../gramps/gui/logger/_errorreportassistant.py:477 msgid "Further Information" msgstr "Plus d'informations" -#: ../gramps/gui/logger/_errorreportassistant.py:456 +#: ../gramps/gui/logger/_errorreportassistant.py:457 msgid "This is your opportunity to describe what you were doing when the error occured." msgstr "C'est l'opportunité pour décrire ce qu'il se passe quand l'erreur est rencontrée." -#: ../gramps/gui/logger/_errorreportassistant.py:483 +#: ../gramps/gui/logger/_errorreportassistant.py:484 msgid "Please check that the information is correct, do not worry if you don't understand the detail of the error information. Just make sure that it does not contain anything that you do not want to be sent to the developers." msgstr "Veuillez vérifier que l'information est correcte, ne vous inquiétez pas si vous comprenez pas le détail de l'erreur. Seulement soyez sûr qu'elle ne contient rien que vous ne voudriez pas envoyer aux développeurs." -#: ../gramps/gui/logger/_errorreportassistant.py:516 -#: ../gramps/gui/logger/_errorreportassistant.py:543 +#: ../gramps/gui/logger/_errorreportassistant.py:517 +#: ../gramps/gui/logger/_errorreportassistant.py:544 msgid "Bug Report Summary" msgstr "Résumé Rapport de bogue" -#: ../gramps/gui/logger/_errorreportassistant.py:521 +#: ../gramps/gui/logger/_errorreportassistant.py:522 msgid "This is the completed bug report. The next page of the assistant will help you to file a bug on the Gramps bug tracking system website." msgstr "C'est le rapport de bogue complet. La prochaine page de l'assistant vous aidera à envoyer le rapport au site internet du suivi de bogue pour Gramps." -#: ../gramps/gui/logger/_errorreportassistant.py:552 +#: ../gramps/gui/logger/_errorreportassistant.py:553 msgid "Use the two buttons below to first copy the bug report to the clipboard and then open a webbrowser to file a bug report at " msgstr "Utiliser les deux boutons ci-dessous pour copier le rapport de bogue vers le presse-papiers et ouvrir votre navigateur internet pour déposer un rapport de bogue à " -#: ../gramps/gui/logger/_errorreportassistant.py:561 +#: ../gramps/gui/logger/_errorreportassistant.py:562 msgid "Use this button to start a web browser and file a bug report on the Gramps bug tracking system." msgstr "Utiliser ce bouton pour lancer votre navigateur internet et définir un rapport dans le système de suivi de bogue pour Gramps." -#: ../gramps/gui/logger/_errorreportassistant.py:586 +#: ../gramps/gui/logger/_errorreportassistant.py:587 msgid "Use this button to copy the bug report onto the clipboard. Then go to the bug tracking website by using the button below, paste the report and click submit report" msgstr "Utiliser ce bouton pour copier votre rapport de bogue dans le presse-papier. Puis allez sur le site internet de suivi de bogue en utilisant le bouton ci-dessous, collez le rapport et cliquez sur soumettre le rapport." -#: ../gramps/gui/logger/_errorreportassistant.py:625 -#: ../gramps/gui/logger/_errorreportassistant.py:652 +#: ../gramps/gui/logger/_errorreportassistant.py:626 +#: ../gramps/gui/logger/_errorreportassistant.py:653 msgid "Send Bug Report" msgstr "Envoyer un rapport de bogue" -#: ../gramps/gui/logger/_errorreportassistant.py:630 +#: ../gramps/gui/logger/_errorreportassistant.py:631 msgid "This is the final step. Use the buttons on this page to start a web browser and file a bug report on the Gramps bug tracking system." msgstr "C'est l'étape finale. Utilisez les boutons de cette page pour lancer votre navigateur internet et déposer un rapport de bogue dans le système de suivi de bogue pour Gramps." -#: ../gramps/gui/logger/_errorreportassistant.py:659 +#: ../gramps/gui/logger/_errorreportassistant.py:660 msgid "Gramps is an Open Source project. Its success depends on its users. User feedback is important. Thank you for taking the time to submit a bug report." msgstr "Gramps est un projet de logiciel libre. Son succès dépend de ses utilisateurs. Le retour est important. N'hésitez surtout pas à prendre un peu de temps pour soumettre un rapport de bogue." @@ -10573,6 +12852,7 @@ msgstr "Identifiant de la famille" msgid "No parents found" msgstr "Aucun parent" +#. Go over spouses and build their menu #: ../gramps/gui/merge/mergeperson.py:228 #: ../gramps/plugins/textreport/kinshipreport.py:126 #: ../gramps/plugins/view/pedigreeview.py:1652 @@ -10595,7 +12875,7 @@ msgstr "Aucun conjoint ni d'enfant trouvé" #: ../gramps/gui/merge/mergeperson.py:256 #: ../gramps/plugins/textreport/indivcomplete.py:392 -#: ../gramps/plugins/webreport/narrativeweb.py:1370 +#: ../gramps/plugins/webreport/narrativeweb.py:1371 msgid "Addresses" msgstr "Adresses" @@ -10626,11 +12906,6 @@ msgstr "_Appliquer" msgid "Report Selection" msgstr "Sélection d'un rapport" -#: ../gramps/gui/plug/_dialogs.py:280 -#: ../gramps/gui/glade/plugins.glade:136 -msgid "Select a report from those available on the left." -msgstr "Choisir un rapport parmi ceux disponibles à gauche." - #: ../gramps/gui/plug/_dialogs.py:281 msgid "_Generate" msgstr "_Générer" @@ -10648,7 +12923,7 @@ msgid "Select a tool from those available on the left." msgstr "Choisir un outil parmi ceux disponibles à gauche." #: ../gramps/gui/plug/_dialogs.py:312 -#: ../gramps/plugins/tool/verify.glade:380 +#: ../gramps/plugins/tool/verify.glade.h:25 msgid "_Run" msgstr "Exécute_r" @@ -10666,6 +12941,15 @@ msgid "Count" msgstr "Nombre" # Substantif (GNOME fr) +#. 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:119 msgid "Finding Surnames" msgstr "Recherche des noms de famille" @@ -10688,12 +12972,12 @@ msgid "Select a different family" msgstr "Sélectionner une famille différente" #: ../gramps/gui/plug/_guioptions.py:845 -#: ../gramps/gui/plug/report/_bookdialog.py:176 +#: ../gramps/gui/plug/report/_bookdialog.py:177 msgid "unknown father" msgstr "père inconnu" #: ../gramps/gui/plug/_guioptions.py:851 -#: ../gramps/gui/plug/report/_bookdialog.py:182 +#: ../gramps/gui/plug/report/_bookdialog.py:183 msgid "unknown mother" msgstr "mère inconnue" @@ -10751,11 +13035,13 @@ msgstr "Gestionnaire de greffons" msgid "Info" msgstr "Info" +#. id_col #: ../gramps/gui/plug/_windows.py:137 #: ../gramps/gui/plug/_windows.py:192 msgid "Hide/Unhide" msgstr "Cacher/Afficher" +#. id_col #: ../gramps/gui/plug/_windows.py:145 #: ../gramps/gui/plug/_windows.py:201 msgid "Load" @@ -10782,6 +13068,7 @@ msgstr "Message" msgid "Loaded Plugins" msgstr "Greffons chargés" +#. self.addon_list.connect('button-press-event', self.button_press) #: ../gramps/gui/plug/_windows.py:227 msgid "Addon Name" msgstr "Nom du greffon ajouté" @@ -10805,6 +13092,8 @@ msgstr "Tout installer" msgid "Refresh Addon List" msgstr "Actualiser la liste" +#. Only show the "Reload" button when in debug mode +#. (without -O on the command line) #: ../gramps/gui/plug/_windows.py:281 msgid "Reload" msgstr "Recharger" @@ -10857,7 +13146,7 @@ msgid "Fail" msgstr "Échec" #: ../gramps/gui/plug/_windows.py:499 -#: ../gramps/gui/widgets/grampletbar.py:523 +#: ../gramps/gui/widgets/grampletbar.py:529 msgid "OK" msgstr "OK" @@ -10873,6 +13162,7 @@ msgstr "Version" msgid "Authors" msgstr "Auteurs" +#. Save Frame #: ../gramps/gui/plug/_windows.py:608 #: ../gramps/gui/plug/report/_reportdialog.py:462 msgid "Filename" @@ -10891,6 +13181,7 @@ msgstr "Erreur de greffon" msgid "Main window" msgstr "Fenêtre principale" +#. set up ManagedWindow #: ../gramps/gui/plug/export/_exportassistant.py:120 msgid "Export Assistant" msgstr "Assistant d'exportation" @@ -10913,20 +13204,20 @@ msgstr "Options d'exportation" msgid "Select save file" msgstr "Le nom du fichier à enregistrer" -#: ../gramps/gui/plug/export/_exportassistant.py:346 +#: ../gramps/gui/plug/export/_exportassistant.py:351 #: ../gramps/plugins/tool/mediamanager.py:107 msgid "Final confirmation" msgstr "Confirmation finale" -#: ../gramps/gui/plug/export/_exportassistant.py:362 +#: ../gramps/gui/plug/export/_exportassistant.py:367 msgid "Please wait while your data is selected and exported" msgstr "Veuillez patienter pendant la sélection et l'exportation des données" -#: ../gramps/gui/plug/export/_exportassistant.py:374 +#: ../gramps/gui/plug/export/_exportassistant.py:379 msgid "Summary" msgstr "Résumé" -#: ../gramps/gui/plug/export/_exportassistant.py:441 +#: ../gramps/gui/plug/export/_exportassistant.py:446 #, python-format msgid "" "The data will be exported as follows:\n" @@ -10942,7 +13233,7 @@ msgstr "" "Cliquez sur Appliquer pour poursuivre, Précédent pour revoir vos options, ou Annuler pour abandonner." # trunk -#: ../gramps/gui/plug/export/_exportassistant.py:454 +#: ../gramps/gui/plug/export/_exportassistant.py:459 #, python-format msgid "" "The data will be saved as follows:\n" @@ -10961,7 +13252,7 @@ msgstr "" "\n" "Cliquez sur Appliquer pour poursuivre, Précédent pour revoir vos options, ou Annuler pour abandonner." -#: ../gramps/gui/plug/export/_exportassistant.py:464 +#: ../gramps/gui/plug/export/_exportassistant.py:469 msgid "" "The selected file and folder to save to cannot be created or found.\n" "\n" @@ -10971,11 +13262,11 @@ msgstr "" "\n" "Cliquez sur Précédent et sélectionnez un nom de fichier valide." -#: ../gramps/gui/plug/export/_exportassistant.py:490 +#: ../gramps/gui/plug/export/_exportassistant.py:495 msgid "Your data has been saved" msgstr "Vos données ont été enregistrées" -#: ../gramps/gui/plug/export/_exportassistant.py:492 +#: ../gramps/gui/plug/export/_exportassistant.py:497 msgid "" "The copy of your data has been successfully saved. You may press Close button now to continue.\n" "\n" @@ -10985,17 +13276,18 @@ msgstr "" "\n" "Note : la base de données actuellement ouverte dans Gramps n'est PAS le fichier que vous venez d'enregistrer. Vos prochaines modifications ne seront donc pas présentes dans la copie que vous venez d'effectuer. " -#: ../gramps/gui/plug/export/_exportassistant.py:500 +#. add test, what is dir +#: ../gramps/gui/plug/export/_exportassistant.py:505 #, python-format msgid "Filename: %s" msgstr "Nom du fichier : %s" # Substantif (GNOME fr) -#: ../gramps/gui/plug/export/_exportassistant.py:502 +#: ../gramps/gui/plug/export/_exportassistant.py:507 msgid "Saving failed" msgstr "Échec de l'enregistrement" -#: ../gramps/gui/plug/export/_exportassistant.py:504 +#: ../gramps/gui/plug/export/_exportassistant.py:509 msgid "" "There was an error while saving your data. You may try starting the export again.\n" "\n" @@ -11005,7 +13297,7 @@ msgstr "" "\n" "Note : la base de données actuellement ouverte n'a pas de problème ; ce n'est que la copie que vous avez essayé de faire qui n'a pas été enregistrée." -#: ../gramps/gui/plug/export/_exportassistant.py:525 +#: ../gramps/gui/plug/export/_exportassistant.py:530 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" "\n" @@ -11019,6 +13311,10 @@ msgstr "" "\n" "Si vous changez d'avis au cours de ce processus, cliquez sur le bouton Annuler ; votre base de données actuelle restera inchangée." +#: ../gramps/gui/plug/export/_exportassistant.py:600 +msgid "Error exporting your family tree" +msgstr "Erreur lors de l'exportation de votre arbre familial" + # Substantif (GNOME fr) #: ../gramps/gui/plug/export/_exportoptions.py:57 msgid "Selecting Preview Data" @@ -11075,6 +13371,7 @@ msgstr "Filtre sur la _note " msgid "Click to see preview after note filter" msgstr "Cliquez pour voir l'aperçu après le filtrage des notes" +#. Frame 3: #: ../gramps/gui/plug/export/_exportoptions.py:293 msgid "Privacy Filter" msgstr "Filtre privé " @@ -11083,6 +13380,7 @@ msgstr "Filtre privé " msgid "Click to see preview after privacy filter" msgstr "Cliquez pour voir l'aperçu après le filtrage des enregistrements privés" +#. Frame 4: #: ../gramps/gui/plug/export/_exportoptions.py:302 msgid "Living Filter" msgstr "Filtre vivant " @@ -11188,63 +13486,63 @@ msgstr "Rapport express" msgid "See data not in Filter" msgstr "Voir les données hors filtre" -#: ../gramps/gui/plug/report/_bookdialog.py:184 +#: ../gramps/gui/plug/report/_bookdialog.py:185 #, python-format msgid "%(father)s and %(mother)s (%(id)s)" msgstr "%(father)s et %(mother)s (%(id)s)" -#: ../gramps/gui/plug/report/_bookdialog.py:220 +#: ../gramps/gui/plug/report/_bookdialog.py:221 msgid "Available Books" msgstr "Livres disponibles" -#: ../gramps/gui/plug/report/_bookdialog.py:288 +#: ../gramps/gui/plug/report/_bookdialog.py:289 msgid "Discard Unsaved Changes" msgstr "Ignorer les modifications non-enregistrées" -#: ../gramps/gui/plug/report/_bookdialog.py:289 +#: ../gramps/gui/plug/report/_bookdialog.py:290 msgid "You have made changes which have not been saved." msgstr "Vous avez fait des changements qui n'ont pas été sauvegardés." -#: ../gramps/gui/plug/report/_bookdialog.py:290 -#: ../gramps/gui/plug/report/_bookdialog.py:689 +#: ../gramps/gui/plug/report/_bookdialog.py:291 +#: ../gramps/gui/plug/report/_bookdialog.py:690 msgid "Proceed" msgstr "Procéder" # trunk -#: ../gramps/gui/plug/report/_bookdialog.py:319 +#: ../gramps/gui/plug/report/_bookdialog.py:320 msgid "Name of the book. MANDATORY" msgstr "Nom du livre. OBLIGATOIRE" -#: ../gramps/gui/plug/report/_bookdialog.py:379 +#: ../gramps/gui/plug/report/_bookdialog.py:380 msgid "New Book" msgstr "Nouveau livre" -#: ../gramps/gui/plug/report/_bookdialog.py:382 +#: ../gramps/gui/plug/report/_bookdialog.py:383 msgid "_Available items" msgstr "_Articles disponibles" -#: ../gramps/gui/plug/report/_bookdialog.py:386 +#: ../gramps/gui/plug/report/_bookdialog.py:387 msgid "Current _book" msgstr "_Livre actuel" -#: ../gramps/gui/plug/report/_bookdialog.py:394 +#: ../gramps/gui/plug/report/_bookdialog.py:395 #: ../gramps/plugins/drawreport/statisticschart.py:300 msgid "Item name" msgstr "Nom de l'article" -#: ../gramps/gui/plug/report/_bookdialog.py:397 +#: ../gramps/gui/plug/report/_bookdialog.py:398 msgid "Subject" msgstr "Sujet" -#: ../gramps/gui/plug/report/_bookdialog.py:409 +#: ../gramps/gui/plug/report/_bookdialog.py:410 msgid "Book selection list" msgstr "Liste de sélection du livre" -#: ../gramps/gui/plug/report/_bookdialog.py:449 +#: ../gramps/gui/plug/report/_bookdialog.py:450 msgid "Different database" msgstr "Les bases de données sont différentes" -#: ../gramps/gui/plug/report/_bookdialog.py:450 +#: ../gramps/gui/plug/report/_bookdialog.py:451 #, python-format msgid "" "This book was created with the references to database %s.\n" @@ -11260,42 +13558,42 @@ msgstr "" "De ce fait, cet individu est devenu pour chaque article l'individu principal de la base en cours." # trunk -#: ../gramps/gui/plug/report/_bookdialog.py:551 +#: ../gramps/gui/plug/report/_bookdialog.py:552 msgid "No selected book item" msgstr "Aucun article du livre sélectionné" # trunk -#: ../gramps/gui/plug/report/_bookdialog.py:552 +#: ../gramps/gui/plug/report/_bookdialog.py:553 msgid "Please select a book item to configure." msgstr "Sélectionnez un article du livre pour le configurer." -#: ../gramps/gui/plug/report/_bookdialog.py:615 +#: ../gramps/gui/plug/report/_bookdialog.py:616 msgid "Setup" msgstr "Configuration" -#: ../gramps/gui/plug/report/_bookdialog.py:625 +#: ../gramps/gui/plug/report/_bookdialog.py:626 msgid "Book Menu" msgstr "Menu du livre" -#: ../gramps/gui/plug/report/_bookdialog.py:648 +#: ../gramps/gui/plug/report/_bookdialog.py:649 msgid "Available Items Menu" msgstr "Menu des articles disponibles" # trunk -#: ../gramps/gui/plug/report/_bookdialog.py:666 +#: ../gramps/gui/plug/report/_bookdialog.py:667 msgid "No items" msgstr "Aucun article" # trunk -#: ../gramps/gui/plug/report/_bookdialog.py:666 +#: ../gramps/gui/plug/report/_bookdialog.py:667 msgid "This book has no items." msgstr "Ce livre n'a aucun article." -#: ../gramps/gui/plug/report/_bookdialog.py:677 +#: ../gramps/gui/plug/report/_bookdialog.py:678 msgid "No book name" msgstr "Pas de nom de livre" -#: ../gramps/gui/plug/report/_bookdialog.py:678 +#: ../gramps/gui/plug/report/_bookdialog.py:679 msgid "" "You are about to save away a book with no name.\n" "\n" @@ -11305,15 +13603,15 @@ msgstr "" "\n" "S'il vous plaît, pensez à utiliser un nom malgré tout." -#: ../gramps/gui/plug/report/_bookdialog.py:685 +#: ../gramps/gui/plug/report/_bookdialog.py:686 msgid "Book name already exists" msgstr "Le nom du livre existe déjà" -#: ../gramps/gui/plug/report/_bookdialog.py:686 +#: ../gramps/gui/plug/report/_bookdialog.py:687 msgid "You are about to save away a book with a name which already exists." msgstr "Vous êtes en train d'enregistrer un livre avec un nom existant." -#: ../gramps/gui/plug/report/_bookdialog.py:882 +#: ../gramps/gui/plug/report/_bookdialog.py:883 msgid "Gramps Book" msgstr "Livre Gramps" @@ -11350,22 +13648,6 @@ msgstr "0. Portrait" msgid "Landscape" msgstr "1. Paysage" -#: ../gramps/gui/plug/report/_papermenu.py:206 -#: ../gramps/gui/glade/papermenu.glade:131 -#: ../gramps/gui/glade/papermenu.glade:148 -#: ../gramps/gui/glade/papermenu.glade:295 -#: ../gramps/gui/glade/papermenu.glade:310 -#: ../gramps/gui/glade/papermenu.glade:327 -#: ../gramps/gui/glade/papermenu.glade:402 -#: ../gramps/gui/glade/styleeditor.glade:731 -#: ../gramps/gui/glade/styleeditor.glade:748 -#: ../gramps/gui/glade/styleeditor.glade:765 -#: ../gramps/gui/glade/styleeditor.glade:877 -#: ../gramps/gui/glade/styleeditor.glade:894 -#: ../gramps/gui/glade/styleeditor.glade:1114 -msgid "cm" -msgstr "cm" - #: ../gramps/gui/plug/report/_papermenu.py:210 msgid "inch|in." msgstr "in." @@ -11374,11 +13656,16 @@ msgstr "in." msgid "Configuration" msgstr "Configuration" +#. Styles Frame #: ../gramps/gui/plug/report/_reportdialog.py:313 #: ../gramps/gui/plug/report/_styleeditor.py:102 msgid "Style" msgstr "Style " +#. ############################### +#. Report Options +#. ######################### +#. ############################### #: ../gramps/gui/plug/report/_reportdialog.py:356 #: ../gramps/plugins/drawreport/calendarreport.py:415 #: ../gramps/plugins/drawreport/fanchart.py:639 @@ -11399,11 +13686,12 @@ msgstr "Style " #: ../gramps/plugins/textreport/recordsreport.py:134 #: ../gramps/plugins/textreport/simplebooktitle.py:130 #: ../gramps/plugins/textreport/tagreport.py:528 -#: ../gramps/plugins/webreport/narrativeweb.py:7975 -#: ../gramps/plugins/webreport/webcal.py:1320 +#: ../gramps/plugins/webreport/narrativeweb.py:7976 +#: ../gramps/plugins/webreport/webcal.py:1321 msgid "Report Options" msgstr "Options du rapport" +#. need any labels at top: #: ../gramps/gui/plug/report/_reportdialog.py:447 msgid "Document Options" msgstr "Options du document" @@ -11469,6 +13757,7 @@ msgstr "Le rapport n'a pas pu être créé" #: ../gramps/gui/plug/report/_stylecombobox.py:70 #: ../gramps/gui/plug/report/_stylecombobox.py:89 +#: ../gramps/plugins/importer/importgedcom.glade.h:17 msgid "default" msgstr "défaut" @@ -11484,11 +13773,6 @@ msgstr "Erreur d'enregistrement de la feuille de style" msgid "Style editor" msgstr "Éditeur de style" -#: ../gramps/gui/plug/report/_styleeditor.py:212 -#: ../gramps/gui/glade/styleeditor.glade:381 -msgid "point size|pt" -msgstr "pt" - #: ../gramps/gui/plug/report/_styleeditor.py:214 msgid "Paragraph" msgstr "Paragraphe" @@ -11558,20 +13842,6 @@ msgstr "Sélectionner la famille" msgid "Select Note" msgstr "Sélectionner la note" -#: ../gramps/gui/selectors/selectnote.py:70 -#: ../gramps/plugins/lib/libpersonview.py:104 -#: ../gramps/plugins/tool/notrelated.py:128 -#: ../gramps/plugins/view/familyview.py:87 -#: ../gramps/plugins/view/mediaview.py:110 -#: ../gramps/plugins/view/noteview.py:85 -#: ../gramps/gui/glade/editfamily.glade:805 -#: ../gramps/gui/glade/editmedia.glade:436 -#: ../gramps/gui/glade/editmediaref.glade:870 -#: ../gramps/gui/glade/editnote.glade:309 -#: ../gramps/gui/glade/editperson.glade:784 -msgid "Tags" -msgstr "Étiquettes" - #: ../gramps/gui/selectors/selectobject.py:62 msgid "Select Media Object" msgstr "Sélectionner un objet medium" @@ -11597,19 +13867,24 @@ msgid "Select Source" msgstr "Sélectionner la source" #: ../gramps/gui/spell.py:74 -msgid "Spelling checker is not installed" -msgstr "Le vérificateur orthographique n'est pas installé" +msgid "" +"GtkSpell not loaded. Spell checking will not be available.\n" +"To build it for Gramps see http://www.gramps-project.org/wiki/index.php?title=GEPS_029:_GTK3-GObject_introspection_Conversion#Spell_Check_Install" +msgstr "" -#: ../gramps/gui/spell.py:92 +#: ../gramps/gui/spell.py:96 msgid "Off" msgstr "Désactivé" -#: ../gramps/gui/spell.py:95 +#: ../gramps/gui/spell.py:99 msgid "On" msgstr "Activé" # trunk -#: ../gramps/gui/spell.py:128 +#. attaching the spellchecker will fail if +#. the language does not exist +#. and presumably if there is no dictionary +#: ../gramps/gui/spell.py:132 msgid "Spelling checker could not be attached to TextView" msgstr "Le vérificateur orthographique ne peut pas être associé à TextView" @@ -11635,6 +13910,12 @@ msgstr "" "\n" "%s" +#. self.tree.append_column( +#. Gtk.TreeViewColumn(_('Original time'), self.renderer, +#. text=0, foreground=2, background=3)) +#. self.tree.append_column( +#. Gtk.TreeViewColumn(_('Action'), self.renderer, +#. text=1, foreground=2, background=3)) #: ../gramps/gui/undohistory.py:104 msgid "Original time" msgstr "Temps originel" @@ -11664,17 +13945,17 @@ msgid "History cleared" msgstr "Historique effacé" # Substantif (GNOME fr) -#: ../gramps/gui/utils.py:214 +#: ../gramps/gui/utils.py:221 msgid "Canceling..." msgstr "Annulation..." -#: ../gramps/gui/utils.py:294 +#: ../gramps/gui/utils.py:301 msgid "Please do not force closing this important dialog." msgstr "Veuillez ne pas fermer cette fenêtre." # Substantif (GNOME fr) -#: ../gramps/gui/utils.py:365 #: ../gramps/gui/utils.py:372 +#: ../gramps/gui/utils.py:379 msgid "Error Opening File" msgstr "Erreur à l'ouverture du fichier" @@ -11682,11 +13963,6 @@ msgstr "Erreur à l'ouverture du fichier" msgid "Updated" msgstr "Mis à jour" -#: ../gramps/gui/viewmanager.py:435 -#: ../gramps/gui/glade/editlink.glade:227 -msgid "New" -msgstr "Nouveau" - # trunk # Substantif (GNOME fr) #: ../gramps/gui/viewmanager.py:447 @@ -11698,6 +13974,8 @@ msgstr "La vérification des greffons a échouée" msgid "The addon repository appears to be unavailable. Please try again later." msgstr "Le dépôt des greffons semble inaccessible. Essayez un peu plus tard." +#. List of translated strings used here +#. Dead code for l10n #: ../gramps/gui/viewmanager.py:456 msgid "new" msgstr "nouveau" @@ -11937,6 +14215,7 @@ msgid "Key %s is not bound" msgstr "La clé %s n'est pas définie" # Substantif (GNOME fr) +#. load plugins #: ../gramps/gui/viewmanager.py:987 msgid "Loading plugins..." msgstr "Chargement des greffons..." @@ -11947,6 +14226,7 @@ msgid "Ready" msgstr "Prêt" # Substantif (GNOME fr) +#. registering plugins #: ../gramps/gui/viewmanager.py:1002 msgid "Registering plugins..." msgstr "Enregistrement des greffons..." @@ -11997,7 +14277,7 @@ msgid "Gramps XML Backup" msgstr "Sauvegarde Gramps XML" #: ../gramps/gui/viewmanager.py:1524 -#: ../gramps/plugins/importer/importgedcom.glade:281 +#: ../gramps/plugins/importer/importgedcom.glade.h:11 msgid "File:" msgstr "Fichier :" @@ -12005,14 +14285,17 @@ msgstr "Fichier :" msgid "Media:" msgstr "Media :" +#. ################# +#. What to include +#. ######################### #: ../gramps/gui/viewmanager.py:1561 -#: ../gramps/plugins/drawreport/ancestortree.py:1022 -#: ../gramps/plugins/drawreport/descendtree.py:1613 +#: ../gramps/plugins/drawreport/ancestortree.py:1026 +#: ../gramps/plugins/drawreport/descendtree.py:1616 #: ../gramps/plugins/textreport/detancestralreport.py:800 #: ../gramps/plugins/textreport/detdescendantreport.py:974 #: ../gramps/plugins/textreport/detdescendantreport.py:975 #: ../gramps/plugins/textreport/familygroup.py:652 -#: ../gramps/plugins/webreport/narrativeweb.py:8182 +#: ../gramps/plugins/webreport/narrativeweb.py:8183 msgid "Include" msgstr "Inclure" @@ -12022,7 +14305,7 @@ msgid "Megabyte|MB" msgstr "Mo" #: ../gramps/gui/viewmanager.py:1563 -#: ../gramps/plugins/webreport/narrativeweb.py:8176 +#: ../gramps/plugins/webreport/narrativeweb.py:8177 msgid "Exclude" msgstr "Exclure" @@ -12195,13 +14478,6 @@ msgstr "Colonne cliquée, triage..." msgid "Export View as Spreadsheet" msgstr "Exporter l'affichage comme tableur" -# une note -#: ../gramps/gui/views/listview.py:985 -#: ../gramps/gui/glade/mergenote.glade:296 -#: ../gramps/gui/glade/mergenote.glade:315 -msgid "Format:" -msgstr "Format :" - #: ../gramps/gui/views/listview.py:990 msgid "CSV" msgstr "CSV" @@ -12235,7 +14511,7 @@ msgid "%(title)s..." msgstr "%(title)s..." #: ../gramps/gui/views/navigationview.py:292 -#: ../gramps/plugins/view/htmlrenderer.py:508 +#: ../gramps/plugins/view/htmlrenderer.py:505 msgid "_Forward" msgstr "_Suivant" @@ -12244,7 +14520,7 @@ msgid "Go to the next object in the history" msgstr "Aller à l'objet suivant dans l'historique" #: ../gramps/gui/views/navigationview.py:300 -#: ../gramps/plugins/view/htmlrenderer.py:500 +#: ../gramps/plugins/view/htmlrenderer.py:497 msgid "_Back" msgstr "_Précédent" @@ -12307,6 +14583,7 @@ msgstr "%(cat)s - %(view)s" msgid "Configure %s View" msgstr "Configurer la vue %s" +#. top widget at the top #: ../gramps/gui/views/pageview.py:639 #, python-format msgid "View %(name)s: %(msg)s" @@ -12420,23 +14697,23 @@ msgid "" msgstr "" # Substantif (GNOME fr) -#: ../gramps/gui/views/treemodels/treebasemodel.py:517 -#: ../gramps/gui/views/treemodels/treebasemodel.py:560 +#: ../gramps/gui/views/treemodels/treebasemodel.py:518 +#: ../gramps/gui/views/treemodels/treebasemodel.py:561 msgid "Building View" msgstr "Construction de la vue" # Substantif (GNOME fr) # trunk -#: ../gramps/gui/views/treemodels/treebasemodel.py:563 +#: ../gramps/gui/views/treemodels/treebasemodel.py:564 msgid "Obtaining all rows" msgstr "Obtention de toutes les lignes" # Substantif (GNOME fr) -#: ../gramps/gui/views/treemodels/treebasemodel.py:582 +#: ../gramps/gui/views/treemodels/treebasemodel.py:583 msgid "Applying filter" msgstr "Application du filtre" -#: ../gramps/gui/views/treemodels/treebasemodel.py:591 +#: ../gramps/gui/views/treemodels/treebasemodel.py:592 msgid "Constructing column data" msgstr "Construction des données sur la colonne" @@ -12456,49 +14733,51 @@ msgstr "Élargir la section" msgid "Collapse this section" msgstr "Compresser la section" -#: ../gramps/gui/widgets/grampletbar.py:180 +#: ../gramps/gui/widgets/grampletbar.py:189 #: ../gramps/gui/widgets/grampletpane.py:1167 msgid "Unnamed Gramplet" msgstr "Gramplet sans nom" # trunk -#: ../gramps/gui/widgets/grampletbar.py:336 +#: ../gramps/gui/widgets/grampletbar.py:342 msgid "Gramplet Bar" msgstr "Barre Gramplet" # trunk -#: ../gramps/gui/widgets/grampletbar.py:338 +#: ../gramps/gui/widgets/grampletbar.py:344 msgid "Select the down arrow on the right corner for adding, removing or restoring gramplets." msgstr "Sélectionnez la flèche vers le bas dans le coin en haut à droite pour ajouter, enlever ou restaurer des gramplets." -#: ../gramps/gui/widgets/grampletbar.py:462 +#: ../gramps/gui/widgets/grampletbar.py:468 #: ../gramps/plugins/view/dashboardview.py:96 msgid "Add a gramplet" msgstr "Ajouter un gramplet" -#: ../gramps/gui/widgets/grampletbar.py:472 +#: ../gramps/gui/widgets/grampletbar.py:478 msgid "Remove a gramplet" msgstr "Enlever un gramplet" # trunk -#: ../gramps/gui/widgets/grampletbar.py:482 +#: ../gramps/gui/widgets/grampletbar.py:488 msgid "Restore default gramplets" msgstr "Rétablir les gramplets par défaut" # trunk -#: ../gramps/gui/widgets/grampletbar.py:520 +#: ../gramps/gui/widgets/grampletbar.py:526 msgid "Restore to defaults?" msgstr "Rétablir les défauts ?" # trunk -#: ../gramps/gui/widgets/grampletbar.py:521 +#: ../gramps/gui/widgets/grampletbar.py:527 msgid "The gramplet bar will be restored to contain its default gramplets. This action cannot be undone." msgstr "La barre Gramplet sera restaurée pour contenir les gramplets par défaut. Cette action ne pourra pas être annulée." +#. default tooltip #: ../gramps/gui/widgets/grampletpane.py:789 msgid "Drag Properties Button to move and click it for setup" msgstr "Glissez le bouton propriétés pour déplacer et cliquez dessus pour l'utiliser." +#. build the GUI: #: ../gramps/gui/widgets/grampletpane.py:985 msgid "Right click to add gramplets" msgstr "Un clic droit pour ajouter des gramplets" @@ -12551,11 +14830,6 @@ msgstr "Date non-valide" msgid "Date more than one year in the future" msgstr "Date futuriste de plus d'un an" -#: ../gramps/gui/widgets/monitoredwidgets.py:838 -#: ../gramps/gui/glade/editfamily.glade:798 -msgid "Edit the tag list" -msgstr "Éditer la liste d'étiquette" - #: ../gramps/gui/widgets/photo.py:56 msgid "Double-click on the picture to view it in the default image viewer application." msgstr "Double-cliquez sur une image pour la voir dans votre lecteur d'image." @@ -12573,6 +14847,7 @@ msgstr "Réorganiser les relations" msgid "Reorder Relationships: %s" msgstr "Réorganiser les relations : %s" +#. spell checker submenu #: ../gramps/gui/widgets/styledtexteditor.py:381 msgid "Spellcheck" msgstr "Orthographe" @@ -12642,12 +14917,14 @@ msgstr "« %s » n'est pas une valeur valide pour ce champ" msgid "This field is mandatory" msgstr "Ce champ est obligatoire" +#. used on AgeOnDateGramplet #: ../gramps/gui/widgets/validatedmaskedentry.py:1407 #, python-format msgid "'%s' is not a valid date value" msgstr "« %s » n'est pas une date valide" # trunk +#. internal name: don't translate #: ../gramps/plugins/docgen/asciidoc.py:444 msgid "Characters per line" msgstr "Caractères par ligne" @@ -12729,46 +15006,96 @@ msgstr "Document SVG" msgid "Generates documents in Scalable Vector Graphics format (.svg)." msgstr "Génère des documents au format Scalable Vector Graphics (.svg)." +#: ../gramps/plugins/docgen/gtkprint.glade.h:1 +msgid "Closes print preview window" +msgstr "Ferme la fenêtre de l'aperçu avant impression" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:2 +msgid "Print Preview" +msgstr "Aperçu avant impression" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:3 +msgid "Prints the current file" +msgstr "Imprime le fichier actuel" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:4 +msgid "Shows previous page" +msgstr "Affiche la page précédente" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:5 +msgid "Shows the first page" +msgstr "Affiche la première page" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:6 +msgid "Shows the last page" +msgstr "Affiche la dernière page" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:7 +msgid "Shows the next page" +msgstr "Affiche la page suivante" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:8 +msgid "Zooms the page in" +msgstr "Zoom avant" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:9 +msgid "Zooms the page out" +msgstr "Zoom arrière" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:10 +msgid "Zooms to fit the page width" +msgstr "Adapter la page à la largeur" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:11 +msgid "Zooms to fit the whole page" +msgstr "Adapter la page à l'écran" + # Page 1 sur 10 #: ../gramps/plugins/docgen/gtkprint.py:484 #, python-format msgid "of %d" msgstr "sur %d" -#: ../gramps/plugins/docgen/htmldoc.py:275 -#: ../gramps/plugins/webreport/narrativeweb.py:7928 -#: ../gramps/plugins/webreport/webcal.py:245 -msgid "Possible destination error" -msgstr "Possible erreur de destination" - #: ../gramps/plugins/docgen/htmldoc.py:276 #: ../gramps/plugins/webreport/narrativeweb.py:7929 #: ../gramps/plugins/webreport/webcal.py:246 +msgid "Possible destination error" +msgstr "Possible erreur de destination" + +#: ../gramps/plugins/docgen/htmldoc.py:277 +#: ../gramps/plugins/webreport/narrativeweb.py:7930 +#: ../gramps/plugins/webreport/webcal.py:247 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 that you consider using a different directory to store your generated web pages." msgstr "Il semble que le répertoire cible est le répertoire de stockage des données. Cela peut générer des problèmes dans la gestion de fichier. Il est recommandé d'utiliser un répertoire différent pour stocker les pages internet générées." -#: ../gramps/plugins/docgen/htmldoc.py:555 +#: ../gramps/plugins/docgen/htmldoc.py:556 #, python-format msgid "Could not create jpeg version of image %(name)s" msgstr "Impossible de créer une version jpeg de l'image %(name)s" -#: ../gramps/plugins/docgen/odfdoc.py:1229 +#: ../gramps/plugins/docgen/odfdoc.py:1230 #, python-format msgid "Could not open %s" msgstr "Impossible d'ouvrir %s" # trunk -#: ../gramps/plugins/docgen/odfdoc.py:1633 +#: ../gramps/plugins/docgen/odfdoc.py:1634 #: ../gramps/plugins/docgen/pdfdoc.py:228 msgid "Contents" msgstr "Contenus" # trunk -#: ../gramps/plugins/docgen/odfdoc.py:1672 +#: ../gramps/plugins/docgen/odfdoc.py:1673 #: ../gramps/plugins/docgen/pdfdoc.py:261 msgid "Index" msgstr "Index" +#. cm2pt = ReportUtils.cm2pt +#. ------------------------------------------------------------------------ +#. +#. Constants +#. +#. ------------------------------------------------------------------------ #: ../gramps/plugins/drawreport/ancestortree.py:74 #: ../gramps/plugins/drawreport/descendtree.py:61 #: ../gramps/plugins/view/pedigreeview.py:89 @@ -12787,37 +15114,40 @@ msgid "short for married|m." msgstr "m." # trunk -#: ../gramps/plugins/drawreport/ancestortree.py:139 +#. we want no text, but need a text for the TOC in a book! +#: ../gramps/plugins/drawreport/ancestortree.py:141 msgid "Ancestor Graph" msgstr "Arbre des ascendants" -#: ../gramps/plugins/drawreport/ancestortree.py:153 +#. feature request 2356: avoid genitive form +#: ../gramps/plugins/drawreport/ancestortree.py:156 #, python-format msgid "Ancestor Graph for %s" msgstr "Arbre des ascendants de %s" -#: ../gramps/plugins/drawreport/ancestortree.py:706 -#: ../gramps/plugins/drawreport/ancestortree.py:795 +#: ../gramps/plugins/drawreport/ancestortree.py:710 +#: ../gramps/plugins/drawreport/ancestortree.py:799 #: ../gramps/plugins/drawreport/drawplugins.gpr.py:48 msgid "Ancestor Tree" msgstr "Arbre des ascendants" # Substantif (GNOME fr) -#: ../gramps/plugins/drawreport/ancestortree.py:707 +#: ../gramps/plugins/drawreport/ancestortree.py:711 msgid "Making the Tree..." msgstr "Création de l'arbre..." # Substantif (GNOME fr) -#: ../gramps/plugins/drawreport/ancestortree.py:796 +#: ../gramps/plugins/drawreport/ancestortree.py:800 msgid "Printing the Tree..." msgstr "Impression de l'arbre..." -#: ../gramps/plugins/drawreport/ancestortree.py:890 -#: ../gramps/plugins/drawreport/descendtree.py:1474 +#. ################# +#: ../gramps/plugins/drawreport/ancestortree.py:894 +#: ../gramps/plugins/drawreport/descendtree.py:1477 msgid "Tree Options" msgstr "Options de l'arbre" -#: ../gramps/plugins/drawreport/ancestortree.py:892 +#: ../gramps/plugins/drawreport/ancestortree.py:896 #: ../gramps/plugins/drawreport/calendarreport.py:426 #: ../gramps/plugins/drawreport/fanchart.py:641 #: ../gramps/plugins/graph/gvhourglass.py:262 @@ -12832,12 +15162,12 @@ msgstr "Options de l'arbre" msgid "Center Person" msgstr "Centrer sur l'individu " -#: ../gramps/plugins/drawreport/ancestortree.py:893 +#: ../gramps/plugins/drawreport/ancestortree.py:897 msgid "The center person for the tree" msgstr "L'individu central pour ce rapport" -#: ../gramps/plugins/drawreport/ancestortree.py:896 -#: ../gramps/plugins/drawreport/descendtree.py:1494 +#: ../gramps/plugins/drawreport/ancestortree.py:900 +#: ../gramps/plugins/drawreport/descendtree.py:1497 #: ../gramps/plugins/drawreport/fanchart.py:645 #: ../gramps/plugins/textreport/ancestorreport.py:287 #: ../gramps/plugins/textreport/descendreport.py:415 @@ -12846,13 +15176,13 @@ msgstr "L'individu central pour ce rapport" msgid "Generations" msgstr "Générations " -#: ../gramps/plugins/drawreport/ancestortree.py:897 -#: ../gramps/plugins/drawreport/descendtree.py:1495 +#: ../gramps/plugins/drawreport/ancestortree.py:901 +#: ../gramps/plugins/drawreport/descendtree.py:1498 msgid "The number of generations to include in the tree" msgstr "Le nombre de générations à inclure dans le rapport" # non-connu -#: ../gramps/plugins/drawreport/ancestortree.py:901 +#: ../gramps/plugins/drawreport/ancestortree.py:905 msgid "" "Display unknown\n" "generations" @@ -12860,20 +15190,29 @@ msgstr "" "Affichage des\n" "générations non-connues" -#: ../gramps/plugins/drawreport/ancestortree.py:903 +#: ../gramps/plugins/drawreport/ancestortree.py:907 msgid "The number of generations of empty boxes that will be displayed" msgstr "Le nombre de générations vides à inclure dans le graphique." -#: ../gramps/plugins/drawreport/ancestortree.py:910 -#: ../gramps/plugins/drawreport/descendtree.py:1503 -msgid "Co_mpress tree" -msgstr "Co_mpresser l'arbre" +#: ../gramps/plugins/drawreport/ancestortree.py:914 +#: ../gramps/plugins/drawreport/descendtree.py:1506 +msgid "Compress tree" +msgstr "Compresser l'arbre" -#: ../gramps/plugins/drawreport/ancestortree.py:911 +#: ../gramps/plugins/drawreport/ancestortree.py:915 msgid "Whether to remove any extra blank spaces set aside for people that are unknown" msgstr "Enlever ou non les espaces vides pour les individus non-connus." -#: ../gramps/plugins/drawreport/ancestortree.py:925 +#. better to 'Show siblings of\nthe center person +#. Spouse_disp = EnumeratedListOption(_("Show spouses of\nthe center " +#. "person"), 0) +#. Spouse_disp.add_item( 0, _("No. Do not show Spouses")) +#. Spouse_disp.add_item( 1, _("Yes, and use the the Main Display Format")) +#. Spouse_disp.add_item( 2, _("Yes, and use the the Secondary " +#. "Display Format")) +#. Spouse_disp.set_help(_("Show spouses of the center person?")) +#. menu.add_option(category_name, "Spouse_disp", Spouse_disp) +#: ../gramps/plugins/drawreport/ancestortree.py:929 msgid "" "Center person uses\n" "which format" @@ -12882,20 +15221,20 @@ msgstr "" "Format d'affichage" # singulier: plus général = même résultat -#: ../gramps/plugins/drawreport/ancestortree.py:927 +#: ../gramps/plugins/drawreport/ancestortree.py:931 msgid "Use Fathers Display format" msgstr "Utiliser le format d'affichage du père" # singulier: plus général = même résultat -#: ../gramps/plugins/drawreport/ancestortree.py:928 +#: ../gramps/plugins/drawreport/ancestortree.py:932 msgid "Use Mothers display format" msgstr "Utiliser le format d'affichage de la mère" -#: ../gramps/plugins/drawreport/ancestortree.py:929 +#: ../gramps/plugins/drawreport/ancestortree.py:933 msgid "Which Display format to use the center person" msgstr "Le format d'affichage à utiliser pour l'individu central." -#: ../gramps/plugins/drawreport/ancestortree.py:935 +#: ../gramps/plugins/drawreport/ancestortree.py:939 msgid "" "Father\n" "Display Format" @@ -12904,11 +15243,18 @@ msgstr "" "Format d'affichage" # singulier: plus général = même résultat -#: ../gramps/plugins/drawreport/ancestortree.py:939 +#: ../gramps/plugins/drawreport/ancestortree.py:943 msgid "Display format for the fathers box." msgstr "Format d'affichage pour le père." -#: ../gramps/plugins/drawreport/ancestortree.py:952 +#. Will add when libsubstkeyword supports it. +#. missing = EnumeratedListOption(_("Replace missing\nplaces\\dates #. with"), 0) +#. missing.add_item( 0, _("Does not display anything")) +#. missing.add_item( 1, _("Displays '_____'")) +#. 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:956 msgid "" "Mother\n" "Display Format" @@ -12917,22 +15263,22 @@ msgstr "" "Format d'affichage" # singulier: plus général = même résultat -#: ../gramps/plugins/drawreport/ancestortree.py:958 +#: ../gramps/plugins/drawreport/ancestortree.py:962 msgid "Display format for the mothers box." msgstr "Format d'affichage pour la mère." -#: ../gramps/plugins/drawreport/ancestortree.py:961 -#: ../gramps/plugins/drawreport/descendtree.py:1543 +#: ../gramps/plugins/drawreport/ancestortree.py:965 +#: ../gramps/plugins/drawreport/descendtree.py:1546 msgid "Include Marriage box" msgstr "Inclure les mariages" -#: ../gramps/plugins/drawreport/ancestortree.py:963 -#: ../gramps/plugins/drawreport/descendtree.py:1545 +#: ../gramps/plugins/drawreport/ancestortree.py:967 +#: ../gramps/plugins/drawreport/descendtree.py:1548 msgid "Whether to include a separate marital box in the report" msgstr "Inclure ou non les informations du mariage dans le rapport." -#: ../gramps/plugins/drawreport/ancestortree.py:966 -#: ../gramps/plugins/drawreport/descendtree.py:1548 +#: ../gramps/plugins/drawreport/ancestortree.py:970 +#: ../gramps/plugins/drawreport/descendtree.py:1551 msgid "" "Marriage\n" "Display Format" @@ -12941,43 +15287,44 @@ msgstr "" "Format d'affichage" # singulier: plus général = même résultat -#: ../gramps/plugins/drawreport/ancestortree.py:967 -#: ../gramps/plugins/drawreport/descendtree.py:1549 +#: ../gramps/plugins/drawreport/ancestortree.py:971 +#: ../gramps/plugins/drawreport/descendtree.py:1552 msgid "Display format for the marital box." msgstr "Format d'affichage pour le mariage." -#: ../gramps/plugins/drawreport/ancestortree.py:971 -#: ../gramps/plugins/drawreport/descendtree.py:1562 +#. ################# +#: ../gramps/plugins/drawreport/ancestortree.py:975 +#: ../gramps/plugins/drawreport/descendtree.py:1565 msgid "Size" msgstr "Taille" -#: ../gramps/plugins/drawreport/ancestortree.py:973 -#: ../gramps/plugins/drawreport/descendtree.py:1564 +#: ../gramps/plugins/drawreport/ancestortree.py:977 +#: ../gramps/plugins/drawreport/descendtree.py:1567 msgid "Scale tree to fit" msgstr "Adapter l'arbre" -#: ../gramps/plugins/drawreport/ancestortree.py:974 -#: ../gramps/plugins/drawreport/descendtree.py:1565 +#: ../gramps/plugins/drawreport/ancestortree.py:978 +#: ../gramps/plugins/drawreport/descendtree.py:1568 msgid "Do not scale tree" msgstr "Ne pas adapter l'arbre" -#: ../gramps/plugins/drawreport/ancestortree.py:975 -#: ../gramps/plugins/drawreport/descendtree.py:1566 +#: ../gramps/plugins/drawreport/ancestortree.py:979 +#: ../gramps/plugins/drawreport/descendtree.py:1569 msgid "Scale tree to fit page width only" msgstr "Adapter seulement l'arbre en largeur" -#: ../gramps/plugins/drawreport/ancestortree.py:976 -#: ../gramps/plugins/drawreport/descendtree.py:1567 +#: ../gramps/plugins/drawreport/ancestortree.py:980 +#: ../gramps/plugins/drawreport/descendtree.py:1570 msgid "Scale tree to fit the size of the page" msgstr "Adapter l'arbre à la taille de la page" -#: ../gramps/plugins/drawreport/ancestortree.py:978 -#: ../gramps/plugins/drawreport/descendtree.py:1569 +#: ../gramps/plugins/drawreport/ancestortree.py:982 +#: ../gramps/plugins/drawreport/descendtree.py:1572 msgid "Whether to scale the tree to fit a specific paper size" msgstr "Adapter ou non l'arbre à une taille spécifique de papier" -#: ../gramps/plugins/drawreport/ancestortree.py:984 -#: ../gramps/plugins/drawreport/descendtree.py:1575 +#: ../gramps/plugins/drawreport/ancestortree.py:988 +#: ../gramps/plugins/drawreport/descendtree.py:1578 msgid "" "Resize Page to Fit Tree size\n" "\n" @@ -12987,8 +15334,8 @@ msgstr "" "taille de l'arbre.\n" "Note : ceci passe outre les 'Options Papier'." -#: ../gramps/plugins/drawreport/ancestortree.py:990 -#: ../gramps/plugins/drawreport/descendtree.py:1581 +#: ../gramps/plugins/drawreport/ancestortree.py:994 +#: ../gramps/plugins/drawreport/descendtree.py:1584 msgid "" "Whether to resize the page to fit the size \n" "of the tree. Note: the page will have a \n" @@ -13022,91 +15369,93 @@ msgstr "" " supprimer tout espace en hauteur ou largeur." # trunk -#: ../gramps/plugins/drawreport/ancestortree.py:1010 -#: ../gramps/plugins/drawreport/descendtree.py:1601 +#: ../gramps/plugins/drawreport/ancestortree.py:1014 +#: ../gramps/plugins/drawreport/descendtree.py:1604 msgid "inter-box Y scale factor" msgstr "" # trunk -#: ../gramps/plugins/drawreport/ancestortree.py:1012 -#: ../gramps/plugins/drawreport/descendtree.py:1603 +#: ../gramps/plugins/drawreport/ancestortree.py:1016 +#: ../gramps/plugins/drawreport/descendtree.py:1606 msgid "Make the inter-box Y bigger or smaller" msgstr "" # trunk -#: ../gramps/plugins/drawreport/ancestortree.py:1015 -#: ../gramps/plugins/drawreport/descendtree.py:1606 +#: ../gramps/plugins/drawreport/ancestortree.py:1019 +#: ../gramps/plugins/drawreport/descendtree.py:1609 msgid "box shadow scale factor" msgstr "facteur d'adaptation pour l'ombre de l'aire" # trunk -#: ../gramps/plugins/drawreport/ancestortree.py:1017 -#: ../gramps/plugins/drawreport/descendtree.py:1608 +#. down to 0 +#: ../gramps/plugins/drawreport/ancestortree.py:1021 +#: ../gramps/plugins/drawreport/descendtree.py:1611 msgid "Make the box shadow bigger or smaller" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1024 -#: ../gramps/plugins/drawreport/descendtree.py:1615 +#: ../gramps/plugins/drawreport/ancestortree.py:1028 +#: ../gramps/plugins/drawreport/descendtree.py:1618 msgid "Report Title" msgstr "Titre du rapport" -#: ../gramps/plugins/drawreport/ancestortree.py:1025 -#: ../gramps/plugins/drawreport/descendtree.py:1616 -#: ../gramps/plugins/drawreport/descendtree.py:1665 +#: ../gramps/plugins/drawreport/ancestortree.py:1029 +#: ../gramps/plugins/drawreport/descendtree.py:1619 +#: ../gramps/plugins/drawreport/descendtree.py:1668 msgid "Do not include a title" msgstr "Ne pas inclure de titre" -#: ../gramps/plugins/drawreport/ancestortree.py:1026 +#: ../gramps/plugins/drawreport/ancestortree.py:1030 msgid "Include Report Title" msgstr "Inclure le titre du rapport" -#: ../gramps/plugins/drawreport/ancestortree.py:1027 -#: ../gramps/plugins/drawreport/descendtree.py:1618 +#: ../gramps/plugins/drawreport/ancestortree.py:1031 +#: ../gramps/plugins/drawreport/descendtree.py:1621 msgid "Choose a title for the report" msgstr "Choisissez le titre du rapport" -#: ../gramps/plugins/drawreport/ancestortree.py:1030 -#: ../gramps/plugins/drawreport/descendtree.py:1622 +#: ../gramps/plugins/drawreport/ancestortree.py:1034 +#: ../gramps/plugins/drawreport/descendtree.py:1625 msgid "Include a border" msgstr "Inclure une bordure" -#: ../gramps/plugins/drawreport/ancestortree.py:1031 -#: ../gramps/plugins/drawreport/descendtree.py:1623 +#: ../gramps/plugins/drawreport/ancestortree.py:1035 +#: ../gramps/plugins/drawreport/descendtree.py:1626 msgid "Whether to make a border around the report." msgstr "Inclure ou non une bordure autour du rapport." -#: ../gramps/plugins/drawreport/ancestortree.py:1034 -#: ../gramps/plugins/drawreport/descendtree.py:1626 +#: ../gramps/plugins/drawreport/ancestortree.py:1038 +#: ../gramps/plugins/drawreport/descendtree.py:1629 msgid "Include Page Numbers" msgstr "Inclure les numéros de page" # print dans le sens affichage -#: ../gramps/plugins/drawreport/ancestortree.py:1035 +#: ../gramps/plugins/drawreport/ancestortree.py:1039 msgid "Whether to print page numbers on each page." msgstr "Ajouter ou non les numéros sur chaque pages." -#: ../gramps/plugins/drawreport/ancestortree.py:1038 -#: ../gramps/plugins/drawreport/descendtree.py:1630 +#: ../gramps/plugins/drawreport/ancestortree.py:1042 +#: ../gramps/plugins/drawreport/descendtree.py:1633 msgid "Include Blank Pages" msgstr "Inclure des pages vierges" -#: ../gramps/plugins/drawreport/ancestortree.py:1039 -#: ../gramps/plugins/drawreport/descendtree.py:1631 +#: ../gramps/plugins/drawreport/ancestortree.py:1043 +#: ../gramps/plugins/drawreport/descendtree.py:1634 msgid "Whether to include pages that are blank." msgstr "Cocher pour inclure les pages blanches." -#: ../gramps/plugins/drawreport/ancestortree.py:1046 -#: ../gramps/plugins/drawreport/descendtree.py:1636 +#. category_name = _("Notes") +#: ../gramps/plugins/drawreport/ancestortree.py:1050 +#: ../gramps/plugins/drawreport/descendtree.py:1639 msgid "Include a note" msgstr "Inclure une note" -#: ../gramps/plugins/drawreport/ancestortree.py:1047 -#: ../gramps/plugins/drawreport/descendtree.py:1638 +#: ../gramps/plugins/drawreport/ancestortree.py:1051 +#: ../gramps/plugins/drawreport/descendtree.py:1641 msgid "Whether to include a note on the report." msgstr "Inclure ou non une note au rapport." -#: ../gramps/plugins/drawreport/ancestortree.py:1052 -#: ../gramps/plugins/drawreport/descendtree.py:1643 +#: ../gramps/plugins/drawreport/ancestortree.py:1056 +#: ../gramps/plugins/drawreport/descendtree.py:1646 msgid "" "Add a note\n" "\n" @@ -13116,34 +15465,34 @@ msgstr "" "\n" "$T insert la date actuelle" -#: ../gramps/plugins/drawreport/ancestortree.py:1057 -#: ../gramps/plugins/drawreport/descendtree.py:1648 +#: ../gramps/plugins/drawreport/ancestortree.py:1061 +#: ../gramps/plugins/drawreport/descendtree.py:1651 msgid "Note Location" msgstr "Emplacement de la note" -#: ../gramps/plugins/drawreport/ancestortree.py:1060 -#: ../gramps/plugins/drawreport/descendtree.py:1651 +#: ../gramps/plugins/drawreport/ancestortree.py:1064 +#: ../gramps/plugins/drawreport/descendtree.py:1654 msgid "Where to place the note." msgstr "Où placer la note." # non-connu -#: ../gramps/plugins/drawreport/ancestortree.py:1075 +#: ../gramps/plugins/drawreport/ancestortree.py:1079 msgid "No generations of empty boxes for unknown ancestors" msgstr "Aucune génération de cases vides pour les ascendants non-connus" # non-connu -#: ../gramps/plugins/drawreport/ancestortree.py:1078 +#: ../gramps/plugins/drawreport/ancestortree.py:1082 msgid "One Generation of empty boxes for unknown ancestors" msgstr "Une génération de cases vides pour les ascendants non-connus" # n générations ... # non-connu -#: ../gramps/plugins/drawreport/ancestortree.py:1082 +#: ../gramps/plugins/drawreport/ancestortree.py:1086 msgid " Generations of empty boxes for unknown ancestors" msgstr " générations de cases vides pour les ascendants non-connus" -#: ../gramps/plugins/drawreport/ancestortree.py:1103 -#: ../gramps/plugins/drawreport/descendtree.py:1702 +#: ../gramps/plugins/drawreport/ancestortree.py:1107 +#: ../gramps/plugins/drawreport/descendtree.py:1705 #: ../gramps/plugins/textreport/ancestorreport.py:373 #: ../gramps/plugins/textreport/detancestralreport.py:903 #: ../gramps/plugins/textreport/detdescendantreport.py:1098 @@ -13159,20 +15508,20 @@ msgstr " générations de cases vides pour les ascendants non-connus" msgid "The basic style used for the text display." msgstr "Le style de base pour afficher du texte." -#: ../gramps/plugins/drawreport/ancestortree.py:1113 -#: ../gramps/plugins/drawreport/descendtree.py:1724 +#: ../gramps/plugins/drawreport/ancestortree.py:1117 +#: ../gramps/plugins/drawreport/descendtree.py:1727 #: ../gramps/plugins/textreport/familygroup.py:745 #: ../gramps/plugins/textreport/tagreport.py:598 msgid "The basic style used for the note display." msgstr "Le style de base pour afficher la note." -#: ../gramps/plugins/drawreport/ancestortree.py:1123 -#: ../gramps/plugins/drawreport/descendtree.py:1692 +#: ../gramps/plugins/drawreport/ancestortree.py:1127 +#: ../gramps/plugins/drawreport/descendtree.py:1695 msgid "The basic style used for the title display." msgstr "Le style de base pour afficher le titre." #: ../gramps/plugins/drawreport/calendarreport.py:99 -#: ../gramps/plugins/drawreport/descendtree.py:672 +#: ../gramps/plugins/drawreport/descendtree.py:674 #: ../gramps/plugins/drawreport/fanchart.py:180 #: ../gramps/plugins/graph/gvhourglass.py:103 #: ../gramps/plugins/textreport/ancestorreport.py:107 @@ -13187,6 +15536,7 @@ msgstr "Le style de base pour afficher le titre." msgid "Person %s is not in the Database" msgstr "L'individu %s n'est pas présent dans la base de données" +#. generate the report: #: ../gramps/plugins/drawreport/calendarreport.py:167 #: ../gramps/plugins/drawreport/calendarreport.py:191 #: ../gramps/plugins/drawreport/calendarreport.py:270 @@ -13203,14 +15553,14 @@ msgstr "Formatage des mois..." # Substantif (GNOME fr) #: ../gramps/plugins/drawreport/calendarreport.py:271 #: ../gramps/plugins/textreport/birthdayreport.py:216 -#: ../gramps/plugins/webreport/webcal.py:1086 +#: ../gramps/plugins/webreport/webcal.py:1087 msgid "Applying Filter..." msgstr "Application du filtre..." # Substantif (GNOME fr) #: ../gramps/plugins/drawreport/calendarreport.py:279 #: ../gramps/plugins/textreport/birthdayreport.py:225 -#: ../gramps/plugins/webreport/webcal.py:1092 +#: ../gramps/plugins/webreport/webcal.py:1093 msgid "Reading database..." msgstr "Lecture de la base de données..." @@ -13260,7 +15610,7 @@ msgid "Year of calendar" msgstr "Année du calendrier" #: ../gramps/plugins/drawreport/calendarreport.py:423 -#: ../gramps/plugins/webreport/webcal.py:1337 +#: ../gramps/plugins/webreport/webcal.py:1338 msgid "Select filter to restrict people that appear on calendar" msgstr "Sélectionne un filtre pour restreindre les individus qui apparaîtront dans le calendrier" @@ -13288,14 +15638,14 @@ msgstr "L'individu central pour ce rapport" #: ../gramps/plugins/textreport/indivcomplete.py:701 #: ../gramps/plugins/textreport/kinshipreport.py:352 #: ../gramps/plugins/textreport/numberofancestorsreport.py:205 -#: ../gramps/plugins/webreport/narrativeweb.py:8026 -#: ../gramps/plugins/webreport/webcal.py:1361 +#: ../gramps/plugins/webreport/narrativeweb.py:8027 +#: ../gramps/plugins/webreport/webcal.py:1362 msgid "Select the format to display names" msgstr "Sélection du format d'affichage pour le nom" #: ../gramps/plugins/drawreport/calendarreport.py:442 #: ../gramps/plugins/textreport/birthdayreport.py:389 -#: ../gramps/plugins/webreport/webcal.py:1413 +#: ../gramps/plugins/webreport/webcal.py:1414 msgid "Country for holidays" msgstr "Pays pour les jours fériés" @@ -13304,77 +15654,78 @@ msgstr "Pays pour les jours fériés" msgid "Select the country to see associated holidays" msgstr "Sélectionne le pays pour définir les jours fériés" +#. Default selection ???? #: ../gramps/plugins/drawreport/calendarreport.py:456 #: ../gramps/plugins/textreport/birthdayreport.py:403 -#: ../gramps/plugins/webreport/webcal.py:1438 +#: ../gramps/plugins/webreport/webcal.py:1439 msgid "First day of week" msgstr "Premier jour de la semaine" #: ../gramps/plugins/drawreport/calendarreport.py:460 -#: ../gramps/plugins/webreport/webcal.py:1441 +#: ../gramps/plugins/webreport/webcal.py:1442 msgid "Select the first day of the week for the calendar" msgstr "Sélectionne le premier jour de la semaine pour le calendrier" #: ../gramps/plugins/drawreport/calendarreport.py:463 #: ../gramps/plugins/textreport/birthdayreport.py:410 -#: ../gramps/plugins/webreport/webcal.py:1428 +#: ../gramps/plugins/webreport/webcal.py:1429 msgid "Birthday surname" msgstr "Nom de naissance" #: ../gramps/plugins/drawreport/calendarreport.py:464 #: ../gramps/plugins/textreport/birthdayreport.py:411 -#: ../gramps/plugins/webreport/webcal.py:1429 +#: ../gramps/plugins/webreport/webcal.py:1430 msgid "Wives use husband's surname (from first family listed)" msgstr "L'épouse utilise le nom de son mari (à partir de la première famille listée)" #: ../gramps/plugins/drawreport/calendarreport.py:465 #: ../gramps/plugins/textreport/birthdayreport.py:412 -#: ../gramps/plugins/webreport/webcal.py:1431 +#: ../gramps/plugins/webreport/webcal.py:1432 msgid "Wives use husband's surname (from last family listed)" msgstr "L'épouse utilise le nom de son mari (à partir de la dernière famille listée)" #: ../gramps/plugins/drawreport/calendarreport.py:466 #: ../gramps/plugins/textreport/birthdayreport.py:413 -#: ../gramps/plugins/webreport/webcal.py:1433 +#: ../gramps/plugins/webreport/webcal.py:1434 msgid "Wives use their own surname" msgstr "L'épouse garde son nom de jeune fille" #: ../gramps/plugins/drawreport/calendarreport.py:467 #: ../gramps/plugins/textreport/birthdayreport.py:414 -#: ../gramps/plugins/webreport/webcal.py:1434 +#: ../gramps/plugins/webreport/webcal.py:1435 msgid "Select married women's displayed surname" msgstr "Sélectionne le nom de famille pour les femmes mariées" #: ../gramps/plugins/drawreport/calendarreport.py:470 #: ../gramps/plugins/textreport/birthdayreport.py:417 -#: ../gramps/plugins/webreport/webcal.py:1451 +#: ../gramps/plugins/webreport/webcal.py:1452 msgid "Include only living people" msgstr "inclure SEULEMENT les individus vivants" #: ../gramps/plugins/drawreport/calendarreport.py:471 -#: ../gramps/plugins/webreport/webcal.py:1452 +#: ../gramps/plugins/webreport/webcal.py:1453 msgid "Include only living people in the calendar" msgstr "N'inclure que les individus vivants dans le calendrier" #: ../gramps/plugins/drawreport/calendarreport.py:474 #: ../gramps/plugins/textreport/birthdayreport.py:421 -#: ../gramps/plugins/webreport/webcal.py:1455 +#: ../gramps/plugins/webreport/webcal.py:1456 msgid "Include birthdays" msgstr "Inclure les dates de naissance" #: ../gramps/plugins/drawreport/calendarreport.py:475 -#: ../gramps/plugins/webreport/webcal.py:1456 +#: ../gramps/plugins/webreport/webcal.py:1457 msgid "Include birthdays in the calendar" msgstr "Inclure les dates de naissance dans le calendrier" #: ../gramps/plugins/drawreport/calendarreport.py:478 #: ../gramps/plugins/textreport/birthdayreport.py:425 -#: ../gramps/plugins/webreport/webcal.py:1459 +#: ../gramps/plugins/webreport/webcal.py:1460 msgid "Include anniversaries" msgstr "Inclure les anniversaires de mariage" #: ../gramps/plugins/drawreport/calendarreport.py:479 -#: ../gramps/plugins/webreport/webcal.py:1460 +#: ../gramps/plugins/webreport/webcal.py:1461 msgid "Include anniversaries in the calendar" msgstr "Inclure les anniversaires de mariage dans le calendrier" @@ -13464,11 +15815,13 @@ msgstr "Les bords" msgid "Descendant Chart for %(person)s and %(father1)s, %(mother1)s" msgstr "Arbre des descendants de %(person)s et %(father1)s, %(mother1)s" +#. Should be 2 items in names list #: ../gramps/plugins/drawreport/descendtree.py:168 #, python-format msgid "Descendant Chart for %(person)s, %(father1)s and %(mother1)s" msgstr "Arbre des descendants de %(person)s, %(father1)s et %(mother1)s" +#. Should be 2 items in both names and names2 lists #: ../gramps/plugins/drawreport/descendtree.py:175 #, python-format msgid "Descendant Chart for %(father1)s, %(father2)s and %(mother1)s, %(mother2)s" @@ -13479,64 +15832,72 @@ msgstr "Arbre des descendants de %(father1)s, %(father2)s et %(mother1)s, %(moth msgid "Descendant Chart for %(person)s" msgstr "Arbre des descendants de %(person)s" +#. Should be two items in names list #: ../gramps/plugins/drawreport/descendtree.py:187 #, python-format msgid "Descendant Chart for %(father)s and %(mother)s" msgstr "Arbre des descendants de %(father)s et %(mother)s" -#: ../gramps/plugins/drawreport/descendtree.py:324 +# trunk +#. we want no text, but need a text for the TOC in a book! +#: ../gramps/plugins/drawreport/descendtree.py:214 +msgid "Descendant Graph" +msgstr "Graphique des descendants" + +#: ../gramps/plugins/drawreport/descendtree.py:326 #, python-format msgid "Family Chart for %(person)s" msgstr "Graphique familial de %(person)s" -#: ../gramps/plugins/drawreport/descendtree.py:326 +#: ../gramps/plugins/drawreport/descendtree.py:328 #, python-format msgid "Family Chart for %(father1)s and %(mother1)s" msgstr "Graphique familial de %(father1)s et %(mother1)s" -#: ../gramps/plugins/drawreport/descendtree.py:349 +#: ../gramps/plugins/drawreport/descendtree.py:351 msgid "Cousin Chart for " msgstr "Arbre des cousins de " -#: ../gramps/plugins/drawreport/descendtree.py:740 +#: ../gramps/plugins/drawreport/descendtree.py:742 #, python-format msgid "Family %s is not in the Database" msgstr "La famille %s n'est pas présente dans la base de données" -#: ../gramps/plugins/drawreport/descendtree.py:1477 -#: ../gramps/plugins/drawreport/descendtree.py:1481 +#. if self.name == "familial_descend_tree": +#: ../gramps/plugins/drawreport/descendtree.py:1480 +#: ../gramps/plugins/drawreport/descendtree.py:1484 msgid "Report for" msgstr "Rapport pour" -#: ../gramps/plugins/drawreport/descendtree.py:1478 +#: ../gramps/plugins/drawreport/descendtree.py:1481 msgid "The main person for the report" msgstr "L'individu principal pour ce rapport" -#: ../gramps/plugins/drawreport/descendtree.py:1482 +#: ../gramps/plugins/drawreport/descendtree.py:1485 msgid "The main family for the report" msgstr "La famille principale pour ce rapport" -#: ../gramps/plugins/drawreport/descendtree.py:1486 +#: ../gramps/plugins/drawreport/descendtree.py:1489 msgid "Start with the parent(s) of the selected first" msgstr "Démarrer avec le(s) parent(s) de la sélection" -#: ../gramps/plugins/drawreport/descendtree.py:1489 +#: ../gramps/plugins/drawreport/descendtree.py:1492 msgid "Will show the parents, brother and sisters of the selected person." msgstr "Affichera les parents, frères et sœurs de l'individu sélectionné." -#: ../gramps/plugins/drawreport/descendtree.py:1498 +#: ../gramps/plugins/drawreport/descendtree.py:1501 msgid "Level of Spouses" msgstr "Niveau de conjoints" -#: ../gramps/plugins/drawreport/descendtree.py:1499 +#: ../gramps/plugins/drawreport/descendtree.py:1502 msgid "0=no Spouses, 1=include Spouses, 2=include Spouses of the spouse, etc" msgstr "0=Aucun conjoint, 1=Inclure les conjoints, 2=Inclure les conjoints des conjoints, etc..." -#: ../gramps/plugins/drawreport/descendtree.py:1504 +#: ../gramps/plugins/drawreport/descendtree.py:1507 msgid "Whether to move people up, where possible, resulting in a smaller tree" msgstr "Déplacer ou non les individus vers le haut, lorsque cela est possible, évitant ainsi un arbre plus petit." -#: ../gramps/plugins/drawreport/descendtree.py:1511 +#: ../gramps/plugins/drawreport/descendtree.py:1514 msgid "" "Descendant\n" "Display Format" @@ -13544,27 +15905,33 @@ msgstr "" "Descendant\n" "Format d'affichage" -#: ../gramps/plugins/drawreport/descendtree.py:1515 +#: ../gramps/plugins/drawreport/descendtree.py:1518 msgid "Display format for a descendant." msgstr "Format d'affichage pour un descendant." -#: ../gramps/plugins/drawreport/descendtree.py:1518 +#: ../gramps/plugins/drawreport/descendtree.py:1521 msgid "Bold direct descendants" msgstr "Mettre en gras les descendants directs" -#: ../gramps/plugins/drawreport/descendtree.py:1520 +#: ../gramps/plugins/drawreport/descendtree.py:1523 msgid "Whether to bold those people that are direct (not step or half) descendants." msgstr "Mettre en gras ou non les individus en descendance directe (pas par alliance ou second mariage d'un parent)." -#: ../gramps/plugins/drawreport/descendtree.py:1532 +#. bug 4767 +#. diffspouse = BooleanOption( +#. _("Use separate display format for spouses"), +#. True) +#. diffspouse.set_help(_("Whether spouses can have a different format.")) +#. menu.add_option(category_name, "diffspouse", diffspouse) +#: ../gramps/plugins/drawreport/descendtree.py:1535 msgid "Indent Spouses" msgstr "Indenter les conjoints" -#: ../gramps/plugins/drawreport/descendtree.py:1533 +#: ../gramps/plugins/drawreport/descendtree.py:1536 msgid "Whether to indent the spouses in the tree." msgstr "Indenterer ou non les conjoints dans l'arbre." -#: ../gramps/plugins/drawreport/descendtree.py:1536 +#: ../gramps/plugins/drawreport/descendtree.py:1539 msgid "" "Spousal\n" "Display Format" @@ -13572,15 +15939,16 @@ msgstr "" "Conjoint\n" "Format d'affichage" -#: ../gramps/plugins/drawreport/descendtree.py:1540 +#: ../gramps/plugins/drawreport/descendtree.py:1543 msgid "Display format for a spouse." msgstr "Format d'affichage pour le conjoint." -#: ../gramps/plugins/drawreport/descendtree.py:1553 +#. ################# +#: ../gramps/plugins/drawreport/descendtree.py:1556 msgid "Replace" msgstr "Remplacer" -#: ../gramps/plugins/drawreport/descendtree.py:1556 +#: ../gramps/plugins/drawreport/descendtree.py:1559 msgid "" "Replace Display Format:\n" "'Replace this'/' with this'" @@ -13588,7 +15956,7 @@ msgstr "" "Remplacer le format d« affichage:\n" " »Remplace ceci' / 'par cela'" -#: ../gramps/plugins/drawreport/descendtree.py:1558 +#: ../gramps/plugins/drawreport/descendtree.py:1561 msgid "" "i.e.\n" "United States of America/U.S.A" @@ -13596,24 +15964,24 @@ msgstr "" "Par exemple\n" "United States of America/USA" -#: ../gramps/plugins/drawreport/descendtree.py:1617 -#: ../gramps/plugins/drawreport/descendtree.py:1666 +#: ../gramps/plugins/drawreport/descendtree.py:1620 +#: ../gramps/plugins/drawreport/descendtree.py:1669 msgid "Descendant Chart for [selected person(s)]" msgstr "Arbre des descendants pour [individu(s) sélectionné(s)]" -#: ../gramps/plugins/drawreport/descendtree.py:1627 +#: ../gramps/plugins/drawreport/descendtree.py:1630 msgid "Whether to include page numbers on each page." msgstr "Inclure ou non les numéros sur chaques pages." -#: ../gramps/plugins/drawreport/descendtree.py:1670 +#: ../gramps/plugins/drawreport/descendtree.py:1673 msgid "Family Chart for [names of chosen family]" msgstr "Graphique familial de [noms de la famille choisie]" -#: ../gramps/plugins/drawreport/descendtree.py:1674 +#: ../gramps/plugins/drawreport/descendtree.py:1677 msgid "Cousin Chart for [names of children]" msgstr "Arbre des cousins pour [noms des enfants]" -#: ../gramps/plugins/drawreport/descendtree.py:1714 +#: ../gramps/plugins/drawreport/descendtree.py:1717 msgid "The bold style used for the text display." msgstr "Le style utilisé pour l'affichage du texte en gras." @@ -13681,6 +16049,7 @@ msgstr "Produit un arbre graphique des descendants autour de la famille" msgid "Produces fan charts" msgstr "Produit des roues des ascendants" +#. extract requested items from the database and count them #: ../gramps/plugins/drawreport/drawplugins.gpr.py:192 #: ../gramps/plugins/drawreport/statisticschart.py:737 #: ../gramps/plugins/drawreport/statisticschart.py:744 @@ -13701,6 +16070,7 @@ msgstr "Graphique temporel" msgid "Produces a timeline chart." msgstr "Produit un graphique temporel." +#. choose one line or two lines translation according to the width #: ../gramps/plugins/drawreport/fanchart.py:244 #, python-format msgid "%(generations)d Generation Fan Chart for %(person)s" @@ -13913,6 +16283,7 @@ msgstr "Nom de famille (préféré) manquant" msgid "Gender unknown" msgstr "Genre inconnu" +#. inadequate information #: ../gramps/plugins/drawreport/statisticschart.py:407 #: ../gramps/plugins/drawreport/statisticschart.py:416 #: ../gramps/plugins/drawreport/statisticschart.py:520 @@ -13992,8 +16363,8 @@ msgstr "Détermine quels individus seront inclus dans le rapport." #: ../gramps/plugins/textreport/indivcomplete.py:689 #: ../gramps/plugins/textreport/recordsreport.py:142 #: ../gramps/plugins/tool/sortevents.py:173 -#: ../gramps/plugins/webreport/narrativeweb.py:8006 -#: ../gramps/plugins/webreport/webcal.py:1341 +#: ../gramps/plugins/webreport/narrativeweb.py:8007 +#: ../gramps/plugins/webreport/webcal.py:1342 msgid "Filter Person" msgstr "Filtre sur l'individu" @@ -14093,6 +16464,8 @@ msgstr "Le style utilisé pour l'en-tête et les valeurs." msgid "The style used for the title of the page." msgstr "Le style utilisé pour les titres de page." +#. Apply the filter +#. Sort the people as requested #: ../gramps/plugins/drawreport/timeline.py:113 #: ../gramps/plugins/drawreport/timeline.py:140 #: ../gramps/plugins/drawreport/timeline.py:152 @@ -14116,12 +16489,14 @@ msgstr "Tri des dates..." msgid "Calculating timeline..." msgstr "Calcul de la période..." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/drawreport/timeline.py:251 #, python-format msgid "Sorted by %s" msgstr "Trié par %s" # (for %s filtre(group) - des Ascendants ?, pour Toute la base ?) +#. feature request 2356: avoid genitive form #: ../gramps/plugins/drawreport/timeline.py:253 #, python-format msgid "Timeline Graph for %s" @@ -14146,8 +16521,8 @@ msgstr "Détermine quels individus seront inclus dans le rapport" #: ../gramps/plugins/graph/gvrelgraph.py:493 #: ../gramps/plugins/textreport/recordsreport.py:143 #: ../gramps/plugins/tool/sortevents.py:174 -#: ../gramps/plugins/webreport/narrativeweb.py:8007 -#: ../gramps/plugins/webreport/webcal.py:1342 +#: ../gramps/plugins/webreport/narrativeweb.py:8008 +#: ../gramps/plugins/webreport/webcal.py:1343 msgid "The center person for the filter" msgstr "L'individu central pour ce filtre" @@ -14229,43 +16604,43 @@ msgstr "Source de l'inhumation" #: ../gramps/plugins/export/exportcsv.py:461 #: ../gramps/plugins/importer/importcsv.py:232 #: ../gramps/plugins/textreport/familygroup.py:566 -#: ../gramps/plugins/webreport/narrativeweb.py:2463 +#: ../gramps/plugins/webreport/narrativeweb.py:2464 msgid "Husband" msgstr "Mari" #: ../gramps/plugins/export/exportcsv.py:461 #: ../gramps/plugins/importer/importcsv.py:229 #: ../gramps/plugins/textreport/familygroup.py:575 -#: ../gramps/plugins/webreport/narrativeweb.py:2461 +#: ../gramps/plugins/webreport/narrativeweb.py:2462 msgid "Wife" msgstr "Femme" # Substantif (GNOME fr) -#: ../gramps/plugins/export/exportgedcom.py:406 +#: ../gramps/plugins/export/exportgedcom.py:386 msgid "Writing individuals" msgstr "Écriture des individus" # Substantif (GNOME fr) -#: ../gramps/plugins/export/exportgedcom.py:770 +#: ../gramps/plugins/export/exportgedcom.py:738 msgid "Writing families" msgstr "Écriture des familles" # Substantif (GNOME fr) -#: ../gramps/plugins/export/exportgedcom.py:934 +#: ../gramps/plugins/export/exportgedcom.py:902 msgid "Writing sources" msgstr "Écriture des sources" # Substantif (GNOME fr) -#: ../gramps/plugins/export/exportgedcom.py:969 +#: ../gramps/plugins/export/exportgedcom.py:937 msgid "Writing notes" msgstr "Écriture des notes" # Substantif (GNOME fr) -#: ../gramps/plugins/export/exportgedcom.py:1007 +#: ../gramps/plugins/export/exportgedcom.py:975 msgid "Writing repositories" msgstr "Écriture des dépôts" -#: ../gramps/plugins/export/exportgedcom.py:1452 +#: ../gramps/plugins/export/exportgedcom.py:1460 msgid "Export failed" msgstr "L'exportation a échoué" @@ -14281,17 +16656,20 @@ msgstr "Aucune famille ne correspondent au filtre sélectionné" msgid "Failure writing %s" msgstr "Erreur d'écriture de %s" +#. feature requests 2356, 1657: avoid genitive form #: ../gramps/plugins/export/exportvcalendar.py:137 #, python-format msgid "Marriage of %s" msgstr "Mariage de %s" +#. feature requests 2356, 1657: avoid genitive form #: ../gramps/plugins/export/exportvcalendar.py:156 #: ../gramps/plugins/export/exportvcalendar.py:161 #, python-format msgid "Birth of %s" msgstr "Naissance de %s" +#. feature requests 2356, 1657: avoid genitive form #: ../gramps/plugins/export/exportvcalendar.py:174 #: ../gramps/plugins/export/exportvcalendar.py:180 #, python-format @@ -14311,6 +16689,7 @@ msgstr "La base de données ne peut pas être enregistrée car vous ne possédez 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." msgstr "La base de données ne peut pas être enregistrée car vous ne possédez pas les droits d'écriture sur le fichier. Veuillez vous assurer d'acquérir ces droits puis réessayez à nouveau." +#. GUI setup: #: ../gramps/plugins/gramplet/ageondategramplet.py:60 msgid "Enter a date, click Run" msgstr "Entrez une date, puis cliquez sur Exécuter" @@ -14320,11 +16699,6 @@ msgstr "Entrez une date, puis cliquez sur Exécuter" msgid "Enter a valid date (like YYYY-MM-DD) in the entry below and click Run. This will compute the ages for everyone in your Family Tree on that date. You can then sort by the age column, and double-click the row to view or edit." msgstr "Entrez une date valide (telle que AAAA-MM-JJ) dans le champ suivant et cliquez sur Exécuter. Ceci calculera les âges de tous les individus de votre arbre familial pour cette date. Vous pourrez trier la colonne âge, et double cliquer sur la ligne pour voir ou éditer." -#: ../gramps/plugins/gramplet/ageondategramplet.py:76 -#: ../gramps/gui/glade/plugins.glade:50 -msgid "Run" -msgstr "Exécuter" - #: ../gramps/plugins/gramplet/agestats.py:48 #: ../gramps/plugins/gramplet/agestats.py:58 #: ../gramps/plugins/gramplet/agestats.py:74 @@ -14403,6 +16777,7 @@ msgstr "Cliquez deux fois pour afficher %d individus" msgid "Double-click on a row to view a quick report showing all people with the selected attribute." msgstr "Double-cliquez sur une ligne pour ouvrir un rapport express montrant tous les individus avec cet attribut." +#. will be overwritten in load #: ../gramps/plugins/gramplet/attributesgramplet.py:32 #: ../gramps/plugins/gramplet/descendgramplet.py:49 #: ../gramps/plugins/gramplet/givennamegramplet.py:46 @@ -14431,22 +16806,22 @@ msgid "Double-click on a row to edit the selected child." msgstr "Double-cliquez sur une ligne pour éditer l'enfant sélectionné." # trunk -#: ../gramps/plugins/gramplet/citations.py:45 +#: ../gramps/plugins/gramplet/citations.py:64 msgid "Double-click on a row to edit the selected source/citation." msgstr "Double-cliquez sur une ligne pour éditer la source/citation sélectionnée." # trunk -#: ../gramps/plugins/gramplet/citations.py:49 +#: ../gramps/plugins/gramplet/citations.py:68 msgid "Source/Citation" msgstr "Source/Citation" # trunk -#: ../gramps/plugins/gramplet/citations.py:51 +#: ../gramps/plugins/gramplet/citations.py:70 msgid "Publisher" msgstr "Publieur" # trunk -#: ../gramps/plugins/gramplet/citations.py:122 +#: ../gramps/plugins/gramplet/citations.py:142 msgid "" msgstr "" @@ -14644,15 +17019,19 @@ msgstr "Âge statistiques" msgid "Gramplet showing graphs of various ages" msgstr "Gramplet affichant des pyramides des âges" +#. 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/plugins/gramplet/gramplet.gpr.py:62 #: ../gramps/plugins/gramplet/gramplet.gpr.py:69 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:539 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:553 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:567 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:581 -#: ../gramps/plugins/webreport/narrativeweb.py:369 -#: ../gramps/plugins/webreport/narrativeweb.py:802 -#: ../gramps/plugins/webreport/narrativeweb.py:1548 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:542 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:556 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:570 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:584 +#: ../gramps/plugins/webreport/narrativeweb.py:370 +#: ../gramps/plugins/webreport/narrativeweb.py:803 +#: ../gramps/plugins/webreport/narrativeweb.py:1549 msgid "Attributes" msgstr "Attributs" @@ -14830,519 +17209,521 @@ msgstr "Gramplet affichant les métadonnées de l'objet medium" msgid "Image Metadata" msgstr "Métadonnées image" -# trunk #: ../gramps/plugins/gramplet/gramplet.gpr.py:400 -msgid "WARNING: GExiv2 module not loaded. Image metadata functionality will not be available." -msgstr "MISE EN GARDE : le module GExiv2 n'est pas chargé. Les métadonnées image ne sont pas disponibles." +msgid "" +"GExiv2 module not loaded. Image metadata functionality will not be available.\n" +"To build it for Gramps see http://www.gramps-project.org/wiki/index.php?title=GEPS_029:_GTK3-GObject_introspection_Conversion#GExiv2_for_Image_metadata" +msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:405 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:408 msgid "Person Residence" msgstr "Résidence de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:406 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:409 msgid "Gramplet showing residence events for a person" msgstr "Gramplet affichant tous les événements résidence de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:419 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:422 msgid "Person Events" msgstr "Événements de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:420 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:423 msgid "Gramplet showing the events for a person" msgstr "Gramplet affichant tous les événements de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:434 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:437 msgid "Gramplet showing the events for a family" msgstr "Gramplet affichant toutes les événements pour la famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:447 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:450 msgid "Person Gallery" msgstr "Galerie de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:448 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:451 msgid "Gramplet showing media objects for a person" msgstr "Gramplet affichant tous les objets media de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:455 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:469 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:483 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:497 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:511 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:525 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:458 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:472 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:486 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:500 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:514 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:528 msgid "Gallery" msgstr "Galerie" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:461 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:464 msgid "Family Gallery" msgstr "Galerie de la famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:462 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:465 msgid "Gramplet showing media objects for a family" msgstr "Gramplet affichant les objets media de la famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:475 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:478 msgid "Event Gallery" msgstr "Galerie de l'événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:476 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:479 msgid "Gramplet showing media objects for an event" msgstr "Gramplet affichant tous les objets media de l'événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:489 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:492 msgid "Place Gallery" msgstr "Galerie du lieu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:490 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:493 msgid "Gramplet showing media objects for a place" msgstr "Gramplet affichant tous les objets media du lieu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:503 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:506 msgid "Source Gallery" msgstr "Galerie de la source" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:504 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:507 msgid "Gramplet showing media objects for a source" msgstr "Gramplet affichant tous les objets media de la source" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:517 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:520 msgid "Citation Gallery" msgstr "Galerie de la citation" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:518 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:521 msgid "Gramplet showing media objects for a citation" msgstr "Gramplet affichant tous les objets media de la citation" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:531 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:534 msgid "Person Attributes" msgstr "Attributs de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:532 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:535 msgid "Gramplet showing the attributes of a person" msgstr "Gramplet affichant les attributs d'un individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:545 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:548 msgid "Event Attributes" msgstr "Attributs de l'événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:546 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:549 msgid "Gramplet showing the attributes of an event" msgstr "Gramplet affichant les attributs d'un événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:559 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:562 msgid "Family Attributes" msgstr "Attributs de la famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:560 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:563 msgid "Gramplet showing the attributes of a family" msgstr "Gramplet affichant les attributs d'une famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:573 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:576 msgid "Media Attributes" msgstr "Attributs du medium" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:574 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:577 msgid "Gramplet showing the attributes of a media object" msgstr "Gramplet affichant les attributs d'un objet medium" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:587 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:590 msgid "Person Notes" msgstr "Notes de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:588 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:591 msgid "Gramplet showing the notes for a person" msgstr "Gramplet affichant tous les notes de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:601 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:604 msgid "Event Notes" msgstr "Notes de l'événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:602 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:605 msgid "Gramplet showing the notes for an event" msgstr "Gramplet affichant toutes les notes pour l'événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:615 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:618 msgid "Family Notes" msgstr "Notes de la famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:616 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:619 msgid "Gramplet showing the notes for a family" msgstr "Gramplet affichant toutes les notes pour la famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:629 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:632 msgid "Place Notes" msgstr "Notes du lieu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:630 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:633 msgid "Gramplet showing the notes for a place" msgstr "Gramplet affichant toutes les notes pour le lieu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:643 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:646 msgid "Source Notes" msgstr "Notes de la source" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:644 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:647 msgid "Gramplet showing the notes for a source" msgstr "Gramplet affichant toutes les notes pour la source" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:657 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:660 msgid "Citation Notes" msgstr "Note de la citation" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:658 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:661 msgid "Gramplet showing the notes for a citation" msgstr "Gramplet affichant tous les notes de la citation" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:671 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:674 msgid "Repository Notes" msgstr "Notes du dépôt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:672 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:675 msgid "Gramplet showing the notes for a repository" msgstr "Gramplet affichant toutes les notes pour le dépôt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:685 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:688 msgid "Media Notes" msgstr "Notes du medium" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:686 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:689 msgid "Gramplet showing the notes for a media object" msgstr "Gramplet affichant toutes les notes pour l'objet medium" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:699 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:702 msgid "Person Citations" msgstr "Citations de l'individu" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:700 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:703 msgid "Gramplet showing the citations for a person" msgstr "Gramplet affichant les citations de l'individu." # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:713 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:716 msgid "Event Citations" msgstr "Citations de l'événement" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:714 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:717 msgid "Gramplet showing the citations for an event" msgstr "Gramplet affichant les citations de l'événement." # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:727 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:730 msgid "Family Citations" msgstr "Citations de la famille" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:728 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:731 msgid "Gramplet showing the citations for a family" msgstr "Gramplet affichant les citations de la famille." # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:741 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:744 msgid "Place Citations" msgstr "Citations du lieu" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:742 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:745 msgid "Gramplet showing the citations for a place" msgstr "Gramplet affichant les citations du lieu." # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:755 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:758 msgid "Media Citations" msgstr "Citations du medium" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:756 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:759 msgid "Gramplet showing the citations for a media object" msgstr "Gramplet affichant les citations l'objet medium." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:769 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:772 msgid "Person Children" msgstr "Enfants (individu)" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:770 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:773 msgid "Gramplet showing the children of a person" msgstr "Gramplet affichant les enfants d'un individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:777 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:791 +#. Go over children and build their menu +#: ../gramps/plugins/gramplet/gramplet.gpr.py:780 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:794 #: ../gramps/plugins/textreport/familygroup.py:585 #: ../gramps/plugins/textreport/indivcomplete.py:453 #: ../gramps/plugins/view/pedigreeview.py:1732 #: ../gramps/plugins/view/relview.py:1382 -#: ../gramps/plugins/webreport/narrativeweb.py:759 +#: ../gramps/plugins/webreport/narrativeweb.py:760 msgid "Children" msgstr "Enfants " -#: ../gramps/plugins/gramplet/gramplet.gpr.py:783 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:786 msgid "Family Children" msgstr "Enfants (famille)" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:784 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:787 msgid "Gramplet showing the children of a family" msgstr "Gramplet affichant les enfants d'une famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:797 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:800 msgid "Person Backlinks" msgstr "Références de l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:798 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:801 msgid "Gramplet showing the backlinks for a person" msgstr "Gramplet affichant les références de l'individu." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:805 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:819 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:833 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:847 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:861 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:875 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:889 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:903 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:917 -#: ../gramps/plugins/webreport/narrativeweb.py:2418 -#: ../gramps/plugins/webreport/narrativeweb.py:2830 -#: ../gramps/plugins/webreport/narrativeweb.py:4890 -#: ../gramps/plugins/webreport/narrativeweb.py:5742 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:808 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:822 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:836 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:850 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:864 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:878 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:892 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:906 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:920 +#: ../gramps/plugins/webreport/narrativeweb.py:2419 +#: ../gramps/plugins/webreport/narrativeweb.py:2831 +#: ../gramps/plugins/webreport/narrativeweb.py:4891 +#: ../gramps/plugins/webreport/narrativeweb.py:5743 msgid "References" msgstr "Références" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:811 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:814 msgid "Event Backlinks" msgstr "Références de l'événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:812 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:815 msgid "Gramplet showing the backlinks for an event" msgstr "Gramplet affichant les références de l'événement." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:825 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:828 msgid "Family Backlinks" msgstr "Références de la famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:826 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:829 msgid "Gramplet showing the backlinks for a family" msgstr "Gramplet affichant les références de la famille." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:839 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:842 msgid "Place Backlinks" msgstr "Références du lieu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:840 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:843 msgid "Gramplet showing the backlinks for a place" msgstr "Gramplet affichant les références du lieu." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:853 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:856 msgid "Source Backlinks" msgstr "Références de la source" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:854 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:857 msgid "Gramplet showing the backlinks for a source" msgstr "Gramplet affichant les références de la source." # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:867 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:870 msgid "Citation Backlinks" msgstr "Références de la citation" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:868 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:871 msgid "Gramplet showing the backlinks for a citation" msgstr "Gramplet affichant les références de la citation" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:881 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:884 msgid "Repository Backlinks" msgstr "Références du dépôt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:882 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:885 msgid "Gramplet showing the backlinks for a repository" msgstr "Gramplet affichant les références du dépôt." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:895 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:898 msgid "Media Backlinks" msgstr "Références du medium" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:896 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:899 msgid "Gramplet showing the backlinks for a media object" msgstr "Gramplet affichant les références l'objet medium." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:909 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:912 msgid "Note Backlinks" msgstr "Références de la note" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:910 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:913 msgid "Gramplet showing the backlinks for a note" msgstr "Gramplet affichant les références de la note." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:923 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:926 msgid "Person Filter" msgstr "Filtre individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:924 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:927 msgid "Gramplet providing a person filter" msgstr "Gramplet fournissant un filtre sur l'individu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:937 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:940 msgid "Family Filter" msgstr "Filtre famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:938 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:941 msgid "Gramplet providing a family filter" msgstr "Gramplet fournissant un filtre sur la famille" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:951 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:954 msgid "Event Filter" msgstr "Filtre événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:952 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:955 msgid "Gramplet providing an event filter" msgstr "Gramplet fournissant un filtre sur l'événement" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:965 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:968 msgid "Source Filter" msgstr "Filtre source" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:966 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:969 msgid "Gramplet providing a source filter" msgstr "Gramplet fournissant un filtre sur la source" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:979 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:982 msgid "Citation Filter" msgstr "Filtre de la citation" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:980 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:983 msgid "Gramplet providing a citation filter" msgstr "Gramplet fournissant un filtre sur la citation" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:993 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:996 msgid "Place Filter" msgstr "Filtre lieu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:994 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:997 msgid "Gramplet providing a place filter" msgstr "Gramplet fournissant un filtre sur le lieu" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1007 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1010 msgid "Media Filter" msgstr "Filtre medium" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1008 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1011 msgid "Gramplet providing a media filter" msgstr "Gramplet fournissant un filtre sur le medium" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1021 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1024 msgid "Repository Filter" msgstr "Filtre dépôt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1022 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1025 msgid "Gramplet providing a repository filter" msgstr "Gramplet fournissant un filtre sur le dépôt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1035 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1038 msgid "Note Filter" msgstr "Filtre note" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1036 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1039 msgid "Gramplet providing a note filter" msgstr "Gramplet fournissant un filtre sur la note" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1049 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1052 msgid "Records Gramplet" msgstr "Gramplet Enregistrements" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1050 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1053 #: ../gramps/plugins/textreport/textplugins.gpr.py:411 msgid "Shows some interesting records about people and families" msgstr "Affiche des enregistrements intéressants sur les individus et familles" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1060 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1063 #: ../gramps/plugins/textreport/recordsreport.py:82 msgid "Records" msgstr "Enregistrements" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1065 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1068 msgid "Person To Do" msgstr "Individu À faire" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1066 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1069 msgid "Gramplet showing the To Do notes for a person" msgstr "Gramplet affichant tous les notes À faire de l'individu" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1079 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1082 msgid "Event To Do" msgstr "Événement À faire" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1080 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1083 msgid "Gramplet showing the To Do notes for an event" msgstr "Gramplet affichant toutes les notes À faire de l'événement" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1093 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1096 msgid "Family To Do" msgstr "Famille À faire" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1094 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1097 msgid "Gramplet showing the To Do notes for a family" msgstr "Gramplet affichant toutes les notes À faire de la famille" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1107 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1110 msgid "Place To Do" msgstr "Lieu À faire" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1108 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1111 msgid "Gramplet showing the To Do notes for a place" msgstr "Gramplet affichant toutes les notes À faire du lieu" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1121 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1124 msgid "Source To Do" msgstr "Source À faire" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1122 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1125 msgid "Gramplet showing the To Do notes for a source" msgstr "Gramplet affichant toutes les notes À faire de la source" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1135 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1138 msgid "Citation To Do" msgstr "Citation À faire" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1136 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1139 msgid "Gramplet showing the To Do notes for a citation" msgstr "Gramplet affichant tous les notes À faire de la citation" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1149 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1152 msgid "Repository To Do" msgstr "Dépôt À faire" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1150 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1153 msgid "Gramplet showing the To Do notes for a repository" msgstr "Gramplet affichant toutes les notes À faire du dépôt" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1163 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1166 msgid "Media To Do" msgstr "Objet medium À faire" # trunk -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1164 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1167 msgid "Gramplet showing the To Do notes for a media object" msgstr "Gramplet affichant toutes les notes À faire de l'objet medium" @@ -15415,6 +17796,7 @@ msgstr "Cliquez deux fois pour afficher les individus de la génération" msgid " has 1 of 1 individual (%(percent)s complete)\n" msgstr " contient 1 individu sur 1 (complet à %(percent)s)\n" +#. Create the Generation title, set an index marker #: ../gramps/plugins/gramplet/pedigreegramplet.py:268 #: ../gramps/plugins/textreport/ancestorreport.py:214 #: ../gramps/plugins/textreport/detancestralreport.py:207 @@ -15475,19 +17857,20 @@ msgstr "%(date)s." #: ../gramps/plugins/gramplet/placedetails.py:117 #: ../gramps/plugins/lib/libplaceview.py:106 #: ../gramps/plugins/view/placetreeview.py:84 -#: ../gramps/plugins/webreport/narrativeweb.py:379 -#: ../gramps/plugins/webreport/narrativeweb.py:3378 +#: ../gramps/plugins/webreport/narrativeweb.py:380 +#: ../gramps/plugins/webreport/narrativeweb.py:3379 msgid "Latitude" msgstr "Latitude" #: ../gramps/plugins/gramplet/placedetails.py:119 #: ../gramps/plugins/lib/libplaceview.py:107 #: ../gramps/plugins/view/placetreeview.py:85 -#: ../gramps/plugins/webreport/narrativeweb.py:381 -#: ../gramps/plugins/webreport/narrativeweb.py:3379 +#: ../gramps/plugins/webreport/narrativeweb.py:382 +#: ../gramps/plugins/webreport/narrativeweb.py:3380 msgid "Longitude" msgstr "Longitude" +#. Add types: #: ../gramps/plugins/gramplet/quickviewgramplet.py:71 #: ../gramps/plugins/gramplet/quickviewgramplet.py:107 #: ../gramps/plugins/gramplet/quickviewgramplet.py:129 @@ -15562,6 +17945,7 @@ msgstr "Log pour cette session" msgid "Opened data base -----------\n" msgstr "Base de données ouverte ---\n" +#. List of translated strings used here (translated in self.log ). #: ../gramps/plugins/gramplet/sessionloggramplet.py:55 msgid "Added" msgstr "Ajouté(e)" @@ -15587,13 +17971,14 @@ msgstr "Double cliquez sur l'item pour voir les résultats" msgid "less than 1" msgstr "moins de 1" +#. ------------------------- #: ../gramps/plugins/gramplet/statsgramplet.py:146 #: ../gramps/plugins/graph/gvfamilylines.py:151 #: ../gramps/plugins/textreport/summary.py:104 -#: ../gramps/plugins/webreport/narrativeweb.py:1759 -#: ../gramps/plugins/webreport/narrativeweb.py:1809 -#: ../gramps/plugins/webreport/narrativeweb.py:1865 -#: ../gramps/plugins/webreport/narrativeweb.py:5194 +#: ../gramps/plugins/webreport/narrativeweb.py:1760 +#: ../gramps/plugins/webreport/narrativeweb.py:1810 +#: ../gramps/plugins/webreport/narrativeweb.py:1866 +#: ../gramps/plugins/webreport/narrativeweb.py:5195 msgid "Individuals" msgstr "Individus" @@ -15807,26 +18192,40 @@ msgstr "" "\n" "Vous pouvez utiliser le clic droit de la souris à l'arrière plan pour ajouter des gramplets supplémentaires et changer le nombre de colonnes. Vous pouvez également glisser le bouton Propriétés pour repositionner le gramplet dans cette page, ainsi que le détacher pour naviguer au-dessus de Gramps." +#. Minimum number of lines we want to see. Further lines with the same +#. distance to the main person will be added on top of this. #: ../gramps/plugins/gramplet/whatsnext.py:59 msgid "Minimum number of items to display" msgstr "Nombre minimum d'articles à afficher" +#. How many generations of descendants to process before we go up to the +#. next level of ancestors. #: ../gramps/plugins/gramplet/whatsnext.py:65 msgid "Descendant generations per ancestor generation" msgstr "Générations de descendants par degré d'ascendant" +#. After an ancestor was processed, how many extra rounds to delay until +#. the descendants of this ancestor are processed. #: ../gramps/plugins/gramplet/whatsnext.py:71 msgid "Delay before descendants of an ancestor is processed" msgstr "Attente avant que les descendants de l'ascendant soient trouvés" +#. Tag to use to indicate that this person has no further marriages, if +#. the person is not tagged, warn about this at the time the marriages +#. for the person are processed. #: ../gramps/plugins/gramplet/whatsnext.py:78 msgid "Tag to indicate that a person is complete" msgstr "Étiquette pour indiquer que cet individu est complet" +#. Tag to use to indicate that there are no further children in this +#. family, if this family is not tagged, warn about this at the time the +#. children of this family are processed. #: ../gramps/plugins/gramplet/whatsnext.py:85 msgid "Tag to indicate that a family is complete" msgstr "Étiquette pour indiquer que cette famille est complète" +#. Tag to use to specify people and families to ignore. In his way, +#. hopeless cases can be marked separately and don't clutter up the list. #: ../gramps/plugins/gramplet/whatsnext.py:91 msgid "Tag to indicate that a person or family should be ignored" msgstr "Étiquette pour indiquer que cet individu ou cette famille doit être ignoré(e)" @@ -15955,6 +18354,11 @@ msgstr "Graphique relationnel" msgid "Produces relationship graphs using Graphviz." msgstr "Génère des graphiques relationnels avec GraphViz." +#. ------------------------------------------------------------------------ +#. +#. Constant options items +#. +#. ------------------------------------------------------------------------ #: ../gramps/plugins/graph/gvfamilylines.py:74 #: ../gramps/plugins/graph/gvhourglass.py:57 #: ../gramps/plugins/graph/gvrelgraph.py:69 @@ -15973,10 +18377,12 @@ msgstr "Bordures en couleur (intérieur vide)" msgid "Color fill" msgstr "Remplissage avec des couleurs" +#. -------------------------------- #: ../gramps/plugins/graph/gvfamilylines.py:114 msgid "People of Interest" msgstr "Individus recherchés" +#. -------------------------------- #: ../gramps/plugins/graph/gvfamilylines.py:117 msgid "People of interest" msgstr "Individus recherchés" @@ -16010,11 +18416,13 @@ msgid "People and families not directly related to people of interest will be re msgstr "Les individus et familles non-liés directement aux individus seront enlevés pour déterminer les « lignées familiales »." # trunk +#. ---------------------------- #: ../gramps/plugins/graph/gvfamilylines.py:143 msgid "Family Colors" msgstr "Couleurs de la famille" # trunk +#. ---------------------------- #: ../gramps/plugins/graph/gvfamilylines.py:146 msgid "Family colors" msgstr "Couleurs des familles" @@ -16049,12 +18457,12 @@ msgstr "La couleur utilisée quand le genre est inconnu." #: ../gramps/plugins/view/familyview.py:117 #: ../gramps/plugins/view/view.gpr.py:50 #: ../gramps/plugins/view/view.gpr.py:58 -#: ../gramps/plugins/webreport/narrativeweb.py:666 -#: ../gramps/plugins/webreport/narrativeweb.py:710 -#: ../gramps/plugins/webreport/narrativeweb.py:1761 -#: ../gramps/plugins/webreport/narrativeweb.py:1812 -#: ../gramps/plugins/webreport/narrativeweb.py:1867 -#: ../gramps/plugins/webreport/narrativeweb.py:3063 +#: ../gramps/plugins/webreport/narrativeweb.py:667 +#: ../gramps/plugins/webreport/narrativeweb.py:711 +#: ../gramps/plugins/webreport/narrativeweb.py:1762 +#: ../gramps/plugins/webreport/narrativeweb.py:1813 +#: ../gramps/plugins/webreport/narrativeweb.py:1868 +#: ../gramps/plugins/webreport/narrativeweb.py:3064 msgid "Families" msgstr "Familles" @@ -16093,10 +18501,12 @@ msgstr "Limiter ou non le nombre descendants." msgid "The maximum number of descendants to include." msgstr "Le nombre maximum descendants à inclure." +#. -------------------- #: ../gramps/plugins/graph/gvfamilylines.py:197 msgid "Images" msgstr "Images" +#. -------------------- #: ../gramps/plugins/graph/gvfamilylines.py:200 #: ../gramps/plugins/graph/gvrelgraph.py:531 msgid "Include thumbnail images of people" @@ -16126,12 +18536,15 @@ msgstr "À côté du nom" msgid "Where the thumbnail image should appear relative to the name" msgstr "L'emplacement de la miniature associée au nom" +#. --------------------- #: ../gramps/plugins/graph/gvfamilylines.py:216 #: ../gramps/plugins/graph/gvhourglass.py:260 #: ../gramps/plugins/tool/sortevents.py:84 msgid "Options" msgstr "Options" +#. --------------------- +#. ############################### #: ../gramps/plugins/graph/gvfamilylines.py:219 #: ../gramps/plugins/graph/gvhourglass.py:280 #: ../gramps/plugins/graph/gvrelgraph.py:549 @@ -16142,6 +18555,7 @@ msgstr "Coloration du graphique" 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 gray." msgstr "Les hommes seront en bleu, les femmes en rouge, à moins qu'une couleur soit définie. Si le sexe d'un individu est indéterminé, celui-ci sera en gris." +#. see bug report #2180 #: ../gramps/plugins/graph/gvfamilylines.py:228 #: ../gramps/plugins/graph/gvhourglass.py:289 #: ../gramps/plugins/graph/gvrelgraph.py:582 @@ -16233,6 +18647,7 @@ msgstr "Maximum de générations ascendantes" msgid "The number of generations of ancestors to include in the graph" msgstr "Le nombre de générations d'ascendants à inclure dans le graphique" +#. ############################### #: ../gramps/plugins/graph/gvhourglass.py:277 #: ../gramps/plugins/graph/gvrelgraph.py:546 msgid "Graph Style" @@ -16336,8 +18751,8 @@ msgid "Import data from CSV files" msgstr "Importation des données depuis des fichiers CSV" #: ../gramps/plugins/importer/import.gpr.py:51 -#: ../data/gramps.xml.in.h:2 -#: ../data/gramps.keys.in.h:4 +#: ../data/gramps.keys.in.h:1 +#: ../data/gramps.xml.in.h:1 msgid "GEDCOM" msgstr "GEDCOM" @@ -16346,7 +18761,7 @@ msgid "GEDCOM is used to transfer data between genealogy programs. Most genealog msgstr "Le format GEDCOM est utilisé pour transférer des données entre différents logiciels de généalogie. La plupart des logiciels de généalogie acceptent ce format." #: ../gramps/plugins/importer/import.gpr.py:70 -#: ../data/gramps.keys.in.h:5 +#: ../data/gramps.keys.in.h:2 msgid "GeneWeb" msgstr "GeneWeb" @@ -16395,8 +18810,8 @@ msgid "Import data from vCard files" msgstr "Importation des données depuis des fichiers vCard" #: ../gramps/plugins/importer/importcsv.py:155 -#: ../gramps/plugins/importer/importgedcom.py:124 -#: ../gramps/plugins/importer/importgedcom.py:138 +#: ../gramps/plugins/importer/importgedcom.py:129 +#: ../gramps/plugins/importer/importgedcom.py:143 #: ../gramps/plugins/importer/importgeneweb.py:92 #: ../gramps/plugins/importer/importgeneweb.py:98 #: ../gramps/plugins/importer/importvcard.py:68 @@ -16499,10 +18914,10 @@ msgstr "date de décès" #: ../gramps/plugins/quickview/filterbyname.py:240 #: ../gramps/plugins/quickview/filterbyname.py:246 #: ../gramps/plugins/quickview/filterbyname.py:252 -#: ../gramps/plugins/webreport/narrativeweb.py:3664 -#: ../gramps/plugins/webreport/narrativeweb.py:3841 -#: ../gramps/plugins/webreport/narrativeweb.py:4291 -#: ../gramps/plugins/webreport/narrativeweb.py:6641 +#: ../gramps/plugins/webreport/narrativeweb.py:3665 +#: ../gramps/plugins/webreport/narrativeweb.py:3842 +#: ../gramps/plugins/webreport/narrativeweb.py:4292 +#: ../gramps/plugins/webreport/narrativeweb.py:6642 msgid "Gramps ID" msgstr "id Gramps" @@ -16582,16 +18997,76 @@ msgid_plural "Import Complete: %d seconds" msgstr[0] "Importation terminée : %d seconde" msgstr[1] "Importation terminée : %d secondes" -#: ../gramps/plugins/importer/importgedcom.py:127 +#: ../gramps/plugins/importer/importgedcom.glade.h:1 +msgid "Status" +msgstr "Statut" + +#: ../gramps/plugins/importer/importgedcom.glade.h:2 +msgid "Warning messages" +msgstr "Messages d'erreur" + +#: ../gramps/plugins/importer/importgedcom.glade.h:3 +msgid "GEDCOM Encoding" +msgstr "Encodage GEDCOM" + +#: ../gramps/plugins/importer/importgedcom.glade.h:4 +msgid "ANSEL" +msgstr "ANSEL" + +#: ../gramps/plugins/importer/importgedcom.glade.h:5 +msgid "ANSI (iso-8859-1)" +msgstr "ANSI (iso-8859-1)" + +#: ../gramps/plugins/importer/importgedcom.glade.h:6 +msgid "ASCII" +msgstr "ASCII" + +#: ../gramps/plugins/importer/importgedcom.glade.h:7 +msgid "Created by:" +msgstr "Créé par :" + +#: ../gramps/plugins/importer/importgedcom.glade.h:8 +msgid "Encoding:" +msgstr "Encodage :" + +#: ../gramps/plugins/importer/importgedcom.glade.h:9 +msgid "Encoding: " +msgstr "Encodage : " + +#: ../gramps/plugins/importer/importgedcom.glade.h:10 +msgid "Families:" +msgstr "Familles :" + +#: ../gramps/plugins/importer/importgedcom.glade.h:12 +msgid "Gramps - GEDCOM Encoding" +msgstr "Gramps - Encodage GEDCOM" + +#: ../gramps/plugins/importer/importgedcom.glade.h:13 +msgid "People:" +msgstr "Individus :" + +#: ../gramps/plugins/importer/importgedcom.glade.h:14 +msgid "This GEDCOM file has identified itself as using ANSEL encoding. Sometimes, this is in error. If the imported data contains unusual characters, undo the import, and override the character set by selecting a different encoding below." +msgstr "Ce fichier GEDCOM a été identifié comme utilisant l'encodage ANSEL. Il peut s'agir d'une erreur. Si les données importées contiennent des caractères inhabituels, annuler l'importation, et sélectionnez un encodage différent." + +#: ../gramps/plugins/importer/importgedcom.glade.h:15 +msgid "UTF8" +msgstr "UTF8" + +#: ../gramps/plugins/importer/importgedcom.glade.h:16 +msgid "Version:" +msgstr "Version :" + +#: ../gramps/plugins/importer/importgedcom.py:132 msgid "Invalid GEDCOM file" msgstr "Fichier GEDCOM invalide" -#: ../gramps/plugins/importer/importgedcom.py:128 +#: ../gramps/plugins/importer/importgedcom.py:133 #, python-format msgid "%s could not be imported" msgstr "%s n'a pas pu être importé" -#: ../gramps/plugins/importer/importgedcom.py:145 +#: ../gramps/plugins/importer/importgedcom.py:150 msgid "Error reading GEDCOM file" msgstr "Erreur de lecture du fichier GEDCOM" @@ -16609,6 +19084,8 @@ msgstr "Impossible de créer le répertoire media %s" msgid "Media directory %s is not writable" msgstr "Le répertoire media %s n'est pas accessible en écriture" +#. mediadir exists and writable -- User could have valuable stuff in +#. it, have him remove it! #: ../gramps/plugins/importer/importgpkg.py:82 #, python-format msgid "Media directory %s exists. Delete it first, then restart the import process" @@ -16670,45 +19147,49 @@ msgstr "Champ « %(fldname)s » non-trouvé" msgid "Cannot find DEF file: %(deffname)s" msgstr "Impossible de trouver le fichier DEF : %(deffname)s" -#: ../gramps/plugins/importer/importprogen.py:506 +#. print self.def_.diag() +#: ../gramps/plugins/importer/importprogen.py:509 msgid "Import from Pro-Gen" msgstr "Importer depuis Pro-Gen" -#: ../gramps/plugins/importer/importprogen.py:512 +#: ../gramps/plugins/importer/importprogen.py:515 msgid "Pro-Gen import" msgstr "Importation Pro-Gen" -#: ../gramps/plugins/importer/importprogen.py:705 +#: ../gramps/plugins/importer/importprogen.py:707 #, python-format msgid "date did not match: '%(text)s' (%(msg)s)" msgstr "date non-correspondante : « %(text)s » (%(msg)s)" # Substantif (GNOME fr) -#: ../gramps/plugins/importer/importprogen.py:785 +#. The records are numbered 1..N +#: ../gramps/plugins/importer/importprogen.py:787 msgid "Importing individuals" msgstr "Importation des individus" -#: ../gramps/plugins/importer/importprogen.py:829 +#: ../gramps/plugins/importer/importprogen.py:831 #, python-format msgid "Patronymic name skipped: '%(patronym)s' (%(msg)s)" msgstr "Nom patronymique ignoré : « %(patronym)s » (%(msg)s)" # Substantif (GNOME fr) -#: ../gramps/plugins/importer/importprogen.py:1073 +#. The records are numbered 1..N +#: ../gramps/plugins/importer/importprogen.py:1075 msgid "Importing families" msgstr "Importation des familles" # Substantif (GNOME fr) -#: ../gramps/plugins/importer/importprogen.py:1258 +#. The records are numbered 1..N +#: ../gramps/plugins/importer/importprogen.py:1260 msgid "Adding children" msgstr "Ajout des enfants" -#: ../gramps/plugins/importer/importprogen.py:1269 +#: ../gramps/plugins/importer/importprogen.py:1271 #, python-format msgid "cannot find father for I%(person)s (father=%(id)d)" msgstr "impossible de trouver le père de I%(person)s (father=%(id)d)" -#: ../gramps/plugins/importer/importprogen.py:1272 +#: ../gramps/plugins/importer/importprogen.py:1274 #, python-format msgid "cannot find mother for I%(person)s (mother=%(mother)d)" msgstr "impossible de trouver la mère de I%(person)s (mother=%(mother)d)" @@ -16722,12 +19203,20 @@ msgstr "Importation de vCard" msgid "Import of VCards version %s is not supported by Gramps." msgstr "L'importation des VCards de la version %s n'est pas supportée par Gramps." +#. feature requests 2356, 1658: avoid genitive form +#. ------------------------------------------------------------------------- +#. +#. Support functions +#. +#. ------------------------------------------------------------------------- +#. feature requests 2356, 1658: avoid genitive form #: ../gramps/plugins/importer/importxml.py:98 #: ../gramps/plugins/tool/eventnames.py:128 #, python-format msgid "%(event_name)s of %(family)s" msgstr "%(event_name)s de %(family)s" +#. feature requests 2356, 1658: avoid genitive form #: ../gramps/plugins/importer/importxml.py:100 #: ../gramps/plugins/tool/eventnames.py:130 #, python-format @@ -16889,6 +19378,7 @@ msgstr "" "\n" "Candidats à la fusion :\n" +#. there is no old style XML #: ../gramps/plugins/importer/importxml.py:817 #: ../gramps/plugins/importer/importxml.py:1254 #: ../gramps/plugins/importer/importxml.py:1506 @@ -17042,69 +19532,242 @@ msgstr "Erreur : la référence famille '%(family)s' mère '%(mother)s' est manq msgid "Error: family '%(family)s' child '%(child)s' does not refer back to the family. Reference added." msgstr "Erreur : la référence famille '%(family)s' enfant '%(child)s' est manquante. Cette référence a été ajoutée." -#: ../gramps/plugins/lib/libgedcom.py:1767 +#: ../gramps/plugins/lib/holidays.xml.in.h:1 +msgid "2 of Hanuka" +msgstr "jour 2 de Hanoucca" + +#: ../gramps/plugins/lib/holidays.xml.in.h:2 +msgid "2 of Passover" +msgstr "jour 2 de la pâque juive" + +#: ../gramps/plugins/lib/holidays.xml.in.h:3 +msgid "2 of Sukot" +msgstr "jour 2 de Sukot" + +#: ../gramps/plugins/lib/holidays.xml.in.h:4 +msgid "3 of Hanuka" +msgstr "jour 3 de Hanoucca" + +#: ../gramps/plugins/lib/holidays.xml.in.h:5 +msgid "3 of Passover" +msgstr "jour 3 de la pâque juive" + +#: ../gramps/plugins/lib/holidays.xml.in.h:6 +msgid "3 of Sukot" +msgstr "jour 3 de Sukot" + +#: ../gramps/plugins/lib/holidays.xml.in.h:7 +msgid "4 of Hanuka" +msgstr "jour 4 de Hanoucca" + +#: ../gramps/plugins/lib/holidays.xml.in.h:8 +msgid "4 of Passover" +msgstr "jour 4 de la pâque juive" + +#: ../gramps/plugins/lib/holidays.xml.in.h:9 +msgid "4 of Sukot" +msgstr "jour 4 de Sukot" + +#: ../gramps/plugins/lib/holidays.xml.in.h:10 +msgid "5 of Hanuka" +msgstr "jour 5 de Hanoucca" + +#: ../gramps/plugins/lib/holidays.xml.in.h:11 +msgid "5 of Passover" +msgstr "jour 5 de la pâque juive" + +#: ../gramps/plugins/lib/holidays.xml.in.h:12 +msgid "5 of Sukot" +msgstr "jour 5 de Sukot" + +#: ../gramps/plugins/lib/holidays.xml.in.h:13 +msgid "6 of Hanuka" +msgstr "jour 6 de Hanoucca" + +#: ../gramps/plugins/lib/holidays.xml.in.h:14 +msgid "6 of Passover" +msgstr "jour 6 de la pâque juive" + +#: ../gramps/plugins/lib/holidays.xml.in.h:15 +msgid "6 of Sukot" +msgstr "jour 6 de Sukot" + +#: ../gramps/plugins/lib/holidays.xml.in.h:16 +msgid "7 of Hanuka" +msgstr "jour 7 de Hanoucca" + +#: ../gramps/plugins/lib/holidays.xml.in.h:17 +msgid "7 of Passover" +msgstr "jour 7 de la pâque juive" + +#: ../gramps/plugins/lib/holidays.xml.in.h:18 +msgid "7 of Sukot" +msgstr "jour 7 de Sukot" + +#: ../gramps/plugins/lib/holidays.xml.in.h:19 +msgid "8 of Hanuka" +msgstr "jour 8 de Hanoucca" + +#: ../gramps/plugins/lib/holidays.xml.in.h:20 +msgid "Bulgaria" +msgstr "Bulgarie" + +#: ../gramps/plugins/lib/holidays.xml.in.h:21 +#: ../gramps/plugins/tool/extractcity.py:64 +msgid "Canada" +msgstr "Canada" + +#: ../gramps/plugins/lib/holidays.xml.in.h:22 +msgid "Chile" +msgstr "Chili" + +#: ../gramps/plugins/lib/holidays.xml.in.h:24 +msgid "Croatia" +msgstr "Croatie" + +#: ../gramps/plugins/lib/holidays.xml.in.h:25 +msgid "Czech Republic" +msgstr "République Tchèque" + +#: ../gramps/plugins/lib/holidays.xml.in.h:26 +msgid "England" +msgstr "Angleterre" + +#: ../gramps/plugins/lib/holidays.xml.in.h:27 +msgid "Finland" +msgstr "Finlande" + +#: ../gramps/plugins/lib/holidays.xml.in.h:28 +#: ../gramps/plugins/tool/extractcity.py:64 +msgid "France" +msgstr "France" + +#: ../gramps/plugins/lib/holidays.xml.in.h:29 +msgid "Germany" +msgstr "Allemagne" + +#: ../gramps/plugins/lib/holidays.xml.in.h:30 +msgid "Hanuka" +msgstr "Hanoucca" + +#: ../gramps/plugins/lib/holidays.xml.in.h:31 +msgid "Japan" +msgstr "Japon" + +#: ../gramps/plugins/lib/holidays.xml.in.h:32 +msgid "Jewish Holidays" +msgstr "Fêtes juives" + +#: ../gramps/plugins/lib/holidays.xml.in.h:33 +msgid "Passover" +msgstr "Pâque juive" + +# trunk +#: ../gramps/plugins/lib/holidays.xml.in.h:34 +msgid "Purim" +msgstr "Pourim" + +# trunk +#: ../gramps/plugins/lib/holidays.xml.in.h:35 +msgid "Rosh Ha'Shana" +msgstr "Roch Hachana" + +# trunk +#: ../gramps/plugins/lib/holidays.xml.in.h:36 +msgid "Rosh Ha'Shana 2" +msgstr "Roch Hachana 2" + +# trunk +#: ../gramps/plugins/lib/holidays.xml.in.h:37 +msgid "Shavuot" +msgstr "Chavouot" + +# trunk +#: ../gramps/plugins/lib/holidays.xml.in.h:38 +msgid "Simhat Tora" +msgstr "Sim'hat Torah" + +# trunk +#: ../gramps/plugins/lib/holidays.xml.in.h:39 +msgid "Sukot" +msgstr "Sukot" + +#: ../gramps/plugins/lib/holidays.xml.in.h:40 +msgid "Sweden - Holidays" +msgstr "Suède - jours fériés" + +#: ../gramps/plugins/lib/holidays.xml.in.h:41 +#: ../gramps/plugins/tool/extractcity.py:64 +msgid "United States of America" +msgstr "USA" + +#: ../gramps/plugins/lib/holidays.xml.in.h:42 +msgid "Yom Kippur" +msgstr "Yom Kippour" + +#: ../gramps/plugins/lib/libgedcom.py:1765 msgid "Your GEDCOM file is corrupted. It appears to have been truncated." msgstr "Votre fichier GEDCOM est corrompu. Il semble avoir été tronqué." -#: ../gramps/plugins/lib/libgedcom.py:1848 +#: ../gramps/plugins/lib/libgedcom.py:1846 #, python-format msgid "Import from GEDCOM (%s)" msgstr "Importé du GEDCOM (%s)" -#: ../gramps/plugins/lib/libgedcom.py:2642 -#: ../gramps/plugins/lib/libgedcom.py:3012 +#: ../gramps/plugins/lib/libgedcom.py:2641 +#: ../gramps/plugins/lib/libgedcom.py:3011 msgid "GEDCOM import" msgstr "Importation GEDCOM" # trunk -#: ../gramps/plugins/lib/libgedcom.py:2668 +#: ../gramps/plugins/lib/libgedcom.py:2667 msgid "GEDCOM import report: No errors detected" msgstr "Rapport d'importation GEDCOM : aucune erreur détectée" # trunk -#: ../gramps/plugins/lib/libgedcom.py:2670 +#: ../gramps/plugins/lib/libgedcom.py:2669 #, python-format msgid "GEDCOM import report: %s errors detected" msgstr "Rapport d'importation GEDCOM : %s erreurs détectées" # trunk # limite à 32 caractères ! -#: ../gramps/plugins/lib/libgedcom.py:2935 +#: ../gramps/plugins/lib/libgedcom.py:2934 msgid "Tag recognized but not supported" msgstr "Reconnu mais non-supporté (TAG)" # trunk -#: ../gramps/plugins/lib/libgedcom.py:2946 +#: ../gramps/plugins/lib/libgedcom.py:2945 msgid "Line ignored as not understood" msgstr "Ligne ignorée car non-comprise" # trunk -#: ../gramps/plugins/lib/libgedcom.py:2971 +#: ../gramps/plugins/lib/libgedcom.py:2970 msgid "Skipped subordinate line" msgstr "Ligne suivante ignorée" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3003 +#: ../gramps/plugins/lib/libgedcom.py:3002 msgid "Records not imported into " msgstr "Enregistrements non-importés dans " -#: ../gramps/plugins/lib/libgedcom.py:3039 +#: ../gramps/plugins/lib/libgedcom.py:3038 #, python-format msgid "Error: %(msg)s '%(gramps_id)s' (input as @%(xref)s@) not in input GEDCOM. Record synthesised" msgstr "Erreur : %(msg)s '%(gramps_id)s' (saisi comme @%(xref)s@) absent du fichier Gedcom. Enregistrement synthétisé" -#: ../gramps/plugins/lib/libgedcom.py:3048 +#: ../gramps/plugins/lib/libgedcom.py:3047 #, python-format msgid "Error: %(msg)s '%(gramps_id)s' (input as @%(xref)s@) not in input GEDCOM. Record with typifying attribute 'Unknown' created" msgstr "Erreur : %(msg)s '%(gramps_id)s' (saisi comme @%(xref)s@) absent du fichier Gedcom. Enregistrement avec le type d'attribut 'Inconnu' créé" -#: ../gramps/plugins/lib/libgedcom.py:3087 +#: ../gramps/plugins/lib/libgedcom.py:3086 #, python-format msgid "Error: family '%(family)s' (input as @%(orig_family)s@) person %(person)s (input as %(orig_person)s) is not a member of the referenced family. Family reference removed from person" msgstr "Erreur: famille '%(family)s' (saisie comme @%(orig_family)s@) individu %(person)s (saisi comme %(orig_person)s) n'est pas un membre d'une famille référencée. La référence de la famille a été enlevée pour cet individu" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3165 +#: ../gramps/plugins/lib/libgedcom.py:3164 #, python-format msgid "" "\n" @@ -17122,304 +19785,321 @@ msgstr "" "du nombre de parenthèses. Où ces objets\n" "'Inconnu' ont été référencés par la note %(unknown)s.\n" +#. 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:3232 +#, python-format +msgid "ADDR element ignored '%s'" +msgstr "'%s' ignoré par ADDR" + # trunk -#: ../gramps/plugins/lib/libgedcom.py:3183 +#: ../gramps/plugins/lib/libgedcom.py:3245 msgid "TRLR (trailer)" msgstr "TRLR (trailer-piste)" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3212 +#: ../gramps/plugins/lib/libgedcom.py:3274 #, python-format msgid "SUBM (Submitter): @%s@" msgstr "SUBM (Soumetteur) : @%s@" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3236 -#: ../gramps/plugins/lib/libgedcom.py:6730 +#: ../gramps/plugins/lib/libgedcom.py:3298 +#: ../gramps/plugins/lib/libgedcom.py:6778 msgid "GEDCOM data" msgstr "Donnée GEDCOM" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3282 +#: ../gramps/plugins/lib/libgedcom.py:3344 msgid "Unknown tag" msgstr "Balise inconnue" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3284 -#: ../gramps/plugins/lib/libgedcom.py:3298 -#: ../gramps/plugins/lib/libgedcom.py:3302 -#: ../gramps/plugins/lib/libgedcom.py:3323 +#: ../gramps/plugins/lib/libgedcom.py:3346 +#: ../gramps/plugins/lib/libgedcom.py:3360 +#: ../gramps/plugins/lib/libgedcom.py:3364 +#: ../gramps/plugins/lib/libgedcom.py:3385 msgid "Top Level" msgstr "Niveau supérieur" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3395 +#: ../gramps/plugins/lib/libgedcom.py:3457 #, python-format msgid "INDI (individual) Gramps ID %s" msgstr "INDI (individu) Gramps ID %s" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3589 -#: ../gramps/plugins/lib/libgedcom.py:4893 -#: ../gramps/plugins/lib/libgedcom.py:5102 -#: ../gramps/plugins/lib/libgedcom.py:5239 -#: ../gramps/plugins/lib/libgedcom.py:5870 -#: ../gramps/plugins/lib/libgedcom.py:6013 +#: ../gramps/plugins/lib/libgedcom.py:3651 +#: ../gramps/plugins/lib/libgedcom.py:4958 +#: ../gramps/plugins/lib/libgedcom.py:5156 +#: ../gramps/plugins/lib/libgedcom.py:5293 +#: ../gramps/plugins/lib/libgedcom.py:5928 +#: ../gramps/plugins/lib/libgedcom.py:6072 msgid "Filename omitted" msgstr "Nom de fichier ignoré" # trunk -#: ../gramps/plugins/lib/libgedcom.py:3591 -#: ../gramps/plugins/lib/libgedcom.py:4895 -#: ../gramps/plugins/lib/libgedcom.py:5104 -#: ../gramps/plugins/lib/libgedcom.py:5241 -#: ../gramps/plugins/lib/libgedcom.py:5872 -#: ../gramps/plugins/lib/libgedcom.py:6015 +#: ../gramps/plugins/lib/libgedcom.py:3653 +#: ../gramps/plugins/lib/libgedcom.py:4960 +#: ../gramps/plugins/lib/libgedcom.py:5158 +#: ../gramps/plugins/lib/libgedcom.py:5295 +#: ../gramps/plugins/lib/libgedcom.py:5930 +#: ../gramps/plugins/lib/libgedcom.py:6074 msgid "Form omitted" msgstr "Forme ignorée" # trunk -#: ../gramps/plugins/lib/libgedcom.py:4659 +#: ../gramps/plugins/lib/libgedcom.py:4724 #, python-format msgid "FAM (family) Gramps ID %s" msgstr "FAM (famille) Gramps ID %s" # trunk # limite à 32 caractères ! -#: ../gramps/plugins/lib/libgedcom.py:5390 +#. empty: discard, with warning and skip subs +#. Note: level+2 +#: ../gramps/plugins/lib/libgedcom.py:5447 msgid "Empty event note ignored" msgstr "Note vide ignorée (événement)" # trunk -#: ../gramps/plugins/lib/libgedcom.py:5707 -#: ../gramps/plugins/lib/libgedcom.py:6533 +#: ../gramps/plugins/lib/libgedcom.py:5765 +#: ../gramps/plugins/lib/libgedcom.py:6581 msgid "Warn: ADDR overwritten" msgstr "Attention : ADDR réécrite" # trunk -#: ../gramps/plugins/lib/libgedcom.py:5884 -#: ../gramps/plugins/lib/libgedcom.py:6275 +#: ../gramps/plugins/lib/libgedcom.py:5942 +#: ../gramps/plugins/lib/libgedcom.py:6367 msgid "REFN ignored" msgstr "REFN ignoré" # trunk -#: ../gramps/plugins/lib/libgedcom.py:5976 +#. SOURce with the given gramps_id had no title +#: ../gramps/plugins/lib/libgedcom.py:6035 #, python-format msgid "No title - ID %s" msgstr "Aucun titre - ID %s" # trunk -#: ../gramps/plugins/lib/libgedcom.py:5981 +#: ../gramps/plugins/lib/libgedcom.py:6040 #, python-format msgid "SOUR (source) Gramps ID %s" msgstr "SOUR (source) Gramps ID %s" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6201 +#: ../gramps/plugins/lib/libgedcom.py:6293 #, python-format msgid "OBJE (multi-media object) Gramps ID %s" msgstr "OBJE (objet multimédia) Gramps ID %s" -#: ../gramps/plugins/lib/libgedcom.py:6229 -#: ../gramps/plugins/lib/libgedcom.py:7226 +#: ../gramps/plugins/lib/libgedcom.py:6321 +#: ../gramps/plugins/lib/libgedcom.py:7274 #, python-format msgid "Could not import %s" msgstr "Impossible d'importer %s" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6265 +#: ../gramps/plugins/lib/libgedcom.py:6357 msgid "BLOB ignored" msgstr "BLOB ignoré" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6285 +#: ../gramps/plugins/lib/libgedcom.py:6377 msgid "Multimedia REFN:TYPE ignored" msgstr "REFN multimedia : TYPE ignoré" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6295 +#: ../gramps/plugins/lib/libgedcom.py:6387 msgid "Mutimedia RIN ignored" msgstr "RIN multimedia ignoré" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6382 +#: ../gramps/plugins/lib/libgedcom.py:6474 #, python-format msgid "REPO (repository) Gramps ID %s" msgstr "REPO (dépôt) Gramps ID %s" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6658 +#: ../gramps/plugins/lib/libgedcom.py:6706 msgid "Head (header)" msgstr "En-tête (header)" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6674 +#: ../gramps/plugins/lib/libgedcom.py:6722 msgid "Approved system identification" msgstr "Système d'identification approuvé" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6684 +#. feature request 2356: avoid genitive form +#: ../gramps/plugins/lib/libgedcom.py:6732 msgid "Generated by" msgstr "Généré par" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6698 +#: ../gramps/plugins/lib/libgedcom.py:6746 msgid "Name of software product" msgstr "Nom du logiciel source" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6710 +#: ../gramps/plugins/lib/libgedcom.py:6758 msgid "Version number of software product" msgstr "Numéro de version du logiciel source" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6727 +#: ../gramps/plugins/lib/libgedcom.py:6775 #, python-format msgid "Business that produced the product: %s" msgstr "Entreprise produisant : %s" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6748 +#: ../gramps/plugins/lib/libgedcom.py:6796 msgid "Name of source data" msgstr "Nom de la source des données" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6762 +#: ../gramps/plugins/lib/libgedcom.py:6810 msgid "Copyright of source data" msgstr "Droit à la copie des données" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6776 +#: ../gramps/plugins/lib/libgedcom.py:6824 msgid "Publication date of source data" msgstr "Date de publication des données" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6789 +#. feature request 2356: avoid genitive form +#: ../gramps/plugins/lib/libgedcom.py:6837 #, python-format msgid "Import from %s" msgstr "Importé depuis %s" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6827 +#: ../gramps/plugins/lib/libgedcom.py:6875 msgid "Submission record identifier" msgstr "Identifiant de soumission de l'enregistrement" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6838 +#: ../gramps/plugins/lib/libgedcom.py:6886 msgid "Language of GEDCOM text" msgstr "Language du texte GEDCOM" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6862 +#: ../gramps/plugins/lib/libgedcom.py:6910 #, python-format msgid "Import of GEDCOM file %(filename)s with DEST=%(by)s, could cause errors in the resulting database!" msgstr "Importation du fichier GEDCOM %(filename)s avec DEST=%(by)s, peut générer des erreurs dans la base de données !" # Substantif (GNOME fr) -#: ../gramps/plugins/lib/libgedcom.py:6865 +#: ../gramps/plugins/lib/libgedcom.py:6913 msgid "Look for nameless events." msgstr "Recherche des événements sans nom." # trunk -#: ../gramps/plugins/lib/libgedcom.py:6888 +#: ../gramps/plugins/lib/libgedcom.py:6936 msgid "Character set" msgstr "Encodage du caractère" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6890 +#: ../gramps/plugins/lib/libgedcom.py:6938 msgid "Character set and version" msgstr "Encodage du caractère et la version" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6906 +#: ../gramps/plugins/lib/libgedcom.py:6954 msgid "GEDCOM version not supported" msgstr "Version du GEDCOM non-supportée" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6909 +#: ../gramps/plugins/lib/libgedcom.py:6957 msgid "GEDCOM version" msgstr "Version du GEDCOM" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6912 +#: ../gramps/plugins/lib/libgedcom.py:6960 msgid "GEDCOM form not supported" msgstr "Forme de GEDCOM non-supportée" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6914 +#: ../gramps/plugins/lib/libgedcom.py:6962 msgid "GEDCOM form" msgstr "Forme de GEDCOM" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6960 +#: ../gramps/plugins/lib/libgedcom.py:7008 msgid "Creation date of GEDCOM" msgstr "Date de création du GEDCOM" # trunk -#: ../gramps/plugins/lib/libgedcom.py:6964 +#: ../gramps/plugins/lib/libgedcom.py:7012 msgid "Creation date and time of GEDCOM" msgstr "Date et heure de création du GEDCOM" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7001 -#: ../gramps/plugins/lib/libgedcom.py:7041 +#: ../gramps/plugins/lib/libgedcom.py:7049 +#: ../gramps/plugins/lib/libgedcom.py:7089 msgid "Empty note ignored" msgstr "Note vide ignorée" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7056 +#: ../gramps/plugins/lib/libgedcom.py:7104 #, python-format msgid "NOTE Gramps ID %s" msgstr "NOTE Gramps ID %s" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7106 +#: ../gramps/plugins/lib/libgedcom.py:7154 msgid "Submission: Submitter" msgstr "Soumission : soumetteur" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7108 +#: ../gramps/plugins/lib/libgedcom.py:7156 msgid "Submission: Family file" msgstr "Soumission : fichier de famille" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7110 +#: ../gramps/plugins/lib/libgedcom.py:7158 msgid "Submission: Temple code" msgstr "Soumission : code du temple (LDS)" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7112 +#: ../gramps/plugins/lib/libgedcom.py:7160 msgid "Submission: Generations of ancestors" msgstr "Soumission : générations d'ascendants" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7114 +#: ../gramps/plugins/lib/libgedcom.py:7162 msgid "Submission: Generations of descendants" msgstr "Soumission : générations de descendants" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7116 +#: ../gramps/plugins/lib/libgedcom.py:7164 msgid "Submission: Ordinance process flag" msgstr "Soumission : marque de l'ordinance (LDS)" # trunk -#: ../gramps/plugins/lib/libgedcom.py:7328 +#. # Okay we have no clue which temple this is. +#. # We should tell the user and store it anyway. +#: ../gramps/plugins/lib/libgedcom.py:7376 msgid "Invalid temple code" msgstr "Code de temple invalide" -#: ../gramps/plugins/lib/libgedcom.py:7416 +#: ../gramps/plugins/lib/libgedcom.py:7464 msgid "Your GEDCOM file is corrupted. The file appears to be encoded using the UTF16 character set, but is missing the BOM marker." msgstr "Votre fichier GEDCOM est corrompu. Ce fichier apparaît comme utilisant l'encodage de caractères UTF-16, mais il manque le marqueur BOM." -#: ../gramps/plugins/lib/libgedcom.py:7419 +#: ../gramps/plugins/lib/libgedcom.py:7467 msgid "Your GEDCOM file is empty." msgstr "Votre fichier GEDCOM est vide." -#: ../gramps/plugins/lib/libgedcom.py:7482 +#: ../gramps/plugins/lib/libgedcom.py:7530 #, python-format msgid "Invalid line %d in GEDCOM file." msgstr "Ligne %d invalide dans le fichier GEDCOM." +#. First is used as default selection. +#. As seen on the internet, ISO-xxx are listed as capital letters #: ../gramps/plugins/lib/libhtmlconst.py:53 msgid "Unicode UTF-8 (recommended)" msgstr "Unicode UTF-8 (recommandé)" @@ -17428,6 +20108,8 @@ msgstr "Unicode UTF-8 (recommandé)" msgid "Standard copyright" msgstr "Droit d'auteur standard" +#. This must match _CC +#. translators, long strings, have a look at Web report dialogs #: ../gramps/plugins/lib/libhtmlconst.py:113 msgid "Creative Commons - By attribution" msgstr "Creative Commons - Paternité" @@ -17461,42 +20143,35 @@ msgid "No copyright notice" msgstr "Pas de note de licence" # trunk -#: ../gramps/plugins/lib/libmetadata.py:63 -#: ../gramps/plugins/lib/libmetadata.py:99 +#: ../gramps/plugins/lib/libmetadata.py:55 +#: ../gramps/plugins/lib/libmetadata.py:91 msgid "Invalid format" msgstr "Format invalide" # trunk -#: ../gramps/plugins/lib/libmetadata.py:67 +#: ../gramps/plugins/lib/libmetadata.py:59 #, python-format msgid "%(hr)02d:%(min)02d:%(sec)02d" msgstr "%(hr)02d:%(min)02d:%(sec)02d" # trunk -#: ../gramps/plugins/lib/libmetadata.py:70 +#: ../gramps/plugins/lib/libmetadata.py:62 #, python-format msgid "%(date)s %(time)s" msgstr "%(date)s %(time)s" -#: ../gramps/plugins/lib/libmetadata.py:102 -#: ../gramps/plugins/textreport/simplebooktitle.py:148 -#: ../gramps/gui/glade/addmedia.glade:126 -#: ../gramps/gui/glade/editperson.glade:290 -msgid "Image" -msgstr "Image" - # trunk -#: ../gramps/plugins/lib/libmetadata.py:103 +#: ../gramps/plugins/lib/libmetadata.py:95 msgid "Camera" msgstr "Camera" # trunk -#: ../gramps/plugins/lib/libmetadata.py:104 +#: ../gramps/plugins/lib/libmetadata.py:96 msgid "GPS" msgstr "GPS" # trunk -#: ../gramps/plugins/lib/libmetadata.py:105 +#: ../gramps/plugins/lib/libmetadata.py:97 msgid "Advanced" msgstr "Avancé" @@ -20485,7 +23160,7 @@ msgstr "Exactement deux individus doivent être sélectionnés pour accomplir un #: ../gramps/plugins/lib/libplaceview.py:105 #: ../gramps/plugins/view/placetreeview.py:83 -#: ../gramps/plugins/webreport/narrativeweb.py:384 +#: ../gramps/plugins/webreport/narrativeweb.py:385 msgid "Church Parish" msgstr "Paroisse" @@ -20567,54 +23242,50 @@ msgid "Provides common functionality for Gramps XML import/export." msgstr "Fournit une fonctionnalité commune pour l'importation et l'exportation Gramps XML." #: ../gramps/plugins/lib/libplugins.gpr.py:87 -msgid "Base class for ImportGrdb" -msgstr "Classe de base pour ImportGrdb" - -#: ../gramps/plugins/lib/libplugins.gpr.py:105 msgid "Provides holiday information for different countries." msgstr "Fournit l'information sur les jours fériés selon les pays." -#: ../gramps/plugins/lib/libplugins.gpr.py:123 +#: ../gramps/plugins/lib/libplugins.gpr.py:105 msgid "Manages a HTML file implementing DocBackend." msgstr "Gère un fichier HTML en implémentant DocBackend." -#: ../gramps/plugins/lib/libplugins.gpr.py:141 +#: ../gramps/plugins/lib/libplugins.gpr.py:123 msgid "Common constants for html files." msgstr "Constantes communes aux fichiers html." -#: ../gramps/plugins/lib/libplugins.gpr.py:159 +#: ../gramps/plugins/lib/libplugins.gpr.py:141 msgid "Manages an HTML DOM tree." msgstr "Gère une hiérarchie DOM au format HTML." -#: ../gramps/plugins/lib/libplugins.gpr.py:177 +#: ../gramps/plugins/lib/libplugins.gpr.py:159 msgid "Provides base functionality for map services." msgstr "Fournit une base fonctionnelle pour les services cartographiques." -#: ../gramps/plugins/lib/libplugins.gpr.py:194 +#: ../gramps/plugins/lib/libplugins.gpr.py:176 msgid "Provides Textual Narration." msgstr "Produit un texte narratif." -#: ../gramps/plugins/lib/libplugins.gpr.py:211 +#: ../gramps/plugins/lib/libplugins.gpr.py:193 msgid "Manages an ODF file implementing DocBackend." msgstr "Gère un fichier ODF en implémentant DocBackend." -#: ../gramps/plugins/lib/libplugins.gpr.py:228 +#: ../gramps/plugins/lib/libplugins.gpr.py:210 msgid "Provides Textual Translation." msgstr "Produit une traduction textuelle." -#: ../gramps/plugins/lib/libplugins.gpr.py:245 +#: ../gramps/plugins/lib/libplugins.gpr.py:227 msgid "Provides the Base needed for the List People views." msgstr "Fournit la base nécessaire à la liste dans les vues Individus." -#: ../gramps/plugins/lib/libplugins.gpr.py:262 +#: ../gramps/plugins/lib/libplugins.gpr.py:244 msgid "Provides the Base needed for the List Place views." msgstr "Fournit la base nécessaire à la liste dans les vues Lieux." -#: ../gramps/plugins/lib/libplugins.gpr.py:279 +#: ../gramps/plugins/lib/libplugins.gpr.py:261 msgid "Provides variable substitution on display lines." msgstr "Fournit la variable de substitution pour les lignes affichées." -#: ../gramps/plugins/lib/libplugins.gpr.py:295 +#: ../gramps/plugins/lib/libplugins.gpr.py:277 msgid "Provides the base needed for the ancestor and descendant graphical reports." msgstr "Fournit la base nécessaire pour les ancêtres et descendants des rapports graphiques." @@ -20687,6 +23358,12 @@ msgid "Longest past marriage" msgstr "Le mariage le plus long" # trunk +#. List of translated strings used here +#. Dead code for l10n; added on translation template +#. Translation string should be same as key name +#. ex: AttributeType +#. (FATHER_AGE , _("Father's Age"), "Father Age"), +#. (MOTHER_AGE , _("Mother's Age"), "Mother Age"), #: ../gramps/plugins/lib/libtranslate.py:166 msgid "Father Age" msgstr "Âge du mari / compagnon" @@ -20696,19 +23373,19 @@ msgstr "Âge du mari / compagnon" msgid "Mother Age" msgstr "Âge de la femme / compagne" -#: ../gramps/plugins/lib/libtreebase.py:757 +#: ../gramps/plugins/lib/libtreebase.py:760 msgid "Top Left" msgstr "Supérieur gauche" -#: ../gramps/plugins/lib/libtreebase.py:758 +#: ../gramps/plugins/lib/libtreebase.py:761 msgid "Top Right" msgstr "Supérieur droit" -#: ../gramps/plugins/lib/libtreebase.py:759 +#: ../gramps/plugins/lib/libtreebase.py:762 msgid "Bottom Left" msgstr "Inférieur gauche" -#: ../gramps/plugins/lib/libtreebase.py:760 +#: ../gramps/plugins/lib/libtreebase.py:763 msgid "Bottom Right" msgstr "Inférieur droit" @@ -20821,6 +23498,11 @@ msgstr "Zoom utilisé pour centrer" msgid "The maximum number of places to show" msgstr "Le nombre maximum de lieux à afficher" +#. there is no button. I need to found a solution for this. +#. it can be very dangerous ! if someone put / in geography.path ... +#. perhaps we need some contrôl on this path : +#. should begin with : /home, /opt, /map, ... +#. configdialog.add_button(table, '', 4, 'geography.clean') #: ../gramps/plugins/lib/maps/geography.py:1014 msgid "The map" msgstr "La carte" @@ -20852,10 +23534,13 @@ msgstr "" msgid "The green values in the row correspond to the current place values." msgstr "Les valeurs en vert sur la ligne correspondent aux valeurs actuelles du lieu." +#. 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:204 msgid "New place with empty fields" msgstr "Nouveau lieu avec des champs vides" +#. Make upper case of translaed country so string search works later #: ../gramps/plugins/mapservices/eniroswedenmap.py:46 #: ../gramps/plugins/tool/extractcity.py:64 msgid "Sweden" @@ -20919,7 +23604,7 @@ msgid "Open on maps.google.com" msgstr "Ouvrir dans maps.google.com" #: ../gramps/plugins/mapservices/mapservice.gpr.py:69 -#: ../gramps/plugins/webreport/narrativeweb.py:8306 +#: ../gramps/plugins/webreport/narrativeweb.py:8307 msgid "OpenStreetMap" msgstr "OpenStreetMap" @@ -20946,6 +23631,8 @@ msgstr "" "\n" "%d correspondances.\n" +#. display the results +#. feature request 2356: avoid genitive form #: ../gramps/plugins/quickview/all_events.py:59 #, python-format msgid "Sorted events of %s" @@ -20954,7 +23641,7 @@ msgstr "Événements triés pour %s" #: ../gramps/plugins/quickview/all_events.py:62 #: ../gramps/plugins/quickview/all_events.py:107 #: ../gramps/plugins/quickview/all_events.py:119 -#: ../gramps/plugins/webreport/narrativeweb.py:5758 +#: ../gramps/plugins/webreport/narrativeweb.py:5759 msgid "Event Type" msgstr "Type d'événement" @@ -20970,6 +23657,7 @@ msgstr "Date de l'événement" msgid "Event Place" msgstr "Lieu de l'événement" +#. display the results #: ../gramps/plugins/quickview/all_events.py:102 #, python-format msgid "" @@ -21035,11 +23723,11 @@ msgstr "Parent" #: ../gramps/plugins/quickview/all_relations.py:288 #: ../gramps/plugins/view/relview.py:417 -#: ../gramps/plugins/webreport/narrativeweb.py:385 -#: ../gramps/plugins/webreport/narrativeweb.py:2465 -#: ../gramps/plugins/webreport/narrativeweb.py:2467 -#: ../gramps/plugins/webreport/narrativeweb.py:2912 -#: ../gramps/plugins/webreport/narrativeweb.py:5232 +#: ../gramps/plugins/webreport/narrativeweb.py:386 +#: ../gramps/plugins/webreport/narrativeweb.py:2466 +#: ../gramps/plugins/webreport/narrativeweb.py:2468 +#: ../gramps/plugins/webreport/narrativeweb.py:2913 +#: ../gramps/plugins/webreport/narrativeweb.py:5233 msgid "Partner" msgstr "Conjoint" @@ -21285,6 +23973,8 @@ msgid_plural "Filter matched %d records." msgstr[0] "Le filtre a trouvé %d enregistrement." msgstr[1] "Le filtre a trouvé %d enregistrements." +#. display the results +#. feature request 2356: avoid genitive form #: ../gramps/plugins/quickview/lineage.py:54 #, python-format msgid "Father lineage for %s" @@ -21308,6 +23998,8 @@ msgstr "Remarque" msgid "Direct line male descendants" msgstr "Ligne directe des descendants masculins" +#. display the results +#. feature request 2356: avoid genitive form #: ../gramps/plugins/quickview/lineage.py:85 #, python-format msgid "Mother lineage for %s" @@ -21336,10 +24028,11 @@ msgstr "Aucune relation de naissance avec l'enfant" #: ../gramps/plugins/quickview/lineage.py:160 #: ../gramps/plugins/quickview/lineage.py:180 -#: ../gramps/plugins/tool/verify.py:961 +#: ../gramps/plugins/tool/verify.py:965 msgid "Unknown gender" msgstr "Genre inconnu" +#. display the title #: ../gramps/plugins/quickview/linkreferences.py:45 msgid "Link References for this note" msgstr "Références lien pour cette note" @@ -21364,6 +24057,7 @@ msgstr "Internet" msgid "No link references for this note" msgstr "Aucune référence lien pour cette note" +#. display the title #: ../gramps/plugins/quickview/onthisday.py:79 #, python-format msgid "Events of %(date)s" @@ -21514,6 +24208,7 @@ msgstr "Affiche les individus porteurs du même prénom." msgid "Same Given Names - stand-alone" msgstr "Même prénom - indépendant" +#. Go over siblings and build their menu #: ../gramps/plugins/quickview/quickview.gpr.py:316 #: ../gramps/plugins/view/pedigreeview.py:1687 #: ../gramps/plugins/view/relview.py:922 @@ -21524,6 +24219,7 @@ msgstr "Frères et sœurs " msgid "Display a person's siblings." msgstr "Affiche les frères et sœurs de l'individu." +#. display the title #: ../gramps/plugins/quickview/references.py:70 #, python-format msgid "References for this %s" @@ -21539,7 +24235,7 @@ msgid "Type of media" msgstr "Support" #: ../gramps/plugins/quickview/reporef.py:64 -#: ../gramps/plugins/webreport/narrativeweb.py:2736 +#: ../gramps/plugins/webreport/narrativeweb.py:2737 msgid "Call number" msgstr "Numéro d'identifiant" @@ -21581,6 +24277,7 @@ msgstr "Individus avec des prénoms incomplets" msgid "Matches people with firstname missing" msgstr "Correspond aux individus sans prénom" +#. display the title #: ../gramps/plugins/quickview/samesurnames.py:107 #, python-format msgid "People sharing the surname '%s'" @@ -21595,11 +24292,14 @@ msgid_plural "There are %d people with a matching name, or alternate name.\n" msgstr[0] "Il y a %d individu portant ce nom, ou ce nom alternatif.\n" msgstr[1] "Il y a %d individus portant ce nom, ou ce nom alternatif.\n" +#. display the title #: ../gramps/plugins/quickview/samesurnames.py:149 #, python-format msgid "People with the given name '%s'" msgstr "Individus ayant le prénom « %s »" +#. display the title +#. feature request 2356: avoid genitive form #: ../gramps/plugins/quickview/siblings.py:48 #, python-format msgid "Siblings of %s" @@ -21718,6 +24418,7 @@ msgstr "Index alphabétique" msgid "The style used for index entries." msgstr "Le style utilisé pour les entrées de l'index." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/ancestorreport.py:193 #, python-format msgid "Ahnentafel Report for %s" @@ -21771,6 +24472,7 @@ msgstr "Traduction " msgid "The translation to be used for the report." msgstr "La traduction à utiliser pour le rapport." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/birthdayreport.py:174 #, python-format msgid "Relationships shown are to %s" @@ -21988,6 +24690,7 @@ msgstr "Le style utilisé pour l'affichage du niveau %d." msgid "The style used for the spouse level %d display." msgstr "Le style utilisé pour l'affichage du conjoint au niveau %d." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/detancestralreport.py:195 #, python-format msgid "Ancestral Report for %s" @@ -21999,6 +24702,7 @@ msgstr "Liste détaillée des ascendants de %s" msgid "%(name)s is the same person as [%(id_str)s]." msgstr "%(name)s est le même individu que [%(id_str)s]." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/detancestralreport.py:316 #: ../gramps/plugins/textreport/detdescendantreport.py:777 #, python-format @@ -22098,6 +24802,8 @@ msgstr "Saut de page avant les références bibliographiques" msgid "Whether to start a new page before the end notes." msgstr "Ajouter ou non une page avant les références bibliographiques." +#. Content options +#. Content #: ../gramps/plugins/textreport/detancestralreport.py:765 #: ../gramps/plugins/textreport/detdescendantreport.py:940 #: ../gramps/plugins/view/relview.py:1691 @@ -22260,6 +24966,8 @@ msgstr "Inclure les notes des sources" msgid "Whether to include source notes in the Endnotes section. Only works if Include sources is selected." msgstr "Inclure ou non les notes de la source dans la section Bibliographie. Ne fonctionne que si l'option inclure les sources est sélectionnée." +#. How to handle missing information +#. Missing information #: ../gramps/plugins/textreport/detancestralreport.py:837 #: ../gramps/plugins/textreport/detdescendantreport.py:1032 msgid "Missing information" @@ -22309,6 +25017,7 @@ msgstr "Le style utilisé pour l'en-tête Plus de détails." msgid "The style used for additional detail data." msgstr "Style pour l'ajout de détails additionnels." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/detdescendantreport.py:288 #, python-format msgid "Descendant Report for %(person_name)s" @@ -22380,11 +25089,13 @@ msgstr "Inclure ou non la lignée des descendants de l'individu de départ vers msgid "The style used for the More About header and for headers of mates." msgstr "Le style utilisé pour les en-têtes plus de détails et conjoints." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/endoflinereport.py:151 #, python-format msgid "End of Line Report for %s" msgstr "Rapport de fin de lignée pour %s" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/endoflinereport.py:158 #, python-format msgid "All the ancestors of %s who are missing a parent" @@ -22406,7 +25117,7 @@ msgid "The basic style used for generation headings." msgstr "Le style de base pour les intitulés de génération." #: ../gramps/plugins/textreport/familygroup.py:124 -#: ../gramps/plugins/webreport/narrativeweb.py:1041 +#: ../gramps/plugins/webreport/narrativeweb.py:1042 #, python-format msgid "%(type)s: %(value)s" msgstr "%(type)s : %(value)s" @@ -22439,6 +25150,7 @@ msgstr "Fiche familiale - Génération %d" msgid "Family Group Report" msgstr "Fiche familiale" +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:631 msgid "Center Family" msgstr "Famille centrale" @@ -22455,6 +25167,7 @@ msgstr "Récursif" msgid "Create reports for all descendants of this family." msgstr "Créer des rapports pour tous les descendants de cette famille." +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:655 msgid "Generation numbers (recursive only)" msgstr "Numéros de génération (seulement récursif)" @@ -22523,10 +25236,12 @@ msgstr "Mariages des enfants" msgid "Whether to include marriage information for children." msgstr "Inclure ou non les informations du mariage des enfants." +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:698 msgid "Missing Information" msgstr "Information manquante" +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:701 msgid "Print fields for missing information" msgstr "Champs d'impression pour les informations manquantes" @@ -22543,10 +25258,16 @@ msgstr "Le style utilisé pour le texte relatif aux enfants." msgid "The style used for the parent's name" msgstr "Le style utilisé pour le nom des parents" +#. ------------------------------------------------------------------------ +#. +#. Global variables +#. +#. ------------------------------------------------------------------------ #: ../gramps/plugins/textreport/indivcomplete.py:67 msgid "Sections" msgstr "Sections" +#. Translated headers for the sections #: ../gramps/plugins/textreport/indivcomplete.py:69 msgid "Individual Facts" msgstr "Faits individuels" @@ -22571,6 +25292,7 @@ msgstr "%(name)s [%(gid)s]" msgid "Marriages/Children" msgstr "Mariages et enfants" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/indivcomplete.py:564 #, python-format msgid "Summary of %s" @@ -22614,6 +25336,7 @@ msgstr "Inclure les identifiants" msgid "Whether to include Gramps ID next to names." msgstr "Inclure ou non les identifiants Gramps après les noms." +#. ############################### #: ../gramps/plugins/textreport/indivcomplete.py:736 msgid "Event groups" msgstr "Groupes d'événements" @@ -22630,6 +25353,7 @@ msgstr "Style pour l'étiquette des catégories." msgid "The style used for the spouse's name." msgstr "Style pour le nom de jeune fille." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/kinshipreport.py:118 #, python-format msgid "Kinship Report for %s" @@ -22668,6 +25392,7 @@ msgstr "Inclure ou non les tantes/oncles/neveux/nièces" msgid "The basic style used for sub-headings." msgstr "Le style de base utilisé pour les sous-titres." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/numberofancestorsreport.py:104 #, python-format msgid "Number of Ancestors for %s" @@ -22680,11 +25405,15 @@ msgid_plural "Generation %(generation)d has %(count)d individuals. %(percent)s" msgstr[0] "La génération %(generation)d contient %(count)d individu. %(percent)s" msgstr[1] "La génération %(generation)d contient %(count)d individus. %(percent)s" +#. TC # English return something like: +#. Total ancestors in generations 2 to 3 is 4. (66.67%) #: ../gramps/plugins/textreport/numberofancestorsreport.py:164 #, python-format msgid "Total ancestors in generations %(second_generation)d to %(last_generation)d is %(count)d. %(percent)s" msgstr "Total d'ascendants de la génération %(second_generation)d à %(last_generation)d est %(count)d. %(percent)s" +#. Write the title line. Set in INDEX marker so that this section will be +#. identified as a major category if this is included in a Book report. #: ../gramps/plugins/textreport/placereport.py:112 #: ../gramps/plugins/textreport/placereport.py:125 #: ../gramps/plugins/textreport/textplugins.gpr.py:298 @@ -23036,6 +25765,7 @@ msgstr "Rapport Étiquette" msgid "You must first create a tag before running this report." msgstr "Vous devez d'abord créer une étiquette avant de lancer ce rapport." +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/tagreport.py:86 #, python-format msgid "Tag Report for %s Items" @@ -23167,6 +25897,20 @@ msgstr "Produit un index alphabétique pour les rapports livre." msgid "Records Report" msgstr "Rapport d'enregistrements" +#: ../gramps/plugins/tool/changenames.glade.h:1 +msgid "" +"Below is a list of the family names that \n" +"Gramps can convert to correct capitalization. \n" +"Select the names you wish Gramps to convert. " +msgstr "" +"Voici une liste des noms de familles dont \n" +"Gramps peut corriger l'utilisation des lettres capitales. \n" +"Veuillez sélectionner les noms que vous désirez convertir. " + +#: ../gramps/plugins/tool/changenames.glade.h:4 +msgid "_Accept changes and close" +msgstr "_Accepter les modifications et fermer la fenêtre" + # manuel wiki #: ../gramps/plugins/tool/changenames.py:66 msgid "manual|Fix_Capitalization_of_Family_Names..." @@ -23214,6 +25958,18 @@ msgstr "Changement de la casse" msgid "Building display" msgstr "Chargement en cours" +#: ../gramps/plugins/tool/changetypes.glade.h:1 +msgid "This tool will rename all events of one type to a different type. Once completed, this cannot be undone by the regular Undo function." +msgstr "Cet outil renommera le type d'événement pour toute la base. Aucun retour en arrière ne sera alors possible avec la fonction Annuler." + +#: ../gramps/plugins/tool/changetypes.glade.h:2 +msgid "_New event type:" +msgstr "_Nouveau type d'événement :" + +#: ../gramps/plugins/tool/changetypes.glade.h:3 +msgid "_Original event type:" +msgstr "Type d'événement _original :" + #: ../gramps/plugins/tool/changetypes.py:64 msgid "Change Event Types" msgstr "Échanger des types d'événement" @@ -23241,18 +25997,18 @@ msgstr[0] "%d événement a été modifié." msgstr[1] "%d événements ont été modifiés." # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:106 -#: ../gramps/plugins/tool/check.py:236 +#: ../gramps/plugins/tool/check.py:104 +#: ../gramps/plugins/tool/check.py:234 msgid "Checking Database" msgstr "Vérification de la base de données" # Substantif (GNOME fr) # trunk -#: ../gramps/plugins/tool/check.py:107 +#: ../gramps/plugins/tool/check.py:105 msgid "Looking for cross table duplicates" msgstr "Recherche de doublons dans les tables croisées" -#: ../gramps/plugins/tool/check.py:152 +#: ../gramps/plugins/tool/check.py:150 msgid "" "Your family tree contains cross table duplicate handles.\n" " This is bad and can be fixed by making a backup of your\n" @@ -23267,54 +26023,54 @@ msgstr "" "Le reste de la vérification est ignoré, l'outil de vérification et de\n" "réparation de la base de données devra être lancé après importation." -#: ../gramps/plugins/tool/check.py:159 +#: ../gramps/plugins/tool/check.py:157 msgid "Check Integrity" msgstr "Contrôle d'intégrité" -#: ../gramps/plugins/tool/check.py:237 +#: ../gramps/plugins/tool/check.py:235 #, python-format msgid "Objects referenced by this note were referenced but missing so that is why they have been created when you ran Check and Repair on %s." msgstr "Les objets référencés par cette note ont été référencés mais sont absents, c'est pourquoi ils ont été créés quand vous avez utilisé la vérification et la réparation de l'arbre à la date du %s." # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:259 +#: ../gramps/plugins/tool/check.py:257 msgid "Looking for invalid name format references" msgstr "Recherche de références à un format de nom invalide" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:311 +#: ../gramps/plugins/tool/check.py:309 msgid "Looking for duplicate spouses" msgstr "Recherche de doublons de conjoint" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:334 +#: ../gramps/plugins/tool/check.py:332 msgid "Looking for character encoding errors" msgstr "Recherche les erreurs d'encodage de caractères" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:374 +#: ../gramps/plugins/tool/check.py:372 msgid "Looking for ctrl characters in notes" msgstr "Recherche de caractères de contrôle dans les notes" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:399 +#: ../gramps/plugins/tool/check.py:397 msgid "Looking for broken family links" msgstr "Recherche de liens familiaux brisés" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:599 +#: ../gramps/plugins/tool/check.py:597 msgid "Looking for unused objects" msgstr "Recherche d'objets non-référencés" -#: ../gramps/plugins/tool/check.py:673 +#: ../gramps/plugins/tool/check.py:671 msgid "Select file" msgstr "Sélectionner un fichier" -#: ../gramps/plugins/tool/check.py:705 +#: ../gramps/plugins/tool/check.py:702 msgid "Media object could not be found" msgstr "L'objet medium est introuvable" -#: ../gramps/plugins/tool/check.py:706 +#: ../gramps/plugins/tool/check.py:703 #, python-format msgid "" "The file:\n" @@ -23326,257 +26082,262 @@ msgstr "" "est référencé dans la base mais n'existe plus. Le fichier a sans doute été effacé ou déplacé. Vous pouvez choisir de retirer la référence de la base, de garder la référence à un fichier absent ou de sélectionner un nouveau fichier." # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:783 +#: ../gramps/plugins/tool/check.py:780 msgid "Looking for empty people records" msgstr "Recherche d'individus vides" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:791 +#: ../gramps/plugins/tool/check.py:788 msgid "Looking for empty family records" msgstr "Recherche de familles vides" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:799 +#: ../gramps/plugins/tool/check.py:796 msgid "Looking for empty event records" msgstr "Recherche de problèmes dans les événements" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:807 +#: ../gramps/plugins/tool/check.py:804 msgid "Looking for empty source records" msgstr "Recherche de problèmes dans les sources" # Substantif (GNOME fr) # trunk -#: ../gramps/plugins/tool/check.py:815 +#: ../gramps/plugins/tool/check.py:812 msgid "Looking for empty citation records" msgstr "Recherche de citations vides" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:823 +#: ../gramps/plugins/tool/check.py:820 msgid "Looking for empty place records" msgstr "Recherche de problèmes dans les lieux" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:831 +#: ../gramps/plugins/tool/check.py:828 msgid "Looking for empty media records" msgstr "Recherche de problèmes dans les objets media" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:839 +#: ../gramps/plugins/tool/check.py:836 msgid "Looking for empty repository records" msgstr "Recherche de problèmes dans les dépôts" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:847 +#: ../gramps/plugins/tool/check.py:844 msgid "Looking for empty note records" msgstr "Recherche de notes vides" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:893 +#: ../gramps/plugins/tool/check.py:890 msgid "Looking for empty families" msgstr "Recherche de familles vides" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:928 +#: ../gramps/plugins/tool/check.py:925 msgid "Looking for broken parent relationships" msgstr "Recherche de relations parentales brisées" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:965 +#: ../gramps/plugins/tool/check.py:962 msgid "Looking for event problems" msgstr "Recherche de problèmes pour les événements" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1129 +#: ../gramps/plugins/tool/check.py:1126 msgid "Looking for person reference problems" msgstr "Recherche de problèmes dans la référence de l'individu" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1159 +#: ../gramps/plugins/tool/check.py:1156 msgid "Looking for family reference problems" msgstr "Recherche de problèmes dans la référence de la famille" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1183 +#: ../gramps/plugins/tool/check.py:1180 msgid "Looking for repository reference problems" msgstr "Recherche de problèmes dans la référence de dépôt" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1214 +#: ../gramps/plugins/tool/check.py:1211 msgid "Looking for place reference problems" msgstr "Recherche de problèmes dans la référence du lieu" # trunk # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1294 +#: ../gramps/plugins/tool/check.py:1291 msgid "Looking for citation reference problems" msgstr "Recherche de problèmes dans la référence de la citation" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1423 +#: ../gramps/plugins/tool/check.py:1420 msgid "Looking for source reference problems" msgstr "Recherche de problèmes dans la référence de la source" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1462 +#: ../gramps/plugins/tool/check.py:1459 msgid "Looking for media object reference problems" msgstr "Recherche de problèmes dans la référence du medium" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1598 +#: ../gramps/plugins/tool/check.py:1595 msgid "Looking for note reference problems" msgstr "Recherche de problèmes dans la référence de la note" # Substantif (GNOME fr) -#: ../gramps/plugins/tool/check.py:1750 +#: ../gramps/plugins/tool/check.py:1747 msgid "Looking for tag reference problems" msgstr "Recherche de problèmes dans la référence de l'étiquette" -#: ../gramps/plugins/tool/check.py:1943 +#: ../gramps/plugins/tool/check.py:1940 msgid "No errors were found" msgstr "Aucune erreur trouvée" # avec succès -#: ../gramps/plugins/tool/check.py:1944 +#: ../gramps/plugins/tool/check.py:1941 msgid "The database has passed internal checks" msgstr "Test de la base de données terminé" -#: ../gramps/plugins/tool/check.py:1953 +# avec succès +#: ../gramps/plugins/tool/check.py:1944 +msgid "No errors were found: the database has passed internal checks." +msgstr "" + +#: ../gramps/plugins/tool/check.py:1950 #, python-format msgid "%(quantity)d broken child/family link was fixed\n" msgid_plural "%(quantity)d broken child-family links were fixed\n" msgstr[0] "%(quantity)d lien enfant/famille a été réparé\n" msgstr[1] "%(quantity)d liens enfant/famille ont été réparés\n" -#: ../gramps/plugins/tool/check.py:1962 +#: ../gramps/plugins/tool/check.py:1959 msgid "Non existing child" msgstr "Enfant non-existant" -#: ../gramps/plugins/tool/check.py:1970 +#: ../gramps/plugins/tool/check.py:1967 #, python-format msgid "%(person)s was removed from the family of %(family)s\n" msgstr "%(person)s a été supprimé(e) de la famille de %(family)s\n" # ngettext -#: ../gramps/plugins/tool/check.py:1976 +#: ../gramps/plugins/tool/check.py:1973 #, python-format msgid "%(quantity)d broken spouse/family link was fixed\n" msgid_plural "%(quantity)d broken spouse/family links were fixed\n" msgstr[0] "%(quantity)d lien conjoint/famille a été réparé\n" msgstr[1] "%(quantity)d liens conjoint/famille ont été réparés\n" -#: ../gramps/plugins/tool/check.py:1985 -#: ../gramps/plugins/tool/check.py:2008 +#: ../gramps/plugins/tool/check.py:1982 +#: ../gramps/plugins/tool/check.py:2005 msgid "Non existing person" msgstr "Individu non-existant" -#: ../gramps/plugins/tool/check.py:1993 -#: ../gramps/plugins/tool/check.py:2016 +#: ../gramps/plugins/tool/check.py:1990 +#: ../gramps/plugins/tool/check.py:2013 #, python-format msgid "%(person)s was restored to the family of %(family)s\n" msgstr "%(person)s a été restitué(e) dans la famille de %(family)s\n" -#: ../gramps/plugins/tool/check.py:1999 +#: ../gramps/plugins/tool/check.py:1996 #, python-format msgid "%(quantity)d duplicate spouse/family link was found\n" msgid_plural "%(quantity)d duplicate spouse/family links were found\n" msgstr[0] "%(quantity)d lien conjoint/famille en double a été trouvé\n" msgstr[1] "%(quantity)d liens conjoint/famille en double ont été trouvés\n" -#: ../gramps/plugins/tool/check.py:2022 +#: ../gramps/plugins/tool/check.py:2019 msgid "1 family with no parents or children found, removed.\n" msgstr "1 famille sans parent ni enfant a été trouvée et effacée.\n" -#: ../gramps/plugins/tool/check.py:2027 +#: ../gramps/plugins/tool/check.py:2024 #, python-format msgid "%(quantity)d families with no parents or children, removed.\n" msgstr "%(quantity)d familles sans parent ni enfant ont été trouvées et effacées.\n" -#: ../gramps/plugins/tool/check.py:2033 +#: ../gramps/plugins/tool/check.py:2030 #, python-format msgid "%d corrupted family relationship fixed\n" msgid_plural "%d corrupted family relationship fixed\n" msgstr[0] "%d relation familiale corrompue a été corrigée\n" msgstr[1] "%d relations familiales corrompues ont été corrigées\n" -#: ../gramps/plugins/tool/check.py:2040 +#: ../gramps/plugins/tool/check.py:2037 #, python-format msgid "%d person was referenced but not found\n" msgid_plural "%d persons were referenced, but not found\n" msgstr[0] "%d individu a été référencé, mais non-trouvé\n" msgstr[1] "%d individus ont été référencés, mais non-trouvés\n" -#: ../gramps/plugins/tool/check.py:2047 +#: ../gramps/plugins/tool/check.py:2044 #, python-format msgid "%d family was referenced but not found\n" msgid_plural "%d families were referenced, but not found\n" msgstr[0] "%d famille a été référencée, mais non-trouvée\n" msgstr[1] "%d familles ont été référencées, mais non-trouvées\n" -#: ../gramps/plugins/tool/check.py:2053 +#: ../gramps/plugins/tool/check.py:2050 #, python-format msgid "%d date was corrected\n" msgid_plural "%d dates were corrected\n" msgstr[0] "%d date a été corrigée\n" msgstr[1] "%d dates ont été corrigées\n" -#: ../gramps/plugins/tool/check.py:2059 +#: ../gramps/plugins/tool/check.py:2056 #, python-format msgid "%(quantity)d repository was referenced but not found\n" msgid_plural "%(quantity)d repositories were referenced, but not found\n" msgstr[0] "%(quantity)d dépôt a été référencé, mais non-trouvé\n" msgstr[1] "%(quantity)d dépôts ont été référencés, mais non-trouvés\n" -#: ../gramps/plugins/tool/check.py:2065 +#: ../gramps/plugins/tool/check.py:2062 #, python-format msgid "%(quantity)d media object was referenced, but not found\n" msgid_plural "%(quantity)d media objects were referenced, but not found\n" msgstr[0] "%(quantity)d objet medium a été référencé, mais non-trouvé\n" msgstr[1] "%(quantity)d objets media ont été référencés, mais non-trouvés\n" -#: ../gramps/plugins/tool/check.py:2072 +#: ../gramps/plugins/tool/check.py:2069 #, python-format msgid "Reference to %(quantity)d missing media object was kept\n" msgid_plural "References to %(quantity)d media objects were kept\n" msgstr[0] "Une référence à %(quantity)d medium manquant a été conservée\n" msgstr[1] "Les références à %(quantity)d media manquants ont été conservées\n" -#: ../gramps/plugins/tool/check.py:2079 +#: ../gramps/plugins/tool/check.py:2076 #, python-format msgid "%(quantity)d missing media object was replaced\n" msgid_plural "%(quantity)d missing media objects were replaced\n" msgstr[0] "%(quantity)d medium manquant a été remplacé\n" msgstr[1] "%(quantity)d media manquants ont été remplacés\n" -#: ../gramps/plugins/tool/check.py:2086 +#: ../gramps/plugins/tool/check.py:2083 #, python-format msgid "%(quantity)d missing media object was removed\n" msgid_plural "%(quantity)d missing media objects were removed\n" msgstr[0] "%(quantity)d medium manquant a été supprimé\n" msgstr[1] "%(quantity)d media manquants ont été supprimés\n" -#: ../gramps/plugins/tool/check.py:2093 +#: ../gramps/plugins/tool/check.py:2090 #, python-format msgid "%(quantity)d event was referenced but not found\n" msgid_plural "%(quantity)d events were referenced, but not found\n" msgstr[0] "%(quantity)d événement a été référencé, mais non-trouvé\n" msgstr[1] "%(quantity)d lieux ont été référencés, mais non-trouvés\n" -#: ../gramps/plugins/tool/check.py:2100 +#: ../gramps/plugins/tool/check.py:2097 #, python-format msgid "%(quantity)d invalid birth event name was fixed\n" msgid_plural "%(quantity)d invalid birth event names were fixed\n" msgstr[0] "%(quantity)d naissance invalide a été réparée\n" msgstr[1] "%(quantity)d naissances invalides ont été réparées\n" -#: ../gramps/plugins/tool/check.py:2107 +#: ../gramps/plugins/tool/check.py:2104 #, python-format msgid "%(quantity)d invalid death event name was fixed\n" msgid_plural "%(quantity)d invalid death event names were fixed\n" msgstr[0] "%(quantity)d décès invalide a été réparé\n" msgstr[1] "%(quantity)d décès invalides ont été réparés\n" -#: ../gramps/plugins/tool/check.py:2114 +#: ../gramps/plugins/tool/check.py:2111 #, python-format msgid "%(quantity)d place was referenced but not found\n" msgid_plural "%(quantity)d places were referenced, but not found\n" @@ -23584,7 +26345,7 @@ msgstr[0] "%(quantity)d lieu a été référencé, mais non-trouvé\n" msgstr[1] "%(quantity)d lieux ont été référencés, mais non-trouvés\n" # trunk -#: ../gramps/plugins/tool/check.py:2121 +#: ../gramps/plugins/tool/check.py:2118 #, python-format msgid "%(quantity)d citation was referenced but not found\n" msgid_plural "%(quantity)d citations were referenced, but not found\n" @@ -23592,43 +26353,43 @@ msgstr[0] "%(quantity)d citation a été référencé, mais non-trouvé\n" msgstr[1] "%(quantity)d citations ont été référencées, mais non-trouvées\n" # trunk -#: ../gramps/plugins/tool/check.py:2128 +#: ../gramps/plugins/tool/check.py:2125 #, python-format msgid "%(quantity)d source was referenced but not found\n" msgid_plural "%(quantity)d sources were referenced, but not found\n" msgstr[0] "%(quantity)d source a été référencée, mais non-trouvée\n" msgstr[1] "%(quantity)d sources ont été référencées, mais non-trouvées\n" -#: ../gramps/plugins/tool/check.py:2135 +#: ../gramps/plugins/tool/check.py:2132 #, python-format msgid "%(quantity)d media object was referenced but not found\n" msgid_plural "%(quantity)d media objects were referenced but not found\n" msgstr[0] "%(quantity)d objet medium a été référencé, mais non-trouvé\n" msgstr[1] "%(quantity)d objets media ont été référencés, mais non-trouvés\n" -#: ../gramps/plugins/tool/check.py:2142 +#: ../gramps/plugins/tool/check.py:2139 #, python-format msgid "%(quantity)d note object was referenced but not found\n" msgid_plural "%(quantity)d note objects were referenced but not found\n" msgstr[0] "%(quantity)d note a été référencée, mais non-trouvée\n" msgstr[1] "%(quantity)d notes ont été référencées, mais non-trouvées\n" -#: ../gramps/plugins/tool/check.py:2148 -#: ../gramps/plugins/tool/check.py:2154 +#: ../gramps/plugins/tool/check.py:2145 +#: ../gramps/plugins/tool/check.py:2151 #, python-format msgid "%(quantity)d tag object was referenced but not found\n" msgid_plural "%(quantity)d tag objects were referenced but not found\n" msgstr[0] "%(quantity)d étiquette a été référencée, mais non-trouvée\n" msgstr[1] "%(quantity)d étiquettes ont été référencées, mais non-trouvées\n" -#: ../gramps/plugins/tool/check.py:2160 +#: ../gramps/plugins/tool/check.py:2157 #, python-format msgid "%(quantity)d invalid name format reference was removed\n" msgid_plural "%(quantity)d invalid name format references were removed\n" msgstr[0] "%(quantity)d référence à un format de nom invalide a été enlevée\n" msgstr[1] "%(quantity)d références à un format de nom invalide ont été enlevées\n" -#: ../gramps/plugins/tool/check.py:2166 +#: ../gramps/plugins/tool/check.py:2163 #, python-format msgid "" "%(empty_obj)d empty objects removed:\n" @@ -23651,14 +26412,18 @@ msgstr "" " %(repo)d dépôts\n" " %(note)d notes\n" -#: ../gramps/plugins/tool/check.py:2212 +#: ../gramps/plugins/tool/check.py:2208 msgid "Integrity Check Results" msgstr "Résultats de la vérification de l'intégrité" -#: ../gramps/plugins/tool/check.py:2217 +#: ../gramps/plugins/tool/check.py:2213 msgid "Check and Repair" msgstr "Vérifier et réparer" +#: ../gramps/plugins/tool/desbrowser.glade.h:1 +msgid "Double-click on the row to edit personal information" +msgstr "Double-cliquez sur la ligne pour éditer les informations personnelles" + # manuel wiki # points de suspension et url ? #: ../gramps/plugins/tool/desbrowser.py:56 @@ -23674,10 +26439,35 @@ msgstr "Navigateur de descendance : %s" msgid "Descendant Browser tool" msgstr "Navigateur de descendance" +#: ../gramps/plugins/tool/eval.glade.h:1 +msgid "Error Window" +msgstr "Fenêtre d'erreur" + +#: ../gramps/plugins/tool/eval.glade.h:2 +msgid "Evaluation Window" +msgstr "Fenêtre d'évaluation" + +#: ../gramps/plugins/tool/eval.glade.h:3 +msgid "Output Window" +msgstr "Fenêtre de sortie" + #: ../gramps/plugins/tool/eval.py:59 msgid "Python evaluation window" msgstr "Terminal d'évaluation Python" +# éviter le raccourci sur la majuscule accentuée +#: ../gramps/plugins/tool/eventcmp.glade.h:1 +msgid "Custom filter _editor" +msgstr "Éditeur de filtre _personnalisé" + +#: ../gramps/plugins/tool/eventcmp.glade.h:2 +msgid "The event comparison utility uses the filters defined in the Custom Filter Editor." +msgstr "L'utilitaire de comparaison d'événements utilise les filtres définis dans l'éditeur de filtres personnalisés." + +#: ../gramps/plugins/tool/eventcmp.glade.h:3 +msgid "_Filter:" +msgstr "_Filtre :" + # manuel wiki #: ../gramps/plugins/tool/eventcmp.py:72 msgid "manual|Compare_Individual_Events..." @@ -23719,6 +26509,7 @@ msgstr "Résultats de comparaison d'événements" msgid "%(event_name)s Date" msgstr "Date - %(event_name)s" +#. This won't be shown in a tree #: ../gramps/plugins/tool/eventcmp.py:258 #, python-format msgid "%(event_name)s Place" @@ -23757,21 +26548,6 @@ msgstr[1] "%s descriptions de l'événement ont été ajoutées" msgid "No event description has been added." msgstr "Aucune description de l'événement a été ajoutée." -#: ../gramps/plugins/tool/extractcity.py:64 -#: ../gramps/plugins/lib/holidays.xml.in.h:13 -msgid "United States of America" -msgstr "USA" - -#: ../gramps/plugins/tool/extractcity.py:64 -#: ../gramps/plugins/lib/holidays.xml.in.h:2 -msgid "Canada" -msgstr "Canada" - -#: ../gramps/plugins/tool/extractcity.py:64 -#: ../gramps/plugins/lib/holidays.xml.in.h:9 -msgid "France" -msgstr "France" - #: ../gramps/plugins/tool/extractcity.py:387 msgid "Place title" msgstr "Titre du lieu" @@ -23799,6 +26575,25 @@ msgstr "Aucune information sur le lieu n'a pu être extraite." msgid "Below is a list of Places with the possible data that can be extracted from the place title. Select the places you wish Gramps to convert." msgstr "Voici une liste de lieux dont les données peuvent être extraites depuis le titre. Sélectionnez les lieux que vous souhaitez convertir." +# utilise correspondre pour to match, plus facile que être compatible ou concorder dans ce contexte +#: ../gramps/plugins/tool/finddupes.glade.h:1 +#: ../gramps/plugins/tool/mergecitations.glade.h:1 +msgid "Match Threshold" +msgstr "Seuil de correspondance" + +#: ../gramps/plugins/tool/finddupes.glade.h:3 +msgid "Co_mpare" +msgstr "_Comparer" + +#: ../gramps/plugins/tool/finddupes.glade.h:4 +#: ../gramps/plugins/tool/mergecitations.glade.h:4 +msgid "Please be patient. This may take a while." +msgstr "Veuillez patienter, cela peut prendre quelques instants." + +#: ../gramps/plugins/tool/finddupes.glade.h:5 +msgid "Use soundex codes" +msgstr "Utiliser les codes SoundEx" + #: ../gramps/plugins/tool/finddupes.py:63 msgid "Medium" msgstr "Moyen" @@ -23816,7 +26611,7 @@ msgstr "Recherche des doublons" #: ../gramps/plugins/tool/finddupes.py:144 #: ../gramps/plugins/tool/mergecitations.py:162 -#: ../gramps/plugins/tool/verify.py:307 +#: ../gramps/plugins/tool/verify.py:308 msgid "Tool settings" msgstr "Propriétés de l'outil" @@ -23871,13 +26666,17 @@ msgstr "Second individu" msgid "Merge candidates" msgstr "Candidats à la fusion" +#: ../gramps/plugins/tool/leak.glade.h:1 +msgid "Uncollected Objects" +msgstr "Objets non-collectés" + #: ../gramps/plugins/tool/leak.py:71 msgid "Uncollected Objects Tool" msgstr "Outil de déboguage des objets" #: ../gramps/plugins/tool/leak.py:92 -#: ../gramps/plugins/webreport/narrativeweb.py:2733 -#: ../gramps/plugins/webreport/narrativeweb.py:4210 +#: ../gramps/plugins/webreport/narrativeweb.py:2734 +#: ../gramps/plugins/webreport/narrativeweb.py:4211 msgid "Number" msgstr "Nombre" @@ -23911,9 +26710,9 @@ msgid "Gramps Media Manager" msgstr "Gestionnaire de media" #: ../gramps/plugins/tool/mediamanager.py:99 -#: ../gramps/plugins/webreport/narrativeweb.py:1758 -#: ../gramps/plugins/webreport/narrativeweb.py:1864 -#: ../gramps/plugins/webreport/narrativeweb.py:4047 +#: ../gramps/plugins/webreport/narrativeweb.py:1759 +#: ../gramps/plugins/webreport/narrativeweb.py:1865 +#: ../gramps/plugins/webreport/narrativeweb.py:4048 msgid "Introduction" msgstr "Introduction" @@ -24039,6 +26838,11 @@ msgstr "Vérifie les répertoires pour les images non-présentes dans la base de msgid "This tool adds images in directories that are referenced by existing images in the database." msgstr "Cet outil ajoute les répertoires qui sont référencés par les images existantes de la base de données." +# trunk +#: ../gramps/plugins/tool/mergecitations.glade.h:3 +msgid "Don't merge if citation has notes" +msgstr "Ne pas fusionner si la citation a des notes" + # trunk #: ../gramps/plugins/tool/mergecitations.py:78 msgid "Match on Page/Volume, Date and Confidence" @@ -24100,6 +26904,11 @@ msgid_plural "%(num)d citations merged" msgstr[0] "%(num)d citation fusionnée" msgstr[1] "%(num)d citations fusionnées" +# trunk +#: ../gramps/plugins/tool/notrelated.glade.h:1 +msgid "_Tag" +msgstr "Étique_tte" + # manuel wiki # points de suspension et url ? #: ../gramps/plugins/tool/notrelated.py:62 @@ -24115,17 +26924,20 @@ msgstr "Non-lié à « %s »" msgid "NotRelated" msgstr "Non-lié" +#. start the progress indicator #: ../gramps/plugins/tool/notrelated.py:112 #: ../gramps/plugins/tool/notrelated.py:256 msgid "Starting" msgstr "Début" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/tool/notrelated.py:172 #, python-format msgid "Everyone in the database is related to %s" msgstr "Tout le monde dans cette base de données est lié à %s" # Substantif (GNOME fr) +#. TRANS: no singular form needed, as rows is always > 1 #: ../gramps/plugins/tool/notrelated.py:258 #, python-format msgid "Setting tag for %d person" @@ -24157,6 +26969,36 @@ msgid_plural "Looking up the names of %d people" msgstr[0] "Recherche du nom pour %d individu" msgstr[1] "Recherche du nom pour %d individus" +# trunk +#: ../gramps/plugins/tool/ownereditor.glade.h:1 +msgid "_City:" +msgstr "_Ville :" + +# trunk +#: ../gramps/plugins/tool/ownereditor.glade.h:2 +msgid "_Country:" +msgstr "_Pays :" + +# trunk +#: ../gramps/plugins/tool/ownereditor.glade.h:3 +msgid "_Email:" +msgstr "_Courriel :" + +# trunk +#: ../gramps/plugins/tool/ownereditor.glade.h:6 +msgid "_Phone:" +msgstr "_Téléphone :" + +# trunk +#: ../gramps/plugins/tool/ownereditor.glade.h:8 +msgid "_Street:" +msgstr "_Rue :" + +# trunk +#: ../gramps/plugins/tool/ownereditor.glade.h:9 +msgid "_ZIP/Postal Code:" +msgstr "_Code postal :" + # manuel wiki # points de suspension et url ? #: ../gramps/plugins/tool/ownereditor.py:58 @@ -24171,6 +27013,31 @@ msgstr "Éditeur du propriétaire de la base de données" msgid "Edit database owner information" msgstr "Éditer l'information sur le propriétaire de la base de données" +# trunk +#: ../gramps/plugins/tool/patchnames.glade.h:1 +msgid "" +"Below is a list of the nicknames, titles, prefixes and compound surnames that Gramps can extract from the family tree.\n" +"If you accept the changes, Gramps will modify the entries that have been selected.\n" +"\n" +"Compound surnames are shown as lists of [prefix, surname, connector].\n" +"For example, with the defaults, the name \"de Mascarenhas da Silva e Lencastre\" shows as:\n" +" [de, Mascarenhas]-[da, Silva, e]-[,Lencastre]\n" +"\n" +"Run this tool several times to correct names that have multiple information that can be extracted." +msgstr "" +"Ci-dessous une liste de surnoms, titres, préfixes et noms de famille composés que Gramps peut extraire de l'arbre familial.\n" +"Si vous acceptez les changements, Gramps modifiera les données ayant été sélectionnées.\n" +"\n" +"Les noms de famille composés sont affichés sous forme de liste de [préfixe, nom de famille, connecteur].\n" +"Par exemple, sans changement, le nom de « de Mascarenhas da Silva e Lencastre » sera affiché comme :\n" +" [de, Mascarenhas]-[da, Silva, e]-[,Lencastre]\n" +"\n" +"Lancez cet outil plusieurs fois pour corriger les noms ayant de multiples informations pouvant être extraites." + +#: ../gramps/plugins/tool/patchnames.glade.h:9 +msgid "_Accept and close" +msgstr "_Accepter et fermer" + # manuel wiki #: ../gramps/plugins/tool/patchnames.py:65 msgid "manual|Extract_Information_from_Names" @@ -24270,6 +27137,10 @@ msgstr "Tables de références reconstruites" msgid "All reference maps have been rebuilt." msgstr "Toutes les tables de références ont été reconstruites." +#: ../gramps/plugins/tool/relcalc.glade.h:1 +msgid "Select a person to determine the relationship" +msgstr "Sélectionner un individu pour déterminer la parenté" + #: ../gramps/plugins/tool/relcalc.py:107 #, python-format msgid "Relationship calculator: %(person_name)s" @@ -24303,18 +27174,64 @@ msgstr "Leurs ascendants communs sont %(ancestor1)s et %(ancestor2)s." msgid "Their common ancestors are: " msgstr "Leurs ascendants communs sont : " +#: ../gramps/plugins/tool/removeunused.glade.h:1 +#: ../gramps/plugins/tool/verify.glade.h:1 +msgid "Double-click on a row to view/edit data" +msgstr "Double-cliquez sur une ligne pour voir/éditer les données" + +#: ../gramps/plugins/tool/removeunused.glade.h:2 +#: ../gramps/plugins/tool/verify.glade.h:6 +msgid "In_vert marks" +msgstr "In_verser les marques" + +#: ../gramps/plugins/tool/removeunused.glade.h:3 +msgid "Search for events" +msgstr "Recherche des événements" + +#: ../gramps/plugins/tool/removeunused.glade.h:4 +msgid "Search for media" +msgstr "Recherche des objets media" + +#: ../gramps/plugins/tool/removeunused.glade.h:5 +msgid "Search for notes" +msgstr "Recherche des notes" + +#: ../gramps/plugins/tool/removeunused.glade.h:6 +msgid "Search for places" +msgstr "Recherche des lieux" + +#: ../gramps/plugins/tool/removeunused.glade.h:7 +msgid "Search for repositories" +msgstr "Recherche des dépôts" + +#: ../gramps/plugins/tool/removeunused.glade.h:8 +msgid "Search for sources" +msgstr "Recherche des sources" + +#: ../gramps/plugins/tool/removeunused.glade.h:9 +#: ../gramps/plugins/tool/verify.glade.h:24 +msgid "_Mark all" +msgstr "Tout _marquer" + +#: ../gramps/plugins/tool/removeunused.glade.h:10 +#: ../gramps/plugins/tool/verify.glade.h:26 +msgid "_Unmark all" +msgstr "Tout _démarquer" + # supprimer pour marquer la disparition -#: ../gramps/plugins/tool/removeunused.py:80 +#: ../gramps/plugins/tool/removeunused.py:81 msgid "Unused Objects" msgstr "Objets non-référencés" -#: ../gramps/plugins/tool/removeunused.py:185 -#: ../gramps/plugins/tool/verify.py:502 +#. Add mark column +#. Add ignore column +#: ../gramps/plugins/tool/removeunused.py:186 +#: ../gramps/plugins/tool/verify.py:503 msgid "Mark" msgstr "Marquer" # supprimer pour marquer la disparition -#: ../gramps/plugins/tool/removeunused.py:285 +#: ../gramps/plugins/tool/removeunused.py:287 msgid "Remove unused objects" msgstr "Supprimer les objets non-référencés" @@ -24419,6 +27336,14 @@ msgstr "Inclure les événements familiaux" msgid "Sort family events of the person" msgstr "Trier les événements familiaux de l'individu" +#: ../gramps/plugins/tool/soundgen.glade.h:1 +msgid "Close Window" +msgstr "Fermer la fenêtre" + +#: ../gramps/plugins/tool/soundgen.glade.h:3 +msgid "SoundEx code:" +msgstr "Code SoundEx :" + # manuel wiki #: ../gramps/plugins/tool/soundgen.py:49 msgid "manual|Generate_SoundEx_codes" @@ -24598,172 +27523,250 @@ msgstr "Vérifie les données selon les définitions de l'utilisateur" msgid "Searches the entire database, looking for citations that have the same Volume/Page, Date and Confidence." msgstr "Recherche dans la base de données, des citations qui ont les mêmes volume/page, date et niveau de confiance." +#: ../gramps/plugins/tool/verify.glade.h:2 +msgid "Families" +msgstr "Familles" + +#: ../gramps/plugins/tool/verify.glade.h:4 +msgid "Men" +msgstr "Hommes" + +#: ../gramps/plugins/tool/verify.glade.h:5 +msgid "Women" +msgstr "Femmes" + +#: ../gramps/plugins/tool/verify.glade.h:7 +msgid "Ma_ximum age to bear a child" +msgstr "Âge ma_ximal pour porter un enfant" + +#: ../gramps/plugins/tool/verify.glade.h:8 +msgid "Ma_ximum age to father a child" +msgstr "Âge ma_ximal pour être père" + +#: ../gramps/plugins/tool/verify.glade.h:9 +msgid "Ma_ximum age to marry" +msgstr "Âge ma_ximal pour se marier" + +#: ../gramps/plugins/tool/verify.glade.h:10 +msgid "Maximum _age" +msgstr "_Âge maximal" + +#: ../gramps/plugins/tool/verify.glade.h:11 +msgid "Maximum _span of years for all children" +msgstr "Étendue ma_ximale d'années du premier au dernier enfant" + +#: ../gramps/plugins/tool/verify.glade.h:12 +msgid "Maximum age for an _unmarried person" +msgstr "Âge maximal pour _un(e) célibataire" + +#: ../gramps/plugins/tool/verify.glade.h:13 +msgid "Maximum husband-wife age _difference" +msgstr "_Différence d'âge maximale entre conjoint" + +#: ../gramps/plugins/tool/verify.glade.h:14 +msgid "Maximum number of _spouses for a person" +msgstr "Nombre maximal de conjoints pour une per_sonne" + +#: ../gramps/plugins/tool/verify.glade.h:15 +msgid "Maximum number of chil_dren" +msgstr "No_mbre maximal d'enfants" + +#: ../gramps/plugins/tool/verify.glade.h:16 +msgid "Maximum number of consecutive years of _widowhood before next marriage" +msgstr "Nombre maximal d'années consécutives de _veuvage avant le mariage suivant" + +#: ../gramps/plugins/tool/verify.glade.h:17 +msgid "Maximum number of years _between children" +msgstr "Nom_bre maximal d'années entre enfants" + +#: ../gramps/plugins/tool/verify.glade.h:18 +msgid "Mi_nimum age to bear a child" +msgstr "Âge mi_nimal pour porter un enfant" + +#: ../gramps/plugins/tool/verify.glade.h:19 +msgid "Mi_nimum age to father a child" +msgstr "Âge mi_nimal pour être père" + +#: ../gramps/plugins/tool/verify.glade.h:20 +msgid "Mi_nimum age to marry" +msgstr "Âge mi_nimal pour se marier" + +# trunk +#: ../gramps/plugins/tool/verify.glade.h:21 +msgid "_Estimate missing or inexact dates" +msgstr "_Estimer les dates manquantes ou inexactes" + +#: ../gramps/plugins/tool/verify.glade.h:22 +#: ../gramps/plugins/tool/verify.py:619 +msgid "_Hide marked" +msgstr "_Cacher les marqués" + +#: ../gramps/plugins/tool/verify.glade.h:23 +msgid "_Identify invalid dates" +msgstr "_Identifie les dates invalides" + # manuel wiki -#: ../gramps/plugins/tool/verify.py:84 +#: ../gramps/plugins/tool/verify.py:85 msgid "manual|Verify_the_Data..." msgstr "Vérifier les données..." # trunk -#: ../gramps/plugins/tool/verify.py:257 +#: ../gramps/plugins/tool/verify.py:258 msgid "Data Verify tool" msgstr "Vérification des données" # trunk -#: ../gramps/plugins/tool/verify.py:450 +#: ../gramps/plugins/tool/verify.py:451 msgid "Data Verification Results" msgstr "Résultat de la vérification des données" -#: ../gramps/plugins/tool/verify.py:513 +#. Add column with the warning text +#: ../gramps/plugins/tool/verify.py:514 msgid "Warning" msgstr "Attention" -#: ../gramps/plugins/tool/verify.py:599 +#: ../gramps/plugins/tool/verify.py:609 msgid "_Show all" msgstr "_Tout afficher" -#: ../gramps/plugins/tool/verify.py:609 -#: ../gramps/plugins/tool/verify.glade:295 -msgid "_Hide marked" -msgstr "_Cacher les marqués" - -#: ../gramps/plugins/tool/verify.py:862 +#: ../gramps/plugins/tool/verify.py:871 msgid "Baptism before birth" msgstr "Baptême avant la naissance" -#: ../gramps/plugins/tool/verify.py:876 +#: ../gramps/plugins/tool/verify.py:884 msgid "Death before baptism" msgstr "Décès avant la baptême" -#: ../gramps/plugins/tool/verify.py:890 +#: ../gramps/plugins/tool/verify.py:897 msgid "Burial before birth" msgstr "Inhumation avant la naissance" -#: ../gramps/plugins/tool/verify.py:904 +#: ../gramps/plugins/tool/verify.py:910 msgid "Burial before death" msgstr "Inhumation avant le décès" -#: ../gramps/plugins/tool/verify.py:918 +#: ../gramps/plugins/tool/verify.py:923 msgid "Death before birth" msgstr "Décès avant la naissance" -#: ../gramps/plugins/tool/verify.py:932 +#: ../gramps/plugins/tool/verify.py:936 msgid "Burial before baptism" msgstr "Inhumation avant le baptême" -#: ../gramps/plugins/tool/verify.py:950 +#: ../gramps/plugins/tool/verify.py:954 msgid "Old age at death" msgstr "Âge canonique" -#: ../gramps/plugins/tool/verify.py:971 +#: ../gramps/plugins/tool/verify.py:975 msgid "Multiple parents" msgstr "Parents multiples" -#: ../gramps/plugins/tool/verify.py:988 +#: ../gramps/plugins/tool/verify.py:992 msgid "Married often" msgstr "Souvent marié" -#: ../gramps/plugins/tool/verify.py:1007 +#: ../gramps/plugins/tool/verify.py:1011 msgid "Old and unmarried" msgstr "Âgé(e) et célibataire" -#: ../gramps/plugins/tool/verify.py:1034 +#: ../gramps/plugins/tool/verify.py:1038 msgid "Too many children" msgstr "Trop d'enfants" -#: ../gramps/plugins/tool/verify.py:1049 +#: ../gramps/plugins/tool/verify.py:1053 msgid "Same sex marriage" msgstr "Mariage homosexuel" -#: ../gramps/plugins/tool/verify.py:1059 +#: ../gramps/plugins/tool/verify.py:1063 msgid "Female husband" msgstr "Mari de genre féminin" -#: ../gramps/plugins/tool/verify.py:1069 +#: ../gramps/plugins/tool/verify.py:1073 msgid "Male wife" msgstr "Femme de genre masculin" -#: ../gramps/plugins/tool/verify.py:1096 +#: ../gramps/plugins/tool/verify.py:1100 msgid "Husband and wife with the same surname" msgstr "Mari et femme ayant le même nom de famille" -#: ../gramps/plugins/tool/verify.py:1121 +#: ../gramps/plugins/tool/verify.py:1125 msgid "Large age difference between spouses" msgstr "Différence d'âge importante entre les conjoints" -#: ../gramps/plugins/tool/verify.py:1152 +#: ../gramps/plugins/tool/verify.py:1156 msgid "Marriage before birth" msgstr "Mariage avant la naissance" -#: ../gramps/plugins/tool/verify.py:1183 +#: ../gramps/plugins/tool/verify.py:1187 msgid "Marriage after death" msgstr "Mariage après le décès" -#: ../gramps/plugins/tool/verify.py:1217 +#: ../gramps/plugins/tool/verify.py:1221 msgid "Early marriage" msgstr "Mariage précoce" -#: ../gramps/plugins/tool/verify.py:1249 +#: ../gramps/plugins/tool/verify.py:1253 msgid "Late marriage" msgstr "Mariage tardif" -#: ../gramps/plugins/tool/verify.py:1310 +#: ../gramps/plugins/tool/verify.py:1314 msgid "Old father" msgstr "Père âgé" -#: ../gramps/plugins/tool/verify.py:1313 +#: ../gramps/plugins/tool/verify.py:1317 msgid "Old mother" msgstr "Mère âgée" -#: ../gramps/plugins/tool/verify.py:1355 +#: ../gramps/plugins/tool/verify.py:1359 msgid "Young father" msgstr "Père jeune" -#: ../gramps/plugins/tool/verify.py:1358 +#: ../gramps/plugins/tool/verify.py:1362 msgid "Young mother" msgstr "Mère jeune" -#: ../gramps/plugins/tool/verify.py:1397 +#: ../gramps/plugins/tool/verify.py:1401 msgid "Unborn father" msgstr "Père avant la naissance" -#: ../gramps/plugins/tool/verify.py:1400 +#: ../gramps/plugins/tool/verify.py:1404 msgid "Unborn mother" msgstr "Mère avant la naissance" -#: ../gramps/plugins/tool/verify.py:1445 +#: ../gramps/plugins/tool/verify.py:1449 msgid "Dead father" msgstr "Père décédé" -#: ../gramps/plugins/tool/verify.py:1448 +#: ../gramps/plugins/tool/verify.py:1452 msgid "Dead mother" msgstr "Mère décédée" -#: ../gramps/plugins/tool/verify.py:1470 +#: ../gramps/plugins/tool/verify.py:1474 msgid "Large year span for all children" msgstr "Beaucoup d'années entre le premier et le dernier enfant" -#: ../gramps/plugins/tool/verify.py:1492 +#: ../gramps/plugins/tool/verify.py:1496 msgid "Large age differences between children" msgstr "Écart d'âge important entre les enfants" -#: ../gramps/plugins/tool/verify.py:1502 +#: ../gramps/plugins/tool/verify.py:1506 msgid "Disconnected individual" msgstr "Individu déconnecté" -#: ../gramps/plugins/tool/verify.py:1524 +#: ../gramps/plugins/tool/verify.py:1528 msgid "Invalid birth date" msgstr "Date de naissance invalide" -#: ../gramps/plugins/tool/verify.py:1546 +#: ../gramps/plugins/tool/verify.py:1550 msgid "Invalid death date" msgstr "Date de décès invalide" -#: ../gramps/plugins/tool/verify.py:1562 +#: ../gramps/plugins/tool/verify.py:1566 msgid "Marriage date but not married" msgstr "Date de mariage mais pas mariés" # trunk -#: ../gramps/plugins/tool/verify.py:1584 +#: ../gramps/plugins/tool/verify.py:1588 msgid "Old age but no death" msgstr "Âge avancé mais pas de décès" @@ -25111,6 +28114,7 @@ msgid "Background" msgstr "Fond" # trunk +#. colors, stored as hex values #: ../gramps/plugins/view/fanchartdescview.py:307 #: ../gramps/plugins/view/fanchartview.py:304 msgid "Start gradient/Main color" @@ -25128,6 +28132,7 @@ msgid "Color for duplicates" msgstr "Couleur des doublons" # trunk +#. form of the fan #: ../gramps/plugins/view/fanchartdescview.py:314 #: ../gramps/plugins/view/fanchartview.py:309 msgid "Fan chart type" @@ -25150,6 +28155,7 @@ msgid "Quadrant" msgstr "Quadrant" # trunk +#. algo for the fan angle distribution #: ../gramps/plugins/view/fanchartdescview.py:321 msgid "Fan chart distribution" msgstr "Distribution de la roue" @@ -25164,6 +28170,10 @@ msgstr "Distribution homogène des enfants" msgid "Size proportional to number of descendants" msgstr "Taille proportionnelle au nombre de descendants" +#. options we don't show on the dialog +#. #configdialog.add_checkbox(table, +#. # _('Allow radial text'), +#. # ??, 'interface.fanview-radialtext') #: ../gramps/plugins/view/fanchartdescview.py:330 #: ../gramps/plugins/view/fanchartview.py:324 #: ../gramps/plugins/view/pedigreeview.py:2022 @@ -25184,7 +28194,7 @@ msgstr "Afficher le cercle des enfants" # trunk #: ../gramps/plugins/view/geoclose.py:132 -#: ../gramps/plugins/view/geography.gpr.py:139 +#: ../gramps/plugins/view/geography.gpr.py:142 msgid "Have they been able to meet?" msgstr "Se sont-ils rencontrés ?" @@ -25292,7 +28302,7 @@ msgstr "Centrer sur ce lieu" # trunk #: ../gramps/plugins/view/geofamclose.py:130 -#: ../gramps/plugins/view/geography.gpr.py:121 +#: ../gramps/plugins/view/geography.gpr.py:124 msgid "Have these two families been able to meet?" msgstr "Ces deux familles se sont-elles rencontrées ?" @@ -25399,42 +28409,44 @@ msgid "Family places for %s" msgstr "Lieux familiaux pour %s" # trunk -#: ../gramps/plugins/view/geography.gpr.py:54 +#: ../gramps/plugins/view/geography.gpr.py:51 #, python-format -msgid "WARNING: osmgpsmap module not loaded. osmgpsmap must be >= 0.8. yours is %s" -msgstr "MISE EN GARDE : le module osmgpsmap n'est pas chargé. osmgpsmap doit être >= 0.8, votre version est %s" +msgid "OsmGpsMap module not loaded. OsmGpsMap must be >= 0.8. yours is %s" +msgstr "Le module osmgpsmap n'est pas chargé. osmgpsmap doit être >= 0.8, votre version est %s" #: ../gramps/plugins/view/geography.gpr.py:61 -msgid "WARNING: osmgpsmap module not loaded. Geography functionality will not be available." -msgstr "MISE EN GARDE : le module osmgpsmap n'est pas chargé. Les fonctionnalités Géographie ne seront pas disponibles." +msgid "" +"OsmGpsMap module not loaded. Geography functionality will not be available.\n" +"To build it for Gramps see http://www.gramps-project.org/wiki/index.php?title=GEPS_029:_GTK3-GObject_introspection_Conversion#OsmGpsMap_for_Geography" +msgstr "" # trunk -#: ../gramps/plugins/view/geography.gpr.py:68 +#: ../gramps/plugins/view/geography.gpr.py:71 msgid "All known places for one Person" msgstr "Tous les lieux connus pour un individu" # trunk -#: ../gramps/plugins/view/geography.gpr.py:69 +#: ../gramps/plugins/view/geography.gpr.py:72 msgid "A view showing the places visited by one person during his life." msgstr "Une vue permettant de voir les lieux fréquentés par une personne durant sa vie." # trunk -#: ../gramps/plugins/view/geography.gpr.py:85 +#: ../gramps/plugins/view/geography.gpr.py:88 msgid "All known places for one Family" msgstr "Tous les lieux connus pour une famille" # trunk -#: ../gramps/plugins/view/geography.gpr.py:86 +#: ../gramps/plugins/view/geography.gpr.py:89 msgid "A view showing the places visited by one family during all their life." msgstr "Une vue permettant de voir tous les lieux de la famille durant son existence." # trunk -#: ../gramps/plugins/view/geography.gpr.py:102 +#: ../gramps/plugins/view/geography.gpr.py:105 msgid "All displacements for one person and their descendants" msgstr "Tous les déplacements pour un individu et ses descendants" # trunk -#: ../gramps/plugins/view/geography.gpr.py:103 +#: ../gramps/plugins/view/geography.gpr.py:106 msgid "" "A view showing all the places visited by all persons during their life.\n" "This is for one person and their descendant.\n" @@ -25445,32 +28457,32 @@ msgstr "" "Vous pouvez voir les dates correspondantes à des périodes." # trunk -#: ../gramps/plugins/view/geography.gpr.py:122 +#: ../gramps/plugins/view/geography.gpr.py:125 msgid "A view showing the places visited by all family's members during their life: have these two people been able to meet?" msgstr "Une vue permettant de voir tous les lieux des membres d'une famille durant leurs vies : se sont-ils rencontrés ?" # trunk -#: ../gramps/plugins/view/geography.gpr.py:140 +#: ../gramps/plugins/view/geography.gpr.py:143 msgid "A view showing the places visited by two persons during their life: have these two people been able to meet?" msgstr "Une vue permettant de voir les lieux fréquentés par deux individus durant leurs vies : se sont-ils rencontrés ?" # trunk -#: ../gramps/plugins/view/geography.gpr.py:157 +#: ../gramps/plugins/view/geography.gpr.py:160 msgid "All known Places" msgstr "Tous les lieux connus" # trunk -#: ../gramps/plugins/view/geography.gpr.py:158 +#: ../gramps/plugins/view/geography.gpr.py:161 msgid "A view showing all places of the database." msgstr "Une vue permettant de voir tous les lieux de la base de données." # trunk -#: ../gramps/plugins/view/geography.gpr.py:173 +#: ../gramps/plugins/view/geography.gpr.py:176 msgid "All places related to Events" msgstr "Tous les lieux liés aux événements" # trunk -#: ../gramps/plugins/view/geography.gpr.py:174 +#: ../gramps/plugins/view/geography.gpr.py:177 msgid "A view showing all the event places of the database." msgstr "Cette vue permet de voir tous les lieux des événements de la base de données." @@ -25510,6 +28522,7 @@ msgid "Person places map" msgstr "Carte des lieux de l'individu" # trunk +#. For each event, if we have a place, set a marker. #: ../gramps/plugins/view/geoperson.py:302 #, python-format msgid "Person places for %s" @@ -25579,44 +28592,45 @@ msgstr "Dans ce cas, ceci peut nécessiter du temps pour afficher toutes les mar msgid "Show all places" msgstr "Afficher tous les lieux" -#: ../gramps/plugins/view/htmlrenderer.gpr.py:68 +#: ../gramps/plugins/view/htmlrenderer.gpr.py:70 msgid "Html View" msgstr "Vue HTML" # trunk -#: ../gramps/plugins/view/htmlrenderer.gpr.py:69 +#: ../gramps/plugins/view/htmlrenderer.gpr.py:71 msgid "A view showing html pages embedded in Gramps" msgstr "Une vue permettant de voir des pages internet dans Gramps." -#: ../gramps/plugins/view/htmlrenderer.gpr.py:76 +#: ../gramps/plugins/view/htmlrenderer.gpr.py:78 msgid "Web" msgstr "Internet" -#: ../gramps/plugins/view/htmlrenderer.py:333 +#: ../gramps/plugins/view/htmlrenderer.py:330 msgid "HtmlView" msgstr "Vue HTML" -#: ../gramps/plugins/view/htmlrenderer.py:501 +#: ../gramps/plugins/view/htmlrenderer.py:498 msgid "Go to the previous page in the history" msgstr "Aller à la page précédente de l'historique" -#: ../gramps/plugins/view/htmlrenderer.py:509 +#: ../gramps/plugins/view/htmlrenderer.py:506 msgid "Go to the next page in the history" msgstr "Aller à la page suivante de l'historique" -#: ../gramps/plugins/view/htmlrenderer.py:514 +#. add the Refresh action to handle the Refresh button +#: ../gramps/plugins/view/htmlrenderer.py:511 msgid "_Refresh" msgstr "_Actualiser" -#: ../gramps/plugins/view/htmlrenderer.py:517 +#: ../gramps/plugins/view/htmlrenderer.py:514 msgid "Stop and reload the page." msgstr "Arrêt et réouverture de la page." -#: ../gramps/plugins/view/htmlrenderer.py:561 +#: ../gramps/plugins/view/htmlrenderer.py:558 msgid "Start page for the Html View" msgstr "Première page pour la vue HTML" -#: ../gramps/plugins/view/htmlrenderer.py:562 +#: ../gramps/plugins/view/htmlrenderer.py:559 msgid "" "Type a webpage address at the top, and hit the execute button to load a webpage in this page\n" "
\n" @@ -25716,11 +28730,12 @@ msgstr "Un individu est défini comme son propre ascendant." #: ../gramps/plugins/view/pedigreeview.py:1540 #: ../gramps/plugins/view/pedigreeview.py:1546 -#: ../gramps/plugins/webreport/narrativeweb.py:4080 -#: ../gramps/plugins/webreport/webcal.py:537 +#: ../gramps/plugins/webreport/narrativeweb.py:4081 +#: ../gramps/plugins/webreport/webcal.py:538 msgid "Home" msgstr "Souche" +#. Mouse scroll direction setting. #: ../gramps/plugins/view/pedigreeview.py:1566 msgid "Mouse scroll direction" msgstr "Direction de la souris" @@ -25743,6 +28758,7 @@ msgstr "Menu Individus" msgid "Add New Parents..." msgstr "Ajouter des nouveaux parents..." +#. Go over parents and build their menu #: ../gramps/plugins/view/pedigreeview.py:1820 msgid "Related" msgstr "en relation avec" @@ -26187,673 +29203,700 @@ msgstr "Groupe de citations" msgid "A view displaying citations and sources in a tree format." msgstr "Une vue affichant les citations dans un format hiérarchisé." -#: ../gramps/plugins/webreport/narrativeweb.py:378 +#: ../gramps/plugins/webreport/narrativeweb.py:379 msgid "Gramps ID" msgstr "ID Gramps" # Utilisation d'un terme général (Code lieu) car le code postal ne sert à rien en généalogie. -#: ../gramps/plugins/webreport/narrativeweb.py:389 +#: ../gramps/plugins/webreport/narrativeweb.py:390 msgid "Postal Code" msgstr "Code lieu" # province (Canada, Belgique) -#: ../gramps/plugins/webreport/narrativeweb.py:392 +#: ../gramps/plugins/webreport/narrativeweb.py:393 msgid "State/ Province" msgstr "Région/Province" -#: ../gramps/plugins/webreport/narrativeweb.py:397 +#: ../gramps/plugins/webreport/narrativeweb.py:398 msgid "Alternate Locations" msgstr "Noms alternatifs" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:399 +#: ../gramps/plugins/webreport/narrativeweb.py:400 msgid "" msgstr "" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:1305 +#: ../gramps/plugins/webreport/narrativeweb.py:1306 msgid "Data Map" msgstr "Carte des données" -#: ../gramps/plugins/webreport/narrativeweb.py:1606 +#: ../gramps/plugins/webreport/narrativeweb.py:1607 #, python-format msgid "Generated by Gramps %(version)s on %(date)s" msgstr "Généré par Gramps %(version)s le %(date)s" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:1620 +#: ../gramps/plugins/webreport/narrativeweb.py:1621 #, python-format msgid "
Created for %(name)s" msgstr "
Créé pour %(name)s" -#: ../gramps/plugins/webreport/narrativeweb.py:1725 +#. Begin Navigation Menu-- +#. 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:1726 #: ../gramps/plugins/webstuff/webstuff.py:66 msgid "Basic-Blue" msgstr "Basique - Bleu" -#: ../gramps/plugins/webreport/narrativeweb.py:1726 +#. Visually Impaired style sheet with its navigation menus +#: ../gramps/plugins/webreport/narrativeweb.py:1727 #: ../gramps/plugins/webstuff/webstuff.py:98 msgid "Visually Impaired" msgstr "Malvoyants" -#: ../gramps/plugins/webreport/narrativeweb.py:1757 -#: ../gramps/plugins/webreport/narrativeweb.py:1907 +#: ../gramps/plugins/webreport/narrativeweb.py:1758 +#: ../gramps/plugins/webreport/narrativeweb.py:1908 msgid "Html|Home" msgstr "Accueil" -#: ../gramps/plugins/webreport/narrativeweb.py:1760 -#: ../gramps/plugins/webreport/narrativeweb.py:1804 -#: ../gramps/plugins/webreport/narrativeweb.py:1807 -#: ../gramps/plugins/webreport/narrativeweb.py:1866 -#: ../gramps/plugins/webreport/narrativeweb.py:3914 -#: ../gramps/plugins/webreport/narrativeweb.py:3959 +#: ../gramps/plugins/webreport/narrativeweb.py:1761 +#: ../gramps/plugins/webreport/narrativeweb.py:1805 +#: ../gramps/plugins/webreport/narrativeweb.py:1808 +#: ../gramps/plugins/webreport/narrativeweb.py:1867 +#: ../gramps/plugins/webreport/narrativeweb.py:3915 +#: ../gramps/plugins/webreport/narrativeweb.py:3960 msgid "Surnames" msgstr "Noms de famille" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:1767 -#: ../gramps/plugins/webreport/narrativeweb.py:1883 -#: ../gramps/plugins/webreport/narrativeweb.py:4803 +#: ../gramps/plugins/webreport/narrativeweb.py:1768 +#: ../gramps/plugins/webreport/narrativeweb.py:1884 +#: ../gramps/plugins/webreport/narrativeweb.py:4804 msgid "Thumbnails" msgstr "Aperçus" -#: ../gramps/plugins/webreport/narrativeweb.py:1768 -#: ../gramps/plugins/webreport/narrativeweb.py:1889 -#: ../gramps/plugins/webreport/narrativeweb.py:4977 -#: ../gramps/plugins/webreport/narrativeweb.py:8201 +#: ../gramps/plugins/webreport/narrativeweb.py:1769 +#: ../gramps/plugins/webreport/narrativeweb.py:1890 +#: ../gramps/plugins/webreport/narrativeweb.py:4978 +#: ../gramps/plugins/webreport/narrativeweb.py:8202 msgid "Download" msgstr "Télécharger" # espace limité dans la fenêtre, bug #3596 -#: ../gramps/plugins/webreport/narrativeweb.py:1769 -#: ../gramps/plugins/webreport/narrativeweb.py:1827 -#: ../gramps/plugins/webreport/narrativeweb.py:1890 -#: ../gramps/plugins/webreport/narrativeweb.py:6690 -#: ../gramps/plugins/webreport/narrativeweb.py:6784 +#. Add xml, doctype, meta and stylesheets +#: ../gramps/plugins/webreport/narrativeweb.py:1770 +#: ../gramps/plugins/webreport/narrativeweb.py:1828 +#: ../gramps/plugins/webreport/narrativeweb.py:1891 +#: ../gramps/plugins/webreport/narrativeweb.py:6691 +#: ../gramps/plugins/webreport/narrativeweb.py:6785 msgid "Address Book" msgstr "Adresses" -#: ../gramps/plugins/webreport/narrativeweb.py:1770 -#: ../gramps/plugins/webreport/narrativeweb.py:1896 -#: ../gramps/plugins/webreport/narrativeweb.py:1926 -#: ../gramps/plugins/webreport/narrativeweb.py:5077 +#. add contact column +#: ../gramps/plugins/webreport/narrativeweb.py:1771 +#: ../gramps/plugins/webreport/narrativeweb.py:1897 +#: ../gramps/plugins/webreport/narrativeweb.py:1927 +#: ../gramps/plugins/webreport/narrativeweb.py:5078 msgid "Contact" msgstr "Contact" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:1911 +#. add personal column +#: ../gramps/plugins/webreport/narrativeweb.py:1912 msgid "Personal" msgstr "Individu" # ou récit ? saga ? -#: ../gramps/plugins/webreport/narrativeweb.py:2233 +#. add section title +#: ../gramps/plugins/webreport/narrativeweb.py:2234 msgid "Narrative" msgstr "Anecdote" -#: ../gramps/plugins/webreport/narrativeweb.py:2248 -#: ../gramps/plugins/webreport/narrativeweb.py:6721 +#: ../gramps/plugins/webreport/narrativeweb.py:2249 +#: ../gramps/plugins/webreport/narrativeweb.py:6722 msgid "Web Links" msgstr "Liens internet" -#: ../gramps/plugins/webreport/narrativeweb.py:2295 +#: ../gramps/plugins/webreport/narrativeweb.py:2296 msgid " [Click to Go]" msgstr " [Cliquez pour aller]" -#: ../gramps/plugins/webreport/narrativeweb.py:2318 +#: ../gramps/plugins/webreport/narrativeweb.py:2319 msgid "Latter-Day Saints/ LDS Ordinance" msgstr "Ordinance Mormons" -#: ../gramps/plugins/webreport/narrativeweb.py:2345 +#: ../gramps/plugins/webreport/narrativeweb.py:2346 msgid "Source References" msgstr "Références des sources" -#: ../gramps/plugins/webreport/narrativeweb.py:2448 -#: ../gramps/plugins/webreport/narrativeweb.py:5560 -#: ../gramps/plugins/webreport/narrativeweb.py:5799 +#: ../gramps/plugins/webreport/narrativeweb.py:2449 +#: ../gramps/plugins/webreport/narrativeweb.py:5561 +#: ../gramps/plugins/webreport/narrativeweb.py:5800 msgid "Family Map" msgstr "Carte de la famille" -#: ../gramps/plugins/webreport/narrativeweb.py:2662 +#: ../gramps/plugins/webreport/narrativeweb.py:2663 msgid "Telephone" msgstr "Téléphone " -#: ../gramps/plugins/webreport/narrativeweb.py:2888 +#. feature request 2356: avoid genitive form +#: ../gramps/plugins/webreport/narrativeweb.py:2889 #, python-format msgid "This page contains an index of all the individuals in the database with the surname of %s. Selecting the person’s name will take you to that person’s individual page." msgstr "Cette page contient un index de tous les individus de la base de données avec le nom de famille %s. Sélectionnez le nom d'un individu pour accéder à sa page." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:2903 -#: ../gramps/plugins/webreport/narrativeweb.py:5223 +#. Name Column +#: ../gramps/plugins/webreport/narrativeweb.py:2904 +#: ../gramps/plugins/webreport/narrativeweb.py:5224 msgid "Given Name" msgstr "Prénom" # Site internet descriptif ou narratif ? -#: ../gramps/plugins/webreport/narrativeweb.py:3047 -#: ../gramps/plugins/webreport/narrativeweb.py:3324 -#: ../gramps/plugins/webreport/narrativeweb.py:3608 -#: ../gramps/plugins/webreport/narrativeweb.py:4153 -#: ../gramps/plugins/webreport/narrativeweb.py:4368 -#: ../gramps/plugins/webreport/narrativeweb.py:5167 -#: ../gramps/plugins/webreport/narrativeweb.py:6530 -#: ../gramps/plugins/webreport/narrativeweb.py:7147 -#: ../gramps/plugins/webreport/narrativeweb.py:7154 -#: ../gramps/plugins/webreport/narrativeweb.py:7571 -#: ../gramps/plugins/webreport/narrativeweb.py:7616 -#: ../gramps/plugins/webreport/narrativeweb.py:7634 -#: ../gramps/plugins/webreport/narrativeweb.py:7676 +#. set progress bar pass for Repositories +#: ../gramps/plugins/webreport/narrativeweb.py:3048 +#: ../gramps/plugins/webreport/narrativeweb.py:3325 +#: ../gramps/plugins/webreport/narrativeweb.py:3609 +#: ../gramps/plugins/webreport/narrativeweb.py:4154 +#: ../gramps/plugins/webreport/narrativeweb.py:4369 +#: ../gramps/plugins/webreport/narrativeweb.py:5168 +#: ../gramps/plugins/webreport/narrativeweb.py:6531 +#: ../gramps/plugins/webreport/narrativeweb.py:7148 +#: ../gramps/plugins/webreport/narrativeweb.py:7155 +#: ../gramps/plugins/webreport/narrativeweb.py:7572 +#: ../gramps/plugins/webreport/narrativeweb.py:7617 +#: ../gramps/plugins/webreport/narrativeweb.py:7635 +#: ../gramps/plugins/webreport/narrativeweb.py:7677 msgid "Narrated Web Site Report" msgstr "Saga" # trunk # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:3048 +#: ../gramps/plugins/webreport/narrativeweb.py:3049 msgid "Creating family pages..." msgstr "Création des pages familiales..." # trunk # titre = nom -#: ../gramps/plugins/webreport/narrativeweb.py:3070 +#. Families list page message +#: ../gramps/plugins/webreport/narrativeweb.py:3071 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 name will take you to their family/ relationship’s page." msgstr "Cette page contient un index de toutes les familles et relations de la base de données, trié par nom de famille. Cliquez sur le nom pour accéder à la page de la famille." -#: ../gramps/plugins/webreport/narrativeweb.py:3111 -#: ../gramps/plugins/webreport/narrativeweb.py:3374 -#: ../gramps/plugins/webreport/narrativeweb.py:3661 -#: ../gramps/plugins/webreport/narrativeweb.py:3953 +#: ../gramps/plugins/webreport/narrativeweb.py:3112 +#: ../gramps/plugins/webreport/narrativeweb.py:3375 +#: ../gramps/plugins/webreport/narrativeweb.py:3662 +#: ../gramps/plugins/webreport/narrativeweb.py:3954 msgid "Letter" msgstr "Lettre" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:3150 +#: ../gramps/plugins/webreport/narrativeweb.py:3151 msgid "Families beginning with letter " msgstr "Familles commençant par la lettre " # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:3325 +#: ../gramps/plugins/webreport/narrativeweb.py:3326 msgid "Creating place pages" msgstr "Création des pages pour le lieu" # titre = nom -#: ../gramps/plugins/webreport/narrativeweb.py:3349 +#. place list page message +#: ../gramps/plugins/webreport/narrativeweb.py:3350 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 place’s page." msgstr "Cette page contient un index de tous les lieux de la base de données, classés par nom. Cliquez sur le lieux pour accéder à sa page." -#: ../gramps/plugins/webreport/narrativeweb.py:3375 +#: ../gramps/plugins/webreport/narrativeweb.py:3376 msgid "Place Name | Name" msgstr "Nom du lieu" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:3414 +#: ../gramps/plugins/webreport/narrativeweb.py:3415 #, python-format msgid "Places beginning with letter %s" msgstr "Lieux commençant par la lettre %s" -#: ../gramps/plugins/webreport/narrativeweb.py:3526 +#. section title +#: ../gramps/plugins/webreport/narrativeweb.py:3527 msgid "Place Map" msgstr "Carte du lieu" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:3609 +#: ../gramps/plugins/webreport/narrativeweb.py:3610 msgid "Creating event pages" msgstr "Création des pages pour l'événement" -#: ../gramps/plugins/webreport/narrativeweb.py:3636 +#: ../gramps/plugins/webreport/narrativeweb.py:3637 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 ID will open a page for that event." msgstr "Cette page contient un index de tous les événements de la base de données, classés par type et date (si présente). Cliquez sur un identifiant d'événement Gramps pour accéder à sa page." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:3718 +#: ../gramps/plugins/webreport/narrativeweb.py:3719 #, python-format msgid "Event types beginning with letter %s" msgstr "Types d'événement commençant par la lettre %s" -#: ../gramps/plugins/webreport/narrativeweb.py:3917 +#: ../gramps/plugins/webreport/narrativeweb.py:3918 msgid "Surnames by person count" msgstr "Patronymes par compte individuel" -#: ../gramps/plugins/webreport/narrativeweb.py:3924 +#. page message +#: ../gramps/plugins/webreport/narrativeweb.py:3925 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 surname." msgstr "Cette page contient un index de tous les patronymes de la base de données. Sélectionnez un lien pour accéder à la liste des individus portant ce nom." -#: ../gramps/plugins/webreport/narrativeweb.py:3966 +#: ../gramps/plugins/webreport/narrativeweb.py:3967 msgid "Number of People" msgstr "Nombre d'individus" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:4011 +#: ../gramps/plugins/webreport/narrativeweb.py:4012 #, python-format msgid "Surnames beginning with letter %s" msgstr "Noms de famille commençant par la lettre %s" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:4154 +#: ../gramps/plugins/webreport/narrativeweb.py:4155 msgid "Creating source pages" msgstr "Création des pages pour la source" # titre = nom -#: ../gramps/plugins/webreport/narrativeweb.py:4195 +#: ../gramps/plugins/webreport/narrativeweb.py:4196 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 source’s page." msgstr "Cette page contient un index de toutes les sources de la base de données, classées par nom. Cliquez sur une source pour accéder à sa page." -#: ../gramps/plugins/webreport/narrativeweb.py:4211 +#: ../gramps/plugins/webreport/narrativeweb.py:4212 msgid "Source Name|Name" msgstr "Nom de la source" -#: ../gramps/plugins/webreport/narrativeweb.py:4294 +#: ../gramps/plugins/webreport/narrativeweb.py:4295 msgid "Publication information" msgstr "Informations de publication" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:4369 +#: ../gramps/plugins/webreport/narrativeweb.py:4370 msgid "Creating media pages" msgstr "Création des pages pour le medium" # titre = nom # ’ ? -#: ../gramps/plugins/webreport/narrativeweb.py:4407 +#: ../gramps/plugins/webreport/narrativeweb.py:4408 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 object’s page. If you see media size dimensions above an image, click on the image to see the full sized version. " msgstr "Cette page contient un index de tous les objets media de la base de données, classés par titre. Cliquez sur le nom pour ouvrir la page. Si vous voyez les dimensions au-dessus de l'image, cliquez sur l'image pour la voir dans sa taille réelle." -#: ../gramps/plugins/webreport/narrativeweb.py:4429 +#: ../gramps/plugins/webreport/narrativeweb.py:4430 msgid "Media | Name" msgstr "Nom du medium" -#: ../gramps/plugins/webreport/narrativeweb.py:4431 +#: ../gramps/plugins/webreport/narrativeweb.py:4432 msgid "Mime Type" msgstr "Type mime" -#: ../gramps/plugins/webreport/narrativeweb.py:4540 +#: ../gramps/plugins/webreport/narrativeweb.py:4541 msgid "Previous" msgstr "Précédent" -#: ../gramps/plugins/webreport/narrativeweb.py:4541 +#: ../gramps/plugins/webreport/narrativeweb.py:4542 #, python-format msgid "%(page_number)d of %(total_pages)d" msgstr "%(page_number)d sur %(total_pages)d" -#: ../gramps/plugins/webreport/narrativeweb.py:4546 +#: ../gramps/plugins/webreport/narrativeweb.py:4547 msgid "Next" msgstr "Suivant" -#: ../gramps/plugins/webreport/narrativeweb.py:4549 +#. missing media error message +#: ../gramps/plugins/webreport/narrativeweb.py:4550 msgid "The file has been moved or deleted." msgstr "Ce fichier a été déplacé ou supprimé." -#: ../gramps/plugins/webreport/narrativeweb.py:4688 +#: ../gramps/plugins/webreport/narrativeweb.py:4689 msgid "File Type" msgstr "Type de fichier" -#: ../gramps/plugins/webreport/narrativeweb.py:4771 +#: ../gramps/plugins/webreport/narrativeweb.py:4772 msgid "Missing media object:" msgstr "Objet medium absent :" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:4808 +#: ../gramps/plugins/webreport/narrativeweb.py:4809 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 objects in this database. Clicking on a thumbnail will take you to that image’s page." msgstr "Cette page affiche une liste indexée de tous les media de la base de données, classés par titre. Il y a un index de tous les objets media de la base de données. Cliquez sur un aperçu pour aller sur la page de l'image." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:4824 +#: ../gramps/plugins/webreport/narrativeweb.py:4825 msgid "Thumbnail Preview" msgstr "Aperçu de la miniature" -#: ../gramps/plugins/webreport/narrativeweb.py:4983 +#: ../gramps/plugins/webreport/narrativeweb.py:4984 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 files listed below, clicking on them will allow you to download them. The download page and files have the same copyright as the remainder of these web pages." msgstr "Cette page est pour l'utilisateur, le créateur de cet arbre familial, lui permettant de partager un ensemble de fichiers concernant sa famille. Si il y a des fichiers, cliquez sur l'un d'entre eux pour le télécharger. La page de téléchargement et les fichiers ont le même droit à la copie que les autres pages internet." -#: ../gramps/plugins/webreport/narrativeweb.py:5004 +#: ../gramps/plugins/webreport/narrativeweb.py:5005 msgid "File Name" msgstr "Nom du fichier" -#: ../gramps/plugins/webreport/narrativeweb.py:5006 +#: ../gramps/plugins/webreport/narrativeweb.py:5007 msgid "Last Modified" msgstr "Dernière modification" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:5168 +#: ../gramps/plugins/webreport/narrativeweb.py:5169 msgid "Creating individual pages" msgstr "Création des pages pour l'individu" -#: ../gramps/plugins/webreport/narrativeweb.py:5201 +#. Individual List page message +#: ../gramps/plugins/webreport/narrativeweb.py:5202 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 person’s individual page." msgstr "Cette page contient un index de tous les individus de la base de données, classés par nom. Sélectionnez le nom d'un individu pour accéder à sa page." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:5268 +#: ../gramps/plugins/webreport/narrativeweb.py:5269 #, python-format msgid "Surnames %(surname)s beginning with letter %(letter)s" msgstr "Noms de famille %(surname)s commençant par la lettre %(letter)s" -#: ../gramps/plugins/webreport/narrativeweb.py:5681 +#. add page title +#: ../gramps/plugins/webreport/narrativeweb.py:5682 #, python-format msgid "Tracking %s" msgstr "Suivi de %s" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:5685 +#. page description +#: ../gramps/plugins/webreport/narrativeweb.py:5686 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 place name. The markers and the Reference list are sorted in date order (if any?). Clicking on a place’s name in the Reference section will take you to that place’s page." msgstr "Cette page carte représente l'individu et ses descendants avec leurs événements / lieux. Si vous passez le curseur de votre souris au-dessus du marqueur vous obtiendrez le nom du lieu. Les marqueurs et la liste de référence sont triés par date (si elle existe). Cliquez sur le nom du lieu dans la section référence pour accéder la page du lieu." -#: ../gramps/plugins/webreport/narrativeweb.py:5737 +#: ../gramps/plugins/webreport/narrativeweb.py:5738 msgid "Drop Markers" msgstr "Parachuter les marqueurs" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:5757 +#: ../gramps/plugins/webreport/narrativeweb.py:5758 msgid "Place Title" msgstr "Titre du lieu" -#: ../gramps/plugins/webreport/narrativeweb.py:5919 +#: ../gramps/plugins/webreport/narrativeweb.py:5920 msgid "Ancestors" msgstr "Ascendants" -#: ../gramps/plugins/webreport/narrativeweb.py:5975 +#: ../gramps/plugins/webreport/narrativeweb.py:5976 msgid "Associations" msgstr "Associations" # call name = prénom dans le context ! -#: ../gramps/plugins/webreport/narrativeweb.py:6165 +#: ../gramps/plugins/webreport/narrativeweb.py:6166 msgid "Call Name" msgstr "Prénom usuel" -#: ../gramps/plugins/webreport/narrativeweb.py:6181 +#: ../gramps/plugins/webreport/narrativeweb.py:6182 msgid "Nick Name" msgstr "Surnom" -#: ../gramps/plugins/webreport/narrativeweb.py:6219 +#: ../gramps/plugins/webreport/narrativeweb.py:6220 msgid "Age at Death" msgstr "Âge au décès" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:6310 +#. Stepfather may not always be quite right (for example, it may +#. 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:6311 msgid "Stepfather" msgstr "Beau-père" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:6320 +#: ../gramps/plugins/webreport/narrativeweb.py:6321 msgid "Stepmother" msgstr "Belle-mère" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:6344 +#: ../gramps/plugins/webreport/narrativeweb.py:6345 msgid "Not siblings" msgstr "Non frère ou sœur" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:6405 +#: ../gramps/plugins/webreport/narrativeweb.py:6406 msgid "Relation to main person" msgstr "Relation avec la souche" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:6407 +#: ../gramps/plugins/webreport/narrativeweb.py:6408 msgid "Relation within this family (if not by birth)" msgstr "Relation dans la famille (si différent de la naissance)" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:6531 +#: ../gramps/plugins/webreport/narrativeweb.py:6532 msgid "Creating repository pages" msgstr "Création des pages dépôt" # titre = nom -#: ../gramps/plugins/webreport/narrativeweb.py:6564 +#: ../gramps/plugins/webreport/narrativeweb.py:6565 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 that repositories’s page." msgstr "Cette page contient un index de tous les dépôts de la base de données, classés par nom. Cliquez sur le nom d'un dépôt pour accéder à sa page." -#: ../gramps/plugins/webreport/narrativeweb.py:6579 +#: ../gramps/plugins/webreport/narrativeweb.py:6580 msgid "Repository |Name" msgstr "Nom du dépôt" -#: ../gramps/plugins/webreport/narrativeweb.py:6697 +#. Address Book Page message +#: ../gramps/plugins/webreport/narrativeweb.py:6698 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 Links. Selecting the person’s name will take you to their individual Address Book page." msgstr "Cette page contient un index de tous les individus de la base de données, classés par nom de famille, avec soit une adresse, une résidence ou des liens internet. Sélectionnez le nom d'un individu pour accéder à sa page." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:6718 +#: ../gramps/plugins/webreport/narrativeweb.py:6719 msgid "Full Name" msgstr "Nom complet" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:6951 +#: ../gramps/plugins/webreport/narrativeweb.py:6952 #, python-format msgid "Neither %(current)s nor %(parent)s are directories" msgstr "Ni %(current)s ni %(parent)s ne sont des répertoires" -#: ../gramps/plugins/webreport/narrativeweb.py:6959 -#: ../gramps/plugins/webreport/narrativeweb.py:6964 -#: ../gramps/plugins/webreport/narrativeweb.py:6977 -#: ../gramps/plugins/webreport/narrativeweb.py:6982 +#: ../gramps/plugins/webreport/narrativeweb.py:6960 +#: ../gramps/plugins/webreport/narrativeweb.py:6965 +#: ../gramps/plugins/webreport/narrativeweb.py:6978 +#: ../gramps/plugins/webreport/narrativeweb.py:6983 #, python-format msgid "Could not create the directory: %s" msgstr "Impossible de créer le répertoire : %s" -#: ../gramps/plugins/webreport/narrativeweb.py:6988 +#: ../gramps/plugins/webreport/narrativeweb.py:6989 msgid "Invalid file name" msgstr "Nom de fichier invalide" -#: ../gramps/plugins/webreport/narrativeweb.py:6989 +#: ../gramps/plugins/webreport/narrativeweb.py:6990 msgid "The archive file must be a file, not a directory" msgstr "L'archive doit être un fichier, pas un répertoire" -#: ../gramps/plugins/webreport/narrativeweb.py:7111 +#: ../gramps/plugins/webreport/narrativeweb.py:7112 #, python-format msgid "ID=%(grampsid)s, path=%(dir)s" msgstr "ID=%(grampsid)s, chemin=%(dir)s" -#: ../gramps/plugins/webreport/narrativeweb.py:7116 +#: ../gramps/plugins/webreport/narrativeweb.py:7117 msgid "Missing media objects:" msgstr "Objets media manquants :" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:7148 +#: ../gramps/plugins/webreport/narrativeweb.py:7149 msgid "Applying Person Filter..." msgstr "Application du filtre individu..." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:7155 +#: ../gramps/plugins/webreport/narrativeweb.py:7156 msgid "Constructing list of other objects..." msgstr "Construction d'une liste d'autres objets..." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:7363 +#: ../gramps/plugins/webreport/narrativeweb.py:7364 #, python-format msgid "Family of %s and %s" msgstr "Famille de %s et %s" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:7367 -#: ../gramps/plugins/webreport/narrativeweb.py:7371 +#. Only the name of the husband is known +#. Only the name of the wife is known +#: ../gramps/plugins/webreport/narrativeweb.py:7368 +#: ../gramps/plugins/webreport/narrativeweb.py:7372 #, python-format msgid "Family of %s" msgstr "Famille de %s" -#: ../gramps/plugins/webreport/narrativeweb.py:7572 +#: ../gramps/plugins/webreport/narrativeweb.py:7573 msgid "Creating GENDEX file" msgstr "Création d'un fichier GENDEX" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:7617 +#: ../gramps/plugins/webreport/narrativeweb.py:7618 msgid "Creating surname pages" msgstr "Création des pages pour le patronyme" # trunk # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:7635 +#: ../gramps/plugins/webreport/narrativeweb.py:7636 msgid "Creating thumbnail preview page..." msgstr "Création des pages pour les miniatures..." # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:7677 +#: ../gramps/plugins/webreport/narrativeweb.py:7678 msgid "Creating address book pages ..." msgstr "Création des pages adresses ..." -#: ../gramps/plugins/webreport/narrativeweb.py:7978 +#: ../gramps/plugins/webreport/narrativeweb.py:7979 msgid "Store web pages in .tar.gz archive" msgstr "Extrait les pages Web en archive .tar.gz" -#: ../gramps/plugins/webreport/narrativeweb.py:7980 +#: ../gramps/plugins/webreport/narrativeweb.py:7981 msgid "Whether to store the web pages in an archive file" msgstr "Conserver ou non les pages internet dans un format d'archive" -#: ../gramps/plugins/webreport/narrativeweb.py:7987 -#: ../gramps/plugins/webreport/webcal.py:1324 +#: ../gramps/plugins/webreport/narrativeweb.py:7988 +#: ../gramps/plugins/webreport/webcal.py:1325 msgid "Destination" msgstr "Destination" -#: ../gramps/plugins/webreport/narrativeweb.py:7990 -#: ../gramps/plugins/webreport/webcal.py:1327 +#: ../gramps/plugins/webreport/narrativeweb.py:7991 +#: ../gramps/plugins/webreport/webcal.py:1328 msgid "The destination directory for the web files" msgstr "Le répertoire de destination pour les fichiers internet" -#: ../gramps/plugins/webreport/narrativeweb.py:7996 +#: ../gramps/plugins/webreport/narrativeweb.py:7997 msgid "Web site title" msgstr "Titre du site" -#: ../gramps/plugins/webreport/narrativeweb.py:7996 +#: ../gramps/plugins/webreport/narrativeweb.py:7997 msgid "My Family Tree" msgstr "Mon arbre généalogique" -#: ../gramps/plugins/webreport/narrativeweb.py:7997 +#: ../gramps/plugins/webreport/narrativeweb.py:7998 msgid "The title of the web site" msgstr "Le titre du site internet" -#: ../gramps/plugins/webreport/narrativeweb.py:8002 +#: ../gramps/plugins/webreport/narrativeweb.py:8003 msgid "Select filter to restrict people that appear on web site" msgstr "Sélectionnez un filtre pour restreindre les individus qui apparaîtront dans le site web" -#: ../gramps/plugins/webreport/narrativeweb.py:8029 -#: ../gramps/plugins/webreport/webcal.py:1364 +#: ../gramps/plugins/webreport/narrativeweb.py:8030 +#: ../gramps/plugins/webreport/webcal.py:1365 msgid "File extension" msgstr "Extension" -#: ../gramps/plugins/webreport/narrativeweb.py:8032 -#: ../gramps/plugins/webreport/webcal.py:1367 +#: ../gramps/plugins/webreport/narrativeweb.py:8033 +#: ../gramps/plugins/webreport/webcal.py:1368 msgid "The extension to be used for the web files" msgstr "L'extension utilisée pour les fichiers internet" -#: ../gramps/plugins/webreport/narrativeweb.py:8035 -#: ../gramps/plugins/webreport/webcal.py:1370 +#: ../gramps/plugins/webreport/narrativeweb.py:8036 +#: ../gramps/plugins/webreport/webcal.py:1371 msgid "Copyright" msgstr "Licence" -#: ../gramps/plugins/webreport/narrativeweb.py:8038 -#: ../gramps/plugins/webreport/webcal.py:1373 +#: ../gramps/plugins/webreport/narrativeweb.py:8039 +#: ../gramps/plugins/webreport/webcal.py:1374 msgid "The copyright to be used for the web files" msgstr "Le droit d'auteur utilisé pour les fichiers internet" -#: ../gramps/plugins/webreport/narrativeweb.py:8041 -#: ../gramps/plugins/webreport/webcal.py:1379 +#: ../gramps/plugins/webreport/narrativeweb.py:8042 +#: ../gramps/plugins/webreport/webcal.py:1380 msgid "StyleSheet" msgstr "Feuille de style" -#: ../gramps/plugins/webreport/narrativeweb.py:8046 -#: ../gramps/plugins/webreport/webcal.py:1382 +#: ../gramps/plugins/webreport/narrativeweb.py:8047 +#: ../gramps/plugins/webreport/webcal.py:1383 msgid "The stylesheet to be used for the web pages" msgstr "La feuille de style utilisée pour les pages internet" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8051 +#: ../gramps/plugins/webreport/narrativeweb.py:8052 msgid "Horizontal -- Default" msgstr "Horizontal -- défaut" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8052 +#: ../gramps/plugins/webreport/narrativeweb.py:8053 msgid "Vertical -- Left Side" msgstr "Vertical -- côté gauche" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8053 +#: ../gramps/plugins/webreport/narrativeweb.py:8054 msgid "Fade -- WebKit Browsers Only" msgstr "Fondu -- que pour les navigateurs Webkit" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8054 -#: ../gramps/plugins/webreport/narrativeweb.py:8066 +#: ../gramps/plugins/webreport/narrativeweb.py:8055 +#: ../gramps/plugins/webreport/narrativeweb.py:8067 msgid "Drop-Down -- WebKit Browsers Only" msgstr "Abaissé -- que pour les navigateurs Webkit" # espace limité -#: ../gramps/plugins/webreport/narrativeweb.py:8056 +#: ../gramps/plugins/webreport/narrativeweb.py:8057 msgid "Navigation Menu Layout" msgstr "Mise en page" -#: ../gramps/plugins/webreport/narrativeweb.py:8059 +#: ../gramps/plugins/webreport/narrativeweb.py:8060 msgid "Choose which layout for the Navigation Menus." msgstr "Choisissez la mise en page pour les menus de navigation." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8065 +#: ../gramps/plugins/webreport/narrativeweb.py:8066 msgid "Normal Outline Style" -msgstr "" +msgstr "Style normal de bordure" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8068 +#: ../gramps/plugins/webreport/narrativeweb.py:8069 msgid "Citation Referents Layout" msgstr "Mise en page des références de citation" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8071 +#: ../gramps/plugins/webreport/narrativeweb.py:8072 msgid "Determine the default layout for the Source Page's Citation Referents section" msgstr "Déterminer la mise en page par défaut pour la section Références de la citation dans la page source" # en général plusieurs ascendants -#: ../gramps/plugins/webreport/narrativeweb.py:8075 +#: ../gramps/plugins/webreport/narrativeweb.py:8076 msgid "Include ancestor's tree" msgstr "Inclure un arbre des ascendants" -#: ../gramps/plugins/webreport/narrativeweb.py:8076 +#: ../gramps/plugins/webreport/narrativeweb.py:8077 msgid "Whether to include an ancestor graph on each individual page" msgstr "Inclure ou non un arbre des ascendants sur chaque page des individus" -#: ../gramps/plugins/webreport/narrativeweb.py:8080 +#: ../gramps/plugins/webreport/narrativeweb.py:8081 msgid "Graph generations" msgstr "Générations" -#: ../gramps/plugins/webreport/narrativeweb.py:8081 +#: ../gramps/plugins/webreport/narrativeweb.py:8082 msgid "The number of generations to include in the ancestor graph" msgstr "Le nombre de générations à inclure dans l'arbre des ascendants" -#: ../gramps/plugins/webreport/narrativeweb.py:8091 +#: ../gramps/plugins/webreport/narrativeweb.py:8092 msgid "Page Generation" msgstr "Création de page" -#: ../gramps/plugins/webreport/narrativeweb.py:8094 +#: ../gramps/plugins/webreport/narrativeweb.py:8095 msgid "Home page note" msgstr "Note de la page d'accueil" -#: ../gramps/plugins/webreport/narrativeweb.py:8095 +#: ../gramps/plugins/webreport/narrativeweb.py:8096 msgid "A note to be used on the home page" msgstr "La note utilisée pour la page d'accueil" -#: ../gramps/plugins/webreport/narrativeweb.py:8098 +#: ../gramps/plugins/webreport/narrativeweb.py:8099 msgid "Home page image" msgstr "Image de la page d'accueil" -#: ../gramps/plugins/webreport/narrativeweb.py:8099 +#: ../gramps/plugins/webreport/narrativeweb.py:8100 msgid "An image to be used on the home page" msgstr "L'image utilisée en page d'accueil" -#: ../gramps/plugins/webreport/narrativeweb.py:8102 +#: ../gramps/plugins/webreport/narrativeweb.py:8103 msgid "Introduction note" msgstr "Note d'introduction" -#: ../gramps/plugins/webreport/narrativeweb.py:8103 +#: ../gramps/plugins/webreport/narrativeweb.py:8104 msgid "A note to be used as the introduction" msgstr "La note utilisée en introduction" -#: ../gramps/plugins/webreport/narrativeweb.py:8106 +#: ../gramps/plugins/webreport/narrativeweb.py:8107 msgid "Introduction image" msgstr "Image d'introduction" -#: ../gramps/plugins/webreport/narrativeweb.py:8107 +#: ../gramps/plugins/webreport/narrativeweb.py:8108 msgid "An image to be used as the introduction" msgstr "L'image utilisée en introduction" -#: ../gramps/plugins/webreport/narrativeweb.py:8110 +#: ../gramps/plugins/webreport/narrativeweb.py:8111 msgid "Publisher contact note" msgstr "Note de la page contact" -#: ../gramps/plugins/webreport/narrativeweb.py:8111 +#: ../gramps/plugins/webreport/narrativeweb.py:8112 msgid "" "A note to be used as the publisher contact.\n" "If no publisher information is given,\n" @@ -26863,11 +29906,11 @@ msgstr "" "Si aucune information sur l'auteur n'est donnée,\n" "alors aucune page contact ne sera créée." -#: ../gramps/plugins/webreport/narrativeweb.py:8117 +#: ../gramps/plugins/webreport/narrativeweb.py:8118 msgid "Publisher contact image" msgstr "Image de la page contact" -#: ../gramps/plugins/webreport/narrativeweb.py:8118 +#: ../gramps/plugins/webreport/narrativeweb.py:8119 msgid "" "An image to be used as the publisher contact.\n" "If no publisher information is given,\n" @@ -26878,621 +29921,601 @@ msgstr "" "alors aucune page contact ne sera créée." # espace limité dans la fenêtre, bug #3596 -#: ../gramps/plugins/webreport/narrativeweb.py:8124 +#: ../gramps/plugins/webreport/narrativeweb.py:8125 msgid "HTML user header" msgstr "En-tête HTML" -#: ../gramps/plugins/webreport/narrativeweb.py:8125 +#: ../gramps/plugins/webreport/narrativeweb.py:8126 msgid "A note to be used as the page header" msgstr "La note utilisée pour l'en-tête de la page" # espace limité dans la fenêtre, bug #3596 -#: ../gramps/plugins/webreport/narrativeweb.py:8128 +#: ../gramps/plugins/webreport/narrativeweb.py:8129 msgid "HTML user footer" msgstr "Pied de page HTML" -#: ../gramps/plugins/webreport/narrativeweb.py:8129 +#: ../gramps/plugins/webreport/narrativeweb.py:8130 msgid "A note to be used as the page footer" msgstr "La note utilisée pour le pied de page" -#: ../gramps/plugins/webreport/narrativeweb.py:8132 +#: ../gramps/plugins/webreport/narrativeweb.py:8133 msgid "Include images and media objects" msgstr "Inclure images et objets media" -#: ../gramps/plugins/webreport/narrativeweb.py:8133 +#: ../gramps/plugins/webreport/narrativeweb.py:8134 msgid "Whether to include a gallery of media objects" msgstr "Inclure ou non une galerie des objets media" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8137 +#: ../gramps/plugins/webreport/narrativeweb.py:8138 msgid "Create and only use thumbnail- sized images" msgstr "Créer et utiliser uniquement les aperçus des images" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8138 +#: ../gramps/plugins/webreport/narrativeweb.py:8139 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 total upload size to your web hosting site." msgstr "Cette option vous permet de choisir de créer uniquement un aperçu de l'image plutôt qu'en taille réelle dans la page Media. Ceci vous permettra d'obtenir une archive plus petite à envoyer sur votre site internet hébergé." -#: ../gramps/plugins/webreport/narrativeweb.py:8144 +#: ../gramps/plugins/webreport/narrativeweb.py:8145 msgid "Max width of initial image" msgstr "Largeur max de l'image initiale" -#: ../gramps/plugins/webreport/narrativeweb.py:8146 +#: ../gramps/plugins/webreport/narrativeweb.py:8147 msgid "This allows you to set the maximum width of the image shown on the media page. Set to 0 for no limit." msgstr "Permet de définir la largeur maximum de l'image affichée dans la page media. Définissez 0 pour ignorer la limitation." -#: ../gramps/plugins/webreport/narrativeweb.py:8150 +#: ../gramps/plugins/webreport/narrativeweb.py:8151 msgid "Max height of initial image" msgstr "Hauteur max de l'image initiale" -#: ../gramps/plugins/webreport/narrativeweb.py:8152 +#: ../gramps/plugins/webreport/narrativeweb.py:8153 msgid "This allows you to set the maximum height of the image shown on the media page. Set to 0 for no limit." msgstr "Permet de définir la hauteur maximum de l'image affichée dans la page media. Définissez 0 pour ignorer la limitation." -#: ../gramps/plugins/webreport/narrativeweb.py:8158 +#: ../gramps/plugins/webreport/narrativeweb.py:8159 msgid "Suppress Gramps ID" msgstr "Supprimer les identifiants Gramps" -#: ../gramps/plugins/webreport/narrativeweb.py:8159 +#: ../gramps/plugins/webreport/narrativeweb.py:8160 msgid "Whether to include the Gramps ID of objects" msgstr "Inclure ou non les identifiants Gramps des objets" -#: ../gramps/plugins/webreport/narrativeweb.py:8166 -#: ../gramps/gui/glade/editaddress.glade:345 -#: ../gramps/gui/glade/editattribute.glade:157 -#: ../gramps/gui/glade/editchildref.glade:193 -#: ../gramps/gui/glade/editcitation.glade:346 -#: ../gramps/gui/glade/editcitation.glade:636 -#: ../gramps/gui/glade/editevent.glade:210 -#: ../gramps/gui/glade/editeventref.glade:144 -#: ../gramps/gui/glade/editeventref.glade:444 -#: ../gramps/gui/glade/editfamily.glade:550 -#: ../gramps/gui/glade/editldsord.glade:397 -#: ../gramps/gui/glade/editmedia.glade:361 -#: ../gramps/gui/glade/editmediaref.glade:380 -#: ../gramps/gui/glade/editmediaref.glade:753 -#: ../gramps/gui/glade/editname.glade:164 -#: ../gramps/gui/glade/editnote.glade:252 -#: ../gramps/gui/glade/editperson.glade:460 -#: ../gramps/gui/glade/editpersonref.glade:162 -#: ../gramps/gui/glade/editplace.glade:208 -#: ../gramps/gui/glade/editreporef.glade:194 -#: ../gramps/gui/glade/editreporef.glade:407 -#: ../gramps/gui/glade/editrepository.glade:217 -#: ../gramps/gui/glade/editsource.glade:273 -#: ../gramps/gui/glade/editsourceref.glade:241 -#: ../gramps/gui/glade/editsourceref.glade:547 -#: ../gramps/gui/glade/editurl.glade:162 -msgid "Privacy" -msgstr "Vie privée" - -#: ../gramps/plugins/webreport/narrativeweb.py:8169 +#: ../gramps/plugins/webreport/narrativeweb.py:8170 msgid "Include records marked private" msgstr "Inclure les données privées" -#: ../gramps/plugins/webreport/narrativeweb.py:8170 +#: ../gramps/plugins/webreport/narrativeweb.py:8171 msgid "Whether to include private objects" msgstr "Inclure ou non les objets privés" -#: ../gramps/plugins/webreport/narrativeweb.py:8173 +#: ../gramps/plugins/webreport/narrativeweb.py:8174 msgid "Living People" msgstr "Individus vivants" -#: ../gramps/plugins/webreport/narrativeweb.py:8178 +#: ../gramps/plugins/webreport/narrativeweb.py:8179 msgid "Include Last Name Only" msgstr "N'inclure que le nom" -#: ../gramps/plugins/webreport/narrativeweb.py:8180 +#: ../gramps/plugins/webreport/narrativeweb.py:8181 msgid "Include Full Name Only" msgstr "Inclure le nom complet" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/narrativeweb.py:8183 +#: ../gramps/plugins/webreport/narrativeweb.py:8184 msgid "How to handle living people" msgstr "Gestion des individus vivants" -#: ../gramps/plugins/webreport/narrativeweb.py:8187 +#: ../gramps/plugins/webreport/narrativeweb.py:8188 msgid "Years from death to consider living" msgstr "Années depuis le décès" -#: ../gramps/plugins/webreport/narrativeweb.py:8189 +#: ../gramps/plugins/webreport/narrativeweb.py:8190 msgid "This allows you to restrict information on people who have not been dead for very long" msgstr "Ceci vous permet de restreindre l'information sur les individus décédés il y a peu de temps" -#: ../gramps/plugins/webreport/narrativeweb.py:8204 +#: ../gramps/plugins/webreport/narrativeweb.py:8205 msgid "Include download page" msgstr "Inclure une page téléchargement" -#: ../gramps/plugins/webreport/narrativeweb.py:8205 +#: ../gramps/plugins/webreport/narrativeweb.py:8206 msgid "Whether to include a database download option" msgstr "Inclure ou non une option pour télécharger une base de données" # espace limité dans la fenêtre, bug #3596 -#: ../gramps/plugins/webreport/narrativeweb.py:8209 -#: ../gramps/plugins/webreport/narrativeweb.py:8218 +#: ../gramps/plugins/webreport/narrativeweb.py:8210 +#: ../gramps/plugins/webreport/narrativeweb.py:8219 msgid "Download Filename" msgstr "Nom du fichier" -#: ../gramps/plugins/webreport/narrativeweb.py:8211 -#: ../gramps/plugins/webreport/narrativeweb.py:8220 +#: ../gramps/plugins/webreport/narrativeweb.py:8212 +#: ../gramps/plugins/webreport/narrativeweb.py:8221 msgid "File to be used for downloading of database" msgstr "Fichier prévu pour être téléchargé" # espace limité dans la fenêtre, bug #3596 -#: ../gramps/plugins/webreport/narrativeweb.py:8214 -#: ../gramps/plugins/webreport/narrativeweb.py:8223 +#: ../gramps/plugins/webreport/narrativeweb.py:8215 +#: ../gramps/plugins/webreport/narrativeweb.py:8224 msgid "Description for download" msgstr "Description" -#: ../gramps/plugins/webreport/narrativeweb.py:8214 +#: ../gramps/plugins/webreport/narrativeweb.py:8215 msgid "Smith Family Tree" msgstr "Arbre de la famille Martin" -#: ../gramps/plugins/webreport/narrativeweb.py:8215 -#: ../gramps/plugins/webreport/narrativeweb.py:8224 +#: ../gramps/plugins/webreport/narrativeweb.py:8216 +#: ../gramps/plugins/webreport/narrativeweb.py:8225 msgid "Give a description for this file." msgstr "Donnez une description pour ce fichier." -#: ../gramps/plugins/webreport/narrativeweb.py:8223 +#: ../gramps/plugins/webreport/narrativeweb.py:8224 msgid "Johnson Family Tree" msgstr "Arbre de la famille Bernard" -#: ../gramps/plugins/webreport/narrativeweb.py:8233 -#: ../gramps/plugins/webreport/webcal.py:1524 +#: ../gramps/plugins/webreport/narrativeweb.py:8234 +#: ../gramps/plugins/webreport/webcal.py:1525 msgid "Advanced Options" msgstr "Options avancées" -#: ../gramps/plugins/webreport/narrativeweb.py:8236 -#: ../gramps/plugins/webreport/webcal.py:1526 +#: ../gramps/plugins/webreport/narrativeweb.py:8237 +#: ../gramps/plugins/webreport/webcal.py:1527 msgid "Character set encoding" msgstr "Encodage de caractères" -#: ../gramps/plugins/webreport/narrativeweb.py:8239 -#: ../gramps/plugins/webreport/webcal.py:1529 +#: ../gramps/plugins/webreport/narrativeweb.py:8240 +#: ../gramps/plugins/webreport/webcal.py:1530 msgid "The encoding to be used for the web files" msgstr "L'encodage utilisé pour les fichiers internet" # phrase courte, place limitée -#: ../gramps/plugins/webreport/narrativeweb.py:8242 +#: ../gramps/plugins/webreport/narrativeweb.py:8243 msgid "Include link to active person on every page" msgstr "Inclure un lien vers la personne active" # plus de détails dans le tooltip -#: ../gramps/plugins/webreport/narrativeweb.py:8243 +#: ../gramps/plugins/webreport/narrativeweb.py:8244 msgid "Include a link to the active person (if they have a webpage)" msgstr "Inclure un lien vers la personne active sur chaque page" -#: ../gramps/plugins/webreport/narrativeweb.py:8246 +#: ../gramps/plugins/webreport/narrativeweb.py:8247 msgid "Include a column for birth dates on the index pages" msgstr "Inclure une colonne pour les dates de naissance dans les pages index" -#: ../gramps/plugins/webreport/narrativeweb.py:8247 +#: ../gramps/plugins/webreport/narrativeweb.py:8248 msgid "Whether to include a birth column" msgstr "Inclure ou non une colonne naissance" -#: ../gramps/plugins/webreport/narrativeweb.py:8250 +#: ../gramps/plugins/webreport/narrativeweb.py:8251 msgid "Include a column for death dates on the index pages" msgstr "Inclure une colonne pour les dates de décès dans les pages index" -#: ../gramps/plugins/webreport/narrativeweb.py:8251 +#: ../gramps/plugins/webreport/narrativeweb.py:8252 msgid "Whether to include a death column" msgstr "Inclure ou non une colonne décès" -#: ../gramps/plugins/webreport/narrativeweb.py:8254 +#: ../gramps/plugins/webreport/narrativeweb.py:8255 msgid "Include a column for partners on the index pages" msgstr "Inclure une colonne pour les conjoints dans les pages index" -#: ../gramps/plugins/webreport/narrativeweb.py:8256 +#: ../gramps/plugins/webreport/narrativeweb.py:8257 msgid "Whether to include a partners column" msgstr "Inclure ou non une colonne conjoints" -#: ../gramps/plugins/webreport/narrativeweb.py:8259 +#: ../gramps/plugins/webreport/narrativeweb.py:8260 msgid "Include a column for parents on the index pages" msgstr "Inclure une colonne pour les parents dans les pages index" -#: ../gramps/plugins/webreport/narrativeweb.py:8261 +#: ../gramps/plugins/webreport/narrativeweb.py:8262 msgid "Whether to include a parents column" msgstr "Inclure ou non une colonne parents" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8264 +#: ../gramps/plugins/webreport/narrativeweb.py:8265 msgid "Include half and/ or step-siblings on the individual pages" msgstr "Inclure les demi-frères et demi-sœurs sur la page de l'individu" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8266 +#: ../gramps/plugins/webreport/narrativeweb.py:8267 msgid "Whether to include half and/ or step-siblings with the parents and siblings" msgstr "Inclure ou non les demi-frères et demi-sœurs avec les parents, frères et sœurs." -#: ../gramps/plugins/webreport/narrativeweb.py:8270 +#: ../gramps/plugins/webreport/narrativeweb.py:8271 msgid "Sort all children in birth order" msgstr "Trier les enfants selon la date de naissance" -#: ../gramps/plugins/webreport/narrativeweb.py:8271 +#: ../gramps/plugins/webreport/narrativeweb.py:8272 msgid "Whether to display children in birth order or in entry order?" msgstr "Affiche les enfants selon leurs dates de naissance ou selon l'ordre actuel ?" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8274 +#: ../gramps/plugins/webreport/narrativeweb.py:8275 msgid "Include family pages" msgstr "Inclure les pages de la famille" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8275 +#: ../gramps/plugins/webreport/narrativeweb.py:8276 msgid "Whether or not to include family pages." msgstr "Inclure ou non des pages de la famille." -#: ../gramps/plugins/webreport/narrativeweb.py:8278 +#: ../gramps/plugins/webreport/narrativeweb.py:8279 msgid "Include event pages" msgstr "Inclure les pages événement" -#: ../gramps/plugins/webreport/narrativeweb.py:8279 +#: ../gramps/plugins/webreport/narrativeweb.py:8280 msgid "Add a complete events list and relevant pages or not" msgstr "Ajouter ou non une liste complète des événements et pages liées" -#: ../gramps/plugins/webreport/narrativeweb.py:8282 +#: ../gramps/plugins/webreport/narrativeweb.py:8283 msgid "Include repository pages" msgstr "Inclure les pages dépôt" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8283 +#: ../gramps/plugins/webreport/narrativeweb.py:8284 msgid "Whether or not to include the Repository Pages." msgstr "Inclure ou non des pages dépôt." -#: ../gramps/plugins/webreport/narrativeweb.py:8286 +#: ../gramps/plugins/webreport/narrativeweb.py:8287 msgid "Include GENDEX file (/gendex.txt)" msgstr "Inclure un fichier GENDEX (gendex.txt)" -#: ../gramps/plugins/webreport/narrativeweb.py:8287 +#: ../gramps/plugins/webreport/narrativeweb.py:8288 msgid "Whether to include a GENDEX file or not" msgstr "Inclure ou non un fichier GENDEX" -#: ../gramps/plugins/webreport/narrativeweb.py:8290 +#: ../gramps/plugins/webreport/narrativeweb.py:8291 msgid "Include address book pages" msgstr "Inclure les pages adresses" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8291 +#: ../gramps/plugins/webreport/narrativeweb.py:8292 msgid "Whether or not to add Address Book pages,which can include e-mail and website addresses and personal address/ residence events." msgstr "Ajouter ou non les adresses qui peuvent être des adresses de messagerie, des adresses de site internet, des adresses individuelles et des événements résidence." -#: ../gramps/plugins/webreport/narrativeweb.py:8301 +#: ../gramps/plugins/webreport/narrativeweb.py:8302 msgid "Place Map Options" msgstr "Options Carte du lieu" -#: ../gramps/plugins/webreport/narrativeweb.py:8305 +#: ../gramps/plugins/webreport/narrativeweb.py:8306 msgid "Google" msgstr "Google" -#: ../gramps/plugins/webreport/narrativeweb.py:8307 +#: ../gramps/plugins/webreport/narrativeweb.py:8308 msgid "Map Service" msgstr "Service cartographique" -#: ../gramps/plugins/webreport/narrativeweb.py:8310 +#: ../gramps/plugins/webreport/narrativeweb.py:8311 msgid "Choose your choice of map service for creating the Place Map Pages." msgstr "Choisissez votre service cartographique pour la création des pages Carte du lieu." -#: ../gramps/plugins/webreport/narrativeweb.py:8315 +#: ../gramps/plugins/webreport/narrativeweb.py:8316 msgid "Include Place map on Place Pages" msgstr "Inclure une carte dans les pages du lieu" -#: ../gramps/plugins/webreport/narrativeweb.py:8316 +#: ../gramps/plugins/webreport/narrativeweb.py:8317 msgid "Whether to include a place map on the Place Pages, where Latitude/ Longitude are available." msgstr "Inclure ou non une carte du lieu sur la page des lieux, quand Latitude/ Longitude est disponible." # traduction qui tient compte du résultat généré ... -#: ../gramps/plugins/webreport/narrativeweb.py:8321 +#: ../gramps/plugins/webreport/narrativeweb.py:8322 msgid "Include Family Map Pages with all places shown on the map" msgstr "Inclure des liens vers une carte avec tous les lieux familiaux" # traduction qui tient compte du résultat généré ... -#: ../gramps/plugins/webreport/narrativeweb.py:8323 +#: ../gramps/plugins/webreport/narrativeweb.py:8324 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." msgstr "Ajouter ou non une carte avec tous les lieux familiaux et un lien sur la page de l'individu. Ceci vous permettra de voir votre famille à travers ses lieux." -#: ../gramps/plugins/webreport/narrativeweb.py:8331 +#: ../gramps/plugins/webreport/narrativeweb.py:8332 msgid "Family Links" msgstr "Liens familiaux" # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8332 +#: ../gramps/plugins/webreport/narrativeweb.py:8333 msgid "Drop" msgstr "Déposer" -#: ../gramps/plugins/webreport/narrativeweb.py:8333 +#: ../gramps/plugins/webreport/narrativeweb.py:8334 msgid "Markers" msgstr "Marqueurs" -#: ../gramps/plugins/webreport/narrativeweb.py:8334 +#: ../gramps/plugins/webreport/narrativeweb.py:8335 msgid "Google/ FamilyMap Option" msgstr "Google/ Option Carte familiale" -#: ../gramps/plugins/webreport/narrativeweb.py:8337 +#: ../gramps/plugins/webreport/narrativeweb.py:8338 msgid "Select which option that you would like to have for the Google Maps Family Map pages..." msgstr "Sélectionnez l'option que vous souhaitez utiliser pour la carte familiale Google Maps..." # trunk -#: ../gramps/plugins/webreport/narrativeweb.py:8797 +#. adding title to hyperlink menu for screen readers and braille writers +#: ../gramps/plugins/webreport/narrativeweb.py:8798 #, python-format msgid "Alphabet Menu: %s" msgstr "Menu alphabétique : %s" -#: ../gramps/plugins/webreport/webcal.py:298 -#: ../gramps/plugins/webreport/webcal.py:841 -#: ../gramps/plugins/webreport/webcal.py:904 -#: ../gramps/plugins/webreport/webcal.py:1085 -#: ../gramps/plugins/webreport/webcal.py:1091 +#. _('translation') +#. 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:299 +#: ../gramps/plugins/webreport/webcal.py:842 +#: ../gramps/plugins/webreport/webcal.py:905 +#: ../gramps/plugins/webreport/webcal.py:1086 +#: ../gramps/plugins/webreport/webcal.py:1092 msgid "Web Calendar Report" msgstr "Calendrier XHTML" -#: ../gramps/plugins/webreport/webcal.py:299 +#: ../gramps/plugins/webreport/webcal.py:300 #, python-format msgid "Calculating Holidays for year %04d" msgstr "Calcul des jours fériés pour l'année %04d" -#: ../gramps/plugins/webreport/webcal.py:465 +#: ../gramps/plugins/webreport/webcal.py:466 #, python-format msgid "Created for %(author)s" msgstr "Créé pour %(author)s" -#: ../gramps/plugins/webreport/webcal.py:469 +#: ../gramps/plugins/webreport/webcal.py:470 #, python-format msgid "Created for %(author)s" msgstr "Créé pour %(author)s" -#: ../gramps/plugins/webreport/webcal.py:542 +#. Add a link for year_glance() if requested +#: ../gramps/plugins/webreport/webcal.py:543 msgid "Year Glance" msgstr "Année résumée" # trunk -#: ../gramps/plugins/webreport/webcal.py:576 +#: ../gramps/plugins/webreport/webcal.py:577 msgid "NarrativeWeb Home" msgstr "Accueil" # trunk -#: ../gramps/plugins/webreport/webcal.py:578 +#: ../gramps/plugins/webreport/webcal.py:579 msgid "Full year at a Glance" msgstr "Année résumée" # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/webcal.py:842 +#: ../gramps/plugins/webreport/webcal.py:843 msgid "Formatting months ..." msgstr "Formatage des mois..." # Substantif (GNOME fr) -#: ../gramps/plugins/webreport/webcal.py:905 +#: ../gramps/plugins/webreport/webcal.py:906 msgid "Creating Year At A Glance calendar" msgstr "Création d'un calendrier résumant l'année" -#: ../gramps/plugins/webreport/webcal.py:910 +#. page title +#: ../gramps/plugins/webreport/webcal.py:911 #, python-format msgid "%(year)d, At A Glance" msgstr "%(year)d, au coup d'oeil" -#: ../gramps/plugins/webreport/webcal.py:924 +#: ../gramps/plugins/webreport/webcal.py:925 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 shows all the events for that date, if there are any.\n" msgstr "Ce calendrier est prévu pour accéder à toutes vos données sur une page. En cliquant sur une date vous ouvrirez une page illustrant les événements pour ce jour, si il y en a.\n" -#: ../gramps/plugins/webreport/webcal.py:976 +#. page title +#: ../gramps/plugins/webreport/webcal.py:977 msgid "One Day Within A Year" msgstr "Un jour dans une année" -#: ../gramps/plugins/webreport/webcal.py:1187 +#: ../gramps/plugins/webreport/webcal.py:1188 #, python-format msgid "%(spouse)s and %(person)s" msgstr "%(spouse)s et %(person)s" -#: ../gramps/plugins/webreport/webcal.py:1205 +#. Display date as user set in preferences +#: ../gramps/plugins/webreport/webcal.py:1206 #, python-format msgid "Generated by Gramps on %(date)s" msgstr "Généré par Gramps le %(date)s" -#: ../gramps/plugins/webreport/webcal.py:1331 +#: ../gramps/plugins/webreport/webcal.py:1332 msgid "Calendar Title" msgstr "Titre du calendrier" -#: ../gramps/plugins/webreport/webcal.py:1331 +#: ../gramps/plugins/webreport/webcal.py:1332 msgid "My Family Calendar" msgstr "Mon Calendrier Familial" -#: ../gramps/plugins/webreport/webcal.py:1332 +#: ../gramps/plugins/webreport/webcal.py:1333 msgid "The title of the calendar" msgstr "Le titre du calendrier" -#: ../gramps/plugins/webreport/webcal.py:1389 +#: ../gramps/plugins/webreport/webcal.py:1390 msgid "Content Options" msgstr "Options du contenu" -#: ../gramps/plugins/webreport/webcal.py:1394 +#: ../gramps/plugins/webreport/webcal.py:1395 msgid "Create multiple year calendars" msgstr "Créer des calendriers sur plusieurs années" -#: ../gramps/plugins/webreport/webcal.py:1395 +#: ../gramps/plugins/webreport/webcal.py:1396 msgid "Whether to create Multiple year calendars or not." msgstr "Créer ou non plusieurs calendriers annuels." -#: ../gramps/plugins/webreport/webcal.py:1399 +#: ../gramps/plugins/webreport/webcal.py:1400 msgid "Start Year for the Calendar(s)" msgstr "Année de départ pour les calendrier(s)" -#: ../gramps/plugins/webreport/webcal.py:1401 +#: ../gramps/plugins/webreport/webcal.py:1402 msgid "Enter the starting year for the calendars between 1900 - 3000" msgstr "Entrez la première année pour les calendriers entre 1900 et 3000" -#: ../gramps/plugins/webreport/webcal.py:1405 +#: ../gramps/plugins/webreport/webcal.py:1406 msgid "End Year for the Calendar(s)" msgstr "Dernière année pour les calendrier(s)" -#: ../gramps/plugins/webreport/webcal.py:1407 +#: ../gramps/plugins/webreport/webcal.py:1408 msgid "Enter the ending year for the calendars between 1900 - 3000." msgstr "Entrez la dernière année pour les calendriers entre 1900 et 3000." -#: ../gramps/plugins/webreport/webcal.py:1424 +#: ../gramps/plugins/webreport/webcal.py:1425 msgid "Holidays will be included for the selected country" msgstr "Les jours fériés seront inclus selon le pays sélectionné" -#: ../gramps/plugins/webreport/webcal.py:1446 +#: ../gramps/plugins/webreport/webcal.py:1447 msgid "Home link" msgstr "URL de départ" -#: ../gramps/plugins/webreport/webcal.py:1447 +#: ../gramps/plugins/webreport/webcal.py:1448 msgid "The link to be included to direct the user to the main page of the web site" msgstr "Le lien à inclure pour rediriger l'utilisateur vers la page principale du site internet" -#: ../gramps/plugins/webreport/webcal.py:1467 +#: ../gramps/plugins/webreport/webcal.py:1468 msgid "Jan - Jun Notes" msgstr "Notes Jan - Juin" -#: ../gramps/plugins/webreport/webcal.py:1469 +#: ../gramps/plugins/webreport/webcal.py:1470 msgid "January Note" msgstr "Note Janvier" -#: ../gramps/plugins/webreport/webcal.py:1470 +#: ../gramps/plugins/webreport/webcal.py:1471 msgid "The note for the month of January" msgstr "La note pour le mois de janvier" -#: ../gramps/plugins/webreport/webcal.py:1473 +#: ../gramps/plugins/webreport/webcal.py:1474 msgid "February Note" msgstr "Note Février" -#: ../gramps/plugins/webreport/webcal.py:1474 +#: ../gramps/plugins/webreport/webcal.py:1475 msgid "The note for the month of February" msgstr "La note pour le mois de février" -#: ../gramps/plugins/webreport/webcal.py:1477 +#: ../gramps/plugins/webreport/webcal.py:1478 msgid "March Note" msgstr "Note Mars" -#: ../gramps/plugins/webreport/webcal.py:1478 +#: ../gramps/plugins/webreport/webcal.py:1479 msgid "The note for the month of March" msgstr "La note pour le mois de mars" -#: ../gramps/plugins/webreport/webcal.py:1481 +#: ../gramps/plugins/webreport/webcal.py:1482 msgid "April Note" msgstr "Note Avril" -#: ../gramps/plugins/webreport/webcal.py:1482 +#: ../gramps/plugins/webreport/webcal.py:1483 msgid "The note for the month of April" msgstr "La note pour le mois d'avril" -#: ../gramps/plugins/webreport/webcal.py:1485 +#: ../gramps/plugins/webreport/webcal.py:1486 msgid "May Note" msgstr "Note mai" -#: ../gramps/plugins/webreport/webcal.py:1486 +#: ../gramps/plugins/webreport/webcal.py:1487 msgid "The note for the month of May" msgstr "La note pour le mois de mai" -#: ../gramps/plugins/webreport/webcal.py:1489 +#: ../gramps/plugins/webreport/webcal.py:1490 msgid "June Note" msgstr "Note Juin" -#: ../gramps/plugins/webreport/webcal.py:1490 +#: ../gramps/plugins/webreport/webcal.py:1491 msgid "The note for the month of June" msgstr "La note pour le mois de juin" -#: ../gramps/plugins/webreport/webcal.py:1493 +#: ../gramps/plugins/webreport/webcal.py:1494 msgid "Jul - Dec Notes" msgstr "Notes juil - Déc" -#: ../gramps/plugins/webreport/webcal.py:1495 +#: ../gramps/plugins/webreport/webcal.py:1496 msgid "July Note" msgstr "Note Juillet" -#: ../gramps/plugins/webreport/webcal.py:1496 +#: ../gramps/plugins/webreport/webcal.py:1497 msgid "The note for the month of July" msgstr "La note pour le mois de juillet" -#: ../gramps/plugins/webreport/webcal.py:1499 +#: ../gramps/plugins/webreport/webcal.py:1500 msgid "August Note" msgstr "Note Août" -#: ../gramps/plugins/webreport/webcal.py:1500 +#: ../gramps/plugins/webreport/webcal.py:1501 msgid "The note for the month of August" msgstr "La note pour le mois d'août" -#: ../gramps/plugins/webreport/webcal.py:1503 +#: ../gramps/plugins/webreport/webcal.py:1504 msgid "September Note" msgstr "Note Septembre" -#: ../gramps/plugins/webreport/webcal.py:1504 +#: ../gramps/plugins/webreport/webcal.py:1505 msgid "The note for the month of September" msgstr "La note pour le mois de septembre" -#: ../gramps/plugins/webreport/webcal.py:1507 +#: ../gramps/plugins/webreport/webcal.py:1508 msgid "October Note" msgstr "Note Octobre" -#: ../gramps/plugins/webreport/webcal.py:1508 +#: ../gramps/plugins/webreport/webcal.py:1509 msgid "The note for the month of October" msgstr "La note pour le mois d'octobre" -#: ../gramps/plugins/webreport/webcal.py:1511 +#: ../gramps/plugins/webreport/webcal.py:1512 msgid "November Note" msgstr "Note Novembre" -#: ../gramps/plugins/webreport/webcal.py:1512 +#: ../gramps/plugins/webreport/webcal.py:1513 msgid "The note for the month of November" msgstr "La note pour le mois de novembre" -#: ../gramps/plugins/webreport/webcal.py:1515 +#: ../gramps/plugins/webreport/webcal.py:1516 msgid "December Note" msgstr "Note Décembre" -#: ../gramps/plugins/webreport/webcal.py:1516 +#: ../gramps/plugins/webreport/webcal.py:1517 msgid "The note for the month of December" msgstr "La note pour le mois de décembre" # Substantif (GNOME fr) # année visuelle, compact ?? -#: ../gramps/plugins/webreport/webcal.py:1532 +#: ../gramps/plugins/webreport/webcal.py:1533 msgid "Create \"Year At A Glance\" Calendar" msgstr "Créer un calendrier « annuel » résumé sur une page" -#: ../gramps/plugins/webreport/webcal.py:1533 +#: ../gramps/plugins/webreport/webcal.py:1534 msgid "Whether to create A one-page mini calendar with dates highlighted" msgstr "Créer ou non une page avec un calendrier miniature dont les dates sont mises en relief" -#: ../gramps/plugins/webreport/webcal.py:1537 +#: ../gramps/plugins/webreport/webcal.py:1538 msgid "Create one day event pages for Year At A Glance calendar" msgstr "Créer les pages événement pour un jour du calendrier résumé" -#: ../gramps/plugins/webreport/webcal.py:1539 +#: ../gramps/plugins/webreport/webcal.py:1540 msgid "Whether to create one day pages or not" msgstr "Créer ou non des pages pour un jour" -#: ../gramps/plugins/webreport/webcal.py:1542 +#: ../gramps/plugins/webreport/webcal.py:1543 msgid "Link to Narrated Web Report" msgstr "Lien vers le rapport Saga" -#: ../gramps/plugins/webreport/webcal.py:1543 +#: ../gramps/plugins/webreport/webcal.py:1544 msgid "Whether to link data to web report or not" msgstr "Inclure ou non un lien vers le rapport Saga" -#: ../gramps/plugins/webreport/webcal.py:1549 +#: ../gramps/plugins/webreport/webcal.py:1550 msgid "Link prefix" msgstr "Lien préfixe" -#: ../gramps/plugins/webreport/webcal.py:1550 +#: ../gramps/plugins/webreport/webcal.py:1551 msgid "A Prefix on the links to take you to Narrated Web Report" msgstr "Un préfixe sur le lien pour vous diriger vers le rapport internet" # attention "ans" est ajouté par gen.lib -#: ../gramps/plugins/webreport/webcal.py:1706 +#: ../gramps/plugins/webreport/webcal.py:1707 #, python-format msgid "%s old" msgstr "%s" -#: ../gramps/plugins/webreport/webcal.py:1706 +#: ../gramps/plugins/webreport/webcal.py:1707 msgid "birth" msgstr "naissance" -#: ../gramps/plugins/webreport/webcal.py:1713 +#: ../gramps/plugins/webreport/webcal.py:1714 #, python-format msgid "%(couple)s, wedding" msgstr "%(couple)s, mariage" -#: ../gramps/plugins/webreport/webcal.py:1717 +#: ../gramps/plugins/webreport/webcal.py:1718 #, python-format msgid "%(couple)s, %(years)d year anniversary" msgid_plural "%(couple)s, %(years)d year anniversary" @@ -27524,2840 +30547,52 @@ msgstr "Ressources internet" msgid "Provides a collection of resources for the web" msgstr "Fournit une collection de ressources pour internet" +#. id, user selectable?, translated_name, option name, fullpath, +#. navigation target name, images, javascript +#. "default" is used as default +#. Basic Ash style sheet +#. default style sheet in the options #: ../gramps/plugins/webstuff/webstuff.py:62 #: ../gramps/plugins/webstuff/webstuff.py:116 msgid "Basic-Ash" msgstr "Basique - Frêne" +#. Basic Cypress style sheet #: ../gramps/plugins/webstuff/webstuff.py:70 msgid "Basic-Cypress" msgstr "Basique - Cyprès" +#. basic Lilac style sheet #: ../gramps/plugins/webstuff/webstuff.py:74 msgid "Basic-Lilac" msgstr "Basique - Lilas" +#. basic Peach style sheet #: ../gramps/plugins/webstuff/webstuff.py:78 msgid "Basic-Peach" msgstr "Basique - Pêcher" +#. basic Spruce style sheet #: ../gramps/plugins/webstuff/webstuff.py:82 msgid "Basic-Spruce" msgstr "Basique - Épicéa" +#. Mainz style sheet with its images #: ../gramps/plugins/webstuff/webstuff.py:86 msgid "Mainz" msgstr "Mayence" +#. Nebraska style sheet #: ../gramps/plugins/webstuff/webstuff.py:94 msgid "Nebraska" msgstr "Nebraska" +#. no style sheet option #: ../gramps/plugins/webstuff/webstuff.py:159 msgid "No style sheet" msgstr "Aucune feuille de style" -#: ../gramps/gui/glade/addmedia.glade:135 -#: ../gramps/gui/glade/editmedia.glade:205 -#: ../gramps/gui/glade/editmediaref.glade:243 -#: ../gramps/gui/glade/editmediaref.glade:616 -msgid "Preview" -msgstr "Aperçu" - -#: ../gramps/gui/glade/addmedia.glade:171 -#: ../gramps/gui/glade/editcitation.glade:430 -#: ../gramps/gui/glade/editmedia.glade:116 -#: ../gramps/gui/glade/editmediaref.glade:517 -#: ../gramps/gui/glade/editsource.glade:101 -#: ../gramps/gui/glade/editsourceref.glade:341 -msgid "_Title:" -msgstr "_Titre :" - -#: ../gramps/gui/glade/addmedia.glade:195 -msgid "Convert to a relative path" -msgstr "Utiliser le chemin relatif" - -#: ../gramps/gui/glade/baseselector.glade:104 -msgid "Show all" -msgstr "Tout afficher" - -#: ../gramps/gui/glade/book.glade:171 -msgid "Book _name:" -msgstr "_Nom du livre :" - -#: ../gramps/gui/glade/book.glade:210 -msgid "Clear the book" -msgstr "Effacer le livre" - -#: ../gramps/gui/glade/book.glade:232 -msgid "Save current set of configured selections" -msgstr "Enregistrer la configuration actuelle" - -#: ../gramps/gui/glade/book.glade:255 -msgid "Open previously created book" -msgstr "Ouvrir un livre précédemment créé" - -#: ../gramps/gui/glade/book.glade:277 -msgid "Manage previously created books" -msgstr "Gérer les livres précédemment créés" - -#: ../gramps/gui/glade/book.glade:437 -msgid "Add an item to the book" -msgstr "Ajouter un article au livre" - -# objet sélectionné -# supprimer car efface -#: ../gramps/gui/glade/book.glade:460 -msgid "Remove currently selected item from the book" -msgstr "Supprimer l'élément sélectionné du livre" - -#: ../gramps/gui/glade/book.glade:482 -msgid "Move current selection one step up in the book" -msgstr "Remonter cette sélection dans le livre" - -#: ../gramps/gui/glade/book.glade:504 -msgid "Move current selection one step down in the book" -msgstr "Descendre cette sélection dans le livre" - -#: ../gramps/gui/glade/book.glade:526 -msgid "Configure currently selected item" -msgstr "Configurer l'enregistrement courant sélectionné" - -#: ../gramps/gui/glade/clipboard.glade:41 -msgid "Clear _All" -msgstr "Eff_acer tout" - -#: ../gramps/gui/glade/configure.glade:79 -msgid "Format _name:" -msgstr "_Nom du format :" - -#: ../gramps/gui/glade/configure.glade:94 -msgid "Format _definition:" -msgstr "Définition du _format :" - -# call name = prénom dans le context ! -#: ../gramps/gui/glade/configure.glade:143 -msgid "" -"The following conventions are used:\n" -" %f - Given Name %F - GIVEN NAME\n" -" %l - Surname %L - SURNAME\n" -" %t - Title %T - TITLE\n" -" %p - Prefix %P - PREFIX\n" -" %s - Suffix %S - SUFFIX\n" -" %c - Call name %C - CALL NAME\n" -" %y - Patronymic %Y - PATRONYMIC" -msgstr "" -"Les conventions suivantes sont utilisées :\n" -" %f - Prénom %F - PRÉNOM\n" -" %l - Nom de famille %L - NOM DE FAMILLE\n" -" %t - Titre %T - TITRE\n" -" %p - Préfixe %P - PRÉFIXE\n" -" %s - Suffixe %S - SUFFIXE\n" -" %c - Prénom usuel %C - PRÉNOM USUEL\n" -" %y - Patronyme %Y - PATRONYME" - -#: ../gramps/gui/glade/configure.glade:158 -msgid "Format definition details" -msgstr "Détails de la définition du format" - -#: ../gramps/gui/glade/configure.glade:174 -msgid "Example:" -msgstr "Exemple :" - -#: ../gramps/gui/glade/dbman.glade:6 -msgid "Revision comment - Gramps" -msgstr "Commentaire de révision - Gramps" - -#: ../gramps/gui/glade/dbman.glade:62 -msgid "Version description" -msgstr "Description de la version" - -#: ../gramps/gui/glade/dbman.glade:102 -msgid "Family Trees - Gramps" -msgstr "Arbres familiaux - Gramps" - -#: ../gramps/gui/glade/dbman.glade:153 -msgid "_Close Window" -msgstr "_Fermer la fenêtre" - -#: ../gramps/gui/glade/dbman.glade:208 -msgid "_Load Family Tree" -msgstr "_Charger l'arbre familial" - -#: ../gramps/gui/glade/dbman.glade:341 -msgid "_Rename" -msgstr "_Renommer" - -#: ../gramps/gui/glade/dbman.glade:358 -msgid "Re_pair" -msgstr "Ré_parer" - -#: ../gramps/gui/glade/dialog.glade:86 -msgid "Do not show this dialog again" -msgstr "Ne plus afficher ce dialogue" - -# supprimer car efface de la base -#: ../gramps/gui/glade/dialog.glade:273 -msgid "Remove object and all references to it from the database" -msgstr "Supprimer l'objet et toutes ses références de la base" - -# supprimer car efface l'objet -#: ../gramps/gui/glade/dialog.glade:301 -msgid "_Remove Object" -msgstr "_Supprimer l'objet" - -#: ../gramps/gui/glade/dialog.glade:323 -msgid "_Keep Reference" -msgstr "_Conserver la référence" - -#: ../gramps/gui/glade/dialog.glade:328 -msgid "Keep reference to the missing file" -msgstr "Conserver la référence au fichier manquant" - -#: ../gramps/gui/glade/dialog.glade:345 -msgid "Select replacement for the missing file" -msgstr "Sélectionner le nouvel emplacement du fichier manquant" - -#: ../gramps/gui/glade/dialog.glade:373 -msgid "_Select File" -msgstr "_Choisir un fichier" - -#: ../gramps/gui/glade/dialog.glade:471 -msgid "_Use this selection for all missing media files" -msgstr "_Utiliser cette option pour tous les fichiers media absents" - -#: ../gramps/gui/glade/dialog.glade:475 -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 be presented for any missing media files." -msgstr "Si vous validez cette option, tous les media seront automatiquement traités selon les options actuellement retenues, aucun message ne vous avertira lors de fichiers media manquants." - -#: ../gramps/gui/glade/dialog.glade:666 -#: ../gramps/gui/glade/dialog.glade:680 -#: ../gramps/gui/glade/dialog.glade:840 -msgid "label" -msgstr "étiquette" - -#: ../gramps/gui/glade/dialog.glade:768 -msgid "Close _without saving" -msgstr "Fermer _sans enregistrer" - -#: ../gramps/gui/glade/dialog.glade:885 -msgid "Do not ask again" -msgstr "Ne plus me demander" - -#: ../gramps/gui/glade/displaystate.glade:7 #: ../data/gramps.desktop.in.h:1 -msgid "Gramps" -msgstr "Gramps" - -#: ../gramps/gui/glade/editaddress.glade:44 -#: ../gramps/gui/glade/editchildref.glade:46 -#: ../gramps/gui/glade/editevent.glade:48 -#: ../gramps/gui/glade/editfamily.glade:49 -#: ../gramps/gui/glade/editldsord.glade:47 -#: ../gramps/gui/glade/editlink.glade:46 -#: ../gramps/gui/glade/editname.glade:47 -#: ../gramps/gui/glade/editperson.glade:49 -#: ../gramps/gui/glade/editpersonref.glade:44 -#: ../gramps/gui/glade/editreporef.glade:48 -#: ../gramps/gui/glade/editrepository.glade:48 -#: ../gramps/gui/glade/editsource.glade:46 -#: ../gramps/gui/glade/editurl.glade:45 -msgid "Accept changes and close window" -msgstr "Accepter les modifications et fermer la fenêtre" - -#: ../gramps/gui/glade/editaddress.glade:106 -#: ../gramps/gui/glade/editcitation.glade:128 -#: ../gramps/gui/glade/editevent.glade:119 -#: ../gramps/gui/glade/editeventref.glade:249 -#: ../gramps/gui/glade/editldsord.glade:106 -#: ../gramps/gui/glade/editmedia.glade:132 -#: ../gramps/gui/glade/editmediaref.glade:665 -#: ../gramps/gui/glade/editsourceref.glade:122 -msgid "_Date:" -msgstr "_Date :" - -#: ../gramps/gui/glade/editaddress.glade:121 -msgid "St_reet:" -msgstr "_Rue :" - -#: ../gramps/gui/glade/editaddress.glade:138 -#: ../gramps/gui/glade/editlocation.glade:95 -#: ../gramps/gui/glade/editplace.glade:282 -msgid "C_ity:" -msgstr "V_ille :" - -#: ../gramps/gui/glade/editaddress.glade:154 -msgid "The town or city of the address" -msgstr "La ville ou le village de l'adresse" - -# comté (Canada) -#: ../gramps/gui/glade/editaddress.glade:170 -#: ../gramps/plugins/tool/ownereditor.glade:172 -msgid "_State/County:" -msgstr "_Région/Départ./Comté :" - -# Utilisation d'un terme général (Code lieu) car le code postal ne sert à rien en généalogie. -#: ../gramps/gui/glade/editaddress.glade:189 -#: ../gramps/gui/glade/editlocation.glade:274 -#: ../gramps/gui/glade/editplace.glade:477 -msgid "_ZIP/Postal code:" -msgstr "_Code lieu :" - -#: ../gramps/gui/glade/editaddress.glade:205 -msgid "Postal code" -msgstr "Code postal" - -#: ../gramps/gui/glade/editaddress.glade:221 -#: ../gramps/gui/glade/editlocation.glade:242 -msgid "Cou_ntry:" -msgstr "Pay_s :" - -#: ../gramps/gui/glade/editaddress.glade:240 -#: ../gramps/gui/glade/editlocation.glade:306 -#: ../gramps/gui/glade/editplace.glade:510 -msgid "Phon_e:" -msgstr "Téléphon_e :" - -#: ../gramps/gui/glade/editaddress.glade:257 -msgid "Phone number linked to the address." -msgstr "Numéro de téléphone lié à l'adresse." - -#: ../gramps/gui/glade/editaddress.glade:272 -msgid "The state or county of the address in case a mail address must contain this." -msgstr "La région ou le département de l'adresse au cas où une adresse postale en a besoin." - -#: ../gramps/gui/glade/editaddress.glade:287 -msgid "Country of the address" -msgstr "Pays de l'adresse" - -#: ../gramps/gui/glade/editaddress.glade:302 -msgid "" -"Mail address. \n" -"\n" -"Note: Use Residence Event for genealogical address data." -msgstr "" -"Adresse postale. \n" -"\n" -"Remarque : utilisez l'événement « résidence » pour les adresses généalogiques." - -#: ../gramps/gui/glade/editaddress.glade:368 -#: ../gramps/gui/glade/editcitation.glade:145 -#: ../gramps/gui/glade/editevent.glade:138 -#: ../gramps/gui/glade/editeventref.glade:390 -#: ../gramps/gui/glade/editldsord.glade:142 -#: ../gramps/gui/glade/editmedia.glade:252 -#: ../gramps/gui/glade/editmediaref.glade:699 -#: ../gramps/gui/glade/editname.glade:629 -#: ../gramps/gui/glade/editsourceref.glade:139 -msgid "Invoke date editor" -msgstr "Ouvrir l'éditeur de date" - -#: ../gramps/gui/glade/editaddress.glade:404 -msgid "Date at which the address is valid." -msgstr "Date pour laquelle l'adresse est valide." - -#: ../gramps/gui/glade/editaddress.glade:417 -#: ../gramps/gui/glade/editlocation.glade:351 -#: ../gramps/gui/glade/editplace.glade:542 -#: ../gramps/plugins/tool/ownereditor.glade:362 -msgid "_Locality:" -msgstr "_Lieu-dit :" - -#: ../gramps/gui/glade/editaddress.glade:432 -msgid "The locality of the address" -msgstr "Le lieu-dit de l'adresse" - -#: ../gramps/gui/glade/editattribute.glade:94 -msgid "_Attribute:" -msgstr "Attri_but :" - -#: ../gramps/gui/glade/editattribute.glade:109 -msgid "_Value:" -msgstr "V_aleur :" - -#: ../gramps/gui/glade/editattribute.glade:125 -msgid "The value of the attribute. Eg. 1.8, Sunny, or Blue eyes." -msgstr "La valeur de l'attribut. Par exemple : 1,80m, ou yeux bleus." - -#: ../gramps/gui/glade/editattribute.glade:175 -msgid "" -"The name of an attribute you want to use. For example: Height (for a person), Weather on this Day (for an event), ... \n" -"Use this to store snippets of information you collect and want to correctly link to sources. Attributes can be used for people, families, events and media.\n" -" \n" -"Note: several predefined attributes refer to values present in the GEDCOM standard." -msgstr "" -"Le nom d'un attribut que vous souhaitez utiliser. Par exemple : Taille (pour un individu), Météo du jour (pour un événement),...\n" -"Utilisez ceci pour stocker des détails d'informations collectées que vous souhaitez correctement relier à des sources. Les attributs peuvent être utilisés pour les individus, les familles, les événements et les media.\n" -"\n" -"Note : plusieurs attributs pré-définis font référence à des valeurs présentes dans le format GEDCOM." - -#: ../gramps/gui/glade/editchildref.glade:102 -msgid "Relationship to _Mother:" -msgstr "Relation avec la _mère :" - -#: ../gramps/gui/glade/editchildref.glade:140 -msgid "Relationship to _Father:" -msgstr "Relation avec le _père :" - -#: ../gramps/gui/glade/editchildref.glade:214 -msgid "Name Child:" -msgstr "Nom de l'enfant :" - -#: ../gramps/gui/glade/editchildref.glade:244 -msgid "Open person editor of this child" -msgstr "Ouvrir l'éditeur d'enfant" - -# trunk -#: ../gramps/gui/glade/editchildref.glade:263 -#: ../gramps/gui/glade/editfamily.glade:290 -#: ../gramps/gui/glade/editfamily.glade:616 -#: ../gramps/gui/glade/rule.glade:492 -#: ../gramps/gui/glade/styleeditor.glade:1405 -msgid "Edition" -msgstr "Édition" - -# trunk -#: ../gramps/gui/glade/editcitation.glade:89 -msgid "Citation information" -msgstr "Information sur la citation" - -#: ../gramps/gui/glade/editcitation.glade:178 -#: ../gramps/gui/glade/editsourceref.glade:175 -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). For a periodical, it could include volume, issue, and page numbers. For a newspaper, it could include a column number and page number. For an unpublished source, this could be a sheet number, page number, frame number, etc. A census record might have a line number or dwelling and family numbers in addition to the page number. " -msgstr "Un emplacement spécifique avec l'information référencée. Pour un travail de publication, ceci peut correspondre au volume d'un travail en plusieurs parties et le numéro de(s) page(s). Pour un périodique, ceci peut correspondre à un volume, et les numéros de pages. Pour un journal, ceci peut correspondre à un numéro de colonne et de page. Pour une source non-publiée, ceci peut être le numéro de feuillet, le numéro de page, de partie, etc. Un enregistrement pour le recensement peut avoir un numéro de ligne ou la localisation d'une famille en supplément du numéro de page. " - -#: ../gramps/gui/glade/editcitation.glade:194 -#: ../gramps/gui/glade/editsourceref.glade:191 -msgid "_Volume/Page:" -msgstr "_Volume/Page :" - -#: ../gramps/gui/glade/editcitation.glade:211 -#: ../gramps/gui/glade/editsourceref.glade:208 -msgid "Con_fidence:" -msgstr "Niveau de _confiance :" - -# trunk -#: ../gramps/gui/glade/editcitation.glade:227 -#: ../gramps/gui/glade/editsourceref.glade:260 -msgid "" -"Conveys the submitter's quantitative evaluation of the credibility of a piece of information, based upon its supporting evidence. It is not intended to eliminate the receiver's need to evaluate the evidence for themselves.\n" -"Very Low =Unreliable evidence or estimated data\n" -"Low =Questionable reliability of evidence (interviews, census, oral genealogies, or potential for bias for example, an autobiography)\n" -"High =Secondary evidence, data officially recorded sometime after event\n" -"Very High =Direct and primary evidence used, or by dominance of the evidence " -msgstr "" -"Traduit la confiance placée dans la qualité de la source transmise ou la crédibilité de cette partie d'information, basé sur les preuves. Il ne vise pas à éliminer les besoins de vérifier les preuves.\n" -"Très bas = preuve non-liée ou date estimée\n" -"Bas = preuve qui nécessite une vérification (interview, recensement, généalogie orale, ou une possibilité par le biais, par exemple, d'une autobiographie)\n" -"Haut = preuve secondaire, données officiellement enregistrées parfois après un événement\n" -"Très haut = preuve directe et principale, ou qui n'entraîne pas de doute" - -# trunk -#: ../gramps/gui/glade/editcitation.glade:253 -#: ../gramps/gui/glade/editsourceref.glade:286 -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 log/registry. " -msgstr "La date de l'écriture de la source que vous êtes en train de référencer, par exemple, la date de visite lors d'un recensement, ou la date de saisie d'une naissance dans un registre." - -# trunk -#: ../gramps/gui/glade/editcitation.glade:287 -msgid "Note: Any changes in the shared citation information will be reflected in the citation itself, for all items that reference the citation." -msgstr "Remarque : tout changement effectué dans les informations partagées de cette citation seront répercutées dans la citation elle-même, et ce pour tous les enregistrements qui la référencent." - -# trunk -#: ../gramps/gui/glade/editcitation.glade:316 -msgid "A unique ID to identify the citation" -msgstr "Un enregistrement unique pour identifier la citation, laissez Gramps le désigner. " - -#: ../gramps/gui/glade/editcitation.glade:373 -#: ../gramps/gui/glade/editcitation.glade:587 -#: ../gramps/gui/glade/editevent.glade:371 -#: ../gramps/gui/glade/editeventref.glade:301 -#: ../gramps/gui/glade/editfamily.glade:692 -#: ../gramps/gui/glade/editmedia.glade:97 -#: ../gramps/gui/glade/editmediaref.glade:500 -#: ../gramps/gui/glade/editnote.glade:179 -#: ../gramps/gui/glade/editperson.glade:718 -#: ../gramps/gui/glade/editplace.glade:161 -#: ../gramps/gui/glade/editreporef.glade:355 -#: ../gramps/gui/glade/editrepository.glade:170 -#: ../gramps/gui/glade/editsource.glade:222 -#: ../gramps/gui/glade/editsourceref.glade:498 -msgid "_ID:" -msgstr "_ID :" - -#: ../gramps/gui/glade/editcitation.glade:390 -#: ../gramps/gui/glade/editcitation.glade:696 -#: ../gramps/gui/glade/editeventref.glade:182 -#: ../gramps/gui/glade/editeventref.glade:597 -#: ../gramps/gui/glade/editmediaref.glade:887 -#: ../gramps/gui/glade/editperson.glade:427 -#: ../gramps/gui/glade/editreporef.glade:228 -#: ../gramps/gui/glade/editreporef.glade:457 -#: ../gramps/gui/glade/editsourceref.glade:301 -#: ../gramps/gui/glade/editsourceref.glade:607 -#: ../gramps/plugins/tool/verify.glade:668 -msgid "General" -msgstr "Général" - -#: ../gramps/gui/glade/editcitation.glade:445 -#: ../gramps/gui/glade/editsource.glade:116 -#: ../gramps/gui/glade/editsourceref.glade:356 -msgid "_Author:" -msgstr "_Auteur :" - -#: ../gramps/gui/glade/editcitation.glade:463 -#: ../gramps/gui/glade/editsource.glade:205 -#: ../gramps/gui/glade/editsourceref.glade:374 -msgid "A_bbreviation:" -msgstr "A_bréviation :" - -# trunk -#: ../gramps/gui/glade/editcitation.glade:480 -#: ../gramps/gui/glade/editsourceref.glade:391 -msgid "_Pub. Info.:" -msgstr "_Pub. Info :" - -#: ../gramps/gui/glade/editcitation.glade:496 -#: ../gramps/gui/glade/editsource.glade:145 -#: ../gramps/gui/glade/editsourceref.glade:407 -msgid "Authors of the source." -msgstr "Les auteurs de la source." - -#: ../gramps/gui/glade/editcitation.glade:532 -#: ../gramps/gui/glade/editsourceref.glade:443 -msgid "Note: Any changes in the shared source information will be reflected in the source itself, for all items that reference the source." -msgstr "Remarque : tout changement effectué dans les informations partagées de cette source seront répercutées dans la source elle-même, et ce pour tous les enregistrements qui la référencent." - -#: ../gramps/gui/glade/editcitation.glade:556 -#: ../gramps/gui/glade/editsource.glade:190 -#: ../gramps/gui/glade/editsourceref.glade:467 -msgid "Provide a short title used for sorting, filing, and retrieving source records." -msgstr "Fournit un simple titre utilisé pour trier, classer et trouver les enregistrements de la source. " - -#: ../gramps/gui/glade/editcitation.glade:571 -#: ../gramps/gui/glade/editsource.glade:176 -#: ../gramps/gui/glade/editsourceref.glade:482 -msgid "Publication Information, such as city and year of publication, name of publisher, ..." -msgstr "L'information de publication, tel que un village, l'année de publication, le nom de l'organisme publiant cette source, ..." - -#: ../gramps/gui/glade/editcitation.glade:607 -#: ../gramps/gui/glade/editsource.glade:242 -#: ../gramps/gui/glade/editsourceref.glade:518 -msgid "A unique ID to identify the source" -msgstr "Un enregistrement unique pour identifier la source, laissez Gramps le désigner. " - -#: ../gramps/gui/glade/editcitation.glade:662 -#: ../gramps/gui/glade/editsource.glade:133 -#: ../gramps/gui/glade/editsourceref.glade:573 -msgid "Title of the source." -msgstr "Le titre de la source." - -#: ../gramps/gui/glade/editcitation.glade:717 -#: ../gramps/gui/glade/editsourceref.glade:628 -msgid "Shared source information" -msgstr "Informations partagées de la source" - -#: ../gramps/gui/glade/editdate.glade:115 -msgid "Calenda_r:" -msgstr "_Calendrier :" - -#: ../gramps/gui/glade/editdate.glade:171 -msgid "Dua_l dated" -msgstr "Date _double" - -#: ../gramps/gui/glade/editdate.glade:175 -msgid "Old Style/New Style" -msgstr "Ancien style/Nouveau style" - -#: ../gramps/gui/glade/editdate.glade:191 -msgid "Ne_w year begins: " -msgstr "_Début de la nouvelle année : " - -#: ../gramps/gui/glade/editdate.glade:205 -msgid "Month-Day of first day of new year (e.g., \"1-1\", \"3-1\", \"3-25\")" -msgstr "Mois-Jour du premier jour de la nouvelle année (par ex. « 1-1 », « 3-1 », « 3-25 »)" - -#: ../gramps/gui/glade/editdate.glade:254 -msgid "Q_uality" -msgstr "_Qualité" - -# éviter le raccourci sur le y ou le p -#: ../gramps/gui/glade/editdate.glade:288 -msgid "_Type" -msgstr "_Type" - -#: ../gramps/gui/glade/editdate.glade:322 -msgid "Date" -msgstr "Date" - -#: ../gramps/gui/glade/editdate.glade:337 -msgid "_Day" -msgstr "_Jour" - -#: ../gramps/gui/glade/editdate.glade:354 -msgid "_Month" -msgstr "_Mois" - -#: ../gramps/gui/glade/editdate.glade:371 -msgid "_Year" -msgstr "_Année" - -#: ../gramps/gui/glade/editdate.glade:438 -msgid "Second date" -msgstr "Deuxième date" - -#: ../gramps/gui/glade/editdate.glade:454 -msgid "D_ay" -msgstr "J_our" - -#: ../gramps/gui/glade/editdate.glade:471 -msgid "Mo_nth" -msgstr "Mo_is" - -#: ../gramps/gui/glade/editdate.glade:488 -msgid "Y_ear" -msgstr "A_nnée" - -#: ../gramps/gui/glade/editdate.glade:565 -msgid "Te_xt comment:" -msgstr "Co_mmentaire :" - -#: ../gramps/gui/glade/editevent.glade:28 -msgid "Close window without changes" -msgstr "Fermer la fenêtre sans modification" - -# éviter le raccourci sur le y ou le p -#: ../gramps/gui/glade/editevent.glade:104 -#: ../gramps/gui/glade/editeventref.glade:234 -msgid "_Event type:" -msgstr "_Type d'événement :" - -#: ../gramps/gui/glade/editevent.glade:155 -msgid "Show Date Editor" -msgstr "Affiche l'éditeur de date" - -#: ../gramps/gui/glade/editevent.glade:177 -#: ../gramps/gui/glade/editeventref.glade:266 -msgid "De_scription:" -msgstr "De_scription :" - -# trunk -#: ../gramps/gui/glade/editevent.glade:229 -msgid "Description of the event. Leave empty if you want to autogenerate this with the tool 'Extract Event Description'." -msgstr "Description de l'événement. Laissez le champ vide si vous n'en avez pas besoin ou si vous souhaitez utiliser l'outil d'ajout 'automatique des descriptions'. " - -#: ../gramps/gui/glade/editevent.glade:246 -#: ../gramps/gui/glade/editeventref.glade:284 -#: ../gramps/gui/glade/editldsord.glade:123 -msgid "_Place:" -msgstr "_Lieu :" - -# trunk -#: ../gramps/gui/glade/editevent.glade:324 -#: ../gramps/gui/glade/editfamily.glade:192 -#: ../gramps/gui/glade/editfamily.glade:487 -#: ../gramps/gui/glade/editldsord.glade:277 -#: ../gramps/gui/glade/editlink.glade:179 -#: ../gramps/gui/glade/editpersonref.glade:216 -msgid "Selector" -msgstr "Sélecteur" - -# trunk -#: ../gramps/gui/glade/editevent.glade:350 -msgid "What type of event this is. Eg 'Burial', 'Graduation', ... ." -msgstr "Le type d'événement, par exemple: inhumation, baptême, ... . " - -#: ../gramps/gui/glade/editevent.glade:386 -#: ../gramps/gui/glade/editeventref.glade:483 -msgid "A unique ID to identify the event" -msgstr "Un identifiant unique pour l'événement ; laisser vide pour que Gramps le choisisse." - -# trunk -#: ../gramps/gui/glade/editevent.glade:402 -msgid "Date of the event. This can be an exact date, a range (from ... to, between, ...), or an inexact date (about, ...)." -msgstr "Date de l'événement. Peut être une date exacte, une période (de ... à ..., entre ... et ....), ou une date approximative (vers, ...)." - -#: ../gramps/gui/glade/editeventref.glade:83 -#: ../gramps/gui/glade/editreporef.glade:94 -#: ../gramps/gui/glade/editsourceref.glade:89 -msgid "Reference information" -msgstr "Information sur la référence" - -#: ../gramps/gui/glade/editeventref.glade:113 -msgid "_Role:" -msgstr "_Rôle :" - -#: ../gramps/gui/glade/editeventref.glade:534 -msgid "Note: Any changes in the shared event information will be reflected in the event itself, for all participants in the event." -msgstr "Remarque : tout changement effectué dans les informations partagées de cet événement seront répercutées dans l'événement lui-même, et ce pour tous ses acteurs." - -#: ../gramps/gui/glade/editeventref.glade:618 -#: ../gramps/gui/glade/editreporef.glade:470 -msgid "Shared information" -msgstr "Informations partagées" - -#: ../gramps/gui/glade/editfamily.glade:28 -#: ../gramps/gui/glade/editname.glade:27 -#: ../gramps/gui/glade/editperson.glade:30 -#: ../gramps/gui/glade/editreporef.glade:27 -#: ../gramps/gui/glade/editrepository.glade:27 -#: ../gramps/gui/glade/editsource.glade:26 -msgid "Abandon changes and close window" -msgstr "Abandonner les modifications et fermer la fenêtre" - -#: ../gramps/gui/glade/editfamily.glade:129 -#: ../gramps/gui/glade/editfamily.glade:394 -msgid "Birth:" -msgstr "Naissance :" - -#: ../gramps/gui/glade/editfamily.glade:144 -#: ../gramps/gui/glade/editfamily.glade:409 -msgid "Death:" -msgstr "Décès :" - -#: ../gramps/gui/glade/editfamily.glade:163 -msgid "Father" -msgstr "Père" - -#: ../gramps/gui/glade/editfamily.glade:458 -msgid "Mother" -msgstr "Mère" - -#: ../gramps/gui/glade/editfamily.glade:539 -#: ../gramps/gui/glade/editreporef.glade:178 -#: ../gramps/gui/glade/editreporef.glade:392 -#: ../gramps/gui/glade/editrepository.glade:201 -#: ../gramps/gui/glade/editsource.glade:257 -msgid "Indicates if the record is private" -msgstr "Désigne si l'enregistrement est privé" - -#: ../gramps/gui/glade/editfamily.glade:678 -msgid "Relationship Information" -msgstr "Information sur la relation" - -#: ../gramps/gui/glade/editfamily.glade:708 -msgid "A unique ID for the family" -msgstr "Un enregistrement unique pour identifier la famille, laissez Gramps le désigner. " - -# éviter le raccourci sur le y ou le p -#: ../gramps/gui/glade/editfamily.glade:725 -#: ../gramps/gui/glade/editname.glade:100 -#: ../gramps/gui/glade/editnote.glade:140 -#: ../gramps/gui/glade/editperson.glade:329 -#: ../gramps/gui/glade/editreporef.glade:281 -#: ../gramps/gui/glade/editrepository.glade:116 -#: ../gramps/gui/glade/editurl.glade:132 -msgid "_Type:" -msgstr "_Type :" - -#: ../gramps/gui/glade/editfamily.glade:743 -msgid "The relationship type, eg 'Married' or 'Unmarried'. Use Events for more details." -msgstr "Le type de relation, par exemple « Mariés » ou 'Ne sont pas mariés'. Utilisez les événements pour plus de détails." - -#: ../gramps/gui/glade/editfamily.glade:765 -#: ../gramps/gui/glade/editmedia.glade:396 -#: ../gramps/gui/glade/editmediaref.glade:833 -#: ../gramps/gui/glade/editnote.glade:271 -#: ../gramps/gui/glade/editperson.glade:750 -msgid "_Tags:" -msgstr "É_tiquettes :" - -#: ../gramps/gui/glade/editldsord.glade:181 -msgid "Ordinance:" -msgstr "Ordonnance :" - -#: ../gramps/gui/glade/editldsord.glade:193 -msgid "LDS _Temple:" -msgstr "Temple _mormon :" - -# trunk -#: ../gramps/gui/glade/editldsord.glade:229 -msgid "_Family:" -msgstr "_Famille :" - -#: ../gramps/gui/glade/editldsord.glade:297 -msgid "_Status:" -msgstr "_Statut :" - -#: ../gramps/gui/glade/editlink.glade:99 -msgid "Gramps item:" -msgstr "Article Gramps :" - -#: ../gramps/gui/glade/editlink.glade:115 -msgid "Internet Address:" -msgstr "Adresse internet :" - -# trunk -#: ../gramps/gui/glade/editlink.glade:132 -msgid "_Link Type:" -msgstr "Type de _lien :" - -#: ../gramps/gui/glade/editlocation.glade:111 -msgid "The town or city where the place is." -msgstr "Le village ou la ville du lieu." - -#: ../gramps/gui/glade/editlocation.glade:127 -#: ../gramps/gui/glade/editplace.glade:299 -msgid "S_treet:" -msgstr "R_ue :" - -#: ../gramps/gui/glade/editlocation.glade:142 -#: ../gramps/gui/glade/editplace.glade:359 -msgid "Ch_urch parish:" -msgstr "_Paroisse :" - -#: ../gramps/gui/glade/editlocation.glade:160 -#: ../gramps/gui/glade/editplace.glade:343 -msgid "Lowest clergical division of this place. Typically used for church sources that only mention the parish." -msgstr "La plus petite division religieuse du lieu. Typiquement utilisé pour les sources religieuses qui ne mentionnent que la paroisse." - -# comté (Canada) -#: ../gramps/gui/glade/editlocation.glade:176 -#: ../gramps/gui/glade/editplace.glade:378 -msgid "Co_unty:" -msgstr "_Départ./Comté :" - -#: ../gramps/gui/glade/editlocation.glade:192 -#: ../gramps/gui/glade/editplace.glade:394 -msgid "Third level of place division. Eg., in the USA a county." -msgstr "Le troisième niveau de division du lieu. Par exemple aux USA le comté." - -# province (Canada, Belgique) -#: ../gramps/gui/glade/editlocation.glade:208 -#: ../gramps/gui/glade/editplace.glade:410 -msgid "_State:" -msgstr "_Région/Province :" - -#: ../gramps/gui/glade/editlocation.glade:226 -#: ../gramps/gui/glade/editplace.glade:428 -msgid "Second level of place division, eg., in the USA a state, in Germany a Bundesland." -msgstr "Second niveau de division du lieu, par exemple aux USA un état, en Allemagne un länder." - -#: ../gramps/gui/glade/editlocation.glade:258 -msgid "The country where the place is." -msgstr "Le pays du lieu." - -#: ../gramps/gui/glade/editlocation.glade:337 -msgid "Lowest level of a place division: eg the street name." -msgstr "Le plus petit niveau de division du lieu, par exemple le nom de la rue." - -#: ../gramps/gui/glade/editlocation.glade:366 -msgid "A district within, or a settlement near to, a town or city." -msgstr "Le quartier, ou le secteur d'une ville ou d'un village." - -#: ../gramps/gui/glade/editmedia.glade:150 -#: ../gramps/gui/glade/editmediaref.glade:481 -msgid "_Path:" -msgstr "_Chemin :" - -# trunk -#: ../gramps/gui/glade/editmedia.glade:194 -msgid "Image preview" -msgstr "Aperçu de l'image" - -#: ../gramps/gui/glade/editmedia.glade:220 -msgid "" -"Path of the media object on your computer.\n" -"Gramps does not store the media internally, it only stores the path! Set the 'Relative Path' in the Preferences to avoid retyping the common base directory where all your media is stored. The 'Media Manager' tool can help managing paths of a collection of media objects. " -msgstr "" -"Le chemin de ce medium sur votre ordinateur.\n" -"Gramps ne stocke pas le fichier en interne, il ne stocke que le chemin ! Définissez le 'chemin relatif' dans les Préférences pour éviter de saisir à chaque fois le répertoire de base dans lequel vos fichiers sont stockés. L'outil 'Gestionnaire de Media' peut vous aider à gérer les chemins de votre collection d'objets media. " - -# objet sélectionné -#: ../gramps/gui/glade/editmedia.glade:236 -#: ../gramps/gui/glade/editmediaref.glade:535 -msgid "Descriptive title for this media object." -msgstr "Un titre descriptif pour cet objet." - -#: ../gramps/gui/glade/editmedia.glade:292 -msgid "Open File Browser to select a media file on your computer." -msgstr "Utilisez le navigateur de fichier pour sélectionner le medium sur votre ordinateur." - -# trunk -#: ../gramps/gui/glade/editmedia.glade:310 -#: ../gramps/gui/glade/editmediaref.glade:801 -msgid "Folder" -msgstr "Répertoire" - -#: ../gramps/gui/glade/editmedia.glade:329 -msgid "A unique ID to identify the Media object." -msgstr "Un enregistrement unique pour identifier l'objet, laissez Gramps le désigner. " - -#: ../gramps/gui/glade/editmedia.glade:380 -msgid "A date associated with the media, eg., for a picture the date it is taken." -msgstr "Une date associée à un medium, par exemple, pour une image la date de la prise de photo." - -# trunk -#: ../gramps/gui/glade/editmediaref.glade:132 -msgid "_Corner 2: X" -msgstr "_Coin 1 : X" - -#: ../gramps/gui/glade/editmediaref.glade:168 -msgid "Referenced Region" -msgstr "Région référencée" - -#: ../gramps/gui/glade/editmediaref.glade:183 -#: ../gramps/gui/glade/editmediaref.glade:202 -#: ../gramps/gui/glade/editmediaref.glade:300 -msgid "" -"If media is an image, select the specific part of the image you want to reference.\n" -"You can use the mouse on the picture to select a region, or use these spinbuttons to set the top left, and bottom right corner of the referenced region. Point (0,0) is the top left corner of the picture, and (100,100) the bottom right corner." -msgstr "" -"Si le medium est une image, sélectionnez la partie spécifique que vous souhaitez référencer.\n" -"Vous pouvez utiliser le curseur de la souris sur l'image pour sélectionner une région, ou définir les valeurs pour le coin en haut à gauche et le coin en bas à droite de la région référencée. Le point (0,0) correspond au coin en haut à gauche, et (100,100) définit le coin en bas à droite." - -#: ../gramps/gui/glade/editmediaref.glade:221 -msgid "" -"Referenced region of the image media object.\n" -"Select a region with clicking and holding the mouse button on the top left corner of the region you want, dragging the mouse to the bottom right corner of the region, and then releasing the mouse button." -msgstr "" -"Région d'une image.\n" -"Cliquez et conservez le bouton de la souris enfoncé dans le coin en haut à gauche de la région que vous souhaitez sélectionner, puis glisser le curseur de la souris vers le coin en bas à droite de la région, enfin relachez le bouton de la souris." - -# trunk -#: ../gramps/gui/glade/editmediaref.glade:260 -msgid "_Corner 1: X" -msgstr "_Coin 1 : X" - -# doublon ? à vérifier -#: ../gramps/gui/glade/editmediaref.glade:280 -msgid "" -"If media is an image, select the specific part of the image you want to reference.\n" -"You can use the mouse on the picture to select a region, or use these spinbuttons to set the top left, and bottom right corner of the referenced region. Point (0,0) is the top left corner of the picture, and (100,100) the bottom right corner.\n" -msgstr "" -"Si le medium est une image, sélectionnez la partie spécifique que vous souhaitez référencer.\n" -"Vous pouvez utiliser le curseur de la souris sur l'image pour sélectionner une région, ou définir les valeurs pour le coin en haut à gauche et le coin en bas à droite de la région référencée. Le point (0,0) correspond au coin en haut à gauche, et (100,100) définit le coin en bas à droite.\n" - -#: ../gramps/gui/glade/editmediaref.glade:571 -msgid "Note: Any changes in the shared media object information will be reflected in the media object itself." -msgstr "Remarque : tout changement effectué dans les informations partagées de cet objet medium seront répercutées dans l'objet medium lui-même." - -#: ../gramps/gui/glade/editmediaref.glade:601 -msgid "Double click image to view in an external viewer" -msgstr "Cliquez deux fois sur l'image pour l'afficher dans un lecteur externe" - -#: ../gramps/gui/glade/editmediaref.glade:648 -msgid "Type of media object as indicated by the computer, eg Image, Video, ..." -msgstr "Le type de medium défini par l'ordinateur, image, video, ..." - -#: ../gramps/gui/glade/editmediaref.glade:783 -msgid "Select a file" -msgstr "Sélectionner un fichier" - -#: ../gramps/gui/glade/editmediaref.glade:900 -msgid "Shared Information" -msgstr "Informations partagées" - -#: ../gramps/gui/glade/editname.glade:116 -#: ../gramps/gui/glade/editperson.glade:349 -msgid "An identification of what type of Name this is, eg. Birth Name, Married Name." -msgstr "Une identification du type de nom, par exemple : nom de naissance, nom marital." - -#: ../gramps/gui/glade/editname.glade:209 -#: ../gramps/gui/glade/editperson.glade:111 -msgid "_Given:" -msgstr "_Prénom :" - -#: ../gramps/gui/glade/editname.glade:224 -#: ../gramps/gui/glade/editperson.glade:190 -msgid "T_itle:" -msgstr "Tit_re :" - -#: ../gramps/gui/glade/editname.glade:240 -msgid "Suffi_x:" -msgstr "Suffi_xe :" - -# trunk -#: ../gramps/gui/glade/editname.glade:258 -msgid "C_all Name:" -msgstr "Nom _usuel :" - -#: ../gramps/gui/glade/editname.glade:275 -#: ../gramps/gui/glade/editperson.glade:132 -msgid "The person's given names" -msgstr "Les prénoms de l'individu" - -# trunk -#: ../gramps/gui/glade/editname.glade:289 -msgid "_Nick Name:" -msgstr "_Surnom :" - -# call name = prénom dans le context français ! -#: ../gramps/gui/glade/editname.glade:306 -#: ../gramps/gui/glade/editperson.glade:171 -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 some reports." -msgstr "Partie du prénom utilisée habituellement. Si l'arrière-plan est rouge c'est que ce prénom usuel n'est pas une partie du prénom, et ne pourra donc pas être souligné dans certains rapports." - -#: ../gramps/gui/glade/editname.glade:318 -#: ../gramps/gui/glade/editperson.glade:209 -msgid "A title used to refer to the person, such as 'Dr.' or 'Rev.'" -msgstr "Un titre de référence utilisé pour la personne, comme « Dr. » ou « Me. »" - -#: ../gramps/gui/glade/editname.glade:332 -#: ../gramps/gui/glade/editperson.glade:228 -msgid "An optional suffix to the name, such as \"Jr.\" or \"III\"" -msgstr "Un suffixe optionnel pour le nom, tel que « Jr. » ou « III »" - -#: ../gramps/gui/glade/editname.glade:346 -#: ../gramps/gui/glade/editperson.glade:269 -msgid "A descriptive name given in place of or in addition to the official given name." -msgstr "Un prénom descriptif à la place ou en addition du prénom officiel." - -# trunk -# ? pourquoi autant d'espaces ? → Aucune idée, mais sans la chaîne est mieux centrée, dont acte. -#: ../gramps/gui/glade/editname.glade:365 -msgid "Given Name(s) " -msgstr "Prénom(s)" - -# trunk -#: ../gramps/gui/glade/editname.glade:418 -msgid "_Family Nick Name:" -msgstr "Nom-d_it :" - -# trunk -#: ../gramps/gui/glade/editname.glade:432 -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." -msgstr "Un nom de famille non-officiel pour distinguer les individus porteurs du même nom de famille. Souvent une référence à un nom de ferme, par exemple." - -# trunk -# ? pourquoi autant d'espaces ? → Aucune idée, mais sans, la chaîne est mieux centrée, dont acte. -#: ../gramps/gui/glade/editname.glade:460 -msgid "Family Names " -msgstr "Noms de famille" - -#: ../gramps/gui/glade/editname.glade:512 -msgid "G_roup as:" -msgstr "G_rouper comme :" - -#: ../gramps/gui/glade/editname.glade:528 -msgid "_Sort as:" -msgstr "Trier _comme :" - -#: ../gramps/gui/glade/editname.glade:546 -msgid "_Display as:" -msgstr "Affic_her comme :" - -# trunk -#: ../gramps/gui/glade/editname.glade:563 -msgid "" -"People are displayed according to the name format given in the Preferences (the default).\n" -"Here you can make sure this person is displayed according to a custom name format (extra formats can be set in the Preferences)." -msgstr "" -"Le nom des individus est affiché selon le format défini dans les préférences (format de défaut).\n" -"C'est là que pouvez être certain(e) qu'une personne est affichée d'après un format choisi (les formats supplémentaires sont possibles)." - -#: ../gramps/gui/glade/editname.glade:586 -msgid "Dat_e:" -msgstr "_Date :" - -# trunk -#: ../gramps/gui/glade/editname.glade:604 -msgid "" -"People are sorted according to the name format given in the Preferences (the default).\n" -"Here you can make sure this person is sorted according to a custom name format (extra formats can be set in the Preferences)." -msgstr "" -"Les individus sont classés selon le format du nom défini dans les préférences (format de défaut).\n" -"C'est là que pouvez être certain(e) qu'une personne est classée d'après un format personnel (les formats supplémentaires sont possibles)." - -# trunk -#: ../gramps/gui/glade/editname.glade:673 -msgid "" -"The Person Tree view groups people under the primary surname. You can override this by setting here a group value. \n" -"You will be asked if you want to group this person only, or all people with this specific primary surname." -msgstr "" -"La vue groupée des individus rassemble les personnes porteuses du même nom de famille. Vous pouvez passer outre \n" -"cette valeur de groupe. On vous demandera si vous voulez ne grouper que cet individu, ou toutes les personnes avec \n" -"ce nom de famille spécifique." - -#: ../gramps/gui/glade/editname.glade:686 -msgid "O_verride" -msgstr "Imp_oser" - -# trunk -#: ../gramps/gui/glade/editname.glade:714 -msgid "A Date associated with this name. Eg. for a Married Name, date the name is first used or marriage date." -msgstr "Une date associée à ce nom. Par exemple, pour un nom marital, la date à laquelle le nom est utilisé pour la première fois ou la date du mariage." - -# trunk -#: ../gramps/gui/glade/editnote.glade:103 -msgid "Styled Text Editor" -msgstr "Éditeur de style" - -#: ../gramps/gui/glade/editnote.glade:157 -msgid "A type to classify the note." -msgstr "Un type pour définir la note." - -#: ../gramps/gui/glade/editnote.glade:194 -msgid "A unique ID to identify the note." -msgstr "Un identifiant unique pour la note ; laisser vide pour que Gramps le choisisse." - -# une note -#: ../gramps/gui/glade/editnote.glade:207 -msgid "_Preformatted" -msgstr "_Préformatée" - -#: ../gramps/gui/glade/editnote.glade:215 -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" -"When not checked, notes are automatically cleaned in the reports, which will improve the report layout.\n" -"Use monospace font to keep preformatting." -msgstr "" -"Si activé, l'espacement de votre note sera respecté dans les rapports. Utilisez-le pour ajouter un format avec espaces, par exemple un tableau.\n" -"Si désactivé, les notes sont automatiquement nettoyées dans les rapports, ce qui améliorera le rendu du rapport.\n" -"Utilisez la police de caractère monospace pour conserver le préformatage." - -#: ../gramps/gui/glade/editnote.glade:362 -msgid "Note" -msgstr "Note" - -#: ../gramps/gui/glade/editperson.glade:152 -msgid "C_all:" -msgstr "_Usuel :" - -#: ../gramps/gui/glade/editperson.glade:251 -msgid "_Nick:" -msgstr "_Surnom :" - -#: ../gramps/gui/glade/editperson.glade:310 -msgid "Image" -msgstr "Image" - -#: ../gramps/gui/glade/editperson.glade:372 -msgid "Click on a table cell to edit." -msgstr "Cliquez dans le cadre pour éditer." - -#: ../gramps/gui/glade/editperson.glade:396 -msgid "" -"Use Multiple Surnames\n" -"Indicate that the surname consists of different parts. Every surname has its own prefix and a possible connector to the next surname. Eg., the surname Ramón y Cajal can be stored as Ramón, which is inherited from the father, the connector y, and Cajal, which is inherited from the mother." -msgstr "" -"Utilisation des noms composés\n" -"Indique que le nom de famille est composé de plusieurs parties. Chaque nom de famille a son propre préfixe et un possible connecteur vers le nom suivant. Par exemple, le nom de famille Ramón y Cajal peut être enregistré comme Ramón, lequel nom est hérité du père, les connecteur est y, et Cajal est hérité de la mère." - -# Substantif (GNOME fr) -#: ../gramps/gui/glade/editperson.glade:442 -msgid "Set person as private data" -msgstr "Définir cet individu comme privé" - -#: ../gramps/gui/glade/editperson.glade:493 -msgid "Preferred Name " -msgstr "Nom préféré " - -#: ../gramps/gui/glade/editperson.glade:523 -msgid "_Surname:" -msgstr "_Nom de famille :" - -#: ../gramps/gui/glade/editperson.glade:539 -msgid "An optional prefix for the family that is not used in sorting, such as \"de\" or \"van\"." -msgstr "Une particule optionnelle pour le nom de famille, ignorée pour le tri, telle que « de » ou « van »." - -#: ../gramps/gui/glade/editperson.glade:558 -msgid "Part of a person's name indicating the family to which the person belongs" -msgstr "Partie du nom indiquant la famille à laquelle l'individu appartient." - -#: ../gramps/gui/glade/editperson.glade:605 -msgid "Go to Name Editor to add more information about this name" -msgstr "Pour ajouter plus d'informations sur ce nom, ouvrir l'éditeur de nom" - -#: ../gramps/gui/glade/editperson.glade:635 -msgid "O_rigin:" -msgstr "O_rigine :" - -#: ../gramps/gui/glade/editperson.glade:650 -msgid "The origin of this family name for this family, eg 'Inherited' or 'Patronymic'." -msgstr "L'origine de ce nom de famille, par exemple « Hérité » ou « Patronymique »." - -#: ../gramps/gui/glade/editperson.glade:686 -msgid "G_ender:" -msgstr "Ge_nre :" - -#: ../gramps/gui/glade/editperson.glade:734 -msgid "A unique ID for the person." -msgstr "Un enregistrement unique pour identifier l'individu, laissez Gramps le désigner. " - -#: ../gramps/gui/glade/editpersonref.glade:97 -msgid "_Person:" -msgstr "_Individu :" - -#: ../gramps/gui/glade/editpersonref.glade:112 -msgid "_Association:" -msgstr "_Association :" - -#: ../gramps/gui/glade/editpersonref.glade:128 -msgid "" -"Description of the association, eg. Godfather, Friend, ...\n" -"\n" -"Note: Use Events instead for relations connected to specific time frames or occasions. Events can be shared between people, each indicating their role in the event." -msgstr "" -"Description d'une association, par exemple : parrain, ami, ...\n" -"\n" -"Remarque : utilisez plutôt les événements pour les relations liées à un instant donné ou une occasion. Les événements peuvent être partagés entre les personnes, chacun ayant un rôle dans cet événement." - -#: ../gramps/gui/glade/editpersonref.glade:182 -msgid "Use the select button to choose a person that has an association to the edited person." -msgstr "Utilisez le bouton de sélection pour choisir un individu ayant une association avec la personne éditée." - -# individu + personne (évite la répétition) -#: ../gramps/gui/glade/editpersonref.glade:198 -msgid "Select a person that has an association to the edited person." -msgstr "Sélectionnez l'individu ayant une association avec la personne éditée." - -#: ../gramps/gui/glade/editplace.glade:97 -msgid "_Place Name:" -msgstr "N_om du lieu :" - -#: ../gramps/gui/glade/editplace.glade:112 -msgid "L_atitude:" -msgstr "L_atitude :" - -#: ../gramps/gui/glade/editplace.glade:129 -msgid "_Longitude:" -msgstr "_Longitude :" - -#: ../gramps/gui/glade/editplace.glade:147 -msgid "Full name of this place." -msgstr "Le nom complet du lieu." - -#: ../gramps/gui/glade/editplace.glade:176 -msgid "A unique ID to identify the place" -msgstr "Un identifiant unique pour le lieu ; laisser vide pour que Gramps le choisisse." - -# trunk -# tooltip via glade -#: ../gramps/gui/glade/editplace.glade:227 -msgid "" -"Latitude (position above the Equator) of the place in decimal or degree notation. \n" -"Eg, valid values are 12.0154, 50°52′21.92″N, N50°52′21.92″ or 50:52:21.92\n" -"You can set these values via the Geography View by searching the place, or via a map service in the place view." -msgstr "" -"Latitude (la position du lieu par rapport à l'Équateur), en notation décimale ou en degrés. \n" -"Par exemple, des valeurs valides peuvent être 12.0154, 50°52′21.92″N, N50°52′21.92″ ou 50:52:21.92\n" -"Vous pouvez définir ces valeurs via la vue Géographie en cherchant le lieu, ou via l'un des services cartographiques de la vue Lieux." - -# trunk -# tooltip via glade -#: ../gramps/gui/glade/editplace.glade:244 -msgid "" -"Longitude (position relative to the Prime, or Greenwich, Meridian) of the place in decimal or degree notation. \n" -"Eg, valid values are -124.3647, 124°52′21.92″E, E124°52′21.92″ or 124:52:21.92\n" -"You can set these values via the Geography View by searching the place, or via a map service in the place view." -msgstr "" -"Longitude (la position relative du lieu par rapport au premier), ou Greenwich, méridien, en notation décimale ou en degrés. \n" -"Par exemple, des valeurs valides peuvent être -124.3647, 124°52′21.92″E, E124°52′21.92″ ou 124:52:21.92\n" -"Vous pouvez définir ces valeurs via la vue Géographie en cherchant le lieu, ou via l'un des services cartographiques de la vue Lieu." - -# trunk -#: ../gramps/gui/glade/editplace.glade:313 -msgid "" -"Lowest level of a place division: eg the street name. \n" -"Use Alternate Locations tab to store the current name." -msgstr "" -"Le plus petit niveau de division du lieu: par exemple le nom de la rue. \n" -"Utilisez l'onglet emplacements alternatifs pour stocker le nom actuel." - -# trunk -#: ../gramps/gui/glade/editplace.glade:327 -msgid "" -"The town or city where the place is. \n" -"Use Alternate Locations tab to store the current name." -msgstr "" -"Le village ou la ville du lieu. \n" -"Utilisez l'onglet emplacements alternatifs pour stocker le nom actuel." - -#: ../gramps/gui/glade/editplace.glade:444 -msgid "Count_ry:" -msgstr "_Pays :" - -# trunk -#: ../gramps/gui/glade/editplace.glade:460 -msgid "The country where the place is. \n" -msgstr "Le pays du lieu. \n" - -#: ../gramps/gui/glade/editplace.glade:557 -msgid "" -"A district within, or a settlement near to, a town or city.\n" -"Use Alternate Locations tab to store the current name." -msgstr "" -"Le quartier, le secteur d'une ville ou d'un village.\n" -"Utilisez l'onglet emplacement alternatifs pour stocker le nom actuel." - -#: ../gramps/gui/glade/editplace.glade:592 -msgid "Location" -msgstr "Lieu" - -# éviter le raccourci sur le y ou le p -#: ../gramps/gui/glade/editreporef.glade:124 -msgid "_Media Type:" -msgstr "Suppor_t :" - -#: ../gramps/gui/glade/editreporef.glade:139 -msgid "Call n_umber:" -msgstr "_Numéro d'identifiant - Cote :" - -#: ../gramps/gui/glade/editreporef.glade:155 -msgid "On what type of media this source is available in the repository." -msgstr "Sur quel support cette source est disponible dans le dépôt." - -#: ../gramps/gui/glade/editreporef.glade:211 -msgid "Id number of the source in the repository." -msgstr "Un enregistrement unique pour identifier la source dans le dépôt." - -#: ../gramps/gui/glade/editreporef.glade:266 -#: ../gramps/gui/glade/editrepository.glade:101 -#: ../gramps/gui/glade/rule.glade:643 -#: ../gramps/plugins/tool/ownereditor.glade:126 -msgid "_Name:" -msgstr "_Nom :" - -#: ../gramps/gui/glade/editreporef.glade:297 -#: ../gramps/gui/glade/editrepository.glade:132 -msgid "Name of the repository (where sources are stored)." -msgstr "Le nom du dépôt (là où la source est stockée)." - -#: ../gramps/gui/glade/editreporef.glade:331 -msgid "Note: Any changes in the shared repository information will be reflected in the repository itself, for all items that reference the repository." -msgstr "Remarque : tout changement effectué dans les informations partagées de ce dépôt seront répercutées dans le dépôt lui-même, et ce pour toutes les sources qui le référencent." - -#: ../gramps/gui/glade/editreporef.glade:375 -#: ../gramps/gui/glade/editrepository.glade:184 -msgid "A unique ID to identify the repository." -msgstr "Un enregistrement unique pour identifier le dépôt, laissez Gramps le désigner." - -#: ../gramps/gui/glade/editreporef.glade:433 -#: ../gramps/gui/glade/editrepository.glade:150 -msgid "Type of repository, eg., 'Library', 'Album', ..." -msgstr "Le type de dépôt, par exemple: une bibliothèque, une archive..." - -#: ../gramps/gui/glade/editsource.glade:160 -msgid "_Pub. info.:" -msgstr "_Pub. info :" - -#: ../gramps/gui/glade/editurl.glade:98 -msgid "_Web address:" -msgstr "_Adresse Web :" - -#: ../gramps/gui/glade/editurl.glade:115 -msgid "_Description:" -msgstr "De_scription :" - -#: ../gramps/gui/glade/editurl.glade:179 -msgid "Type of internet address, eg. E-mail, Web Page, ..." -msgstr "Le type d'adresse internet, par exemple: courriel, page internet, ..." - -#: ../gramps/gui/glade/editurl.glade:199 -msgid "The internet address as needed to navigate to it, eg. http://gramps-project.org" -msgstr "L'adresse internet utilisée pour la navigation, par exemple : http://gramps-project.org" - -#: ../gramps/gui/glade/editurl.glade:218 -msgid "Open the web address in the default browser." -msgstr "Aller à l'adresse internet avec le navigateur par défaut." - -#: ../gramps/gui/glade/editurl.glade:235 -msgid "A descriptive caption of the Internet location you are storing." -msgstr "Une légende descriptive de l'emplacement internet que vous enregistrez." - -# trunk -#: ../gramps/gui/glade/grampletpane.glade:7 -msgid "window2" -msgstr "Fenêtre 2" - -#: ../gramps/gui/glade/grampletpane.glade:60 -msgid "Drag to move; click to detach" -msgstr "Glissez pour déplacer; cliquez pour détacher" - -# trunk -#: ../gramps/gui/glade/grampletpane.glade:64 -msgid "Detach" -msgstr "Détacher" - -# trunk -#: ../gramps/gui/glade/grampletpane.glade:74 -msgid "Config" -msgstr "Configuration" - -#: ../gramps/gui/glade/grampletpane.glade:94 -msgid "Click to expand/collapse" -msgstr "Cliquez pour déployer" - -# enlever -#: ../gramps/gui/glade/grampletpane.glade:128 -msgid "Click to delete gramplet from view" -msgstr "Cliquez pour enlever le gramplet de la vue" - -#: ../gramps/gui/glade/grampletpane.glade:132 -msgid "Delete" -msgstr "Supprimer" - -# trunk -#: ../gramps/gui/glade/grampletpane.glade:142 -msgid "Close" -msgstr "Fermer" - -# trunk -#: ../gramps/gui/glade/mergecitation.glade:99 -msgid "" -"Select the citation that will provide the\n" -"primary data for the merged citation." -msgstr "" -"Sélectionnez la citation dont les données seront\n" -"utilisées en priorité pour la citation fusionnée." - -#: ../gramps/gui/glade/mergecitation.glade:202 -#: ../gramps/gui/glade/mergedata.glade:836 -#: ../gramps/gui/glade/mergesource.glade:190 -msgid "Source 1" -msgstr "Source 1" - -#: ../gramps/gui/glade/mergecitation.glade:214 -#: ../gramps/gui/glade/mergedata.glade:852 -#: ../gramps/gui/glade/mergesource.glade:202 -msgid "Source 2" -msgstr "Source 2" - -#: ../gramps/gui/glade/mergecitation.glade:349 -#: ../gramps/gui/glade/mergecitation.glade:368 -#: ../gramps/gui/glade/mergedata.glade:1038 -#: ../gramps/gui/glade/mergedata.glade:1059 -#: ../gramps/gui/glade/mergeevent.glade:378 -#: ../gramps/gui/glade/mergeevent.glade:397 -#: ../gramps/gui/glade/mergefamily.glade:340 -#: ../gramps/gui/glade/mergefamily.glade:359 -#: ../gramps/gui/glade/mergemedia.glade:337 -#: ../gramps/gui/glade/mergemedia.glade:356 -#: ../gramps/gui/glade/mergenote.glade:337 -#: ../gramps/gui/glade/mergenote.glade:356 -#: ../gramps/gui/glade/mergeperson.glade:306 -#: ../gramps/gui/glade/mergeperson.glade:325 -#: ../gramps/gui/glade/mergeplace.glade:378 -#: ../gramps/gui/glade/mergeplace.glade:397 -#: ../gramps/gui/glade/mergerepository.glade:296 -#: ../gramps/gui/glade/mergerepository.glade:315 -#: ../gramps/gui/glade/mergesource.glade:378 -#: ../gramps/gui/glade/mergesource.glade:397 -msgid "Gramps ID:" -msgstr "id Gramps :" - -# trunk -#: ../gramps/gui/glade/mergecitation.glade:517 -msgid "Notes, media objects and data-items of both citations will be combined." -msgstr "Les notes, objets media et données des deux citations seront combinés." - -# trunk -#: ../gramps/gui/glade/mergecitation.glade:533 -#: ../gramps/gui/glade/mergeevent.glade:590 -#: ../gramps/gui/glade/mergefamily.glade:524 -#: ../gramps/gui/glade/mergemedia.glade:521 -#: ../gramps/gui/glade/mergenote.glade:534 -#: ../gramps/gui/glade/mergeperson.glade:463 -#: ../gramps/gui/glade/mergeplace.glade:602 -#: ../gramps/gui/glade/mergerepository.glade:452 -#: ../gramps/gui/glade/mergesource.glade:590 -msgid "Detailed Selection" -msgstr "Sélection détaillée" - -# éviter le raccourci sur la lettre accentuée -#: ../gramps/gui/glade/mergedata.glade:41 -msgid "Merge and _edit" -msgstr "Fusion_ner puis éditer" - -#: ../gramps/gui/glade/mergedata.glade:60 -msgid "_Merge and close" -msgstr "_Fusionner puis fermer" - -#: ../gramps/gui/glade/mergedata.glade:328 -msgid "Select the person that will provide the primary data for the merged person." -msgstr "Sélectionnez l'individu dont les données seront utilisées en priorité pour l'individu fusionné." - -#: ../gramps/gui/glade/mergedata.glade:555 -#: ../gramps/gui/glade/mergedata.glade:659 -msgid "Other" -msgstr "Autre" - -#: ../gramps/gui/glade/mergedata.glade:604 -msgid "Title selection" -msgstr "Sélection du titre" - -#: ../gramps/gui/glade/mergedata.glade:615 -msgid "Place 1" -msgstr "Lieu 1" - -#: ../gramps/gui/glade/mergedata.glade:637 -msgid "Place 2" -msgstr "Lieu 2" - -# trunk -#: ../gramps/gui/glade/mergeevent.glade:99 -msgid "" -"Select the event that will provide the\n" -"primary data for the merged event." -msgstr "" -"Sélectionnez l'événement dont les données seront\n" -"utilisées en priorité pour l'événement fusionné." - -# trunk -#: ../gramps/gui/glade/mergeevent.glade:190 -msgid "Event 1" -msgstr "Événement 1" - -# trunk -#: ../gramps/gui/glade/mergeevent.glade:202 -msgid "Event 2" -msgstr "Événement 2" - -# trunk -#: ../gramps/gui/glade/mergeevent.glade:574 -msgid "Attributes, notes, sources and media objects of both events will be combined." -msgstr "Attributs, notes, sources et objets media des deux événements vont être rassemblés." - -# trunk -#: ../gramps/gui/glade/mergefamily.glade:100 -msgid "" -"Select the family that will provide the\n" -"primary data for the merged family." -msgstr "" -"Sélectionnez la famille dont les données seront\n" -"utilisées en priorité pour la famille fusionnée." - -# trunk -#: ../gramps/gui/glade/mergefamily.glade:193 -msgid "Family 1" -msgstr "Famille 1" - -# trunk -#: ../gramps/gui/glade/mergefamily.glade:205 -msgid "Family 2" -msgstr "Famille 2" - -# trunk -#: ../gramps/gui/glade/mergefamily.glade:217 -#: ../gramps/gui/glade/mergefamily.glade:236 -msgid "Father:" -msgstr "Père :" - -# trunk -#: ../gramps/gui/glade/mergefamily.glade:258 -#: ../gramps/gui/glade/mergefamily.glade:277 -msgid "Mother:" -msgstr "Mère :" - -# trunk -#: ../gramps/gui/glade/mergefamily.glade:299 -#: ../gramps/gui/glade/mergefamily.glade:318 -msgid "Relationship:" -msgstr "Relation :" - -# trunk -#: ../gramps/gui/glade/mergefamily.glade:508 -msgid "Events, lds_ord, media objects, attributes, notes, sources and tags of both families will be combined." -msgstr "Les événements, les données mormons, les objets media, les attributs, les notes, les sources et étiquettes des deux familles vont être rassemblés." - -# trunk -#: ../gramps/gui/glade/mergemedia.glade:99 -msgid "" -"Select the object that will provide the\n" -"primary data for the merged object." -msgstr "" -"Sélectionnez l'objet dont les données seront\n" -"utilisées en priorité pour l'objet fusionné." - -# trunk -#: ../gramps/gui/glade/mergemedia.glade:190 -msgid "Object 1" -msgstr "Objet 1" - -# trunk -#: ../gramps/gui/glade/mergemedia.glade:202 -msgid "Object 2" -msgstr "Objet 2" - -# trunk -#: ../gramps/gui/glade/mergemedia.glade:505 -msgid "Attributes, sources, notes and tags of both objects will be combined." -msgstr "Les attributs, les sources, les notes et étiquettes des deux objets vont être rassemblés." - -# trunk -#: ../gramps/gui/glade/mergenote.glade:99 -msgid "" -"Select the note that will provide the\n" -"primary data for the merged note." -msgstr "" -"Sélectionnez la note dont les données seront\n" -"utilisées en priorité pour la note fusionnée." - -# trunk -#: ../gramps/gui/glade/mergenote.glade:190 -msgid "Note 1" -msgstr "Note 1" - -# trunk -#: ../gramps/gui/glade/mergenote.glade:202 -msgid "Note 2" -msgstr "Note 2" - -# trunk -#: ../gramps/gui/glade/mergeperson.glade:104 -msgid "" -"Select the person that will provide the\n" -"primary data for the merged person." -msgstr "" -"Sélectionnez l'individu dont les données seront\n" -"utilisées en priorité pour l'individu fusionné." - -# trunk -#: ../gramps/gui/glade/mergeperson.glade:200 -msgid "Person 1" -msgstr "Individu 1" - -# trunk -#: ../gramps/gui/glade/mergeperson.glade:212 -msgid "Person 2" -msgstr "Individu 2" - -# trunk -#: ../gramps/gui/glade/mergeperson.glade:265 -#: ../gramps/gui/glade/mergeperson.glade:284 -msgid "Gender:" -msgstr "Genre :" - -# trunk -#: ../gramps/gui/glade/mergeperson.glade:447 -msgid "Events, media objects, addresses, attributes, urls, notes, sources and tags of both persons will be combined." -msgstr "Les événements, les objets media, les adresses, les attributs, les urls, les notes, les sources et étiquettes des deux individus vont être rassemblés." - -# trunk -#: ../gramps/gui/glade/mergeperson.glade:534 -msgid "Context Information" -msgstr "Information dans le contexte" - -# trunk -#: ../gramps/gui/glade/mergeplace.glade:99 -msgid "" -"Select the place that will provide the\n" -"primary data for the merged place." -msgstr "" -"Sélectionnez le lieu dont les données seront\n" -" utilisées en priorité pour le lieu fusionné." - -# trunk -#: ../gramps/gui/glade/mergeplace.glade:190 -msgid "Place 1" -msgstr "Lieu 1" - -# trunk -#: ../gramps/gui/glade/mergeplace.glade:202 -msgid "Place 2" -msgstr "Lieu 2" - -# trunk -#: ../gramps/gui/glade/mergeplace.glade:337 -#: ../gramps/gui/glade/mergeplace.glade:356 -msgid "Location:" -msgstr "Emplacement :" - -# trunk -#: ../gramps/gui/glade/mergeplace.glade:586 -msgid "Alternate locations, sources, urls, media objects and notes of both places will be combined." -msgstr "Emplacements alternatifs, sources, urls, objets media et notes des deux lieux vont être rassemblés." - -# trunk -#: ../gramps/gui/glade/mergerepository.glade:99 -msgid "" -"Select the repository that will provide the\n" -"primary data for the merged repository." -msgstr "" -"Sélectionnez le dépôt dont les données seront\n" -"utilisées en priorité pour le dépôt fusionné." - -# trunk -#: ../gramps/gui/glade/mergerepository.glade:190 -msgid "Repository 1" -msgstr "Dépôt 1" - -# trunk -#: ../gramps/gui/glade/mergerepository.glade:202 -msgid "Repository 2" -msgstr "Dépôt 2" - -# trunk -#: ../gramps/gui/glade/mergerepository.glade:436 -msgid "Addresses, urls and notes of both repositories will be combined." -msgstr "Les adresses, urls et notes des deux dépôts seront combinés." - -# trunk -#: ../gramps/gui/glade/mergesource.glade:99 -msgid "" -"Select the source that will provide the\n" -"primary data for the merged source." -msgstr "" -"Sélectionnez la source dont les données seront\n" -"utilisées en priorité pour la source fusionnée." - -# trunk -#: ../gramps/gui/glade/mergesource.glade:574 -msgid "Notes, media objects, data-items and repository references of both sources will be combined." -msgstr "Les notes, objets media, attributs données et les dépôts des deux sources seront combinés." - -#: ../gramps/gui/glade/papermenu.glade:6 -msgid "Paper Settings" -msgstr "Propriétés du papier" - -#: ../gramps/gui/glade/papermenu.glade:25 -msgid "Paper format" -msgstr "Format de papier" - -#: ../gramps/gui/glade/papermenu.glade:58 -msgid "Size:" -msgstr "Taille :" - -# trunk -#: ../gramps/gui/glade/papermenu.glade:70 -msgid "_Width:" -msgstr "_Largeur :" - -# trunk -#: ../gramps/gui/glade/papermenu.glade:86 -msgid "_Height:" -msgstr "_Hauteur :" - -#: ../gramps/gui/glade/papermenu.glade:102 -msgid "Orientation:" -msgstr "Orientation :" - -#: ../gramps/gui/glade/papermenu.glade:206 -msgid "Margins" -msgstr "Marges" - -# trunk -#: ../gramps/gui/glade/papermenu.glade:233 -msgid "_Left:" -msgstr "À _gauche :" - -# trunk -#: ../gramps/gui/glade/papermenu.glade:247 -msgid "_Right:" -msgstr "À _droite :" - -# trunk -#: ../gramps/gui/glade/papermenu.glade:263 -msgid "_Top:" -msgstr "H_aut :" - -# trunk -#: ../gramps/gui/glade/papermenu.glade:279 -msgid "_Bottom:" -msgstr "_Bas" - -#: ../gramps/gui/glade/papermenu.glade:439 -msgid "Metric" -msgstr "Métrique" - -#: ../gramps/gui/glade/plugins.glade:45 -msgid "Perform selected action" -msgstr "Exécution de l'action choisie" - -#: ../gramps/gui/glade/plugins.glade:157 -msgid "Status:" -msgstr "Statut :" - -#: ../gramps/gui/glade/plugins.glade:201 -msgid "Author's email:" -msgstr "Adresse de l'auteur :" - -#: ../gramps/gui/glade/reorder.glade:90 -msgid "Parent relationships" -msgstr "Relations parentales" - -# trunk -#: ../gramps/gui/glade/reorder.glade:111 -msgid "Move parent up" -msgstr "Déplacer le parent vers le haut" - -# trunk -#: ../gramps/gui/glade/reorder.glade:121 -#: ../gramps/gui/glade/reorder.glade:261 -msgid "Arrow top" -msgstr "Flèche vers le haut" - -# trunk -#: ../gramps/gui/glade/reorder.glade:142 -msgid "Move parent down" -msgstr "Déplacer le parent vers le bas" - -# trunk -#: ../gramps/gui/glade/reorder.glade:152 -#: ../gramps/gui/glade/reorder.glade:292 -msgid "Arrow bottom" -msgstr "Flèche vers le bas" - -#: ../gramps/gui/glade/reorder.glade:204 -msgid "Family relationships" -msgstr "Relations de famille" - -# trunk -#: ../gramps/gui/glade/reorder.glade:251 -msgid "Move family up" -msgstr "Déplacer la famille vers le haut" - -# trunk -# objet sélectionné -# Supprimer car efface -#: ../gramps/gui/glade/reorder.glade:282 -msgid "Move family down" -msgstr "Déplacer la famille vers le bas" - -#: ../gramps/gui/glade/rule.glade:122 -msgid "Add a new filter" -msgstr "Ajouter un nouveau filtre" - -#: ../gramps/gui/glade/rule.glade:147 -msgid "Edit the selected filter" -msgstr "Éditer le filtre sélectionné" - -#: ../gramps/gui/glade/rule.glade:172 -msgid "Clone the selected filter" -msgstr "Dupliquer le filtre sélectionné" - -#: ../gramps/gui/glade/rule.glade:195 -msgid "Test the selected filter" -msgstr "Tester le filtre sélectionné" - -# objet sélectionné -#: ../gramps/gui/glade/rule.glade:220 -msgid "Delete the selected filter" -msgstr "Supprimer le filtre sélectionné" - -#: ../gramps/gui/glade/rule.glade:260 -msgid "Note: changes take effect only after this window is closed" -msgstr "Note : Les modifications ne prendront effet qu'après la fermeture de cette fenêtre" - -#: ../gramps/gui/glade/rule.glade:442 -msgid "Add another rule to the filter" -msgstr "Ajouter une règle au filtre" - -#: ../gramps/gui/glade/rule.glade:477 -msgid "Edit the selected rule" -msgstr "Éditer la règle sélectionnée" - -# objet sélectionné -#: ../gramps/gui/glade/rule.glade:512 -msgid "Delete the selected rule" -msgstr "Supprimer la règle sélectionnée" - -#: ../gramps/gui/glade/rule.glade:557 -#: ../gramps/gui/glade/styleeditor.glade:418 -#: ../gramps/plugins/tool/finddupes.glade:140 -#: ../gramps/plugins/tool/mergecitations.glade:146 -msgid "Options" -msgstr "Options" - -#: ../gramps/gui/glade/rule.glade:573 -msgid "Rule list" -msgstr "Liste des règles" - -#: ../gramps/gui/glade/rule.glade:589 -msgid "Definition" -msgstr "Définition" - -#: ../gramps/gui/glade/rule.glade:603 -msgid "Co_mment:" -msgstr "Co_mmentaire :" - -# utilise correspondre pour to match, plus facile que être compatible ou concorder dans ce contexte -#: ../gramps/gui/glade/rule.glade:658 -msgid "Return values that do no_t match the filter rules" -msgstr "Affic_her les valeurs qui ne correspondent pas aux critères (inverser les résultats)" - -#: ../gramps/gui/glade/rule.glade:882 -msgid "Selected Rule" -msgstr "Règle sélectionnée" - -#: ../gramps/gui/glade/rule.glade:912 -#: ../gramps/gui/glade/styleeditor.glade:241 -msgid "Description" -msgstr "Description" - -#: ../gramps/gui/glade/rule.glade:943 -msgid "Values" -msgstr "Valeurs" - -#: ../gramps/gui/glade/styleeditor.glade:132 -msgid "Style n_ame:" -msgstr "N_om du style :" - -# trunk -#: ../gramps/gui/glade/styleeditor.glade:151 -msgid "Style name" -msgstr "Nom du style" - -#: ../gramps/gui/glade/styleeditor.glade:288 -msgid "Type face" -msgstr "Police" - -#: ../gramps/gui/glade/styleeditor.glade:300 -msgid "_Roman (Times, serif)" -msgstr "_Roman (Times, serif)" - -#: ../gramps/gui/glade/styleeditor.glade:321 -msgid "_Swiss (Arial, Helvetica, sans-serif)" -msgstr "_Swiss (Arial, Helvetica, sans-serif)" - -#: ../gramps/gui/glade/styleeditor.glade:347 -msgid "Size" -msgstr "Taille" - -#: ../gramps/gui/glade/styleeditor.glade:399 -msgid "Color" -msgstr "Couleur" - -#: ../gramps/gui/glade/styleeditor.glade:432 -msgid "_Bold" -msgstr "_Gras" - -#: ../gramps/gui/glade/styleeditor.glade:453 -msgid "_Italic" -msgstr "_Italique" - -#: ../gramps/gui/glade/styleeditor.glade:474 -msgid "_Underline" -msgstr "_Souligné" - -#: ../gramps/gui/glade/styleeditor.glade:535 -msgid "Font options" -msgstr "Options de police" - -#: ../gramps/gui/glade/styleeditor.glade:587 -msgid "_Left" -msgstr "À _gauche" - -#: ../gramps/gui/glade/styleeditor.glade:608 -msgid "_Right" -msgstr "À _droite" - -#: ../gramps/gui/glade/styleeditor.glade:630 -msgid "J_ustify" -msgstr "_Justifié" - -#: ../gramps/gui/glade/styleeditor.glade:652 -msgid "Cen_ter" -msgstr "_Centré" - -#: ../gramps/gui/glade/styleeditor.glade:679 -msgid "Alignment" -msgstr "Alignement" - -#: ../gramps/gui/glade/styleeditor.glade:695 -msgid "Background color" -msgstr "Couleur d'arrière-plan" - -#: ../gramps/gui/glade/styleeditor.glade:712 -msgid "First li_ne:" -msgstr "Première li_gne :" - -#: ../gramps/gui/glade/styleeditor.glade:782 -msgid "R_ight:" -msgstr "à d_roite :" - -#: ../gramps/gui/glade/styleeditor.glade:801 -msgid "L_eft:" -msgstr "à g_auche :" - -#: ../gramps/gui/glade/styleeditor.glade:822 -msgid "Spacing" -msgstr "Espace" - -#: ../gramps/gui/glade/styleeditor.glade:839 -msgid "Abo_ve:" -msgstr "Au de_ssus :" - -#: ../gramps/gui/glade/styleeditor.glade:858 -msgid "Belo_w:" -msgstr "En dess_ous :" - -#: ../gramps/gui/glade/styleeditor.glade:913 -msgid "Borders" -msgstr "Bordures" - -#: ../gramps/gui/glade/styleeditor.glade:1012 -msgid "Le_ft" -msgstr "à gauc_he" - -#: ../gramps/gui/glade/styleeditor.glade:1033 -msgid "Righ_t" -msgstr "à droi_te" - -#: ../gramps/gui/glade/styleeditor.glade:1054 -msgid "_Top" -msgstr "_En-tête" - -#: ../gramps/gui/glade/styleeditor.glade:1078 -msgid "_Padding:" -msgstr "_Remplissage :" - -#: ../gramps/gui/glade/styleeditor.glade:1128 -msgid "_Bottom" -msgstr "En _bas" - -#: ../gramps/gui/glade/styleeditor.glade:1168 -msgid "Indentation" -msgstr "Indentation" - -#: ../gramps/gui/glade/styleeditor.glade:1205 -msgid "Paragraph options" -msgstr "Options de paragraphe" - -# trunk -#: ../gramps/gui/glade/styleeditor.glade:1357 -msgid "Add a new style" -msgstr "Ajouter un nouveau style" - -# trunk -#: ../gramps/gui/glade/styleeditor.glade:1390 -msgid "Edit the selected style" -msgstr "Éditer le style sélectionné" - -# trunk -#: ../gramps/gui/glade/styleeditor.glade:1423 -msgid "Delete the selected style" -msgstr "Supprimer le style sélectionné" - -# trunk -#: ../gramps/gui/glade/tipofday.glade:8 -msgid "window1" -msgstr "Fenêtre 1" - -#: ../gramps/gui/glade/tipofday.glade:54 -msgid "_Display on startup" -msgstr "_Afficher au démarrage" - -# trunk -#: ../gramps/gui/glade/updateaddons.glade:40 -msgid "Install Selected _Addons" -msgstr "Installer les g_reffons sélectionnés " - -# trunk -#: ../gramps/gui/glade/updateaddons.glade:69 -msgid "Available Gramps Updates for Addons" -msgstr "Nouvelles versions des addons Gramps disponibles" - -# trunk -#: ../gramps/gui/glade/updateaddons.glade:84 -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. These addons provide reports, listings, views, gramplets, and more. Here you can select among the available extra addons, they will be retrieved from the internet off of the Gramps website, and installed locally on your computer. If you close this dialog now, you can install addons later from the menu under Edit -> Preferences." -msgstr "Gramps fournit un noyau de greffons pour toutes les fonctionnalités nécessaires. De plus, vous pouvez étendre ces fonctions avec des greffons supplémentaires. Ces greffons fournissent des rapports, des listes, des vues, des gramplets, et d'avantage. C'est ici que vous pouvez sélectionner ces greffons supplémentaires, ils seront téléchargés depuis internet via le site de Gramps, puis installés localement sur votre ordinateur. Si vous fermez le dialogue maintenant, vous pourrez toujours installer ces greffons plus tard depuis le menu Édition -> Préférences." - -# trunk -#: ../gramps/gui/glade/updateaddons.glade:100 -msgid "_Select All" -msgstr "_Tout sélectionner" - -# trunk -#: ../gramps/gui/glade/updateaddons.glade:114 -msgid "Select _None" -msgstr "Ne _rien sélectionner" - -#: ../gramps/plugins/docgen/gtkprint.glade:6 -msgid "Print Preview" -msgstr "Aperçu avant impression" - -#: ../gramps/plugins/docgen/gtkprint.glade:26 -msgid "Closes print preview window" -msgstr "Ferme la fenêtre de l'aperçu avant impression" - -#: ../gramps/plugins/docgen/gtkprint.glade:41 -msgid "Prints the current file" -msgstr "Imprime le fichier actuel" - -#: ../gramps/plugins/docgen/gtkprint.glade:66 -msgid "Shows the first page" -msgstr "Affiche la première page" - -#: ../gramps/plugins/docgen/gtkprint.glade:83 -msgid "Shows previous page" -msgstr "Affiche la page précédente" - -#: ../gramps/plugins/docgen/gtkprint.glade:100 -msgid "Shows the next page" -msgstr "Affiche la page suivante" - -#: ../gramps/plugins/docgen/gtkprint.glade:117 -msgid "Shows the last page" -msgstr "Affiche la dernière page" - -#: ../gramps/plugins/docgen/gtkprint.glade:195 -msgid "Zooms to fit the page width" -msgstr "Adapter la page à la largeur" - -#: ../gramps/plugins/docgen/gtkprint.glade:210 -msgid "Zooms to fit the whole page" -msgstr "Adapter la page à l'écran" - -#: ../gramps/plugins/docgen/gtkprint.glade:225 -msgid "Zooms the page in" -msgstr "Zoom avant" - -#: ../gramps/plugins/docgen/gtkprint.glade:240 -msgid "Zooms the page out" -msgstr "Zoom arrière" - -#: ../gramps/plugins/importer/importgedcom.glade:7 -msgid "Gramps - GEDCOM Encoding" -msgstr "Gramps - Encodage GEDCOM" - -#: ../gramps/plugins/importer/importgedcom.glade:52 -msgid "GEDCOM Encoding" -msgstr "Encodage GEDCOM" - -#: ../gramps/plugins/importer/importgedcom.glade:68 -msgid "This GEDCOM file has identified itself as using ANSEL encoding. Sometimes, this is in error. If the imported data contains unusual characters, undo the import, and override the character set by selecting a different encoding below." -msgstr "Ce fichier GEDCOM a été identifié comme utilisant l'encodage ANSEL. Il peut s'agir d'une erreur. Si les données importées contiennent des caractères inhabituels, annuler l'importation, et sélectionnez un encodage différent." - -#: ../gramps/plugins/importer/importgedcom.glade:94 -msgid "Encoding: " -msgstr "Encodage : " - -#: ../gramps/plugins/importer/importgedcom.glade:231 -msgid "Warning messages" -msgstr "Messages d'erreur" - -#: ../gramps/plugins/importer/importgedcom.glade:296 -msgid "Created by:" -msgstr "Créé par :" - -#: ../gramps/plugins/importer/importgedcom.glade:313 -msgid "People:" -msgstr "Individus :" - -#: ../gramps/plugins/importer/importgedcom.glade:370 -msgid "Encoding:" -msgstr "Encodage :" - -#: ../gramps/plugins/importer/importgedcom.glade:385 -msgid "Version:" -msgstr "Version :" - -#: ../gramps/plugins/importer/importgedcom.glade:402 -msgid "Families:" -msgstr "Familles :" - -#: ../gramps/plugins/importer/importgedcom.glade:504 -msgid "Status" -msgstr "Statut" - -#: ../gramps/plugins/tool/changenames.glade:32 -msgid "" -"Below is a list of the family names that \n" -"Gramps can convert to correct capitalization. \n" -"Select the names you wish Gramps to convert. " -msgstr "" -"Voici une liste des noms de familles dont \n" -"Gramps peut corriger l'utilisation des lettres capitales. \n" -"Veuillez sélectionner les noms que vous désirez convertir. " - -#: ../gramps/plugins/tool/changenames.glade:107 -msgid "_Accept changes and close" -msgstr "_Accepter les modifications et fermer la fenêtre" - -#: ../gramps/plugins/tool/changetypes.glade:87 -msgid "This tool will rename all events of one type to a different type. Once completed, this cannot be undone by the regular Undo function." -msgstr "Cet outil renommera le type d'événement pour toute la base. Aucun retour en arrière ne sera alors possible avec la fonction Annuler." - -#: ../gramps/plugins/tool/changetypes.glade:110 -msgid "_Original event type:" -msgstr "Type d'événement _original :" - -#: ../gramps/plugins/tool/changetypes.glade:123 -msgid "_New event type:" -msgstr "_Nouveau type d'événement :" - -#: ../gramps/plugins/tool/desbrowser.glade:106 -msgid "Double-click on the row to edit personal information" -msgstr "Double-cliquez sur la ligne pour éditer les informations personnelles" - -#: ../gramps/plugins/tool/eval.glade:162 -msgid "Evaluation Window" -msgstr "Fenêtre d'évaluation" - -#: ../gramps/plugins/tool/eval.glade:176 -msgid "Output Window" -msgstr "Fenêtre de sortie" - -#: ../gramps/plugins/tool/eval.glade:213 -msgid "Error Window" -msgstr "Fenêtre d'erreur" - -#: ../gramps/plugins/tool/eventcmp.glade:239 -msgid "_Filter:" -msgstr "_Filtre :" - -#: ../gramps/plugins/tool/eventcmp.glade:254 -msgid "The event comparison utility uses the filters defined in the Custom Filter Editor." -msgstr "L'utilitaire de comparaison d'événements utilise les filtres définis dans l'éditeur de filtres personnalisés." - -# éviter le raccourci sur la majuscule accentuée -#: ../gramps/plugins/tool/eventcmp.glade:268 -msgid "Custom filter _editor" -msgstr "Éditeur de filtre _personnalisé" - -# utilise correspondre pour to match, plus facile que être compatible ou concorder dans ce contexte -#: ../gramps/plugins/tool/finddupes.glade:126 -#: ../gramps/plugins/tool/mergecitations.glade:132 -msgid "Match Threshold" -msgstr "Seuil de correspondance" - -#: ../gramps/plugins/tool/finddupes.glade:153 -msgid "Use soundex codes" -msgstr "Utiliser les codes SoundEx" - -#: ../gramps/plugins/tool/finddupes.glade:256 -msgid "Co_mpare" -msgstr "_Comparer" - -#: ../gramps/plugins/tool/finddupes.glade:380 -#: ../gramps/plugins/tool/mergecitations.glade:246 -msgid "Please be patient. This may take a while." -msgstr "Veuillez patienter, cela peut prendre quelques instants." - -#: ../gramps/plugins/tool/leak.glade:94 -msgid "Uncollected Objects" -msgstr "Objets non-collectés" - -# trunk -#: ../gramps/plugins/tool/mergecitations.glade:159 -msgid "Don't merge if citation has notes" -msgstr "Ne pas fusionner si la citation a des notes" - -# trunk -#: ../gramps/plugins/tool/notrelated.glade:172 -msgid "_Tag" -msgstr "Étique_tte" - -# trunk -#: ../gramps/plugins/tool/ownereditor.glade:140 -msgid "_Street:" -msgstr "_Rue :" - -# trunk -#: ../gramps/plugins/tool/ownereditor.glade:156 -msgid "_City:" -msgstr "_Ville :" - -# trunk -#: ../gramps/plugins/tool/ownereditor.glade:188 -msgid "_Country:" -msgstr "_Pays :" - -# trunk -#: ../gramps/plugins/tool/ownereditor.glade:204 -msgid "_ZIP/Postal Code:" -msgstr "_Code postal :" - -# trunk -#: ../gramps/plugins/tool/ownereditor.glade:220 -msgid "_Phone:" -msgstr "_Téléphone :" - -# trunk -#: ../gramps/plugins/tool/ownereditor.glade:236 -msgid "_Email:" -msgstr "_Courriel :" - -#: ../gramps/plugins/tool/patchnames.glade:92 -msgid "_Accept and close" -msgstr "_Accepter et fermer" - -# trunk -#: ../gramps/plugins/tool/patchnames.glade:143 -msgid "" -"Below is a list of the nicknames, titles, prefixes and compound surnames that Gramps can extract from the family tree.\n" -"If you accept the changes, Gramps will modify the entries that have been selected.\n" -"\n" -"Compound surnames are shown as lists of [prefix, surname, connector].\n" -"For example, with the defaults, the name \"de Mascarenhas da Silva e Lencastre\" shows as:\n" -" [de, Mascarenhas]-[da, Silva, e]-[,Lencastre]\n" -"\n" -"Run this tool several times to correct names that have multiple information that can be extracted." -msgstr "" -"Ci-dessous une liste de surnoms, titres, préfixes et noms de famille composés que Gramps peut extraire de l'arbre familial.\n" -"Si vous acceptez les changements, Gramps modifiera les données ayant été sélectionnées.\n" -"\n" -"Les noms de famille composés sont affichés sous forme de liste de [préfixe, nom de famille, connecteur].\n" -"Par exemple, sans changement, le nom de « de Mascarenhas da Silva e Lencastre » sera affiché comme :\n" -" [de, Mascarenhas]-[da, Silva, e]-[,Lencastre]\n" -"\n" -"Lancez cet outil plusieurs fois pour corriger les noms ayant de multiples informations pouvant être extraites." - -#: ../gramps/plugins/tool/relcalc.glade:75 -msgid "Select a person to determine the relationship" -msgstr "Sélectionner un individu pour déterminer la parenté" - -#: ../gramps/plugins/tool/removeunused.glade:94 -msgid "Search for events" -msgstr "Recherche des événements" - -#: ../gramps/plugins/tool/removeunused.glade:112 -msgid "Search for sources" -msgstr "Recherche des sources" - -#: ../gramps/plugins/tool/removeunused.glade:130 -msgid "Search for places" -msgstr "Recherche des lieux" - -#: ../gramps/plugins/tool/removeunused.glade:148 -msgid "Search for media" -msgstr "Recherche des objets media" - -#: ../gramps/plugins/tool/removeunused.glade:166 -msgid "Search for repositories" -msgstr "Recherche des dépôts" - -#: ../gramps/plugins/tool/removeunused.glade:184 -msgid "Search for notes" -msgstr "Recherche des notes" - -#: ../gramps/plugins/tool/removeunused.glade:275 -#: ../gramps/plugins/tool/verify.glade:237 -msgid "_Mark all" -msgstr "Tout _marquer" - -#: ../gramps/plugins/tool/removeunused.glade:292 -#: ../gramps/plugins/tool/verify.glade:254 -msgid "_Unmark all" -msgstr "Tout _démarquer" - -#: ../gramps/plugins/tool/removeunused.glade:309 -#: ../gramps/plugins/tool/verify.glade:271 -msgid "In_vert marks" -msgstr "In_verser les marques" - -#: ../gramps/plugins/tool/removeunused.glade:335 -#: ../gramps/plugins/tool/verify.glade:214 -msgid "Double-click on a row to view/edit data" -msgstr "Double-cliquez sur une ligne pour voir/éditer les données" - -#: ../gramps/plugins/tool/soundgen.glade:27 -msgid "Close Window" -msgstr "Fermer la fenêtre" - -#: ../gramps/plugins/tool/soundgen.glade:108 -msgid "SoundEx code:" -msgstr "Code SoundEx :" - -#: ../gramps/plugins/tool/verify.glade:453 -msgid "Maximum _age" -msgstr "_Âge maximal" - -#: ../gramps/plugins/tool/verify.glade:467 -msgid "Mi_nimum age to marry" -msgstr "Âge mi_nimal pour se marier" - -#: ../gramps/plugins/tool/verify.glade:499 -msgid "Ma_ximum age to marry" -msgstr "Âge ma_ximal pour se marier" - -#: ../gramps/plugins/tool/verify.glade:531 -msgid "Maximum number of _spouses for a person" -msgstr "Nombre maximal de conjoints pour une per_sonne" - -#: ../gramps/plugins/tool/verify.glade:580 -msgid "Maximum number of consecutive years of _widowhood before next marriage" -msgstr "Nombre maximal d'années consécutives de _veuvage avant le mariage suivant" - -#: ../gramps/plugins/tool/verify.glade:596 -msgid "Maximum age for an _unmarried person" -msgstr "Âge maximal pour _un(e) célibataire" - -# trunk -#: ../gramps/plugins/tool/verify.glade:625 -msgid "_Estimate missing or inexact dates" -msgstr "_Estimer les dates manquantes ou inexactes" - -#: ../gramps/plugins/tool/verify.glade:644 -msgid "_Identify invalid dates" -msgstr "_Identifie les dates invalides" - -#: ../gramps/plugins/tool/verify.glade:691 -msgid "Mi_nimum age to bear a child" -msgstr "Âge mi_nimal pour porter un enfant" - -#: ../gramps/plugins/tool/verify.glade:707 -msgid "Ma_ximum age to bear a child" -msgstr "Âge ma_ximal pour porter un enfant" - -#: ../gramps/plugins/tool/verify.glade:725 -#: ../gramps/plugins/tool/verify.glade:850 -msgid "Maximum number of chil_dren" -msgstr "No_mbre maximal d'enfants" - -#: ../gramps/plugins/tool/verify.glade:792 -msgid "Women" -msgstr "Femmes" - -#: ../gramps/plugins/tool/verify.glade:816 -msgid "Mi_nimum age to father a child" -msgstr "Âge mi_nimal pour être père" - -#: ../gramps/plugins/tool/verify.glade:832 -msgid "Ma_ximum age to father a child" -msgstr "Âge ma_ximal pour être père" - -#: ../gramps/plugins/tool/verify.glade:917 -msgid "Men" -msgstr "Hommes" - -#: ../gramps/plugins/tool/verify.glade:985 -msgid "Maximum husband-wife age _difference" -msgstr "_Différence d'âge maximale entre conjoint" - -#: ../gramps/plugins/tool/verify.glade:999 -msgid "Maximum number of years _between children" -msgstr "Nom_bre maximal d'années entre enfants" - -#: ../gramps/plugins/tool/verify.glade:1015 -msgid "Maximum _span of years for all children" -msgstr "Étendue ma_ximale d'années du premier au dernier enfant" - -#: ../gramps/plugins/tool/verify.glade:1036 -msgid "Families" -msgstr "Familles" - -#: ../data/tips.xml.in.h:1 -msgid "Working with Dates
A range of dates can be given by using the format "between January 4, 2000 and March 20, 2003". You can also indicate the level of confidence in a date and even choose between seven different calendars. Try the button next to the date field in the Events Editor." -msgstr "Travail sur les dates
Une période peut être définie en utilisant le format « entre 4/01/2000 et 20/03/2003 ». Vous pouvez également indiquer le niveau de confiance dans la date et toujours choisir entre 7 calendriers différents. Essayez le bouton à côté du champ date dans l'éditeur d'événements." - -#: ../data/tips.xml.in.h:2 -msgid "Editing Objects
In most cases double clicking on a name, source, place or media entry will bring up a window to allow you to edit the object. Note that the result can be dependent on context. For example, in the Family View clicking on a parent or child will bring up the Relationship Editor." -msgstr "Édition d'objets
Dans la plupart des cas, en double-cliquant sur un nom, une source ou un lieu, apparaîtra une fenêtre d'édition de l'objet. Par exemple, dans la vue « Relations », cliquez sur un parent ou un enfant ouvre l'éditeur de relations." - -#: ../data/tips.xml.in.h:3 -msgid "Adding Images
An image can be added to any gallery or the Media View by dragging and dropping it from a file manager or a web browser. Actually you can add any type of file like this, useful for scans of documents and other digital sources." -msgstr "Ajout d'images
Une image peut être ajoutée à n'importe quelle galerie par un simple glisser-déposer depuis un gestionnaire de fichiers ou un navigateur internet. Actuellement vous pouvez ajouter tout type d'images, c'est pratique pour les numérisations de documents ou d'autres sources." - -#: ../data/tips.xml.in.h:4 -msgid "Ordering Children in a Family
The birth order of children in a family can be set by using drag and drop. This order is preserved even when they do not have birth dates." -msgstr "Tri des enfants dans la famille
L'ordre de naissance des enfants dans la famille peut être défini en utilisant le glisser-déposer. Cet ordre est préservé même si vous n'avez pas de dates de naissance." - -#: ../data/tips.xml.in.h:5 -msgid "Talk to Relatives Before It Is Too Late
Your oldest relatives can be your most important source of information. They usually know things about the family that haven't been written down. They might tell you nuggets about people that may one day lead to a new avenue of research. At the very least, you will get to hear some great stories. Don't forget to record the conversations!" -msgstr "Parlez à vos grand parents avant qu'il ne soit trop tard
Vos plus anciens parents peuvent être la plus importante source d'informations. Ils savent des choses qui ne seront jamais écrites. Ils peuvent vous fournir de vraies pépites et vous conduire sur des nouvelles pistes. Enfin, vous entendrez des histoires passionnantes. N'oubliez pas d'enregistrer vos conversations !" - -# Substantif (GNOME fr) -#: ../data/tips.xml.in.h:6 -msgid "Filtering People
In the People View, you can 'filter' individuals based on many criteria. To define a new filter go to "Edit > Person Filter Editor". There you can name your filter and add and combine rules using the many preset rules. For example, you can define a filter to find all adopted people in the family tree. People without a birth date mentioned can also be filtered. To get the results save your filter and select it at the bottom of the Filter Sidebar, then click Apply. If the Filter Sidebar is not visible, select View > Filter." -msgstr "Filtrage des individus
Dans la vue Individus, vous pouvez filtrer les individus selon plusieurs critères. Sélectionnez « Affichage > Barre de filtre » et choisissez un des nombreux filtres présents. Par exemple, les enfants adoptés peuvent être localisés. Les individus sans date de naissance peuvent également être filtrés. Pour obtenir ce tri, cliquez sur Rechercher. Si la barre de filtre n'est pas visible, activez-la par Affichage > Barre de filtre." - -#: ../data/tips.xml.in.h:7 -msgid "Inverted Filtering
Filters can easily be reversed by using the 'invert' option. For instance, by inverting the 'People with children' filter you can select all people without children." -msgstr "Filtre inversé
Les filtres peuvent facilement être inversés en utilisant l'option « Inverser les résultats". Par exemple, en inversant "Individus avec enfants » vous obtenez tous les individus sans enfant." - -# Substantif (GNOME fr) -#: ../data/tips.xml.in.h:8 -msgid "Locating People
By default, each surname in the People View is listed only once. By clicking on the arrow to the left of a name, the list will expand to show all individuals with that last name. To locate any Family Name from a long list, select a Family Name (not a person) and start typing. The view will jump to the first Family Name matching the letters you enter." -msgstr "Localisation des individus
Par défaut, chaque nom de famille dans la vue Individus est listé une seule fois. Cliquez sur la flèche à la gauche du nom pour dérouler la liste et afficher tous les individus avec le même patronyme. Pour retrouver un nom de famille dans une longue liste, sélectionnez un nom de famille (pas une personne) et commencez par saisir. La vue va automatiquement trouver les premiers noms de famille qui correspondent aux premières lettres entrées." - -#: ../data/tips.xml.in.h:9 -msgid "The Family View
The Family View is used to display a typical family unit as two parents and their children." -msgstr "La vue familiale
La vue Familles est utilisée pour afficher une famille classique, les parents, conjoints et enfants d'un individu." - -#: ../data/tips.xml.in.h:10 -msgid "Changing the Active Person
Changing the Active Person in views is easy. In the Relationship view just click on anyone. In the Ancestry View doubleclick on the person or right click to select any of their spouses, siblings, children or parents." -msgstr "Changement de personne active
Le changement de la personne active dans les vues est simple. Dans la vue Relations, cliquez simplement sur quelqu'un. Dans la vue Lignée, cliquez deux fois sur un individu ou utilisez le menu contextuel par un clic du bouton droit de la souris pour sélectionner les conjoints, frères et sœurs, enfants ou parents." - -#: ../data/tips.xml.in.h:11 -msgid "Who Was Born When?
Under "Tools > Analysis and exploration > Compare Individual Events..." you can compare the data of individuals in your database. This is useful, say, if you wish to list the birth dates of everyone in your database. You can use a custom filter to narrow the results." -msgstr "Qui est né quand
La comparaison des événements individuels permet de comparer toutes les données des individus de la base. C'est utile si vous voulez une liste des dates de naissance de tous les individus de votre base. Vous pouvez utiliser un filtre personnalisé pour limiter les résultats." - -#: ../data/tips.xml.in.h:12 -msgid "Gramps Tools
Gramps comes with a rich set of tools. These allow you to undertake operations such as checking the database for errors and consistency. There are research and analysis tools such as event comparison, finding duplicate people, interactive descendant browser, and many others. All tools can be accessed through the "Tools" menu." -msgstr "Les outils Gramps
Gramps possède des outils puissants. Ils permettent d'exécuter des opérations comme la recherche d'erreurs et d'inconstance de la base de données, aussi bien que la recherche et l'analyse via la comparaison d'événements, de trouver des doublons d'individus, d'utiliser un navigateur de descendants, etc. Ces outils sont accessibles par le menu « Outils »." - -# Substantif (GNOME fr) -#: ../data/tips.xml.in.h:13 -msgid "Calculating Relationships
To check if two people in the database are related (by blood, not marriage) try the tool under "Tools > Utilities > Relationship Calculator...". The exact relationship as well as all common ancestors are reported." -msgstr "Calcul des relations
 L'outil, sous « Outils > Utilitaires > Calcul Relationnel » vous permet de vérifier si personne d'autre dans la famille ne vous est relié (par le sang, non-marié). Les relations précises tout comme les ascendants communs sont rapportés." - -#: ../data/tips.xml.in.h:14 -msgid "SoundEx can help with family research
SoundEx solves a long standing problem in genealogy, how to handle spelling variations. The SoundEx utility takes a surname and generates a simplified form that is equivalent for similar sounding names. Knowing the SoundEx Code for a surname is very helpful for researching Census Data files (microfiche) at a library or other research facility. To get the SoundEx codes for surnames in your database, go to "Tools > Utilities > Generate SoundEx Codes..."." -msgstr "SoundEx peut vous aider dans vos recherches familiales
SoundEx résout un grand problème en généalogie ---Comment retranscrire les variations d'orthographe. L'utilitaire SoundEx choisit un patronyme et génère une forme simplifiée de ses équivalences. Connaître le code SoundEx d'un patronyme est très utile pour les recensements (microfiche) à la bibliothèque ou autre. Pour obtenir le code SoundEx d'un patronyme, sélectionnez « Outils > Utilitaires > Générer les codes SoundEx »." - -#: ../data/tips.xml.in.h:15 -msgid "Setting Your Preferences
"Edit > Preferences..." lets you modify a number of settings, such as the path to your media files, and allows you to adjust many aspects of the Gramps presentation to your needs. Each separate view can also be configured under "View > Configure View..."" -msgstr "Définir vos préférences
« Édition > Préférences..." vous permet de modifier des options de configuration, tel que le chemin vers vos fichiers media et d'ajuster selon vos besoins certains aspects liés à la représentation dans Gramps. Chaque vue séparée peut également être configurée sous "Affichage > Configurer la vue... »." - -#: ../data/tips.xml.in.h:16 -msgid "Gramps Reports
Gramps offers a wide variety of reports. The Graphical Reports and Graphs can present complex relationships easily and the Text Reports are particularly useful if you want to send the results of your family tree to members of the family via email. If you're ready to make a website for your family tree then there's a report for that as well." -msgstr "Rapports Gramps
Gramps permet d'éditer de nombreux rapports. Le rapport de texte est particulièrement utile si vous voulez diffuser votre arbre généalogique aux membres de votre famille sur support numérique (message électronique, CD, etc.)." - -#: ../data/tips.xml.in.h:17 -msgid "Starting a New Family Tree
A good way to start a new family tree is to enter all the members of the family into the database using the Person View (use "Edit > Add..." or click on the Add a new person button from the People View). Then go to the Relationship View and create relationships between people." -msgstr "Un nouvel arbre généalogique
Une bonne idée pour commencer une généalogie est d'éditer tous les membres de votre famille dans une base de données (utilisez « Édition > Ajouter" ou cliquez sur le bouton "Ajouter » dans la vue Individus). Puis allez dans la vue Relations et créez les relations entre les individus." - -#: ../data/tips.xml.in.h:18 -msgid "What's That For?
Unsure what a button does? Simply hold the mouse over a button and a tooltip will appear." -msgstr "À quoi çà sert ?
Incertain(e) de l'action d'un bouton ? Passez simplement la souris au-dessus et une info-bulle s'affichera." - -#: ../data/tips.xml.in.h:19 -msgid "Unsure of a Date?
If you're unsure about the date an event occurred, Gramps allows you to enter a wide range of date formats based on a guess or an estimate. For instance, "about 1908" is a valid entry for a birth date in Gramps. Click the Date button next to the date field and see the Gramps Manual to learn more." -msgstr "Pas sûr(e) d'une date ?
Si vous n'êtes pas sûr(e) d'une date ou d'un événement (naissance ou décès), Gramps vous permet d'entrer une multitude de dates basées sur une estimation ou un choix. Par exemple, « vers 1908 » est une entrée valide pour une date de naissance dans Gramps. Voir la section Édition des dates du manuel wiki de Gramps pour une description complète des options de date." - -#: ../data/tips.xml.in.h:20 -msgid "Duplicate Entries
"Tools > Database Processing > Find Possible Duplicate People..." allows you to locate (and merge) entries of the same person entered more than once in the database." -msgstr "Entrées doubles
 L'outil « Modification de la base de données > Recherche de doublons » vous permet de trouver et éventuellement de fusionner les entrées d'un même individu." - -#: ../data/tips.xml.in.h:21 -msgid "Merging Entries
The function "Edit > Compare and Merge..." allows you to combine separately listed people into one. Select the second entry by holding the Control key as you click. This is very useful for combining two databases with overlapping people, or combining erroneously entered differing names for one individual. This also works for the Places, Sources and Repositories views." -msgstr "Fusionner des entrées
La fonction « Fusionner » vous permet de combiner les personnes listées séparément en une seule liste. C'est très utile pour fusionner deux bases de données dont les individus se chevauchent ou pour combiner deux fiches d'une même personne entrée avec des noms différents. Ceci fonctionne également pour les lieux, les sources et les dépôts." - -#: ../data/tips.xml.in.h:22 -msgid "Organising the Views
Many of the views can present your data as either a hierarchical tree or as a simple list. Each view can also be configured to the way you like it. Have a look to the right of the top toolbar or under the "View" menu." -msgstr "Organisation des vues
Quelques vues peuvent représenter vos données soit sous forme d'arbre hiérarchisé soit sous forme de simple liste. Chaque vue peut également être configurée comme vous le souhaitez. Regardez à la droite de la barre d'outils ou dans le menu « Affichage »." - -#: ../data/tips.xml.in.h:23 -msgid "Navigating Back and Forward
Gramps maintains a list of previous active objects such as People, Events and . You can move forward and backward through the list using "Go > Forward" and "Go > Back" or the arrow buttons." -msgstr "Navigation Précédent et Suivant
Gramps conserve une liste des objets actifs tels que les individus, événements lorsque vous naviguez dans votre base de données. Vous pouvez avancer et reculer dans la liste à l'aide de « Aller à > Suivant" et "Aller à > Précédent »." - -#: ../data/tips.xml.in.h:24 -msgid "Keyboard Shortcuts
Tired of having to take your hand off the keyboard to use the mouse? Many functions in Gramps have keyboard shortcuts. If one exists for a function it is displayed on the right side of the menu." -msgstr "Les raccourcis claviers
Fatigué(e) de lâcher le clavier pour la souris ? De nombreuses fonctions de Gramps possèdent un raccourci clavier. Ils sont renseignés sur la droite des menus." - -#: ../data/tips.xml.in.h:25 -msgid "Read the Manual
Don't forget to read the Gramps manual, "Help > User Manual". The developers have worked hard to make most operations intuitive but the manual is full of information that will make your time spent on genealogy more productive." -msgstr "La lecture du manuel
N'oubliez pas de lire le manuel d'utilisation de Gramps, « Aide > Manuel utilisateur ». Les développeurs ont travaillé dur pour permettre que la plupart des options soient intuitives mais le manuel comprend des informations qui vous feront gagner du temps et de l'efficacité." - -# Substantif (GNOME fr) -#: ../data/tips.xml.in.h:26 -msgid "Adding Children
To add children in Gramps there are two options. You can find one of their parents in the Families View and open the family. Then choose to create a new person or add an existing person. You can also add children (or siblings) from inside the Family Editor." -msgstr "Ajout d'enfants
Pour ajouter des enfants dans Gramps il y a deux options. Vous pouvez trouver l'un des deux parents dans la vue Familles et ouvrir la famille. Puis choisissez de créer un enfant ou d'ajouter un individu existant. Vous pouvez également ajouter des enfants (ou des frères et sœurs) depuis l'éditeur de famille." - -#: ../data/tips.xml.in.h:27 -msgid "Editing the Parent-Child Relationship
You can edit the relationship of a child to its parents by double clicking the child in the Family Editor. Relationships can be any of Adopted, Birth, Foster, None, Sponsored, Stepchild and Unknown." -msgstr "Édition de la relation parent-enfant
Vous pouvez éditer la relation d'un enfant avec ses parents en cliquant deux fois sur l'enfant dans l'éditeur de famille. Les relations peuvent être du type Adopté, Naissance, Aucun, Enfant du conjoint, En nourrice, Parrainé et Inconnu." - -#: ../data/tips.xml.in.h:28 -msgid "Show All Checkbutton
When adding an existing person as a spouse, the list of people shown is filtered to display only people who could realistically fit the role (based on dates in the database). In case Gramps is wrong in making this choice, you can override the filter by checking the Show All checkbutton." -msgstr "Afficher tous les choix
Quand vous ajoutez un conjoint ou un enfant, la liste des individus est filtrée pour n'afficher que les individus pouvant avoir ce statut (basé sur les dates de la base de données). Si Gramps a tort, vous pouvez ignorer ce filtre en cochant «  Tout Afficher  »." - -# Substantif (GNOME fr) -#: ../data/tips.xml.in.h:29 -msgid "Improving Gramps
Users are encouraged to request enhancements to Gramps. Requesting an enhancement can be done either through the gramps-users or gramps-devel mailing lists, or by going to http://bugs.gramps-project.org and creating a Feature Request. Filing a Feature Request is preferred but it can be good to discuss your ideas on the email lists." -msgstr "Amélioration de Gramps
Vous êtes encouragé(e) à proposer des améliorations pour Gramps. Proposer une amélioration est possible par les listes de diffusion gramps-users ou gramps-devel ou en créant une demande d'amélioration (Request for Enhancement - RFE) sur http://bugs.gramps-project.org/. Il est également apprécié d'en discuter sur l'une des listes Gramps." - -#: ../data/tips.xml.in.h:30 -msgid "Gramps Mailing Lists
Want answers to your questions about Gramps? Check out the gramps-users email list. Many helpful people are on the list, so you're likely to get an answer quickly. If you have questions related to the development of Gramps, try the gramps-devel list. You can see the lists by selecting "Help > Gramps Mailing Lists"." -msgstr "Gramps mailing listes
Vous voulez des réponses à vos questions sur Gramps ? Allez voir la liste des utilisateurs de Gramps (gramps-users list). Beaucoup de personnes sont inscrites, vous pourrez ainsi avoir une réponse rapide. Si vous avez des questions sur le développement de Gramps, essayez gramps-devel. Toutes les informations sur les listes de diffusion peuvent être trouvées sur lists.sf.net. Vous pouvez également y accéder en sélectionnant « Aide > Listes Gramps »." - -# Substantif (GNOME fr) (aider sonne bien) -#: ../data/tips.xml.in.h:31 -msgid "Contributing to Gramps
Want to help with Gramps but can't write programs? Not a problem! A project as large as Gramps requires people with a wide variety of skills. Contributions can be anything from writing documentation to testing development versions and helping with the web site. Start by subscribing to the Gramps developers mailing list, gramps-devel, and introducing yourself. Subscription information can be found at "Help > Gramps Mailing Lists"" -msgstr "Aider Gramps
Vous voulez aider Gramps mais vous ne pouvez pas programmer ? Ce n'est pas un problème. Pour un aussi grand projet que Gramps les besoins sont divers. Documentation ou tests des versions en développement font parti de l'aide recherchée. Commencez par vous inscrire à la liste des développeurs de Gramps, gramps-devel. Les modalités d'inscription sont disponibles dans « Aide > Listes de diffusion de Gramps »." - -#: ../data/tips.xml.in.h:32 -msgid "So What's in a Name?
The name Gramps was suggested to the original developer, Don Allingham, by his father. It stands for Genealogical Research and Analysis Management Program System. It is a full-featured genealogy program letting you store, edit, and research genealogical data. The Gramps database back end is so robust that some users are managing genealogies containing hundreds of thousands of people." -msgstr "Que fait Gramps ?
Le nom Gramps a été suggéré au développeur original, Don Allingham, par son père, pour définir Genealogical Research et Analysis Management Program System. Il s'agit d'un programme de généalogie avec des fonctions vous permettant de stocker, éditer et rechercher vos données généalogiques. La base de données est robuste, ainsi certains utilisateurs gèrent près de 100 000 individus." - -#: ../data/tips.xml.in.h:33 -msgid "Bookmarking Individuals
The Bookmarks menu is a convenient place to store the names of frequently used individuals. Selecting a bookmark will make that person the Active Person. To bookmark someone make them the Active Person then go to "Bookmarks > Add Bookmark" or press Ctrl+D. You can also bookmark most of the other objects." -msgstr "Signets
Le menu Signets conserve les noms des objets utilisés fréquemment sous forme de signet. Cliquez sur un de ces signets rendra l'objet actif. Pour créer le signet, rendez l'objet désiré actif et sélectionnez « Signets > Ajouter un signet » ou appuyez sur Ctrl+D." - -#: ../data/tips.xml.in.h:34 -msgid "Incorrect Dates
Everyone occasionally enters dates with an invalid format. Incorrect date formats will show up in Gramps with a reddish background. You can fix the date using the Date Selection dialog which can be opened by clicking on the date button. The format of the date is set under "Edit > Preferences > Display"." -msgstr "Dates incorrectes
Tout le monde entre occasionnellement des dates non-valides. Dans ce cas, la couleur d'arrière-plan du champ de saisie devient rouge et un bouton rouge marqué d'une croix s'affiche à droite. Le sélecteur de dates peut être appelé en cliquant sur le bouton Date. Le format de la date est défini dans « Édition > Préférences > Affichage »." - -#: ../data/tips.xml.in.h:35 -msgid "Listing Events
Events are added using the editor opened with "Person > Edit Person > Events". There is a long list of preset event types. You can add your own event types by typing in the text field, they will be added to the available events, but not translated." -msgstr "Liste des événéments
Les événements sont ajoutés en utilisant l'éditeur disponible dans l'« Individus > Édition de l'individu > Événements ». Il existe une longue liste de types d'événement. Vous pouvez ajouter vos propres types d'événements en les saisissant dans le champ textuel, ils seront ajoutés à la liste des événements disponibles, mais non-traduits." - -#: ../data/tips.xml.in.h:36 -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 different types and set the prefered name by dragging it to the Prefered Name section." -msgstr "Gestion des noms
Il est facile de gérer des individus avec plusieurs noms dans Gramps. Dans l'éditeur d'individu, sélectionnez l'onglet Noms. Vous pouvez ajouter différents types et de définir le nom préféré en le glissant dans la section Nom d'usage." - -#: ../data/tips.xml.in.h:37 -msgid "Ancestor View
The Ancestry View displays a traditional pedigree chart. Hold the mouse over an individual to see more information about them or right click on an individual to access other family members and settings. Play with the settings to see the different options." -msgstr "La Vue Lignée
La vue Lignée affiche un arbre traditionnel. Gardez la souris au-dessus d'un individu pour afficher plus d'informations le concernant. Faites un clic droit sur un individu pour afficher un menu contextuel qui vous permettra d'accéder rapidement aux conjoints, aux enfants ou aux parents. Jouez avec la configuration pour trouver les différentes options." - -#: ../data/tips.xml.in.h:38 -msgid "Managing Sources
The Sources View shows a list of all sources in a single window. From here you can edit your sources, merge duplicates and see which individuals reference each source. You can use filters to group your sources." -msgstr "Gérer les sources
La vue Sources affiche une liste de toutes les sources. Double-cliquez sur une source pour l'éditer, lui ajouter des notes ou consulter la liste des individus qui la référencent." - -# comté, province (Canada, Belgique) -#: ../data/tips.xml.in.h:39 -msgid "Managing Places
The Places View shows a list of all places in the database. The list can be sorted by a number of different criteria, such as City, County or State." -msgstr "Gérer les lieux
La vue Lieux affiche une liste de lieux. Cette liste peut être triée selon différents critères, comme la ville, le département (comté) ou la région (province)." - -#: ../data/tips.xml.in.h:40 -msgid "Media View
The Media View shows a list of all media entered in the database. These can be graphic images, videos, sound clips, spreadsheets, documents, and more." -msgstr "La vue media
La vue media affiche une liste de tous les media. Ces media peuvent être des images, des vidéos, des fichiers audio, des documents bureautique, etc." - -#: ../data/tips.xml.in.h:41 -msgid "Filters
Filters allow you to limit the people seen in the People View. In addition to the many preset filters, Custom Filters can be created limited only by your imagination. Custom filters are created from "Edit > Person Filter Editor"." -msgstr "Les filtres
Les filtres permettent de limiter l'affichage dans la vue Individus. En plus des filtres prédéfinis, d'autres filtres (personnalisés) peuvent être créés ce qui ne limite ces filtres qu'à votre imagination. Ces filtres sont éditables via Édition > Éditeur de filtre sur l'individu." - -#: ../data/tips.xml.in.h:42 -msgid "The GEDCOM File Format
Gramps allows you to import from, and export to, the GEDCOM format. There is extensive support for the industry standard GEDCOM version 5.5, so you can exchange Gramps information to and from users of most other genealogy programs. Filters exist that make importing and exporting GEDCOM files trivial." -msgstr "Le format de fichier GEDCOM
Gramps vous permet d'importer et d'exporter des fichiers GEDCOM. Il y a un bon support du standard GEDCOM version 5.5. Vous pouvez donc échanger vos données Gramps avec les utilisateurs de la plupart des autres logiciels de généalogie. Des filtres vous permettent d'importer et d'exporter les fichiers GEDCOM plus facilement." - -#: ../data/tips.xml.in.h:43 -msgid "The Gramps XML Package
You can export your Family Tree as a Gramps XML Package. This is a compressed file containing your family tree data and all the media files connected to the database (images for example). This file is completely portable so is useful for backups or sharing with other Gramps users. This format has the key advantage over GEDCOM that no information is ever lost when exporting and importing." -msgstr "Le paquet Gramps XML
Vous pouvez convertir vos données en un paquet Gramps. Ce paquet est un fichier compressé de votre arbre familial et il comprend tous les fichiers utilisés par la base de données, comme les media (les images par exemple). Ce fichier est totalement portable. Cela facilite les sauvegardes et le partage des données avec d'autres utilisateurs de Gramps. Ce format a l'avantage par rapport au GEDCOM de ne perdre aucune donnée lors de l'importation et de l'exportation." - -#: ../data/tips.xml.in.h:44 -msgid "Web Family Tree Format
Gramps can export data to the Web Family Tree (WFT) format. This format allows a family tree to be displayed online using a single file, instead of many html files." -msgstr "Le format Web Family Tree
Gramps peut exporter des données au format Web Family Tree (WFT). Ce format permet à l'arbre généalogique de s'afficher dans un seul fichier plutôt qu'en plusieurs fichiers HTML." - -#: ../data/tips.xml.in.h:45 -msgid "Making a Genealogy Website
You can easily export your family tree to a web page. Select the entire database, family lines or selected individuals to a collection of web pages ready for upload to the World Wide Web. The Gramps project provides free hosting of websites made with Gramps." -msgstr "Faire un site internet
Vous pouvez facilement exporter votre arbre vers une page internet. Sélectionnez toute la base, une lignée ou un individu vers un ensemble de pages internet prêtes à être mises sur le World Wide Web. Le projet Gramps fournit un hébergement gratuit pour les sites internet générés avec Gramps." - -#: ../data/tips.xml.in.h:46 -msgid "Reporting Bugs in Gramps
The best way to report a bug in Gramps is to use the Gramps bug tracking system at http://bugs.gramps-project.org" -msgstr "Rapporter un problème dans Gramps
Le meilleur moyen de rapporter un bogue dans Gramps est d'utiliser le système de suivi de bogue, http://bugs.gramps-project.org" - -#: ../data/tips.xml.in.h:47 -msgid "The Gramps Homepage
The Gramps homepage is at http://gramps-project.org/" -msgstr "La page du projet Gramps
Le site internet de Gramps se trouve à http://gramps-project.org/" - -#: ../data/tips.xml.in.h:48 -msgid "Privacy in Gramps
Gramps helps you to keep personal information secure by allowing you to mark information as private. Data marked as private can be excluded from reports and data exports. Look for the padlock which toggles records between private and public." -msgstr "La vie privée dans Gramps
Gramps vous aide à conserver les informations personnelles en sécurité par la possibilité de marquer des informations comme étant privées. Les données privées peuvent être exclues des rapports et des exportations." - -#: ../data/tips.xml.in.h:49 -msgid "Keeping Good Records
Be accurate when recording genealogical information. Don't make assumptions while recording primary information; write it exactly as you see it. Use bracketed comments to indicate your additions, deletions or comments. Use of the Latin 'sic' is recommended to confirm the accurate transcription of what appears to be an error in a source." -msgstr "Conservez de bons enregistrements
Soyez précis quand vous enregistrez vos informations généalogiques. Évitez les hypothèses quand vous éditez les informations principales ; écrivez-les exactement comme vous les avez vues. Utilisez des parenthèses pour vos ajouts, suppressions ou commentaires. La locution latine « sic » est recommandée pour confirmer la fidélité de la transcription et indiquer ainsi ce qui pourrait être une erreur des sources." - -#: ../data/tips.xml.in.h:50 -msgid "Extra Reports and Tools
Extra tools and reports can be added to Gramps with the "Addon" system. See them under "Help > Extra Reports/Tools". This is the best way for advanced users to experiment and create new functionality." -msgstr "Rapports et outils supplémentaires
Des outils et rapports supplémentaires peuvent être ajoutés à Gramps via un système « Addon". Voir sous "Aide > Rapports/Outils supplémentaires ». C'est le meilleur moyen pour les utilisateurs avancés d'expérimenter et de créer de nouvelles fonctionnalités." - -#: ../data/tips.xml.in.h:51 -msgid "Book Reports
The Book report under "Reports > Books > Book Report...", allows you to collect a variety of reports into a single document. This single report is easier to distribute than multiple reports, especially when printed." -msgstr "Les rapports de livre
Rapport > Livres > Gestionnaire de Livres permet aux utilisateurs une multitude de rapports dans un seul document. Ce rapport unique est plus facile à partager que de nombreux rapports, surtout pour l'impression." - -#: ../data/tips.xml.in.h:52 -msgid "Gramps Announcements
Interested in getting notified when a new version of Gramps is released? Join the Gramps-announce mailing list at "Help > Gramps Mailing Lists"" -msgstr "Les annonces Gramps
Vous voulez être alerté par la sortie des dernières versions de Gramps ? Rejoignez-nous sur la liste gramps-annonce via « Aide > Listes Gramps »." - -#: ../data/tips.xml.in.h:53 -msgid "Record Your Sources
Information collected about your family is only as good as the source it came from. Take the time and trouble to record all the details of where the information came from. Whenever possible get a copy of original documents." -msgstr "Enregistrez vos sources
Les informations collectées sur votre famille restent la seule véritable source. Prenez le temps d'enregistrer tous les détails de vos informations. Chaque fois que c'est possible, demandez une copie des documents originaux." - -#: ../data/tips.xml.in.h:54 -msgid "Directing Your Research
Go from what you know to what you do not. Always record everything that is known before making conjectures. Often the facts at hand suggest plenty of direction for more research. Don't waste time looking through thousands of records hoping for a trail when you have other unexplored leads." -msgstr "Direction de vos recherches
Allez de ce que vous savez vers ce que vous ne savez pas. Enregistrez toujours tout ce qui est connu avant de faire des hypothèses. Connaître les faits avérés permet souvent de déterminer des directions de recherche. Ne perdez pas de temps à consulter des milliers de documents dans l'espoir de trouver une piste alors que celles qui vous avez ne sont pas encore explorées." - -# Récits pour Narratives plutôt que sagas... -#: ../data/tips.xml.in.h:55 -msgid "The 'How and Why' of Your Genealogy
Genealogy isn't only about dates and names. It is about people. Be descriptive. Include why things happened, and how descendants might have been shaped by the events they went through. Narratives go a long way in making your family history come alive." -msgstr "Le 'Comment et Pourquoi' de votre généalogie
La généalogie ce n'est pas seulement des dates et des noms. C'est aussi des individus. Soyez descriptif. Ajoutez le pourquoi de chaque action, pour que vos descendants comprennent les événements. Les anecdotes sont un bon moyen de perpétuer l'histoire familiale." - -# trunk -#: ../data/tips.xml.in.h:56 -msgid "Don't speak English?
Volunteers have translated Gramps into more than 20 languages. If Gramps supports your language and it is not being displayed, set the default language in your operating system and restart Gramps." -msgstr "Don't speak English ?
Gramps a été traduit dans plus de 20 langues. Si Gramps existe dans votre langue et qu'elle ne s'affiche pas, activez la langue par défaut de votre système et redémarrez Gramps." - -#: ../data/tips.xml.in.h:57 -msgid "Gramps Translators
Gramps has been designed so that new translations can easily be added with little development effort. If you are interested in participating please email gramps-devel@lists.sf.net" -msgstr "Traducteurs Gramps
Gramps est prévu pour que toute nouvelle traduction puisse facilement être ajoutée avec un minimum d'effort. Si vous êtes intéressé(e) pour participer à la traduction, envoyez un message à la liste gramps-devel@lists.sf.net" - -#: ../data/tips.xml.in.h:58 -msgid "Hello, привет or 喂
Whatever script you use Gramps offers full Unicode support. Characters for all languages are properly displayed." -msgstr "Hello, привет or 喂
Quel que soit vos caractères, Gramps offre un support unicode total. Les caractères de chaque langue s'affichent correctement." - -#: ../data/tips.xml.in.h:59 -msgid "The Home Person
Anyone can be chosen as the Home Person in Gramps. Use "Edit > Set Home Person" in the Person View. The home person is the person who is selected when the database is opened or when the home button is pressed." -msgstr "La souche de l'arbre familial
Dans Gramps, n'importe quel individu peut être défini comme souche. Utilisez « Édition > Définir comme souche ». Cette personne est sélectionnée quand la base est ouverte ou quand vous cliquez sur le bouton Souche." - -#: ../data/tips.xml.in.h:60 -msgid "The Gramps Code
Gramps is written in a computer language called Python using the GTK and GNOME libraries for the graphical interface. Gramps is supported on any computer system where these programs have been ported. Gramps is known to be run on Linux, BSD, Solaris, Windows and Mac OS X." -msgstr "Le code de Gramps
Gramps est écrit dans un langage informatique appelé Python. Il utilise les bibliothèques GTK et GNOME pour l'interface graphique. Gramps est supporté par tous les systèmes pour lesquels ces bibliothèques existent. Gramps fonctionne sous Linux, BSD, Solaris, Windows et Mac OS X." - -#: ../data/tips.xml.in.h:61 -msgid "Open Source Software
The Free/Libre and Open Source Software (FLOSS) development model means Gramps can be extended by any programmer since all of the source code is freely available under its license. So it's not just about free beer, it's also about freedom to study and change the tool. For more about Open Source software lookup the Free Software Foundation and the Open Source Initiative." -msgstr "Logiciel libre et open sources
Le modèle de développement Free/Libre et Open Source Software (FLOSS) signifie que Gramps peut être étendu par un programmeur tant que le code source est librement disponible sous cette licence. Il ne s'agit pas seulement de la gratuité, c'est également la liberté d'étudier et de modifier. Pour plus d'informations sur les logiciels libres et l'open source vous pouvez consulter les projets de la Free Software Foundation et de l'Open Source Initiative." - -#: ../data/tips.xml.in.h:62 -msgid "The Gramps Software License
You are free to use and share Gramps with others. Gramps is freely distributable under the GNU General Public License, see http://www.gnu.org/licenses/licenses.html#GPL to read about the rights and restrictions of this license." -msgstr "Le droit d'utilisation du programme Gramps
Gramps est librement distribué sous General Public Licence, voir http://www.gnu.org/licenses/licenses.html#GPL ." - -#: ../data/tips.xml.in.h:63 -msgid "Gramps for Gnome or KDE?
For Linux users Gramps works with whichever desktop environment you prefer. As long as the required GTK libraries are installed it will run fine." -msgstr "Gramps pour Gnome ou KDE ?
Pour les utilisateurs de GNU/Linux Gramps fonctionne de la même façon quelque soit l'environnement de bureau. Tant que vous avez les bibliothèques GTK installées il fonctionnera bien." - -#: ../gramps/plugins/lib/holidays.xml.in.h:1 -msgid "Bulgaria" -msgstr "Bulgarie" - -#: ../gramps/plugins/lib/holidays.xml.in.h:3 -msgid "Czech Republic" -msgstr "République Tchèque" - -#: ../gramps/plugins/lib/holidays.xml.in.h:4 -msgid "Chile" -msgstr "Chili" - -#: ../gramps/plugins/lib/holidays.xml.in.h:6 -msgid "Croatia" -msgstr "Croatie" - -#: ../gramps/plugins/lib/holidays.xml.in.h:7 -msgid "England" -msgstr "Angleterre" - -#: ../gramps/plugins/lib/holidays.xml.in.h:8 -msgid "Finland" -msgstr "Finlande" - -#: ../gramps/plugins/lib/holidays.xml.in.h:10 -msgid "Germany" -msgstr "Allemagne" - -#: ../gramps/plugins/lib/holidays.xml.in.h:11 -msgid "Japan" -msgstr "Japon" - -#: ../gramps/plugins/lib/holidays.xml.in.h:12 -msgid "Sweden - Holidays" -msgstr "Suède - jours fériés" - -#: ../gramps/plugins/lib/holidays.xml.in.h:14 -msgid "Jewish Holidays" -msgstr "Fêtes juives" - -# trunk -#: ../gramps/plugins/lib/holidays.xml.in.h:15 -msgid "Purim" -msgstr "Pourim" - -#: ../gramps/plugins/lib/holidays.xml.in.h:16 -msgid "Passover" -msgstr "Pâque juive" - -#: ../gramps/plugins/lib/holidays.xml.in.h:17 -msgid "2 of Passover" -msgstr "jour 2 de la pâque juive" - -#: ../gramps/plugins/lib/holidays.xml.in.h:18 -msgid "3 of Passover" -msgstr "jour 3 de la pâque juive" - -#: ../gramps/plugins/lib/holidays.xml.in.h:19 -msgid "4 of Passover" -msgstr "jour 4 de la pâque juive" - -#: ../gramps/plugins/lib/holidays.xml.in.h:20 -msgid "5 of Passover" -msgstr "jour 5 de la pâque juive" - -#: ../gramps/plugins/lib/holidays.xml.in.h:21 -msgid "6 of Passover" -msgstr "jour 6 de la pâque juive" - -#: ../gramps/plugins/lib/holidays.xml.in.h:22 -msgid "7 of Passover" -msgstr "jour 7 de la pâque juive" - -# trunk -#: ../gramps/plugins/lib/holidays.xml.in.h:23 -msgid "Shavuot" -msgstr "Chavouot" - -# trunk -#: ../gramps/plugins/lib/holidays.xml.in.h:24 -msgid "Rosh Ha'Shana" -msgstr "Roch Hachana" - -# trunk -#: ../gramps/plugins/lib/holidays.xml.in.h:25 -msgid "Rosh Ha'Shana 2" -msgstr "Roch Hachana 2" - -#: ../gramps/plugins/lib/holidays.xml.in.h:26 -msgid "Yom Kippur" -msgstr "Yom Kippour" - -# trunk -#: ../gramps/plugins/lib/holidays.xml.in.h:27 -msgid "Sukot" -msgstr "Sukot" - -#: ../gramps/plugins/lib/holidays.xml.in.h:28 -msgid "2 of Sukot" -msgstr "jour 2 de Sukot" - -#: ../gramps/plugins/lib/holidays.xml.in.h:29 -msgid "3 of Sukot" -msgstr "jour 3 de Sukot" - -#: ../gramps/plugins/lib/holidays.xml.in.h:30 -msgid "4 of Sukot" -msgstr "jour 4 de Sukot" - -#: ../gramps/plugins/lib/holidays.xml.in.h:31 -msgid "5 of Sukot" -msgstr "jour 5 de Sukot" - -#: ../gramps/plugins/lib/holidays.xml.in.h:32 -msgid "6 of Sukot" -msgstr "jour 6 de Sukot" - -#: ../gramps/plugins/lib/holidays.xml.in.h:33 -msgid "7 of Sukot" -msgstr "jour 7 de Sukot" - -# trunk -#: ../gramps/plugins/lib/holidays.xml.in.h:34 -msgid "Simhat Tora" -msgstr "Sim'hat Torah" - -#: ../gramps/plugins/lib/holidays.xml.in.h:35 -msgid "Hanuka" -msgstr "Hanoucca" - -#: ../gramps/plugins/lib/holidays.xml.in.h:36 -msgid "2 of Hanuka" -msgstr "jour 2 de Hanoucca" - -#: ../gramps/plugins/lib/holidays.xml.in.h:37 -msgid "3 of Hanuka" -msgstr "jour 3 de Hanoucca" - -#: ../gramps/plugins/lib/holidays.xml.in.h:38 -msgid "4 of Hanuka" -msgstr "jour 4 de Hanoucca" - -#: ../gramps/plugins/lib/holidays.xml.in.h:39 -msgid "5 of Hanuka" -msgstr "jour 5 de Hanoucca" - -#: ../gramps/plugins/lib/holidays.xml.in.h:40 -msgid "6 of Hanuka" -msgstr "jour 6 de Hanoucca" - -#: ../gramps/plugins/lib/holidays.xml.in.h:41 -msgid "7 of Hanuka" -msgstr "jour 7 de Hanoucca" - -#: ../gramps/plugins/lib/holidays.xml.in.h:42 -msgid "8 of Hanuka" -msgstr "jour 8 de Hanoucca" - -#: ../data/gramps.xml.in.h:1 -#: ../data/gramps.keys.in.h:1 -msgid "Gramps database" -msgstr "Base de données Gramps" - -#: ../data/gramps.xml.in.h:3 -#: ../data/gramps.keys.in.h:2 -msgid "Gramps package" -msgstr "Paquet Gramps" - -#: ../data/gramps.xml.in.h:4 -#: ../data/gramps.keys.in.h:3 -msgid "Gramps XML database" -msgstr "Base de données Gramps XML" - -#: ../data/gramps.xml.in.h:5 -msgid "GeneWeb source file" -msgstr "Fichier source GeneWeb" - -#: ../data/gramps.desktop.in.h:2 msgid "Genealogy System" msgstr "Système de généalogie" @@ -30369,6 +30604,302 @@ msgstr "Système de généalogie Gramps" msgid "Manage genealogical information, perform genealogical research and analysis" msgstr "Gestion des informations généalogiques, optimisation de la recherche et de l'analyse" +#: ../data/gramps.keys.in.h:3 +#: ../data/gramps.xml.in.h:3 +msgid "Gramps XML database" +msgstr "Base de données Gramps XML" + +#: ../data/gramps.keys.in.h:4 +#: ../data/gramps.xml.in.h:4 +msgid "Gramps database" +msgstr "Base de données Gramps" + +#: ../data/gramps.keys.in.h:5 +#: ../data/gramps.xml.in.h:5 +msgid "Gramps package" +msgstr "Paquet Gramps" + +#: ../data/gramps.xml.in.h:2 +msgid "GeneWeb source file" +msgstr "Fichier source GeneWeb" + +# Substantif (GNOME fr) +#: ../data/tips.xml.in.h:1 +msgid "Adding Children
To add children in Gramps there are two options. You can find one of their parents in the Families View and open the family. Then choose to create a new person or add an existing person. You can also add children (or siblings) from inside the Family Editor." +msgstr "Ajout d'enfants
Pour ajouter des enfants dans Gramps il y a deux options. Vous pouvez trouver l'un des deux parents dans la vue Familles et ouvrir la famille. Puis choisissez de créer un enfant ou d'ajouter un individu existant. Vous pouvez également ajouter des enfants (ou des frères et sœurs) depuis l'éditeur de famille." + +#: ../data/tips.xml.in.h:2 +msgid "Adding Images
An image can be added to any gallery or the Media View by dragging and dropping it from a file manager or a web browser. Actually you can add any type of file like this, useful for scans of documents and other digital sources." +msgstr "Ajout d'images
Une image peut être ajoutée à n'importe quelle galerie par un simple glisser-déposer depuis un gestionnaire de fichiers ou un navigateur internet. Actuellement vous pouvez ajouter tout type d'images, c'est pratique pour les numérisations de documents ou d'autres sources." + +#: ../data/tips.xml.in.h:3 +msgid "Ancestor View
The Ancestry View displays a traditional pedigree chart. Hold the mouse over an individual to see more information about them or right click on an individual to access other family members and settings. Play with the settings to see the different options." +msgstr "La Vue Lignée
La vue Lignée affiche un arbre traditionnel. Gardez la souris au-dessus d'un individu pour afficher plus d'informations le concernant. Faites un clic droit sur un individu pour afficher un menu contextuel qui vous permettra d'accéder rapidement aux conjoints, aux enfants ou aux parents. Jouez avec la configuration pour trouver les différentes options." + +#: ../data/tips.xml.in.h:4 +msgid "Book Reports
The Book report under "Reports > Books > Book Report...", allows you to collect a variety of reports into a single document. This single report is easier to distribute than multiple reports, especially when printed." +msgstr "Les rapports de livre
Rapport > Livres > Gestionnaire de Livres permet aux utilisateurs une multitude de rapports dans un seul document. Ce rapport unique est plus facile à partager que de nombreux rapports, surtout pour l'impression." + +#: ../data/tips.xml.in.h:5 +msgid "Bookmarking Individuals
The Bookmarks menu is a convenient place to store the names of frequently used individuals. Selecting a bookmark will make that person the Active Person. To bookmark someone make them the Active Person then go to "Bookmarks > Add Bookmark" or press Ctrl+D. You can also bookmark most of the other objects." +msgstr "Signets
Le menu Signets conserve les noms des objets utilisés fréquemment sous forme de signet. Cliquez sur un de ces signets rendra l'objet actif. Pour créer le signet, rendez l'objet désiré actif et sélectionnez « Signets > Ajouter un signet » ou appuyez sur Ctrl+D." + +# Substantif (GNOME fr) +#: ../data/tips.xml.in.h:6 +msgid "Calculating Relationships
To check if two people in the database are related (by blood, not marriage) try the tool under "Tools > Utilities > Relationship Calculator...". The exact relationship as well as all common ancestors are reported." +msgstr "Calcul des relations
 L'outil, sous « Outils > Utilitaires > Calcul Relationnel » vous permet de vérifier si personne d'autre dans la famille ne vous est relié (par le sang, non-marié). Les relations précises tout comme les ascendants communs sont rapportés." + +#: ../data/tips.xml.in.h:7 +msgid "Changing the Active Person
Changing the Active Person in views is easy. In the Relationship view just click on anyone. In the Ancestry View doubleclick on the person or right click to select any of their spouses, siblings, children or parents." +msgstr "Changement de personne active
Le changement de la personne active dans les vues est simple. Dans la vue Relations, cliquez simplement sur quelqu'un. Dans la vue Lignée, cliquez deux fois sur un individu ou utilisez le menu contextuel par un clic du bouton droit de la souris pour sélectionner les conjoints, frères et sœurs, enfants ou parents." + +# Substantif (GNOME fr) (aider sonne bien) +#: ../data/tips.xml.in.h:8 +msgid "Contributing to Gramps
Want to help with Gramps but can't write programs? Not a problem! A project as large as Gramps requires people with a wide variety of skills. Contributions can be anything from writing documentation to testing development versions and helping with the web site. Start by subscribing to the Gramps developers mailing list, gramps-devel, and introducing yourself. Subscription information can be found at "Help > Gramps Mailing Lists"" +msgstr "Aider Gramps
Vous voulez aider Gramps mais vous ne pouvez pas programmer ? Ce n'est pas un problème. Pour un aussi grand projet que Gramps les besoins sont divers. Documentation ou tests des versions en développement font parti de l'aide recherchée. Commencez par vous inscrire à la liste des développeurs de Gramps, gramps-devel. Les modalités d'inscription sont disponibles dans « Aide > Listes de diffusion de Gramps »." + +#: ../data/tips.xml.in.h:9 +msgid "Directing Your Research
Go from what you know to what you do not. Always record everything that is known before making conjectures. Often the facts at hand suggest plenty of direction for more research. Don't waste time looking through thousands of records hoping for a trail when you have other unexplored leads." +msgstr "Direction de vos recherches
Allez de ce que vous savez vers ce que vous ne savez pas. Enregistrez toujours tout ce qui est connu avant de faire des hypothèses. Connaître les faits avérés permet souvent de déterminer des directions de recherche. Ne perdez pas de temps à consulter des milliers de documents dans l'espoir de trouver une piste alors que celles qui vous avez ne sont pas encore explorées." + +# trunk +#: ../data/tips.xml.in.h:10 +msgid "Don't speak English?
Volunteers have translated Gramps into more than 20 languages. If Gramps supports your language and it is not being displayed, set the default language in your operating system and restart Gramps." +msgstr "Don't speak English ?
Gramps a été traduit dans plus de 20 langues. Si Gramps existe dans votre langue et qu'elle ne s'affiche pas, activez la langue par défaut de votre système et redémarrez Gramps." + +#: ../data/tips.xml.in.h:11 +msgid "Duplicate Entries
"Tools > Database Processing > Find Possible Duplicate People..." allows you to locate (and merge) entries of the same person entered more than once in the database." +msgstr "Entrées doubles
 L'outil « Modification de la base de données > Recherche de doublons » vous permet de trouver et éventuellement de fusionner les entrées d'un même individu." + +#: ../data/tips.xml.in.h:12 +msgid "Editing Objects
In most cases double clicking on a name, source, place or media entry will bring up a window to allow you to edit the object. Note that the result can be dependent on context. For example, in the Family View clicking on a parent or child will bring up the Relationship Editor." +msgstr "Édition d'objets
Dans la plupart des cas, en double-cliquant sur un nom, une source ou un lieu, apparaîtra une fenêtre d'édition de l'objet. Par exemple, dans la vue « Relations », cliquez sur un parent ou un enfant ouvre l'éditeur de relations." + +#: ../data/tips.xml.in.h:13 +msgid "Editing the Parent-Child Relationship
You can edit the relationship of a child to its parents by double clicking the child in the Family Editor. Relationships can be any of Adopted, Birth, Foster, None, Sponsored, Stepchild and Unknown." +msgstr "Édition de la relation parent-enfant
Vous pouvez éditer la relation d'un enfant avec ses parents en cliquant deux fois sur l'enfant dans l'éditeur de famille. Les relations peuvent être du type Adopté, Naissance, Aucun, Enfant du conjoint, En nourrice, Parrainé et Inconnu." + +#: ../data/tips.xml.in.h:14 +msgid "Extra Reports and Tools
Extra tools and reports can be added to Gramps with the "Addon" system. See them under "Help > Extra Reports/Tools". This is the best way for advanced users to experiment and create new functionality." +msgstr "Rapports et outils supplémentaires
Des outils et rapports supplémentaires peuvent être ajoutés à Gramps via un système « Addon". Voir sous "Aide > Rapports/Outils supplémentaires ». C'est le meilleur moyen pour les utilisateurs avancés d'expérimenter et de créer de nouvelles fonctionnalités." + +# Substantif (GNOME fr) +#: ../data/tips.xml.in.h:15 +msgid "Filtering People
In the People View, you can 'filter' individuals based on many criteria. To define a new filter go to "Edit > Person Filter Editor". There you can name your filter and add and combine rules using the many preset rules. For example, you can define a filter to find all adopted people in the family tree. People without a birth date mentioned can also be filtered. To get the results save your filter and select it at the bottom of the Filter Sidebar, then click Apply. If the Filter Sidebar is not visible, select View > Filter." +msgstr "Filtrage des individus
Dans la vue Individus, vous pouvez filtrer les individus selon plusieurs critères. Sélectionnez « Affichage > Barre de filtre » et choisissez un des nombreux filtres présents. Par exemple, les enfants adoptés peuvent être localisés. Les individus sans date de naissance peuvent également être filtrés. Pour obtenir ce tri, cliquez sur Rechercher. Si la barre de filtre n'est pas visible, activez-la par Affichage > Barre de filtre." + +#: ../data/tips.xml.in.h:16 +msgid "Filters
Filters allow you to limit the people seen in the People View. In addition to the many preset filters, Custom Filters can be created limited only by your imagination. Custom filters are created from "Edit > Person Filter Editor"." +msgstr "Les filtres
Les filtres permettent de limiter l'affichage dans la vue Individus. En plus des filtres prédéfinis, d'autres filtres (personnalisés) peuvent être créés ce qui ne limite ces filtres qu'à votre imagination. Ces filtres sont éditables via Édition > Éditeur de filtre sur l'individu." + +#: ../data/tips.xml.in.h:17 +msgid "Gramps Announcements
Interested in getting notified when a new version of Gramps is released? Join the Gramps-announce mailing list at "Help > Gramps Mailing Lists"" +msgstr "Les annonces Gramps
Vous voulez être alerté par la sortie des dernières versions de Gramps ? Rejoignez-nous sur la liste gramps-annonce via « Aide > Listes Gramps »." + +#: ../data/tips.xml.in.h:18 +msgid "Gramps Mailing Lists
Want answers to your questions about Gramps? Check out the gramps-users email list. Many helpful people are on the list, so you're likely to get an answer quickly. If you have questions related to the development of Gramps, try the gramps-devel list. You can see the lists by selecting "Help > Gramps Mailing Lists"." +msgstr "Gramps mailing listes
Vous voulez des réponses à vos questions sur Gramps ? Allez voir la liste des utilisateurs de Gramps (gramps-users list). Beaucoup de personnes sont inscrites, vous pourrez ainsi avoir une réponse rapide. Si vous avez des questions sur le développement de Gramps, essayez gramps-devel. Toutes les informations sur les listes de diffusion peuvent être trouvées sur lists.sf.net. Vous pouvez également y accéder en sélectionnant « Aide > Listes Gramps »." + +#: ../data/tips.xml.in.h:19 +msgid "Gramps Reports
Gramps offers a wide variety of reports. The Graphical Reports and Graphs can present complex relationships easily and the Text Reports are particularly useful if you want to send the results of your family tree to members of the family via email. If you're ready to make a website for your family tree then there's a report for that as well." +msgstr "Rapports Gramps
Gramps permet d'éditer de nombreux rapports. Le rapport de texte est particulièrement utile si vous voulez diffuser votre arbre généalogique aux membres de votre famille sur support numérique (message électronique, CD, etc.)." + +#: ../data/tips.xml.in.h:20 +msgid "Gramps Tools
Gramps comes with a rich set of tools. These allow you to undertake operations such as checking the database for errors and consistency. There are research and analysis tools such as event comparison, finding duplicate people, interactive descendant browser, and many others. All tools can be accessed through the "Tools" menu." +msgstr "Les outils Gramps
Gramps possède des outils puissants. Ils permettent d'exécuter des opérations comme la recherche d'erreurs et d'inconstance de la base de données, aussi bien que la recherche et l'analyse via la comparaison d'événements, de trouver des doublons d'individus, d'utiliser un navigateur de descendants, etc. Ces outils sont accessibles par le menu « Outils »." + +#: ../data/tips.xml.in.h:21 +msgid "Gramps Translators
Gramps has been designed so that new translations can easily be added with little development effort. If you are interested in participating please email gramps-devel@lists.sf.net" +msgstr "Traducteurs Gramps
Gramps est prévu pour que toute nouvelle traduction puisse facilement être ajoutée avec un minimum d'effort. Si vous êtes intéressé(e) pour participer à la traduction, envoyez un message à la liste gramps-devel@lists.sf.net" + +#: ../data/tips.xml.in.h:22 +msgid "Gramps for Gnome or KDE?
For Linux users Gramps works with whichever desktop environment you prefer. As long as the required GTK libraries are installed it will run fine." +msgstr "Gramps pour Gnome ou KDE ?
Pour les utilisateurs de GNU/Linux Gramps fonctionne de la même façon quelque soit l'environnement de bureau. Tant que vous avez les bibliothèques GTK installées il fonctionnera bien." + +#: ../data/tips.xml.in.h:23 +msgid "Hello, привет or 喂
Whatever script you use Gramps offers full Unicode support. Characters for all languages are properly displayed." +msgstr "Hello, привет or 喂
Quel que soit vos caractères, Gramps offre un support unicode total. Les caractères de chaque langue s'affichent correctement." + +# Substantif (GNOME fr) +#: ../data/tips.xml.in.h:24 +msgid "Improving Gramps
Users are encouraged to request enhancements to Gramps. Requesting an enhancement can be done either through the gramps-users or gramps-devel mailing lists, or by going to http://bugs.gramps-project.org and creating a Feature Request. Filing a Feature Request is preferred but it can be good to discuss your ideas on the email lists." +msgstr "Amélioration de Gramps
Vous êtes encouragé(e) à proposer des améliorations pour Gramps. Proposer une amélioration est possible par les listes de diffusion gramps-users ou gramps-devel ou en créant une demande d'amélioration (Request for Enhancement - RFE) sur http://bugs.gramps-project.org/. Il est également apprécié d'en discuter sur l'une des listes Gramps." + +#: ../data/tips.xml.in.h:25 +msgid "Incorrect Dates
Everyone occasionally enters dates with an invalid format. Incorrect date formats will show up in Gramps with a reddish background. You can fix the date using the Date Selection dialog which can be opened by clicking on the date button. The format of the date is set under "Edit > Preferences > Display"." +msgstr "Dates incorrectes
Tout le monde entre occasionnellement des dates non-valides. Dans ce cas, la couleur d'arrière-plan du champ de saisie devient rouge et un bouton rouge marqué d'une croix s'affiche à droite. Le sélecteur de dates peut être appelé en cliquant sur le bouton Date. Le format de la date est défini dans « Édition > Préférences > Affichage »." + +#: ../data/tips.xml.in.h:26 +msgid "Inverted Filtering
Filters can easily be reversed by using the 'invert' option. For instance, by inverting the 'People with children' filter you can select all people without children." +msgstr "Filtre inversé
Les filtres peuvent facilement être inversés en utilisant l'option « Inverser les résultats". Par exemple, en inversant "Individus avec enfants » vous obtenez tous les individus sans enfant." + +#: ../data/tips.xml.in.h:27 +msgid "Keeping Good Records
Be accurate when recording genealogical information. Don't make assumptions while recording primary information; write it exactly as you see it. Use bracketed comments to indicate your additions, deletions or comments. Use of the Latin 'sic' is recommended to confirm the accurate transcription of what appears to be an error in a source." +msgstr "Conservez de bons enregistrements
Soyez précis quand vous enregistrez vos informations généalogiques. Évitez les hypothèses quand vous éditez les informations principales ; écrivez-les exactement comme vous les avez vues. Utilisez des parenthèses pour vos ajouts, suppressions ou commentaires. La locution latine « sic » est recommandée pour confirmer la fidélité de la transcription et indiquer ainsi ce qui pourrait être une erreur des sources." + +#: ../data/tips.xml.in.h:28 +msgid "Keyboard Shortcuts
Tired of having to take your hand off the keyboard to use the mouse? Many functions in Gramps have keyboard shortcuts. If one exists for a function it is displayed on the right side of the menu." +msgstr "Les raccourcis claviers
Fatigué(e) de lâcher le clavier pour la souris ? De nombreuses fonctions de Gramps possèdent un raccourci clavier. Ils sont renseignés sur la droite des menus." + +#: ../data/tips.xml.in.h:29 +msgid "Listing Events
Events are added using the editor opened with "Person > Edit Person > Events". There is a long list of preset event types. You can add your own event types by typing in the text field, they will be added to the available events, but not translated." +msgstr "Liste des événéments
Les événements sont ajoutés en utilisant l'éditeur disponible dans l'« Individus > Édition de l'individu > Événements ». Il existe une longue liste de types d'événement. Vous pouvez ajouter vos propres types d'événements en les saisissant dans le champ textuel, ils seront ajoutés à la liste des événements disponibles, mais non-traduits." + +# Substantif (GNOME fr) +#: ../data/tips.xml.in.h:30 +msgid "Locating People
By default, each surname in the People View is listed only once. By clicking on the arrow to the left of a name, the list will expand to show all individuals with that last name. To locate any Family Name from a long list, select a Family Name (not a person) and start typing. The view will jump to the first Family Name matching the letters you enter." +msgstr "Localisation des individus
Par défaut, chaque nom de famille dans la vue Individus est listé une seule fois. Cliquez sur la flèche à la gauche du nom pour dérouler la liste et afficher tous les individus avec le même patronyme. Pour retrouver un nom de famille dans une longue liste, sélectionnez un nom de famille (pas une personne) et commencez par saisir. La vue va automatiquement trouver les premiers noms de famille qui correspondent aux premières lettres entrées." + +#: ../data/tips.xml.in.h:31 +msgid "Making a Genealogy Website
You can easily export your family tree to a web page. Select the entire database, family lines or selected individuals to a collection of web pages ready for upload to the World Wide Web. The Gramps project provides free hosting of websites made with Gramps." +msgstr "Faire un site internet
Vous pouvez facilement exporter votre arbre vers une page internet. Sélectionnez toute la base, une lignée ou un individu vers un ensemble de pages internet prêtes à être mises sur le World Wide Web. Le projet Gramps fournit un hébergement gratuit pour les sites internet générés avec Gramps." + +#: ../data/tips.xml.in.h:32 +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 different types and set the prefered name by dragging it to the Prefered Name section." +msgstr "Gestion des noms
Il est facile de gérer des individus avec plusieurs noms dans Gramps. Dans l'éditeur d'individu, sélectionnez l'onglet Noms. Vous pouvez ajouter différents types et de définir le nom préféré en le glissant dans la section Nom d'usage." + +# comté, province (Canada, Belgique) +#: ../data/tips.xml.in.h:33 +msgid "Managing Places
The Places View shows a list of all places in the database. The list can be sorted by a number of different criteria, such as City, County or State." +msgstr "Gérer les lieux
La vue Lieux affiche une liste de lieux. Cette liste peut être triée selon différents critères, comme la ville, le département (comté) ou la région (province)." + +#: ../data/tips.xml.in.h:34 +msgid "Managing Sources
The Sources View shows a list of all sources in a single window. From here you can edit your sources, merge duplicates and see which individuals reference each source. You can use filters to group your sources." +msgstr "Gérer les sources
La vue Sources affiche une liste de toutes les sources. Double-cliquez sur une source pour l'éditer, lui ajouter des notes ou consulter la liste des individus qui la référencent." + +#: ../data/tips.xml.in.h:35 +msgid "Media View
The Media View shows a list of all media entered in the database. These can be graphic images, videos, sound clips, spreadsheets, documents, and more." +msgstr "La vue media
La vue media affiche une liste de tous les media. Ces media peuvent être des images, des vidéos, des fichiers audio, des documents bureautique, etc." + +#: ../data/tips.xml.in.h:36 +msgid "Merging Entries
The function "Edit > Compare and Merge..." allows you to combine separately listed people into one. Select the second entry by holding the Control key as you click. This is very useful for combining two databases with overlapping people, or combining erroneously entered differing names for one individual. This also works for the Places, Sources and Repositories views." +msgstr "Fusionner des entrées
La fonction « Fusionner » vous permet de combiner les personnes listées séparément en une seule liste. C'est très utile pour fusionner deux bases de données dont les individus se chevauchent ou pour combiner deux fiches d'une même personne entrée avec des noms différents. Ceci fonctionne également pour les lieux, les sources et les dépôts." + +#: ../data/tips.xml.in.h:37 +msgid "Navigating Back and Forward
Gramps maintains a list of previous active objects such as People, Events and . You can move forward and backward through the list using "Go > Forward" and "Go > Back" or the arrow buttons." +msgstr "Navigation Précédent et Suivant
Gramps conserve une liste des objets actifs tels que les individus, événements lorsque vous naviguez dans votre base de données. Vous pouvez avancer et reculer dans la liste à l'aide de « Aller à > Suivant" et "Aller à > Précédent »." + +#: ../data/tips.xml.in.h:38 +msgid "Open Source Software
The Free/Libre and Open Source Software (FLOSS) development model means Gramps can be extended by any programmer since all of the source code is freely available under its license. So it's not just about free beer, it's also about freedom to study and change the tool. For more about Open Source software lookup the Free Software Foundation and the Open Source Initiative." +msgstr "Logiciel libre et open sources
Le modèle de développement Free/Libre et Open Source Software (FLOSS) signifie que Gramps peut être étendu par un programmeur tant que le code source est librement disponible sous cette licence. Il ne s'agit pas seulement de la gratuité, c'est également la liberté d'étudier et de modifier. Pour plus d'informations sur les logiciels libres et l'open source vous pouvez consulter les projets de la Free Software Foundation et de l'Open Source Initiative." + +#: ../data/tips.xml.in.h:39 +msgid "Ordering Children in a Family
The birth order of children in a family can be set by using drag and drop. This order is preserved even when they do not have birth dates." +msgstr "Tri des enfants dans la famille
L'ordre de naissance des enfants dans la famille peut être défini en utilisant le glisser-déposer. Cet ordre est préservé même si vous n'avez pas de dates de naissance." + +#: ../data/tips.xml.in.h:40 +msgid "Organising the Views
Many of the views can present your data as either a hierarchical tree or as a simple list. Each view can also be configured to the way you like it. Have a look to the right of the top toolbar or under the "View" menu." +msgstr "Organisation des vues
Quelques vues peuvent représenter vos données soit sous forme d'arbre hiérarchisé soit sous forme de simple liste. Chaque vue peut également être configurée comme vous le souhaitez. Regardez à la droite de la barre d'outils ou dans le menu « Affichage »." + +#: ../data/tips.xml.in.h:41 +msgid "Privacy in Gramps
Gramps helps you to keep personal information secure by allowing you to mark information as private. Data marked as private can be excluded from reports and data exports. Look for the padlock which toggles records between private and public." +msgstr "La vie privée dans Gramps
Gramps vous aide à conserver les informations personnelles en sécurité par la possibilité de marquer des informations comme étant privées. Les données privées peuvent être exclues des rapports et des exportations." + +#: ../data/tips.xml.in.h:42 +msgid "Read the Manual
Don't forget to read the Gramps manual, "Help > User Manual". The developers have worked hard to make most operations intuitive but the manual is full of information that will make your time spent on genealogy more productive." +msgstr "La lecture du manuel
N'oubliez pas de lire le manuel d'utilisation de Gramps, « Aide > Manuel utilisateur ». Les développeurs ont travaillé dur pour permettre que la plupart des options soient intuitives mais le manuel comprend des informations qui vous feront gagner du temps et de l'efficacité." + +#: ../data/tips.xml.in.h:43 +msgid "Record Your Sources
Information collected about your family is only as good as the source it came from. Take the time and trouble to record all the details of where the information came from. Whenever possible get a copy of original documents." +msgstr "Enregistrez vos sources
Les informations collectées sur votre famille restent la seule véritable source. Prenez le temps d'enregistrer tous les détails de vos informations. Chaque fois que c'est possible, demandez une copie des documents originaux." + +#: ../data/tips.xml.in.h:44 +msgid "Reporting Bugs in Gramps
The best way to report a bug in Gramps is to use the Gramps bug tracking system at http://bugs.gramps-project.org" +msgstr "Rapporter un problème dans Gramps
Le meilleur moyen de rapporter un bogue dans Gramps est d'utiliser le système de suivi de bogue, http://bugs.gramps-project.org" + +#: ../data/tips.xml.in.h:45 +msgid "Setting Your Preferences
"Edit > Preferences..." lets you modify a number of settings, such as the path to your media files, and allows you to adjust many aspects of the Gramps presentation to your needs. Each separate view can also be configured under "View > Configure View..."" +msgstr "Définir vos préférences
« Édition > Préférences..." vous permet de modifier des options de configuration, tel que le chemin vers vos fichiers media et d'ajuster selon vos besoins certains aspects liés à la représentation dans Gramps. Chaque vue séparée peut également être configurée sous "Affichage > Configurer la vue... »." + +#: ../data/tips.xml.in.h:46 +msgid "Show All Checkbutton
When adding an existing person as a spouse, the list of people shown is filtered to display only people who could realistically fit the role (based on dates in the database). In case Gramps is wrong in making this choice, you can override the filter by checking the Show All checkbutton." +msgstr "Afficher tous les choix
Quand vous ajoutez un conjoint ou un enfant, la liste des individus est filtrée pour n'afficher que les individus pouvant avoir ce statut (basé sur les dates de la base de données). Si Gramps a tort, vous pouvez ignorer ce filtre en cochant «  Tout Afficher  »." + +#: ../data/tips.xml.in.h:47 +msgid "So What's in a Name?
The name Gramps was suggested to the original developer, Don Allingham, by his father. It stands for Genealogical Research and Analysis Management Program System. It is a full-featured genealogy program letting you store, edit, and research genealogical data. The Gramps database back end is so robust that some users are managing genealogies containing hundreds of thousands of people." +msgstr "Que fait Gramps ?
Le nom Gramps a été suggéré au développeur original, Don Allingham, par son père, pour définir Genealogical Research et Analysis Management Program System. Il s'agit d'un programme de généalogie avec des fonctions vous permettant de stocker, éditer et rechercher vos données généalogiques. La base de données est robuste, ainsi certains utilisateurs gèrent près de 100 000 individus." + +#: ../data/tips.xml.in.h:48 +msgid "SoundEx can help with family research
SoundEx solves a long standing problem in genealogy, how to handle spelling variations. The SoundEx utility takes a surname and generates a simplified form that is equivalent for similar sounding names. Knowing the SoundEx Code for a surname is very helpful for researching Census Data files (microfiche) at a library or other research facility. To get the SoundEx codes for surnames in your database, go to "Tools > Utilities > Generate SoundEx Codes..."." +msgstr "SoundEx peut vous aider dans vos recherches familiales
SoundEx résout un grand problème en généalogie ---Comment retranscrire les variations d'orthographe. L'utilitaire SoundEx choisit un patronyme et génère une forme simplifiée de ses équivalences. Connaître le code SoundEx d'un patronyme est très utile pour les recensements (microfiche) à la bibliothèque ou autre. Pour obtenir le code SoundEx d'un patronyme, sélectionnez « Outils > Utilitaires > Générer les codes SoundEx »." + +#: ../data/tips.xml.in.h:49 +msgid "Starting a New Family Tree
A good way to start a new family tree is to enter all the members of the family into the database using the Person View (use "Edit > Add..." or click on the Add a new person button from the People View). Then go to the Relationship View and create relationships between people." +msgstr "Un nouvel arbre généalogique
Une bonne idée pour commencer une généalogie est d'éditer tous les membres de votre famille dans une base de données (utilisez « Édition > Ajouter" ou cliquez sur le bouton "Ajouter » dans la vue Individus). Puis allez dans la vue Relations et créez les relations entre les individus." + +#: ../data/tips.xml.in.h:50 +msgid "Talk to Relatives Before It Is Too Late
Your oldest relatives can be your most important source of information. They usually know things about the family that haven't been written down. They might tell you nuggets about people that may one day lead to a new avenue of research. At the very least, you will get to hear some great stories. Don't forget to record the conversations!" +msgstr "Parlez à vos grand parents avant qu'il ne soit trop tard
Vos plus anciens parents peuvent être la plus importante source d'informations. Ils savent des choses qui ne seront jamais écrites. Ils peuvent vous fournir de vraies pépites et vous conduire sur des nouvelles pistes. Enfin, vous entendrez des histoires passionnantes. N'oubliez pas d'enregistrer vos conversations !" + +# Récits pour Narratives plutôt que sagas... +#: ../data/tips.xml.in.h:51 +msgid "The 'How and Why' of Your Genealogy
Genealogy isn't only about dates and names. It is about people. Be descriptive. Include why things happened, and how descendants might have been shaped by the events they went through. Narratives go a long way in making your family history come alive." +msgstr "Le 'Comment et Pourquoi' de votre généalogie
La généalogie ce n'est pas seulement des dates et des noms. C'est aussi des individus. Soyez descriptif. Ajoutez le pourquoi de chaque action, pour que vos descendants comprennent les événements. Les anecdotes sont un bon moyen de perpétuer l'histoire familiale." + +#: ../data/tips.xml.in.h:52 +msgid "The Family View
The Family View is used to display a typical family unit as two parents and their children." +msgstr "La vue familiale
La vue Familles est utilisée pour afficher une famille classique, les parents, conjoints et enfants d'un individu." + +#: ../data/tips.xml.in.h:53 +msgid "The GEDCOM File Format
Gramps allows you to import from, and export to, the GEDCOM format. There is extensive support for the industry standard GEDCOM version 5.5, so you can exchange Gramps information to and from users of most other genealogy programs. Filters exist that make importing and exporting GEDCOM files trivial." +msgstr "Le format de fichier GEDCOM
Gramps vous permet d'importer et d'exporter des fichiers GEDCOM. Il y a un bon support du standard GEDCOM version 5.5. Vous pouvez donc échanger vos données Gramps avec les utilisateurs de la plupart des autres logiciels de généalogie. Des filtres vous permettent d'importer et d'exporter les fichiers GEDCOM plus facilement." + +#: ../data/tips.xml.in.h:54 +msgid "The Gramps Code
Gramps is written in a computer language called Python using the GTK and GNOME libraries for the graphical interface. Gramps is supported on any computer system where these programs have been ported. Gramps is known to be run on Linux, BSD, Solaris, Windows and Mac OS X." +msgstr "Le code de Gramps
Gramps est écrit dans un langage informatique appelé Python. Il utilise les bibliothèques GTK et GNOME pour l'interface graphique. Gramps est supporté par tous les systèmes pour lesquels ces bibliothèques existent. Gramps fonctionne sous Linux, BSD, Solaris, Windows et Mac OS X." + +#: ../data/tips.xml.in.h:55 +msgid "The Gramps Homepage
The Gramps homepage is at http://gramps-project.org/" +msgstr "La page du projet Gramps
Le site internet de Gramps se trouve à http://gramps-project.org/" + +#: ../data/tips.xml.in.h:56 +msgid "The Gramps Software License
You are free to use and share Gramps with others. Gramps is freely distributable under the GNU General Public License, see http://www.gnu.org/licenses/licenses.html#GPL to read about the rights and restrictions of this license." +msgstr "Le droit d'utilisation du programme Gramps
Gramps est librement distribué sous General Public Licence, voir http://www.gnu.org/licenses/licenses.html#GPL ." + +#: ../data/tips.xml.in.h:57 +msgid "The Gramps XML Package
You can export your Family Tree as a Gramps XML Package. This is a compressed file containing your family tree data and all the media files connected to the database (images for example). This file is completely portable so is useful for backups or sharing with other Gramps users. This format has the key advantage over GEDCOM that no information is ever lost when exporting and importing." +msgstr "Le paquet Gramps XML
Vous pouvez convertir vos données en un paquet Gramps. Ce paquet est un fichier compressé de votre arbre familial et il comprend tous les fichiers utilisés par la base de données, comme les media (les images par exemple). Ce fichier est totalement portable. Cela facilite les sauvegardes et le partage des données avec d'autres utilisateurs de Gramps. Ce format a l'avantage par rapport au GEDCOM de ne perdre aucune donnée lors de l'importation et de l'exportation." + +#: ../data/tips.xml.in.h:58 +msgid "The Home Person
Anyone can be chosen as the Home Person in Gramps. Use "Edit > Set Home Person" in the Person View. The home person is the person who is selected when the database is opened or when the home button is pressed." +msgstr "La souche de l'arbre familial
Dans Gramps, n'importe quel individu peut être défini comme souche. Utilisez « Édition > Définir comme souche ». Cette personne est sélectionnée quand la base est ouverte ou quand vous cliquez sur le bouton Souche." + +#: ../data/tips.xml.in.h:59 +msgid "Unsure of a Date?
If you're unsure about the date an event occurred, Gramps allows you to enter a wide range of date formats based on a guess or an estimate. For instance, "about 1908" is a valid entry for a birth date in Gramps. Click the Date button next to the date field and see the Gramps Manual to learn more." +msgstr "Pas sûr(e) d'une date ?
Si vous n'êtes pas sûr(e) d'une date ou d'un événement (naissance ou décès), Gramps vous permet d'entrer une multitude de dates basées sur une estimation ou un choix. Par exemple, « vers 1908 » est une entrée valide pour une date de naissance dans Gramps. Voir la section Édition des dates du manuel wiki de Gramps pour une description complète des options de date." + +#: ../data/tips.xml.in.h:60 +msgid "Web Family Tree Format
Gramps can export data to the Web Family Tree (WFT) format. This format allows a family tree to be displayed online using a single file, instead of many html files." +msgstr "Le format Web Family Tree
Gramps peut exporter des données au format Web Family Tree (WFT). Ce format permet à l'arbre généalogique de s'afficher dans un seul fichier plutôt qu'en plusieurs fichiers HTML." + +#: ../data/tips.xml.in.h:61 +msgid "What's That For?
Unsure what a button does? Simply hold the mouse over a button and a tooltip will appear." +msgstr "À quoi çà sert ?
Incertain(e) de l'action d'un bouton ? Passez simplement la souris au-dessus et une info-bulle s'affichera." + +#: ../data/tips.xml.in.h:62 +msgid "Who Was Born When?
Under "Tools > Analysis and exploration > Compare Individual Events..." you can compare the data of individuals in your database. This is useful, say, if you wish to list the birth dates of everyone in your database. You can use a custom filter to narrow the results." +msgstr "Qui est né quand
La comparaison des événements individuels permet de comparer toutes les données des individus de la base. C'est utile si vous voulez une liste des dates de naissance de tous les individus de votre base. Vous pouvez utiliser un filtre personnalisé pour limiter les résultats." + +#: ../data/tips.xml.in.h:63 +msgid "Working with Dates
A range of dates can be given by using the format "between January 4, 2000 and March 20, 2003". You can also indicate the level of confidence in a date and even choose between seven different calendars. Try the button next to the date field in the Events Editor." +msgstr "Travail sur les dates
Une période peut être définie en utilisant le format « entre 4/01/2000 et 20/03/2003 ». Vous pouvez également indiquer le niveau de confiance dans la date et toujours choisir entre 7 calendriers différents. Essayez le bouton à côté du champ date dans l'éditeur d'événements." + +#~ msgid "Spelling checker is not installed" +#~ msgstr "Le vérificateur orthographique n'est pas installé" + +# trunk +#~ msgid "WARNING: GExiv2 module not loaded. Image metadata functionality will not be available." +#~ msgstr "MISE EN GARDE : le module GExiv2 n'est pas chargé. Les métadonnées image ne sont pas disponibles." +#~ msgid "Base class for ImportGrdb" +#~ msgstr "Classe de base pour ImportGrdb" +#~ msgid "WARNING: osmgpsmap module not loaded. Geography functionality will not be available." +#~ msgstr "MISE EN GARDE : le module osmgpsmap n'est pas chargé. Les fonctionnalités Géographie ne seront pas disponibles." +# trunk +#~ msgid "window2" +#~ msgstr "Fenêtre 2" +# trunk +#~ msgid "window1" +#~ msgstr "Fenêtre 1" # trunk #~ msgid "WARNING: Setting locale failed. Please fix the LC_* and/or the LANG environment variables to prevent this error" #~ msgstr "ATTENTION : échec à la définition de votre locale. Essayez de corriger vos variables d'environnement LC_* et/ou LANG pour prévenir cette erreur." @@ -30633,25 +31164,18 @@ msgstr "Gestion des informations généalogiques, optimisation de la recherche e #~ "Votre version de Python ne remplit pas toutes les conditions requises. Python %d.%d.%d (ou supérieur) est nécessaire pour exécuter Gramps.\n" #~ "\n" #~ "Gramps va maintenant s'arrêter." - #~ msgid "You need to set a 'default person' to go to." #~ msgstr "Vous avez besoin de définir un 'individu souche'." - #~ msgid "TODO" #~ msgstr "Liste À faire" - #~ msgid "Gramplet for generic notes" #~ msgstr "Gramplet pour des notes génériques" - #~ msgid "TODO List" #~ msgstr "Liste À faire" - #~ msgid "Enter text" #~ msgstr "Entrez un texte" - #~ msgid "Enter your TODO list here." #~ msgstr "Entrez votre liste À faire ici." - #~ msgid "Gramplet View" #~ msgstr "Vue Gramplet" @@ -30791,9 +31315,6 @@ msgstr "Gestion des informations généalogiques, optimisation de la recherche e #~ msgid "Add partner to person" #~ msgstr "Ajout d'un partenaire à l'individu" # trunk -#~ msgid "Add a person" -#~ msgstr "Ajouter un individu" -# trunk #~ msgid "Add a Family Tree" #~ msgstr "Ajouter un arbre familial" #~ msgid "Comma _Separated Values Spreadsheet (CSV)" @@ -31086,52 +31607,36 @@ msgstr "Gestion des informations généalogiques, optimisation de la recherche e #, fuzzy #~ msgid "Add Existing Person as Child" #~ msgstr "Ajouter un individu existant comme enfant de la famille" - #~ msgid "Filt_er:" #~ msgstr "Filtr_e :" - #~ msgid "_Marriages" #~ msgstr "_Mariages" - #~ msgid "I_ndividuals" #~ msgstr "I_ndividus" - #~ msgid "Translate _Headers" #~ msgstr "Traduire les _en-têtes" - #~ msgid "Export:" #~ msgstr "Exporter :" - #~ msgid "_Restrict data on living people" #~ msgstr "_Limiter les informations sur les individus vivants" - #~ msgid "Exclude _notes" #~ msgstr "Exclure les _notes" - #~ msgid "Use _Living as first name" #~ msgstr "Utiliser _Vivant comme prénom" - #~ msgid "Reference i_mages from path: " #~ msgstr "Référencer les i_mages par leur chemin : " - #~ msgid "phpGedView import" #~ msgstr "Importation phpGedView" - #~ msgid "phpGedView import" #~ msgstr "Importation phpGedView" - #~ msgid "http://" #~ msgstr "http://" - #~ msgid "Username:" #~ msgstr "Nom d'utilisateur :" - #~ msgid "Password:" #~ msgstr "Mot de passe :" - #~ msgid "Could not make database directory: " #~ msgstr "Impossible de créer le répertoire de la base de données : " - #~ msgid "Object with the " #~ msgstr "Objet avec la " @@ -31187,22 +31692,8 @@ msgstr "Gestion des informations généalogiques, optimisation de la recherche e #~ msgstr "Vue Dépôt" #~ msgid "Source View" #~ msgstr "Vue Source" -#~ msgid "All rules must apply" -#~ msgstr "Toutes les règles doivent correspondre" -#~ msgid "At least one rule must apply" -#~ msgstr "Au moins une règle doit correspondre" -#~ msgid "Exactly one rule must apply" -#~ msgstr "Une seule règle doit correspondre" #~ msgid "- default -" #~ msgstr "- défaut -" -#~ msgid "ANSEL" -#~ msgstr "ANSEL" -#~ msgid "ANSI (iso-8859-1)" -#~ msgstr "ANSI (iso-8859-1)" -#~ msgid "ASCII" -#~ msgstr "ASCII" -#~ msgid "UTF8" -#~ msgstr "UTF8" # province (Canada, Belgique) #~ msgid "State/Province:" #~ msgstr "Région/Province :" @@ -31331,7 +31822,6 @@ msgstr "Gestion des informations généalogiques, optimisation de la recherche e #, fuzzy #~ msgid "Family Hyperlink" #~ msgstr "Liens familiaux" - #~ msgid "Horizontal -- No Change" #~ msgstr "Horizontale -- Aucun changement" @@ -31339,3 +31829,4 @@ msgstr "Gestion des informations généalogiques, optimisation de la recherche e #, fuzzy #~ msgid "All rules must apply sequentially" #~ msgstr "Toutes les règles doivent correspondre" + diff --git a/po/gramps.pot b/po/gramps.pot index 41d7a9f7a..99a1067f6 100644 --- a/po/gramps.pot +++ b/po/gramps.pot @@ -8,24 +8,38 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-06 09:10+0100\n" +"POT-Creation-Date: 2013-04-04 09:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../gramps/cli/arghandler.py:222 +#: ../gramps/gen/const.py:207 +msgid "" +"Gramps (Genealogical Research and Analysis Management Programming System) is " +"a personal genealogy program." +msgstr "" + +#: ../gramps/gen/const.py:229 +msgid "TRANSLATORS: Translate this to your name in your native language" +msgstr "" + +#: ../gramps/gen/const.py:240 ../gramps/gen/const.py:241 +#: ../gramps/gen/lib/date.py:1650 ../gramps/gen/lib/date.py:1664 +msgid "none" +msgstr "" + +#: ../gramps/cli/arghandler.py:221 #, python-format msgid "" "Error: Family tree '%s' already exists.\n" "The '-C' option cannot be used." msgstr "" -#: ../gramps/cli/arghandler.py:231 +#: ../gramps/cli/arghandler.py:230 #, python-format msgid "" "Error: Input family tree \"%s\" does not exist.\n" @@ -33,17 +47,17 @@ msgid "" "tree instead." msgstr "" -#: ../gramps/cli/arghandler.py:247 +#: ../gramps/cli/arghandler.py:246 #, python-format msgid "Error: Import file %s not found." msgstr "" -#: ../gramps/cli/arghandler.py:265 +#: ../gramps/cli/arghandler.py:264 #, python-format msgid "Error: Unrecognized type: \"%(format)s\" for import file: %(filename)s" msgstr "" -#: ../gramps/cli/arghandler.py:287 +#: ../gramps/cli/arghandler.py:286 #, python-format msgid "" "WARNING: Output file already exists!\n" @@ -51,144 +65,161 @@ msgid "" " %s" msgstr "" -#: ../gramps/cli/arghandler.py:297 +#: ../gramps/cli/arghandler.py:296 msgid "OK to overwrite? (yes/no) " msgstr "" -#: ../gramps/cli/arghandler.py:302 +#: ../gramps/cli/arghandler.py:300 msgid "YES" msgstr "" -#: ../gramps/cli/arghandler.py:303 +#: ../gramps/cli/arghandler.py:301 #, python-format msgid "Will overwrite the existing file: %s" msgstr "" -#: ../gramps/cli/arghandler.py:324 +#: ../gramps/cli/arghandler.py:322 #, python-format msgid "ERROR: Unrecognized format for export file %s" msgstr "" -#: ../gramps/cli/arghandler.py:411 +#: ../gramps/cli/arghandler.py:405 msgid "List of known family trees in your database path\n" msgstr "" -#: ../gramps/cli/arghandler.py:416 +#: ../gramps/cli/arghandler.py:410 #, python-format msgid "%(full_DB_path)s with name \"%(f_t_name)s\"" msgstr "" -#: ../gramps/cli/arghandler.py:422 +#: ../gramps/cli/arghandler.py:415 ../gramps/cli/arghandler.py:426 msgid "Gramps Family Trees:" msgstr "" -#: ../gramps/cli/arghandler.py:426 +#: ../gramps/cli/arghandler.py:419 #, python-format msgid "Family Tree \"%s\":" msgstr "" -#: ../gramps/cli/arghandler.py:438 -#, python-format -msgid "Performing action: %s." +#. ------------------------------------------------------------------------- +#. +#. constants +#. +#. ------------------------------------------------------------------------- +#: ../gramps/cli/arghandler.py:428 ../gramps/cli/clidbman.py:74 +#: ../gramps/gui/clipboard.py:936 ../gramps/gui/configure.py:1293 +msgid "Family Tree" msgstr "" -#: ../gramps/cli/arghandler.py:440 -#, python-format -msgid "Using options string: %s" +#: ../gramps/cli/arghandler.py:435 ../gramps/cli/arghandler.py:438 +#: ../gramps/cli/clidbman.py:221 ../gramps/cli/clidbman.py:223 +msgid "Family tree" msgstr "" #: ../gramps/cli/arghandler.py:448 #, python-format +msgid "Performing action: %s." +msgstr "" + +#: ../gramps/cli/arghandler.py:450 +#, python-format +msgid "Using options string: %s" +msgstr "" + +#: ../gramps/cli/arghandler.py:455 +#, python-format msgid "Exporting: file %(filename)s, format %(format)s." msgstr "" -#: ../gramps/cli/arghandler.py:456 +#: ../gramps/cli/arghandler.py:462 msgid "Exiting." msgstr "" -#: ../gramps/cli/arghandler.py:460 +#: ../gramps/cli/arghandler.py:466 msgid "Cleaning up." msgstr "" -#: ../gramps/cli/arghandler.py:490 +#: ../gramps/cli/arghandler.py:495 msgid "Created empty family tree successfully" msgstr "" -#: ../gramps/cli/arghandler.py:493 ../gramps/cli/arghandler.py:520 +#: ../gramps/cli/arghandler.py:498 ../gramps/cli/arghandler.py:523 msgid "Error opening the file." msgstr "" -#: ../gramps/cli/arghandler.py:494 ../gramps/cli/arghandler.py:521 +#: ../gramps/cli/arghandler.py:499 ../gramps/cli/arghandler.py:524 msgid "Exiting..." msgstr "" -#: ../gramps/cli/arghandler.py:500 +#: ../gramps/cli/arghandler.py:503 #, python-format msgid "Importing: file %(filename)s, format %(format)s." msgstr "" -#: ../gramps/cli/arghandler.py:518 +#: ../gramps/cli/arghandler.py:521 msgid "Opened successfully!" msgstr "" -#: ../gramps/cli/arghandler.py:532 +#: ../gramps/cli/arghandler.py:535 msgid "Database is locked, cannot open it!" msgstr "" -#: ../gramps/cli/arghandler.py:533 +#: ../gramps/cli/arghandler.py:536 #, python-format msgid " Info: %s" msgstr "" -#: ../gramps/cli/arghandler.py:536 +#: ../gramps/cli/arghandler.py:539 msgid "Database needs recovery, cannot open it!" msgstr "" -#: ../gramps/cli/arghandler.py:593 ../gramps/cli/arghandler.py:639 -#: ../gramps/cli/arghandler.py:678 +#: ../gramps/cli/arghandler.py:596 ../gramps/cli/arghandler.py:644 +#: ../gramps/cli/arghandler.py:685 msgid "Ignoring invalid options string." msgstr "" -#: ../gramps/cli/arghandler.py:616 +#. name exists, but is not in the list of valid report names +#: ../gramps/cli/arghandler.py:620 msgid "Unknown report name." msgstr "" -#: ../gramps/cli/arghandler.py:618 +#: ../gramps/cli/arghandler.py:622 #, python-format msgid "Report name not given. Please use one of %(donottranslate)s=reportname" msgstr "" -#: ../gramps/cli/arghandler.py:622 ../gramps/cli/arghandler.py:662 -#: ../gramps/cli/arghandler.py:693 +#: ../gramps/cli/arghandler.py:626 ../gramps/cli/arghandler.py:668 +#: ../gramps/cli/arghandler.py:701 #, python-format msgid "" "%s\n" " Available names are:" msgstr "" -#: ../gramps/cli/arghandler.py:656 +#: ../gramps/cli/arghandler.py:662 msgid "Unknown tool name." msgstr "" -#: ../gramps/cli/arghandler.py:658 +#: ../gramps/cli/arghandler.py:664 #, python-format msgid "Tool name not given. Please use one of %(donottranslate)s=toolname." msgstr "" -#: ../gramps/cli/arghandler.py:687 +#: ../gramps/cli/arghandler.py:695 msgid "Unknown book name." msgstr "" -#: ../gramps/cli/arghandler.py:689 +#: ../gramps/cli/arghandler.py:697 #, python-format msgid "Book name not given. Please use one of %(donottranslate)s=bookname." msgstr "" -#: ../gramps/cli/arghandler.py:698 +#: ../gramps/cli/arghandler.py:706 #, python-format msgid "Unknown action: %s." msgstr "" +#. Note: Make sure to edit const.py.in POPT_TABLE too! #: ../gramps/cli/argparser.py:57 msgid "" "\n" @@ -210,6 +241,7 @@ msgid "" " -d, --debug=LOGGER_NAME Enable debug logs\n" " -l List Family Trees\n" " -L List Family Trees in Detail\n" +" -t List Family Trees, tab delimited\n" " -u, --force-unlock Force unlock of family tree\n" " -s, --show Show config settings\n" " -c, --config=[config.setting[:value]] Set config setting(s) and start " @@ -217,7 +249,7 @@ msgid "" " -v, --version Show versions\n" msgstr "" -#: ../gramps/cli/argparser.py:82 +#: ../gramps/cli/argparser.py:83 msgid "" "\n" "Example of usage of Gramps command line interface\n" @@ -276,54 +308,121 @@ msgid "" "Syntax may be different for other shells and for Windows.\n" msgstr "" -#: ../gramps/cli/argparser.py:234 ../gramps/cli/argparser.py:357 +#: ../gramps/cli/argparser.py:236 ../gramps/cli/argparser.py:364 msgid "Error parsing the arguments" msgstr "" -#: ../gramps/cli/argparser.py:236 +#: ../gramps/cli/argparser.py:238 #, python-format msgid "" "Error parsing the arguments: %s \n" "Type gramps --help for an overview of commands, or read the manual pages." msgstr "" -#: ../gramps/cli/argparser.py:358 +#: ../gramps/cli/argparser.py:247 +#, python-format +msgid "Trying to open: %s ..." +msgstr "" + +#: ../gramps/cli/argparser.py:281 +#, python-format +msgid "Unknown action: %s. Ignoring." +msgstr "" + +#: ../gramps/cli/argparser.py:290 +msgid "setup debugging" +msgstr "" + +#: ../gramps/cli/argparser.py:301 +#, python-format +msgid "Gramps config settings from %s:" +msgstr "" + +#: ../gramps/cli/argparser.py:319 +#, python-format +msgid "Current Gramps config setting: %s:%s" +msgstr "" + +#: ../gramps/cli/argparser.py:328 +#, python-format +msgid " New Gramps config setting: %s:%s" +msgstr "" + +#: ../gramps/cli/argparser.py:335 +#, python-format +msgid "Gramps: no such config setting: '%s'" +msgstr "" + +#: ../gramps/cli/argparser.py:365 #, python-format msgid "" "Error parsing the arguments: %s \n" "To use in the command-line mode, supply at least one input file to process." msgstr "" -#: ../gramps/cli/clidbman.py:72 ../gramps/gui/clipboard.py:925 -#: ../gramps/gui/configure.py:1293 -msgid "Family Tree" -msgstr "" - -#: ../gramps/cli/clidbman.py:85 +#: ../gramps/cli/clidbman.py:87 #, python-format msgid "" "ERROR: %(title)s \n" " %(message)s" msgstr "" -#: ../gramps/cli/clidbman.py:257 +#: ../gramps/cli/clidbman.py:213 +msgid "Number of people" +msgstr "" + +#: ../gramps/cli/clidbman.py:215 ../gramps/cli/clidbman.py:217 +msgid "Locked?" +msgstr "" + +#: ../gramps/cli/clidbman.py:215 +msgid "yes" +msgstr "" + +#: ../gramps/cli/clidbman.py:217 +msgid "no" +msgstr "" + +#: ../gramps/cli/clidbman.py:218 +msgid "Bsddb version" +msgstr "" + +#: ../gramps/cli/clidbman.py:219 +msgid "Schema version" +msgstr "" + +#: ../gramps/cli/clidbman.py:224 +#: ../gramps/gui/editors/displaytabs/webembedlist.py:67 +#: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:94 +#: ../gramps/gui/glade/editmedia.glade.h:10 +#: ../gramps/gui/glade/editmediaref.glade.h:17 +#: ../gramps/plugins/view/mediaview.py:107 +msgid "Path" +msgstr "" + +#: ../gramps/cli/clidbman.py:225 ../gramps/gui/dbman.py:301 +msgid "Last accessed" +msgstr "" + +#: ../gramps/cli/clidbman.py:282 #, python-format msgid "Starting Import, %s" msgstr "" -#: ../gramps/cli/clidbman.py:263 +#: ../gramps/cli/clidbman.py:288 msgid "Import finished..." msgstr "" -#: ../gramps/cli/clidbman.py:341 ../gramps/plugins/importer/importcsv.py:328 +#. Create a new database +#: ../gramps/cli/clidbman.py:371 ../gramps/plugins/importer/importcsv.py:328 msgid "Importing data..." msgstr "" -#: ../gramps/cli/clidbman.py:385 +#: ../gramps/cli/clidbman.py:415 msgid "Could not rename family tree" msgstr "" -#: ../gramps/cli/clidbman.py:420 +#: ../gramps/cli/clidbman.py:450 #, python-format msgid "" "\n" @@ -335,25 +434,27 @@ msgid "" "\n" msgstr "" -#: ../gramps/cli/clidbman.py:473 ../gramps/gui/configure.py:1225 +#: ../gramps/cli/clidbman.py:503 ../gramps/gui/configure.py:1225 msgid "Never" msgstr "" -#: ../gramps/cli/clidbman.py:493 +#. feature request 2356: avoid genitive form +#: ../gramps/cli/clidbman.py:523 #, python-format msgid "Locked by %s" msgstr "" -#: ../gramps/cli/clidbman.py:496 ../gramps/gen/lib/attrtype.py:64 +#. not all families have a spouse. +#: ../gramps/cli/clidbman.py:526 ../gramps/gen/lib/attrtype.py:64 #: ../gramps/gen/lib/childreftype.py:80 ../gramps/gen/lib/eventroletype.py:59 #: ../gramps/gen/lib/eventtype.py:145 ../gramps/gen/lib/familyreltype.py:53 #: ../gramps/gen/lib/grampstype.py:44 ../gramps/gen/lib/nameorigintype.py:81 #: ../gramps/gen/lib/nametype.py:54 ../gramps/gen/lib/notetype.py:80 #: ../gramps/gen/lib/repotype.py:60 ../gramps/gen/lib/srcmediatype.py:63 #: ../gramps/gen/lib/urltype.py:55 ../gramps/gen/utils/lds.py:87 -#: ../gramps/gen/utils/lds.py:93 ../gramps/gen/utils/unknown.py:120 -#: ../gramps/gen/utils/unknown.py:122 ../gramps/gen/utils/unknown.py:126 -#: ../gramps/gen/utils/unknown.py:132 ../gramps/gen/utils/unknown.py:137 +#: ../gramps/gen/utils/lds.py:93 ../gramps/gen/utils/unknown.py:121 +#: ../gramps/gen/utils/unknown.py:123 ../gramps/gen/utils/unknown.py:127 +#: ../gramps/gen/utils/unknown.py:133 ../gramps/gen/utils/unknown.py:138 #: ../gramps/gui/clipboard.py:188 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:124 #: ../gramps/gui/editors/editmedia.py:171 @@ -373,7 +474,7 @@ msgstr "" #: ../gramps/plugins/quickview/all_relations.py:279 #: ../gramps/plugins/quickview/all_relations.py:296 #: ../gramps/plugins/textreport/indivcomplete.py:624 -#: ../gramps/plugins/tool/check.py:1967 ../gramps/plugins/view/geoclose.py:488 +#: ../gramps/plugins/tool/check.py:1964 ../gramps/plugins/view/geoclose.py:488 #: ../gramps/plugins/view/geofamclose.py:246 #: ../gramps/plugins/view/geofamclose.py:632 #: ../gramps/plugins/view/geofamily.py:423 @@ -382,9 +483,9 @@ msgstr "" #: ../gramps/plugins/view/relview.py:471 #: ../gramps/plugins/view/relview.py:1019 #: ../gramps/plugins/view/relview.py:1066 -#: ../gramps/plugins/webreport/narrativeweb.py:398 -#: ../gramps/plugins/webreport/narrativeweb.py:2366 -#: ../gramps/plugins/webreport/narrativeweb.py:2520 +#: ../gramps/plugins/webreport/narrativeweb.py:399 +#: ../gramps/plugins/webreport/narrativeweb.py:2367 +#: ../gramps/plugins/webreport/narrativeweb.py:2521 msgid "Unknown" msgstr "" @@ -393,7 +494,7 @@ msgstr "" msgid "WARNING: %s" msgstr "" -#: ../gramps/cli/grampscli.py:87 ../gramps/cli/grampscli.py:211 +#: ../gramps/cli/grampscli.py:87 ../gramps/cli/grampscli.py:220 #, python-format msgid "ERROR: %s" msgstr "" @@ -411,51 +512,53 @@ msgid "" "the Repair button" msgstr "" -#: ../gramps/cli/grampscli.py:143 ../gramps/gui/dbloader.py:293 +#: ../gramps/cli/grampscli.py:143 ../gramps/gui/dbloader.py:294 msgid "Read only database" msgstr "" -#: ../gramps/cli/grampscli.py:144 ../gramps/gui/dbloader.py:238 -#: ../gramps/gui/dbloader.py:294 +#: ../gramps/cli/grampscli.py:144 ../gramps/gui/dbloader.py:239 +#: ../gramps/gui/dbloader.py:295 msgid "You do not have write access to the selected file." msgstr "" #: ../gramps/cli/grampscli.py:163 ../gramps/cli/grampscli.py:166 -#: ../gramps/gui/dbloader.py:327 ../gramps/gui/dbloader.py:330 -#: ../gramps/gui/dbloader.py:333 +#: ../gramps/cli/grampscli.py:169 ../gramps/cli/grampscli.py:172 +#: ../gramps/cli/grampscli.py:175 ../gramps/gui/dbloader.py:343 +#: ../gramps/gui/dbloader.py:346 ../gramps/gui/dbloader.py:349 msgid "Cannot open database" msgstr "" -#: ../gramps/cli/grampscli.py:170 ../gramps/gui/dbloader.py:197 -#: ../gramps/gui/dbloader.py:337 +#: ../gramps/cli/grampscli.py:179 ../gramps/gui/dbloader.py:198 +#: ../gramps/gui/dbloader.py:353 #, python-format msgid "Could not open file: %s" msgstr "" -#: ../gramps/cli/grampscli.py:223 +#: ../gramps/cli/grampscli.py:232 msgid "Could not load a recent Family Tree." msgstr "" -#: ../gramps/cli/grampscli.py:224 +#: ../gramps/cli/grampscli.py:233 msgid "Family Tree does not exist, as it has been deleted." msgstr "" -#: ../gramps/cli/grampscli.py:299 +#. already errors encountered. Show first one on terminal and exit +#: ../gramps/cli/grampscli.py:307 #, python-format msgid "Error encountered: %s" msgstr "" -#: ../gramps/cli/grampscli.py:302 ../gramps/cli/grampscli.py:313 +#: ../gramps/cli/grampscli.py:309 ../gramps/cli/grampscli.py:317 #, python-format msgid " Details: %s" msgstr "" -#: ../gramps/cli/grampscli.py:309 +#: ../gramps/cli/grampscli.py:314 #, python-format msgid "Error encountered in argument parsing: %s" msgstr "" -#: ../gramps/cli/plug/__init__.py:172 +#: ../gramps/cli/plug/__init__.py:171 msgid "ERROR: Please specify a person" msgstr "" @@ -463,65 +566,135 @@ msgstr "" msgid "ERROR: Please specify a family" msgstr "" -#: ../gramps/cli/plug/__init__.py:308 ../gramps/gen/plug/report/_paper.py:92 +#: ../gramps/cli/plug/__init__.py:268 +msgid "=filename" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:268 +msgid "Output file name. MANDATORY" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:269 +msgid "=format" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:269 +msgid "Output file format." +msgstr "" + +#: ../gramps/cli/plug/__init__.py:270 ../gramps/cli/plug/__init__.py:271 +msgid "=name" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:270 +msgid "Style name." +msgstr "" + +#: ../gramps/cli/plug/__init__.py:271 +msgid "Paper size name." +msgstr "" + +#: ../gramps/cli/plug/__init__.py:272 ../gramps/cli/plug/__init__.py:273 +#: ../gramps/cli/plug/__init__.py:275 ../gramps/cli/plug/__init__.py:277 +#: ../gramps/cli/plug/__init__.py:279 +msgid "=number" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:272 +msgid "Paper orientation number." +msgstr "" + +#: ../gramps/cli/plug/__init__.py:273 +msgid "Left paper margin" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:274 ../gramps/cli/plug/__init__.py:276 +#: ../gramps/cli/plug/__init__.py:278 ../gramps/cli/plug/__init__.py:280 +msgid "Size in cm" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:275 +msgid "Right paper margin" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:277 +msgid "Top paper margin" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:279 +msgid "Bottom paper margin" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:281 +msgid "=css filename" +msgstr "" + +#: ../gramps/cli/plug/__init__.py:281 +msgid "CSS filename to use, html format only" +msgstr "" + +#. FIXME it is wrong to use translatable text in comparison. +#. How can we distinguish custom size though? +#: ../gramps/cli/plug/__init__.py:312 ../gramps/gen/plug/report/_paper.py:92 #: ../gramps/gen/plug/report/_paper.py:114 #: ../gramps/gui/plug/report/_papermenu.py:184 #: ../gramps/gui/plug/report/_papermenu.py:245 msgid "Custom Size" msgstr "" -#: ../gramps/cli/plug/__init__.py:420 +#: ../gramps/cli/plug/__init__.py:424 #, python-format msgid "Unknown option: %s" msgstr "" -#: ../gramps/cli/plug/__init__.py:421 ../gramps/cli/plug/__init__.py:500 +#: ../gramps/cli/plug/__init__.py:425 ../gramps/cli/plug/__init__.py:507 msgid " Valid options are:" msgstr "" -#: ../gramps/cli/plug/__init__.py:423 ../gramps/cli/plug/__init__.py:502 -#: ../gramps/cli/plug/__init__.py:579 +#: ../gramps/cli/plug/__init__.py:428 ../gramps/cli/plug/__init__.py:510 +#: ../gramps/cli/plug/__init__.py:587 #, python-format msgid " Use '%(donottranslate)s' to see description and acceptable values" msgstr "" -#: ../gramps/cli/plug/__init__.py:475 +#: ../gramps/cli/plug/__init__.py:481 #, python-format msgid "" -"Ignoring '%(notranslate1)s=%(notranslate2)s' and using '%(notranslate1)s=" -"%(notranslate3)s'." +"Ignoring '%(notranslate1)s=%(notranslate2)s' and using '%(notranslate1)s=%" +"(notranslate3)s'." msgstr "" -#: ../gramps/cli/plug/__init__.py:480 +#: ../gramps/cli/plug/__init__.py:487 #, python-format msgid "Use '%(notranslate)s' to see valid values." msgstr "" -#: ../gramps/cli/plug/__init__.py:499 +#: ../gramps/cli/plug/__init__.py:506 #, python-format msgid "Ignoring unknown option: %s" msgstr "" -#: ../gramps/cli/plug/__init__.py:567 +#: ../gramps/cli/plug/__init__.py:576 msgid " Available options:" msgstr "" -#: ../gramps/cli/plug/__init__.py:577 +#: ../gramps/cli/plug/__init__.py:585 msgid "(no help available)" msgstr "" -#: ../gramps/cli/plug/__init__.py:586 +#: ../gramps/cli/plug/__init__.py:594 msgid " Available values are:" msgstr "" -#: ../gramps/cli/plug/__init__.py:598 +#. there was a show option given, but the option is invalid +#: ../gramps/cli/plug/__init__.py:604 #, python-format msgid "" "option '%(optionname)s' not valid. Use '%(donottranslate)s' to see all valid " "options." msgstr "" -#: ../gramps/cli/plug/__init__.py:610 +#: ../gramps/cli/plug/__init__.py:618 msgid "Failed to write report. " msgstr "" @@ -549,49 +722,39 @@ msgstr "" msgid "Private Record" msgstr "" -#: ../gramps/gen/const.py.in:237 -msgid "" -"Gramps (Genealogical Research and Analysis Management Programming System) is " -"a personal genealogy program." -msgstr "" - -#: ../gramps/gen/const.py.in:258 -msgid "TRANSLATORS: Translate this to your name in your native language" -msgstr "" - -#: ../gramps/gen/const.py.in:269 ../gramps/gen/const.py.in:270 -#: ../gramps/gen/lib/date.py:1650 ../gramps/gen/lib/date.py:1664 -msgid "none" -msgstr "" - -#: ../gramps/gen/db/base.py:1616 +#: ../gramps/gen/db/base.py:1617 msgid "Add child to family" msgstr "" -#: ../gramps/gen/db/base.py:1629 ../gramps/gen/db/base.py:1634 +#: ../gramps/gen/db/base.py:1630 ../gramps/gen/db/base.py:1635 msgid "Remove child from family" msgstr "" -#: ../gramps/gen/db/base.py:1709 ../gramps/gen/db/base.py:1713 +#: ../gramps/gen/db/base.py:1710 ../gramps/gen/db/base.py:1714 msgid "Remove Family" msgstr "" -#: ../gramps/gen/db/base.py:1754 +#: ../gramps/gen/db/base.py:1755 msgid "Remove father from family" msgstr "" -#: ../gramps/gen/db/base.py:1756 +#: ../gramps/gen/db/base.py:1757 msgid "Remove mother from family" msgstr "" -#: ../gramps/gen/db/exceptions.py:79 +#: ../gramps/gen/db/exceptions.py:82 +#, python-format msgid "" -"The database version is not supported by this version of Gramps.\n" +"The schema version is not supported by this version of Gramps.\n" +"\n" +"This Family tree is schema version %(tree_vers)s, and this version of Gramps " +"supports versions %(min_vers)s to %(max_vers)s\n" +"\n" "Please upgrade to the corresponding version or use XML for porting data " "between different database versions." msgstr "" -#: ../gramps/gen/db/exceptions.py:94 +#: ../gramps/gen/db/exceptions.py:104 #, python-format msgid "" "Gramps stores its data in a Berkeley Database. The family tree you try to " @@ -604,7 +767,23 @@ msgid "" "and load that XML into the version of Gramps you intend to use." msgstr "" -#: ../gramps/gen/db/exceptions.py:117 +#: ../gramps/gen/db/exceptions.py:128 +#, python-format +msgid "" +"The BSDDB version of the Family Tree you are trying to open needs to be " +"upgraded from %(env_version)s to %(bdb_version)s.\n" +"\n" +"This probably means that the Family Tree was created with an old version of " +"Gramps. Opening the tree with this version of Gramps may irretrievably " +"corrupt your tree. You are strongly advised to backup your tree before " +"proceeding, see: \n" +"http://www.gramps-project.org/wiki/index.php?title=How_to_make_a_backup\n" +"\n" +"If you have made a backup, then you can get Gramps to try to open the tree " +"and upgrade it" +msgstr "" + +#: ../gramps/gen/db/exceptions.py:151 msgid "" "Gramps has detected a problem in opening the 'environment' of the underlying " "Berkeley database used to store this Family Tree. The most likely cause is " @@ -618,7 +797,7 @@ msgid "" "recovery tools." msgstr "" -#: ../gramps/gen/db/exceptions.py:140 +#: ../gramps/gen/db/exceptions.py:174 msgid "" "You cannot open this database without upgrading it.\n" "If you upgrade then you won't be able to use previous versions of Gramps.\n" @@ -626,14 +805,12 @@ msgid "" msgstr "" #: ../gramps/gen/db/undoredo.py:249 ../gramps/gen/db/undoredo.py:286 -#: ../gramps/gen/db/write.py:1974 ../gramps/plugins/lib/libgrdb.py:1711 -#: ../gramps/plugins/lib/libgrdb.py:1783 ../gramps/plugins/lib/libgrdb.py:1824 +#: ../gramps/gen/db/write.py:2026 #, python-format msgid "_Undo %s" msgstr "" #: ../gramps/gen/db/undoredo.py:255 ../gramps/gen/db/undoredo.py:292 -#: ../gramps/plugins/lib/libgrdb.py:1790 ../gramps/plugins/lib/libgrdb.py:1832 #, python-format msgid "_Redo %s" msgstr "" @@ -686,7 +863,7 @@ msgstr "" msgid "Upgrade Statistics" msgstr "" -#: ../gramps/gen/db/write.py:961 +#: ../gramps/gen/db/write.py:1023 #, python-format msgid "" "An attempt is made to safe a reference key which is partly bytecode, this is " @@ -694,11 +871,13 @@ msgid "" "Key is %s" msgstr "" -#: ../gramps/gen/db/write.py:1030 +#. Make a tuple of the functions and classes that we need for +#. each of the primary object tables. +#: ../gramps/gen/db/write.py:1092 msgid "Rebuild reference map" msgstr "" -#: ../gramps/gen/db/write.py:1827 +#: ../gramps/gen/db/write.py:1879 #, python-format msgid "" "A second transaction is started while there is still a transaction, \"%s\", " @@ -730,10 +909,13 @@ msgstr "" msgid "Given Surname Suffix" msgstr "" +#. primary name primconnector other, given pa/matronynic suffix, primprefix +#. translators, long string, have a look at Preferences dialog #: ../gramps/gen/display/name.py:337 msgid "Main Surnames, Given Patronymic Suffix Prefix" msgstr "" +#. DEPRECATED FORMATS #: ../gramps/gen/display/name.py:340 msgid "Patronymic, Given" msgstr "" @@ -829,12 +1011,12 @@ msgstr "" msgid "familynick" msgstr "" -#: ../gramps/gen/display/name.py:1059 +#: ../gramps/gen/display/name.py:1067 #, python-format msgid "Wrong name format string %s" msgstr "" -#: ../gramps/gen/display/name.py:1063 +#: ../gramps/gen/display/name.py:1071 msgid "ERROR, Edit Name format in Preferences" msgstr "" @@ -947,8 +1129,7 @@ msgstr "" #: ../gramps/gen/filters/rules/media/_hascitation.py:49 #: ../gramps/gen/filters/rules/person/_hascitation.py:49 #: ../gramps/gen/filters/rules/place/_hascitation.py:50 -#: ../gramps/gui/glade/mergecitation.glade:226 -#: ../gramps/gui/glade/mergecitation.glade:245 +#: ../gramps/gui/glade/mergecitation.glade.h:10 msgid "Volume/Page:" msgstr "" @@ -966,18 +1147,14 @@ msgstr "" #: ../gramps/gen/filters/rules/person/_hasevent.py:51 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:50 #: ../gramps/gen/filters/rules/place/_hascitation.py:51 -#: ../gramps/gui/glade/mergecitation.glade:267 -#: ../gramps/gui/glade/mergecitation.glade:286 -#: ../gramps/gui/glade/mergeevent.glade:255 -#: ../gramps/gui/glade/mergeevent.glade:274 -#: ../gramps/gui/glade/mergemedia.glade:296 -#: ../gramps/gui/glade/mergemedia.glade:315 +#: ../gramps/gui/glade/mergecitation.glade.h:4 +#: ../gramps/gui/glade/mergeevent.glade.h:4 +#: ../gramps/gui/glade/mergemedia.glade.h:4 msgid "Date:" msgstr "" #: ../gramps/gen/filters/rules/_hascitationbase.py:53 -#: ../gramps/gui/glade/mergecitation.glade:308 -#: ../gramps/gui/glade/mergecitation.glade:327 +#: ../gramps/gui/glade/mergecitation.glade.h:3 msgid "Confidence:" msgstr "" @@ -1124,12 +1301,12 @@ msgstr "" msgid "Miscellaneous filters" msgstr "" -#: ../gramps/gen/filters/rules/_rule.py:58 +#: ../gramps/gen/filters/rules/_rule.py:58 ../gramps/gui/glade/rule.glade.h:22 #: ../gramps/plugins/view/geoclose.py:499 #: ../gramps/plugins/view/geofamclose.py:643 #: ../gramps/plugins/view/geofamily.py:434 #: ../gramps/plugins/view/geomoves.py:582 -#: ../gramps/plugins/view/geoperson.py:457 ../gramps/gui/glade/rule.glade:928 +#: ../gramps/plugins/view/geoperson.py:457 msgid "No description" msgstr "" @@ -1249,39 +1426,29 @@ msgstr "" #: ../gramps/gen/filters/rules/citation/_hassource.py:50 #: ../gramps/gen/filters/rules/media/_hasmedia.py:48 -#: ../gramps/gui/glade/mergedata.glade:866 -#: ../gramps/gui/glade/mergedata.glade:887 -#: ../gramps/gui/glade/mergemedia.glade:214 -#: ../gramps/gui/glade/mergemedia.glade:233 -#: ../gramps/gui/glade/mergeplace.glade:214 -#: ../gramps/gui/glade/mergeplace.glade:233 -#: ../gramps/gui/glade/mergesource.glade:214 -#: ../gramps/gui/glade/mergesource.glade:233 +#: ../gramps/gui/glade/mergedata.glade.h:14 +#: ../gramps/gui/glade/mergemedia.glade.h:10 +#: ../gramps/gui/glade/mergeplace.glade.h:11 +#: ../gramps/gui/glade/mergesource.glade.h:11 msgid "Title:" msgstr "" #: ../gramps/gen/filters/rules/citation/_hassource.py:51 -#: ../gramps/gui/glade/mergedata.glade:909 -#: ../gramps/gui/glade/mergedata.glade:930 -#: ../gramps/gui/glade/mergesource.glade:255 -#: ../gramps/gui/glade/mergesource.glade:274 -#: ../gramps/gui/glade/plugins.glade:185 +#: ../gramps/gui/glade/mergedata.glade.h:5 +#: ../gramps/gui/glade/mergesource.glade.h:4 +#: ../gramps/gui/glade/plugins.glade.h:2 msgid "Author:" msgstr "" #: ../gramps/gen/filters/rules/citation/_hassource.py:52 -#: ../gramps/gui/glade/mergedata.glade:952 -#: ../gramps/gui/glade/mergedata.glade:973 -#: ../gramps/gui/glade/mergesource.glade:296 -#: ../gramps/gui/glade/mergesource.glade:315 +#: ../gramps/gui/glade/mergedata.glade.h:4 +#: ../gramps/gui/glade/mergesource.glade.h:3 msgid "Abbreviation:" msgstr "" #: ../gramps/gen/filters/rules/citation/_hassource.py:53 -#: ../gramps/gui/glade/mergedata.glade:995 -#: ../gramps/gui/glade/mergedata.glade:1016 -#: ../gramps/gui/glade/mergesource.glade:337 -#: ../gramps/gui/glade/mergesource.glade:356 +#: ../gramps/gui/glade/mergedata.glade.h:11 +#: ../gramps/gui/glade/mergesource.glade.h:8 msgid "Publication:" msgstr "" @@ -1417,8 +1584,7 @@ msgstr "" #: ../gramps/gen/filters/rules/person/_hasevent.py:52 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:51 #: ../gramps/gui/editors/filtereditor.py:508 -#: ../gramps/gui/glade/mergeevent.glade:296 -#: ../gramps/gui/glade/mergeevent.glade:315 +#: ../gramps/gui/glade/mergeevent.glade.h:8 msgid "Place:" msgstr "" @@ -1428,8 +1594,7 @@ msgstr "" #: ../gramps/gen/filters/rules/person/_hasdeath.py:49 #: ../gramps/gen/filters/rules/person/_hasevent.py:53 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:52 -#: ../gramps/gui/glade/mergeevent.glade:337 -#: ../gramps/gui/glade/mergeevent.glade:356 +#: ../gramps/gui/glade/mergeevent.glade.h:5 msgid "Description:" msgstr "" @@ -1513,6 +1678,7 @@ msgstr "" msgid "Matches events matched by the specified filter name" msgstr "" +#. filters of another namespace, name may be same as caller! #: ../gramps/gen/filters/rules/event/_matchespersonfilter.py:52 #: ../gramps/gui/editors/filtereditor.py:529 msgid "Person filter name:" @@ -1940,19 +2106,15 @@ msgstr "" #: ../gramps/gen/filters/rules/media/_hasmedia.py:49 #: ../gramps/gen/filters/rules/repository/_hasrepo.py:49 -#: ../gramps/gui/glade/editmediaref.glade:632 -#: ../gramps/gui/glade/mergeevent.glade:214 -#: ../gramps/gui/glade/mergeevent.glade:233 -#: ../gramps/gui/glade/mergenote.glade:255 -#: ../gramps/gui/glade/mergenote.glade:274 -#: ../gramps/gui/glade/mergerepository.glade:255 -#: ../gramps/gui/glade/mergerepository.glade:274 +#: ../gramps/gui/glade/editmediaref.glade.h:25 +#: ../gramps/gui/glade/mergeevent.glade.h:11 +#: ../gramps/gui/glade/mergenote.glade.h:9 +#: ../gramps/gui/glade/mergerepository.glade.h:9 msgid "Type:" msgstr "" #: ../gramps/gen/filters/rules/media/_hasmedia.py:50 -#: ../gramps/gui/viewmanager.py:1504 ../gramps/gui/glade/mergemedia.glade:255 -#: ../gramps/gui/glade/mergemedia.glade:274 +#: ../gramps/gui/glade/mergemedia.glade.h:7 ../gramps/gui/viewmanager.py:1504 msgid "Path:" msgstr "" @@ -2072,8 +2234,7 @@ msgid "Matches a note with a specified Gramps ID" msgstr "" #: ../gramps/gen/filters/rules/note/_hasnote.py:48 -#: ../gramps/gui/glade/mergenote.glade:214 -#: ../gramps/gui/glade/mergenote.glade:233 +#: ../gramps/gui/glade/mergenote.glade.h:8 msgid "Text:" msgstr "" @@ -2748,6 +2909,7 @@ msgid "" "generations away" msgstr "" +#. ------------------------- #: ../gramps/gen/filters/rules/person/_ismale.py:47 #: ../gramps/plugins/gramplet/statsgramplet.py:152 #: ../gramps/plugins/graph/gvfamilylines.py:154 @@ -3053,13 +3215,10 @@ msgstr "" #: ../gramps/gen/filters/rules/place/_hasplace.py:49 #: ../gramps/gen/filters/rules/repository/_hasrepo.py:48 -#: ../gramps/gui/glade/editfamily.glade:114 -#: ../gramps/gui/glade/editfamily.glade:379 -#: ../gramps/gui/glade/mergeperson.glade:224 -#: ../gramps/gui/glade/mergeperson.glade:243 -#: ../gramps/gui/glade/mergerepository.glade:214 -#: ../gramps/gui/glade/mergerepository.glade:233 -#: ../gramps/plugins/tool/soundgen.glade:95 +#: ../gramps/gui/glade/editfamily.glade.h:16 +#: ../gramps/gui/glade/mergeperson.glade.h:8 +#: ../gramps/gui/glade/mergerepository.glade.h:6 +#: ../gramps/plugins/tool/soundgen.glade.h:2 msgid "Name:" msgstr "" @@ -3128,14 +3287,12 @@ msgid "Matches places who have a particular source" msgstr "" #: ../gramps/gen/filters/rules/place/_inlatlonneighborhood.py:51 -#: ../gramps/gui/glade/mergeplace.glade:255 -#: ../gramps/gui/glade/mergeplace.glade:274 +#: ../gramps/gui/glade/mergeplace.glade.h:6 msgid "Latitude:" msgstr "" #: ../gramps/gen/filters/rules/place/_inlatlonneighborhood.py:51 -#: ../gramps/gui/glade/mergeplace.glade:296 -#: ../gramps/gui/glade/mergeplace.glade:315 +#: ../gramps/gui/glade/mergeplace.glade.h:8 msgid "Longitude:" msgstr "" @@ -3440,6 +3597,7 @@ msgstr "" msgid "Caste" msgstr "" +#. 2 name (version) #: ../gramps/gen/lib/attrtype.py:67 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:75 #: ../gramps/gui/editors/displaytabs/webembedlist.py:68 @@ -3447,16 +3605,16 @@ msgstr "" #: ../gramps/gui/plug/_windows.py:124 ../gramps/gui/plug/_windows.py:235 #: ../gramps/gui/plug/_windows.py:604 #: ../gramps/gui/selectors/selectevent.py:62 ../gramps/gui/viewmanager.py:492 -#: ../gramps/plugins/lib/libmetadata.py:101 +#: ../gramps/plugins/lib/libmetadata.py:93 #: ../gramps/plugins/textreport/placereport.py:184 #: ../gramps/plugins/textreport/placereport.py:257 #: ../gramps/plugins/textreport/tagreport.py:314 #: ../gramps/plugins/tool/sortevents.py:59 #: ../gramps/plugins/view/eventview.py:83 -#: ../gramps/plugins/webreport/narrativeweb.py:376 -#: ../gramps/plugins/webreport/narrativeweb.py:982 -#: ../gramps/plugins/webreport/narrativeweb.py:1230 -#: ../gramps/plugins/webreport/narrativeweb.py:2263 +#: ../gramps/plugins/webreport/narrativeweb.py:377 +#: ../gramps/plugins/webreport/narrativeweb.py:983 +#: ../gramps/plugins/webreport/narrativeweb.py:1231 +#: ../gramps/plugins/webreport/narrativeweb.py:2264 msgid "Description" msgstr "" @@ -3526,7 +3684,7 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:169 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:157 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:146 -#: ../gramps/plugins/tool/check.py:2013 +#: ../gramps/plugins/tool/check.py:2010 msgid "None" msgstr "" @@ -3538,9 +3696,9 @@ msgstr "" #: ../gramps/plugins/textreport/familygroup.py:480 #: ../gramps/plugins/textreport/tagreport.py:131 #: ../gramps/plugins/view/relview.py:638 -#: ../gramps/plugins/webreport/narrativeweb.py:370 -#: ../gramps/plugins/webreport/narrativeweb.py:2906 -#: ../gramps/plugins/webreport/narrativeweb.py:5226 +#: ../gramps/plugins/webreport/narrativeweb.py:371 +#: ../gramps/plugins/webreport/narrativeweb.py:2907 +#: ../gramps/plugins/webreport/narrativeweb.py:5227 msgid "Birth" msgstr "" @@ -3560,6 +3718,12 @@ msgstr "" msgid "Foster" msgstr "" +#. ------------------------------------------------------------------------- +#. +#. Short hand function to return either the person's name, or an empty +#. string if the person is None +#. +#. ------------------------------------------------------------------------- #: ../gramps/gen/lib/date.py:292 ../gramps/gen/lib/date.py:409 #: ../gramps/gen/mime/_pythonmime.py:50 ../gramps/gen/mime/_pythonmime.py:58 #: ../gramps/gen/mime/_winmime.py:64 ../gramps/gen/utils/db.py:521 @@ -3575,7 +3739,7 @@ msgstr "" #: ../gramps/plugins/textreport/detdescendantreport.py:594 #: ../gramps/plugins/textreport/indivcomplete.py:439 #: ../gramps/plugins/view/relview.py:676 -#: ../gramps/plugins/webreport/narrativeweb.py:5389 +#: ../gramps/plugins/webreport/narrativeweb.py:5390 msgid "unknown" msgstr "" @@ -3611,7 +3775,7 @@ msgstr "" #: ../gramps/gen/lib/date.py:371 #: ../gramps/plugins/quickview/all_relations.py:284 #: ../gramps/plugins/view/relview.py:1000 -#: ../gramps/plugins/webreport/narrativeweb.py:1155 +#: ../gramps/plugins/webreport/narrativeweb.py:1156 msgid "and" msgstr "" @@ -3745,9 +3909,9 @@ msgstr "" #: ../gramps/plugins/textreport/familygroup.py:486 #: ../gramps/plugins/textreport/tagreport.py:137 #: ../gramps/plugins/view/relview.py:649 ../gramps/plugins/view/relview.py:674 -#: ../gramps/plugins/webreport/narrativeweb.py:374 -#: ../gramps/plugins/webreport/narrativeweb.py:2909 -#: ../gramps/plugins/webreport/narrativeweb.py:5229 +#: ../gramps/plugins/webreport/narrativeweb.py:375 +#: ../gramps/plugins/webreport/narrativeweb.py:2910 +#: ../gramps/plugins/webreport/narrativeweb.py:5230 msgid "Death" msgstr "" @@ -3866,9 +4030,9 @@ msgid "Religion" msgstr "" #: ../gramps/gen/lib/eventtype.py:178 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:413 -#: ../gramps/plugins/webreport/narrativeweb.py:2767 -#: ../gramps/plugins/webreport/narrativeweb.py:6720 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:416 +#: ../gramps/plugins/webreport/narrativeweb.py:2768 +#: ../gramps/plugins/webreport/narrativeweb.py:6721 msgid "Residence" msgstr "" @@ -3884,7 +4048,7 @@ msgstr "" #: ../gramps/plugins/export/exportcsv.py:461 #: ../gramps/plugins/importer/importcsv.py:235 #: ../gramps/plugins/textreport/familygroup.py:383 -#: ../gramps/plugins/webreport/narrativeweb.py:3114 +#: ../gramps/plugins/webreport/narrativeweb.py:3115 msgid "Marriage" msgstr "" @@ -3909,7 +4073,7 @@ msgid "Engagement" msgstr "" #: ../gramps/gen/lib/eventtype.py:187 -#: ../gramps/plugins/webreport/narrativeweb.py:3115 +#: ../gramps/plugins/webreport/narrativeweb.py:3116 msgid "Divorce" msgstr "" @@ -4145,14 +4309,15 @@ msgstr "" msgid "Canceled" msgstr "" +#. ---------------------------------- #: ../gramps/gen/lib/ldsord.py:106 #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:119 +#: ../gramps/gui/glade/editchildref.glade.h:2 #: ../gramps/gui/merge/mergeperson.py:249 #: ../gramps/plugins/export/exportcsv.py:505 #: ../gramps/plugins/gramplet/children.py:85 #: ../gramps/plugins/gramplet/children.py:182 #: ../gramps/plugins/importer/importcsv.py:226 -#: ../gramps/gui/glade/editchildref.glade:253 msgid "Child" msgstr "" @@ -4197,7 +4362,7 @@ msgid "Uncleared" msgstr "" #: ../gramps/gen/lib/markertype.py:60 -#: ../gramps/gui/logger/_errorreportassistant.py:676 +#: ../gramps/gui/logger/_errorreportassistant.py:677 msgid "Complete" msgstr "" @@ -4242,7 +4407,7 @@ msgstr "" msgid "Matrilineal" msgstr "" -#: ../gramps/gen/lib/nameorigintype.py:94 ../gramps/gui/clipboard.py:320 +#: ../gramps/gen/lib/nameorigintype.py:94 ../gramps/gui/clipboard.py:331 #: ../gramps/gui/plug/_windows.py:609 #: ../gramps/plugins/gramplet/placedetails.py:126 msgid "Location" @@ -4266,8 +4431,8 @@ msgstr "" #: ../gramps/gui/editors/editeventref.py:80 #: ../gramps/gui/editors/editmediaref.py:97 #: ../gramps/gui/editors/editreporef.py:74 -#: ../gramps/gui/glade/editmediaref.glade:432 -#: ../gramps/gui/glade/editname.glade:767 +#: ../gramps/gui/glade/editmediaref.glade.h:10 +#: ../gramps/gui/glade/editname.glade.h:15 msgid "General" msgstr "" @@ -4283,7 +4448,7 @@ msgstr "" msgid "Source text" msgstr "" -#: ../gramps/gen/lib/notetype.py:86 ../gramps/gui/clipboard.py:487 +#: ../gramps/gen/lib/notetype.py:86 ../gramps/gui/clipboard.py:498 #: ../gramps/gui/configure.py:512 ../gramps/gui/editors/editcitation.py:141 #: ../gramps/gui/editors/editcitation.py:147 #: ../gramps/gui/editors/filtereditor.py:295 @@ -4306,14 +4471,14 @@ msgstr "" #: ../gramps/gen/lib/notetype.py:89 #: ../gramps/plugins/gramplet/gramplet.gpr.py:261 #: ../gramps/plugins/gramplet/gramplet.gpr.py:268 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1073 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1087 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1101 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1115 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1129 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1143 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1157 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1171 +#: ../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:1132 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1146 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1160 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1174 msgid "To Do" msgstr "" @@ -4430,11 +4595,10 @@ msgstr "" msgid "Audio" msgstr "" -#: ../gramps/gen/lib/srcmediatype.py:66 -#: ../gramps/gui/plug/report/_bookdialog.py:341 -#: ../gramps/gui/plug/report/_bookdialog.py:862 -#: ../gramps/gui/plug/report/_bookdialog.py:879 -#: ../gramps/gui/glade/book.glade:132 +#: ../gramps/gen/lib/srcmediatype.py:66 ../gramps/gui/glade/book.glade.h:2 +#: ../gramps/gui/plug/report/_bookdialog.py:342 +#: ../gramps/gui/plug/report/_bookdialog.py:863 +#: ../gramps/gui/plug/report/_bookdialog.py:880 msgid "Book" msgstr "" @@ -4518,10 +4682,10 @@ msgid "Superscript" msgstr "" #: ../gramps/gen/lib/styledtexttagtype.py:74 +#: ../gramps/gui/glade/editlink.glade.h:5 #: ../gramps/gui/widgets/styledtextbuffer.py:565 #: ../gramps/gui/widgets/styledtextbuffer.py:601 #: ../gramps/gui/widgets/styledtexteditor.py:480 -#: ../gramps/gui/glade/editlink.glade:169 msgid "Link" msgstr "" @@ -4621,6 +4785,11 @@ msgstr "" msgid "Gramplet %s caused an error" msgstr "" +#. ------------------------------------------------------------------------- +#. +#. Constants +#. +#. ------------------------------------------------------------------------- #: ../gramps/gen/plug/_manager.py:61 msgid "No description was provided" msgstr "" @@ -4672,11 +4841,11 @@ msgstr "" msgid "Relationships" msgstr "" -#: ../gramps/gen/plug/_pluginreg.py:90 ../gramps/gen/plug/_pluginreg.py:400 -#: ../gramps/gui/widgets/grampletbar.py:601 +#: ../gramps/gen/plug/_pluginreg.py:90 ../gramps/gen/plug/_pluginreg.py:399 +#: ../gramps/gui/glade/grampletpane.glade.h:8 +#: ../gramps/gui/widgets/grampletbar.py:607 #: ../gramps/gui/widgets/grampletpane.py:231 #: ../gramps/gui/widgets/grampletpane.py:957 -#: ../gramps/gui/glade/grampletpane.glade:156 msgid "Gramplet" msgstr "" @@ -4684,30 +4853,31 @@ msgstr "" msgid "Sidebar" msgstr "" -#: ../gramps/gen/plug/_pluginreg.py:488 +#. add miscellaneous column +#: ../gramps/gen/plug/_pluginreg.py:487 #: ../gramps/plugins/gramplet/faqgramplet.py:63 -#: ../gramps/plugins/webreport/narrativeweb.py:1923 +#: ../gramps/plugins/webreport/narrativeweb.py:1924 msgid "Miscellaneous" msgstr "" -#: ../gramps/gen/plug/_pluginreg.py:1107 ../gramps/gen/plug/_pluginreg.py:1112 +#: ../gramps/gen/plug/_pluginreg.py:1101 ../gramps/gen/plug/_pluginreg.py:1106 #, python-format msgid "ERROR: Failed reading plugin registration %(filename)s" msgstr "" -#: ../gramps/gen/plug/_pluginreg.py:1126 +#: ../gramps/gen/plug/_pluginreg.py:1120 #, python-format msgid "" "ERROR: Plugin file %(filename)s has a version of \"%(gramps_target_version)s" "\" which is invalid for Gramps \"%(gramps_version)s\"." msgstr "" -#: ../gramps/gen/plug/_pluginreg.py:1147 +#: ../gramps/gen/plug/_pluginreg.py:1141 #, python-format msgid "ERROR: Wrong python file %(filename)s in register file %(regfile)s" msgstr "" -#: ../gramps/gen/plug/_pluginreg.py:1155 +#: ../gramps/gen/plug/_pluginreg.py:1149 #, python-format msgid "" "ERROR: Python file %(filename)s in register file %(regfile)s does not exist" @@ -4726,11 +4896,12 @@ msgstr "" msgid "File %s already open, close it first." msgstr "" +#. Export shouldn't bring Gramps down. #: ../gramps/gen/plug/docbackend/docbackend.py:164 #: ../gramps/gen/plug/docbackend/docbackend.py:167 #: ../gramps/plugins/docgen/asciidoc.py:164 -#: ../gramps/plugins/docgen/odfdoc.py:1202 -#: ../gramps/plugins/docgen/odfdoc.py:1205 +#: ../gramps/plugins/docgen/odfdoc.py:1203 +#: ../gramps/plugins/docgen/odfdoc.py:1206 #: ../gramps/plugins/docgen/pdfdoc.py:96 ../gramps/plugins/docgen/pdfdoc.py:99 #: ../gramps/plugins/docgen/psdrawdoc.py:109 #: ../gramps/plugins/docgen/psdrawdoc.py:112 @@ -4739,20 +4910,25 @@ msgstr "" #: ../gramps/plugins/docgen/svgdrawdoc.py:86 #: ../gramps/plugins/export/exportcsv.py:303 #: ../gramps/plugins/export/exportcsv.py:307 -#: ../gramps/plugins/export/exportgedcom.py:1449 +#: ../gramps/plugins/export/exportgedcom.py:1457 #: ../gramps/plugins/export/exportgeneweb.py:95 #: ../gramps/plugins/export/exportgeneweb.py:99 #: ../gramps/plugins/export/exportvcalendar.py:101 #: ../gramps/plugins/export/exportvcalendar.py:105 -#: ../gramps/plugins/export/exportvcard.py:72 -#: ../gramps/plugins/export/exportvcard.py:76 -#: ../gramps/plugins/webreport/narrativeweb.py:6994 +#: ../gramps/plugins/export/exportvcard.py:73 +#: ../gramps/plugins/export/exportvcard.py:77 +#: ../gramps/plugins/webreport/narrativeweb.py:6995 #, python-format msgid "Could not create %s" msgstr "" +#. ------------------------------------------------------------------------ +#. +#. Private Constants +#. +#. ------------------------------------------------------------------------ #: ../gramps/gen/plug/report/_book.py:75 ../gramps/gui/plug/_dialogs.py:60 -#: ../gramps/gui/plug/report/_bookdialog.py:88 +#: ../gramps/gui/plug/report/_bookdialog.py:89 #: ../gramps/gui/viewmanager.py:123 msgid "Unsupported" msgstr "" @@ -4781,8 +4957,8 @@ msgstr "" msgid "Graphs" msgstr "" -#: ../gramps/gen/plug/report/_constants.py:55 ../gramps/gui/clipboard.py:600 -#: ../gramps/gui/clipboard.py:605 ../gramps/gui/configure.py:1101 +#: ../gramps/gen/plug/report/_constants.py:55 ../gramps/gui/clipboard.py:611 +#: ../gramps/gui/clipboard.py:616 ../gramps/gui/configure.py:1101 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:98 #: ../gramps/plugins/textreport/custombooktext.py:127 #: ../gramps/plugins/textreport/tagreport.py:394 @@ -4823,28 +4999,30 @@ msgstr "" #: ../gramps/gen/plug/report/utils.py:144 #: ../gramps/plugins/textreport/indivcomplete.py:641 #: ../gramps/plugins/textreport/simplebooktitle.py:106 -#: ../gramps/plugins/webreport/narrativeweb.py:1964 -#: ../gramps/plugins/webreport/narrativeweb.py:2149 -#: ../gramps/plugins/webreport/narrativeweb.py:2203 -#: ../gramps/plugins/webreport/narrativeweb.py:2209 +#: ../gramps/plugins/webreport/narrativeweb.py:1965 +#: ../gramps/plugins/webreport/narrativeweb.py:2150 +#: ../gramps/plugins/webreport/narrativeweb.py:2204 +#: ../gramps/plugins/webreport/narrativeweb.py:2210 msgid "Could not add photo to page" msgstr "" -#: ../gramps/gen/plug/report/utils.py:145 ../gramps/gui/utils.py:365 +#: ../gramps/gen/plug/report/utils.py:145 ../gramps/gui/utils.py:372 #: ../gramps/plugins/textreport/indivcomplete.py:642 msgid "File does not exist" msgstr "" +#. Do this in case of command line options query (show=filter) #: ../gramps/gen/plug/report/utils.py:260 msgid "PERSON" msgstr "" #: ../gramps/gen/plug/report/utils.py:269 -#: ../gramps/gui/plug/report/_bookdialog.py:151 +#: ../gramps/gui/plug/report/_bookdialog.py:152 #: ../gramps/plugins/tool/eventcmp.py:158 msgid "Entire Database" msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/gen/plug/report/utils.py:274 #: ../gramps/gui/plug/export/_exportoptions.py:429 #: ../gramps/plugins/gramplet/descendgramplet.py:72 @@ -4853,12 +5031,14 @@ msgstr "" msgid "Descendants of %s" msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/gen/plug/report/utils.py:279 #: ../gramps/gui/plug/export/_exportoptions.py:434 #, python-format msgid "Descendant Families of %s" msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/gen/plug/report/utils.py:284 #: ../gramps/gui/plug/export/_exportoptions.py:439 #, python-format @@ -4871,67 +5051,86 @@ msgstr "" msgid "People with common ancestor with %s" msgstr "" -#: ../gramps/gen/plug/utils.py:213 ../gramps/gen/plug/utils.py:220 +#: ../gramps/gen/plug/utils.py:214 ../gramps/gen/plug/utils.py:221 #, python-format msgid "Unable to open '%s'" msgstr "" -#: ../gramps/gen/plug/utils.py:230 +#: ../gramps/gen/plug/utils.py:231 #, python-format msgid "Error in reading '%s'" msgstr "" -#: ../gramps/gen/plug/utils.py:241 +#: ../gramps/gen/plug/utils.py:242 #, python-format msgid "Error: cannot open '%s'" msgstr "" -#: ../gramps/gen/plug/utils.py:245 +#: ../gramps/gen/plug/utils.py:246 #, python-format msgid "Error: unknown file type: '%s'" msgstr "" -#: ../gramps/gen/plug/utils.py:251 +#: ../gramps/gen/plug/utils.py:252 #, python-format msgid "Examining '%s'..." msgstr "" -#: ../gramps/gen/plug/utils.py:264 +#: ../gramps/gen/plug/utils.py:265 #, python-format msgid "Error in '%s' file: cannot load." msgstr "" -#: ../gramps/gen/plug/utils.py:278 +#: ../gramps/gen/plug/utils.py:279 #, python-format msgid "'%s' is for this version of Gramps." msgstr "" -#: ../gramps/gen/plug/utils.py:282 +#: ../gramps/gen/plug/utils.py:283 #, python-format msgid "'%s' is NOT for this version of Gramps." msgstr "" -#: ../gramps/gen/plug/utils.py:283 +#: ../gramps/gen/plug/utils.py:284 #, python-format msgid "It is for version %(v1)d.%(v2)d" msgstr "" -#: ../gramps/gen/plug/utils.py:293 +#: ../gramps/gen/plug/utils.py:294 #, python-format msgid "Error: missing gramps_target_version in '%s'..." msgstr "" -#: ../gramps/gen/plug/utils.py:298 +#: ../gramps/gen/plug/utils.py:299 #, python-format msgid "Installing '%s'..." msgstr "" -#: ../gramps/gen/plug/utils.py:304 +#: ../gramps/gen/plug/utils.py:305 #, python-format msgid "Registered '%s'" msgstr "" -#: ../gramps/gen/proxy/private.py:808 ../gramps/gui/grampsgui.py:190 +#: ../gramps/gen/proxy/private.py:808 +#: ../gramps/gui/glade/editaddress.glade.h:15 +#: ../gramps/gui/glade/editattribute.glade.h:2 +#: ../gramps/gui/glade/editchildref.glade.h:7 +#: ../gramps/gui/glade/editcitation.glade.h:19 +#: ../gramps/gui/glade/editevent.glade.h:11 +#: ../gramps/gui/glade/editeventref.glade.h:10 +#: ../gramps/gui/glade/editldsord.glade.h:8 +#: ../gramps/gui/glade/editmedia.glade.h:14 +#: ../gramps/gui/glade/editmediaref.glade.h:19 +#: ../gramps/gui/glade/editname.glade.h:24 +#: ../gramps/gui/glade/editnote.glade.h:5 +#: ../gramps/gui/glade/editperson.glade.h:24 +#: ../gramps/gui/glade/editpersonref.glade.h:7 +#: ../gramps/gui/glade/editplace.glade.h:22 +#: ../gramps/gui/glade/editreporef.glade.h:14 +#: ../gramps/gui/glade/editrepository.glade.h:7 +#: ../gramps/gui/glade/editsource.glade.h:8 +#: ../gramps/gui/glade/editsourceref.glade.h:17 +#: ../gramps/gui/glade/editurl.glade.h:5 ../gramps/gui/grampsgui.py:190 #: ../gramps/plugins/lib/libpersonview.py:103 #: ../gramps/plugins/lib/libplaceview.py:108 #: ../gramps/plugins/view/citationlistview.py:103 @@ -4943,30 +5142,6 @@ msgstr "" #: ../gramps/plugins/view/placetreeview.py:86 #: ../gramps/plugins/view/repoview.py:98 #: ../gramps/plugins/view/sourceview.py:88 -#: ../gramps/gui/glade/editaddress.glade:335 -#: ../gramps/gui/glade/editattribute.glade:147 -#: ../gramps/gui/glade/editchildref.glade:183 -#: ../gramps/gui/glade/editcitation.glade:336 -#: ../gramps/gui/glade/editcitation.glade:626 -#: ../gramps/gui/glade/editevent.glade:200 -#: ../gramps/gui/glade/editeventref.glade:134 -#: ../gramps/gui/glade/editeventref.glade:434 -#: ../gramps/gui/glade/editldsord.glade:387 -#: ../gramps/gui/glade/editmedia.glade:351 -#: ../gramps/gui/glade/editmediaref.glade:370 -#: ../gramps/gui/glade/editmediaref.glade:743 -#: ../gramps/gui/glade/editname.glade:154 -#: ../gramps/gui/glade/editnote.glade:242 -#: ../gramps/gui/glade/editperson.glade:449 -#: ../gramps/gui/glade/editpersonref.glade:152 -#: ../gramps/gui/glade/editplace.glade:198 -#: ../gramps/gui/glade/editreporef.glade:184 -#: ../gramps/gui/glade/editreporef.glade:397 -#: ../gramps/gui/glade/editrepository.glade:207 -#: ../gramps/gui/glade/editsource.glade:263 -#: ../gramps/gui/glade/editsourceref.glade:231 -#: ../gramps/gui/glade/editsourceref.glade:537 -#: ../gramps/gui/glade/editurl.glade:152 msgid "Private" msgstr "" @@ -5199,6 +5374,7 @@ msgstr "" msgid "ancestor death-related date" msgstr "" +#. no evidence, must consider alive #: ../gramps/gen/utils/alive.py:501 msgid "no evidence" msgstr "" @@ -5213,191 +5389,6 @@ msgstr "" msgid "%(father)s and %(mother)s" msgstr "" -#: ../gramps/gen/utils/grampslocale.py:334 -msgid "Bulgarian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:335 -msgid "Catalan" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:336 -msgid "Czech" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:337 -msgid "Danish" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:338 -msgid "German" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:339 -msgid "Greek" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:340 -msgid "English" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:341 -msgid "Esperanto" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:342 -msgid "Spanish" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:343 -msgid "Finnish" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:344 -msgid "French" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:345 -msgid "Hebrew" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:346 -msgid "Croatian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:347 -msgid "Hungarian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:348 -msgid "Italian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:349 -msgid "Japanese" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:350 -msgid "Lithuanian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:351 -msgid "Macedonian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:352 -msgid "Norwegian Bokmal" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:353 -msgid "Dutch" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:354 -msgid "Norwegian Nynorsk" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:355 -msgid "Polish" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:356 -msgid "Portuguese" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:357 -msgid "Romanian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:358 -msgid "Russian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:359 -msgid "Slovak" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:360 -msgid "Slovenian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:361 -msgid "Albanian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:362 -msgid "Swedish" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:363 -msgid "Turkish" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:364 -msgid "Ukrainian" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:365 -msgid "Vietnamese" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:366 -msgid "Chinese" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:370 -msgid "Brazil" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:371 -#: ../gramps/plugins/lib/holidays.xml.in.h:5 -msgid "China" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:372 -msgid "Portugal" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:524 -msgid "the person" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:526 -msgid "the family" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:528 -msgid "the place" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:530 -msgid "the event" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:532 -msgid "the repository" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:534 -msgid "the note" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:536 -msgid "the media" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:538 -msgid "the source" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:540 -msgid "the filter" -msgstr "" - -#: ../gramps/gen/utils/grampslocale.py:542 -msgid "See details" -msgstr "" - #: ../gramps/gen/utils/keyword.py:56 ../gramps/plugins/export/exportcsv.py:340 #: ../gramps/plugins/importer/importcsv.py:185 #: ../gramps/plugins/tool/patchnames.py:436 @@ -5412,7 +5403,8 @@ msgstr "" msgid "GIVEN" msgstr "" -#: ../gramps/gen/utils/keyword.py:58 ../gramps/gui/clipboard.py:584 +#. show surname and first name +#: ../gramps/gen/utils/keyword.py:58 ../gramps/gui/clipboard.py:595 #: ../gramps/gui/configure.py:612 ../gramps/gui/configure.py:614 #: ../gramps/gui/configure.py:616 ../gramps/gui/configure.py:618 #: ../gramps/gui/configure.py:621 ../gramps/gui/configure.py:622 @@ -5423,9 +5415,9 @@ msgstr "" #: ../gramps/plugins/export/exportcsv.py:338 #: ../gramps/plugins/importer/importcsv.py:177 #: ../gramps/plugins/quickview/filterbyname.py:330 -#: ../gramps/plugins/webreport/narrativeweb.py:2878 -#: ../gramps/plugins/webreport/narrativeweb.py:3959 -#: ../gramps/plugins/webreport/narrativeweb.py:5222 +#: ../gramps/plugins/webreport/narrativeweb.py:2879 +#: ../gramps/plugins/webreport/narrativeweb.py:3960 +#: ../gramps/plugins/webreport/narrativeweb.py:5223 msgid "Surname" msgstr "" @@ -5467,9 +5459,9 @@ msgstr "" #: ../gramps/gui/configure.py:618 ../gramps/gui/configure.py:619 #: ../gramps/gui/configure.py:624 ../gramps/gui/configure.py:626 #: ../gramps/gui/configure.py:631 ../gramps/gui/configure.py:633 +#: ../gramps/gui/glade/editperson.glade.h:26 #: ../gramps/plugins/export/exportcsv.py:339 #: ../gramps/plugins/importer/importcsv.py:187 -#: ../gramps/gui/glade/editperson.glade:232 msgid "Suffix" msgstr "" @@ -5477,6 +5469,7 @@ msgstr "" msgid "SUFFIX" msgstr "" +#. name, sort, width, modelcol #: ../gramps/gen/utils/keyword.py:63 #: ../gramps/gui/editors/displaytabs/surnametab.py:81 msgid "Name|Primary" @@ -5556,9 +5549,9 @@ msgstr "" #: ../gramps/gen/utils/keyword.py:73 #: ../gramps/gui/editors/displaytabs/surnametab.py:76 +#: ../gramps/gui/glade/editperson.glade.h:22 #: ../gramps/plugins/export/exportcsv.py:339 #: ../gramps/plugins/importer/importcsv.py:186 -#: ../gramps/gui/glade/editperson.glade:543 msgid "Prefix" msgstr "" @@ -5578,6 +5571,191 @@ msgstr "" msgid "FAMILYNICK" msgstr "" +#: ../gramps/gen/utils/grampslocale.py:499 +msgid "Bulgarian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:500 +msgid "Catalan" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:501 +msgid "Czech" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:502 +msgid "Danish" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:503 +msgid "German" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:504 +msgid "Greek" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:505 +msgid "English" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:506 +msgid "Esperanto" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:507 +msgid "Spanish" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:508 +msgid "Finnish" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:509 +msgid "French" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:510 +msgid "Hebrew" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:511 +msgid "Croatian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:512 +msgid "Hungarian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:513 +msgid "Italian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:514 +msgid "Japanese" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:515 +msgid "Lithuanian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:516 +msgid "Macedonian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:517 +msgid "Norwegian Bokmal" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:518 +msgid "Dutch" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:519 +msgid "Norwegian Nynorsk" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:520 +msgid "Polish" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:521 +msgid "Portuguese" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:522 +msgid "Romanian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:523 +msgid "Russian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:524 +msgid "Slovak" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:525 +msgid "Slovenian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:526 +msgid "Albanian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:527 +msgid "Swedish" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:528 +msgid "Turkish" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:529 +msgid "Ukrainian" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:530 +msgid "Vietnamese" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:531 +msgid "Chinese" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:535 +msgid "Brazil" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:536 +#: ../gramps/plugins/lib/holidays.xml.in.h:23 +msgid "China" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:537 +msgid "Portugal" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:718 +msgid "the person" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:720 +msgid "the family" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:722 +msgid "the place" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:724 +msgid "the event" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:726 +msgid "the repository" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:728 +msgid "the note" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:730 +msgid "the media" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:732 +msgid "the source" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:734 +msgid "the filter" +msgstr "" + +#: ../gramps/gen/utils/grampslocale.py:736 +msgid "See details" +msgstr "" + #: ../gramps/gen/utils/place.py:53 #, python-format msgid "%(north_latitude)s N" @@ -5602,7 +5780,7 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:93 #: ../gramps/gui/merge/mergeperson.py:63 #: ../gramps/gui/views/treemodels/peoplemodel.py:96 -#: ../gramps/plugins/webreport/narrativeweb.py:5387 +#: ../gramps/plugins/webreport/narrativeweb.py:5388 msgid "male" msgstr "" @@ -5610,7 +5788,7 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:93 #: ../gramps/gui/merge/mergeperson.py:63 #: ../gramps/gui/views/treemodels/peoplemodel.py:96 -#: ../gramps/plugins/webreport/narrativeweb.py:5388 +#: ../gramps/plugins/webreport/narrativeweb.py:5389 msgid "female" msgstr "" @@ -5632,7 +5810,7 @@ msgid "High" msgstr "" #: ../gramps/gen/utils/string.py:55 ../gramps/gui/editors/editcitation.py:275 -#: ../gramps/plugins/webreport/narrativeweb.py:2367 +#: ../gramps/plugins/webreport/narrativeweb.py:2368 msgid "Normal" msgstr "" @@ -5671,30 +5849,31 @@ msgid "" "abandoning changes." msgstr "" -#: ../gramps/gen/utils/unknown.py:140 +#: ../gramps/gen/utils/unknown.py:141 msgid "Unknown, created to replace a missing note object." msgstr "" -#: ../gramps/gen/utils/unknown.py:150 +#. primitive static variable +#: ../gramps/gen/utils/unknown.py:151 #, python-format msgid "Unknown, was missing %(time)s (%(count)d)" msgstr "" -#: ../gramps/gen/utils/unknown.py:169 +#: ../gramps/gen/utils/unknown.py:170 #, python-format msgid "Objects referenced by this note were missing in a file imported on %s." msgstr "" -#: ../gramps/grampsapp.py:136 +#: ../gramps/grampsapp.py:137 #, python-format msgid "" -"Your Python version does not meet the requirements. At least python %(v1)d." -"%(v2)d.%(v3)d is needed to start Gramps.\n" +"Your Python version does not meet the requirements. At least python %(v1)d.%" +"(v2)d.%(v3)d is needed to start Gramps.\n" "\n" "Gramps will terminate now." msgstr "" -#: ../gramps/grampsapp.py:150 +#: ../gramps/grampsapp.py:151 msgid "" "\n" "You don't have the python bsddb3 package installed. This package is needed " @@ -5703,16 +5882,16 @@ msgid "" "Gramps will terminate now." msgstr "" -#: ../gramps/grampsapp.py:376 ../gramps/grampsapp.py:383 -#: ../gramps/grampsapp.py:454 +#: ../gramps/grampsapp.py:377 ../gramps/grampsapp.py:384 +#: ../gramps/grampsapp.py:455 msgid "Configuration error:" msgstr "" -#: ../gramps/grampsapp.py:380 +#: ../gramps/grampsapp.py:381 msgid "Error reading configuration" msgstr "" -#: ../gramps/grampsapp.py:384 +#: ../gramps/grampsapp.py:385 #, python-format msgid "" "A definition for the MIME-type %s could not be found \n" @@ -5721,6 +5900,11 @@ msgid "" "types of Gramps are properly installed." msgstr "" +#. ------------------------------------------------------------------------- +#. +#. Constants +#. +#. ------------------------------------------------------------------------- #: ../gramps/gui/aboutdialog.py:73 msgid "==== Authors ====\n" msgstr "" @@ -5753,17 +5937,18 @@ msgstr "" msgid "Unavailable" msgstr "" -#: ../gramps/gui/clipboard.py:300 ../gramps/gui/configure.py:486 +#: ../gramps/gui/clipboard.py:311 ../gramps/gui/configure.py:486 #: ../gramps/gui/editors/editaddress.py:157 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:97 #: ../gramps/gui/grampsgui.py:145 #: ../gramps/plugins/gramplet/repositorydetails.py:124 #: ../gramps/plugins/textreport/familygroup.py:325 -#: ../gramps/plugins/webreport/narrativeweb.py:6719 +#: ../gramps/plugins/webreport/narrativeweb.py:6720 msgid "Address" msgstr "" -#: ../gramps/gui/clipboard.py:337 ../gramps/gui/configure.py:516 +#. 0 this order range above +#: ../gramps/gui/clipboard.py:348 ../gramps/gui/configure.py:516 #: ../gramps/gui/editors/editlink.py:82 #: ../gramps/gui/editors/filtereditor.py:289 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:137 @@ -5773,18 +5958,20 @@ msgstr "" #: ../gramps/plugins/quickview/quickview.gpr.py:201 #: ../gramps/plugins/quickview/references.py:89 #: ../gramps/plugins/textreport/placereport.py:387 -#: ../gramps/plugins/webreport/narrativeweb.py:377 -#: ../gramps/plugins/webreport/narrativeweb.py:979 +#: ../gramps/plugins/webreport/narrativeweb.py:378 +#: ../gramps/plugins/webreport/narrativeweb.py:980 msgid "Event" msgstr "" -#: ../gramps/gui/clipboard.py:364 ../gramps/gui/configure.py:508 +#. 5 +#: ../gramps/gui/clipboard.py:375 ../gramps/gui/configure.py:508 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:81 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:56 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:67 #: ../gramps/gui/editors/editlink.py:87 #: ../gramps/gui/editors/filtereditor.py:290 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:100 +#: ../gramps/gui/glade/editevent.glade.h:9 #: ../gramps/gui/plug/_guioptions.py:1299 #: ../gramps/gui/selectors/selectevent.py:67 #: ../gramps/gui/views/treemodels/placemodel.py:292 @@ -5804,15 +5991,15 @@ msgstr "" #: ../gramps/plugins/tool/sortevents.py:60 #: ../gramps/plugins/view/eventview.py:87 #: ../gramps/plugins/view/placetreeview.py:74 -#: ../gramps/plugins/webreport/narrativeweb.py:386 -#: ../gramps/plugins/webreport/narrativeweb.py:981 -#: ../gramps/plugins/webreport/narrativeweb.py:1229 -#: ../gramps/plugins/webreport/narrativeweb.py:1259 -#: ../gramps/gui/glade/editevent.glade:314 +#: ../gramps/plugins/webreport/narrativeweb.py:387 +#: ../gramps/plugins/webreport/narrativeweb.py:982 +#: ../gramps/plugins/webreport/narrativeweb.py:1230 +#: ../gramps/plugins/webreport/narrativeweb.py:1260 msgid "Place" msgstr "" -#: ../gramps/gui/clipboard.py:391 ../gramps/gui/configure.py:520 +#. 3 +#: ../gramps/gui/clipboard.py:402 ../gramps/gui/configure.py:520 #: ../gramps/gui/editors/editlink.py:85 ../gramps/gui/editors/editmedia.py:91 #: ../gramps/gui/editors/editmedia.py:174 #: ../gramps/gui/editors/editmediaref.py:136 @@ -5825,8 +6012,8 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:99 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:88 #: ../gramps/gui/views/treemodels/mediamodel.py:134 -#: ../gramps/plugins/drawreport/ancestortree.py:1051 -#: ../gramps/plugins/drawreport/descendtree.py:1642 +#: ../gramps/plugins/drawreport/ancestortree.py:1055 +#: ../gramps/plugins/drawreport/descendtree.py:1645 #: ../gramps/plugins/export/exportcsv.py:345 #: ../gramps/plugins/export/exportcsv.py:462 #: ../gramps/plugins/gramplet/quickviewgramplet.py:112 @@ -5839,42 +6026,46 @@ msgstr "" msgid "Note" msgstr "" -#: ../gramps/gui/clipboard.py:424 +#: ../gramps/gui/clipboard.py:435 #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:121 msgid "Family Event" msgstr "" -#: ../gramps/gui/clipboard.py:440 +#: ../gramps/gui/clipboard.py:451 msgid "Url" msgstr "" -#: ../gramps/gui/clipboard.py:456 ../gramps/gui/editors/editattribute.py:136 +#: ../gramps/gui/clipboard.py:467 ../gramps/gui/editors/editattribute.py:136 #: ../gramps/gui/grampsgui.py:146 msgid "Attribute" msgstr "" -#: ../gramps/gui/clipboard.py:471 +#: ../gramps/gui/clipboard.py:482 msgid "Family Attribute" msgstr "" -#: ../gramps/gui/clipboard.py:502 +#: ../gramps/gui/clipboard.py:513 msgid "not available|NA" msgstr "" -#: ../gramps/gui/clipboard.py:511 +#: ../gramps/gui/clipboard.py:522 #, python-format msgid "Volume/Page: %(pag)s -- %(sourcetext)s" msgstr "" -#: ../gramps/gui/clipboard.py:532 +#: ../gramps/gui/clipboard.py:543 msgid "Repository ref" msgstr "" -#: ../gramps/gui/clipboard.py:550 +#: ../gramps/gui/clipboard.py:561 msgid "Event ref" msgstr "" -#: ../gramps/gui/clipboard.py:568 ../gramps/gui/configure.py:485 +#. 1 new gramplet +#. Priority +#. Handle +#. Add column with object name +#: ../gramps/gui/clipboard.py:579 ../gramps/gui/configure.py:485 #: ../gramps/gui/editors/displaytabs/backreflist.py:63 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:73 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:64 @@ -5885,7 +6076,7 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:130 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:95 #: ../gramps/gui/plug/_guioptions.py:1122 ../gramps/gui/plug/_windows.py:120 -#: ../gramps/gui/plug/report/_bookdialog.py:390 +#: ../gramps/gui/plug/report/_bookdialog.py:391 #: ../gramps/gui/selectors/selectperson.py:76 ../gramps/gui/viewmanager.py:491 #: ../gramps/gui/views/bookmarks.py:224 ../gramps/gui/views/tags.py:389 #: ../gramps/gui/views/treemodels/peoplemodel.py:521 @@ -5896,13 +6087,15 @@ msgstr "" #: ../gramps/plugins/textreport/indivcomplete.py:611 #: ../gramps/plugins/textreport/tagreport.py:125 #: ../gramps/plugins/tool/notrelated.py:125 -#: ../gramps/plugins/tool/removeunused.py:202 -#: ../gramps/plugins/tool/verify.py:527 ../gramps/plugins/view/repoview.py:86 -#: ../gramps/plugins/webreport/narrativeweb.py:6406 +#: ../gramps/plugins/tool/removeunused.py:203 +#: ../gramps/plugins/tool/verify.py:528 ../gramps/plugins/view/repoview.py:86 +#: ../gramps/plugins/webreport/narrativeweb.py:6407 msgid "Name" msgstr "" -#: ../gramps/gui/clipboard.py:616 ../gramps/gui/editors/editlink.py:84 +#. 2 +#. add media column +#: ../gramps/gui/clipboard.py:627 ../gramps/gui/editors/editlink.py:84 #: ../gramps/gui/editors/filtereditor.py:292 ../gramps/gui/grampsgui.py:170 #: ../gramps/plugins/gramplet/quickviewgramplet.py:111 #: ../gramps/plugins/quickview/filterbyname.py:110 @@ -5914,36 +6107,44 @@ msgstr "" #: ../gramps/plugins/textreport/tagreport.py:441 #: ../gramps/plugins/view/mediaview.py:140 #: ../gramps/plugins/view/view.gpr.py:80 ../gramps/plugins/view/view.gpr.py:88 -#: ../gramps/plugins/webreport/narrativeweb.py:1766 -#: ../gramps/plugins/webreport/narrativeweb.py:1824 -#: ../gramps/plugins/webreport/narrativeweb.py:1882 -#: ../gramps/plugins/webreport/narrativeweb.py:1920 -#: ../gramps/plugins/webreport/narrativeweb.py:2180 -#: ../gramps/plugins/webreport/narrativeweb.py:4401 -#: ../gramps/plugins/webreport/narrativeweb.py:4523 +#: ../gramps/plugins/webreport/narrativeweb.py:1767 +#: ../gramps/plugins/webreport/narrativeweb.py:1825 +#: ../gramps/plugins/webreport/narrativeweb.py:1883 +#: ../gramps/plugins/webreport/narrativeweb.py:1921 +#: ../gramps/plugins/webreport/narrativeweb.py:2181 +#: ../gramps/plugins/webreport/narrativeweb.py:4402 +#: ../gramps/plugins/webreport/narrativeweb.py:4524 msgid "Media" msgstr "" -#: ../gramps/gui/clipboard.py:643 +#: ../gramps/gui/clipboard.py:654 msgid "Media ref" msgstr "" -#: ../gramps/gui/clipboard.py:661 +#: ../gramps/gui/clipboard.py:672 msgid "Person ref" msgstr "" -#: ../gramps/gui/clipboard.py:679 +#: ../gramps/gui/clipboard.py:690 msgid "Child ref" msgstr "" -#: ../gramps/gui/clipboard.py:688 +#: ../gramps/gui/clipboard.py:699 #, python-format msgid "%(frel)s %(mrel)s" msgstr "" -#: ../gramps/gui/clipboard.py:700 ../gramps/gui/configure.py:504 +#. 4 +#. ------------------------------------------------------------------------ +#. +#. References +#. +#. ------------------------------------------------------------------------ +#. functions for the actual quickreports +#: ../gramps/gui/clipboard.py:711 ../gramps/gui/configure.py:504 #: ../gramps/gui/editors/editlink.py:86 -#: ../gramps/gui/editors/filtereditor.py:287 ../gramps/gui/grampsgui.py:177 +#: ../gramps/gui/editors/filtereditor.py:287 +#: ../gramps/gui/glade/editpersonref.glade.h:5 ../gramps/gui/grampsgui.py:177 #: ../gramps/plugins/export/exportcsv.py:338 #: ../gramps/plugins/gramplet/quickviewgramplet.py:108 #: ../gramps/plugins/importer/importcsv.py:224 @@ -5967,18 +6168,22 @@ msgstr "" #: ../gramps/plugins/textreport/placereport.py:256 #: ../gramps/plugins/textreport/placereport.py:388 #: ../gramps/plugins/tool/eventcmp.py:252 -#: ../gramps/plugins/webreport/narrativeweb.py:387 -#: ../gramps/plugins/webreport/narrativeweb.py:3112 -#: ../gramps/plugins/webreport/narrativeweb.py:3665 -#: ../gramps/plugins/webreport/narrativeweb.py:5987 -#: ../gramps/gui/glade/editpersonref.glade:206 +#: ../gramps/plugins/webreport/narrativeweb.py:388 +#: ../gramps/plugins/webreport/narrativeweb.py:3113 +#: ../gramps/plugins/webreport/narrativeweb.py:3666 +#: ../gramps/plugins/webreport/narrativeweb.py:5988 msgid "Person" msgstr "" -#: ../gramps/gui/clipboard.py:728 ../gramps/gui/configure.py:506 +#. 1 +#. get the family events +#. show "> Family: ..." and nothing else +#. show "V Family: ..." and the rest +#: ../gramps/gui/clipboard.py:739 ../gramps/gui/configure.py:506 #: ../gramps/gui/editors/editfamily.py:493 #: ../gramps/gui/editors/editlink.py:83 -#: ../gramps/gui/editors/filtereditor.py:288 ../gramps/gui/grampsgui.py:155 +#: ../gramps/gui/editors/filtereditor.py:288 +#: ../gramps/gui/glade/editldsord.glade.h:3 ../gramps/gui/grampsgui.py:155 #: ../gramps/plugins/export/exportcsv.py:505 #: ../gramps/plugins/gramplet/quickviewgramplet.py:110 #: ../gramps/plugins/importer/importcsv.py:227 @@ -5991,12 +6196,12 @@ msgstr "" #: ../gramps/plugins/textreport/indivcomplete.py:79 #: ../gramps/plugins/view/relview.py:1342 #: ../gramps/plugins/view/relview.py:1364 -#: ../gramps/plugins/webreport/narrativeweb.py:3113 -#: ../gramps/gui/glade/editldsord.glade:267 +#: ../gramps/plugins/webreport/narrativeweb.py:3114 msgid "Family" msgstr "" -#: ../gramps/gui/clipboard.py:757 ../gramps/gui/configure.py:510 +#. 7 +#: ../gramps/gui/clipboard.py:768 ../gramps/gui/configure.py:510 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:78 #: ../gramps/gui/editors/editlink.py:89 ../gramps/gui/editors/editsource.py:78 #: ../gramps/gui/editors/filtereditor.py:291 @@ -6012,7 +6217,8 @@ msgstr "" msgid "Source" msgstr "" -#: ../gramps/gui/clipboard.py:784 ../gramps/gui/configure.py:518 +#. 6 +#: ../gramps/gui/clipboard.py:795 ../gramps/gui/configure.py:518 #: ../gramps/gui/editors/editlink.py:88 #: ../gramps/gui/editors/editrepository.py:68 #: ../gramps/gui/editors/editrepository.py:70 @@ -6023,7 +6229,9 @@ msgstr "" msgid "Repository" msgstr "" -#: ../gramps/gui/clipboard.py:916 +#. Create the tree columns +#. 0 selected? +#: ../gramps/gui/clipboard.py:927 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:64 #: ../gramps/gui/editors/displaytabs/backreflist.py:61 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:76 @@ -6039,8 +6247,8 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:96 #: ../gramps/gui/merge/mergeperson.py:241 ../gramps/gui/plug/_windows.py:113 #: ../gramps/gui/plug/_windows.py:231 -#: ../gramps/gui/plug/report/_bookdialog.py:391 -#: ../gramps/gui/plug/report/_bookdialog.py:395 +#: ../gramps/gui/plug/report/_bookdialog.py:392 +#: ../gramps/gui/plug/report/_bookdialog.py:396 #: ../gramps/gui/selectors/selectevent.py:64 #: ../gramps/gui/selectors/selectnote.py:69 #: ../gramps/gui/selectors/selectobject.py:74 ../gramps/gui/viewmanager.py:490 @@ -6060,17 +6268,17 @@ msgstr "" #: ../gramps/plugins/view/eventview.py:85 #: ../gramps/plugins/view/mediaview.py:106 #: ../gramps/plugins/view/noteview.py:83 ../gramps/plugins/view/repoview.py:88 -#: ../gramps/plugins/webreport/narrativeweb.py:394 -#: ../gramps/plugins/webreport/narrativeweb.py:1256 -#: ../gramps/plugins/webreport/narrativeweb.py:1563 -#: ../gramps/plugins/webreport/narrativeweb.py:2262 -#: ../gramps/plugins/webreport/narrativeweb.py:2735 -#: ../gramps/plugins/webreport/narrativeweb.py:3662 -#: ../gramps/plugins/webreport/narrativeweb.py:6647 +#: ../gramps/plugins/webreport/narrativeweb.py:395 +#: ../gramps/plugins/webreport/narrativeweb.py:1257 +#: ../gramps/plugins/webreport/narrativeweb.py:1564 +#: ../gramps/plugins/webreport/narrativeweb.py:2263 +#: ../gramps/plugins/webreport/narrativeweb.py:2736 +#: ../gramps/plugins/webreport/narrativeweb.py:3663 +#: ../gramps/plugins/webreport/narrativeweb.py:6648 msgid "Type" msgstr "" -#: ../gramps/gui/clipboard.py:919 +#: ../gramps/gui/clipboard.py:930 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:83 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:69 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:92 @@ -6085,39 +6293,40 @@ msgstr "" #: ../gramps/plugins/view/citationtreeview.py:165 #: ../gramps/plugins/view/mediaview.py:104 #: ../gramps/plugins/view/sourceview.py:83 -#: ../gramps/plugins/webreport/narrativeweb.py:2734 +#: ../gramps/plugins/webreport/narrativeweb.py:2735 msgid "Title" msgstr "" -#: ../gramps/gui/clipboard.py:922 +#: ../gramps/gui/clipboard.py:933 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:65 #: ../gramps/gui/editors/displaytabs/dataembedlist.py:62 #: ../gramps/plugins/gramplet/attributes.py:48 -#: ../gramps/plugins/lib/libmetadata.py:174 +#: ../gramps/plugins/lib/libmetadata.py:166 #: ../gramps/plugins/tool/patchnames.py:402 -#: ../gramps/plugins/webreport/narrativeweb.py:396 -#: ../gramps/plugins/webreport/narrativeweb.py:1315 -#: ../gramps/plugins/webreport/narrativeweb.py:1564 +#: ../gramps/plugins/webreport/narrativeweb.py:397 +#: ../gramps/plugins/webreport/narrativeweb.py:1316 +#: ../gramps/plugins/webreport/narrativeweb.py:1565 msgid "Value" msgstr "" -#: ../gramps/gui/clipboard.py:1343 ../gramps/gui/clipboard.py:1349 -#: ../gramps/gui/clipboard.py:1387 ../gramps/gui/clipboard.py:1431 -#: ../gramps/gui/glade/clipboard.glade:7 +#: ../gramps/gui/clipboard.py:1354 ../gramps/gui/clipboard.py:1360 +#: ../gramps/gui/clipboard.py:1398 ../gramps/gui/clipboard.py:1442 +#: ../gramps/gui/glade/clipboard.glade.h:2 msgid "Clipboard" msgstr "" -#: ../gramps/gui/clipboard.py:1473 ../gramps/gui/plug/quick/_quicktable.py:131 +#: ../gramps/gui/clipboard.py:1484 ../gramps/gui/plug/quick/_quicktable.py:131 #, python-format msgid "the object|See %s details" msgstr "" -#: ../gramps/gui/clipboard.py:1479 ../gramps/gui/plug/quick/_quicktable.py:141 +#. --------------------------- +#: ../gramps/gui/clipboard.py:1490 ../gramps/gui/plug/quick/_quicktable.py:141 #, python-format msgid "the object|Make %s active" msgstr "" -#: ../gramps/gui/clipboard.py:1495 +#: ../gramps/gui/clipboard.py:1506 #, python-format msgid "the object|Create Filter from %s selected..." msgstr "" @@ -6131,9 +6340,10 @@ msgstr "" msgid "Drag and drop the columns to change the order" msgstr "" +#. ################# #: ../gramps/gui/columnorder.py:130 ../gramps/gui/configure.py:1075 -#: ../gramps/plugins/drawreport/ancestortree.py:933 -#: ../gramps/plugins/drawreport/descendtree.py:1509 +#: ../gramps/plugins/drawreport/ancestortree.py:937 +#: ../gramps/plugins/drawreport/descendtree.py:1512 msgid "Display" msgstr "" @@ -6215,8 +6425,8 @@ msgstr "" #: ../gramps/plugins/lib/libplaceview.py:99 #: ../gramps/plugins/view/placetreeview.py:77 #: ../gramps/plugins/view/repoview.py:91 -#: ../gramps/plugins/webreport/narrativeweb.py:380 -#: ../gramps/plugins/webreport/narrativeweb.py:1416 +#: ../gramps/plugins/webreport/narrativeweb.py:381 +#: ../gramps/plugins/webreport/narrativeweb.py:1417 msgid "Locality" msgstr "" @@ -6229,7 +6439,7 @@ msgstr "" #: ../gramps/plugins/tool/extractcity.py:388 #: ../gramps/plugins/view/placetreeview.py:78 #: ../gramps/plugins/view/repoview.py:92 -#: ../gramps/plugins/webreport/narrativeweb.py:371 +#: ../gramps/plugins/webreport/narrativeweb.py:372 msgid "City" msgstr "" @@ -6250,8 +6460,8 @@ msgstr "" #: ../gramps/plugins/tool/extractcity.py:391 #: ../gramps/plugins/view/placetreeview.py:81 #: ../gramps/plugins/view/repoview.py:94 -#: ../gramps/plugins/webreport/narrativeweb.py:373 -#: ../gramps/plugins/webreport/narrativeweb.py:3377 +#: ../gramps/plugins/webreport/narrativeweb.py:374 +#: ../gramps/plugins/webreport/narrativeweb.py:3378 msgid "Country" msgstr "" @@ -6264,7 +6474,7 @@ msgstr "" #: ../gramps/gui/configure.py:492 #: ../gramps/plugins/gramplet/repositorydetails.py:112 -#: ../gramps/plugins/webreport/narrativeweb.py:388 +#: ../gramps/plugins/webreport/narrativeweb.py:389 msgid "Phone" msgstr "" @@ -6321,6 +6531,14 @@ msgstr "" msgid "Border Female Death" msgstr "" +#. # self.add_color(table, _('Gender Other Alive'), 5, +#. # 'preferences.color-gender-other-alive') +#. # self.add_color(table, _('Border Other Alive'), 6, +#. # 'preferences.bordercolor-gender-other-alive') +#. # self.add_color(table, _('Gender Other Death'), 7, +#. # 'preferences.color-gender-other-death') +#. # self.add_color(table, _('Border Other Death'), 8, +#. # 'preferences.bordercolor-gender-other-death') #: ../gramps/gui/configure.py:555 msgid "Gender Unknown Alive" msgstr "" @@ -6394,6 +6612,7 @@ msgstr "" msgid "Example" msgstr "" +#. label for the combo #: ../gramps/gui/configure.py:945 #: ../gramps/plugins/drawreport/calendarreport.py:436 #: ../gramps/plugins/textreport/ancestorreport.py:280 @@ -6406,21 +6625,20 @@ msgstr "" #: ../gramps/plugins/textreport/indivcomplete.py:697 #: ../gramps/plugins/textreport/kinshipreport.py:348 #: ../gramps/plugins/textreport/numberofancestorsreport.py:201 -#: ../gramps/plugins/webreport/narrativeweb.py:8022 -#: ../gramps/plugins/webreport/webcal.py:1357 +#: ../gramps/plugins/webreport/narrativeweb.py:8023 +#: ../gramps/plugins/webreport/webcal.py:1358 msgid "Name format" msgstr "" #: ../gramps/gui/configure.py:949 #: ../gramps/gui/editors/displaytabs/buttontab.py:74 +#: ../gramps/gui/glade/editfamily.glade.h:10 +#: ../gramps/gui/glade/editlink.glade.h:2 +#: ../gramps/gui/glade/editperson.glade.h:15 +#: ../gramps/gui/glade/rule.glade.h:17 +#: ../gramps/gui/glade/styleeditor.glade.h:19 #: ../gramps/gui/plug/_windows.py:142 ../gramps/gui/plug/_windows.py:198 -#: ../gramps/gui/plug/report/_bookdialog.py:621 -#: ../gramps/gui/glade/editfamily.glade:280 -#: ../gramps/gui/glade/editfamily.glade:606 -#: ../gramps/gui/glade/editlink.glade:242 -#: ../gramps/gui/glade/editperson.glade:611 -#: ../gramps/gui/glade/editperson.glade:846 ../gramps/gui/glade/rule.glade:481 -#: ../gramps/gui/glade/styleeditor.glade:1394 +#: ../gramps/gui/plug/report/_bookdialog.py:622 msgid "Edit" msgstr "" @@ -6646,11 +6864,11 @@ msgstr "" msgid "Select database directory" msgstr "" -#: ../gramps/gui/dbloader.py:124 ../gramps/gui/plug/tool.py:112 +#: ../gramps/gui/dbloader.py:125 ../gramps/gui/plug/tool.py:112 msgid "Undo history warning" msgstr "" -#: ../gramps/gui/dbloader.py:125 +#: ../gramps/gui/dbloader.py:126 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 " @@ -6660,23 +6878,23 @@ msgid "" "your database." msgstr "" -#: ../gramps/gui/dbloader.py:130 +#: ../gramps/gui/dbloader.py:131 msgid "_Proceed with import" msgstr "" -#: ../gramps/gui/dbloader.py:130 ../gramps/gui/plug/tool.py:119 +#: ../gramps/gui/dbloader.py:131 ../gramps/gui/plug/tool.py:119 msgid "_Stop" msgstr "" -#: ../gramps/gui/dbloader.py:137 +#: ../gramps/gui/dbloader.py:138 msgid "Gramps: Import Family Tree" msgstr "" -#: ../gramps/gui/dbloader.py:142 ../gramps/gui/grampsgui.py:203 +#: ../gramps/gui/dbloader.py:143 ../gramps/gui/grampsgui.py:203 msgid "Import" msgstr "" -#: ../gramps/gui/dbloader.py:198 +#: ../gramps/gui/dbloader.py:199 #, python-format msgid "" "File type \"%s\" is unknown to Gramps.\n" @@ -6685,56 +6903,65 @@ msgid "" "others." msgstr "" -#: ../gramps/gui/dbloader.py:221 ../gramps/gui/dbloader.py:227 +#: ../gramps/gui/dbloader.py:222 ../gramps/gui/dbloader.py:228 msgid "Cannot open file" msgstr "" -#: ../gramps/gui/dbloader.py:222 +#: ../gramps/gui/dbloader.py:223 msgid "The selected file is a directory, not a file.\n" msgstr "" -#: ../gramps/gui/dbloader.py:228 +#: ../gramps/gui/dbloader.py:229 msgid "You do not have read access to the selected file." msgstr "" -#: ../gramps/gui/dbloader.py:237 +#: ../gramps/gui/dbloader.py:238 msgid "Cannot create file" msgstr "" -#: ../gramps/gui/dbloader.py:257 +#: ../gramps/gui/dbloader.py:258 #, python-format msgid "Could not import file: %s" msgstr "" -#: ../gramps/gui/dbloader.py:258 +#: ../gramps/gui/dbloader.py:259 msgid "" "This file incorrectly identifies its character set, so it cannot be " "accurately imported. Please fix the encoding, and import again" msgstr "" -#: ../gramps/gui/dbloader.py:313 +#: ../gramps/gui/dbloader.py:320 msgid "Need to upgrade database!" msgstr "" -#: ../gramps/gui/dbloader.py:315 +#: ../gramps/gui/dbloader.py:322 msgid "Upgrade now" msgstr "" -#: ../gramps/gui/dbloader.py:316 ../gramps/gui/plug/report/_bookdialog.py:291 -#: ../gramps/gui/plug/report/_bookdialog.py:690 +#: ../gramps/gui/dbloader.py:323 ../gramps/gui/dbloader.py:334 +#: ../gramps/gui/plug/report/_bookdialog.py:292 +#: ../gramps/gui/plug/report/_bookdialog.py:691 #: ../gramps/gui/viewmanager.py:1058 ../gramps/plugins/view/familyview.py:254 msgid "Cancel" msgstr "" -#: ../gramps/gui/dbloader.py:378 +#: ../gramps/gui/dbloader.py:330 +msgid "Need to upgrade BSDDB database!" +msgstr "" + +#: ../gramps/gui/dbloader.py:332 +msgid "I have made a backup, please upgrade my tree" +msgstr "" + +#: ../gramps/gui/dbloader.py:394 msgid "All files" msgstr "" -#: ../gramps/gui/dbloader.py:419 +#: ../gramps/gui/dbloader.py:435 msgid "Automatically detected" msgstr "" -#: ../gramps/gui/dbloader.py:428 +#: ../gramps/gui/dbloader.py:444 msgid "Select file _type:" msgstr "" @@ -6742,7 +6969,7 @@ msgstr "" msgid "_Extract" msgstr "" -#: ../gramps/gui/dbman.py:112 ../gramps/gui/glade/dbman.glade:375 +#: ../gramps/gui/dbman.py:112 ../gramps/gui/glade/dbman.glade.h:5 msgid "_Archive" msgstr "" @@ -6750,19 +6977,17 @@ msgstr "" msgid "Family tree name" msgstr "" +#. icon_column = Gtk.TreeViewColumn(_('Status'), render, +#. stock_id=STOCK_COL) #: ../gramps/gui/dbman.py:295 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:54 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:65 #: ../gramps/gui/plug/_windows.py:117 ../gramps/gui/plug/_windows.py:175 -#: ../gramps/plugins/webreport/narrativeweb.py:391 -#: ../gramps/plugins/webreport/narrativeweb.py:1260 +#: ../gramps/plugins/webreport/narrativeweb.py:392 +#: ../gramps/plugins/webreport/narrativeweb.py:1261 msgid "Status" msgstr "" -#: ../gramps/gui/dbman.py:301 -msgid "Last accessed" -msgstr "" - #: ../gramps/gui/dbman.py:385 #, python-format msgid "Break the lock on the '%s' database?" @@ -6792,58 +7017,58 @@ msgid "" "%s" msgstr "" -#: ../gramps/gui/dbman.py:485 +#: ../gramps/gui/dbman.py:489 msgid "Could not rename the Family Tree." msgstr "" -#: ../gramps/gui/dbman.py:486 +#: ../gramps/gui/dbman.py:490 msgid "Family Tree already exists, choose a unique name." msgstr "" -#: ../gramps/gui/dbman.py:524 +#: ../gramps/gui/dbman.py:532 msgid "Extracting archive..." msgstr "" -#: ../gramps/gui/dbman.py:529 +#: ../gramps/gui/dbman.py:537 msgid "Importing archive..." msgstr "" -#: ../gramps/gui/dbman.py:545 -#, python-format -msgid "Remove the '%s' family tree?" -msgstr "" - -#: ../gramps/gui/dbman.py:546 -msgid "Removing this family tree will permanently destroy the data." -msgstr "" - -#: ../gramps/gui/dbman.py:547 -msgid "Remove family tree" -msgstr "" - #: ../gramps/gui/dbman.py:553 #, python-format +msgid "Remove the '%s' family tree?" +msgstr "" + +#: ../gramps/gui/dbman.py:554 +msgid "Removing this family tree will permanently destroy the data." +msgstr "" + +#: ../gramps/gui/dbman.py:555 +msgid "Remove family tree" +msgstr "" + +#: ../gramps/gui/dbman.py:561 +#, python-format msgid "Remove the '%(revision)s' version of '%(database)s'" msgstr "" -#: ../gramps/gui/dbman.py:557 +#: ../gramps/gui/dbman.py:565 msgid "" "Removing this version will prevent you from extracting it in the future." msgstr "" -#: ../gramps/gui/dbman.py:559 +#: ../gramps/gui/dbman.py:567 msgid "Remove version" msgstr "" -#: ../gramps/gui/dbman.py:588 +#: ../gramps/gui/dbman.py:596 msgid "Could not delete family tree" msgstr "" -#: ../gramps/gui/dbman.py:613 +#: ../gramps/gui/dbman.py:621 msgid "Deletion failed" msgstr "" -#: ../gramps/gui/dbman.py:614 +#: ../gramps/gui/dbman.py:622 #, python-format msgid "" "An attempt to delete a version failed with the following message:\n" @@ -6851,11 +7076,11 @@ msgid "" "%s" msgstr "" -#: ../gramps/gui/dbman.py:641 +#: ../gramps/gui/dbman.py:649 msgid "Repair family tree?" msgstr "" -#: ../gramps/gui/dbman.py:643 +#: ../gramps/gui/dbman.py:651 #, python-format msgid "" "If you click Proceed, Gramps will attempt to recover your family tree " @@ -6882,31 +7107,31 @@ msgid "" "need_recover in the family tree directory." msgstr "" -#: ../gramps/gui/dbman.py:662 +#: ../gramps/gui/dbman.py:670 msgid "Proceed, I have taken a backup" msgstr "" -#: ../gramps/gui/dbman.py:663 +#: ../gramps/gui/dbman.py:671 msgid "Stop" msgstr "" -#: ../gramps/gui/dbman.py:686 +#: ../gramps/gui/dbman.py:694 msgid "Rebuilding database from backup files" msgstr "" -#: ../gramps/gui/dbman.py:691 +#: ../gramps/gui/dbman.py:699 msgid "Error restoring backup data" msgstr "" -#: ../gramps/gui/dbman.py:726 +#: ../gramps/gui/dbman.py:734 msgid "Could not create family tree" msgstr "" -#: ../gramps/gui/dbman.py:842 +#: ../gramps/gui/dbman.py:850 msgid "Retrieve failed" msgstr "" -#: ../gramps/gui/dbman.py:843 +#: ../gramps/gui/dbman.py:851 #, python-format msgid "" "An attempt to retrieve the data failed with the following message:\n" @@ -6914,11 +7139,11 @@ msgid "" "%s" msgstr "" -#: ../gramps/gui/dbman.py:883 ../gramps/gui/dbman.py:911 +#: ../gramps/gui/dbman.py:891 ../gramps/gui/dbman.py:919 msgid "Archiving failed" msgstr "" -#: ../gramps/gui/dbman.py:884 +#: ../gramps/gui/dbman.py:892 #, python-format msgid "" "An attempt to create the archive failed with the following message:\n" @@ -6926,15 +7151,15 @@ msgid "" "%s" msgstr "" -#: ../gramps/gui/dbman.py:889 +#: ../gramps/gui/dbman.py:897 msgid "Creating data to be archived..." msgstr "" -#: ../gramps/gui/dbman.py:898 +#: ../gramps/gui/dbman.py:906 msgid "Saving archive..." msgstr "" -#: ../gramps/gui/dbman.py:912 +#: ../gramps/gui/dbman.py:920 #, python-format msgid "" "An attempt to archive the data failed with the following message:\n" @@ -6956,7 +7181,7 @@ msgid "" "\n" msgstr "" -#: ../gramps/gui/dialog.py:333 ../gramps/gui/utils.py:293 +#: ../gramps/gui/dialog.py:333 ../gramps/gui/utils.py:300 msgid "Attempt to force closing the dialog" msgstr "" @@ -7069,7 +7294,16 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:99 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:99 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:95 -#: ../gramps/gui/grampsgui.py:152 ../gramps/gui/selectors/selectevent.py:66 +#: ../gramps/gui/glade/editaddress.glade.h:5 +#: ../gramps/gui/glade/editcitation.glade.h:16 +#: ../gramps/gui/glade/editevent.glade.h:4 +#: ../gramps/gui/glade/editeventref.glade.h:6 +#: ../gramps/gui/glade/editldsord.glade.h:2 +#: ../gramps/gui/glade/editmedia.glade.h:4 +#: ../gramps/gui/glade/editmediaref.glade.h:6 +#: ../gramps/gui/glade/editname.glade.h:13 +#: ../gramps/gui/glade/editsourceref.glade.h:14 ../gramps/gui/grampsgui.py:152 +#: ../gramps/gui/selectors/selectevent.py:66 #: ../gramps/plugins/export/exportcsv.py:462 #: ../gramps/plugins/gramplet/ageondategramplet.py:74 #: ../gramps/plugins/gramplet/events.py:56 @@ -7087,32 +7321,14 @@ msgstr "" #: ../gramps/plugins/view/citationtreeview.py:96 #: ../gramps/plugins/view/eventview.py:86 #: ../gramps/plugins/view/mediaview.py:108 -#: ../gramps/plugins/webreport/narrativeweb.py:375 -#: ../gramps/plugins/webreport/narrativeweb.py:980 -#: ../gramps/plugins/webreport/narrativeweb.py:1228 -#: ../gramps/plugins/webreport/narrativeweb.py:1257 -#: ../gramps/plugins/webreport/narrativeweb.py:2370 -#: ../gramps/plugins/webreport/narrativeweb.py:3663 -#: ../gramps/plugins/webreport/narrativeweb.py:4430 -#: ../gramps/plugins/webreport/narrativeweb.py:5756 -#: ../gramps/gui/glade/editaddress.glade:377 -#: ../gramps/gui/glade/editaddress.glade:387 -#: ../gramps/gui/glade/editcitation.glade:151 -#: ../gramps/gui/glade/editcitation.glade:161 -#: ../gramps/gui/glade/editevent.glade:147 -#: ../gramps/gui/glade/editevent.glade:159 -#: ../gramps/gui/glade/editeventref.glade:399 -#: ../gramps/gui/glade/editeventref.glade:409 -#: ../gramps/gui/glade/editldsord.glade:151 -#: ../gramps/gui/glade/editldsord.glade:161 -#: ../gramps/gui/glade/editmedia.glade:261 -#: ../gramps/gui/glade/editmedia.glade:271 -#: ../gramps/gui/glade/editmediaref.glade:708 -#: ../gramps/gui/glade/editmediaref.glade:718 -#: ../gramps/gui/glade/editname.glade:638 -#: ../gramps/gui/glade/editname.glade:648 -#: ../gramps/gui/glade/editsourceref.glade:148 -#: ../gramps/gui/glade/editsourceref.glade:158 +#: ../gramps/plugins/webreport/narrativeweb.py:376 +#: ../gramps/plugins/webreport/narrativeweb.py:981 +#: ../gramps/plugins/webreport/narrativeweb.py:1229 +#: ../gramps/plugins/webreport/narrativeweb.py:1258 +#: ../gramps/plugins/webreport/narrativeweb.py:2371 +#: ../gramps/plugins/webreport/narrativeweb.py:3664 +#: ../gramps/plugins/webreport/narrativeweb.py:4431 +#: ../gramps/plugins/webreport/narrativeweb.py:5757 msgid "Date" msgstr "" @@ -7123,7 +7339,7 @@ msgstr "" #: ../gramps/plugins/lib/libplaceview.py:98 #: ../gramps/plugins/view/placetreeview.py:76 #: ../gramps/plugins/view/repoview.py:90 -#: ../gramps/plugins/webreport/narrativeweb.py:393 +#: ../gramps/plugins/webreport/narrativeweb.py:394 msgid "Street" msgstr "" @@ -7155,6 +7371,8 @@ msgstr "" msgid "_Attributes" msgstr "" +#. Add column with object gramps_id +#. GRAMPS ID #: ../gramps/gui/editors/displaytabs/backreflist.py:62 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:86 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:78 @@ -7190,9 +7408,9 @@ msgstr "" #: ../gramps/plugins/tool/eventcmp.py:252 #: ../gramps/plugins/tool/notrelated.py:126 #: ../gramps/plugins/tool/patchnames.py:396 -#: ../gramps/plugins/tool/removeunused.py:196 +#: ../gramps/plugins/tool/removeunused.py:197 #: ../gramps/plugins/tool/sortevents.py:58 -#: ../gramps/plugins/tool/verify.py:520 +#: ../gramps/plugins/tool/verify.py:521 #: ../gramps/plugins/view/citationlistview.py:100 #: ../gramps/plugins/view/citationtreeview.py:95 #: ../gramps/plugins/view/eventview.py:84 @@ -7234,29 +7452,18 @@ msgid "%(part1)s - %(part2)s" msgstr "" #: ../gramps/gui/editors/displaytabs/buttontab.py:72 +#: ../gramps/gui/glade/editfamily.glade.h:7 +#: ../gramps/gui/glade/editperson.glade.h:9 ../gramps/gui/glade/rule.glade.h:8 +#: ../gramps/gui/glade/styleeditor.glade.h:14 #: ../gramps/plugins/view/relview.py:421 -#: ../gramps/gui/glade/editfamily.glade:215 -#: ../gramps/gui/glade/editfamily.glade:225 -#: ../gramps/gui/glade/editfamily.glade:509 -#: ../gramps/gui/glade/editfamily.glade:519 -#: ../gramps/gui/glade/editperson.glade:404 -#: ../gramps/gui/glade/editperson.glade:856 ../gramps/gui/glade/rule.glade:446 -#: ../gramps/gui/glade/rule.glade:457 -#: ../gramps/gui/glade/styleeditor.glade:1361 -#: ../gramps/gui/glade/styleeditor.glade:1372 msgid "Add" msgstr "" #: ../gramps/gui/editors/displaytabs/buttontab.py:73 -#: ../gramps/gui/glade/editfamily.glade:247 -#: ../gramps/gui/glade/editfamily.glade:257 -#: ../gramps/gui/glade/editfamily.glade:573 -#: ../gramps/gui/glade/editfamily.glade:583 -#: ../gramps/gui/glade/grampletpane.glade:98 -#: ../gramps/gui/glade/grampletpane.glade:108 -#: ../gramps/gui/glade/rule.glade:516 ../gramps/gui/glade/rule.glade:527 -#: ../gramps/gui/glade/styleeditor.glade:1427 -#: ../gramps/gui/glade/styleeditor.glade:1438 +#: ../gramps/gui/glade/editfamily.glade.h:18 +#: ../gramps/gui/glade/grampletpane.glade.h:9 +#: ../gramps/gui/glade/rule.glade.h:24 +#: ../gramps/gui/glade/styleeditor.glade.h:27 msgid "Remove" msgstr "" @@ -7306,15 +7513,15 @@ msgstr "" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:84 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:85 -#: ../gramps/plugins/gramplet/citations.py:50 +#: ../gramps/plugins/gramplet/citations.py:69 #: ../gramps/plugins/view/sourceview.py:85 -#: ../gramps/plugins/webreport/narrativeweb.py:4292 +#: ../gramps/plugins/webreport/narrativeweb.py:4293 msgid "Author" msgstr "" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:85 #: ../gramps/gui/selectors/selectcitation.py:67 -#: ../gramps/plugins/webreport/narrativeweb.py:2371 +#: ../gramps/plugins/webreport/narrativeweb.py:2372 msgid "Page" msgstr "" @@ -7365,8 +7572,8 @@ msgstr "" #: ../gramps/gui/editors/displaytabs/dataembedlist.py:61 #: ../gramps/plugins/gramplet/attributes.py:47 -#: ../gramps/plugins/lib/libmetadata.py:173 -#: ../gramps/plugins/webreport/narrativeweb.py:1314 +#: ../gramps/plugins/lib/libmetadata.py:165 +#: ../gramps/plugins/webreport/narrativeweb.py:1315 msgid "Key" msgstr "" @@ -7375,7 +7582,7 @@ msgid "_Data" msgstr "" #: ../gramps/gui/editors/displaytabs/eventembedlist.py:59 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:433 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:436 msgid "Family Events" msgstr "" @@ -7454,8 +7661,8 @@ msgstr "" #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:55 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:66 -#: ../gramps/plugins/webreport/narrativeweb.py:395 -#: ../gramps/plugins/webreport/narrativeweb.py:1258 +#: ../gramps/plugins/webreport/narrativeweb.py:396 +#: ../gramps/plugins/webreport/narrativeweb.py:1259 msgid "Temple" msgstr "" @@ -7524,7 +7731,7 @@ msgstr "" #: ../gramps/plugins/lib/libplaceview.py:101 #: ../gramps/plugins/lib/maps/placeselection.py:150 #: ../gramps/plugins/view/placetreeview.py:79 -#: ../gramps/plugins/webreport/narrativeweb.py:372 +#: ../gramps/plugins/webreport/narrativeweb.py:373 msgid "County" msgstr "" @@ -7536,7 +7743,7 @@ msgstr "" #: ../gramps/plugins/lib/maps/placeselection.py:149 #: ../gramps/plugins/tool/extractcity.py:389 #: ../gramps/plugins/view/placetreeview.py:80 -#: ../gramps/plugins/webreport/narrativeweb.py:3376 +#: ../gramps/plugins/webreport/narrativeweb.py:3377 msgid "State" msgstr "" @@ -7581,6 +7788,11 @@ msgstr "" msgid "Set as default name" msgstr "" +#. ------------------------------------------------------------------------- +#. +#. NameModel +#. +#. ------------------------------------------------------------------------- #: ../gramps/gui/editors/displaytabs/namemodel.py:58 #: ../gramps/gui/plug/_guioptions.py:1204 ../gramps/gui/views/listview.py:532 #: ../gramps/gui/views/tags.py:480 @@ -7810,14 +8022,6 @@ msgstr "" msgid "Jump to the selected web address" msgstr "" -#: ../gramps/gui/editors/displaytabs/webembedlist.py:67 -#: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:94 -#: ../gramps/plugins/view/mediaview.py:107 -#: ../gramps/gui/glade/editmedia.glade:300 -#: ../gramps/gui/glade/editmediaref.glade:791 -msgid "Path" -msgstr "" - #: ../gramps/gui/editors/displaytabs/webembedlist.py:73 msgid "_Internet" msgstr "" @@ -8093,7 +8297,7 @@ msgstr "" #: ../gramps/plugins/lib/libpersonview.py:97 #: ../gramps/plugins/quickview/siblings.py:50 #: ../gramps/plugins/textreport/indivcomplete.py:612 -#: ../gramps/plugins/webreport/narrativeweb.py:6198 +#: ../gramps/plugins/webreport/narrativeweb.py:6199 msgid "Gender" msgstr "" @@ -8333,7 +8537,7 @@ msgstr "" #: ../gramps/gui/editors/editldsord.py:304 #: ../gramps/gui/editors/editldsord.py:426 -#: ../gramps/plugins/webreport/narrativeweb.py:792 +#: ../gramps/plugins/webreport/narrativeweb.py:793 msgid "LDS Ordinance" msgstr "" @@ -8350,13 +8554,13 @@ msgid "Location Editor" msgstr "" #: ../gramps/gui/editors/editmedia.py:92 -#: ../gramps/gui/editors/editmediaref.py:432 +#: ../gramps/gui/editors/editmediaref.py:404 #, python-format msgid "Media: %s" msgstr "" #: ../gramps/gui/editors/editmedia.py:94 -#: ../gramps/gui/editors/editmediaref.py:434 +#: ../gramps/gui/editors/editmediaref.py:406 msgid "New Media" msgstr "" @@ -8378,13 +8582,13 @@ msgid "Cannot save media object. ID already exists." msgstr "" #: ../gramps/gui/editors/editmedia.py:300 -#: ../gramps/gui/editors/editmediaref.py:667 +#: ../gramps/gui/editors/editmediaref.py:641 #, python-format msgid "Add Media Object (%s)" msgstr "" #: ../gramps/gui/editors/editmedia.py:305 -#: ../gramps/gui/editors/editmediaref.py:663 +#: ../gramps/gui/editors/editmediaref.py:637 #, python-format msgid "Edit Media Object (%s)" msgstr "" @@ -8394,14 +8598,13 @@ msgid "Remove Media Object" msgstr "" #: ../gramps/gui/editors/editmediaref.py:86 -#: ../gramps/gui/editors/editmediaref.py:435 +#: ../gramps/gui/editors/editmediaref.py:407 msgid "Media Reference Editor" msgstr "" #: ../gramps/gui/editors/editmediaref.py:88 #: ../gramps/gui/editors/editmediaref.py:89 -#: ../gramps/gui/glade/editmediaref.glade:150 -#: ../gramps/gui/glade/editmediaref.glade:320 +#: ../gramps/gui/glade/editmediaref.glade.h:26 msgid "Y coordinate|Y" msgstr "" @@ -8758,6 +8961,7 @@ msgstr "" msgid "Tag selection" msgstr "" +#. pylint: disable-msg=E1101 #: ../gramps/gui/editors/edittaglist.py:101 #: ../gramps/gui/views/bookmarks.py:211 ../gramps/gui/views/tags.py:374 #: ../gramps/gui/views/tags.py:584 ../gramps/gui/views/tags.py:598 @@ -8872,7 +9076,7 @@ msgstr "" #: ../gramps/gui/editors/filtereditor.py:687 #: ../gramps/gui/editors/filtereditor.py:698 -#: ../gramps/gui/glade/rule.glade:897 +#: ../gramps/gui/glade/rule.glade.h:23 msgid "No rule selected" msgstr "" @@ -8896,27 +9100,28 @@ msgstr "" msgid "Filter Test" msgstr "" +#. ############################### #: ../gramps/gui/editors/filtereditor.py:1025 #: ../gramps/plugins/drawreport/calendarreport.py:421 #: ../gramps/plugins/drawreport/statisticschart.py:916 #: ../gramps/plugins/drawreport/timeline.py:378 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:931 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:945 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:959 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:973 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:987 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1001 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1015 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1029 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1043 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:934 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:948 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:962 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:976 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:990 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1004 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1018 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1032 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1046 #: ../gramps/plugins/graph/gvrelgraph.py:486 #: ../gramps/plugins/quickview/quickview.gpr.py:127 #: ../gramps/plugins/textreport/birthdayreport.py:369 #: ../gramps/plugins/textreport/indivcomplete.py:683 #: ../gramps/plugins/textreport/recordsreport.py:136 #: ../gramps/plugins/tool/sortevents.py:168 -#: ../gramps/plugins/webreport/narrativeweb.py:8000 -#: ../gramps/plugins/webreport/webcal.py:1335 +#: ../gramps/plugins/webreport/narrativeweb.py:8001 +#: ../gramps/plugins/webreport/webcal.py:1336 msgid "Filter" msgstr "" @@ -9063,7 +9268,7 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:100 #: ../gramps/plugins/view/citationlistview.py:102 #: ../gramps/plugins/view/citationtreeview.py:97 -#: ../gramps/plugins/webreport/narrativeweb.py:2372 +#: ../gramps/plugins/webreport/narrativeweb.py:2373 msgid "Confidence" msgstr "" @@ -9083,7 +9288,11 @@ msgstr "" msgid "Participants" msgstr "" +#. The parent may not be birth father in ths family, because it +#. may be a step family. However, it will be odd to display the +#. parent as anything other than "Father" #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:117 +#: ../gramps/gui/glade/editfamily.glade.h:13 #: ../gramps/gui/merge/mergeperson.py:222 #: ../gramps/gui/selectors/selectfamily.py:63 #: ../gramps/gui/widgets/reorderfam.py:85 @@ -9098,12 +9307,13 @@ msgstr "" #: ../gramps/plugins/textreport/tagreport.py:212 #: ../gramps/plugins/view/familyview.py:82 #: ../gramps/plugins/view/relview.py:907 -#: ../gramps/plugins/webreport/narrativeweb.py:6304 -#: ../gramps/gui/glade/editfamily.glade:182 +#: ../gramps/plugins/webreport/narrativeweb.py:6305 msgid "Father" msgstr "" +#. ---------------------------------- #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:118 +#: ../gramps/gui/glade/editfamily.glade.h:15 #: ../gramps/gui/merge/mergeperson.py:224 #: ../gramps/gui/selectors/selectfamily.py:64 #: ../gramps/gui/widgets/reorderfam.py:86 @@ -9118,8 +9328,7 @@ msgstr "" #: ../gramps/plugins/textreport/tagreport.py:218 #: ../gramps/plugins/view/familyview.py:83 #: ../gramps/plugins/view/relview.py:908 -#: ../gramps/plugins/webreport/narrativeweb.py:6318 -#: ../gramps/gui/glade/editfamily.glade:477 +#: ../gramps/plugins/webreport/narrativeweb.py:6319 msgid "Mother" msgstr "" @@ -9127,7 +9336,7 @@ msgstr "" #: ../gramps/gui/widgets/reorderfam.py:92 #: ../gramps/plugins/textreport/tagreport.py:224 #: ../gramps/plugins/view/familyview.py:84 -#: ../gramps/plugins/webreport/narrativeweb.py:5988 +#: ../gramps/plugins/webreport/narrativeweb.py:5989 msgid "Relationship" msgstr "" @@ -9178,7 +9387,7 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:86 #: ../gramps/plugins/view/sourceview.py:86 -#: ../gramps/plugins/webreport/narrativeweb.py:4293 +#: ../gramps/plugins/webreport/narrativeweb.py:4294 msgid "Abbreviation" msgstr "" @@ -9186,6 +9395,1974 @@ msgstr "" msgid "Publication" msgstr "" +#: ../gramps/gui/glade/addmedia.glade.h:1 +#: ../gramps/gui/glade/editmedia.glade.h:1 +#: ../gramps/gui/glade/editmediaref.glade.h:3 +msgid "Preview" +msgstr "" + +#: ../gramps/gui/glade/addmedia.glade.h:2 +msgid "Convert to a relative path" +msgstr "" + +#: ../gramps/gui/glade/addmedia.glade.h:3 +#: ../gramps/gui/glade/editperson.glade.h:18 +#: ../gramps/plugins/lib/libmetadata.py:94 +#: ../gramps/plugins/textreport/simplebooktitle.py:148 +msgid "Image" +msgstr "" + +#: ../gramps/gui/glade/addmedia.glade.h:4 +#: ../gramps/gui/glade/editcitation.glade.h:29 +#: ../gramps/gui/glade/editmedia.glade.h:20 +#: ../gramps/gui/glade/editmediaref.glade.h:33 +#: ../gramps/gui/glade/editsource.glade.h:15 +#: ../gramps/gui/glade/editsourceref.glade.h:27 +msgid "_Title:" +msgstr "" + +#: ../gramps/gui/glade/baseselector.glade.h:1 +msgid "Show all" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:1 +msgid "Add an item to the book" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:3 +msgid "Book _name:" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:4 +msgid "Clear the book" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:5 +msgid "Configure currently selected item" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:6 +msgid "Manage previously created books" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:7 +msgid "Move current selection one step down in the book" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:8 +msgid "Move current selection one step up in the book" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:9 +msgid "Open previously created book" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:10 +msgid "Remove currently selected item from the book" +msgstr "" + +#: ../gramps/gui/glade/book.glade.h:11 +msgid "Save current set of configured selections" +msgstr "" + +#: ../gramps/gui/glade/clipboard.glade.h:1 +msgid "Clear _All" +msgstr "" + +#: ../gramps/gui/glade/configure.glade.h:1 +msgid "Example:" +msgstr "" + +#: ../gramps/gui/glade/configure.glade.h:2 +msgid "Format _definition:" +msgstr "" + +#: ../gramps/gui/glade/configure.glade.h:3 +msgid "Format _name:" +msgstr "" + +#: ../gramps/gui/glade/configure.glade.h:4 +msgid "Format definition details" +msgstr "" + +#: ../gramps/gui/glade/configure.glade.h:6 +#, no-c-format +msgid "" +"The following conventions are used:\n" +" %f - Given Name %F - GIVEN NAME\n" +" %l - Surname %L - SURNAME\n" +" %t - Title %T - TITLE\n" +" %p - Prefix %P - PREFIX\n" +" %s - Suffix %S - SUFFIX\n" +" %c - Call name %C - CALL NAME\n" +" %y - Patronymic %Y - PATRONYMIC" +msgstr "" + +#: ../gramps/gui/glade/dbman.glade.h:1 +msgid "Version description" +msgstr "" + +#: ../gramps/gui/glade/dbman.glade.h:2 +msgid "Family Trees - Gramps" +msgstr "" + +#: ../gramps/gui/glade/dbman.glade.h:3 +msgid "Re_pair" +msgstr "" + +#: ../gramps/gui/glade/dbman.glade.h:4 +msgid "Revision comment - Gramps" +msgstr "" + +#: ../gramps/gui/glade/dbman.glade.h:6 +msgid "_Close Window" +msgstr "" + +#: ../gramps/gui/glade/dbman.glade.h:7 +msgid "_Load Family Tree" +msgstr "" + +#: ../gramps/gui/glade/dbman.glade.h:8 +msgid "_Rename" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:1 +msgid "Close _without saving" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:2 +msgid "Do not ask again" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:3 +msgid "Do not show this dialog again" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:4 +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 " +"be presented for any missing media files." +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:5 +msgid "Keep reference to the missing file" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:6 +msgid "Remove object and all references to it from the database" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:7 +msgid "Select replacement for the missing file" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:8 +msgid "_Keep Reference" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:9 +msgid "_Remove Object" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:10 +msgid "_Select File" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:11 +msgid "_Use this selection for all missing media files" +msgstr "" + +#: ../gramps/gui/glade/dialog.glade.h:12 +msgid "label" +msgstr "" + +#: ../gramps/gui/glade/displaystate.glade.h:1 ../data/gramps.desktop.in.h:2 +msgid "Gramps" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:1 +#: ../gramps/gui/glade/editchildref.glade.h:1 +#: ../gramps/gui/glade/editevent.glade.h:2 +#: ../gramps/gui/glade/editfamily.glade.h:6 +#: ../gramps/gui/glade/editldsord.glade.h:1 +#: ../gramps/gui/glade/editlink.glade.h:1 +#: ../gramps/gui/glade/editname.glade.h:8 +#: ../gramps/gui/glade/editperson.glade.h:8 +#: ../gramps/gui/glade/editpersonref.glade.h:1 +#: ../gramps/gui/glade/editreporef.glade.h:7 +#: ../gramps/gui/glade/editrepository.glade.h:3 +#: ../gramps/gui/glade/editsource.glade.h:4 +#: ../gramps/gui/glade/editurl.glade.h:2 +msgid "Accept changes and close window" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:2 +#: ../gramps/gui/glade/editlocation.glade.h:2 +#: ../gramps/gui/glade/editplace.glade.h:5 +msgid "C_ity:" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:3 +#: ../gramps/gui/glade/editlocation.glade.h:5 +msgid "Cou_ntry:" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:4 +msgid "Country of the address" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:6 +msgid "Date at which the address is valid." +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:7 +#: ../gramps/gui/glade/editcitation.glade.h:17 +#: ../gramps/gui/glade/editevent.glade.h:8 +#: ../gramps/gui/glade/editeventref.glade.h:8 +#: ../gramps/gui/glade/editldsord.glade.h:4 +#: ../gramps/gui/glade/editmedia.glade.h:8 +#: ../gramps/gui/glade/editmediaref.glade.h:16 +#: ../gramps/gui/glade/editname.glade.h:16 +#: ../gramps/gui/glade/editsourceref.glade.h:15 +msgid "Invoke date editor" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:8 +msgid "" +"Mail address. \n" +"\n" +"Note: Use Residence Event for genealogical address data." +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:11 +#: ../gramps/gui/glade/editlocation.glade.h:8 +#: ../gramps/gui/glade/editplace.glade.h:20 +msgid "Phon_e:" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:12 +msgid "Phone number linked to the address." +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:13 +msgid "Postal code" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:14 +#: ../gramps/gui/glade/editattribute.glade.h:1 +#: ../gramps/gui/glade/editchildref.glade.h:6 +#: ../gramps/gui/glade/editcitation.glade.h:18 +#: ../gramps/gui/glade/editevent.glade.h:10 +#: ../gramps/gui/glade/editeventref.glade.h:9 +#: ../gramps/gui/glade/editfamily.glade.h:17 +#: ../gramps/gui/glade/editldsord.glade.h:7 +#: ../gramps/gui/glade/editmedia.glade.h:13 +#: ../gramps/gui/glade/editmediaref.glade.h:18 +#: ../gramps/gui/glade/editname.glade.h:23 +#: ../gramps/gui/glade/editnote.glade.h:4 +#: ../gramps/gui/glade/editperson.glade.h:23 +#: ../gramps/gui/glade/editpersonref.glade.h:6 +#: ../gramps/gui/glade/editplace.glade.h:21 +#: ../gramps/gui/glade/editreporef.glade.h:13 +#: ../gramps/gui/glade/editrepository.glade.h:6 +#: ../gramps/gui/glade/editsource.glade.h:7 +#: ../gramps/gui/glade/editsourceref.glade.h:16 +#: ../gramps/gui/glade/editurl.glade.h:4 +#: ../gramps/plugins/webreport/narrativeweb.py:8167 +msgid "Privacy" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:16 +msgid "St_reet:" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:17 +msgid "The locality of the address" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:18 +msgid "" +"The state or county of the address in case a mail address must contain this." +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:19 +msgid "The town or city of the address" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:20 +#: ../gramps/gui/glade/editcitation.glade.h:26 +#: ../gramps/gui/glade/editevent.glade.h:15 +#: ../gramps/gui/glade/editeventref.glade.h:11 +#: ../gramps/gui/glade/editldsord.glade.h:10 +#: ../gramps/gui/glade/editmedia.glade.h:16 +#: ../gramps/gui/glade/editmediaref.glade.h:29 +#: ../gramps/gui/glade/editsourceref.glade.h:24 +msgid "_Date:" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:21 +#: ../gramps/gui/glade/editlocation.glade.h:14 +#: ../gramps/gui/glade/editplace.glade.h:31 +#: ../gramps/plugins/tool/ownereditor.glade.h:4 +msgid "_Locality:" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:22 +#: ../gramps/plugins/tool/ownereditor.glade.h:7 +msgid "_State/County:" +msgstr "" + +#: ../gramps/gui/glade/editaddress.glade.h:23 +#: ../gramps/gui/glade/editlocation.glade.h:16 +#: ../gramps/gui/glade/editplace.glade.h:35 +msgid "_ZIP/Postal code:" +msgstr "" + +#: ../gramps/gui/glade/editattribute.glade.h:3 +msgid "" +"The name of an attribute you want to use. For example: Height (for a " +"person), Weather on this Day (for an event), ... \n" +"Use this to store snippets of information you collect and want to correctly " +"link to sources. Attributes can be used for people, families, events and " +"media.\n" +" \n" +"Note: several predefined attributes refer to values present in the GEDCOM " +"standard." +msgstr "" + +#: ../gramps/gui/glade/editattribute.glade.h:7 +msgid "The value of the attribute. Eg. 1.8, Sunny, or Blue eyes." +msgstr "" + +#: ../gramps/gui/glade/editattribute.glade.h:8 +msgid "_Attribute:" +msgstr "" + +#: ../gramps/gui/glade/editattribute.glade.h:9 +msgid "_Value:" +msgstr "" + +#: ../gramps/gui/glade/editchildref.glade.h:3 +#: ../gramps/gui/glade/editfamily.glade.h:12 +#: ../gramps/gui/glade/rule.glade.h:20 +#: ../gramps/gui/glade/styleeditor.glade.h:21 +msgid "Edition" +msgstr "" + +#: ../gramps/gui/glade/editchildref.glade.h:4 +msgid "Name Child:" +msgstr "" + +#: ../gramps/gui/glade/editchildref.glade.h:5 +msgid "Open person editor of this child" +msgstr "" + +#: ../gramps/gui/glade/editchildref.glade.h:8 +msgid "Relationship to _Father:" +msgstr "" + +#: ../gramps/gui/glade/editchildref.glade.h:9 +msgid "Relationship to _Mother:" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:1 +msgid "Citation information" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:2 +#: ../gramps/gui/glade/editeventref.glade.h:1 +#: ../gramps/gui/glade/editmediaref.glade.h:1 +#: ../gramps/gui/glade/editperson.glade.h:1 +#: ../gramps/gui/glade/editreporef.glade.h:1 +#: ../gramps/gui/glade/editsourceref.glade.h:1 +#: ../gramps/plugins/tool/verify.glade.h:3 +msgid "General" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:3 +msgid "" +"Note: Any changes in the shared citation information will be " +"reflected in the citation itself, for all items that reference the citation." +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:4 +#: ../gramps/gui/glade/editsourceref.glade.h:2 +msgid "" +"Note: Any changes in the shared source information will be reflected " +"in the source itself, for all items that reference the source." +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:5 +#: ../gramps/gui/glade/editsourceref.glade.h:4 +msgid "Shared source information" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:6 +msgid "A unique ID to identify the citation" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:7 +#: ../gramps/gui/glade/editsource.glade.h:1 +#: ../gramps/gui/glade/editsourceref.glade.h:5 +msgid "A unique ID to identify the source" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:8 +#: ../gramps/gui/glade/editsource.glade.h:2 +#: ../gramps/gui/glade/editsourceref.glade.h:6 +msgid "A_bbreviation:" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:9 +#: ../gramps/gui/glade/editsource.glade.h:5 +#: ../gramps/gui/glade/editsourceref.glade.h:7 +msgid "Authors of the source." +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:10 +#: ../gramps/gui/glade/editsourceref.glade.h:8 +msgid "Con_fidence:" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:11 +#: ../gramps/gui/glade/editsourceref.glade.h:9 +msgid "" +"Conveys the submitter's quantitative evaluation of the credibility of a " +"piece of information, based upon its supporting evidence. It is not intended " +"to eliminate the receiver's need to evaluate the evidence for themselves.\n" +"Very Low =Unreliable evidence or estimated data\n" +"Low =Questionable reliability of evidence (interviews, census, oral " +"genealogies, or potential for bias for example, an autobiography)\n" +"High =Secondary evidence, data officially recorded sometime after event\n" +"Very High =Direct and primary evidence used, or by dominance of the evidence " +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:20 +#: ../gramps/gui/glade/editsource.glade.h:9 +#: ../gramps/gui/glade/editsourceref.glade.h:18 +msgid "" +"Provide a short title used for sorting, filing, and retrieving source " +"records." +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:21 +#: ../gramps/gui/glade/editsource.glade.h:10 +#: ../gramps/gui/glade/editsourceref.glade.h:19 +msgid "" +"Publication Information, such as city and year of publication, name of " +"publisher, ..." +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:22 +#: ../gramps/gui/glade/editsourceref.glade.h:20 +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). " +"For a periodical, it could include volume, issue, and page numbers. For a " +"newspaper, it could include a column number and page number. For an " +"unpublished source, this could be a sheet number, page number, frame number, " +"etc. A census record might have a line number or dwelling and family numbers " +"in addition to the page number. " +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:23 +#: ../gramps/gui/glade/editsourceref.glade.h:21 +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 " +"log/registry. " +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:24 +#: ../gramps/gui/glade/editsource.glade.h:11 +#: ../gramps/gui/glade/editsourceref.glade.h:22 +msgid "Title of the source." +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:25 +#: ../gramps/gui/glade/editsource.glade.h:12 +#: ../gramps/gui/glade/editsourceref.glade.h:23 +msgid "_Author:" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:27 +#: ../gramps/gui/glade/editevent.glade.h:17 +#: ../gramps/gui/glade/editeventref.glade.h:13 +#: ../gramps/gui/glade/editfamily.glade.h:22 +#: ../gramps/gui/glade/editmedia.glade.h:17 +#: ../gramps/gui/glade/editmediaref.glade.h:30 +#: ../gramps/gui/glade/editnote.glade.h:11 +#: ../gramps/gui/glade/editperson.glade.h:34 +#: ../gramps/gui/glade/editplace.glade.h:30 +#: ../gramps/gui/glade/editreporef.glade.h:16 +#: ../gramps/gui/glade/editrepository.glade.h:9 +#: ../gramps/gui/glade/editsource.glade.h:13 +#: ../gramps/gui/glade/editsourceref.glade.h:25 +msgid "_ID:" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:28 +#: ../gramps/gui/glade/editsourceref.glade.h:26 +msgid "_Pub. Info.:" +msgstr "" + +#: ../gramps/gui/glade/editcitation.glade.h:30 +#: ../gramps/gui/glade/editsourceref.glade.h:28 +msgid "_Volume/Page:" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:1 +msgid "Date" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:2 +msgid "Q_uality" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:3 +msgid "Second date" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:4 +msgid "_Type" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:5 +msgid "Calenda_r:" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:6 +msgid "D_ay" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:7 +msgid "Dua_l dated" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:8 +msgid "Mo_nth" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:9 +msgid "Month-Day of first day of new year (e.g., \"1-1\", \"3-1\", \"3-25\")" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:10 +msgid "Ne_w year begins: " +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:11 +msgid "Old Style/New Style" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:12 +msgid "Te_xt comment:" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:13 +msgid "Y_ear" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:14 +msgid "_Day" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:15 +msgid "_Month" +msgstr "" + +#: ../gramps/gui/glade/editdate.glade.h:16 +msgid "_Year" +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:1 +#: ../gramps/gui/glade/editeventref.glade.h:5 +msgid "A unique ID to identify the event" +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:3 +msgid "Close window without changes" +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:5 +msgid "" +"Date of the event. This can be an exact date, a range (from ... to, " +"between, ...), or an inexact date (about, ...)." +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:6 +#: ../gramps/gui/glade/editeventref.glade.h:7 +msgid "De_scription:" +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:7 +msgid "" +"Description of the event. Leave empty if you want to autogenerate this with " +"the tool 'Extract Event Description'." +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:12 +#: ../gramps/gui/glade/editfamily.glade.h:19 +#: ../gramps/gui/glade/editldsord.glade.h:9 +#: ../gramps/gui/glade/editlink.glade.h:7 +#: ../gramps/gui/glade/editpersonref.glade.h:9 +msgid "Selector" +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:13 +msgid "Show Date Editor" +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:14 +msgid "What type of event this is. Eg 'Burial', 'Graduation', ... ." +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:16 +#: ../gramps/gui/glade/editeventref.glade.h:12 +msgid "_Event type:" +msgstr "" + +#: ../gramps/gui/glade/editevent.glade.h:18 +#: ../gramps/gui/glade/editeventref.glade.h:14 +#: ../gramps/gui/glade/editldsord.glade.h:12 +msgid "_Place:" +msgstr "" + +#: ../gramps/gui/glade/editeventref.glade.h:2 +msgid "" +"Note: Any changes in the shared event information will be reflected " +"in the event itself, for all participants in the event." +msgstr "" + +#: ../gramps/gui/glade/editeventref.glade.h:3 +#: ../gramps/gui/glade/editreporef.glade.h:3 +#: ../gramps/gui/glade/editsourceref.glade.h:3 +msgid "Reference information" +msgstr "" + +#: ../gramps/gui/glade/editeventref.glade.h:4 +#: ../gramps/gui/glade/editreporef.glade.h:4 +msgid "Shared information" +msgstr "" + +#: ../gramps/gui/glade/editeventref.glade.h:15 +msgid "_Role:" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:1 +msgid "Father" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:2 +msgid "Mother" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:3 +msgid "Relationship Information" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:4 +msgid "A unique ID for the family" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:5 +#: ../gramps/gui/glade/editname.glade.h:7 +#: ../gramps/gui/glade/editperson.glade.h:7 +#: ../gramps/gui/glade/editreporef.glade.h:6 +#: ../gramps/gui/glade/editrepository.glade.h:2 +#: ../gramps/gui/glade/editsource.glade.h:3 +msgid "Abandon changes and close window" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:8 +msgid "Birth:" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:9 +msgid "Death:" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:11 +#: ../gramps/gui/widgets/monitoredwidgets.py:839 +msgid "Edit the tag list" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:14 +#: ../gramps/gui/glade/editreporef.glade.h:10 +#: ../gramps/gui/glade/editrepository.glade.h:4 +#: ../gramps/gui/glade/editsource.glade.h:6 +msgid "Indicates if the record is private" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:20 +#: ../gramps/gui/glade/editmedia.glade.h:15 +#: ../gramps/gui/glade/editmediaref.glade.h:23 +#: ../gramps/gui/glade/editnote.glade.h:7 +#: ../gramps/gui/glade/editperson.glade.h:28 +#: ../gramps/gui/selectors/selectnote.py:70 +#: ../gramps/plugins/lib/libpersonview.py:104 +#: ../gramps/plugins/tool/notrelated.py:128 +#: ../gramps/plugins/view/familyview.py:87 +#: ../gramps/plugins/view/mediaview.py:110 +#: ../gramps/plugins/view/noteview.py:85 +msgid "Tags" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:21 +msgid "" +"The relationship type, eg 'Married' or 'Unmarried'. Use Events for more " +"details." +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:23 +#: ../gramps/gui/glade/editmedia.glade.h:19 +#: ../gramps/gui/glade/editmediaref.glade.h:32 +#: ../gramps/gui/glade/editnote.glade.h:13 +#: ../gramps/gui/glade/editperson.glade.h:37 +msgid "_Tags:" +msgstr "" + +#: ../gramps/gui/glade/editfamily.glade.h:24 +#: ../gramps/gui/glade/editname.glade.h:35 +#: ../gramps/gui/glade/editnote.glade.h:14 +#: ../gramps/gui/glade/editperson.glade.h:38 +#: ../gramps/gui/glade/editreporef.glade.h:19 +#: ../gramps/gui/glade/editrepository.glade.h:11 +#: ../gramps/gui/glade/editurl.glade.h:9 +msgid "_Type:" +msgstr "" + +#: ../gramps/gui/glade/editldsord.glade.h:5 +msgid "LDS _Temple:" +msgstr "" + +#: ../gramps/gui/glade/editldsord.glade.h:6 +msgid "Ordinance:" +msgstr "" + +#: ../gramps/gui/glade/editldsord.glade.h:11 +msgid "_Family:" +msgstr "" + +#: ../gramps/gui/glade/editldsord.glade.h:13 +msgid "_Status:" +msgstr "" + +#: ../gramps/gui/glade/editlink.glade.h:3 +msgid "Gramps item:" +msgstr "" + +#: ../gramps/gui/glade/editlink.glade.h:4 +msgid "Internet Address:" +msgstr "" + +#: ../gramps/gui/glade/editlink.glade.h:6 ../gramps/gui/viewmanager.py:435 +msgid "New" +msgstr "" + +#: ../gramps/gui/glade/editlink.glade.h:8 +msgid "_Link Type:" +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:1 +msgid "A district within, or a settlement near to, a town or city." +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:3 +#: ../gramps/gui/glade/editplace.glade.h:6 +msgid "Ch_urch parish:" +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:4 +#: ../gramps/gui/glade/editplace.glade.h:7 +msgid "Co_unty:" +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:6 +#: ../gramps/gui/glade/editplace.glade.h:17 +msgid "" +"Lowest clergical division of this place. Typically used for church sources " +"that only mention the parish." +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:7 +msgid "Lowest level of a place division: eg the street name." +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:9 +#: ../gramps/gui/glade/editplace.glade.h:23 +msgid "S_treet:" +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:10 +#: ../gramps/gui/glade/editplace.glade.h:24 +msgid "" +"Second level of place division, eg., in the USA a state, in Germany a " +"Bundesland." +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:11 +msgid "The country where the place is." +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:12 +msgid "The town or city where the place is." +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:13 +#: ../gramps/gui/glade/editplace.glade.h:29 +msgid "Third level of place division. Eg., in the USA a county." +msgstr "" + +#: ../gramps/gui/glade/editlocation.glade.h:15 +#: ../gramps/gui/glade/editplace.glade.h:34 +msgid "_State:" +msgstr "" + +#: ../gramps/gui/glade/editmedia.glade.h:2 +msgid "" +"A date associated with the media, eg., for a picture the date it is taken." +msgstr "" + +#: ../gramps/gui/glade/editmedia.glade.h:3 +msgid "A unique ID to identify the Media object." +msgstr "" + +#: ../gramps/gui/glade/editmedia.glade.h:5 +#: ../gramps/gui/glade/editmediaref.glade.h:7 +msgid "Descriptive title for this media object." +msgstr "" + +#: ../gramps/gui/glade/editmedia.glade.h:6 +#: ../gramps/gui/glade/editmediaref.glade.h:9 +msgid "Folder" +msgstr "" + +#: ../gramps/gui/glade/editmedia.glade.h:7 +msgid "Image preview" +msgstr "" + +#: ../gramps/gui/glade/editmedia.glade.h:9 +msgid "Open File Browser to select a media file on your computer." +msgstr "" + +#: ../gramps/gui/glade/editmedia.glade.h:11 +msgid "" +"Path of the media object on your computer.\n" +"Gramps does not store the media internally, it only stores the path! Set the " +"'Relative Path' in the Preferences to avoid retyping the common base " +"directory where all your media is stored. The 'Media Manager' tool can help " +"managing paths of a collection of media objects. " +msgstr "" + +#: ../gramps/gui/glade/editmedia.glade.h:18 +#: ../gramps/gui/glade/editmediaref.glade.h:31 +msgid "_Path:" +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:2 +msgid "" +"Note: Any changes in the shared media object information will be " +"reflected in the media object itself." +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:4 +msgid "Referenced Region" +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:5 +msgid "Shared Information" +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:8 +msgid "Double click image to view in an external viewer" +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:11 +msgid "" +"If media is an image, select the specific part of the image you want to " +"reference.\n" +"You can use the mouse on the picture to select a region, or use these " +"spinbuttons to set the top left, and bottom right corner of the referenced " +"region. Point (0,0) is the top left corner of the picture, and (100,100) the " +"bottom right corner." +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:13 +msgid "" +"If media is an image, select the specific part of the image you want to " +"reference.\n" +"You can use the mouse on the picture to select a region, or use these " +"spinbuttons to set the top left, and bottom right corner of the referenced " +"region. Point (0,0) is the top left corner of the picture, and (100,100) the " +"bottom right corner.\n" +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:20 +msgid "" +"Referenced region of the image media object.\n" +"Select a region with clicking and holding the mouse button on the top left " +"corner of the region you want, dragging the mouse to the bottom right corner " +"of the region, and then releasing the mouse button." +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:22 +msgid "Select a file" +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:24 +msgid "Type of media object as indicated by the computer, eg Image, Video, ..." +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:27 +msgid "_Corner 1: X" +msgstr "" + +#: ../gramps/gui/glade/editmediaref.glade.h:28 +msgid "_Corner 2: X" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:1 +msgid "Family Names " +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:2 +msgid "Given Name(s) " +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:3 +msgid "" +"A Date associated with this name. Eg. for a Married Name, date the name is " +"first used or marriage date." +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:4 +#: ../gramps/gui/glade/editperson.glade.h:4 +msgid "" +"A descriptive name given in place of or in addition to the official given " +"name." +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:5 +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." +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:6 +#: ../gramps/gui/glade/editperson.glade.h:5 +msgid "A title used to refer to the person, such as 'Dr.' or 'Rev.'" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:9 +#: ../gramps/gui/glade/editperson.glade.h:10 +msgid "" +"An identification of what type of Name this is, eg. Birth Name, Married Name." +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:10 +#: ../gramps/gui/glade/editperson.glade.h:12 +msgid "An optional suffix to the name, such as \"Jr.\" or \"III\"" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:11 +msgid "C_all Name:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:12 +msgid "Dat_e:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:14 +msgid "G_roup as:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:17 +msgid "O_verride" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:18 +#: ../gramps/gui/glade/editperson.glade.h:21 +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 " +"some reports." +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:19 +msgid "" +"People are displayed according to the name format given in the Preferences " +"(the default).\n" +"Here you can make sure this person is displayed according to a custom name " +"format (extra formats can be set in the Preferences)." +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:21 +msgid "" +"People are sorted according to the name format given in the Preferences (the " +"default).\n" +"Here you can make sure this person is sorted according to a custom name " +"format (extra formats can be set in the Preferences)." +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:25 +msgid "Suffi_x:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:26 +#: ../gramps/gui/glade/editperson.glade.h:27 +msgid "T_itle:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:27 +msgid "" +"The Person Tree view groups people under the primary surname. You can " +"override this by setting here a group value. \n" +"You will be asked if you want to group this person only, or all people with " +"this specific primary surname." +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:29 +#: ../gramps/gui/glade/editperson.glade.h:30 +msgid "The person's given names" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:30 +msgid "_Display as:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:31 +msgid "_Family Nick Name:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:32 +#: ../gramps/gui/glade/editperson.glade.h:33 +msgid "_Given:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:33 +msgid "_Nick Name:" +msgstr "" + +#: ../gramps/gui/glade/editname.glade.h:34 +msgid "_Sort as:" +msgstr "" + +#: ../gramps/gui/glade/editnote.glade.h:1 +msgid "Note" +msgstr "" + +#: ../gramps/gui/glade/editnote.glade.h:2 +msgid "A type to classify the note." +msgstr "" + +#: ../gramps/gui/glade/editnote.glade.h:3 +msgid "A unique ID to identify the note." +msgstr "" + +#: ../gramps/gui/glade/editnote.glade.h:6 +msgid "Styled Text Editor" +msgstr "" + +#: ../gramps/gui/glade/editnote.glade.h:8 +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" +"When not checked, notes are automatically cleaned in the reports, which will " +"improve the report layout.\n" +"Use monospace font to keep preformatting." +msgstr "" + +#: ../gramps/gui/glade/editnote.glade.h:12 +msgid "_Preformatted" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:2 +msgid "Image" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:3 +msgid "Preferred Name " +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:6 +msgid "A unique ID for the person." +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:11 +msgid "" +"An optional prefix for the family that is not used in sorting, such as \"de" +"\" or \"van\"." +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:13 +msgid "C_all:" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:14 +msgid "Click on a table cell to edit." +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:16 +msgid "G_ender:" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:17 +msgid "Go to Name Editor to add more information about this name" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:19 +msgid "O_rigin:" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:20 +msgid "" +"Part of a person's name indicating the family to which the person belongs" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:25 +msgid "Set person as private data" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:29 +msgid "" +"The origin of this family name for this family, eg 'Inherited' or " +"'Patronymic'." +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:31 +msgid "" +"Use Multiple Surnames\n" +"Indicate that the surname consists of different parts. Every surname has its " +"own prefix and a possible connector to the next surname. Eg., the surname " +"Ramón y Cajal can be stored as Ramón, which is inherited from the father, " +"the connector y, and Cajal, which is inherited from the mother." +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:35 +msgid "_Nick:" +msgstr "" + +#: ../gramps/gui/glade/editperson.glade.h:36 +msgid "_Surname:" +msgstr "" + +#: ../gramps/gui/glade/editpersonref.glade.h:2 +msgid "" +"Description of the association, eg. Godfather, Friend, ...\n" +"\n" +"Note: Use Events instead for relations connected to specific time frames or " +"occasions. Events can be shared between people, each indicating their role " +"in the event." +msgstr "" + +#: ../gramps/gui/glade/editpersonref.glade.h:8 +msgid "Select a person that has an association to the edited person." +msgstr "" + +#: ../gramps/gui/glade/editpersonref.glade.h:10 +msgid "" +"Use the select button to choose a person that has an association to the " +"edited person." +msgstr "" + +#: ../gramps/gui/glade/editpersonref.glade.h:11 +msgid "_Association:" +msgstr "" + +#: ../gramps/gui/glade/editpersonref.glade.h:12 +msgid "_Person:" +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:1 +msgid "Location" +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:2 +msgid "" +"A district within, or a settlement near to, a town or city.\n" +"Use Alternate Locations tab to store the current name." +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:4 +msgid "A unique ID to identify the place" +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:8 +msgid "Count_ry:" +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:9 +msgid "Full name of this place." +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:10 +msgid "L_atitude:" +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:11 +msgid "" +"Latitude (position above the Equator) of the place in decimal or degree " +"notation. \n" +"Eg, valid values are 12.0154, 50°52′21.92″N, N50°52′21.92″ or 50:52:21.92\n" +"You can set these values via the Geography View by searching the place, or " +"via a map service in the place view." +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:14 +msgid "" +"Longitude (position relative to the Prime, or Greenwich, Meridian) of the " +"place in decimal or degree notation. \n" +"Eg, valid values are -124.3647, 124°52′21.92″E, E124°52′21.92″ or " +"124:52:21.92\n" +"You can set these values via the Geography View by searching the place, or " +"via a map service in the place view." +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:18 +msgid "" +"Lowest level of a place division: eg the street name. \n" +"Use Alternate Locations tab to store the current name." +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:25 +msgid "The country where the place is. \n" +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:27 +msgid "" +"The town or city where the place is. \n" +"Use Alternate Locations tab to store the current name." +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:32 +msgid "_Longitude:" +msgstr "" + +#: ../gramps/gui/glade/editplace.glade.h:33 +msgid "_Place Name:" +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:2 +msgid "" +"Note: Any changes in the shared repository information will be " +"reflected in the repository itself, for all items that reference the " +"repository." +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:5 +#: ../gramps/gui/glade/editrepository.glade.h:1 +msgid "A unique ID to identify the repository." +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:8 +msgid "Call n_umber:" +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:9 +msgid "Id number of the source in the repository." +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:11 +#: ../gramps/gui/glade/editrepository.glade.h:5 +msgid "Name of the repository (where sources are stored)." +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:12 +msgid "On what type of media this source is available in the repository." +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:15 +#: ../gramps/gui/glade/editrepository.glade.h:8 +msgid "Type of repository, eg., 'Library', 'Album', ..." +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:17 +msgid "_Media Type:" +msgstr "" + +#: ../gramps/gui/glade/editreporef.glade.h:18 +#: ../gramps/gui/glade/editrepository.glade.h:10 +#: ../gramps/gui/glade/rule.glade.h:27 +#: ../gramps/plugins/tool/ownereditor.glade.h:5 +msgid "_Name:" +msgstr "" + +#: ../gramps/gui/glade/editsource.glade.h:14 +msgid "_Pub. info.:" +msgstr "" + +#: ../gramps/gui/glade/editurl.glade.h:1 +msgid "A descriptive caption of the Internet location you are storing." +msgstr "" + +#: ../gramps/gui/glade/editurl.glade.h:3 +msgid "Open the web address in the default browser." +msgstr "" + +#: ../gramps/gui/glade/editurl.glade.h:6 +msgid "" +"The internet address as needed to navigate to it, eg. http://gramps-project." +"org" +msgstr "" + +#: ../gramps/gui/glade/editurl.glade.h:7 +msgid "Type of internet address, eg. E-mail, Web Page, ..." +msgstr "" + +#: ../gramps/gui/glade/editurl.glade.h:8 +msgid "_Description:" +msgstr "" + +#: ../gramps/gui/glade/editurl.glade.h:10 +msgid "_Web address:" +msgstr "" + +#: ../gramps/gui/glade/grampletpane.glade.h:1 +msgid "Click to delete gramplet from view" +msgstr "" + +#: ../gramps/gui/glade/grampletpane.glade.h:2 +msgid "Click to expand/collapse" +msgstr "" + +#: ../gramps/gui/glade/grampletpane.glade.h:3 +msgid "Close" +msgstr "" + +#: ../gramps/gui/glade/grampletpane.glade.h:4 +msgid "Config" +msgstr "" + +#: ../gramps/gui/glade/grampletpane.glade.h:5 +msgid "Delete" +msgstr "" + +#: ../gramps/gui/glade/grampletpane.glade.h:6 +msgid "Detach" +msgstr "" + +#: ../gramps/gui/glade/grampletpane.glade.h:7 +msgid "Drag to move; click to detach" +msgstr "" + +#: ../gramps/gui/glade/mergecitation.glade.h:1 +#: ../gramps/gui/glade/mergedata.glade.h:1 +#: ../gramps/gui/glade/mergesource.glade.h:1 +msgid "Source 1" +msgstr "" + +#: ../gramps/gui/glade/mergecitation.glade.h:2 +#: ../gramps/gui/glade/mergedata.glade.h:2 +#: ../gramps/gui/glade/mergesource.glade.h:2 +msgid "Source 2" +msgstr "" + +#: ../gramps/gui/glade/mergecitation.glade.h:5 +#: ../gramps/gui/glade/mergeevent.glade.h:6 +#: ../gramps/gui/glade/mergefamily.glade.h:3 +#: ../gramps/gui/glade/mergemedia.glade.h:5 +#: ../gramps/gui/glade/mergenote.glade.h:3 +#: ../gramps/gui/glade/mergeperson.glade.h:4 +#: ../gramps/gui/glade/mergeplace.glade.h:4 +#: ../gramps/gui/glade/mergerepository.glade.h:4 +#: ../gramps/gui/glade/mergesource.glade.h:5 +msgid "Detailed Selection" +msgstr "" + +#: ../gramps/gui/glade/mergecitation.glade.h:6 +#: ../gramps/gui/glade/mergedata.glade.h:6 +#: ../gramps/gui/glade/mergeevent.glade.h:7 +#: ../gramps/gui/glade/mergefamily.glade.h:6 +#: ../gramps/gui/glade/mergemedia.glade.h:6 +#: ../gramps/gui/glade/mergenote.glade.h:5 +#: ../gramps/gui/glade/mergeperson.glade.h:7 +#: ../gramps/gui/glade/mergeplace.glade.h:5 +#: ../gramps/gui/glade/mergerepository.glade.h:5 +#: ../gramps/gui/glade/mergesource.glade.h:6 +msgid "Gramps ID:" +msgstr "" + +#: ../gramps/gui/glade/mergecitation.glade.h:7 +msgid "Notes, media objects and data-items of both citations will be combined." +msgstr "" + +#: ../gramps/gui/glade/mergecitation.glade.h:8 +msgid "" +"Select the citation that will provide the\n" +"primary data for the merged citation." +msgstr "" + +#: ../gramps/gui/glade/mergedata.glade.h:3 +msgid "Title selection" +msgstr "" + +#: ../gramps/gui/glade/mergedata.glade.h:7 +msgid "Merge and _edit" +msgstr "" + +#: ../gramps/gui/glade/mergedata.glade.h:8 +msgid "Other" +msgstr "" + +#: ../gramps/gui/glade/mergedata.glade.h:9 +msgid "Place 1" +msgstr "" + +#: ../gramps/gui/glade/mergedata.glade.h:10 +msgid "Place 2" +msgstr "" + +#. name, click?, width, toggle +#: ../gramps/gui/glade/mergedata.glade.h:12 ../gramps/gui/grampsgui.py:189 +#: ../gramps/gui/viewmanager.py:485 ../gramps/plugins/tool/changenames.py:195 +#: ../gramps/plugins/tool/extractcity.py:542 +#: ../gramps/plugins/tool/patchnames.py:393 +msgid "Select" +msgstr "" + +#: ../gramps/gui/glade/mergedata.glade.h:13 +msgid "" +"Select the person that will provide the primary data for the merged person." +msgstr "" + +#: ../gramps/gui/glade/mergedata.glade.h:15 +msgid "_Merge and close" +msgstr "" + +#: ../gramps/gui/glade/mergeevent.glade.h:1 +msgid "Event 1" +msgstr "" + +#: ../gramps/gui/glade/mergeevent.glade.h:2 +msgid "Event 2" +msgstr "" + +#: ../gramps/gui/glade/mergeevent.glade.h:3 +msgid "" +"Attributes, notes, sources and media objects of both events will be combined." +msgstr "" + +#: ../gramps/gui/glade/mergeevent.glade.h:9 +msgid "" +"Select the event that will provide the\n" +"primary data for the merged event." +msgstr "" + +#: ../gramps/gui/glade/mergefamily.glade.h:1 +msgid "Family 1" +msgstr "" + +#: ../gramps/gui/glade/mergefamily.glade.h:2 +msgid "Family 2" +msgstr "" + +#: ../gramps/gui/glade/mergefamily.glade.h:4 +msgid "" +"Events, lds_ord, media objects, attributes, notes, sources and tags of both " +"families will be combined." +msgstr "" + +#: ../gramps/gui/glade/mergefamily.glade.h:5 +msgid "Father:" +msgstr "" + +#: ../gramps/gui/glade/mergefamily.glade.h:7 +msgid "Mother:" +msgstr "" + +#: ../gramps/gui/glade/mergefamily.glade.h:8 +msgid "Relationship:" +msgstr "" + +#: ../gramps/gui/glade/mergefamily.glade.h:9 +msgid "" +"Select the family that will provide the\n" +"primary data for the merged family." +msgstr "" + +#: ../gramps/gui/glade/mergemedia.glade.h:1 +msgid "Object 1" +msgstr "" + +#: ../gramps/gui/glade/mergemedia.glade.h:2 +msgid "Object 2" +msgstr "" + +#: ../gramps/gui/glade/mergemedia.glade.h:3 +msgid "Attributes, sources, notes and tags of both objects will be combined." +msgstr "" + +#: ../gramps/gui/glade/mergemedia.glade.h:8 +msgid "" +"Select the object that will provide the\n" +"primary data for the merged object." +msgstr "" + +#: ../gramps/gui/glade/mergenote.glade.h:1 +msgid "Note 1" +msgstr "" + +#: ../gramps/gui/glade/mergenote.glade.h:2 +msgid "Note 2" +msgstr "" + +#: ../gramps/gui/glade/mergenote.glade.h:4 ../gramps/gui/views/listview.py:985 +msgid "Format:" +msgstr "" + +#: ../gramps/gui/glade/mergenote.glade.h:6 +msgid "" +"Select the note that will provide the\n" +"primary data for the merged note." +msgstr "" + +#: ../gramps/gui/glade/mergeperson.glade.h:1 +msgid "Person 1" +msgstr "" + +#: ../gramps/gui/glade/mergeperson.glade.h:2 +msgid "Person 2" +msgstr "" + +#: ../gramps/gui/glade/mergeperson.glade.h:3 +msgid "Context Information" +msgstr "" + +#: ../gramps/gui/glade/mergeperson.glade.h:5 +msgid "" +"Events, media objects, addresses, attributes, urls, notes, sources and tags " +"of both persons will be combined." +msgstr "" + +#: ../gramps/gui/glade/mergeperson.glade.h:6 +msgid "Gender:" +msgstr "" + +#: ../gramps/gui/glade/mergeperson.glade.h:9 +msgid "" +"Select the person that will provide the\n" +"primary data for the merged person." +msgstr "" + +#: ../gramps/gui/glade/mergeplace.glade.h:1 +msgid "Place 1" +msgstr "" + +#: ../gramps/gui/glade/mergeplace.glade.h:2 +msgid "Place 2" +msgstr "" + +#: ../gramps/gui/glade/mergeplace.glade.h:3 +msgid "" +"Alternate locations, sources, urls, media objects and notes of both places " +"will be combined." +msgstr "" + +#: ../gramps/gui/glade/mergeplace.glade.h:7 +msgid "Location:" +msgstr "" + +#: ../gramps/gui/glade/mergeplace.glade.h:9 +msgid "" +"Select the place that will provide the\n" +"primary data for the merged place." +msgstr "" + +#: ../gramps/gui/glade/mergerepository.glade.h:1 +msgid "Repository 1" +msgstr "" + +#: ../gramps/gui/glade/mergerepository.glade.h:2 +msgid "Repository 2" +msgstr "" + +#: ../gramps/gui/glade/mergerepository.glade.h:3 +msgid "Addresses, urls and notes of both repositories will be combined." +msgstr "" + +#: ../gramps/gui/glade/mergerepository.glade.h:7 +msgid "" +"Select the repository that will provide the\n" +"primary data for the merged repository." +msgstr "" + +#: ../gramps/gui/glade/mergesource.glade.h:7 +msgid "" +"Notes, media objects, data-items and repository references of both sources " +"will be combined." +msgstr "" + +#: ../gramps/gui/glade/mergesource.glade.h:9 +msgid "" +"Select the source that will provide the\n" +"primary data for the merged source." +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:1 +msgid "Margins" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:2 +msgid "Metric" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:3 +msgid "Orientation:" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:4 +msgid "Paper Settings" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:5 +msgid "Paper format" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:6 +msgid "Size:" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:7 +msgid "_Bottom:" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:8 +msgid "_Height:" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:9 +msgid "_Left:" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:10 +msgid "_Right:" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:11 +msgid "_Top:" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:12 +msgid "_Width:" +msgstr "" + +#: ../gramps/gui/glade/papermenu.glade.h:13 +#: ../gramps/gui/glade/styleeditor.glade.h:41 +#: ../gramps/gui/plug/report/_papermenu.py:206 +msgid "cm" +msgstr "" + +#: ../gramps/gui/glade/plugins.glade.h:1 +msgid "Author's email:" +msgstr "" + +#: ../gramps/gui/glade/plugins.glade.h:3 +msgid "Perform selected action" +msgstr "" + +#: ../gramps/gui/glade/plugins.glade.h:4 +#: ../gramps/plugins/gramplet/ageondategramplet.py:76 +msgid "Run" +msgstr "" + +#: ../gramps/gui/glade/plugins.glade.h:5 ../gramps/gui/plug/_dialogs.py:280 +msgid "Select a report from those available on the left." +msgstr "" + +#: ../gramps/gui/glade/plugins.glade.h:6 +msgid "Status:" +msgstr "" + +#: ../gramps/gui/glade/reorder.glade.h:1 +msgid "Family relationships" +msgstr "" + +#: ../gramps/gui/glade/reorder.glade.h:2 +msgid "Parent relationships" +msgstr "" + +#: ../gramps/gui/glade/reorder.glade.h:3 +msgid "Arrow bottom" +msgstr "" + +#: ../gramps/gui/glade/reorder.glade.h:4 +msgid "Arrow top" +msgstr "" + +#: ../gramps/gui/glade/reorder.glade.h:5 +msgid "Move family down" +msgstr "" + +#: ../gramps/gui/glade/reorder.glade.h:6 +msgid "Move family up" +msgstr "" + +#: ../gramps/gui/glade/reorder.glade.h:7 +msgid "Move parent down" +msgstr "" + +#: ../gramps/gui/glade/reorder.glade.h:8 +msgid "Move parent up" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:1 +msgid "Definition" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:2 +#: ../gramps/gui/glade/styleeditor.glade.h:5 +msgid "Description" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:3 +#: ../gramps/gui/glade/styleeditor.glade.h:8 +#: ../gramps/plugins/tool/finddupes.glade.h:2 +#: ../gramps/plugins/tool/mergecitations.glade.h:2 +msgid "Options" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:4 +msgid "Rule list" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:5 +msgid "Selected Rule" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:6 +msgid "Values" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:7 +msgid "Note: changes take effect only after this window is closed" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:9 +msgid "Add a new filter" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:10 +msgid "Add another rule to the filter" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:11 +msgid "All rules must apply" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:12 +msgid "At least one rule must apply" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:13 +msgid "Clone the selected filter" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:14 +msgid "Co_mment:" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:15 +msgid "Delete the selected filter" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:16 +msgid "Delete the selected rule" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:18 +msgid "Edit the selected filter" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:19 +msgid "Edit the selected rule" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:21 +msgid "Exactly one rule must apply" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:25 +msgid "Return values that do no_t match the filter rules" +msgstr "" + +#: ../gramps/gui/glade/rule.glade.h:26 +msgid "Test the selected filter" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:1 +msgid "Alignment" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:2 +msgid "Background color" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:3 +msgid "Borders" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:4 +msgid "Color" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:6 +msgid "Font options" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:7 +msgid "Indentation" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:9 +msgid "Paragraph options" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:10 +msgid "Size" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:11 +msgid "Spacing" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:12 +msgid "Type face" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:13 +msgid "Abo_ve:" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:15 +msgid "Add a new style" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:16 +msgid "Belo_w:" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:17 +msgid "Cen_ter" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:18 +msgid "Delete the selected style" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:20 +msgid "Edit the selected style" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:22 +msgid "First li_ne:" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:23 +msgid "J_ustify" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:24 +msgid "L_eft:" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:25 +msgid "Le_ft" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:26 +msgid "R_ight:" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:28 +msgid "Righ_t" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:29 +msgid "Style n_ame:" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:30 +msgid "Style name" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:31 +msgid "_Bold" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:32 +msgid "_Bottom" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:33 +msgid "_Italic" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:34 +msgid "_Left" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:35 +msgid "_Padding:" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:36 +msgid "_Right" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:37 +msgid "_Roman (Times, serif)" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:38 +msgid "_Swiss (Arial, Helvetica, sans-serif)" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:39 +msgid "_Top" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:40 +msgid "_Underline" +msgstr "" + +#: ../gramps/gui/glade/styleeditor.glade.h:42 +#: ../gramps/gui/plug/report/_styleeditor.py:212 +msgid "point size|pt" +msgstr "" + +#: ../gramps/gui/glade/tipofday.glade.h:1 +msgid "_Display on startup" +msgstr "" + +#: ../gramps/gui/glade/updateaddons.glade.h:1 +msgid "Available Gramps Updates for Addons" +msgstr "" + +#: ../gramps/gui/glade/updateaddons.glade.h:2 +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. " +"These addons provide reports, listings, views, gramplets, and more. Here you " +"can select among the available extra addons, they will be retrieved from the " +"internet off of the Gramps website, and installed locally on your computer. " +"If you close this dialog now, you can install addons later from the menu " +"under Edit -> Preferences." +msgstr "" + +#: ../gramps/gui/glade/updateaddons.glade.h:3 +msgid "Install Selected _Addons" +msgstr "" + +#: ../gramps/gui/glade/updateaddons.glade.h:4 +msgid "Select _None" +msgstr "" + +#: ../gramps/gui/glade/updateaddons.glade.h:5 +msgid "_Select All" +msgstr "" + #: ../gramps/gui/grampsgui.py:61 msgid "" "Your version of gi (gnome-instrospection) seems to be too old. You need a " @@ -9224,6 +11401,8 @@ msgstr "" msgid "Family Trees" msgstr "" +#. ('gramps-bookmark', _('Bookmarks'), Gdk.ModifierType.CONTROL_MASK, 0, ''), +#. ('gramps-bookmark-delete', _('Delete bookmark'), Gdk.ModifierType.CONTROL_MASK, 0, ''), #: ../gramps/gui/grampsgui.py:149 msgid "_Add bookmark" msgstr "" @@ -9243,18 +11422,18 @@ msgid "Edit Date" msgstr "" #: ../gramps/gui/grampsgui.py:154 ../gramps/gui/merge/mergeperson.py:202 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:427 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:441 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:430 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:444 #: ../gramps/plugins/quickview/filterbyname.py:98 #: ../gramps/plugins/textreport/tagreport.py:285 #: ../gramps/plugins/view/eventview.py:118 #: ../gramps/plugins/view/view.gpr.py:35 ../gramps/plugins/view/view.gpr.py:43 -#: ../gramps/plugins/webreport/narrativeweb.py:1762 -#: ../gramps/plugins/webreport/narrativeweb.py:1821 -#: ../gramps/plugins/webreport/narrativeweb.py:1873 -#: ../gramps/plugins/webreport/narrativeweb.py:3630 -#: ../gramps/plugins/webreport/narrativeweb.py:3818 -#: ../gramps/plugins/webreport/narrativeweb.py:6241 +#: ../gramps/plugins/webreport/narrativeweb.py:1763 +#: ../gramps/plugins/webreport/narrativeweb.py:1822 +#: ../gramps/plugins/webreport/narrativeweb.py:1874 +#: ../gramps/plugins/webreport/narrativeweb.py:3631 +#: ../gramps/plugins/webreport/narrativeweb.py:3819 +#: ../gramps/plugins/webreport/narrativeweb.py:6242 msgid "Events" msgstr "" @@ -9291,13 +11470,13 @@ msgid "Gramplets" msgstr "" #: ../gramps/gui/grampsgui.py:162 ../gramps/gui/grampsgui.py:163 -#: ../gramps/gui/grampsgui.py:164 ../gramps/plugins/view/geography.gpr.py:77 -#: ../gramps/plugins/view/geography.gpr.py:94 -#: ../gramps/plugins/view/geography.gpr.py:113 -#: ../gramps/plugins/view/geography.gpr.py:131 -#: ../gramps/plugins/view/geography.gpr.py:149 -#: ../gramps/plugins/view/geography.gpr.py:165 -#: ../gramps/plugins/view/geography.gpr.py:182 +#: ../gramps/gui/grampsgui.py:164 ../gramps/plugins/view/geography.gpr.py:80 +#: ../gramps/plugins/view/geography.gpr.py:97 +#: ../gramps/plugins/view/geography.gpr.py:116 +#: ../gramps/plugins/view/geography.gpr.py:134 +#: ../gramps/plugins/view/geography.gpr.py:152 +#: ../gramps/plugins/view/geography.gpr.py:168 +#: ../gramps/plugins/view/geography.gpr.py:185 msgid "Geography" msgstr "" @@ -9326,36 +11505,38 @@ msgid "Merge" msgstr "" #: ../gramps/gui/grampsgui.py:172 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:595 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:609 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:623 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:637 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:651 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:665 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:679 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:693 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:598 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:612 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:626 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:640 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:654 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:668 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:682 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:696 #: ../gramps/plugins/quickview/filterbyname.py:113 #: ../gramps/plugins/textreport/indivcomplete.py:270 #: ../gramps/plugins/textreport/tagreport.py:371 #: ../gramps/plugins/view/noteview.py:113 #: ../gramps/plugins/view/view.gpr.py:95 #: ../gramps/plugins/view/view.gpr.py:103 -#: ../gramps/plugins/webreport/narrativeweb.py:382 -#: ../gramps/plugins/webreport/narrativeweb.py:983 -#: ../gramps/plugins/webreport/narrativeweb.py:1565 +#: ../gramps/plugins/webreport/narrativeweb.py:383 +#: ../gramps/plugins/webreport/narrativeweb.py:984 +#: ../gramps/plugins/webreport/narrativeweb.py:1566 msgid "Notes" msgstr "" +#. Go over parents and build their menu +#. don't show rest #: ../gramps/gui/grampsgui.py:173 ../gramps/gui/merge/mergeperson.py:217 #: ../gramps/plugins/quickview/all_relations.py:307 #: ../gramps/plugins/tool/notrelated.py:127 #: ../gramps/plugins/view/pedigreeview.py:1772 #: ../gramps/plugins/view/relview.py:535 ../gramps/plugins/view/relview.py:872 #: ../gramps/plugins/view/relview.py:906 -#: ../gramps/plugins/webreport/narrativeweb.py:383 -#: ../gramps/plugins/webreport/narrativeweb.py:2915 -#: ../gramps/plugins/webreport/narrativeweb.py:5235 -#: ../gramps/plugins/webreport/narrativeweb.py:6390 +#: ../gramps/plugins/webreport/narrativeweb.py:384 +#: ../gramps/plugins/webreport/narrativeweb.py:2916 +#: ../gramps/plugins/webreport/narrativeweb.py:5236 +#: ../gramps/plugins/webreport/narrativeweb.py:6391 msgid "Parents" msgstr "" @@ -9372,7 +11553,7 @@ msgstr "" #: ../gramps/plugins/gramplet/gramplet.gpr.py:176 #: ../gramps/plugins/view/pedigreeview.py:522 #: ../gramps/plugins/view/view.gpr.py:125 -#: ../gramps/plugins/webreport/narrativeweb.py:6074 +#: ../gramps/plugins/webreport/narrativeweb.py:6075 msgid "Pedigree" msgstr "" @@ -9381,11 +11562,11 @@ msgstr "" #: ../gramps/plugins/view/view.gpr.py:205 #: ../gramps/plugins/view/view.gpr.py:213 #: ../gramps/plugins/view/view.gpr.py:229 -#: ../gramps/plugins/webreport/narrativeweb.py:1763 -#: ../gramps/plugins/webreport/narrativeweb.py:1818 -#: ../gramps/plugins/webreport/narrativeweb.py:1874 -#: ../gramps/plugins/webreport/narrativeweb.py:3342 -#: ../gramps/plugins/webreport/narrativeweb.py:3462 +#: ../gramps/plugins/webreport/narrativeweb.py:1764 +#: ../gramps/plugins/webreport/narrativeweb.py:1819 +#: ../gramps/plugins/webreport/narrativeweb.py:1875 +#: ../gramps/plugins/webreport/narrativeweb.py:3343 +#: ../gramps/plugins/webreport/narrativeweb.py:3463 msgid "Places" msgstr "" @@ -9398,11 +11579,11 @@ msgstr "" #: ../gramps/plugins/view/repoview.py:128 #: ../gramps/plugins/view/view.gpr.py:236 #: ../gramps/plugins/view/view.gpr.py:244 -#: ../gramps/plugins/webreport/narrativeweb.py:1765 -#: ../gramps/plugins/webreport/narrativeweb.py:1876 -#: ../gramps/plugins/webreport/narrativeweb.py:2724 -#: ../gramps/plugins/webreport/narrativeweb.py:6558 -#: ../gramps/plugins/webreport/narrativeweb.py:6623 +#: ../gramps/plugins/webreport/narrativeweb.py:1766 +#: ../gramps/plugins/webreport/narrativeweb.py:1877 +#: ../gramps/plugins/webreport/narrativeweb.py:2725 +#: ../gramps/plugins/webreport/narrativeweb.py:6559 +#: ../gramps/plugins/webreport/narrativeweb.py:6624 msgid "Repositories" msgstr "" @@ -9412,15 +11593,15 @@ msgstr "" #: ../gramps/plugins/view/view.gpr.py:251 #: ../gramps/plugins/view/view.gpr.py:259 #: ../gramps/plugins/view/view.gpr.py:290 -#: ../gramps/plugins/webreport/narrativeweb.py:390 -#: ../gramps/plugins/webreport/narrativeweb.py:984 -#: ../gramps/plugins/webreport/narrativeweb.py:1261 -#: ../gramps/plugins/webreport/narrativeweb.py:1566 -#: ../gramps/plugins/webreport/narrativeweb.py:1764 -#: ../gramps/plugins/webreport/narrativeweb.py:1815 -#: ../gramps/plugins/webreport/narrativeweb.py:1875 -#: ../gramps/plugins/webreport/narrativeweb.py:4180 -#: ../gramps/plugins/webreport/narrativeweb.py:4263 +#: ../gramps/plugins/webreport/narrativeweb.py:391 +#: ../gramps/plugins/webreport/narrativeweb.py:985 +#: ../gramps/plugins/webreport/narrativeweb.py:1262 +#: ../gramps/plugins/webreport/narrativeweb.py:1567 +#: ../gramps/plugins/webreport/narrativeweb.py:1765 +#: ../gramps/plugins/webreport/narrativeweb.py:1816 +#: ../gramps/plugins/webreport/narrativeweb.py:1876 +#: ../gramps/plugins/webreport/narrativeweb.py:4181 +#: ../gramps/plugins/webreport/narrativeweb.py:4264 msgid "Sources" msgstr "" @@ -9444,15 +11625,6 @@ msgstr "" msgid "List" msgstr "" -#: ../gramps/gui/grampsgui.py:189 ../gramps/gui/viewmanager.py:485 -#: ../gramps/plugins/tool/changenames.py:195 -#: ../gramps/plugins/tool/extractcity.py:542 -#: ../gramps/plugins/tool/patchnames.py:393 -#: ../gramps/gui/glade/mergedata.glade:169 -#: ../gramps/gui/glade/mergedata.glade:190 -msgid "Select" -msgstr "" - #: ../gramps/gui/grampsgui.py:193 msgid "Zoom In" msgstr "" @@ -9470,11 +11642,11 @@ msgid "Fit Page" msgstr "" #: ../gramps/gui/grampsgui.py:197 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:707 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:721 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:735 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:749 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:763 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:710 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:724 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:738 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:752 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:766 #: ../gramps/plugins/view/view.gpr.py:267 #: ../gramps/plugins/view/view.gpr.py:275 msgid "Citations" @@ -9523,15 +11695,15 @@ msgid "" "by changing the last-view parameter.\n" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:73 +#: ../gramps/gui/logger/_errorreportassistant.py:74 msgid "Error Report Assistant" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:229 +#: ../gramps/gui/logger/_errorreportassistant.py:230 msgid "Report a bug" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:236 +#: ../gramps/gui/logger/_errorreportassistant.py:237 msgid "" "This is the Bug Reporting Assistant. It will help you to make a bug report " "to the Gramps developers that will be as detailed as possible.\n" @@ -9544,108 +11716,108 @@ msgid "" "review exactly what information you want to include." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:253 +#: ../gramps/gui/logger/_errorreportassistant.py:254 msgid "" "If you can see that there is any personal information included in the error " "please remove it." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:297 -#: ../gramps/gui/logger/_errorreportassistant.py:325 +#: ../gramps/gui/logger/_errorreportassistant.py:298 +#: ../gramps/gui/logger/_errorreportassistant.py:326 msgid "Error Details" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:302 +#: ../gramps/gui/logger/_errorreportassistant.py:303 msgid "" "This is the detailed Gramps error information, don't worry if you do not " "understand it. You will have the opportunity to add further detail about the " "error in the following pages of the assistant." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:332 +#: ../gramps/gui/logger/_errorreportassistant.py:333 msgid "" "Please check the information below and correct anything that you know to be " "wrong or remove anything that you would rather not have included in the bug " "report." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:378 -#: ../gramps/gui/logger/_errorreportassistant.py:404 +#: ../gramps/gui/logger/_errorreportassistant.py:379 +#: ../gramps/gui/logger/_errorreportassistant.py:405 msgid "System Information" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:383 +#: ../gramps/gui/logger/_errorreportassistant.py:384 msgid "" "This is the information about your system that will help the developers to " "fix the bug." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:411 +#: ../gramps/gui/logger/_errorreportassistant.py:412 msgid "" "Please provide as much information as you can about what you were doing when " "the error occured." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:451 -#: ../gramps/gui/logger/_errorreportassistant.py:476 +#: ../gramps/gui/logger/_errorreportassistant.py:452 +#: ../gramps/gui/logger/_errorreportassistant.py:477 msgid "Further Information" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:456 +#: ../gramps/gui/logger/_errorreportassistant.py:457 msgid "" "This is your opportunity to describe what you were doing when the error " "occured." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:483 +#: ../gramps/gui/logger/_errorreportassistant.py:484 msgid "" "Please check that the information is correct, do not worry if you don't " "understand the detail of the error information. Just make sure that it does " "not contain anything that you do not want to be sent to the developers." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:516 -#: ../gramps/gui/logger/_errorreportassistant.py:543 +#: ../gramps/gui/logger/_errorreportassistant.py:517 +#: ../gramps/gui/logger/_errorreportassistant.py:544 msgid "Bug Report Summary" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:521 +#: ../gramps/gui/logger/_errorreportassistant.py:522 msgid "" "This is the completed bug report. The next page of the assistant will help " "you to file a bug on the Gramps bug tracking system website." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:552 +#: ../gramps/gui/logger/_errorreportassistant.py:553 msgid "" "Use the two buttons below to first copy the bug report to the clipboard and " "then open a webbrowser to file a bug report at " msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:561 +#: ../gramps/gui/logger/_errorreportassistant.py:562 msgid "" "Use this button to start a web browser and file a bug report on the Gramps " "bug tracking system." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:586 +#: ../gramps/gui/logger/_errorreportassistant.py:587 msgid "" "Use this button to copy the bug report onto the clipboard. Then go to the " "bug tracking website by using the button below, paste the report and click " "submit report" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:625 -#: ../gramps/gui/logger/_errorreportassistant.py:652 +#: ../gramps/gui/logger/_errorreportassistant.py:626 +#: ../gramps/gui/logger/_errorreportassistant.py:653 msgid "Send Bug Report" msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:630 +#: ../gramps/gui/logger/_errorreportassistant.py:631 msgid "" "This is the final step. Use the buttons on this page to start a web browser " "and file a bug report on the Gramps bug tracking system." msgstr "" -#: ../gramps/gui/logger/_errorreportassistant.py:659 +#: ../gramps/gui/logger/_errorreportassistant.py:660 msgid "" "Gramps is an Open Source project. Its success depends on its users. User " "feedback is important. Thank you for taking the time to submit a bug report." @@ -9755,6 +11927,7 @@ msgstr "" msgid "No parents found" msgstr "" +#. Go over spouses and build their menu #: ../gramps/gui/merge/mergeperson.py:228 #: ../gramps/plugins/textreport/kinshipreport.py:126 #: ../gramps/plugins/view/pedigreeview.py:1652 @@ -9777,7 +11950,7 @@ msgstr "" #: ../gramps/gui/merge/mergeperson.py:256 #: ../gramps/plugins/textreport/indivcomplete.py:392 -#: ../gramps/plugins/webreport/narrativeweb.py:1370 +#: ../gramps/plugins/webreport/narrativeweb.py:1371 msgid "Addresses" msgstr "" @@ -9805,10 +11978,6 @@ msgstr "" msgid "Report Selection" msgstr "" -#: ../gramps/gui/plug/_dialogs.py:280 ../gramps/gui/glade/plugins.glade:136 -msgid "Select a report from those available on the left." -msgstr "" - #: ../gramps/gui/plug/_dialogs.py:281 msgid "_Generate" msgstr "" @@ -9825,7 +11994,7 @@ msgstr "" msgid "Select a tool from those available on the left." msgstr "" -#: ../gramps/gui/plug/_dialogs.py:312 ../gramps/plugins/tool/verify.glade:380 +#: ../gramps/gui/plug/_dialogs.py:312 ../gramps/plugins/tool/verify.glade.h:25 msgid "_Run" msgstr "" @@ -9842,6 +12011,15 @@ msgstr "" msgid "Count" msgstr "" +#. 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:119 msgid "Finding Surnames" msgstr "" @@ -9863,12 +12041,12 @@ msgid "Select a different family" msgstr "" #: ../gramps/gui/plug/_guioptions.py:845 -#: ../gramps/gui/plug/report/_bookdialog.py:176 +#: ../gramps/gui/plug/report/_bookdialog.py:177 msgid "unknown father" msgstr "" #: ../gramps/gui/plug/_guioptions.py:851 -#: ../gramps/gui/plug/report/_bookdialog.py:182 +#: ../gramps/gui/plug/report/_bookdialog.py:183 msgid "unknown mother" msgstr "" @@ -9922,10 +12100,12 @@ msgstr "" msgid "Info" msgstr "" +#. id_col #: ../gramps/gui/plug/_windows.py:137 ../gramps/gui/plug/_windows.py:192 msgid "Hide/Unhide" msgstr "" +#. id_col #: ../gramps/gui/plug/_windows.py:145 ../gramps/gui/plug/_windows.py:201 msgid "Load" msgstr "" @@ -9950,6 +12130,7 @@ msgstr "" msgid "Loaded Plugins" msgstr "" +#. self.addon_list.connect('button-press-event', self.button_press) #: ../gramps/gui/plug/_windows.py:227 msgid "Addon Name" msgstr "" @@ -9970,6 +12151,8 @@ msgstr "" msgid "Refresh Addon List" msgstr "" +#. Only show the "Reload" button when in debug mode +#. (without -O on the command line) #: ../gramps/gui/plug/_windows.py:281 msgid "Reload" msgstr "" @@ -10015,7 +12198,7 @@ msgstr "" msgid "Fail" msgstr "" -#: ../gramps/gui/plug/_windows.py:499 ../gramps/gui/widgets/grampletbar.py:523 +#: ../gramps/gui/plug/_windows.py:499 ../gramps/gui/widgets/grampletbar.py:529 msgid "OK" msgstr "" @@ -10031,6 +12214,7 @@ msgstr "" msgid "Authors" msgstr "" +#. Save Frame #: ../gramps/gui/plug/_windows.py:608 #: ../gramps/gui/plug/report/_reportdialog.py:462 msgid "Filename" @@ -10049,6 +12233,7 @@ msgstr "" msgid "Main window" msgstr "" +#. set up ManagedWindow #: ../gramps/gui/plug/export/_exportassistant.py:120 msgid "Export Assistant" msgstr "" @@ -10069,20 +12254,20 @@ msgstr "" msgid "Select save file" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:346 +#: ../gramps/gui/plug/export/_exportassistant.py:351 #: ../gramps/plugins/tool/mediamanager.py:107 msgid "Final confirmation" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:362 +#: ../gramps/gui/plug/export/_exportassistant.py:367 msgid "Please wait while your data is selected and exported" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:374 +#: ../gramps/gui/plug/export/_exportassistant.py:379 msgid "Summary" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:441 +#: ../gramps/gui/plug/export/_exportassistant.py:446 #, python-format msgid "" "The data will be exported as follows:\n" @@ -10092,7 +12277,7 @@ msgid "" "Press Apply to proceed, Back to revisit your options, or Cancel to abort" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:454 +#: ../gramps/gui/plug/export/_exportassistant.py:459 #, python-format msgid "" "The data will be saved as follows:\n" @@ -10104,18 +12289,18 @@ msgid "" "Press Apply to proceed, Go Back to revisit your options, or Cancel to abort" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:464 +#: ../gramps/gui/plug/export/_exportassistant.py:469 msgid "" "The selected file and folder to save to cannot be created or found.\n" "\n" "Press Back to return and select a valid filename." msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:490 +#: ../gramps/gui/plug/export/_exportassistant.py:495 msgid "Your data has been saved" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:492 +#: ../gramps/gui/plug/export/_exportassistant.py:497 msgid "" "The copy of your data has been successfully saved. You may press Close " "button now to continue.\n" @@ -10125,16 +12310,17 @@ msgid "" "not alter the copy you have just made. " msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:500 +#. add test, what is dir +#: ../gramps/gui/plug/export/_exportassistant.py:505 #, python-format msgid "Filename: %s" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:502 +#: ../gramps/gui/plug/export/_exportassistant.py:507 msgid "Saving failed" msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:504 +#: ../gramps/gui/plug/export/_exportassistant.py:509 msgid "" "There was an error while saving your data. You may try starting the export " "again.\n" @@ -10143,7 +12329,7 @@ msgid "" "data that failed to save." msgstr "" -#: ../gramps/gui/plug/export/_exportassistant.py:525 +#: ../gramps/gui/plug/export/_exportassistant.py:530 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" @@ -10157,6 +12343,10 @@ msgid "" "button at any time and your present database will still be intact." msgstr "" +#: ../gramps/gui/plug/export/_exportassistant.py:600 +msgid "Error exporting your family tree" +msgstr "" + #: ../gramps/gui/plug/export/_exportoptions.py:57 msgid "Selecting Preview Data" msgstr "" @@ -10212,6 +12402,7 @@ msgstr "" msgid "Click to see preview after note filter" msgstr "" +#. Frame 3: #: ../gramps/gui/plug/export/_exportoptions.py:293 msgid "Privacy Filter" msgstr "" @@ -10220,6 +12411,7 @@ msgstr "" msgid "Click to see preview after privacy filter" msgstr "" +#. Frame 4: #: ../gramps/gui/plug/export/_exportoptions.py:302 msgid "Living Filter" msgstr "" @@ -10320,62 +12512,62 @@ msgstr "" msgid "See data not in Filter" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:184 +#: ../gramps/gui/plug/report/_bookdialog.py:185 #, python-format msgid "%(father)s and %(mother)s (%(id)s)" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:220 +#: ../gramps/gui/plug/report/_bookdialog.py:221 msgid "Available Books" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:288 +#: ../gramps/gui/plug/report/_bookdialog.py:289 msgid "Discard Unsaved Changes" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:289 +#: ../gramps/gui/plug/report/_bookdialog.py:290 msgid "You have made changes which have not been saved." msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:290 -#: ../gramps/gui/plug/report/_bookdialog.py:689 +#: ../gramps/gui/plug/report/_bookdialog.py:291 +#: ../gramps/gui/plug/report/_bookdialog.py:690 msgid "Proceed" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:319 +#: ../gramps/gui/plug/report/_bookdialog.py:320 msgid "Name of the book. MANDATORY" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:379 +#: ../gramps/gui/plug/report/_bookdialog.py:380 msgid "New Book" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:382 +#: ../gramps/gui/plug/report/_bookdialog.py:383 msgid "_Available items" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:386 +#: ../gramps/gui/plug/report/_bookdialog.py:387 msgid "Current _book" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:394 +#: ../gramps/gui/plug/report/_bookdialog.py:395 #: ../gramps/plugins/drawreport/statisticschart.py:300 msgid "Item name" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:397 +#: ../gramps/gui/plug/report/_bookdialog.py:398 msgid "Subject" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:409 +#: ../gramps/gui/plug/report/_bookdialog.py:410 msgid "Book selection list" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:449 +#: ../gramps/gui/plug/report/_bookdialog.py:450 msgid "Different database" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:450 +#: ../gramps/gui/plug/report/_bookdialog.py:451 #, python-format msgid "" "This book was created with the references to database %s.\n" @@ -10386,54 +12578,54 @@ msgid "" "person of the currently opened database." msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:551 +#: ../gramps/gui/plug/report/_bookdialog.py:552 msgid "No selected book item" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:552 +#: ../gramps/gui/plug/report/_bookdialog.py:553 msgid "Please select a book item to configure." msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:615 +#: ../gramps/gui/plug/report/_bookdialog.py:616 msgid "Setup" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:625 +#: ../gramps/gui/plug/report/_bookdialog.py:626 msgid "Book Menu" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:648 +#: ../gramps/gui/plug/report/_bookdialog.py:649 msgid "Available Items Menu" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:666 +#: ../gramps/gui/plug/report/_bookdialog.py:667 msgid "No items" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:666 +#: ../gramps/gui/plug/report/_bookdialog.py:667 msgid "This book has no items." msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:677 +#: ../gramps/gui/plug/report/_bookdialog.py:678 msgid "No book name" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:678 +#: ../gramps/gui/plug/report/_bookdialog.py:679 msgid "" "You are about to save away a book with no name.\n" "\n" "Please give it a name before saving it away." msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:685 +#: ../gramps/gui/plug/report/_bookdialog.py:686 msgid "Book name already exists" msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:686 +#: ../gramps/gui/plug/report/_bookdialog.py:687 msgid "You are about to save away a book with a name which already exists." msgstr "" -#: ../gramps/gui/plug/report/_bookdialog.py:882 +#: ../gramps/gui/plug/report/_bookdialog.py:883 msgid "Gramps Book" msgstr "" @@ -10468,22 +12660,6 @@ msgstr "" msgid "Landscape" msgstr "" -#: ../gramps/gui/plug/report/_papermenu.py:206 -#: ../gramps/gui/glade/papermenu.glade:131 -#: ../gramps/gui/glade/papermenu.glade:148 -#: ../gramps/gui/glade/papermenu.glade:295 -#: ../gramps/gui/glade/papermenu.glade:310 -#: ../gramps/gui/glade/papermenu.glade:327 -#: ../gramps/gui/glade/papermenu.glade:402 -#: ../gramps/gui/glade/styleeditor.glade:731 -#: ../gramps/gui/glade/styleeditor.glade:748 -#: ../gramps/gui/glade/styleeditor.glade:765 -#: ../gramps/gui/glade/styleeditor.glade:877 -#: ../gramps/gui/glade/styleeditor.glade:894 -#: ../gramps/gui/glade/styleeditor.glade:1114 -msgid "cm" -msgstr "" - #: ../gramps/gui/plug/report/_papermenu.py:210 msgid "inch|in." msgstr "" @@ -10492,11 +12668,16 @@ msgstr "" msgid "Configuration" msgstr "" +#. Styles Frame #: ../gramps/gui/plug/report/_reportdialog.py:313 #: ../gramps/gui/plug/report/_styleeditor.py:102 msgid "Style" msgstr "" +#. ############################### +#. Report Options +#. ######################### +#. ############################### #: ../gramps/gui/plug/report/_reportdialog.py:356 #: ../gramps/plugins/drawreport/calendarreport.py:415 #: ../gramps/plugins/drawreport/fanchart.py:639 @@ -10517,11 +12698,12 @@ msgstr "" #: ../gramps/plugins/textreport/recordsreport.py:134 #: ../gramps/plugins/textreport/simplebooktitle.py:130 #: ../gramps/plugins/textreport/tagreport.py:528 -#: ../gramps/plugins/webreport/narrativeweb.py:7975 -#: ../gramps/plugins/webreport/webcal.py:1320 +#: ../gramps/plugins/webreport/narrativeweb.py:7976 +#: ../gramps/plugins/webreport/webcal.py:1321 msgid "Report Options" msgstr "" +#. need any labels at top: #: ../gramps/gui/plug/report/_reportdialog.py:447 msgid "Document Options" msgstr "" @@ -10580,6 +12762,7 @@ msgstr "" #: ../gramps/gui/plug/report/_stylecombobox.py:70 #: ../gramps/gui/plug/report/_stylecombobox.py:89 +#: ../gramps/plugins/importer/importgedcom.glade.h:17 msgid "default" msgstr "" @@ -10595,11 +12778,6 @@ msgstr "" msgid "Style editor" msgstr "" -#: ../gramps/gui/plug/report/_styleeditor.py:212 -#: ../gramps/gui/glade/styleeditor.glade:381 -msgid "point size|pt" -msgstr "" - #: ../gramps/gui/plug/report/_styleeditor.py:214 msgid "Paragraph" msgstr "" @@ -10666,20 +12844,6 @@ msgstr "" msgid "Select Note" msgstr "" -#: ../gramps/gui/selectors/selectnote.py:70 -#: ../gramps/plugins/lib/libpersonview.py:104 -#: ../gramps/plugins/tool/notrelated.py:128 -#: ../gramps/plugins/view/familyview.py:87 -#: ../gramps/plugins/view/mediaview.py:110 -#: ../gramps/plugins/view/noteview.py:85 -#: ../gramps/gui/glade/editfamily.glade:805 -#: ../gramps/gui/glade/editmedia.glade:436 -#: ../gramps/gui/glade/editmediaref.glade:870 -#: ../gramps/gui/glade/editnote.glade:309 -#: ../gramps/gui/glade/editperson.glade:784 -msgid "Tags" -msgstr "" - #: ../gramps/gui/selectors/selectobject.py:62 msgid "Select Media Object" msgstr "" @@ -10705,18 +12869,24 @@ msgid "Select Source" msgstr "" #: ../gramps/gui/spell.py:74 -msgid "Spelling checker is not installed" +msgid "" +"GtkSpell not loaded. Spell checking will not be available.\n" +"To build it for Gramps see http://www.gramps-project.org/wiki/index.php?" +"title=GEPS_029:_GTK3-GObject_introspection_Conversion#Spell_Check_Install" msgstr "" -#: ../gramps/gui/spell.py:92 +#: ../gramps/gui/spell.py:96 msgid "Off" msgstr "" -#: ../gramps/gui/spell.py:95 +#: ../gramps/gui/spell.py:99 msgid "On" msgstr "" -#: ../gramps/gui/spell.py:128 +#. attaching the spellchecker will fail if +#. the language does not exist +#. and presumably if there is no dictionary +#: ../gramps/gui/spell.py:132 msgid "Spelling checker could not be attached to TextView" msgstr "" @@ -10737,6 +12907,12 @@ msgid "" "%s" msgstr "" +#. self.tree.append_column( +#. Gtk.TreeViewColumn(_('Original time'), self.renderer, +#. text=0, foreground=2, background=3)) +#. self.tree.append_column( +#. Gtk.TreeViewColumn(_('Action'), self.renderer, +#. text=1, foreground=2, background=3)) #: ../gramps/gui/undohistory.py:104 msgid "Original time" msgstr "" @@ -10765,15 +12941,15 @@ msgstr "" msgid "History cleared" msgstr "" -#: ../gramps/gui/utils.py:214 +#: ../gramps/gui/utils.py:221 msgid "Canceling..." msgstr "" -#: ../gramps/gui/utils.py:294 +#: ../gramps/gui/utils.py:301 msgid "Please do not force closing this important dialog." msgstr "" -#: ../gramps/gui/utils.py:365 ../gramps/gui/utils.py:372 +#: ../gramps/gui/utils.py:372 ../gramps/gui/utils.py:379 msgid "Error Opening File" msgstr "" @@ -10781,10 +12957,6 @@ msgstr "" msgid "Updated" msgstr "" -#: ../gramps/gui/viewmanager.py:435 ../gramps/gui/glade/editlink.glade:227 -msgid "New" -msgstr "" - #: ../gramps/gui/viewmanager.py:447 msgid "Checking Addons Failed" msgstr "" @@ -10793,6 +12965,8 @@ msgstr "" msgid "The addon repository appears to be unavailable. Please try again later." msgstr "" +#. List of translated strings used here +#. Dead code for l10n #: ../gramps/gui/viewmanager.py:456 msgid "new" msgstr "" @@ -11023,6 +13197,7 @@ msgstr "" msgid "Key %s is not bound" msgstr "" +#. load plugins #: ../gramps/gui/viewmanager.py:987 msgid "Loading plugins..." msgstr "" @@ -11031,6 +13206,7 @@ msgstr "" msgid "Ready" msgstr "" +#. registering plugins #: ../gramps/gui/viewmanager.py:1002 msgid "Registering plugins..." msgstr "" @@ -11084,7 +13260,7 @@ msgid "Gramps XML Backup" msgstr "" #: ../gramps/gui/viewmanager.py:1524 -#: ../gramps/plugins/importer/importgedcom.glade:281 +#: ../gramps/plugins/importer/importgedcom.glade.h:11 msgid "File:" msgstr "" @@ -11092,14 +13268,17 @@ msgstr "" msgid "Media:" msgstr "" +#. ################# +#. What to include +#. ######################### #: ../gramps/gui/viewmanager.py:1561 -#: ../gramps/plugins/drawreport/ancestortree.py:1022 -#: ../gramps/plugins/drawreport/descendtree.py:1613 +#: ../gramps/plugins/drawreport/ancestortree.py:1026 +#: ../gramps/plugins/drawreport/descendtree.py:1616 #: ../gramps/plugins/textreport/detancestralreport.py:800 #: ../gramps/plugins/textreport/detdescendantreport.py:974 #: ../gramps/plugins/textreport/detdescendantreport.py:975 #: ../gramps/plugins/textreport/familygroup.py:652 -#: ../gramps/plugins/webreport/narrativeweb.py:8182 +#: ../gramps/plugins/webreport/narrativeweb.py:8183 msgid "Include" msgstr "" @@ -11109,7 +13288,7 @@ msgid "Megabyte|MB" msgstr "" #: ../gramps/gui/viewmanager.py:1563 -#: ../gramps/plugins/webreport/narrativeweb.py:8176 +#: ../gramps/plugins/webreport/narrativeweb.py:8177 msgid "Exclude" msgstr "" @@ -11159,8 +13338,8 @@ msgid "" "%(error_msg)s\n" "\n" "If you are unable to fix the fault yourself then you can submit a bug at " -"http://bugs.gramps-project.org or contact the plugin author " -"(%(firstauthoremail)s).\n" +"http://bugs.gramps-project.org 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." @@ -11178,8 +13357,8 @@ msgid "" "%(error_msg)s\n" "\n" "If you are unable to fix the fault yourself then you can submit a bug at " -"http://bugs.gramps-project.org or contact the view author " -"(%(firstauthoremail)s).\n" +"http://bugs.gramps-project.org or contact the view author (%" +"(firstauthoremail)s).\n" "\n" "If you do not want Gramps to try and load this view again, you can hide it " "by using the Plugin Manager on the Help menu." @@ -11269,11 +13448,6 @@ msgstr "" msgid "Export View as Spreadsheet" msgstr "" -#: ../gramps/gui/views/listview.py:985 ../gramps/gui/glade/mergenote.glade:296 -#: ../gramps/gui/glade/mergenote.glade:315 -msgid "Format:" -msgstr "" - #: ../gramps/gui/views/listview.py:990 msgid "CSV" msgstr "" @@ -11306,7 +13480,7 @@ msgid "%(title)s..." msgstr "" #: ../gramps/gui/views/navigationview.py:292 -#: ../gramps/plugins/view/htmlrenderer.py:508 +#: ../gramps/plugins/view/htmlrenderer.py:505 msgid "_Forward" msgstr "" @@ -11315,7 +13489,7 @@ msgid "Go to the next object in the history" msgstr "" #: ../gramps/gui/views/navigationview.py:300 -#: ../gramps/plugins/view/htmlrenderer.py:500 +#: ../gramps/plugins/view/htmlrenderer.py:497 msgid "_Back" msgstr "" @@ -11379,6 +13553,7 @@ msgstr "" msgid "Configure %s View" msgstr "" +#. top widget at the top #: ../gramps/gui/views/pageview.py:639 #, python-format msgid "View %(name)s: %(msg)s" @@ -11491,20 +13666,20 @@ msgstr "" msgid "" msgstr "" -#: ../gramps/gui/views/treemodels/treebasemodel.py:517 -#: ../gramps/gui/views/treemodels/treebasemodel.py:560 +#: ../gramps/gui/views/treemodels/treebasemodel.py:518 +#: ../gramps/gui/views/treemodels/treebasemodel.py:561 msgid "Building View" msgstr "" -#: ../gramps/gui/views/treemodels/treebasemodel.py:563 +#: ../gramps/gui/views/treemodels/treebasemodel.py:564 msgid "Obtaining all rows" msgstr "" -#: ../gramps/gui/views/treemodels/treebasemodel.py:582 +#: ../gramps/gui/views/treemodels/treebasemodel.py:583 msgid "Applying filter" msgstr "" -#: ../gramps/gui/views/treemodels/treebasemodel.py:591 +#: ../gramps/gui/views/treemodels/treebasemodel.py:592 msgid "Constructing column data" msgstr "" @@ -11524,48 +13699,50 @@ msgstr "" msgid "Collapse this section" msgstr "" -#: ../gramps/gui/widgets/grampletbar.py:180 +#: ../gramps/gui/widgets/grampletbar.py:189 #: ../gramps/gui/widgets/grampletpane.py:1167 msgid "Unnamed Gramplet" msgstr "" -#: ../gramps/gui/widgets/grampletbar.py:336 +#: ../gramps/gui/widgets/grampletbar.py:342 msgid "Gramplet Bar" msgstr "" -#: ../gramps/gui/widgets/grampletbar.py:338 +#: ../gramps/gui/widgets/grampletbar.py:344 msgid "" "Select the down arrow on the right corner for adding, removing or restoring " "gramplets." msgstr "" -#: ../gramps/gui/widgets/grampletbar.py:462 +#: ../gramps/gui/widgets/grampletbar.py:468 #: ../gramps/plugins/view/dashboardview.py:96 msgid "Add a gramplet" msgstr "" -#: ../gramps/gui/widgets/grampletbar.py:472 +#: ../gramps/gui/widgets/grampletbar.py:478 msgid "Remove a gramplet" msgstr "" -#: ../gramps/gui/widgets/grampletbar.py:482 +#: ../gramps/gui/widgets/grampletbar.py:488 msgid "Restore default gramplets" msgstr "" -#: ../gramps/gui/widgets/grampletbar.py:520 +#: ../gramps/gui/widgets/grampletbar.py:526 msgid "Restore to defaults?" msgstr "" -#: ../gramps/gui/widgets/grampletbar.py:521 +#: ../gramps/gui/widgets/grampletbar.py:527 msgid "" "The gramplet bar will be restored to contain its default gramplets. This " "action cannot be undone." msgstr "" +#. default tooltip #: ../gramps/gui/widgets/grampletpane.py:789 msgid "Drag Properties Button to move and click it for setup" msgstr "" +#. build the GUI: #: ../gramps/gui/widgets/grampletpane.py:985 msgid "Right click to add gramplets" msgstr "" @@ -11613,11 +13790,6 @@ msgstr "" msgid "Date more than one year in the future" msgstr "" -#: ../gramps/gui/widgets/monitoredwidgets.py:838 -#: ../gramps/gui/glade/editfamily.glade:798 -msgid "Edit the tag list" -msgstr "" - #: ../gramps/gui/widgets/photo.py:56 msgid "" "Double-click on the picture to view it in the default image viewer " @@ -11637,6 +13809,7 @@ msgstr "" msgid "Reorder Relationships: %s" msgstr "" +#. spell checker submenu #: ../gramps/gui/widgets/styledtexteditor.py:381 msgid "Spellcheck" msgstr "" @@ -11706,11 +13879,13 @@ msgstr "" msgid "This field is mandatory" msgstr "" +#. used on AgeOnDateGramplet #: ../gramps/gui/widgets/validatedmaskedentry.py:1407 #, python-format msgid "'%s' is not a valid date value" msgstr "" +#. internal name: don't translate #: ../gramps/plugins/docgen/asciidoc.py:444 msgid "Characters per line" msgstr "" @@ -11791,20 +13966,64 @@ msgstr "" msgid "Generates documents in Scalable Vector Graphics format (.svg)." msgstr "" +#: ../gramps/plugins/docgen/gtkprint.glade.h:1 +msgid "Closes print preview window" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:2 +msgid "Print Preview" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:3 +msgid "Prints the current file" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:4 +msgid "Shows previous page" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:5 +msgid "Shows the first page" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:6 +msgid "Shows the last page" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:7 +msgid "Shows the next page" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:8 +msgid "Zooms the page in" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:9 +msgid "Zooms the page out" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:10 +msgid "Zooms to fit the page width" +msgstr "" + +#: ../gramps/plugins/docgen/gtkprint.glade.h:11 +msgid "Zooms to fit the whole page" +msgstr "" + #: ../gramps/plugins/docgen/gtkprint.py:484 #, python-format msgid "of %d" msgstr "" -#: ../gramps/plugins/docgen/htmldoc.py:275 -#: ../gramps/plugins/webreport/narrativeweb.py:7928 -#: ../gramps/plugins/webreport/webcal.py:245 -msgid "Possible destination error" -msgstr "" - #: ../gramps/plugins/docgen/htmldoc.py:276 #: ../gramps/plugins/webreport/narrativeweb.py:7929 #: ../gramps/plugins/webreport/webcal.py:246 +msgid "Possible destination error" +msgstr "" + +#: ../gramps/plugins/docgen/htmldoc.py:277 +#: ../gramps/plugins/webreport/narrativeweb.py:7930 +#: ../gramps/plugins/webreport/webcal.py:247 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 " @@ -11812,26 +14031,32 @@ msgid "" "pages." msgstr "" -#: ../gramps/plugins/docgen/htmldoc.py:555 +#: ../gramps/plugins/docgen/htmldoc.py:556 #, python-format msgid "Could not create jpeg version of image %(name)s" msgstr "" -#: ../gramps/plugins/docgen/odfdoc.py:1229 +#: ../gramps/plugins/docgen/odfdoc.py:1230 #, python-format msgid "Could not open %s" msgstr "" -#: ../gramps/plugins/docgen/odfdoc.py:1633 +#: ../gramps/plugins/docgen/odfdoc.py:1634 #: ../gramps/plugins/docgen/pdfdoc.py:228 msgid "Contents" msgstr "" -#: ../gramps/plugins/docgen/odfdoc.py:1672 +#: ../gramps/plugins/docgen/odfdoc.py:1673 #: ../gramps/plugins/docgen/pdfdoc.py:261 msgid "Index" msgstr "" +#. cm2pt = ReportUtils.cm2pt +#. ------------------------------------------------------------------------ +#. +#. Constants +#. +#. ------------------------------------------------------------------------ #: ../gramps/plugins/drawreport/ancestortree.py:74 #: ../gramps/plugins/drawreport/descendtree.py:61 #: ../gramps/plugins/view/pedigreeview.py:89 @@ -11849,35 +14074,38 @@ msgstr "" msgid "short for married|m." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:139 +#. we want no text, but need a text for the TOC in a book! +#: ../gramps/plugins/drawreport/ancestortree.py:141 msgid "Ancestor Graph" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:153 +#. feature request 2356: avoid genitive form +#: ../gramps/plugins/drawreport/ancestortree.py:156 #, python-format msgid "Ancestor Graph for %s" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:706 -#: ../gramps/plugins/drawreport/ancestortree.py:795 +#: ../gramps/plugins/drawreport/ancestortree.py:710 +#: ../gramps/plugins/drawreport/ancestortree.py:799 #: ../gramps/plugins/drawreport/drawplugins.gpr.py:48 msgid "Ancestor Tree" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:707 +#: ../gramps/plugins/drawreport/ancestortree.py:711 msgid "Making the Tree..." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:796 +#: ../gramps/plugins/drawreport/ancestortree.py:800 msgid "Printing the Tree..." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:890 -#: ../gramps/plugins/drawreport/descendtree.py:1474 +#. ################# +#: ../gramps/plugins/drawreport/ancestortree.py:894 +#: ../gramps/plugins/drawreport/descendtree.py:1477 msgid "Tree Options" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:892 +#: ../gramps/plugins/drawreport/ancestortree.py:896 #: ../gramps/plugins/drawreport/calendarreport.py:426 #: ../gramps/plugins/drawreport/fanchart.py:641 #: ../gramps/plugins/graph/gvhourglass.py:262 @@ -11892,12 +14120,12 @@ msgstr "" msgid "Center Person" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:893 +#: ../gramps/plugins/drawreport/ancestortree.py:897 msgid "The center person for the tree" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:896 -#: ../gramps/plugins/drawreport/descendtree.py:1494 +#: ../gramps/plugins/drawreport/ancestortree.py:900 +#: ../gramps/plugins/drawreport/descendtree.py:1497 #: ../gramps/plugins/drawreport/fanchart.py:645 #: ../gramps/plugins/textreport/ancestorreport.py:287 #: ../gramps/plugins/textreport/descendreport.py:415 @@ -11906,132 +14134,150 @@ msgstr "" msgid "Generations" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:897 -#: ../gramps/plugins/drawreport/descendtree.py:1495 +#: ../gramps/plugins/drawreport/ancestortree.py:901 +#: ../gramps/plugins/drawreport/descendtree.py:1498 msgid "The number of generations to include in the tree" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:901 +#: ../gramps/plugins/drawreport/ancestortree.py:905 msgid "" "Display unknown\n" "generations" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:903 +#: ../gramps/plugins/drawreport/ancestortree.py:907 msgid "The number of generations of empty boxes that will be displayed" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:910 -#: ../gramps/plugins/drawreport/descendtree.py:1503 -msgid "Co_mpress tree" +#: ../gramps/plugins/drawreport/ancestortree.py:914 +#: ../gramps/plugins/drawreport/descendtree.py:1506 +msgid "Compress tree" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:911 +#: ../gramps/plugins/drawreport/ancestortree.py:915 msgid "" "Whether to remove any extra blank spaces set aside for people that are " "unknown" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:925 +#. better to 'Show siblings of\nthe center person +#. Spouse_disp = EnumeratedListOption(_("Show spouses of\nthe center " +#. "person"), 0) +#. Spouse_disp.add_item( 0, _("No. Do not show Spouses")) +#. Spouse_disp.add_item( 1, _("Yes, and use the the Main Display Format")) +#. Spouse_disp.add_item( 2, _("Yes, and use the the Secondary " +#. "Display Format")) +#. Spouse_disp.set_help(_("Show spouses of the center person?")) +#. menu.add_option(category_name, "Spouse_disp", Spouse_disp) +#: ../gramps/plugins/drawreport/ancestortree.py:929 msgid "" "Center person uses\n" "which format" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:927 +#: ../gramps/plugins/drawreport/ancestortree.py:931 msgid "Use Fathers Display format" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:928 +#: ../gramps/plugins/drawreport/ancestortree.py:932 msgid "Use Mothers display format" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:929 +#: ../gramps/plugins/drawreport/ancestortree.py:933 msgid "Which Display format to use the center person" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:935 +#: ../gramps/plugins/drawreport/ancestortree.py:939 msgid "" "Father\n" "Display Format" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:939 +#: ../gramps/plugins/drawreport/ancestortree.py:943 msgid "Display format for the fathers box." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:952 +#. Will add when libsubstkeyword supports it. +#. missing = EnumeratedListOption(_("Replace missing\nplaces\\dates \ +#. with"), 0) +#. missing.add_item( 0, _("Does not display anything")) +#. missing.add_item( 1, _("Displays '_____'")) +#. 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:956 msgid "" "Mother\n" "Display Format" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:958 +#: ../gramps/plugins/drawreport/ancestortree.py:962 msgid "Display format for the mothers box." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:961 -#: ../gramps/plugins/drawreport/descendtree.py:1543 +#: ../gramps/plugins/drawreport/ancestortree.py:965 +#: ../gramps/plugins/drawreport/descendtree.py:1546 msgid "Include Marriage box" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:963 -#: ../gramps/plugins/drawreport/descendtree.py:1545 +#: ../gramps/plugins/drawreport/ancestortree.py:967 +#: ../gramps/plugins/drawreport/descendtree.py:1548 msgid "Whether to include a separate marital box in the report" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:966 -#: ../gramps/plugins/drawreport/descendtree.py:1548 +#: ../gramps/plugins/drawreport/ancestortree.py:970 +#: ../gramps/plugins/drawreport/descendtree.py:1551 msgid "" "Marriage\n" "Display Format" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:967 -#: ../gramps/plugins/drawreport/descendtree.py:1549 +#: ../gramps/plugins/drawreport/ancestortree.py:971 +#: ../gramps/plugins/drawreport/descendtree.py:1552 msgid "Display format for the marital box." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:971 -#: ../gramps/plugins/drawreport/descendtree.py:1562 +#. ################# +#: ../gramps/plugins/drawreport/ancestortree.py:975 +#: ../gramps/plugins/drawreport/descendtree.py:1565 msgid "Size" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:973 -#: ../gramps/plugins/drawreport/descendtree.py:1564 +#: ../gramps/plugins/drawreport/ancestortree.py:977 +#: ../gramps/plugins/drawreport/descendtree.py:1567 msgid "Scale tree to fit" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:974 -#: ../gramps/plugins/drawreport/descendtree.py:1565 +#: ../gramps/plugins/drawreport/ancestortree.py:978 +#: ../gramps/plugins/drawreport/descendtree.py:1568 msgid "Do not scale tree" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:975 -#: ../gramps/plugins/drawreport/descendtree.py:1566 +#: ../gramps/plugins/drawreport/ancestortree.py:979 +#: ../gramps/plugins/drawreport/descendtree.py:1569 msgid "Scale tree to fit page width only" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:976 -#: ../gramps/plugins/drawreport/descendtree.py:1567 +#: ../gramps/plugins/drawreport/ancestortree.py:980 +#: ../gramps/plugins/drawreport/descendtree.py:1570 msgid "Scale tree to fit the size of the page" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:978 -#: ../gramps/plugins/drawreport/descendtree.py:1569 +#: ../gramps/plugins/drawreport/ancestortree.py:982 +#: ../gramps/plugins/drawreport/descendtree.py:1572 msgid "Whether to scale the tree to fit a specific paper size" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:984 -#: ../gramps/plugins/drawreport/descendtree.py:1575 +#: ../gramps/plugins/drawreport/ancestortree.py:988 +#: ../gramps/plugins/drawreport/descendtree.py:1578 msgid "" "Resize Page to Fit Tree size\n" "\n" "Note: Overrides options in the 'Paper Option' tab" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:990 -#: ../gramps/plugins/drawreport/descendtree.py:1581 +#: ../gramps/plugins/drawreport/ancestortree.py:994 +#: ../gramps/plugins/drawreport/descendtree.py:1584 msgid "" "Whether to resize the page to fit the size \n" "of the tree. Note: the page will have a \n" @@ -12049,117 +14295,119 @@ msgid "" " is resized to remove any gap in either height or width" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1010 -#: ../gramps/plugins/drawreport/descendtree.py:1601 +#: ../gramps/plugins/drawreport/ancestortree.py:1014 +#: ../gramps/plugins/drawreport/descendtree.py:1604 msgid "inter-box Y scale factor" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1012 -#: ../gramps/plugins/drawreport/descendtree.py:1603 +#: ../gramps/plugins/drawreport/ancestortree.py:1016 +#: ../gramps/plugins/drawreport/descendtree.py:1606 msgid "Make the inter-box Y bigger or smaller" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1015 -#: ../gramps/plugins/drawreport/descendtree.py:1606 +#: ../gramps/plugins/drawreport/ancestortree.py:1019 +#: ../gramps/plugins/drawreport/descendtree.py:1609 msgid "box shadow scale factor" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1017 -#: ../gramps/plugins/drawreport/descendtree.py:1608 +#. down to 0 +#: ../gramps/plugins/drawreport/ancestortree.py:1021 +#: ../gramps/plugins/drawreport/descendtree.py:1611 msgid "Make the box shadow bigger or smaller" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1024 -#: ../gramps/plugins/drawreport/descendtree.py:1615 +#: ../gramps/plugins/drawreport/ancestortree.py:1028 +#: ../gramps/plugins/drawreport/descendtree.py:1618 msgid "Report Title" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1025 -#: ../gramps/plugins/drawreport/descendtree.py:1616 -#: ../gramps/plugins/drawreport/descendtree.py:1665 +#: ../gramps/plugins/drawreport/ancestortree.py:1029 +#: ../gramps/plugins/drawreport/descendtree.py:1619 +#: ../gramps/plugins/drawreport/descendtree.py:1668 msgid "Do not include a title" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1026 +#: ../gramps/plugins/drawreport/ancestortree.py:1030 msgid "Include Report Title" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1027 -#: ../gramps/plugins/drawreport/descendtree.py:1618 +#: ../gramps/plugins/drawreport/ancestortree.py:1031 +#: ../gramps/plugins/drawreport/descendtree.py:1621 msgid "Choose a title for the report" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1030 -#: ../gramps/plugins/drawreport/descendtree.py:1622 +#: ../gramps/plugins/drawreport/ancestortree.py:1034 +#: ../gramps/plugins/drawreport/descendtree.py:1625 msgid "Include a border" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1031 -#: ../gramps/plugins/drawreport/descendtree.py:1623 +#: ../gramps/plugins/drawreport/ancestortree.py:1035 +#: ../gramps/plugins/drawreport/descendtree.py:1626 msgid "Whether to make a border around the report." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1034 -#: ../gramps/plugins/drawreport/descendtree.py:1626 +#: ../gramps/plugins/drawreport/ancestortree.py:1038 +#: ../gramps/plugins/drawreport/descendtree.py:1629 msgid "Include Page Numbers" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1035 +#: ../gramps/plugins/drawreport/ancestortree.py:1039 msgid "Whether to print page numbers on each page." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1038 -#: ../gramps/plugins/drawreport/descendtree.py:1630 +#: ../gramps/plugins/drawreport/ancestortree.py:1042 +#: ../gramps/plugins/drawreport/descendtree.py:1633 msgid "Include Blank Pages" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1039 -#: ../gramps/plugins/drawreport/descendtree.py:1631 +#: ../gramps/plugins/drawreport/ancestortree.py:1043 +#: ../gramps/plugins/drawreport/descendtree.py:1634 msgid "Whether to include pages that are blank." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1046 -#: ../gramps/plugins/drawreport/descendtree.py:1636 +#. category_name = _("Notes") +#: ../gramps/plugins/drawreport/ancestortree.py:1050 +#: ../gramps/plugins/drawreport/descendtree.py:1639 msgid "Include a note" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1047 -#: ../gramps/plugins/drawreport/descendtree.py:1638 +#: ../gramps/plugins/drawreport/ancestortree.py:1051 +#: ../gramps/plugins/drawreport/descendtree.py:1641 msgid "Whether to include a note on the report." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1052 -#: ../gramps/plugins/drawreport/descendtree.py:1643 +#: ../gramps/plugins/drawreport/ancestortree.py:1056 +#: ../gramps/plugins/drawreport/descendtree.py:1646 msgid "" "Add a note\n" "\n" "$T inserts today's date" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1057 -#: ../gramps/plugins/drawreport/descendtree.py:1648 +#: ../gramps/plugins/drawreport/ancestortree.py:1061 +#: ../gramps/plugins/drawreport/descendtree.py:1651 msgid "Note Location" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1060 -#: ../gramps/plugins/drawreport/descendtree.py:1651 +#: ../gramps/plugins/drawreport/ancestortree.py:1064 +#: ../gramps/plugins/drawreport/descendtree.py:1654 msgid "Where to place the note." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1075 +#: ../gramps/plugins/drawreport/ancestortree.py:1079 msgid "No generations of empty boxes for unknown ancestors" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1078 +#: ../gramps/plugins/drawreport/ancestortree.py:1082 msgid "One Generation of empty boxes for unknown ancestors" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1082 +#: ../gramps/plugins/drawreport/ancestortree.py:1086 msgid " Generations of empty boxes for unknown ancestors" msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1103 -#: ../gramps/plugins/drawreport/descendtree.py:1702 +#: ../gramps/plugins/drawreport/ancestortree.py:1107 +#: ../gramps/plugins/drawreport/descendtree.py:1705 #: ../gramps/plugins/textreport/ancestorreport.py:373 #: ../gramps/plugins/textreport/detancestralreport.py:903 #: ../gramps/plugins/textreport/detdescendantreport.py:1098 @@ -12175,20 +14423,20 @@ msgstr "" msgid "The basic style used for the text display." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1113 -#: ../gramps/plugins/drawreport/descendtree.py:1724 +#: ../gramps/plugins/drawreport/ancestortree.py:1117 +#: ../gramps/plugins/drawreport/descendtree.py:1727 #: ../gramps/plugins/textreport/familygroup.py:745 #: ../gramps/plugins/textreport/tagreport.py:598 msgid "The basic style used for the note display." msgstr "" -#: ../gramps/plugins/drawreport/ancestortree.py:1123 -#: ../gramps/plugins/drawreport/descendtree.py:1692 +#: ../gramps/plugins/drawreport/ancestortree.py:1127 +#: ../gramps/plugins/drawreport/descendtree.py:1695 msgid "The basic style used for the title display." msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:99 -#: ../gramps/plugins/drawreport/descendtree.py:672 +#: ../gramps/plugins/drawreport/descendtree.py:674 #: ../gramps/plugins/drawreport/fanchart.py:180 #: ../gramps/plugins/graph/gvhourglass.py:103 #: ../gramps/plugins/textreport/ancestorreport.py:107 @@ -12203,6 +14451,7 @@ msgstr "" msgid "Person %s is not in the Database" msgstr "" +#. generate the report: #: ../gramps/plugins/drawreport/calendarreport.py:167 #: ../gramps/plugins/drawreport/calendarreport.py:191 #: ../gramps/plugins/drawreport/calendarreport.py:270 @@ -12217,13 +14466,13 @@ msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:271 #: ../gramps/plugins/textreport/birthdayreport.py:216 -#: ../gramps/plugins/webreport/webcal.py:1086 +#: ../gramps/plugins/webreport/webcal.py:1087 msgid "Applying Filter..." msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:279 #: ../gramps/plugins/textreport/birthdayreport.py:225 -#: ../gramps/plugins/webreport/webcal.py:1092 +#: ../gramps/plugins/webreport/webcal.py:1093 msgid "Reading database..." msgstr "" @@ -12267,7 +14516,7 @@ msgid "Year of calendar" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:423 -#: ../gramps/plugins/webreport/webcal.py:1337 +#: ../gramps/plugins/webreport/webcal.py:1338 msgid "Select filter to restrict people that appear on calendar" msgstr "" @@ -12295,14 +14544,14 @@ msgstr "" #: ../gramps/plugins/textreport/indivcomplete.py:701 #: ../gramps/plugins/textreport/kinshipreport.py:352 #: ../gramps/plugins/textreport/numberofancestorsreport.py:205 -#: ../gramps/plugins/webreport/narrativeweb.py:8026 -#: ../gramps/plugins/webreport/webcal.py:1361 +#: ../gramps/plugins/webreport/narrativeweb.py:8027 +#: ../gramps/plugins/webreport/webcal.py:1362 msgid "Select the format to display names" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:442 #: ../gramps/plugins/textreport/birthdayreport.py:389 -#: ../gramps/plugins/webreport/webcal.py:1413 +#: ../gramps/plugins/webreport/webcal.py:1414 msgid "Country for holidays" msgstr "" @@ -12311,77 +14560,78 @@ msgstr "" msgid "Select the country to see associated holidays" msgstr "" +#. Default selection ???? #: ../gramps/plugins/drawreport/calendarreport.py:456 #: ../gramps/plugins/textreport/birthdayreport.py:403 -#: ../gramps/plugins/webreport/webcal.py:1438 +#: ../gramps/plugins/webreport/webcal.py:1439 msgid "First day of week" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:460 -#: ../gramps/plugins/webreport/webcal.py:1441 +#: ../gramps/plugins/webreport/webcal.py:1442 msgid "Select the first day of the week for the calendar" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:463 #: ../gramps/plugins/textreport/birthdayreport.py:410 -#: ../gramps/plugins/webreport/webcal.py:1428 +#: ../gramps/plugins/webreport/webcal.py:1429 msgid "Birthday surname" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:464 #: ../gramps/plugins/textreport/birthdayreport.py:411 -#: ../gramps/plugins/webreport/webcal.py:1429 +#: ../gramps/plugins/webreport/webcal.py:1430 msgid "Wives use husband's surname (from first family listed)" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:465 #: ../gramps/plugins/textreport/birthdayreport.py:412 -#: ../gramps/plugins/webreport/webcal.py:1431 +#: ../gramps/plugins/webreport/webcal.py:1432 msgid "Wives use husband's surname (from last family listed)" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:466 #: ../gramps/plugins/textreport/birthdayreport.py:413 -#: ../gramps/plugins/webreport/webcal.py:1433 +#: ../gramps/plugins/webreport/webcal.py:1434 msgid "Wives use their own surname" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:467 #: ../gramps/plugins/textreport/birthdayreport.py:414 -#: ../gramps/plugins/webreport/webcal.py:1434 +#: ../gramps/plugins/webreport/webcal.py:1435 msgid "Select married women's displayed surname" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:470 #: ../gramps/plugins/textreport/birthdayreport.py:417 -#: ../gramps/plugins/webreport/webcal.py:1451 +#: ../gramps/plugins/webreport/webcal.py:1452 msgid "Include only living people" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:471 -#: ../gramps/plugins/webreport/webcal.py:1452 +#: ../gramps/plugins/webreport/webcal.py:1453 msgid "Include only living people in the calendar" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:474 #: ../gramps/plugins/textreport/birthdayreport.py:421 -#: ../gramps/plugins/webreport/webcal.py:1455 +#: ../gramps/plugins/webreport/webcal.py:1456 msgid "Include birthdays" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:475 -#: ../gramps/plugins/webreport/webcal.py:1456 +#: ../gramps/plugins/webreport/webcal.py:1457 msgid "Include birthdays in the calendar" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:478 #: ../gramps/plugins/textreport/birthdayreport.py:425 -#: ../gramps/plugins/webreport/webcal.py:1459 +#: ../gramps/plugins/webreport/webcal.py:1460 msgid "Include anniversaries" msgstr "" #: ../gramps/plugins/drawreport/calendarreport.py:479 -#: ../gramps/plugins/webreport/webcal.py:1460 +#: ../gramps/plugins/webreport/webcal.py:1461 msgid "Include anniversaries in the calendar" msgstr "" @@ -12471,11 +14721,13 @@ msgstr "" msgid "Descendant Chart for %(person)s and %(father1)s, %(mother1)s" msgstr "" +#. Should be 2 items in names list #: ../gramps/plugins/drawreport/descendtree.py:168 #, python-format msgid "Descendant Chart for %(person)s, %(father1)s and %(mother1)s" msgstr "" +#. Should be 2 items in both names and names2 lists #: ../gramps/plugins/drawreport/descendtree.py:175 #, python-format msgid "" @@ -12487,134 +14739,148 @@ msgstr "" msgid "Descendant Chart for %(person)s" msgstr "" +#. Should be two items in names list #: ../gramps/plugins/drawreport/descendtree.py:187 #, python-format msgid "Descendant Chart for %(father)s and %(mother)s" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:324 -#, python-format -msgid "Family Chart for %(person)s" +#. we want no text, but need a text for the TOC in a book! +#: ../gramps/plugins/drawreport/descendtree.py:214 +msgid "Descendant Graph" msgstr "" #: ../gramps/plugins/drawreport/descendtree.py:326 #, python-format +msgid "Family Chart for %(person)s" +msgstr "" + +#: ../gramps/plugins/drawreport/descendtree.py:328 +#, python-format msgid "Family Chart for %(father1)s and %(mother1)s" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:349 +#: ../gramps/plugins/drawreport/descendtree.py:351 msgid "Cousin Chart for " msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:740 +#: ../gramps/plugins/drawreport/descendtree.py:742 #, python-format msgid "Family %s is not in the Database" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1477 -#: ../gramps/plugins/drawreport/descendtree.py:1481 +#. if self.name == "familial_descend_tree": +#: ../gramps/plugins/drawreport/descendtree.py:1480 +#: ../gramps/plugins/drawreport/descendtree.py:1484 msgid "Report for" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1478 +#: ../gramps/plugins/drawreport/descendtree.py:1481 msgid "The main person for the report" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1482 +#: ../gramps/plugins/drawreport/descendtree.py:1485 msgid "The main family for the report" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1486 +#: ../gramps/plugins/drawreport/descendtree.py:1489 msgid "Start with the parent(s) of the selected first" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1489 +#: ../gramps/plugins/drawreport/descendtree.py:1492 msgid "Will show the parents, brother and sisters of the selected person." msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1498 +#: ../gramps/plugins/drawreport/descendtree.py:1501 msgid "Level of Spouses" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1499 +#: ../gramps/plugins/drawreport/descendtree.py:1502 msgid "0=no Spouses, 1=include Spouses, 2=include Spouses of the spouse, etc" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1504 +#: ../gramps/plugins/drawreport/descendtree.py:1507 msgid "Whether to move people up, where possible, resulting in a smaller tree" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1511 +#: ../gramps/plugins/drawreport/descendtree.py:1514 msgid "" "Descendant\n" "Display Format" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1515 +#: ../gramps/plugins/drawreport/descendtree.py:1518 msgid "Display format for a descendant." msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1518 +#: ../gramps/plugins/drawreport/descendtree.py:1521 msgid "Bold direct descendants" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1520 +#: ../gramps/plugins/drawreport/descendtree.py:1523 msgid "" "Whether to bold those people that are direct (not step or half) descendants." msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1532 +#. bug 4767 +#. diffspouse = BooleanOption( +#. _("Use separate display format for spouses"), +#. True) +#. diffspouse.set_help(_("Whether spouses can have a different format.")) +#. menu.add_option(category_name, "diffspouse", diffspouse) +#: ../gramps/plugins/drawreport/descendtree.py:1535 msgid "Indent Spouses" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1533 +#: ../gramps/plugins/drawreport/descendtree.py:1536 msgid "Whether to indent the spouses in the tree." msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1536 +#: ../gramps/plugins/drawreport/descendtree.py:1539 msgid "" "Spousal\n" "Display Format" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1540 +#: ../gramps/plugins/drawreport/descendtree.py:1543 msgid "Display format for a spouse." msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1553 +#. ################# +#: ../gramps/plugins/drawreport/descendtree.py:1556 msgid "Replace" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1556 +#: ../gramps/plugins/drawreport/descendtree.py:1559 msgid "" "Replace Display Format:\n" "'Replace this'/' with this'" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1558 +#: ../gramps/plugins/drawreport/descendtree.py:1561 msgid "" "i.e.\n" "United States of America/U.S.A" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1617 -#: ../gramps/plugins/drawreport/descendtree.py:1666 +#: ../gramps/plugins/drawreport/descendtree.py:1620 +#: ../gramps/plugins/drawreport/descendtree.py:1669 msgid "Descendant Chart for [selected person(s)]" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1627 +#: ../gramps/plugins/drawreport/descendtree.py:1630 msgid "Whether to include page numbers on each page." msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1670 +#: ../gramps/plugins/drawreport/descendtree.py:1673 msgid "Family Chart for [names of chosen family]" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1674 +#: ../gramps/plugins/drawreport/descendtree.py:1677 msgid "Cousin Chart for [names of children]" msgstr "" -#: ../gramps/plugins/drawreport/descendtree.py:1714 +#: ../gramps/plugins/drawreport/descendtree.py:1717 msgid "The bold style used for the text display." msgstr "" @@ -12676,6 +14942,7 @@ msgstr "" msgid "Produces fan charts" msgstr "" +#. extract requested items from the database and count them #: ../gramps/plugins/drawreport/drawplugins.gpr.py:192 #: ../gramps/plugins/drawreport/statisticschart.py:737 #: ../gramps/plugins/drawreport/statisticschart.py:744 @@ -12696,6 +14963,7 @@ msgstr "" msgid "Produces a timeline chart." msgstr "" +#. choose one line or two lines translation according to the width #: ../gramps/plugins/drawreport/fanchart.py:244 #, python-format msgid "%(generations)d Generation Fan Chart for %(person)s" @@ -12903,6 +15171,7 @@ msgstr "" msgid "Gender unknown" msgstr "" +#. inadequate information #: ../gramps/plugins/drawreport/statisticschart.py:407 #: ../gramps/plugins/drawreport/statisticschart.py:416 #: ../gramps/plugins/drawreport/statisticschart.py:520 @@ -12979,8 +15248,8 @@ msgstr "" #: ../gramps/plugins/textreport/indivcomplete.py:689 #: ../gramps/plugins/textreport/recordsreport.py:142 #: ../gramps/plugins/tool/sortevents.py:173 -#: ../gramps/plugins/webreport/narrativeweb.py:8006 -#: ../gramps/plugins/webreport/webcal.py:1341 +#: ../gramps/plugins/webreport/narrativeweb.py:8007 +#: ../gramps/plugins/webreport/webcal.py:1342 msgid "Filter Person" msgstr "" @@ -13079,6 +15348,8 @@ msgstr "" msgid "The style used for the title of the page." msgstr "" +#. Apply the filter +#. Sort the people as requested #: ../gramps/plugins/drawreport/timeline.py:113 #: ../gramps/plugins/drawreport/timeline.py:140 #: ../gramps/plugins/drawreport/timeline.py:152 @@ -13098,11 +15369,13 @@ msgstr "" msgid "Calculating timeline..." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/drawreport/timeline.py:251 #, python-format msgid "Sorted by %s" msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/drawreport/timeline.py:253 #, python-format msgid "Timeline Graph for %s" @@ -13124,8 +15397,8 @@ msgstr "" #: ../gramps/plugins/graph/gvrelgraph.py:493 #: ../gramps/plugins/textreport/recordsreport.py:143 #: ../gramps/plugins/tool/sortevents.py:174 -#: ../gramps/plugins/webreport/narrativeweb.py:8007 -#: ../gramps/plugins/webreport/webcal.py:1342 +#: ../gramps/plugins/webreport/narrativeweb.py:8008 +#: ../gramps/plugins/webreport/webcal.py:1343 msgid "The center person for the filter" msgstr "" @@ -13206,38 +15479,38 @@ msgstr "" #: ../gramps/plugins/export/exportcsv.py:461 #: ../gramps/plugins/importer/importcsv.py:232 #: ../gramps/plugins/textreport/familygroup.py:566 -#: ../gramps/plugins/webreport/narrativeweb.py:2463 +#: ../gramps/plugins/webreport/narrativeweb.py:2464 msgid "Husband" msgstr "" #: ../gramps/plugins/export/exportcsv.py:461 #: ../gramps/plugins/importer/importcsv.py:229 #: ../gramps/plugins/textreport/familygroup.py:575 -#: ../gramps/plugins/webreport/narrativeweb.py:2461 +#: ../gramps/plugins/webreport/narrativeweb.py:2462 msgid "Wife" msgstr "" -#: ../gramps/plugins/export/exportgedcom.py:406 +#: ../gramps/plugins/export/exportgedcom.py:386 msgid "Writing individuals" msgstr "" -#: ../gramps/plugins/export/exportgedcom.py:770 +#: ../gramps/plugins/export/exportgedcom.py:738 msgid "Writing families" msgstr "" -#: ../gramps/plugins/export/exportgedcom.py:934 +#: ../gramps/plugins/export/exportgedcom.py:902 msgid "Writing sources" msgstr "" -#: ../gramps/plugins/export/exportgedcom.py:969 +#: ../gramps/plugins/export/exportgedcom.py:937 msgid "Writing notes" msgstr "" -#: ../gramps/plugins/export/exportgedcom.py:1007 +#: ../gramps/plugins/export/exportgedcom.py:975 msgid "Writing repositories" msgstr "" -#: ../gramps/plugins/export/exportgedcom.py:1452 +#: ../gramps/plugins/export/exportgedcom.py:1460 msgid "Export failed" msgstr "" @@ -13253,17 +15526,20 @@ msgstr "" msgid "Failure writing %s" msgstr "" +#. feature requests 2356, 1657: avoid genitive form #: ../gramps/plugins/export/exportvcalendar.py:137 #, python-format msgid "Marriage of %s" msgstr "" +#. feature requests 2356, 1657: avoid genitive form #: ../gramps/plugins/export/exportvcalendar.py:156 #: ../gramps/plugins/export/exportvcalendar.py:161 #, python-format msgid "Birth of %s" msgstr "" +#. feature requests 2356, 1657: avoid genitive form #: ../gramps/plugins/export/exportvcalendar.py:174 #: ../gramps/plugins/export/exportvcalendar.py:180 #, python-format @@ -13288,6 +15564,7 @@ msgid "" "the file. Please make sure you have write access to the file and try again." msgstr "" +#. GUI setup: #: ../gramps/plugins/gramplet/ageondategramplet.py:60 msgid "Enter a date, click Run" msgstr "" @@ -13299,11 +15576,6 @@ msgid "" "then sort by the age column, and double-click the row to view or edit." msgstr "" -#: ../gramps/plugins/gramplet/ageondategramplet.py:76 -#: ../gramps/gui/glade/plugins.glade:50 -msgid "Run" -msgstr "" - #: ../gramps/plugins/gramplet/agestats.py:48 #: ../gramps/plugins/gramplet/agestats.py:58 #: ../gramps/plugins/gramplet/agestats.py:74 @@ -13382,6 +15654,7 @@ msgid "" "selected attribute." msgstr "" +#. will be overwritten in load #: ../gramps/plugins/gramplet/attributesgramplet.py:32 #: ../gramps/plugins/gramplet/descendgramplet.py:49 #: ../gramps/plugins/gramplet/givennamegramplet.py:46 @@ -13409,19 +15682,19 @@ msgstr "" msgid "Double-click on a row to edit the selected child." msgstr "" -#: ../gramps/plugins/gramplet/citations.py:45 +#: ../gramps/plugins/gramplet/citations.py:64 msgid "Double-click on a row to edit the selected source/citation." msgstr "" -#: ../gramps/plugins/gramplet/citations.py:49 +#: ../gramps/plugins/gramplet/citations.py:68 msgid "Source/Citation" msgstr "" -#: ../gramps/plugins/gramplet/citations.py:51 +#: ../gramps/plugins/gramplet/citations.py:70 msgid "Publisher" msgstr "" -#: ../gramps/plugins/gramplet/citations.py:122 +#: ../gramps/plugins/gramplet/citations.py:142 msgid "" msgstr "" @@ -13640,15 +15913,19 @@ msgstr "" msgid "Gramplet showing graphs of various ages" 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/plugins/gramplet/gramplet.gpr.py:62 #: ../gramps/plugins/gramplet/gramplet.gpr.py:69 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:539 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:553 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:567 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:581 -#: ../gramps/plugins/webreport/narrativeweb.py:369 -#: ../gramps/plugins/webreport/narrativeweb.py:802 -#: ../gramps/plugins/webreport/narrativeweb.py:1548 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:542 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:556 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:570 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:584 +#: ../gramps/plugins/webreport/narrativeweb.py:370 +#: ../gramps/plugins/webreport/narrativeweb.py:803 +#: ../gramps/plugins/webreport/narrativeweb.py:1549 msgid "Attributes" msgstr "" @@ -13825,484 +16102,488 @@ msgstr "" #: ../gramps/plugins/gramplet/gramplet.gpr.py:400 msgid "" -"WARNING: GExiv2 module not loaded. Image metadata functionality will not be " -"available." +"GExiv2 module not loaded. Image metadata functionality will not be " +"available.\n" +"To build it for Gramps see http://www.gramps-project.org/wiki/index.php?" +"title=GEPS_029:_GTK3-" +"GObject_introspection_Conversion#GExiv2_for_Image_metadata" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:405 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:408 msgid "Person Residence" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:406 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:409 msgid "Gramplet showing residence events for a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:419 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:422 msgid "Person Events" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:420 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:423 msgid "Gramplet showing the events for a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:434 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:437 msgid "Gramplet showing the events for a family" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:447 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:450 msgid "Person Gallery" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:448 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:451 msgid "Gramplet showing media objects for a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:455 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:469 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:483 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:497 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:511 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:525 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:458 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:472 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:486 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:500 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:514 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:528 msgid "Gallery" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:461 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:464 msgid "Family Gallery" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:462 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:465 msgid "Gramplet showing media objects for a family" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:475 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:478 msgid "Event Gallery" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:476 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:479 msgid "Gramplet showing media objects for an event" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:489 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:492 msgid "Place Gallery" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:490 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:493 msgid "Gramplet showing media objects for a place" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:503 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:506 msgid "Source Gallery" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:504 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:507 msgid "Gramplet showing media objects for a source" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:517 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:520 msgid "Citation Gallery" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:518 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:521 msgid "Gramplet showing media objects for a citation" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:531 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:534 msgid "Person Attributes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:532 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:535 msgid "Gramplet showing the attributes of a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:545 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:548 msgid "Event Attributes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:546 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:549 msgid "Gramplet showing the attributes of an event" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:559 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:562 msgid "Family Attributes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:560 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:563 msgid "Gramplet showing the attributes of a family" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:573 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:576 msgid "Media Attributes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:574 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:577 msgid "Gramplet showing the attributes of a media object" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:587 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:590 msgid "Person Notes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:588 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:591 msgid "Gramplet showing the notes for a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:601 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:604 msgid "Event Notes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:602 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:605 msgid "Gramplet showing the notes for an event" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:615 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:618 msgid "Family Notes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:616 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:619 msgid "Gramplet showing the notes for a family" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:629 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:632 msgid "Place Notes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:630 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:633 msgid "Gramplet showing the notes for a place" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:643 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:646 msgid "Source Notes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:644 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:647 msgid "Gramplet showing the notes for a source" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:657 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:660 msgid "Citation Notes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:658 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:661 msgid "Gramplet showing the notes for a citation" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:671 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:674 msgid "Repository Notes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:672 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:675 msgid "Gramplet showing the notes for a repository" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:685 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:688 msgid "Media Notes" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:686 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:689 msgid "Gramplet showing the notes for a media object" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:699 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:702 msgid "Person Citations" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:700 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:703 msgid "Gramplet showing the citations for a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:713 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:716 msgid "Event Citations" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:714 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:717 msgid "Gramplet showing the citations for an event" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:727 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:730 msgid "Family Citations" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:728 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:731 msgid "Gramplet showing the citations for a family" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:741 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:744 msgid "Place Citations" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:742 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:745 msgid "Gramplet showing the citations for a place" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:755 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:758 msgid "Media Citations" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:756 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:759 msgid "Gramplet showing the citations for a media object" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:769 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:772 msgid "Person Children" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:770 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:773 msgid "Gramplet showing the children of a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:777 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:791 +#. Go over children and build their menu +#: ../gramps/plugins/gramplet/gramplet.gpr.py:780 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:794 #: ../gramps/plugins/textreport/familygroup.py:585 #: ../gramps/plugins/textreport/indivcomplete.py:453 #: ../gramps/plugins/view/pedigreeview.py:1732 #: ../gramps/plugins/view/relview.py:1382 -#: ../gramps/plugins/webreport/narrativeweb.py:759 +#: ../gramps/plugins/webreport/narrativeweb.py:760 msgid "Children" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:783 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:786 msgid "Family Children" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:784 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:787 msgid "Gramplet showing the children of a family" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:797 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:800 msgid "Person Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:798 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:801 msgid "Gramplet showing the backlinks for a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:805 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:819 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:833 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:847 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:861 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:875 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:889 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:903 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:917 -#: ../gramps/plugins/webreport/narrativeweb.py:2418 -#: ../gramps/plugins/webreport/narrativeweb.py:2830 -#: ../gramps/plugins/webreport/narrativeweb.py:4890 -#: ../gramps/plugins/webreport/narrativeweb.py:5742 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:808 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:822 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:836 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:850 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:864 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:878 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:892 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:906 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:920 +#: ../gramps/plugins/webreport/narrativeweb.py:2419 +#: ../gramps/plugins/webreport/narrativeweb.py:2831 +#: ../gramps/plugins/webreport/narrativeweb.py:4891 +#: ../gramps/plugins/webreport/narrativeweb.py:5743 msgid "References" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:811 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:814 msgid "Event Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:812 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:815 msgid "Gramplet showing the backlinks for an event" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:825 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:828 msgid "Family Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:826 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:829 msgid "Gramplet showing the backlinks for a family" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:839 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:842 msgid "Place Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:840 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:843 msgid "Gramplet showing the backlinks for a place" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:853 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:856 msgid "Source Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:854 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:857 msgid "Gramplet showing the backlinks for a source" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:867 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:870 msgid "Citation Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:868 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:871 msgid "Gramplet showing the backlinks for a citation" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:881 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:884 msgid "Repository Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:882 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:885 msgid "Gramplet showing the backlinks for a repository" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:895 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:898 msgid "Media Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:896 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:899 msgid "Gramplet showing the backlinks for a media object" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:909 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:912 msgid "Note Backlinks" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:910 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:913 msgid "Gramplet showing the backlinks for a note" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:923 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:926 msgid "Person Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:924 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:927 msgid "Gramplet providing a person filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:937 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:940 msgid "Family Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:938 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:941 msgid "Gramplet providing a family filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:951 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:954 msgid "Event Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:952 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:955 msgid "Gramplet providing an event filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:965 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:968 msgid "Source Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:966 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:969 msgid "Gramplet providing a source filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:979 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:982 msgid "Citation Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:980 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:983 msgid "Gramplet providing a citation filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:993 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:996 msgid "Place Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:994 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:997 msgid "Gramplet providing a place filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1007 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1010 msgid "Media Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1008 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1011 msgid "Gramplet providing a media filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1021 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1024 msgid "Repository Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1022 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1025 msgid "Gramplet providing a repository filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1035 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1038 msgid "Note Filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1036 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1039 msgid "Gramplet providing a note filter" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1049 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1052 msgid "Records Gramplet" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1050 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1053 #: ../gramps/plugins/textreport/textplugins.gpr.py:411 msgid "Shows some interesting records about people and families" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1060 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1063 #: ../gramps/plugins/textreport/recordsreport.py:82 msgid "Records" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1065 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1068 msgid "Person To Do" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1066 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1069 msgid "Gramplet showing the To Do notes for a person" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1079 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1082 msgid "Event To Do" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1080 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1083 msgid "Gramplet showing the To Do notes for an event" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1093 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1096 msgid "Family To Do" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1094 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1097 msgid "Gramplet showing the To Do notes for a family" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1107 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1110 msgid "Place To Do" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1108 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1111 msgid "Gramplet showing the To Do notes for a place" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1121 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1124 msgid "Source To Do" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1122 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1125 msgid "Gramplet showing the To Do notes for a source" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1135 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1138 msgid "Citation To Do" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1136 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1139 msgid "Gramplet showing the To Do notes for a citation" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1149 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1152 msgid "Repository To Do" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1150 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1153 msgid "Gramplet showing the To Do notes for a repository" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1163 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1166 msgid "Media To Do" msgstr "" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1164 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1167 msgid "Gramplet showing the To Do notes for a media object" msgstr "" @@ -14371,6 +16652,7 @@ msgstr "" msgid " has 1 of 1 individual (%(percent)s complete)\n" msgstr "" +#. Create the Generation title, set an index marker #: ../gramps/plugins/gramplet/pedigreegramplet.py:268 #: ../gramps/plugins/textreport/ancestorreport.py:214 #: ../gramps/plugins/textreport/detancestralreport.py:207 @@ -14433,19 +16715,20 @@ msgstr "" #: ../gramps/plugins/gramplet/placedetails.py:117 #: ../gramps/plugins/lib/libplaceview.py:106 #: ../gramps/plugins/view/placetreeview.py:84 -#: ../gramps/plugins/webreport/narrativeweb.py:379 -#: ../gramps/plugins/webreport/narrativeweb.py:3378 +#: ../gramps/plugins/webreport/narrativeweb.py:380 +#: ../gramps/plugins/webreport/narrativeweb.py:3379 msgid "Latitude" msgstr "" #: ../gramps/plugins/gramplet/placedetails.py:119 #: ../gramps/plugins/lib/libplaceview.py:107 #: ../gramps/plugins/view/placetreeview.py:85 -#: ../gramps/plugins/webreport/narrativeweb.py:381 -#: ../gramps/plugins/webreport/narrativeweb.py:3379 +#: ../gramps/plugins/webreport/narrativeweb.py:382 +#: ../gramps/plugins/webreport/narrativeweb.py:3380 msgid "Longitude" msgstr "" +#. Add types: #: ../gramps/plugins/gramplet/quickviewgramplet.py:71 #: ../gramps/plugins/gramplet/quickviewgramplet.py:107 #: ../gramps/plugins/gramplet/quickviewgramplet.py:129 @@ -14518,6 +16801,7 @@ msgstr "" msgid "Opened data base -----------\n" msgstr "" +#. List of translated strings used here (translated in self.log ). #: ../gramps/plugins/gramplet/sessionloggramplet.py:55 msgid "Added" msgstr "" @@ -14543,13 +16827,14 @@ msgstr "" msgid "less than 1" msgstr "" +#. ------------------------- #: ../gramps/plugins/gramplet/statsgramplet.py:146 #: ../gramps/plugins/graph/gvfamilylines.py:151 #: ../gramps/plugins/textreport/summary.py:104 -#: ../gramps/plugins/webreport/narrativeweb.py:1759 -#: ../gramps/plugins/webreport/narrativeweb.py:1809 -#: ../gramps/plugins/webreport/narrativeweb.py:1865 -#: ../gramps/plugins/webreport/narrativeweb.py:5194 +#: ../gramps/plugins/webreport/narrativeweb.py:1760 +#: ../gramps/plugins/webreport/narrativeweb.py:1810 +#: ../gramps/plugins/webreport/narrativeweb.py:1866 +#: ../gramps/plugins/webreport/narrativeweb.py:5195 msgid "Individuals" msgstr "" @@ -14760,26 +17045,40 @@ msgid "" "page, and detach the gramplet to float above Gramps." msgstr "" +#. Minimum number of lines we want to see. Further lines with the same +#. distance to the main person will be added on top of this. #: ../gramps/plugins/gramplet/whatsnext.py:59 msgid "Minimum number of items to display" msgstr "" +#. How many generations of descendants to process before we go up to the +#. next level of ancestors. #: ../gramps/plugins/gramplet/whatsnext.py:65 msgid "Descendant generations per ancestor generation" msgstr "" +#. After an ancestor was processed, how many extra rounds to delay until +#. the descendants of this ancestor are processed. #: ../gramps/plugins/gramplet/whatsnext.py:71 msgid "Delay before descendants of an ancestor is processed" msgstr "" +#. Tag to use to indicate that this person has no further marriages, if +#. the person is not tagged, warn about this at the time the marriages +#. for the person are processed. #: ../gramps/plugins/gramplet/whatsnext.py:78 msgid "Tag to indicate that a person is complete" msgstr "" +#. Tag to use to indicate that there are no further children in this +#. family, if this family is not tagged, warn about this at the time the +#. children of this family are processed. #: ../gramps/plugins/gramplet/whatsnext.py:85 msgid "Tag to indicate that a family is complete" msgstr "" +#. Tag to use to specify people and families to ignore. In his way, +#. hopeless cases can be marked separately and don't clutter up the list. #: ../gramps/plugins/gramplet/whatsnext.py:91 msgid "Tag to indicate that a person or family should be ignored" msgstr "" @@ -14908,6 +17207,11 @@ msgstr "" msgid "Produces relationship graphs using Graphviz." msgstr "" +#. ------------------------------------------------------------------------ +#. +#. Constant options items +#. +#. ------------------------------------------------------------------------ #: ../gramps/plugins/graph/gvfamilylines.py:74 #: ../gramps/plugins/graph/gvhourglass.py:57 #: ../gramps/plugins/graph/gvrelgraph.py:69 @@ -14926,10 +17230,12 @@ msgstr "" msgid "Color fill" msgstr "" +#. -------------------------------- #: ../gramps/plugins/graph/gvfamilylines.py:114 msgid "People of Interest" msgstr "" +#. -------------------------------- #: ../gramps/plugins/graph/gvfamilylines.py:117 msgid "People of interest" msgstr "" @@ -14968,10 +17274,12 @@ msgid "" "removed when determining \"family lines\"." msgstr "" +#. ---------------------------- #: ../gramps/plugins/graph/gvfamilylines.py:143 msgid "Family Colors" msgstr "" +#. ---------------------------- #: ../gramps/plugins/graph/gvfamilylines.py:146 msgid "Family colors" msgstr "" @@ -15001,12 +17309,12 @@ msgstr "" #: ../gramps/plugins/textreport/tagreport.py:195 #: ../gramps/plugins/view/familyview.py:117 #: ../gramps/plugins/view/view.gpr.py:50 ../gramps/plugins/view/view.gpr.py:58 -#: ../gramps/plugins/webreport/narrativeweb.py:666 -#: ../gramps/plugins/webreport/narrativeweb.py:710 -#: ../gramps/plugins/webreport/narrativeweb.py:1761 -#: ../gramps/plugins/webreport/narrativeweb.py:1812 -#: ../gramps/plugins/webreport/narrativeweb.py:1867 -#: ../gramps/plugins/webreport/narrativeweb.py:3063 +#: ../gramps/plugins/webreport/narrativeweb.py:667 +#: ../gramps/plugins/webreport/narrativeweb.py:711 +#: ../gramps/plugins/webreport/narrativeweb.py:1762 +#: ../gramps/plugins/webreport/narrativeweb.py:1813 +#: ../gramps/plugins/webreport/narrativeweb.py:1868 +#: ../gramps/plugins/webreport/narrativeweb.py:3064 msgid "Families" msgstr "" @@ -15039,10 +17347,12 @@ msgstr "" msgid "The maximum number of descendants to include." msgstr "" +#. -------------------- #: ../gramps/plugins/graph/gvfamilylines.py:197 msgid "Images" msgstr "" +#. -------------------- #: ../gramps/plugins/graph/gvfamilylines.py:200 #: ../gramps/plugins/graph/gvrelgraph.py:531 msgid "Include thumbnail images of people" @@ -15071,12 +17381,15 @@ msgstr "" msgid "Where the thumbnail image should appear relative to the name" msgstr "" +#. --------------------- #: ../gramps/plugins/graph/gvfamilylines.py:216 #: ../gramps/plugins/graph/gvhourglass.py:260 #: ../gramps/plugins/tool/sortevents.py:84 msgid "Options" msgstr "" +#. --------------------- +#. ############################### #: ../gramps/plugins/graph/gvfamilylines.py:219 #: ../gramps/plugins/graph/gvhourglass.py:280 #: ../gramps/plugins/graph/gvrelgraph.py:549 @@ -15090,6 +17403,7 @@ msgid "" "gray." msgstr "" +#. see bug report #2180 #: ../gramps/plugins/graph/gvfamilylines.py:228 #: ../gramps/plugins/graph/gvhourglass.py:289 #: ../gramps/plugins/graph/gvrelgraph.py:582 @@ -15184,6 +17498,7 @@ msgstr "" msgid "The number of generations of ancestors to include in the graph" msgstr "" +#. ############################### #: ../gramps/plugins/graph/gvhourglass.py:277 #: ../gramps/plugins/graph/gvrelgraph.py:546 msgid "Graph Style" @@ -15295,8 +17610,8 @@ msgstr "" msgid "Import data from CSV files" msgstr "" -#: ../gramps/plugins/importer/import.gpr.py:51 ../data/gramps.xml.in.h:2 -#: ../data/gramps.keys.in.h:4 +#: ../gramps/plugins/importer/import.gpr.py:51 ../data/gramps.keys.in.h:1 +#: ../data/gramps.xml.in.h:1 msgid "GEDCOM" msgstr "" @@ -15306,7 +17621,7 @@ msgid "" "software will accept a GEDCOM file as input." msgstr "" -#: ../gramps/plugins/importer/import.gpr.py:70 ../data/gramps.keys.in.h:5 +#: ../gramps/plugins/importer/import.gpr.py:70 ../data/gramps.keys.in.h:2 msgid "GeneWeb" msgstr "" @@ -15359,8 +17674,8 @@ msgid "Import data from vCard files" msgstr "" #: ../gramps/plugins/importer/importcsv.py:155 -#: ../gramps/plugins/importer/importgedcom.py:124 -#: ../gramps/plugins/importer/importgedcom.py:138 +#: ../gramps/plugins/importer/importgedcom.py:129 +#: ../gramps/plugins/importer/importgedcom.py:143 #: ../gramps/plugins/importer/importgeneweb.py:92 #: ../gramps/plugins/importer/importgeneweb.py:98 #: ../gramps/plugins/importer/importvcard.py:68 @@ -15462,10 +17777,10 @@ msgstr "" #: ../gramps/plugins/quickview/filterbyname.py:240 #: ../gramps/plugins/quickview/filterbyname.py:246 #: ../gramps/plugins/quickview/filterbyname.py:252 -#: ../gramps/plugins/webreport/narrativeweb.py:3664 -#: ../gramps/plugins/webreport/narrativeweb.py:3841 -#: ../gramps/plugins/webreport/narrativeweb.py:4291 -#: ../gramps/plugins/webreport/narrativeweb.py:6641 +#: ../gramps/plugins/webreport/narrativeweb.py:3665 +#: ../gramps/plugins/webreport/narrativeweb.py:3842 +#: ../gramps/plugins/webreport/narrativeweb.py:4292 +#: ../gramps/plugins/webreport/narrativeweb.py:6642 msgid "Gramps ID" msgstr "" @@ -15543,16 +17858,80 @@ msgid_plural "Import Complete: %d seconds" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/importer/importgedcom.py:127 +#: ../gramps/plugins/importer/importgedcom.glade.h:1 +msgid "Status" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:2 +msgid "Warning messages" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:3 +msgid "GEDCOM Encoding" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:4 +msgid "ANSEL" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:5 +msgid "ANSI (iso-8859-1)" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:6 +msgid "ASCII" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:7 +msgid "Created by:" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:8 +msgid "Encoding:" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:9 +msgid "Encoding: " +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:10 +msgid "Families:" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:12 +msgid "Gramps - GEDCOM Encoding" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:13 +msgid "People:" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:14 +msgid "" +"This GEDCOM file has identified itself as using ANSEL encoding. Sometimes, " +"this is in error. If the imported data contains unusual characters, undo the " +"import, and override the character set by selecting a different encoding " +"below." +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:15 +msgid "UTF8" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.glade.h:16 +msgid "Version:" +msgstr "" + +#: ../gramps/plugins/importer/importgedcom.py:132 msgid "Invalid GEDCOM file" msgstr "" -#: ../gramps/plugins/importer/importgedcom.py:128 +#: ../gramps/plugins/importer/importgedcom.py:133 #, python-format msgid "%s could not be imported" msgstr "" -#: ../gramps/plugins/importer/importgedcom.py:145 +#: ../gramps/plugins/importer/importgedcom.py:150 msgid "Error reading GEDCOM file" msgstr "" @@ -15570,6 +17949,8 @@ msgstr "" msgid "Media directory %s is not writable" msgstr "" +#. mediadir exists and writable -- User could have valuable stuff in +#. it, have him remove it! #: ../gramps/plugins/importer/importgpkg.py:82 #, python-format msgid "" @@ -15601,13 +17982,13 @@ msgstr "" #: ../gramps/plugins/importer/importgpkg.py:119 #, python-format msgid "" -"The family tree you imported into already has a base media path: " -"%(orig_path)s. The imported media objects however are relative from the path " -"%(path)s. You can change the media path in the Preferences or you can " -"convert the imported files to the existing base media path. You can do that " -"by moving your media files to the new position, and using the media manager " -"tool, option 'Replace substring in the path' to set correct paths in your " -"media objects." +"The family tree you imported into already has a base media path: %(orig_path)" +"s. The imported media objects however are relative from the path %(path)s. " +"You can change the media path in the Preferences or you can convert the " +"imported files to the existing base media path. You can do that by moving " +"your media files to the new position, and using the media manager tool, " +"option 'Replace substring in the path' to set correct paths in your media " +"objects." msgstr "" #: ../gramps/plugins/importer/importgrdb.py:58 @@ -15649,42 +18030,46 @@ msgstr "" msgid "Cannot find DEF file: %(deffname)s" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:506 +#. print self.def_.diag() +#: ../gramps/plugins/importer/importprogen.py:509 msgid "Import from Pro-Gen" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:512 +#: ../gramps/plugins/importer/importprogen.py:515 msgid "Pro-Gen import" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:705 +#: ../gramps/plugins/importer/importprogen.py:707 #, python-format msgid "date did not match: '%(text)s' (%(msg)s)" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:785 +#. The records are numbered 1..N +#: ../gramps/plugins/importer/importprogen.py:787 msgid "Importing individuals" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:829 +#: ../gramps/plugins/importer/importprogen.py:831 #, python-format msgid "Patronymic name skipped: '%(patronym)s' (%(msg)s)" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:1073 +#. The records are numbered 1..N +#: ../gramps/plugins/importer/importprogen.py:1075 msgid "Importing families" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:1258 +#. The records are numbered 1..N +#: ../gramps/plugins/importer/importprogen.py:1260 msgid "Adding children" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:1269 +#: ../gramps/plugins/importer/importprogen.py:1271 #, python-format msgid "cannot find father for I%(person)s (father=%(id)d)" msgstr "" -#: ../gramps/plugins/importer/importprogen.py:1272 +#: ../gramps/plugins/importer/importprogen.py:1274 #, python-format msgid "cannot find mother for I%(person)s (mother=%(mother)d)" msgstr "" @@ -15698,12 +18083,20 @@ msgstr "" msgid "Import of VCards version %s is not supported by Gramps." msgstr "" +#. feature requests 2356, 1658: avoid genitive form +#. ------------------------------------------------------------------------- +#. +#. Support functions +#. +#. ------------------------------------------------------------------------- +#. feature requests 2356, 1658: avoid genitive form #: ../gramps/plugins/importer/importxml.py:98 #: ../gramps/plugins/tool/eventnames.py:128 #, python-format msgid "%(event_name)s of %(family)s" msgstr "" +#. feature requests 2356, 1658: avoid genitive form #: ../gramps/plugins/importer/importxml.py:100 #: ../gramps/plugins/tool/eventnames.py:130 #, python-format @@ -15847,6 +18240,7 @@ msgid "" "Objects that are candidates to be merged:\n" msgstr "" +#. there is no old style XML #: ../gramps/plugins/importer/importxml.py:817 #: ../gramps/plugins/importer/importxml.py:1254 #: ../gramps/plugins/importer/importxml.py:1506 @@ -16001,60 +18395,227 @@ msgid "" "family. Reference added." msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:1767 +#: ../gramps/plugins/lib/holidays.xml.in.h:1 +msgid "2 of Hanuka" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:2 +msgid "2 of Passover" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:3 +msgid "2 of Sukot" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:4 +msgid "3 of Hanuka" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:5 +msgid "3 of Passover" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:6 +msgid "3 of Sukot" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:7 +msgid "4 of Hanuka" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:8 +msgid "4 of Passover" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:9 +msgid "4 of Sukot" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:10 +msgid "5 of Hanuka" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:11 +msgid "5 of Passover" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:12 +msgid "5 of Sukot" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:13 +msgid "6 of Hanuka" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:14 +msgid "6 of Passover" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:15 +msgid "6 of Sukot" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:16 +msgid "7 of Hanuka" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:17 +msgid "7 of Passover" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:18 +msgid "7 of Sukot" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:19 +msgid "8 of Hanuka" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:20 +msgid "Bulgaria" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:21 +#: ../gramps/plugins/tool/extractcity.py:64 +msgid "Canada" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:22 +msgid "Chile" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:24 +msgid "Croatia" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:25 +msgid "Czech Republic" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:26 +msgid "England" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:27 +msgid "Finland" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:28 +#: ../gramps/plugins/tool/extractcity.py:64 +msgid "France" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:29 +msgid "Germany" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:30 +msgid "Hanuka" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:31 +msgid "Japan" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:32 +msgid "Jewish Holidays" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:33 +msgid "Passover" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:34 +msgid "Purim" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:35 +msgid "Rosh Ha'Shana" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:36 +msgid "Rosh Ha'Shana 2" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:37 +msgid "Shavuot" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:38 +msgid "Simhat Tora" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:39 +msgid "Sukot" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:40 +msgid "Sweden - Holidays" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:41 +#: ../gramps/plugins/tool/extractcity.py:64 +msgid "United States of America" +msgstr "" + +#: ../gramps/plugins/lib/holidays.xml.in.h:42 +msgid "Yom Kippur" +msgstr "" + +#: ../gramps/plugins/lib/libgedcom.py:1765 msgid "Your GEDCOM file is corrupted. It appears to have been truncated." msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:1848 +#: ../gramps/plugins/lib/libgedcom.py:1846 #, python-format msgid "Import from GEDCOM (%s)" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:2642 -#: ../gramps/plugins/lib/libgedcom.py:3012 +#: ../gramps/plugins/lib/libgedcom.py:2641 +#: ../gramps/plugins/lib/libgedcom.py:3011 msgid "GEDCOM import" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:2668 +#: ../gramps/plugins/lib/libgedcom.py:2667 msgid "GEDCOM import report: No errors detected" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:2670 +#: ../gramps/plugins/lib/libgedcom.py:2669 #, python-format msgid "GEDCOM import report: %s errors detected" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:2935 +#: ../gramps/plugins/lib/libgedcom.py:2934 msgid "Tag recognized but not supported" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:2946 +#: ../gramps/plugins/lib/libgedcom.py:2945 msgid "Line ignored as not understood" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:2971 +#: ../gramps/plugins/lib/libgedcom.py:2970 msgid "Skipped subordinate line" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3003 +#: ../gramps/plugins/lib/libgedcom.py:3002 msgid "Records not imported into " msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3039 +#: ../gramps/plugins/lib/libgedcom.py:3038 #, python-format msgid "" "Error: %(msg)s '%(gramps_id)s' (input as @%(xref)s@) not in input GEDCOM. " "Record synthesised" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3048 +#: ../gramps/plugins/lib/libgedcom.py:3047 #, python-format msgid "" "Error: %(msg)s '%(gramps_id)s' (input as @%(xref)s@) not in input GEDCOM. " "Record with typifying attribute 'Unknown' created" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3087 +#: ../gramps/plugins/lib/libgedcom.py:3086 #, python-format msgid "" "Error: family '%(family)s' (input as @%(orig_family)s@) person %(person)s " @@ -16062,7 +18623,7 @@ msgid "" "reference removed from person" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3165 +#: ../gramps/plugins/lib/libgedcom.py:3164 #, python-format msgid "" "\n" @@ -16073,257 +18634,274 @@ msgid "" "referenced by note %(unknown)s.\n" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3183 +#. 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:3232 +#, python-format +msgid "ADDR element ignored '%s'" +msgstr "" + +#: ../gramps/plugins/lib/libgedcom.py:3245 msgid "TRLR (trailer)" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3212 +#: ../gramps/plugins/lib/libgedcom.py:3274 #, python-format msgid "SUBM (Submitter): @%s@" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3236 -#: ../gramps/plugins/lib/libgedcom.py:6730 +#: ../gramps/plugins/lib/libgedcom.py:3298 +#: ../gramps/plugins/lib/libgedcom.py:6778 msgid "GEDCOM data" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3282 +#: ../gramps/plugins/lib/libgedcom.py:3344 msgid "Unknown tag" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3284 -#: ../gramps/plugins/lib/libgedcom.py:3298 -#: ../gramps/plugins/lib/libgedcom.py:3302 -#: ../gramps/plugins/lib/libgedcom.py:3323 +#: ../gramps/plugins/lib/libgedcom.py:3346 +#: ../gramps/plugins/lib/libgedcom.py:3360 +#: ../gramps/plugins/lib/libgedcom.py:3364 +#: ../gramps/plugins/lib/libgedcom.py:3385 msgid "Top Level" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3395 +#: ../gramps/plugins/lib/libgedcom.py:3457 #, python-format msgid "INDI (individual) Gramps ID %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3589 -#: ../gramps/plugins/lib/libgedcom.py:4893 -#: ../gramps/plugins/lib/libgedcom.py:5102 -#: ../gramps/plugins/lib/libgedcom.py:5239 -#: ../gramps/plugins/lib/libgedcom.py:5870 -#: ../gramps/plugins/lib/libgedcom.py:6013 +#: ../gramps/plugins/lib/libgedcom.py:3651 +#: ../gramps/plugins/lib/libgedcom.py:4958 +#: ../gramps/plugins/lib/libgedcom.py:5156 +#: ../gramps/plugins/lib/libgedcom.py:5293 +#: ../gramps/plugins/lib/libgedcom.py:5928 +#: ../gramps/plugins/lib/libgedcom.py:6072 msgid "Filename omitted" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:3591 -#: ../gramps/plugins/lib/libgedcom.py:4895 -#: ../gramps/plugins/lib/libgedcom.py:5104 -#: ../gramps/plugins/lib/libgedcom.py:5241 -#: ../gramps/plugins/lib/libgedcom.py:5872 -#: ../gramps/plugins/lib/libgedcom.py:6015 +#: ../gramps/plugins/lib/libgedcom.py:3653 +#: ../gramps/plugins/lib/libgedcom.py:4960 +#: ../gramps/plugins/lib/libgedcom.py:5158 +#: ../gramps/plugins/lib/libgedcom.py:5295 +#: ../gramps/plugins/lib/libgedcom.py:5930 +#: ../gramps/plugins/lib/libgedcom.py:6074 msgid "Form omitted" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:4659 +#: ../gramps/plugins/lib/libgedcom.py:4724 #, python-format msgid "FAM (family) Gramps ID %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:5390 +#. empty: discard, with warning and skip subs +#. Note: level+2 +#: ../gramps/plugins/lib/libgedcom.py:5447 msgid "Empty event note ignored" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:5707 -#: ../gramps/plugins/lib/libgedcom.py:6533 +#: ../gramps/plugins/lib/libgedcom.py:5765 +#: ../gramps/plugins/lib/libgedcom.py:6581 msgid "Warn: ADDR overwritten" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:5884 -#: ../gramps/plugins/lib/libgedcom.py:6275 +#: ../gramps/plugins/lib/libgedcom.py:5942 +#: ../gramps/plugins/lib/libgedcom.py:6367 msgid "REFN ignored" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:5976 +#. SOURce with the given gramps_id had no title +#: ../gramps/plugins/lib/libgedcom.py:6035 #, python-format msgid "No title - ID %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:5981 +#: ../gramps/plugins/lib/libgedcom.py:6040 #, python-format msgid "SOUR (source) Gramps ID %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6201 +#: ../gramps/plugins/lib/libgedcom.py:6293 #, python-format msgid "OBJE (multi-media object) Gramps ID %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6229 -#: ../gramps/plugins/lib/libgedcom.py:7226 +#: ../gramps/plugins/lib/libgedcom.py:6321 +#: ../gramps/plugins/lib/libgedcom.py:7274 #, python-format msgid "Could not import %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6265 +#: ../gramps/plugins/lib/libgedcom.py:6357 msgid "BLOB ignored" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6285 +#: ../gramps/plugins/lib/libgedcom.py:6377 msgid "Multimedia REFN:TYPE ignored" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6295 +#: ../gramps/plugins/lib/libgedcom.py:6387 msgid "Mutimedia RIN ignored" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6382 +#: ../gramps/plugins/lib/libgedcom.py:6474 #, python-format msgid "REPO (repository) Gramps ID %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6658 +#: ../gramps/plugins/lib/libgedcom.py:6706 msgid "Head (header)" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6674 +#: ../gramps/plugins/lib/libgedcom.py:6722 msgid "Approved system identification" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6684 +#. feature request 2356: avoid genitive form +#: ../gramps/plugins/lib/libgedcom.py:6732 msgid "Generated by" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6698 +#: ../gramps/plugins/lib/libgedcom.py:6746 msgid "Name of software product" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6710 +#: ../gramps/plugins/lib/libgedcom.py:6758 msgid "Version number of software product" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6727 +#: ../gramps/plugins/lib/libgedcom.py:6775 #, python-format msgid "Business that produced the product: %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6748 +#: ../gramps/plugins/lib/libgedcom.py:6796 msgid "Name of source data" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6762 +#: ../gramps/plugins/lib/libgedcom.py:6810 msgid "Copyright of source data" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6776 +#: ../gramps/plugins/lib/libgedcom.py:6824 msgid "Publication date of source data" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6789 +#. feature request 2356: avoid genitive form +#: ../gramps/plugins/lib/libgedcom.py:6837 #, python-format msgid "Import from %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6827 +#: ../gramps/plugins/lib/libgedcom.py:6875 msgid "Submission record identifier" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6838 +#: ../gramps/plugins/lib/libgedcom.py:6886 msgid "Language of GEDCOM text" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6862 +#: ../gramps/plugins/lib/libgedcom.py:6910 #, python-format msgid "" "Import of GEDCOM file %(filename)s with DEST=%(by)s, could cause errors in " "the resulting database!" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6865 +#: ../gramps/plugins/lib/libgedcom.py:6913 msgid "Look for nameless events." msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6888 +#: ../gramps/plugins/lib/libgedcom.py:6936 msgid "Character set" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6890 +#: ../gramps/plugins/lib/libgedcom.py:6938 msgid "Character set and version" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6906 +#: ../gramps/plugins/lib/libgedcom.py:6954 msgid "GEDCOM version not supported" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6909 +#: ../gramps/plugins/lib/libgedcom.py:6957 msgid "GEDCOM version" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6912 +#: ../gramps/plugins/lib/libgedcom.py:6960 msgid "GEDCOM form not supported" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6914 +#: ../gramps/plugins/lib/libgedcom.py:6962 msgid "GEDCOM form" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6960 +#: ../gramps/plugins/lib/libgedcom.py:7008 msgid "Creation date of GEDCOM" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:6964 +#: ../gramps/plugins/lib/libgedcom.py:7012 msgid "Creation date and time of GEDCOM" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7001 -#: ../gramps/plugins/lib/libgedcom.py:7041 +#: ../gramps/plugins/lib/libgedcom.py:7049 +#: ../gramps/plugins/lib/libgedcom.py:7089 msgid "Empty note ignored" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7056 +#: ../gramps/plugins/lib/libgedcom.py:7104 #, python-format msgid "NOTE Gramps ID %s" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7106 +#: ../gramps/plugins/lib/libgedcom.py:7154 msgid "Submission: Submitter" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7108 +#: ../gramps/plugins/lib/libgedcom.py:7156 msgid "Submission: Family file" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7110 +#: ../gramps/plugins/lib/libgedcom.py:7158 msgid "Submission: Temple code" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7112 +#: ../gramps/plugins/lib/libgedcom.py:7160 msgid "Submission: Generations of ancestors" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7114 +#: ../gramps/plugins/lib/libgedcom.py:7162 msgid "Submission: Generations of descendants" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7116 +#: ../gramps/plugins/lib/libgedcom.py:7164 msgid "Submission: Ordinance process flag" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7328 +#. # Okay we have no clue which temple this is. +#. # We should tell the user and store it anyway. +#: ../gramps/plugins/lib/libgedcom.py:7376 msgid "Invalid temple code" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7416 +#: ../gramps/plugins/lib/libgedcom.py:7464 msgid "" "Your GEDCOM file is corrupted. The file appears to be encoded using the " "UTF16 character set, but is missing the BOM marker." msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7419 +#: ../gramps/plugins/lib/libgedcom.py:7467 msgid "Your GEDCOM file is empty." msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7482 +#: ../gramps/plugins/lib/libgedcom.py:7530 #, python-format msgid "Invalid line %d in GEDCOM file." msgstr "" +#. First is used as default selection. +#. As seen on the internet, ISO-xxx are listed as capital letters #: ../gramps/plugins/lib/libhtmlconst.py:53 msgid "Unicode UTF-8 (recommended)" msgstr "" @@ -16332,6 +18910,8 @@ msgstr "" msgid "Standard copyright" msgstr "" +#. This must match _CC +#. translators, long strings, have a look at Web report dialogs #: ../gramps/plugins/lib/libhtmlconst.py:113 msgid "Creative Commons - By attribution" msgstr "" @@ -16360,37 +18940,30 @@ msgstr "" msgid "No copyright notice" msgstr "" -#: ../gramps/plugins/lib/libmetadata.py:63 -#: ../gramps/plugins/lib/libmetadata.py:99 +#: ../gramps/plugins/lib/libmetadata.py:55 +#: ../gramps/plugins/lib/libmetadata.py:91 msgid "Invalid format" msgstr "" -#: ../gramps/plugins/lib/libmetadata.py:67 +#: ../gramps/plugins/lib/libmetadata.py:59 #, python-format msgid "%(hr)02d:%(min)02d:%(sec)02d" msgstr "" -#: ../gramps/plugins/lib/libmetadata.py:70 +#: ../gramps/plugins/lib/libmetadata.py:62 #, python-format msgid "%(date)s %(time)s" msgstr "" -#: ../gramps/plugins/lib/libmetadata.py:102 -#: ../gramps/plugins/textreport/simplebooktitle.py:148 -#: ../gramps/gui/glade/addmedia.glade:126 -#: ../gramps/gui/glade/editperson.glade:290 -msgid "Image" -msgstr "" - -#: ../gramps/plugins/lib/libmetadata.py:103 +#: ../gramps/plugins/lib/libmetadata.py:95 msgid "Camera" msgstr "" -#: ../gramps/plugins/lib/libmetadata.py:104 +#: ../gramps/plugins/lib/libmetadata.py:96 msgid "GPS" msgstr "" -#: ../gramps/plugins/lib/libmetadata.py:105 +#: ../gramps/plugins/lib/libmetadata.py:97 msgid "Advanced" msgstr "" @@ -16659,8 +19232,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:194 #, python-format msgid "" -"%(male_name)s died on %(death_date)s in %(death_place)s at the age of " -"%(age)s." +"%(male_name)s died on %(death_date)s in %(death_place)s at the age of %(age)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:197 @@ -16671,8 +19244,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:198 #, python-format msgid "" -"%(female_name)s died on %(death_date)s in %(death_place)s at the age of " -"%(age)s." +"%(female_name)s died on %(death_date)s in %(death_place)s at the age of %" +"(age)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:202 @@ -16935,8 +19508,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:326 #, python-format msgid "" -"%(male_name)s died in %(month_year)s in %(death_place)s at the age of " -"%(age)s." +"%(male_name)s died in %(month_year)s in %(death_place)s at the age of %(age)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:329 @@ -16947,8 +19520,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:330 #, python-format msgid "" -"%(female_name)s died in %(month_year)s in %(death_place)s at the age of " -"%(age)s." +"%(female_name)s died in %(month_year)s in %(death_place)s at the age of %" +"(age)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:334 @@ -17181,8 +19754,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:463 #, python-format msgid "" -"%(female_name)s was buried on %(burial_date)s in %(burial_place)s" -"%(endnotes)s." +"%(female_name)s was buried on %(burial_date)s in %(burial_place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:464 @@ -17193,8 +19766,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:467 #, python-format msgid "" -"%(unknown_gender_name)s was buried on %(burial_date)s in %(burial_place)s" -"%(endnotes)s." +"%(unknown_gender_name)s was buried on %(burial_date)s in %(burial_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:468 @@ -17268,8 +19841,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:499 #, python-format msgid "" -"%(unknown_gender_name)s was buried in %(month_year)s in %(burial_place)s" -"%(endnotes)s." +"%(unknown_gender_name)s was buried in %(month_year)s in %(burial_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:500 @@ -17343,8 +19916,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:531 #, python-format msgid "" -"%(unknown_gender_name)s was buried %(modified_date)s in %(burial_place)s" -"%(endnotes)s." +"%(unknown_gender_name)s was buried %(modified_date)s in %(burial_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:532 @@ -17466,8 +20039,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:592 #, python-format msgid "" -"%(male_name)s was baptized on %(baptism_date)s in %(baptism_place)s" -"%(endnotes)s." +"%(male_name)s was baptized on %(baptism_date)s in %(baptism_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:593 @@ -17478,8 +20051,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:596 #, python-format msgid "" -"%(female_name)s was baptized on %(baptism_date)s in %(baptism_place)s" -"%(endnotes)s." +"%(female_name)s was baptized on %(baptism_date)s in %(baptism_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:597 @@ -17497,8 +20070,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:601 #, python-format msgid "" -"This person was baptized on %(baptism_date)s in %(baptism_place)s" -"%(endnotes)s." +"This person was baptized on %(baptism_date)s in %(baptism_place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:603 @@ -17544,8 +20117,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:624 #, python-format msgid "" -"%(male_name)s was baptized in %(month_year)s in %(baptism_place)s" -"%(endnotes)s." +"%(male_name)s was baptized in %(month_year)s in %(baptism_place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:625 @@ -17556,8 +20129,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:628 #, python-format msgid "" -"%(female_name)s was baptized in %(month_year)s in %(baptism_place)s" -"%(endnotes)s." +"%(female_name)s was baptized in %(month_year)s in %(baptism_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:629 @@ -17568,8 +20141,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:632 #, python-format msgid "" -"%(unknown_gender_name)s was baptized in %(month_year)s in %(baptism_place)s" -"%(endnotes)s." +"%(unknown_gender_name)s was baptized in %(month_year)s in %(baptism_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:633 @@ -17621,8 +20194,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:656 #, python-format msgid "" -"%(male_name)s was baptized %(modified_date)s in %(baptism_place)s" -"%(endnotes)s." +"%(male_name)s was baptized %(modified_date)s in %(baptism_place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:657 @@ -17633,8 +20206,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:660 #, python-format msgid "" -"%(female_name)s was baptized %(modified_date)s in %(baptism_place)s" -"%(endnotes)s." +"%(female_name)s was baptized %(modified_date)s in %(baptism_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:661 @@ -17645,8 +20218,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:664 #, python-format msgid "" -"%(unknown_gender_name)s was baptized %(modified_date)s in %(baptism_place)s" -"%(endnotes)s." +"%(unknown_gender_name)s was baptized %(modified_date)s in %(baptism_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:665 @@ -17775,36 +20348,36 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:726 #, python-format msgid "" -"He was christened on %(christening_date)s in %(christening_place)s" -"%(endnotes)s." +"He was christened on %(christening_date)s in %(christening_place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:729 #, python-format msgid "" -"%(female_name)s was christened on %(christening_date)s in " -"%(christening_place)s%(endnotes)s." +"%(female_name)s was christened on %(christening_date)s in %" +"(christening_place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:730 #, python-format msgid "" -"She was christened on %(christening_date)s in %(christening_place)s" -"%(endnotes)s." +"She was christened on %(christening_date)s in %(christening_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:733 #, python-format msgid "" -"%(unknown_gender_name)s was christened on %(christening_date)s in " -"%(christening_place)s%(endnotes)s." +"%(unknown_gender_name)s was christened on %(christening_date)s in %" +"(christening_place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:734 #, python-format msgid "" -"This person was christened on %(christening_date)s in %(christening_place)s" -"%(endnotes)s." +"This person was christened on %(christening_date)s in %(christening_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:736 @@ -17851,8 +20424,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:757 #, python-format msgid "" -"%(male_name)s was christened in %(month_year)s in %(christening_place)s" -"%(endnotes)s." +"%(male_name)s was christened in %(month_year)s in %(christening_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:758 @@ -17864,8 +20437,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:761 #, python-format msgid "" -"%(female_name)s was christened in %(month_year)s in %(christening_place)s" -"%(endnotes)s." +"%(female_name)s was christened in %(month_year)s in %(christening_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:762 @@ -17877,15 +20450,15 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:765 #, python-format msgid "" -"%(unknown_gender_name)s was christened in %(month_year)s in " -"%(christening_place)s%(endnotes)s." +"%(unknown_gender_name)s was christened in %(month_year)s in %" +"(christening_place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:766 #, python-format msgid "" -"This person was christened in %(month_year)s in %(christening_place)s" -"%(endnotes)s." +"This person was christened in %(month_year)s in %(christening_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:768 @@ -17931,8 +20504,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:789 #, python-format msgid "" -"%(male_name)s was christened %(modified_date)s in %(christening_place)s" -"%(endnotes)s." +"%(male_name)s was christened %(modified_date)s in %(christening_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:790 @@ -17944,8 +20517,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:793 #, python-format msgid "" -"%(female_name)s was christened %(modified_date)s in %(christening_place)s" -"%(endnotes)s." +"%(female_name)s was christened %(modified_date)s in %(christening_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:794 @@ -17957,15 +20530,15 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:797 #, python-format msgid "" -"%(unknown_gender_name)s was christened %(modified_date)s in " -"%(christening_place)s%(endnotes)s." +"%(unknown_gender_name)s was christened %(modified_date)s in %" +"(christening_place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:798 #, python-format msgid "" -"This person was christened %(modified_date)s in %(christening_place)s" -"%(endnotes)s." +"This person was christened %(modified_date)s in %(christening_place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:800 @@ -18370,22 +20943,22 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:994 #, python-format msgid "" -"This person also married %(spouse)s in %(partial_date)s in %(place)s" -"%(endnotes)s." +"This person also married %(spouse)s in %(partial_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:995 #, python-format msgid "" -"This person also married %(spouse)s on %(full_date)s in %(place)s" -"%(endnotes)s." +"This person also married %(spouse)s on %(full_date)s in %(place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:996 #, python-format msgid "" -"This person also married %(spouse)s %(modified_date)s in %(place)s" -"%(endnotes)s." +"This person also married %(spouse)s %(modified_date)s in %(place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:999 @@ -18638,8 +21211,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1096 #, python-format msgid "" -"This person had an unmarried relationship with %(spouse)s in " -"%(partial_date)s in %(place)s%(endnotes)s." +"This person had an unmarried relationship with %(spouse)s in %(partial_date)" +"s in %(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1097 @@ -18659,88 +21232,88 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1101 #, python-format msgid "" -"He had an unmarried relationship with %(spouse)s in %(partial_date)s in " -"%(place)s%(endnotes)s." +"He had an unmarried relationship with %(spouse)s in %(partial_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1102 #, python-format msgid "" -"He had an unmarried relationship with %(spouse)s on %(full_date)s in " -"%(place)s%(endnotes)s." +"He had an unmarried relationship with %(spouse)s on %(full_date)s in %(place)" +"s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1103 #, python-format msgid "" -"He had an unmarried relationship with %(spouse)s %(modified_date)s in " -"%(place)s%(endnotes)s." +"He had an unmarried relationship with %(spouse)s %(modified_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1106 #, python-format msgid "" -"She had an unmarried relationship with %(spouse)s in %(partial_date)s in " -"%(place)s%(endnotes)s." +"She had an unmarried relationship with %(spouse)s in %(partial_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1107 #, python-format msgid "" -"She had an unmarried relationship with %(spouse)s on %(full_date)s in " -"%(place)s%(endnotes)s." +"She had an unmarried relationship with %(spouse)s on %(full_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1108 #, python-format msgid "" -"She had an unmarried relationship with %(spouse)s %(modified_date)s in " -"%(place)s%(endnotes)s." +"She had an unmarried relationship with %(spouse)s %(modified_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1111 #: ../gramps/plugins/lib/libnarrate.py:1134 #, python-format msgid "" -"Unmarried relationship with %(spouse)s %(partial_date)s in %(place)s" -"%(endnotes)s." +"Unmarried relationship with %(spouse)s %(partial_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1112 #: ../gramps/plugins/lib/libnarrate.py:1135 #, python-format msgid "" -"Unmarried relationship with %(spouse)s %(full_date)s in %(place)s" -"%(endnotes)s." +"Unmarried relationship with %(spouse)s %(full_date)s in %(place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1113 #: ../gramps/plugins/lib/libnarrate.py:1136 #, python-format msgid "" -"Unmarried relationship with %(spouse)s %(modified_date)s in %(place)s" -"%(endnotes)s." +"Unmarried relationship with %(spouse)s %(modified_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1119 #, python-format msgid "" -"This person also had an unmarried relationship with %(spouse)s in " -"%(partial_date)s in %(place)s%(endnotes)s." +"This person also had an unmarried relationship with %(spouse)s in %" +"(partial_date)s in %(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1120 #, python-format msgid "" -"This person also had an unmarried relationship with %(spouse)s on " -"%(full_date)s in %(place)s%(endnotes)s." +"This person also had an unmarried relationship with %(spouse)s on %" +"(full_date)s in %(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1121 #, python-format msgid "" -"This person also had an unmarried relationship with %(spouse)s " -"%(modified_date)s in %(place)s%(endnotes)s." +"This person also had an unmarried relationship with %(spouse)s %" +"(modified_date)s in %(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1124 @@ -18753,15 +21326,15 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1125 #, python-format msgid "" -"He also had an unmarried relationship with %(spouse)s on %(full_date)s in " -"%(place)s%(endnotes)s." +"He also had an unmarried relationship with %(spouse)s on %(full_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1126 #, python-format msgid "" -"He also had an unmarried relationship with %(spouse)s %(modified_date)s in " -"%(place)s%(endnotes)s." +"He also had an unmarried relationship with %(spouse)s %(modified_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1129 @@ -18774,15 +21347,15 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1130 #, python-format msgid "" -"She also had an unmarried relationship with %(spouse)s on %(full_date)s in " -"%(place)s%(endnotes)s." +"She also had an unmarried relationship with %(spouse)s on %(full_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1131 #, python-format msgid "" -"She also had an unmarried relationship with %(spouse)s %(modified_date)s in " -"%(place)s%(endnotes)s." +"She also had an unmarried relationship with %(spouse)s %(modified_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1142 @@ -18795,57 +21368,57 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1143 #, python-format msgid "" -"This person had an unmarried relationship with %(spouse)s on %(full_date)s" -"%(endnotes)s." +"This person had an unmarried relationship with %(spouse)s on %(full_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1144 #, python-format msgid "" -"This person had an unmarried relationship with %(spouse)s %(modified_date)s" -"%(endnotes)s." +"This person had an unmarried relationship with %(spouse)s %(modified_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1147 #, python-format msgid "" -"He had an unmarried relationship with %(spouse)s in %(partial_date)s" -"%(endnotes)s." +"He had an unmarried relationship with %(spouse)s in %(partial_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1148 #, python-format msgid "" -"He had an unmarried relationship with %(spouse)s on %(full_date)s" -"%(endnotes)s." +"He had an unmarried relationship with %(spouse)s on %(full_date)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1149 #, python-format msgid "" -"He had an unmarried relationship with %(spouse)s %(modified_date)s" -"%(endnotes)s." +"He had an unmarried relationship with %(spouse)s %(modified_date)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1152 #, python-format msgid "" -"She had an unmarried relationship with %(spouse)s in %(partial_date)s" -"%(endnotes)s." +"She had an unmarried relationship with %(spouse)s in %(partial_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1153 #, python-format msgid "" -"She had an unmarried relationship with %(spouse)s on %(full_date)s" -"%(endnotes)s." +"She had an unmarried relationship with %(spouse)s on %(full_date)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1154 #, python-format msgid "" -"She had an unmarried relationship with %(spouse)s %(modified_date)s" -"%(endnotes)s." +"She had an unmarried relationship with %(spouse)s %(modified_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1157 @@ -18866,64 +21439,64 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1165 #, python-format msgid "" -"This person also had an unmarried relationship with %(spouse)s in " -"%(partial_date)s%(endnotes)s." +"This person also had an unmarried relationship with %(spouse)s in %" +"(partial_date)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1166 #, python-format msgid "" -"This person also had an unmarried relationship with %(spouse)s on " -"%(full_date)s%(endnotes)s." +"This person also had an unmarried relationship with %(spouse)s on %" +"(full_date)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1167 #, python-format msgid "" -"This person also had an unmarried relationship with %(spouse)s " -"%(modified_date)s%(endnotes)s." +"This person also had an unmarried relationship with %(spouse)s %" +"(modified_date)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1170 #, python-format msgid "" -"He also had an unmarried relationship with %(spouse)s in %(partial_date)s" -"%(endnotes)s." +"He also had an unmarried relationship with %(spouse)s in %(partial_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1171 #, python-format msgid "" -"He also had an unmarried relationship with %(spouse)s on %(full_date)s" -"%(endnotes)s." +"He also had an unmarried relationship with %(spouse)s on %(full_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1172 #, python-format msgid "" -"He also had an unmarried relationship with %(spouse)s %(modified_date)s" -"%(endnotes)s." +"He also had an unmarried relationship with %(spouse)s %(modified_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1175 #, python-format msgid "" -"She also had an unmarried relationship with %(spouse)s in %(partial_date)s" -"%(endnotes)s." +"She also had an unmarried relationship with %(spouse)s in %(partial_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1176 #, python-format msgid "" -"She also had an unmarried relationship with %(spouse)s on %(full_date)s" -"%(endnotes)s." +"She also had an unmarried relationship with %(spouse)s on %(full_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1177 #, python-format msgid "" -"She also had an unmarried relationship with %(spouse)s %(modified_date)s" -"%(endnotes)s." +"She also had an unmarried relationship with %(spouse)s %(modified_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1180 @@ -18946,8 +21519,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1187 #, python-format msgid "" -"This person had an unmarried relationship with %(spouse)s in %(place)s" -"%(endnotes)s." +"This person had an unmarried relationship with %(spouse)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1188 @@ -18971,22 +21544,22 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1194 #, python-format msgid "" -"This person also had an unmarried relationship with %(spouse)s in %(place)s" -"%(endnotes)s." +"This person also had an unmarried relationship with %(spouse)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1195 #, python-format msgid "" -"He also had an unmarried relationship with %(spouse)s in %(place)s" -"%(endnotes)s." +"He also had an unmarried relationship with %(spouse)s in %(place)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1196 #, python-format msgid "" -"She also had an unmarried relationship with %(spouse)s in %(place)s" -"%(endnotes)s." +"She also had an unmarried relationship with %(spouse)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1201 @@ -19029,15 +21602,15 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1222 #, python-format msgid "" -"This person had a relationship with %(spouse)s in %(partial_date)s in " -"%(place)s%(endnotes)s." +"This person had a relationship with %(spouse)s in %(partial_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1223 #, python-format msgid "" -"This person had a relationship with %(spouse)s on %(full_date)s in %(place)s" -"%(endnotes)s." +"This person had a relationship with %(spouse)s on %(full_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1224 @@ -19050,43 +21623,43 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1227 #, python-format msgid "" -"He had a relationship with %(spouse)s in %(partial_date)s in %(place)s" -"%(endnotes)s." +"He had a relationship with %(spouse)s in %(partial_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1228 #, python-format msgid "" -"He had a relationship with %(spouse)s on %(full_date)s in %(place)s" -"%(endnotes)s." +"He had a relationship with %(spouse)s on %(full_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1229 #, python-format msgid "" -"He had a relationship with %(spouse)s %(modified_date)s in %(place)s" -"%(endnotes)s." +"He had a relationship with %(spouse)s %(modified_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1232 #, python-format msgid "" -"She had a relationship with %(spouse)s in %(partial_date)s in %(place)s" -"%(endnotes)s." +"She had a relationship with %(spouse)s in %(partial_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1233 #, python-format msgid "" -"She had a relationship with %(spouse)s on %(full_date)s in %(place)s" -"%(endnotes)s." +"She had a relationship with %(spouse)s on %(full_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1234 #, python-format msgid "" -"She had a relationship with %(spouse)s %(modified_date)s in %(place)s" -"%(endnotes)s." +"She had a relationship with %(spouse)s %(modified_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1237 @@ -19108,64 +21681,64 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1245 #, python-format msgid "" -"This person also had a relationship with %(spouse)s in %(partial_date)s in " -"%(place)s%(endnotes)s." +"This person also had a relationship with %(spouse)s in %(partial_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1246 #, python-format msgid "" -"This person also had a relationship with %(spouse)s on %(full_date)s in " -"%(place)s%(endnotes)s." +"This person also had a relationship with %(spouse)s on %(full_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1247 #, python-format msgid "" -"This person also had a relationship with %(spouse)s %(modified_date)s in " -"%(place)s%(endnotes)s." +"This person also had a relationship with %(spouse)s %(modified_date)s in %" +"(place)s%(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1250 #, python-format msgid "" -"He also had a relationship with %(spouse)s in %(partial_date)s in %(place)s" -"%(endnotes)s." +"He also had a relationship with %(spouse)s in %(partial_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1251 #, python-format msgid "" -"He also had a relationship with %(spouse)s on %(full_date)s in %(place)s" -"%(endnotes)s." +"He also had a relationship with %(spouse)s on %(full_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1252 #, python-format msgid "" -"He also had a relationship with %(spouse)s %(modified_date)s in %(place)s" -"%(endnotes)s." +"He also had a relationship with %(spouse)s %(modified_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1255 #, python-format msgid "" -"She also had a relationship with %(spouse)s in %(partial_date)s in %(place)s" -"%(endnotes)s." +"She also had a relationship with %(spouse)s in %(partial_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1256 #, python-format msgid "" -"She also had a relationship with %(spouse)s on %(full_date)s in %(place)s" -"%(endnotes)s." +"She also had a relationship with %(spouse)s on %(full_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1257 #, python-format msgid "" -"She also had a relationship with %(spouse)s %(modified_date)s in %(place)s" -"%(endnotes)s." +"She also had a relationship with %(spouse)s %(modified_date)s in %(place)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1260 @@ -19189,8 +21762,8 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1268 #, python-format msgid "" -"This person had a relationship with %(spouse)s in %(partial_date)s" -"%(endnotes)s." +"This person had a relationship with %(spouse)s in %(partial_date)s%(endnotes)" +"s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1269 @@ -19253,22 +21826,22 @@ msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1291 #, python-format msgid "" -"This person also had a relationship with %(spouse)s in %(partial_date)s" -"%(endnotes)s." +"This person also had a relationship with %(spouse)s in %(partial_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1292 #, python-format msgid "" -"This person also had a relationship with %(spouse)s on %(full_date)s" -"%(endnotes)s." +"This person also had a relationship with %(spouse)s on %(full_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1293 #, python-format msgid "" -"This person also had a relationship with %(spouse)s %(modified_date)s" -"%(endnotes)s." +"This person also had a relationship with %(spouse)s %(modified_date)s%" +"(endnotes)s." msgstr "" #: ../gramps/plugins/lib/libnarrate.py:1296 @@ -19466,7 +22039,7 @@ msgstr "" #: ../gramps/plugins/lib/libplaceview.py:105 #: ../gramps/plugins/view/placetreeview.py:83 -#: ../gramps/plugins/webreport/narrativeweb.py:384 +#: ../gramps/plugins/webreport/narrativeweb.py:385 msgid "Church Parish" msgstr "" @@ -19554,54 +22127,50 @@ msgid "Provides common functionality for Gramps XML import/export." msgstr "" #: ../gramps/plugins/lib/libplugins.gpr.py:87 -msgid "Base class for ImportGrdb" -msgstr "" - -#: ../gramps/plugins/lib/libplugins.gpr.py:105 msgid "Provides holiday information for different countries." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:123 +#: ../gramps/plugins/lib/libplugins.gpr.py:105 msgid "Manages a HTML file implementing DocBackend." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:141 +#: ../gramps/plugins/lib/libplugins.gpr.py:123 msgid "Common constants for html files." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:159 +#: ../gramps/plugins/lib/libplugins.gpr.py:141 msgid "Manages an HTML DOM tree." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:177 +#: ../gramps/plugins/lib/libplugins.gpr.py:159 msgid "Provides base functionality for map services." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:194 +#: ../gramps/plugins/lib/libplugins.gpr.py:176 msgid "Provides Textual Narration." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:211 +#: ../gramps/plugins/lib/libplugins.gpr.py:193 msgid "Manages an ODF file implementing DocBackend." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:228 +#: ../gramps/plugins/lib/libplugins.gpr.py:210 msgid "Provides Textual Translation." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:245 +#: ../gramps/plugins/lib/libplugins.gpr.py:227 msgid "Provides the Base needed for the List People views." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:262 +#: ../gramps/plugins/lib/libplugins.gpr.py:244 msgid "Provides the Base needed for the List Place views." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:279 +#: ../gramps/plugins/lib/libplugins.gpr.py:261 msgid "Provides variable substitution on display lines." msgstr "" -#: ../gramps/plugins/lib/libplugins.gpr.py:295 +#: ../gramps/plugins/lib/libplugins.gpr.py:277 msgid "" "Provides the base needed for the ancestor and descendant graphical reports." msgstr "" @@ -19674,6 +22243,12 @@ msgstr "" msgid "Longest past marriage" msgstr "" +#. List of translated strings used here +#. Dead code for l10n; added on translation template +#. Translation string should be same as key name +#. ex: AttributeType +#. (FATHER_AGE , _("Father's Age"), "Father Age"), +#. (MOTHER_AGE , _("Mother's Age"), "Mother Age"), #: ../gramps/plugins/lib/libtranslate.py:166 msgid "Father Age" msgstr "" @@ -19682,19 +22257,19 @@ msgstr "" msgid "Mother Age" msgstr "" -#: ../gramps/plugins/lib/libtreebase.py:757 +#: ../gramps/plugins/lib/libtreebase.py:760 msgid "Top Left" msgstr "" -#: ../gramps/plugins/lib/libtreebase.py:758 +#: ../gramps/plugins/lib/libtreebase.py:761 msgid "Top Right" msgstr "" -#: ../gramps/plugins/lib/libtreebase.py:759 +#: ../gramps/plugins/lib/libtreebase.py:762 msgid "Bottom Left" msgstr "" -#: ../gramps/plugins/lib/libtreebase.py:760 +#: ../gramps/plugins/lib/libtreebase.py:763 msgid "Bottom Right" msgstr "" @@ -19792,6 +22367,11 @@ msgstr "" msgid "The maximum number of places to show" msgstr "" +#. there is no button. I need to found a solution for this. +#. it can be very dangerous ! if someone put / in geography.path ... +#. perhaps we need some contrôl on this path : +#. should begin with : /home, /opt, /map, ... +#. configdialog.add_button(table, '', 4, 'geography.clean') #: ../gramps/plugins/lib/maps/geography.py:1014 msgid "The map" msgstr "" @@ -19821,10 +22401,13 @@ msgstr "" msgid "The green values in the row correspond to the current place values." msgstr "" +#. 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:204 msgid "New place with empty fields" msgstr "" +#. Make upper case of translaed country so string search works later #: ../gramps/plugins/mapservices/eniroswedenmap.py:46 #: ../gramps/plugins/tool/extractcity.py:64 msgid "Sweden" @@ -19883,7 +22466,7 @@ msgid "Open on maps.google.com" msgstr "" #: ../gramps/plugins/mapservices/mapservice.gpr.py:69 -#: ../gramps/plugins/webreport/narrativeweb.py:8306 +#: ../gramps/plugins/webreport/narrativeweb.py:8307 msgid "OpenStreetMap" msgstr "" @@ -19908,6 +22491,8 @@ msgid "" "%d matches.\n" msgstr "" +#. display the results +#. feature request 2356: avoid genitive form #: ../gramps/plugins/quickview/all_events.py:59 #, python-format msgid "Sorted events of %s" @@ -19916,7 +22501,7 @@ msgstr "" #: ../gramps/plugins/quickview/all_events.py:62 #: ../gramps/plugins/quickview/all_events.py:107 #: ../gramps/plugins/quickview/all_events.py:119 -#: ../gramps/plugins/webreport/narrativeweb.py:5758 +#: ../gramps/plugins/webreport/narrativeweb.py:5759 msgid "Event Type" msgstr "" @@ -19932,6 +22517,7 @@ msgstr "" msgid "Event Place" msgstr "" +#. display the results #: ../gramps/plugins/quickview/all_events.py:102 #, python-format msgid "" @@ -19994,11 +22580,11 @@ msgstr "" #: ../gramps/plugins/quickview/all_relations.py:288 #: ../gramps/plugins/view/relview.py:417 -#: ../gramps/plugins/webreport/narrativeweb.py:385 -#: ../gramps/plugins/webreport/narrativeweb.py:2465 -#: ../gramps/plugins/webreport/narrativeweb.py:2467 -#: ../gramps/plugins/webreport/narrativeweb.py:2912 -#: ../gramps/plugins/webreport/narrativeweb.py:5232 +#: ../gramps/plugins/webreport/narrativeweb.py:386 +#: ../gramps/plugins/webreport/narrativeweb.py:2466 +#: ../gramps/plugins/webreport/narrativeweb.py:2468 +#: ../gramps/plugins/webreport/narrativeweb.py:2913 +#: ../gramps/plugins/webreport/narrativeweb.py:5233 msgid "Partner" msgstr "" @@ -20234,6 +22820,8 @@ msgid_plural "Filter matched %d records." msgstr[0] "" msgstr[1] "" +#. display the results +#. feature request 2356: avoid genitive form #: ../gramps/plugins/quickview/lineage.py:54 #, python-format msgid "Father lineage for %s" @@ -20259,6 +22847,8 @@ msgstr "" msgid "Direct line male descendants" msgstr "" +#. display the results +#. feature request 2356: avoid genitive form #: ../gramps/plugins/quickview/lineage.py:85 #, python-format msgid "Mother lineage for %s" @@ -20289,10 +22879,11 @@ msgstr "" #: ../gramps/plugins/quickview/lineage.py:160 #: ../gramps/plugins/quickview/lineage.py:180 -#: ../gramps/plugins/tool/verify.py:961 +#: ../gramps/plugins/tool/verify.py:965 msgid "Unknown gender" msgstr "" +#. display the title #: ../gramps/plugins/quickview/linkreferences.py:45 msgid "Link References for this note" msgstr "" @@ -20317,6 +22908,7 @@ msgstr "" msgid "No link references for this note" msgstr "" +#. display the title #: ../gramps/plugins/quickview/onthisday.py:79 #, python-format msgid "Events of %(date)s" @@ -20465,6 +23057,7 @@ msgstr "" msgid "Same Given Names - stand-alone" msgstr "" +#. Go over siblings and build their menu #: ../gramps/plugins/quickview/quickview.gpr.py:316 #: ../gramps/plugins/view/pedigreeview.py:1687 #: ../gramps/plugins/view/relview.py:922 @@ -20475,6 +23068,7 @@ msgstr "" msgid "Display a person's siblings." msgstr "" +#. display the title #: ../gramps/plugins/quickview/references.py:70 #, python-format msgid "References for this %s" @@ -20490,7 +23084,7 @@ msgid "Type of media" msgstr "" #: ../gramps/plugins/quickview/reporef.py:64 -#: ../gramps/plugins/webreport/narrativeweb.py:2736 +#: ../gramps/plugins/webreport/narrativeweb.py:2737 msgid "Call number" msgstr "" @@ -20526,6 +23120,7 @@ msgstr "" msgid "Matches people with firstname missing" msgstr "" +#. display the title #: ../gramps/plugins/quickview/samesurnames.py:107 #, python-format msgid "People sharing the surname '%s'" @@ -20539,11 +23134,14 @@ msgid_plural "There are %d people with a matching name, or alternate name.\n" msgstr[0] "" msgstr[1] "" +#. display the title #: ../gramps/plugins/quickview/samesurnames.py:149 #, python-format msgid "People with the given name '%s'" msgstr "" +#. display the title +#. feature request 2356: avoid genitive form #: ../gramps/plugins/quickview/siblings.py:48 #, python-format msgid "Siblings of %s" @@ -20659,6 +23257,7 @@ msgstr "" msgid "The style used for index entries." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/ancestorreport.py:193 #, python-format msgid "Ahnentafel Report for %s" @@ -20712,6 +23311,7 @@ msgstr "" msgid "The translation to be used for the report." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/birthdayreport.py:174 #, python-format msgid "Relationships shown are to %s" @@ -20914,6 +23514,7 @@ msgstr "" msgid "The style used for the spouse level %d display." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/detancestralreport.py:195 #, python-format msgid "Ancestral Report for %s" @@ -20925,6 +23526,7 @@ msgstr "" msgid "%(name)s is the same person as [%(id_str)s]." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/detancestralreport.py:316 #: ../gramps/plugins/textreport/detdescendantreport.py:777 #, python-format @@ -21024,6 +23626,8 @@ msgstr "" msgid "Whether to start a new page before the end notes." msgstr "" +#. Content options +#. Content #: ../gramps/plugins/textreport/detancestralreport.py:765 #: ../gramps/plugins/textreport/detdescendantreport.py:940 #: ../gramps/plugins/view/relview.py:1691 @@ -21186,6 +23790,8 @@ msgid "" "Include sources is selected." msgstr "" +#. How to handle missing information +#. Missing information #: ../gramps/plugins/textreport/detancestralreport.py:837 #: ../gramps/plugins/textreport/detdescendantreport.py:1032 msgid "Missing information" @@ -21235,6 +23841,7 @@ msgstr "" msgid "The style used for additional detail data." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/detdescendantreport.py:288 #, python-format msgid "Descendant Report for %(person_name)s" @@ -21307,11 +23914,13 @@ msgstr "" msgid "The style used for the More About header and for headers of mates." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/endoflinereport.py:151 #, python-format msgid "End of Line Report for %s" msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/endoflinereport.py:158 #, python-format msgid "All the ancestors of %s who are missing a parent" @@ -21333,7 +23942,7 @@ msgid "The basic style used for generation headings." msgstr "" #: ../gramps/plugins/textreport/familygroup.py:124 -#: ../gramps/plugins/webreport/narrativeweb.py:1041 +#: ../gramps/plugins/webreport/narrativeweb.py:1042 #, python-format msgid "%(type)s: %(value)s" msgstr "" @@ -21366,6 +23975,7 @@ msgstr "" msgid "Family Group Report" msgstr "" +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:631 msgid "Center Family" msgstr "" @@ -21382,6 +23992,7 @@ msgstr "" msgid "Create reports for all descendants of this family." msgstr "" +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:655 msgid "Generation numbers (recursive only)" msgstr "" @@ -21450,10 +24061,12 @@ msgstr "" msgid "Whether to include marriage information for children." msgstr "" +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:698 msgid "Missing Information" msgstr "" +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:701 msgid "Print fields for missing information" msgstr "" @@ -21470,10 +24083,16 @@ msgstr "" msgid "The style used for the parent's name" msgstr "" +#. ------------------------------------------------------------------------ +#. +#. Global variables +#. +#. ------------------------------------------------------------------------ #: ../gramps/plugins/textreport/indivcomplete.py:67 msgid "Sections" msgstr "" +#. Translated headers for the sections #: ../gramps/plugins/textreport/indivcomplete.py:69 msgid "Individual Facts" msgstr "" @@ -21496,6 +24115,7 @@ msgstr "" msgid "Marriages/Children" msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/indivcomplete.py:564 #, python-format msgid "Summary of %s" @@ -21537,6 +24157,7 @@ msgstr "" msgid "Whether to include Gramps ID next to names." msgstr "" +#. ############################### #: ../gramps/plugins/textreport/indivcomplete.py:736 msgid "Event groups" msgstr "" @@ -21553,6 +24174,7 @@ msgstr "" msgid "The style used for the spouse's name." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/kinshipreport.py:118 #, python-format msgid "Kinship Report for %s" @@ -21591,6 +24213,7 @@ msgstr "" msgid "The basic style used for sub-headings." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/numberofancestorsreport.py:104 #, python-format msgid "Number of Ancestors for %s" @@ -21603,6 +24226,8 @@ msgid_plural "Generation %(generation)d has %(count)d individuals. %(percent)s" msgstr[0] "" msgstr[1] "" +#. TC # English return something like: +#. Total ancestors in generations 2 to 3 is 4. (66.67%) #: ../gramps/plugins/textreport/numberofancestorsreport.py:164 #, python-format msgid "" @@ -21610,6 +24235,8 @@ msgid "" "is %(count)d. %(percent)s" msgstr "" +#. Write the title line. Set in INDEX marker so that this section will be +#. identified as a major category if this is included in a Book report. #: ../gramps/plugins/textreport/placereport.py:112 #: ../gramps/plugins/textreport/placereport.py:125 #: ../gramps/plugins/textreport/textplugins.gpr.py:298 @@ -21944,6 +24571,7 @@ msgstr "" msgid "You must first create a tag before running this report." msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/textreport/tagreport.py:86 #, python-format msgid "Tag Report for %s Items" @@ -22075,6 +24703,17 @@ msgstr "" msgid "Records Report" msgstr "" +#: ../gramps/plugins/tool/changenames.glade.h:1 +msgid "" +"Below is a list of the family names that \n" +"Gramps can convert to correct capitalization. \n" +"Select the names you wish Gramps to convert. " +msgstr "" + +#: ../gramps/plugins/tool/changenames.glade.h:4 +msgid "_Accept changes and close" +msgstr "" + #: ../gramps/plugins/tool/changenames.py:66 msgid "manual|Fix_Capitalization_of_Family_Names..." msgstr "" @@ -22118,6 +24757,20 @@ msgstr "" msgid "Building display" msgstr "" +#: ../gramps/plugins/tool/changetypes.glade.h:1 +msgid "" +"This tool will rename all events of one type to a different type. Once " +"completed, this cannot be undone by the regular Undo function." +msgstr "" + +#: ../gramps/plugins/tool/changetypes.glade.h:2 +msgid "_New event type:" +msgstr "" + +#: ../gramps/plugins/tool/changetypes.glade.h:3 +msgid "_Original event type:" +msgstr "" + #: ../gramps/plugins/tool/changetypes.py:64 msgid "Change Event Types" msgstr "" @@ -22142,15 +24795,15 @@ msgid_plural "%d event records were modified." msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:106 ../gramps/plugins/tool/check.py:236 +#: ../gramps/plugins/tool/check.py:104 ../gramps/plugins/tool/check.py:234 msgid "Checking Database" msgstr "" -#: ../gramps/plugins/tool/check.py:107 +#: ../gramps/plugins/tool/check.py:105 msgid "Looking for cross table duplicates" msgstr "" -#: ../gramps/plugins/tool/check.py:152 +#: ../gramps/plugins/tool/check.py:150 msgid "" "Your family tree contains cross table duplicate handles.\n" " This is bad and can be fixed by making a backup of your\n" @@ -22159,50 +24812,50 @@ msgid "" "Repair tool should be run anew on this new family tree." msgstr "" -#: ../gramps/plugins/tool/check.py:159 +#: ../gramps/plugins/tool/check.py:157 msgid "Check Integrity" msgstr "" -#: ../gramps/plugins/tool/check.py:237 +#: ../gramps/plugins/tool/check.py:235 #, python-format msgid "" "Objects referenced by this note were referenced but missing so that is why " "they have been created when you ran Check and Repair on %s." msgstr "" -#: ../gramps/plugins/tool/check.py:259 +#: ../gramps/plugins/tool/check.py:257 msgid "Looking for invalid name format references" msgstr "" -#: ../gramps/plugins/tool/check.py:311 +#: ../gramps/plugins/tool/check.py:309 msgid "Looking for duplicate spouses" msgstr "" -#: ../gramps/plugins/tool/check.py:334 +#: ../gramps/plugins/tool/check.py:332 msgid "Looking for character encoding errors" msgstr "" -#: ../gramps/plugins/tool/check.py:374 +#: ../gramps/plugins/tool/check.py:372 msgid "Looking for ctrl characters in notes" msgstr "" -#: ../gramps/plugins/tool/check.py:399 +#: ../gramps/plugins/tool/check.py:397 msgid "Looking for broken family links" msgstr "" -#: ../gramps/plugins/tool/check.py:599 +#: ../gramps/plugins/tool/check.py:597 msgid "Looking for unused objects" msgstr "" -#: ../gramps/plugins/tool/check.py:673 +#: ../gramps/plugins/tool/check.py:671 msgid "Select file" msgstr "" -#: ../gramps/plugins/tool/check.py:705 +#: ../gramps/plugins/tool/check.py:702 msgid "Media object could not be found" msgstr "" -#: ../gramps/plugins/tool/check.py:706 +#: ../gramps/plugins/tool/check.py:703 #, python-format msgid "" "The file:\n" @@ -22213,280 +24866,284 @@ msgid "" "select a new file." msgstr "" -#: ../gramps/plugins/tool/check.py:783 +#: ../gramps/plugins/tool/check.py:780 msgid "Looking for empty people records" msgstr "" -#: ../gramps/plugins/tool/check.py:791 +#: ../gramps/plugins/tool/check.py:788 msgid "Looking for empty family records" msgstr "" -#: ../gramps/plugins/tool/check.py:799 +#: ../gramps/plugins/tool/check.py:796 msgid "Looking for empty event records" msgstr "" -#: ../gramps/plugins/tool/check.py:807 +#: ../gramps/plugins/tool/check.py:804 msgid "Looking for empty source records" msgstr "" -#: ../gramps/plugins/tool/check.py:815 +#: ../gramps/plugins/tool/check.py:812 msgid "Looking for empty citation records" msgstr "" -#: ../gramps/plugins/tool/check.py:823 +#: ../gramps/plugins/tool/check.py:820 msgid "Looking for empty place records" msgstr "" -#: ../gramps/plugins/tool/check.py:831 +#: ../gramps/plugins/tool/check.py:828 msgid "Looking for empty media records" msgstr "" -#: ../gramps/plugins/tool/check.py:839 +#: ../gramps/plugins/tool/check.py:836 msgid "Looking for empty repository records" msgstr "" -#: ../gramps/plugins/tool/check.py:847 +#: ../gramps/plugins/tool/check.py:844 msgid "Looking for empty note records" msgstr "" -#: ../gramps/plugins/tool/check.py:893 +#: ../gramps/plugins/tool/check.py:890 msgid "Looking for empty families" msgstr "" -#: ../gramps/plugins/tool/check.py:928 +#: ../gramps/plugins/tool/check.py:925 msgid "Looking for broken parent relationships" msgstr "" -#: ../gramps/plugins/tool/check.py:965 +#: ../gramps/plugins/tool/check.py:962 msgid "Looking for event problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1129 +#: ../gramps/plugins/tool/check.py:1126 msgid "Looking for person reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1159 +#: ../gramps/plugins/tool/check.py:1156 msgid "Looking for family reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1183 +#: ../gramps/plugins/tool/check.py:1180 msgid "Looking for repository reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1214 +#: ../gramps/plugins/tool/check.py:1211 msgid "Looking for place reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1294 +#: ../gramps/plugins/tool/check.py:1291 msgid "Looking for citation reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1423 +#: ../gramps/plugins/tool/check.py:1420 msgid "Looking for source reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1462 +#: ../gramps/plugins/tool/check.py:1459 msgid "Looking for media object reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1598 +#: ../gramps/plugins/tool/check.py:1595 msgid "Looking for note reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1750 +#: ../gramps/plugins/tool/check.py:1747 msgid "Looking for tag reference problems" msgstr "" -#: ../gramps/plugins/tool/check.py:1943 +#: ../gramps/plugins/tool/check.py:1940 msgid "No errors were found" msgstr "" -#: ../gramps/plugins/tool/check.py:1944 +#: ../gramps/plugins/tool/check.py:1941 msgid "The database has passed internal checks" msgstr "" -#: ../gramps/plugins/tool/check.py:1953 +#: ../gramps/plugins/tool/check.py:1944 +msgid "No errors were found: the database has passed internal checks." +msgstr "" + +#: ../gramps/plugins/tool/check.py:1950 #, python-format msgid "%(quantity)d broken child/family link was fixed\n" msgid_plural "%(quantity)d broken child-family links were fixed\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:1962 +#: ../gramps/plugins/tool/check.py:1959 msgid "Non existing child" msgstr "" -#: ../gramps/plugins/tool/check.py:1970 +#: ../gramps/plugins/tool/check.py:1967 #, python-format msgid "%(person)s was removed from the family of %(family)s\n" msgstr "" -#: ../gramps/plugins/tool/check.py:1976 +#: ../gramps/plugins/tool/check.py:1973 #, python-format msgid "%(quantity)d broken spouse/family link was fixed\n" msgid_plural "%(quantity)d broken spouse/family links were fixed\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:1985 ../gramps/plugins/tool/check.py:2008 +#: ../gramps/plugins/tool/check.py:1982 ../gramps/plugins/tool/check.py:2005 msgid "Non existing person" msgstr "" -#: ../gramps/plugins/tool/check.py:1993 ../gramps/plugins/tool/check.py:2016 +#: ../gramps/plugins/tool/check.py:1990 ../gramps/plugins/tool/check.py:2013 #, python-format msgid "%(person)s was restored to the family of %(family)s\n" msgstr "" -#: ../gramps/plugins/tool/check.py:1999 +#: ../gramps/plugins/tool/check.py:1996 #, python-format msgid "%(quantity)d duplicate spouse/family link was found\n" msgid_plural "%(quantity)d duplicate spouse/family links were found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2022 +#: ../gramps/plugins/tool/check.py:2019 msgid "1 family with no parents or children found, removed.\n" msgstr "" -#: ../gramps/plugins/tool/check.py:2027 +#: ../gramps/plugins/tool/check.py:2024 #, python-format msgid "%(quantity)d families with no parents or children, removed.\n" msgstr "" -#: ../gramps/plugins/tool/check.py:2033 +#: ../gramps/plugins/tool/check.py:2030 #, python-format msgid "%d corrupted family relationship fixed\n" msgid_plural "%d corrupted family relationship fixed\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2040 +#: ../gramps/plugins/tool/check.py:2037 #, python-format msgid "%d person was referenced but not found\n" msgid_plural "%d persons were referenced, but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2047 +#: ../gramps/plugins/tool/check.py:2044 #, python-format msgid "%d family was referenced but not found\n" msgid_plural "%d families were referenced, but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2053 +#: ../gramps/plugins/tool/check.py:2050 #, python-format msgid "%d date was corrected\n" msgid_plural "%d dates were corrected\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2059 +#: ../gramps/plugins/tool/check.py:2056 #, python-format msgid "%(quantity)d repository was referenced but not found\n" msgid_plural "%(quantity)d repositories were referenced, but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2065 +#: ../gramps/plugins/tool/check.py:2062 #, python-format msgid "%(quantity)d media object was referenced, but not found\n" msgid_plural "%(quantity)d media objects were referenced, but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2072 +#: ../gramps/plugins/tool/check.py:2069 #, python-format msgid "Reference to %(quantity)d missing media object was kept\n" msgid_plural "References to %(quantity)d media objects were kept\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2079 +#: ../gramps/plugins/tool/check.py:2076 #, python-format msgid "%(quantity)d missing media object was replaced\n" msgid_plural "%(quantity)d missing media objects were replaced\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2086 +#: ../gramps/plugins/tool/check.py:2083 #, python-format msgid "%(quantity)d missing media object was removed\n" msgid_plural "%(quantity)d missing media objects were removed\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2093 +#: ../gramps/plugins/tool/check.py:2090 #, python-format msgid "%(quantity)d event was referenced but not found\n" msgid_plural "%(quantity)d events were referenced, but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2100 +#: ../gramps/plugins/tool/check.py:2097 #, python-format msgid "%(quantity)d invalid birth event name was fixed\n" msgid_plural "%(quantity)d invalid birth event names were fixed\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2107 +#: ../gramps/plugins/tool/check.py:2104 #, python-format msgid "%(quantity)d invalid death event name was fixed\n" msgid_plural "%(quantity)d invalid death event names were fixed\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2114 +#: ../gramps/plugins/tool/check.py:2111 #, python-format msgid "%(quantity)d place was referenced but not found\n" msgid_plural "%(quantity)d places were referenced, but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2121 +#: ../gramps/plugins/tool/check.py:2118 #, python-format msgid "%(quantity)d citation was referenced but not found\n" msgid_plural "%(quantity)d citations were referenced, but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2128 +#: ../gramps/plugins/tool/check.py:2125 #, python-format msgid "%(quantity)d source was referenced but not found\n" msgid_plural "%(quantity)d sources were referenced, but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2135 +#: ../gramps/plugins/tool/check.py:2132 #, python-format msgid "%(quantity)d media object was referenced but not found\n" msgid_plural "%(quantity)d media objects were referenced but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2142 +#: ../gramps/plugins/tool/check.py:2139 #, python-format msgid "%(quantity)d note object was referenced but not found\n" msgid_plural "%(quantity)d note objects were referenced but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2148 ../gramps/plugins/tool/check.py:2154 +#: ../gramps/plugins/tool/check.py:2145 ../gramps/plugins/tool/check.py:2151 #, python-format msgid "%(quantity)d tag object was referenced but not found\n" msgid_plural "%(quantity)d tag objects were referenced but not found\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2160 +#: ../gramps/plugins/tool/check.py:2157 #, python-format msgid "%(quantity)d invalid name format reference was removed\n" msgid_plural "%(quantity)d invalid name format references were removed\n" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/tool/check.py:2166 +#: ../gramps/plugins/tool/check.py:2163 #, python-format msgid "" "%(empty_obj)d empty objects removed:\n" @@ -22500,14 +25157,18 @@ msgid "" " %(note)d note objects\n" msgstr "" -#: ../gramps/plugins/tool/check.py:2212 +#: ../gramps/plugins/tool/check.py:2208 msgid "Integrity Check Results" msgstr "" -#: ../gramps/plugins/tool/check.py:2217 +#: ../gramps/plugins/tool/check.py:2213 msgid "Check and Repair" msgstr "" +#: ../gramps/plugins/tool/desbrowser.glade.h:1 +msgid "Double-click on the row to edit personal information" +msgstr "" + #: ../gramps/plugins/tool/desbrowser.py:56 msgid "manual|Interactive_Descendant_Browser..." msgstr "" @@ -22521,10 +25182,36 @@ msgstr "" msgid "Descendant Browser tool" msgstr "" +#: ../gramps/plugins/tool/eval.glade.h:1 +msgid "Error Window" +msgstr "" + +#: ../gramps/plugins/tool/eval.glade.h:2 +msgid "Evaluation Window" +msgstr "" + +#: ../gramps/plugins/tool/eval.glade.h:3 +msgid "Output Window" +msgstr "" + #: ../gramps/plugins/tool/eval.py:59 msgid "Python evaluation window" msgstr "" +#: ../gramps/plugins/tool/eventcmp.glade.h:1 +msgid "Custom filter _editor" +msgstr "" + +#: ../gramps/plugins/tool/eventcmp.glade.h:2 +msgid "" +"The event comparison utility uses the filters defined in the Custom Filter " +"Editor." +msgstr "" + +#: ../gramps/plugins/tool/eventcmp.glade.h:3 +msgid "_Filter:" +msgstr "" + #: ../gramps/plugins/tool/eventcmp.py:72 msgid "manual|Compare_Individual_Events..." msgstr "" @@ -22563,6 +25250,7 @@ msgstr "" msgid "%(event_name)s Date" msgstr "" +#. This won't be shown in a tree #: ../gramps/plugins/tool/eventcmp.py:258 #, python-format msgid "%(event_name)s Place" @@ -22599,21 +25287,6 @@ msgstr[1] "" msgid "No event description has been added." msgstr "" -#: ../gramps/plugins/tool/extractcity.py:64 -#: ../gramps/plugins/lib/holidays.xml.in.h:13 -msgid "United States of America" -msgstr "" - -#: ../gramps/plugins/tool/extractcity.py:64 -#: ../gramps/plugins/lib/holidays.xml.in.h:2 -msgid "Canada" -msgstr "" - -#: ../gramps/plugins/tool/extractcity.py:64 -#: ../gramps/plugins/lib/holidays.xml.in.h:9 -msgid "France" -msgstr "" - #: ../gramps/plugins/tool/extractcity.py:387 msgid "Place title" msgstr "" @@ -22641,6 +25314,24 @@ msgid "" "the place title. Select the places you wish Gramps to convert." msgstr "" +#: ../gramps/plugins/tool/finddupes.glade.h:1 +#: ../gramps/plugins/tool/mergecitations.glade.h:1 +msgid "Match Threshold" +msgstr "" + +#: ../gramps/plugins/tool/finddupes.glade.h:3 +msgid "Co_mpare" +msgstr "" + +#: ../gramps/plugins/tool/finddupes.glade.h:4 +#: ../gramps/plugins/tool/mergecitations.glade.h:4 +msgid "Please be patient. This may take a while." +msgstr "" + +#: ../gramps/plugins/tool/finddupes.glade.h:5 +msgid "Use soundex codes" +msgstr "" + #: ../gramps/plugins/tool/finddupes.py:63 msgid "Medium" msgstr "" @@ -22656,7 +25347,7 @@ msgstr "" #: ../gramps/plugins/tool/finddupes.py:144 #: ../gramps/plugins/tool/mergecitations.py:162 -#: ../gramps/plugins/tool/verify.py:307 +#: ../gramps/plugins/tool/verify.py:308 msgid "Tool settings" msgstr "" @@ -22708,13 +25399,17 @@ msgstr "" msgid "Merge candidates" msgstr "" +#: ../gramps/plugins/tool/leak.glade.h:1 +msgid "Uncollected Objects" +msgstr "" + #: ../gramps/plugins/tool/leak.py:71 msgid "Uncollected Objects Tool" msgstr "" #: ../gramps/plugins/tool/leak.py:92 -#: ../gramps/plugins/webreport/narrativeweb.py:2733 -#: ../gramps/plugins/webreport/narrativeweb.py:4210 +#: ../gramps/plugins/webreport/narrativeweb.py:2734 +#: ../gramps/plugins/webreport/narrativeweb.py:4211 msgid "Number" msgstr "" @@ -22746,9 +25441,9 @@ msgid "Gramps Media Manager" msgstr "" #: ../gramps/plugins/tool/mediamanager.py:99 -#: ../gramps/plugins/webreport/narrativeweb.py:1758 -#: ../gramps/plugins/webreport/narrativeweb.py:1864 -#: ../gramps/plugins/webreport/narrativeweb.py:4047 +#: ../gramps/plugins/webreport/narrativeweb.py:1759 +#: ../gramps/plugins/webreport/narrativeweb.py:1865 +#: ../gramps/plugins/webreport/narrativeweb.py:4048 msgid "Introduction" msgstr "" @@ -22883,6 +25578,10 @@ msgid "" "in the database." msgstr "" +#: ../gramps/plugins/tool/mergecitations.glade.h:3 +msgid "Don't merge if citation has notes" +msgstr "" + #: ../gramps/plugins/tool/mergecitations.py:78 msgid "Match on Page/Volume, Date and Confidence" msgstr "" @@ -22931,6 +25630,10 @@ msgid_plural "%(num)d citations merged" msgstr[0] "" msgstr[1] "" +#: ../gramps/plugins/tool/notrelated.glade.h:1 +msgid "_Tag" +msgstr "" + #: ../gramps/plugins/tool/notrelated.py:62 msgid "manual|Not_Related..." msgstr "" @@ -22944,16 +25647,19 @@ msgstr "" msgid "NotRelated" msgstr "" +#. start the progress indicator #: ../gramps/plugins/tool/notrelated.py:112 #: ../gramps/plugins/tool/notrelated.py:256 msgid "Starting" msgstr "" +#. feature request 2356: avoid genitive form #: ../gramps/plugins/tool/notrelated.py:172 #, python-format msgid "Everyone in the database is related to %s" msgstr "" +#. TRANS: no singular form needed, as rows is always > 1 #: ../gramps/plugins/tool/notrelated.py:258 #, python-format msgid "Setting tag for %d person" @@ -22982,6 +25688,30 @@ msgid_plural "Looking up the names of %d people" msgstr[0] "" msgstr[1] "" +#: ../gramps/plugins/tool/ownereditor.glade.h:1 +msgid "_City:" +msgstr "" + +#: ../gramps/plugins/tool/ownereditor.glade.h:2 +msgid "_Country:" +msgstr "" + +#: ../gramps/plugins/tool/ownereditor.glade.h:3 +msgid "_Email:" +msgstr "" + +#: ../gramps/plugins/tool/ownereditor.glade.h:6 +msgid "_Phone:" +msgstr "" + +#: ../gramps/plugins/tool/ownereditor.glade.h:8 +msgid "_Street:" +msgstr "" + +#: ../gramps/plugins/tool/ownereditor.glade.h:9 +msgid "_ZIP/Postal Code:" +msgstr "" + #: ../gramps/plugins/tool/ownereditor.py:58 msgid "manual|Edit_Database_Owner_Information..." msgstr "" @@ -22994,6 +25724,26 @@ msgstr "" msgid "Edit database owner information" msgstr "" +#: ../gramps/plugins/tool/patchnames.glade.h:1 +msgid "" +"Below is a list of the nicknames, titles, prefixes and compound surnames " +"that Gramps can extract from the family tree.\n" +"If you accept the changes, Gramps will modify the entries that have been " +"selected.\n" +"\n" +"Compound surnames are shown as lists of [prefix, surname, connector].\n" +"For example, with the defaults, the name \"de Mascarenhas da Silva e " +"Lencastre\" shows as:\n" +" [de, Mascarenhas]-[da, Silva, e]-[,Lencastre]\n" +"\n" +"Run this tool several times to correct names that have multiple information " +"that can be extracted." +msgstr "" + +#: ../gramps/plugins/tool/patchnames.glade.h:9 +msgid "_Accept and close" +msgstr "" + #: ../gramps/plugins/tool/patchnames.py:65 msgid "manual|Extract_Information_from_Names" msgstr "" @@ -23082,6 +25832,10 @@ msgstr "" msgid "All reference maps have been rebuilt." msgstr "" +#: ../gramps/plugins/tool/relcalc.glade.h:1 +msgid "Select a person to determine the relationship" +msgstr "" + #: ../gramps/plugins/tool/relcalc.py:107 #, python-format msgid "Relationship calculator: %(person_name)s" @@ -23115,16 +25869,62 @@ msgstr "" msgid "Their common ancestors are: " msgstr "" -#: ../gramps/plugins/tool/removeunused.py:80 +#: ../gramps/plugins/tool/removeunused.glade.h:1 +#: ../gramps/plugins/tool/verify.glade.h:1 +msgid "Double-click on a row to view/edit data" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:2 +#: ../gramps/plugins/tool/verify.glade.h:6 +msgid "In_vert marks" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:3 +msgid "Search for events" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:4 +msgid "Search for media" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:5 +msgid "Search for notes" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:6 +msgid "Search for places" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:7 +msgid "Search for repositories" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:8 +msgid "Search for sources" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:9 +#: ../gramps/plugins/tool/verify.glade.h:24 +msgid "_Mark all" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.glade.h:10 +#: ../gramps/plugins/tool/verify.glade.h:26 +msgid "_Unmark all" +msgstr "" + +#: ../gramps/plugins/tool/removeunused.py:81 msgid "Unused Objects" msgstr "" -#: ../gramps/plugins/tool/removeunused.py:185 -#: ../gramps/plugins/tool/verify.py:502 +#. Add mark column +#. Add ignore column +#: ../gramps/plugins/tool/removeunused.py:186 +#: ../gramps/plugins/tool/verify.py:503 msgid "Mark" msgstr "" -#: ../gramps/plugins/tool/removeunused.py:285 +#: ../gramps/plugins/tool/removeunused.py:287 msgid "Remove unused objects" msgstr "" @@ -23213,6 +26013,14 @@ msgstr "" msgid "Sort family events of the person" msgstr "" +#: ../gramps/plugins/tool/soundgen.glade.h:1 +msgid "Close Window" +msgstr "" + +#: ../gramps/plugins/tool/soundgen.glade.h:3 +msgid "SoundEx code:" +msgstr "" + #: ../gramps/plugins/tool/soundgen.py:49 msgid "manual|Generate_SoundEx_codes" msgstr "" @@ -23392,168 +26200,245 @@ msgid "" "Volume/Page, Date and Confidence." msgstr "" -#: ../gramps/plugins/tool/verify.py:84 -msgid "manual|Verify_the_Data..." +#: ../gramps/plugins/tool/verify.glade.h:2 +msgid "Families" msgstr "" -#: ../gramps/plugins/tool/verify.py:257 -msgid "Data Verify tool" +#: ../gramps/plugins/tool/verify.glade.h:4 +msgid "Men" msgstr "" -#: ../gramps/plugins/tool/verify.py:450 -msgid "Data Verification Results" +#: ../gramps/plugins/tool/verify.glade.h:5 +msgid "Women" msgstr "" -#: ../gramps/plugins/tool/verify.py:513 -msgid "Warning" +#: ../gramps/plugins/tool/verify.glade.h:7 +msgid "Ma_ximum age to bear a child" msgstr "" -#: ../gramps/plugins/tool/verify.py:599 -msgid "_Show all" +#: ../gramps/plugins/tool/verify.glade.h:8 +msgid "Ma_ximum age to father a child" msgstr "" -#: ../gramps/plugins/tool/verify.py:609 -#: ../gramps/plugins/tool/verify.glade:295 +#: ../gramps/plugins/tool/verify.glade.h:9 +msgid "Ma_ximum age to marry" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:10 +msgid "Maximum _age" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:11 +msgid "Maximum _span of years for all children" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:12 +msgid "Maximum age for an _unmarried person" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:13 +msgid "Maximum husband-wife age _difference" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:14 +msgid "Maximum number of _spouses for a person" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:15 +msgid "Maximum number of chil_dren" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:16 +msgid "Maximum number of consecutive years of _widowhood before next marriage" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:17 +msgid "Maximum number of years _between children" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:18 +msgid "Mi_nimum age to bear a child" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:19 +msgid "Mi_nimum age to father a child" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:20 +msgid "Mi_nimum age to marry" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:21 +msgid "_Estimate missing or inexact dates" +msgstr "" + +#: ../gramps/plugins/tool/verify.glade.h:22 +#: ../gramps/plugins/tool/verify.py:619 msgid "_Hide marked" msgstr "" -#: ../gramps/plugins/tool/verify.py:862 +#: ../gramps/plugins/tool/verify.glade.h:23 +msgid "_Identify invalid dates" +msgstr "" + +#: ../gramps/plugins/tool/verify.py:85 +msgid "manual|Verify_the_Data..." +msgstr "" + +#: ../gramps/plugins/tool/verify.py:258 +msgid "Data Verify tool" +msgstr "" + +#: ../gramps/plugins/tool/verify.py:451 +msgid "Data Verification Results" +msgstr "" + +#. Add column with the warning text +#: ../gramps/plugins/tool/verify.py:514 +msgid "Warning" +msgstr "" + +#: ../gramps/plugins/tool/verify.py:609 +msgid "_Show all" +msgstr "" + +#: ../gramps/plugins/tool/verify.py:871 msgid "Baptism before birth" msgstr "" -#: ../gramps/plugins/tool/verify.py:876 +#: ../gramps/plugins/tool/verify.py:884 msgid "Death before baptism" msgstr "" -#: ../gramps/plugins/tool/verify.py:890 +#: ../gramps/plugins/tool/verify.py:897 msgid "Burial before birth" msgstr "" -#: ../gramps/plugins/tool/verify.py:904 +#: ../gramps/plugins/tool/verify.py:910 msgid "Burial before death" msgstr "" -#: ../gramps/plugins/tool/verify.py:918 +#: ../gramps/plugins/tool/verify.py:923 msgid "Death before birth" msgstr "" -#: ../gramps/plugins/tool/verify.py:932 +#: ../gramps/plugins/tool/verify.py:936 msgid "Burial before baptism" msgstr "" -#: ../gramps/plugins/tool/verify.py:950 +#: ../gramps/plugins/tool/verify.py:954 msgid "Old age at death" msgstr "" -#: ../gramps/plugins/tool/verify.py:971 +#: ../gramps/plugins/tool/verify.py:975 msgid "Multiple parents" msgstr "" -#: ../gramps/plugins/tool/verify.py:988 +#: ../gramps/plugins/tool/verify.py:992 msgid "Married often" msgstr "" -#: ../gramps/plugins/tool/verify.py:1007 +#: ../gramps/plugins/tool/verify.py:1011 msgid "Old and unmarried" msgstr "" -#: ../gramps/plugins/tool/verify.py:1034 +#: ../gramps/plugins/tool/verify.py:1038 msgid "Too many children" msgstr "" -#: ../gramps/plugins/tool/verify.py:1049 +#: ../gramps/plugins/tool/verify.py:1053 msgid "Same sex marriage" msgstr "" -#: ../gramps/plugins/tool/verify.py:1059 +#: ../gramps/plugins/tool/verify.py:1063 msgid "Female husband" msgstr "" -#: ../gramps/plugins/tool/verify.py:1069 +#: ../gramps/plugins/tool/verify.py:1073 msgid "Male wife" msgstr "" -#: ../gramps/plugins/tool/verify.py:1096 +#: ../gramps/plugins/tool/verify.py:1100 msgid "Husband and wife with the same surname" msgstr "" -#: ../gramps/plugins/tool/verify.py:1121 +#: ../gramps/plugins/tool/verify.py:1125 msgid "Large age difference between spouses" msgstr "" -#: ../gramps/plugins/tool/verify.py:1152 +#: ../gramps/plugins/tool/verify.py:1156 msgid "Marriage before birth" msgstr "" -#: ../gramps/plugins/tool/verify.py:1183 +#: ../gramps/plugins/tool/verify.py:1187 msgid "Marriage after death" msgstr "" -#: ../gramps/plugins/tool/verify.py:1217 +#: ../gramps/plugins/tool/verify.py:1221 msgid "Early marriage" msgstr "" -#: ../gramps/plugins/tool/verify.py:1249 +#: ../gramps/plugins/tool/verify.py:1253 msgid "Late marriage" msgstr "" -#: ../gramps/plugins/tool/verify.py:1310 +#: ../gramps/plugins/tool/verify.py:1314 msgid "Old father" msgstr "" -#: ../gramps/plugins/tool/verify.py:1313 +#: ../gramps/plugins/tool/verify.py:1317 msgid "Old mother" msgstr "" -#: ../gramps/plugins/tool/verify.py:1355 +#: ../gramps/plugins/tool/verify.py:1359 msgid "Young father" msgstr "" -#: ../gramps/plugins/tool/verify.py:1358 +#: ../gramps/plugins/tool/verify.py:1362 msgid "Young mother" msgstr "" -#: ../gramps/plugins/tool/verify.py:1397 +#: ../gramps/plugins/tool/verify.py:1401 msgid "Unborn father" msgstr "" -#: ../gramps/plugins/tool/verify.py:1400 +#: ../gramps/plugins/tool/verify.py:1404 msgid "Unborn mother" msgstr "" -#: ../gramps/plugins/tool/verify.py:1445 +#: ../gramps/plugins/tool/verify.py:1449 msgid "Dead father" msgstr "" -#: ../gramps/plugins/tool/verify.py:1448 +#: ../gramps/plugins/tool/verify.py:1452 msgid "Dead mother" msgstr "" -#: ../gramps/plugins/tool/verify.py:1470 +#: ../gramps/plugins/tool/verify.py:1474 msgid "Large year span for all children" msgstr "" -#: ../gramps/plugins/tool/verify.py:1492 +#: ../gramps/plugins/tool/verify.py:1496 msgid "Large age differences between children" msgstr "" -#: ../gramps/plugins/tool/verify.py:1502 +#: ../gramps/plugins/tool/verify.py:1506 msgid "Disconnected individual" msgstr "" -#: ../gramps/plugins/tool/verify.py:1524 +#: ../gramps/plugins/tool/verify.py:1528 msgid "Invalid birth date" msgstr "" -#: ../gramps/plugins/tool/verify.py:1546 +#: ../gramps/plugins/tool/verify.py:1550 msgid "Invalid death date" msgstr "" -#: ../gramps/plugins/tool/verify.py:1562 +#: ../gramps/plugins/tool/verify.py:1566 msgid "Marriage date but not married" msgstr "" -#: ../gramps/plugins/tool/verify.py:1584 +#: ../gramps/plugins/tool/verify.py:1588 msgid "Old age but no death" msgstr "" @@ -23863,6 +26748,7 @@ msgstr "" msgid "Background" msgstr "" +#. colors, stored as hex values #: ../gramps/plugins/view/fanchartdescview.py:307 #: ../gramps/plugins/view/fanchartview.py:304 msgid "Start gradient/Main color" @@ -23877,6 +26763,7 @@ msgstr "" msgid "Color for duplicates" msgstr "" +#. form of the fan #: ../gramps/plugins/view/fanchartdescview.py:314 #: ../gramps/plugins/view/fanchartview.py:309 msgid "Fan chart type" @@ -23897,6 +26784,7 @@ msgstr "" msgid "Quadrant" msgstr "" +#. algo for the fan angle distribution #: ../gramps/plugins/view/fanchartdescview.py:321 msgid "Fan chart distribution" msgstr "" @@ -23909,6 +26797,10 @@ msgstr "" msgid "Size proportional to number of descendants" msgstr "" +#. options we don't show on the dialog +#. #configdialog.add_checkbox(table, +#. # _('Allow radial text'), +#. # ??, 'interface.fanview-radialtext') #: ../gramps/plugins/view/fanchartdescview.py:330 #: ../gramps/plugins/view/fanchartview.py:324 #: ../gramps/plugins/view/pedigreeview.py:2022 @@ -23926,7 +26818,7 @@ msgid "Show children ring" msgstr "" #: ../gramps/plugins/view/geoclose.py:132 -#: ../gramps/plugins/view/geography.gpr.py:139 +#: ../gramps/plugins/view/geography.gpr.py:142 msgid "Have they been able to meet?" msgstr "" @@ -24018,7 +26910,7 @@ msgid "Centering on Place" msgstr "" #: ../gramps/plugins/view/geofamclose.py:130 -#: ../gramps/plugins/view/geography.gpr.py:121 +#: ../gramps/plugins/view/geography.gpr.py:124 msgid "Have these two families been able to meet?" msgstr "" @@ -24108,70 +27000,70 @@ msgstr "" msgid "Family places for %s" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:54 +#: ../gramps/plugins/view/geography.gpr.py:51 #, python-format -msgid "" -"WARNING: osmgpsmap module not loaded. osmgpsmap must be >= 0.8. yours is %s" +msgid "OsmGpsMap module not loaded. OsmGpsMap must be >= 0.8. yours is %s" msgstr "" #: ../gramps/plugins/view/geography.gpr.py:61 msgid "" -"WARNING: osmgpsmap module not loaded. Geography functionality will not be " -"available." +"OsmGpsMap module not loaded. Geography functionality will not be available.\n" +"To build it for Gramps see http://www.gramps-project.org/wiki/index.php?" +"title=GEPS_029:_GTK3-GObject_introspection_Conversion#OsmGpsMap_for_Geography" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:68 +#: ../gramps/plugins/view/geography.gpr.py:71 msgid "All known places for one Person" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:69 +#: ../gramps/plugins/view/geography.gpr.py:72 msgid "A view showing the places visited by one person during his life." msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:85 +#: ../gramps/plugins/view/geography.gpr.py:88 msgid "All known places for one Family" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:86 +#: ../gramps/plugins/view/geography.gpr.py:89 msgid "A view showing the places visited by one family during all their life." msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:102 +#: ../gramps/plugins/view/geography.gpr.py:105 msgid "All displacements for one person and their descendants" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:103 +#: ../gramps/plugins/view/geography.gpr.py:106 msgid "" "A view showing all the places visited by all persons during their life.\n" "This is for one person and their descendant.\n" "You can see the dates corresponding to the period." msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:122 +#: ../gramps/plugins/view/geography.gpr.py:125 msgid "" "A view showing the places visited by all family's members during their life: " "have these two people been able to meet?" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:140 +#: ../gramps/plugins/view/geography.gpr.py:143 msgid "" "A view showing the places visited by two persons during their life: have " "these two people been able to meet?" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:157 +#: ../gramps/plugins/view/geography.gpr.py:160 msgid "All known Places" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:158 +#: ../gramps/plugins/view/geography.gpr.py:161 msgid "A view showing all places of the database." msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:173 +#: ../gramps/plugins/view/geography.gpr.py:176 msgid "All places related to Events" msgstr "" -#: ../gramps/plugins/view/geography.gpr.py:174 +#: ../gramps/plugins/view/geography.gpr.py:177 msgid "A view showing all the event places of the database." msgstr "" @@ -24204,6 +27096,7 @@ msgstr "" msgid "Person places map" msgstr "" +#. For each event, if we have a place, set a marker. #: ../gramps/plugins/view/geoperson.py:302 #, python-format msgid "Person places for %s" @@ -24264,43 +27157,44 @@ msgstr "" msgid "Show all places" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.gpr.py:68 +#: ../gramps/plugins/view/htmlrenderer.gpr.py:70 msgid "Html View" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.gpr.py:69 +#: ../gramps/plugins/view/htmlrenderer.gpr.py:71 msgid "A view showing html pages embedded in Gramps" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.gpr.py:76 +#: ../gramps/plugins/view/htmlrenderer.gpr.py:78 msgid "Web" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.py:333 +#: ../gramps/plugins/view/htmlrenderer.py:330 msgid "HtmlView" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.py:501 +#: ../gramps/plugins/view/htmlrenderer.py:498 msgid "Go to the previous page in the history" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.py:509 +#: ../gramps/plugins/view/htmlrenderer.py:506 msgid "Go to the next page in the history" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.py:514 +#. add the Refresh action to handle the Refresh button +#: ../gramps/plugins/view/htmlrenderer.py:511 msgid "_Refresh" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.py:517 +#: ../gramps/plugins/view/htmlrenderer.py:514 msgid "Stop and reload the page." msgstr "" -#: ../gramps/plugins/view/htmlrenderer.py:561 +#: ../gramps/plugins/view/htmlrenderer.py:558 msgid "Start page for the Html View" msgstr "" -#: ../gramps/plugins/view/htmlrenderer.py:562 +#: ../gramps/plugins/view/htmlrenderer.py:559 msgid "" "Type a webpage address at the top, and hit the execute button to load a " "webpage in this page\n" @@ -24399,11 +27293,12 @@ msgstr "" #: ../gramps/plugins/view/pedigreeview.py:1540 #: ../gramps/plugins/view/pedigreeview.py:1546 -#: ../gramps/plugins/webreport/narrativeweb.py:4080 -#: ../gramps/plugins/webreport/webcal.py:537 +#: ../gramps/plugins/webreport/narrativeweb.py:4081 +#: ../gramps/plugins/webreport/webcal.py:538 msgid "Home" msgstr "" +#. Mouse scroll direction setting. #: ../gramps/plugins/view/pedigreeview.py:1566 msgid "Mouse scroll direction" msgstr "" @@ -24426,6 +27321,7 @@ msgstr "" msgid "Add New Parents..." msgstr "" +#. Go over parents and build their menu #: ../gramps/plugins/view/pedigreeview.py:1820 msgid "Related" msgstr "" @@ -24843,129 +27739,139 @@ msgstr "" msgid "A view displaying citations and sources in a tree format." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:378 +#: ../gramps/plugins/webreport/narrativeweb.py:379 msgid "Gramps ID" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:389 +#: ../gramps/plugins/webreport/narrativeweb.py:390 msgid "Postal Code" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:392 +#: ../gramps/plugins/webreport/narrativeweb.py:393 msgid "State/ Province" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:397 +#: ../gramps/plugins/webreport/narrativeweb.py:398 msgid "Alternate Locations" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:399 +#: ../gramps/plugins/webreport/narrativeweb.py:400 msgid "" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1305 +#: ../gramps/plugins/webreport/narrativeweb.py:1306 msgid "Data Map" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1606 +#: ../gramps/plugins/webreport/narrativeweb.py:1607 #, python-format msgid "" "Generated by Gramps %(version)s on %(date)s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1620 +#: ../gramps/plugins/webreport/narrativeweb.py:1621 #, python-format msgid "
Created for %(name)s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1725 +#. Begin Navigation Menu-- +#. 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:1726 #: ../gramps/plugins/webstuff/webstuff.py:66 msgid "Basic-Blue" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1726 +#. Visually Impaired style sheet with its navigation menus +#: ../gramps/plugins/webreport/narrativeweb.py:1727 #: ../gramps/plugins/webstuff/webstuff.py:98 msgid "Visually Impaired" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1757 -#: ../gramps/plugins/webreport/narrativeweb.py:1907 +#: ../gramps/plugins/webreport/narrativeweb.py:1758 +#: ../gramps/plugins/webreport/narrativeweb.py:1908 msgid "Html|Home" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1760 -#: ../gramps/plugins/webreport/narrativeweb.py:1804 -#: ../gramps/plugins/webreport/narrativeweb.py:1807 -#: ../gramps/plugins/webreport/narrativeweb.py:1866 -#: ../gramps/plugins/webreport/narrativeweb.py:3914 -#: ../gramps/plugins/webreport/narrativeweb.py:3959 +#: ../gramps/plugins/webreport/narrativeweb.py:1761 +#: ../gramps/plugins/webreport/narrativeweb.py:1805 +#: ../gramps/plugins/webreport/narrativeweb.py:1808 +#: ../gramps/plugins/webreport/narrativeweb.py:1867 +#: ../gramps/plugins/webreport/narrativeweb.py:3915 +#: ../gramps/plugins/webreport/narrativeweb.py:3960 msgid "Surnames" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1767 -#: ../gramps/plugins/webreport/narrativeweb.py:1883 -#: ../gramps/plugins/webreport/narrativeweb.py:4803 +#: ../gramps/plugins/webreport/narrativeweb.py:1768 +#: ../gramps/plugins/webreport/narrativeweb.py:1884 +#: ../gramps/plugins/webreport/narrativeweb.py:4804 msgid "Thumbnails" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1768 -#: ../gramps/plugins/webreport/narrativeweb.py:1889 -#: ../gramps/plugins/webreport/narrativeweb.py:4977 -#: ../gramps/plugins/webreport/narrativeweb.py:8201 +#: ../gramps/plugins/webreport/narrativeweb.py:1769 +#: ../gramps/plugins/webreport/narrativeweb.py:1890 +#: ../gramps/plugins/webreport/narrativeweb.py:4978 +#: ../gramps/plugins/webreport/narrativeweb.py:8202 msgid "Download" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1769 -#: ../gramps/plugins/webreport/narrativeweb.py:1827 -#: ../gramps/plugins/webreport/narrativeweb.py:1890 -#: ../gramps/plugins/webreport/narrativeweb.py:6690 -#: ../gramps/plugins/webreport/narrativeweb.py:6784 +#. Add xml, doctype, meta and stylesheets +#: ../gramps/plugins/webreport/narrativeweb.py:1770 +#: ../gramps/plugins/webreport/narrativeweb.py:1828 +#: ../gramps/plugins/webreport/narrativeweb.py:1891 +#: ../gramps/plugins/webreport/narrativeweb.py:6691 +#: ../gramps/plugins/webreport/narrativeweb.py:6785 msgid "Address Book" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1770 -#: ../gramps/plugins/webreport/narrativeweb.py:1896 -#: ../gramps/plugins/webreport/narrativeweb.py:1926 -#: ../gramps/plugins/webreport/narrativeweb.py:5077 +#. add contact column +#: ../gramps/plugins/webreport/narrativeweb.py:1771 +#: ../gramps/plugins/webreport/narrativeweb.py:1897 +#: ../gramps/plugins/webreport/narrativeweb.py:1927 +#: ../gramps/plugins/webreport/narrativeweb.py:5078 msgid "Contact" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:1911 +#. add personal column +#: ../gramps/plugins/webreport/narrativeweb.py:1912 msgid "Personal" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2233 +#. add section title +#: ../gramps/plugins/webreport/narrativeweb.py:2234 msgid "Narrative" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2248 -#: ../gramps/plugins/webreport/narrativeweb.py:6721 +#: ../gramps/plugins/webreport/narrativeweb.py:2249 +#: ../gramps/plugins/webreport/narrativeweb.py:6722 msgid "Web Links" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2295 +#: ../gramps/plugins/webreport/narrativeweb.py:2296 msgid " [Click to Go]" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2318 +#: ../gramps/plugins/webreport/narrativeweb.py:2319 msgid "Latter-Day Saints/ LDS Ordinance" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2345 +#: ../gramps/plugins/webreport/narrativeweb.py:2346 msgid "Source References" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2448 -#: ../gramps/plugins/webreport/narrativeweb.py:5560 -#: ../gramps/plugins/webreport/narrativeweb.py:5799 +#: ../gramps/plugins/webreport/narrativeweb.py:2449 +#: ../gramps/plugins/webreport/narrativeweb.py:5561 +#: ../gramps/plugins/webreport/narrativeweb.py:5800 msgid "Family Map" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2662 +#: ../gramps/plugins/webreport/narrativeweb.py:2663 msgid "Telephone" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2888 +#. feature request 2356: avoid genitive form +#: ../gramps/plugins/webreport/narrativeweb.py:2889 #, python-format msgid "" "This page contains an index of all the individuals in the database with the " @@ -24973,133 +27879,139 @@ msgid "" "person’s individual page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:2903 -#: ../gramps/plugins/webreport/narrativeweb.py:5223 +#. Name Column +#: ../gramps/plugins/webreport/narrativeweb.py:2904 +#: ../gramps/plugins/webreport/narrativeweb.py:5224 msgid "Given Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3047 -#: ../gramps/plugins/webreport/narrativeweb.py:3324 -#: ../gramps/plugins/webreport/narrativeweb.py:3608 -#: ../gramps/plugins/webreport/narrativeweb.py:4153 -#: ../gramps/plugins/webreport/narrativeweb.py:4368 -#: ../gramps/plugins/webreport/narrativeweb.py:5167 -#: ../gramps/plugins/webreport/narrativeweb.py:6530 -#: ../gramps/plugins/webreport/narrativeweb.py:7147 -#: ../gramps/plugins/webreport/narrativeweb.py:7154 -#: ../gramps/plugins/webreport/narrativeweb.py:7571 -#: ../gramps/plugins/webreport/narrativeweb.py:7616 -#: ../gramps/plugins/webreport/narrativeweb.py:7634 -#: ../gramps/plugins/webreport/narrativeweb.py:7676 +#. set progress bar pass for Repositories +#: ../gramps/plugins/webreport/narrativeweb.py:3048 +#: ../gramps/plugins/webreport/narrativeweb.py:3325 +#: ../gramps/plugins/webreport/narrativeweb.py:3609 +#: ../gramps/plugins/webreport/narrativeweb.py:4154 +#: ../gramps/plugins/webreport/narrativeweb.py:4369 +#: ../gramps/plugins/webreport/narrativeweb.py:5168 +#: ../gramps/plugins/webreport/narrativeweb.py:6531 +#: ../gramps/plugins/webreport/narrativeweb.py:7148 +#: ../gramps/plugins/webreport/narrativeweb.py:7155 +#: ../gramps/plugins/webreport/narrativeweb.py:7572 +#: ../gramps/plugins/webreport/narrativeweb.py:7617 +#: ../gramps/plugins/webreport/narrativeweb.py:7635 +#: ../gramps/plugins/webreport/narrativeweb.py:7677 msgid "Narrated Web Site Report" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3048 +#: ../gramps/plugins/webreport/narrativeweb.py:3049 msgid "Creating family pages..." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3070 +#. Families list page message +#: ../gramps/plugins/webreport/narrativeweb.py:3071 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 " "name will take you to their family/ relationship’s page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3111 -#: ../gramps/plugins/webreport/narrativeweb.py:3374 -#: ../gramps/plugins/webreport/narrativeweb.py:3661 -#: ../gramps/plugins/webreport/narrativeweb.py:3953 +#: ../gramps/plugins/webreport/narrativeweb.py:3112 +#: ../gramps/plugins/webreport/narrativeweb.py:3375 +#: ../gramps/plugins/webreport/narrativeweb.py:3662 +#: ../gramps/plugins/webreport/narrativeweb.py:3954 msgid "Letter" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3150 +#: ../gramps/plugins/webreport/narrativeweb.py:3151 msgid "Families beginning with letter " msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3325 +#: ../gramps/plugins/webreport/narrativeweb.py:3326 msgid "Creating place pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3349 +#. place list page message +#: ../gramps/plugins/webreport/narrativeweb.py:3350 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 " "place’s page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3375 +#: ../gramps/plugins/webreport/narrativeweb.py:3376 msgid "Place Name | Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3414 +#: ../gramps/plugins/webreport/narrativeweb.py:3415 #, python-format msgid "Places beginning with letter %s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3526 +#. section title +#: ../gramps/plugins/webreport/narrativeweb.py:3527 msgid "Place Map" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3609 +#: ../gramps/plugins/webreport/narrativeweb.py:3610 msgid "Creating event pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3636 +#: ../gramps/plugins/webreport/narrativeweb.py:3637 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 " "ID will open a page for that event." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3718 +#: ../gramps/plugins/webreport/narrativeweb.py:3719 #, python-format msgid "Event types beginning with letter %s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3917 +#: ../gramps/plugins/webreport/narrativeweb.py:3918 msgid "Surnames by person count" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3924 +#. page message +#: ../gramps/plugins/webreport/narrativeweb.py:3925 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 " "surname." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:3966 +#: ../gramps/plugins/webreport/narrativeweb.py:3967 msgid "Number of People" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4011 +#: ../gramps/plugins/webreport/narrativeweb.py:4012 #, python-format msgid "Surnames beginning with letter %s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4154 +#: ../gramps/plugins/webreport/narrativeweb.py:4155 msgid "Creating source pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4195 +#: ../gramps/plugins/webreport/narrativeweb.py:4196 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 " "source’s page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4211 +#: ../gramps/plugins/webreport/narrativeweb.py:4212 msgid "Source Name|Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4294 +#: ../gramps/plugins/webreport/narrativeweb.py:4295 msgid "Publication information" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4369 +#: ../gramps/plugins/webreport/narrativeweb.py:4370 msgid "Creating media pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4407 +#: ../gramps/plugins/webreport/narrativeweb.py:4408 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 " @@ -25107,42 +28019,43 @@ msgid "" "on the image to see the full sized version. " msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4429 +#: ../gramps/plugins/webreport/narrativeweb.py:4430 msgid "Media | Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4431 +#: ../gramps/plugins/webreport/narrativeweb.py:4432 msgid "Mime Type" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4540 +#: ../gramps/plugins/webreport/narrativeweb.py:4541 msgid "Previous" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4541 +#: ../gramps/plugins/webreport/narrativeweb.py:4542 #, python-format msgid "" "%(page_number)d of %(total_pages)d" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4546 +#: ../gramps/plugins/webreport/narrativeweb.py:4547 msgid "Next" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4549 +#. missing media error message +#: ../gramps/plugins/webreport/narrativeweb.py:4550 msgid "The file has been moved or deleted." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4688 +#: ../gramps/plugins/webreport/narrativeweb.py:4689 msgid "File Type" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4771 +#: ../gramps/plugins/webreport/narrativeweb.py:4772 msgid "Missing media object:" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4808 +#: ../gramps/plugins/webreport/narrativeweb.py:4809 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 " @@ -25150,11 +28063,11 @@ msgid "" "image’s page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4824 +#: ../gramps/plugins/webreport/narrativeweb.py:4825 msgid "Thumbnail Preview" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:4983 +#: ../gramps/plugins/webreport/narrativeweb.py:4984 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 " @@ -25163,36 +28076,39 @@ msgid "" "web pages." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5004 +#: ../gramps/plugins/webreport/narrativeweb.py:5005 msgid "File Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5006 +#: ../gramps/plugins/webreport/narrativeweb.py:5007 msgid "Last Modified" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5168 +#: ../gramps/plugins/webreport/narrativeweb.py:5169 msgid "Creating individual pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5201 +#. Individual List page message +#: ../gramps/plugins/webreport/narrativeweb.py:5202 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 " "person’s individual page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5268 +#: ../gramps/plugins/webreport/narrativeweb.py:5269 #, python-format msgid "Surnames %(surname)s beginning with letter %(letter)s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5681 +#. add page title +#: ../gramps/plugins/webreport/narrativeweb.py:5682 #, python-format msgid "Tracking %s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5685 +#. page description +#: ../gramps/plugins/webreport/narrativeweb.py:5686 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 " @@ -25201,70 +28117,75 @@ msgid "" "you to that place’s page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5737 +#: ../gramps/plugins/webreport/narrativeweb.py:5738 msgid "Drop Markers" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5757 +#: ../gramps/plugins/webreport/narrativeweb.py:5758 msgid "Place Title" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5919 +#: ../gramps/plugins/webreport/narrativeweb.py:5920 msgid "Ancestors" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:5975 +#: ../gramps/plugins/webreport/narrativeweb.py:5976 msgid "Associations" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6165 +#: ../gramps/plugins/webreport/narrativeweb.py:6166 msgid "Call Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6181 +#: ../gramps/plugins/webreport/narrativeweb.py:6182 msgid "Nick Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6219 +#: ../gramps/plugins/webreport/narrativeweb.py:6220 msgid "Age at Death" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6310 +#. Stepfather may not always be quite right (for example, it may +#. 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:6311 msgid "Stepfather" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6320 +#: ../gramps/plugins/webreport/narrativeweb.py:6321 msgid "Stepmother" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6344 +#: ../gramps/plugins/webreport/narrativeweb.py:6345 msgid "Not siblings" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6405 +#: ../gramps/plugins/webreport/narrativeweb.py:6406 msgid "Relation to main person" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6407 +#: ../gramps/plugins/webreport/narrativeweb.py:6408 msgid "Relation within this family (if not by birth)" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6531 +#: ../gramps/plugins/webreport/narrativeweb.py:6532 msgid "Creating repository pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6564 +#: ../gramps/plugins/webreport/narrativeweb.py:6565 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 " "that repositories’s page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6579 +#: ../gramps/plugins/webreport/narrativeweb.py:6580 msgid "Repository |Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6697 +#. Address Book Page message +#: ../gramps/plugins/webreport/narrativeweb.py:6698 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 " @@ -25272,864 +28193,846 @@ msgid "" "Address Book page." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6718 +#: ../gramps/plugins/webreport/narrativeweb.py:6719 msgid "Full Name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6951 +#: ../gramps/plugins/webreport/narrativeweb.py:6952 #, python-format msgid "Neither %(current)s nor %(parent)s are directories" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6959 -#: ../gramps/plugins/webreport/narrativeweb.py:6964 -#: ../gramps/plugins/webreport/narrativeweb.py:6977 -#: ../gramps/plugins/webreport/narrativeweb.py:6982 +#: ../gramps/plugins/webreport/narrativeweb.py:6960 +#: ../gramps/plugins/webreport/narrativeweb.py:6965 +#: ../gramps/plugins/webreport/narrativeweb.py:6978 +#: ../gramps/plugins/webreport/narrativeweb.py:6983 #, python-format msgid "Could not create the directory: %s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6988 +#: ../gramps/plugins/webreport/narrativeweb.py:6989 msgid "Invalid file name" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:6989 +#: ../gramps/plugins/webreport/narrativeweb.py:6990 msgid "The archive file must be a file, not a directory" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7111 +#: ../gramps/plugins/webreport/narrativeweb.py:7112 #, python-format msgid "ID=%(grampsid)s, path=%(dir)s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7116 +#: ../gramps/plugins/webreport/narrativeweb.py:7117 msgid "Missing media objects:" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7148 +#: ../gramps/plugins/webreport/narrativeweb.py:7149 msgid "Applying Person Filter..." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7155 +#: ../gramps/plugins/webreport/narrativeweb.py:7156 msgid "Constructing list of other objects..." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7363 +#: ../gramps/plugins/webreport/narrativeweb.py:7364 #, python-format msgid "Family of %s and %s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7367 -#: ../gramps/plugins/webreport/narrativeweb.py:7371 +#. Only the name of the husband is known +#. Only the name of the wife is known +#: ../gramps/plugins/webreport/narrativeweb.py:7368 +#: ../gramps/plugins/webreport/narrativeweb.py:7372 #, python-format msgid "Family of %s" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7572 +#: ../gramps/plugins/webreport/narrativeweb.py:7573 msgid "Creating GENDEX file" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7617 +#: ../gramps/plugins/webreport/narrativeweb.py:7618 msgid "Creating surname pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7635 +#: ../gramps/plugins/webreport/narrativeweb.py:7636 msgid "Creating thumbnail preview page..." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7677 +#: ../gramps/plugins/webreport/narrativeweb.py:7678 msgid "Creating address book pages ..." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7978 +#: ../gramps/plugins/webreport/narrativeweb.py:7979 msgid "Store web pages in .tar.gz archive" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7980 +#: ../gramps/plugins/webreport/narrativeweb.py:7981 msgid "Whether to store the web pages in an archive file" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7987 -#: ../gramps/plugins/webreport/webcal.py:1324 +#: ../gramps/plugins/webreport/narrativeweb.py:7988 +#: ../gramps/plugins/webreport/webcal.py:1325 msgid "Destination" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7990 -#: ../gramps/plugins/webreport/webcal.py:1327 +#: ../gramps/plugins/webreport/narrativeweb.py:7991 +#: ../gramps/plugins/webreport/webcal.py:1328 msgid "The destination directory for the web files" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7996 +#: ../gramps/plugins/webreport/narrativeweb.py:7997 msgid "Web site title" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7996 +#: ../gramps/plugins/webreport/narrativeweb.py:7997 msgid "My Family Tree" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:7997 +#: ../gramps/plugins/webreport/narrativeweb.py:7998 msgid "The title of the web site" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8002 +#: ../gramps/plugins/webreport/narrativeweb.py:8003 msgid "Select filter to restrict people that appear on web site" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8029 -#: ../gramps/plugins/webreport/webcal.py:1364 +#: ../gramps/plugins/webreport/narrativeweb.py:8030 +#: ../gramps/plugins/webreport/webcal.py:1365 msgid "File extension" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8032 -#: ../gramps/plugins/webreport/webcal.py:1367 +#: ../gramps/plugins/webreport/narrativeweb.py:8033 +#: ../gramps/plugins/webreport/webcal.py:1368 msgid "The extension to be used for the web files" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8035 -#: ../gramps/plugins/webreport/webcal.py:1370 +#: ../gramps/plugins/webreport/narrativeweb.py:8036 +#: ../gramps/plugins/webreport/webcal.py:1371 msgid "Copyright" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8038 -#: ../gramps/plugins/webreport/webcal.py:1373 +#: ../gramps/plugins/webreport/narrativeweb.py:8039 +#: ../gramps/plugins/webreport/webcal.py:1374 msgid "The copyright to be used for the web files" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8041 -#: ../gramps/plugins/webreport/webcal.py:1379 +#: ../gramps/plugins/webreport/narrativeweb.py:8042 +#: ../gramps/plugins/webreport/webcal.py:1380 msgid "StyleSheet" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8046 -#: ../gramps/plugins/webreport/webcal.py:1382 +#: ../gramps/plugins/webreport/narrativeweb.py:8047 +#: ../gramps/plugins/webreport/webcal.py:1383 msgid "The stylesheet to be used for the web pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8051 +#: ../gramps/plugins/webreport/narrativeweb.py:8052 msgid "Horizontal -- Default" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8052 +#: ../gramps/plugins/webreport/narrativeweb.py:8053 msgid "Vertical -- Left Side" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8053 +#: ../gramps/plugins/webreport/narrativeweb.py:8054 msgid "Fade -- WebKit Browsers Only" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8054 -#: ../gramps/plugins/webreport/narrativeweb.py:8066 +#: ../gramps/plugins/webreport/narrativeweb.py:8055 +#: ../gramps/plugins/webreport/narrativeweb.py:8067 msgid "Drop-Down -- WebKit Browsers Only" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8056 +#: ../gramps/plugins/webreport/narrativeweb.py:8057 msgid "Navigation Menu Layout" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8059 +#: ../gramps/plugins/webreport/narrativeweb.py:8060 msgid "Choose which layout for the Navigation Menus." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8065 +#: ../gramps/plugins/webreport/narrativeweb.py:8066 msgid "Normal Outline Style" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8068 +#: ../gramps/plugins/webreport/narrativeweb.py:8069 msgid "Citation Referents Layout" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8071 +#: ../gramps/plugins/webreport/narrativeweb.py:8072 msgid "" "Determine the default layout for the Source Page's Citation Referents section" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8075 +#: ../gramps/plugins/webreport/narrativeweb.py:8076 msgid "Include ancestor's tree" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8076 +#: ../gramps/plugins/webreport/narrativeweb.py:8077 msgid "Whether to include an ancestor graph on each individual page" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8080 +#: ../gramps/plugins/webreport/narrativeweb.py:8081 msgid "Graph generations" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8081 +#: ../gramps/plugins/webreport/narrativeweb.py:8082 msgid "The number of generations to include in the ancestor graph" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8091 +#: ../gramps/plugins/webreport/narrativeweb.py:8092 msgid "Page Generation" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8094 +#: ../gramps/plugins/webreport/narrativeweb.py:8095 msgid "Home page note" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8095 +#: ../gramps/plugins/webreport/narrativeweb.py:8096 msgid "A note to be used on the home page" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8098 +#: ../gramps/plugins/webreport/narrativeweb.py:8099 msgid "Home page image" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8099 +#: ../gramps/plugins/webreport/narrativeweb.py:8100 msgid "An image to be used on the home page" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8102 +#: ../gramps/plugins/webreport/narrativeweb.py:8103 msgid "Introduction note" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8103 +#: ../gramps/plugins/webreport/narrativeweb.py:8104 msgid "A note to be used as the introduction" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8106 +#: ../gramps/plugins/webreport/narrativeweb.py:8107 msgid "Introduction image" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8107 +#: ../gramps/plugins/webreport/narrativeweb.py:8108 msgid "An image to be used as the introduction" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8110 +#: ../gramps/plugins/webreport/narrativeweb.py:8111 msgid "Publisher contact note" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8111 +#: ../gramps/plugins/webreport/narrativeweb.py:8112 msgid "" "A note to be used as the publisher contact.\n" "If no publisher information is given,\n" "no contact page will be created" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8117 +#: ../gramps/plugins/webreport/narrativeweb.py:8118 msgid "Publisher contact image" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8118 +#: ../gramps/plugins/webreport/narrativeweb.py:8119 msgid "" "An image to be used as the publisher contact.\n" "If no publisher information is given,\n" "no contact page will be created" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8124 +#: ../gramps/plugins/webreport/narrativeweb.py:8125 msgid "HTML user header" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8125 +#: ../gramps/plugins/webreport/narrativeweb.py:8126 msgid "A note to be used as the page header" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8128 +#: ../gramps/plugins/webreport/narrativeweb.py:8129 msgid "HTML user footer" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8129 +#: ../gramps/plugins/webreport/narrativeweb.py:8130 msgid "A note to be used as the page footer" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8132 +#: ../gramps/plugins/webreport/narrativeweb.py:8133 msgid "Include images and media objects" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8133 +#: ../gramps/plugins/webreport/narrativeweb.py:8134 msgid "Whether to include a gallery of media objects" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8137 +#: ../gramps/plugins/webreport/narrativeweb.py:8138 msgid "Create and only use thumbnail- sized images" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8138 +#: ../gramps/plugins/webreport/narrativeweb.py:8139 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 " "total upload size to your web hosting site." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8144 +#: ../gramps/plugins/webreport/narrativeweb.py:8145 msgid "Max width of initial image" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8146 +#: ../gramps/plugins/webreport/narrativeweb.py:8147 msgid "" "This allows you to set the maximum width of the image shown on the media " "page. Set to 0 for no limit." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8150 +#: ../gramps/plugins/webreport/narrativeweb.py:8151 msgid "Max height of initial image" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8152 +#: ../gramps/plugins/webreport/narrativeweb.py:8153 msgid "" "This allows you to set the maximum height of the image shown on the media " "page. Set to 0 for no limit." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8158 +#: ../gramps/plugins/webreport/narrativeweb.py:8159 msgid "Suppress Gramps ID" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8159 +#: ../gramps/plugins/webreport/narrativeweb.py:8160 msgid "Whether to include the Gramps ID of objects" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8166 -#: ../gramps/gui/glade/editaddress.glade:345 -#: ../gramps/gui/glade/editattribute.glade:157 -#: ../gramps/gui/glade/editchildref.glade:193 -#: ../gramps/gui/glade/editcitation.glade:346 -#: ../gramps/gui/glade/editcitation.glade:636 -#: ../gramps/gui/glade/editevent.glade:210 -#: ../gramps/gui/glade/editeventref.glade:144 -#: ../gramps/gui/glade/editeventref.glade:444 -#: ../gramps/gui/glade/editfamily.glade:550 -#: ../gramps/gui/glade/editldsord.glade:397 -#: ../gramps/gui/glade/editmedia.glade:361 -#: ../gramps/gui/glade/editmediaref.glade:380 -#: ../gramps/gui/glade/editmediaref.glade:753 -#: ../gramps/gui/glade/editname.glade:164 -#: ../gramps/gui/glade/editnote.glade:252 -#: ../gramps/gui/glade/editperson.glade:460 -#: ../gramps/gui/glade/editpersonref.glade:162 -#: ../gramps/gui/glade/editplace.glade:208 -#: ../gramps/gui/glade/editreporef.glade:194 -#: ../gramps/gui/glade/editreporef.glade:407 -#: ../gramps/gui/glade/editrepository.glade:217 -#: ../gramps/gui/glade/editsource.glade:273 -#: ../gramps/gui/glade/editsourceref.glade:241 -#: ../gramps/gui/glade/editsourceref.glade:547 -#: ../gramps/gui/glade/editurl.glade:162 -msgid "Privacy" -msgstr "" - -#: ../gramps/plugins/webreport/narrativeweb.py:8169 +#: ../gramps/plugins/webreport/narrativeweb.py:8170 msgid "Include records marked private" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8170 +#: ../gramps/plugins/webreport/narrativeweb.py:8171 msgid "Whether to include private objects" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8173 +#: ../gramps/plugins/webreport/narrativeweb.py:8174 msgid "Living People" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8178 +#: ../gramps/plugins/webreport/narrativeweb.py:8179 msgid "Include Last Name Only" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8180 +#: ../gramps/plugins/webreport/narrativeweb.py:8181 msgid "Include Full Name Only" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8183 +#: ../gramps/plugins/webreport/narrativeweb.py:8184 msgid "How to handle living people" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8187 +#: ../gramps/plugins/webreport/narrativeweb.py:8188 msgid "Years from death to consider living" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8189 +#: ../gramps/plugins/webreport/narrativeweb.py:8190 msgid "" "This allows you to restrict information on people who have not been dead for " "very long" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8204 +#: ../gramps/plugins/webreport/narrativeweb.py:8205 msgid "Include download page" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8205 +#: ../gramps/plugins/webreport/narrativeweb.py:8206 msgid "Whether to include a database download option" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8209 -#: ../gramps/plugins/webreport/narrativeweb.py:8218 +#: ../gramps/plugins/webreport/narrativeweb.py:8210 +#: ../gramps/plugins/webreport/narrativeweb.py:8219 msgid "Download Filename" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8211 -#: ../gramps/plugins/webreport/narrativeweb.py:8220 +#: ../gramps/plugins/webreport/narrativeweb.py:8212 +#: ../gramps/plugins/webreport/narrativeweb.py:8221 msgid "File to be used for downloading of database" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8214 -#: ../gramps/plugins/webreport/narrativeweb.py:8223 -msgid "Description for download" -msgstr "" - -#: ../gramps/plugins/webreport/narrativeweb.py:8214 -msgid "Smith Family Tree" -msgstr "" - #: ../gramps/plugins/webreport/narrativeweb.py:8215 #: ../gramps/plugins/webreport/narrativeweb.py:8224 +msgid "Description for download" +msgstr "" + +#: ../gramps/plugins/webreport/narrativeweb.py:8215 +msgid "Smith Family Tree" +msgstr "" + +#: ../gramps/plugins/webreport/narrativeweb.py:8216 +#: ../gramps/plugins/webreport/narrativeweb.py:8225 msgid "Give a description for this file." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8223 +#: ../gramps/plugins/webreport/narrativeweb.py:8224 msgid "Johnson Family Tree" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8233 -#: ../gramps/plugins/webreport/webcal.py:1524 +#: ../gramps/plugins/webreport/narrativeweb.py:8234 +#: ../gramps/plugins/webreport/webcal.py:1525 msgid "Advanced Options" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8236 -#: ../gramps/plugins/webreport/webcal.py:1526 +#: ../gramps/plugins/webreport/narrativeweb.py:8237 +#: ../gramps/plugins/webreport/webcal.py:1527 msgid "Character set encoding" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8239 -#: ../gramps/plugins/webreport/webcal.py:1529 +#: ../gramps/plugins/webreport/narrativeweb.py:8240 +#: ../gramps/plugins/webreport/webcal.py:1530 msgid "The encoding to be used for the web files" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8242 +#: ../gramps/plugins/webreport/narrativeweb.py:8243 msgid "Include link to active person on every page" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8243 +#: ../gramps/plugins/webreport/narrativeweb.py:8244 msgid "Include a link to the active person (if they have a webpage)" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8246 +#: ../gramps/plugins/webreport/narrativeweb.py:8247 msgid "Include a column for birth dates on the index pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8247 +#: ../gramps/plugins/webreport/narrativeweb.py:8248 msgid "Whether to include a birth column" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8250 +#: ../gramps/plugins/webreport/narrativeweb.py:8251 msgid "Include a column for death dates on the index pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8251 +#: ../gramps/plugins/webreport/narrativeweb.py:8252 msgid "Whether to include a death column" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8254 +#: ../gramps/plugins/webreport/narrativeweb.py:8255 msgid "Include a column for partners on the index pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8256 +#: ../gramps/plugins/webreport/narrativeweb.py:8257 msgid "Whether to include a partners column" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8259 +#: ../gramps/plugins/webreport/narrativeweb.py:8260 msgid "Include a column for parents on the index pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8261 +#: ../gramps/plugins/webreport/narrativeweb.py:8262 msgid "Whether to include a parents column" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8264 +#: ../gramps/plugins/webreport/narrativeweb.py:8265 msgid "Include half and/ or step-siblings on the individual pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8266 +#: ../gramps/plugins/webreport/narrativeweb.py:8267 msgid "" "Whether to include half and/ or step-siblings with the parents and siblings" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8270 +#: ../gramps/plugins/webreport/narrativeweb.py:8271 msgid "Sort all children in birth order" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8271 +#: ../gramps/plugins/webreport/narrativeweb.py:8272 msgid "Whether to display children in birth order or in entry order?" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8274 +#: ../gramps/plugins/webreport/narrativeweb.py:8275 msgid "Include family pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8275 +#: ../gramps/plugins/webreport/narrativeweb.py:8276 msgid "Whether or not to include family pages." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8278 +#: ../gramps/plugins/webreport/narrativeweb.py:8279 msgid "Include event pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8279 +#: ../gramps/plugins/webreport/narrativeweb.py:8280 msgid "Add a complete events list and relevant pages or not" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8282 +#: ../gramps/plugins/webreport/narrativeweb.py:8283 msgid "Include repository pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8283 +#: ../gramps/plugins/webreport/narrativeweb.py:8284 msgid "Whether or not to include the Repository Pages." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8286 +#: ../gramps/plugins/webreport/narrativeweb.py:8287 msgid "Include GENDEX file (/gendex.txt)" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8287 +#: ../gramps/plugins/webreport/narrativeweb.py:8288 msgid "Whether to include a GENDEX file or not" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8290 +#: ../gramps/plugins/webreport/narrativeweb.py:8291 msgid "Include address book pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8291 +#: ../gramps/plugins/webreport/narrativeweb.py:8292 msgid "" "Whether or not to add Address Book pages,which can include e-mail and " "website addresses and personal address/ residence events." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8301 +#: ../gramps/plugins/webreport/narrativeweb.py:8302 msgid "Place Map Options" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8305 +#: ../gramps/plugins/webreport/narrativeweb.py:8306 msgid "Google" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8307 +#: ../gramps/plugins/webreport/narrativeweb.py:8308 msgid "Map Service" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8310 +#: ../gramps/plugins/webreport/narrativeweb.py:8311 msgid "Choose your choice of map service for creating the Place Map Pages." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8315 +#: ../gramps/plugins/webreport/narrativeweb.py:8316 msgid "Include Place map on Place Pages" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8316 +#: ../gramps/plugins/webreport/narrativeweb.py:8317 msgid "" "Whether to include a place map on the Place Pages, where Latitude/ Longitude " "are available." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8321 +#: ../gramps/plugins/webreport/narrativeweb.py:8322 msgid "Include Family Map Pages with all places shown on the map" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8323 +#: ../gramps/plugins/webreport/narrativeweb.py:8324 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." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8331 +#: ../gramps/plugins/webreport/narrativeweb.py:8332 msgid "Family Links" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8332 +#: ../gramps/plugins/webreport/narrativeweb.py:8333 msgid "Drop" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8333 +#: ../gramps/plugins/webreport/narrativeweb.py:8334 msgid "Markers" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8334 +#: ../gramps/plugins/webreport/narrativeweb.py:8335 msgid "Google/ FamilyMap Option" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8337 +#: ../gramps/plugins/webreport/narrativeweb.py:8338 msgid "" "Select which option that you would like to have for the Google Maps Family " "Map pages..." msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:8797 +#. adding title to hyperlink menu for screen readers and braille writers +#: ../gramps/plugins/webreport/narrativeweb.py:8798 #, python-format msgid "Alphabet Menu: %s" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:298 -#: ../gramps/plugins/webreport/webcal.py:841 -#: ../gramps/plugins/webreport/webcal.py:904 -#: ../gramps/plugins/webreport/webcal.py:1085 -#: ../gramps/plugins/webreport/webcal.py:1091 +#. _('translation') +#. 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:299 +#: ../gramps/plugins/webreport/webcal.py:842 +#: ../gramps/plugins/webreport/webcal.py:905 +#: ../gramps/plugins/webreport/webcal.py:1086 +#: ../gramps/plugins/webreport/webcal.py:1092 msgid "Web Calendar Report" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:299 +#: ../gramps/plugins/webreport/webcal.py:300 #, python-format msgid "Calculating Holidays for year %04d" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:465 +#: ../gramps/plugins/webreport/webcal.py:466 #, python-format msgid "Created for %(author)s" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:469 +#: ../gramps/plugins/webreport/webcal.py:470 #, python-format msgid "Created for %(author)s" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:542 +#. Add a link for year_glance() if requested +#: ../gramps/plugins/webreport/webcal.py:543 msgid "Year Glance" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:576 +#: ../gramps/plugins/webreport/webcal.py:577 msgid "NarrativeWeb Home" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:578 +#: ../gramps/plugins/webreport/webcal.py:579 msgid "Full year at a Glance" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:842 +#: ../gramps/plugins/webreport/webcal.py:843 msgid "Formatting months ..." msgstr "" -#: ../gramps/plugins/webreport/webcal.py:905 +#: ../gramps/plugins/webreport/webcal.py:906 msgid "Creating Year At A Glance calendar" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:910 +#. page title +#: ../gramps/plugins/webreport/webcal.py:911 #, python-format msgid "%(year)d, At A Glance" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:924 +#: ../gramps/plugins/webreport/webcal.py:925 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 " "shows all the events for that date, if there are any.\n" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:976 +#. page title +#: ../gramps/plugins/webreport/webcal.py:977 msgid "One Day Within A Year" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1187 +#: ../gramps/plugins/webreport/webcal.py:1188 #, python-format msgid "%(spouse)s and %(person)s" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1205 +#. Display date as user set in preferences +#: ../gramps/plugins/webreport/webcal.py:1206 #, python-format msgid "" "Generated by Gramps on %(date)s" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1331 +#: ../gramps/plugins/webreport/webcal.py:1332 msgid "Calendar Title" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1331 +#: ../gramps/plugins/webreport/webcal.py:1332 msgid "My Family Calendar" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1332 +#: ../gramps/plugins/webreport/webcal.py:1333 msgid "The title of the calendar" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1389 +#: ../gramps/plugins/webreport/webcal.py:1390 msgid "Content Options" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1394 +#: ../gramps/plugins/webreport/webcal.py:1395 msgid "Create multiple year calendars" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1395 +#: ../gramps/plugins/webreport/webcal.py:1396 msgid "Whether to create Multiple year calendars or not." msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1399 +#: ../gramps/plugins/webreport/webcal.py:1400 msgid "Start Year for the Calendar(s)" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1401 +#: ../gramps/plugins/webreport/webcal.py:1402 msgid "Enter the starting year for the calendars between 1900 - 3000" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1405 +#: ../gramps/plugins/webreport/webcal.py:1406 msgid "End Year for the Calendar(s)" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1407 +#: ../gramps/plugins/webreport/webcal.py:1408 msgid "Enter the ending year for the calendars between 1900 - 3000." msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1424 +#: ../gramps/plugins/webreport/webcal.py:1425 msgid "Holidays will be included for the selected country" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1446 +#: ../gramps/plugins/webreport/webcal.py:1447 msgid "Home link" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1447 +#: ../gramps/plugins/webreport/webcal.py:1448 msgid "" "The link to be included to direct the user to the main page of the web site" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1467 +#: ../gramps/plugins/webreport/webcal.py:1468 msgid "Jan - Jun Notes" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1469 +#: ../gramps/plugins/webreport/webcal.py:1470 msgid "January Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1470 +#: ../gramps/plugins/webreport/webcal.py:1471 msgid "The note for the month of January" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1473 +#: ../gramps/plugins/webreport/webcal.py:1474 msgid "February Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1474 +#: ../gramps/plugins/webreport/webcal.py:1475 msgid "The note for the month of February" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1477 +#: ../gramps/plugins/webreport/webcal.py:1478 msgid "March Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1478 +#: ../gramps/plugins/webreport/webcal.py:1479 msgid "The note for the month of March" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1481 +#: ../gramps/plugins/webreport/webcal.py:1482 msgid "April Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1482 +#: ../gramps/plugins/webreport/webcal.py:1483 msgid "The note for the month of April" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1485 +#: ../gramps/plugins/webreport/webcal.py:1486 msgid "May Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1486 +#: ../gramps/plugins/webreport/webcal.py:1487 msgid "The note for the month of May" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1489 +#: ../gramps/plugins/webreport/webcal.py:1490 msgid "June Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1490 +#: ../gramps/plugins/webreport/webcal.py:1491 msgid "The note for the month of June" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1493 +#: ../gramps/plugins/webreport/webcal.py:1494 msgid "Jul - Dec Notes" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1495 +#: ../gramps/plugins/webreport/webcal.py:1496 msgid "July Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1496 +#: ../gramps/plugins/webreport/webcal.py:1497 msgid "The note for the month of July" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1499 +#: ../gramps/plugins/webreport/webcal.py:1500 msgid "August Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1500 +#: ../gramps/plugins/webreport/webcal.py:1501 msgid "The note for the month of August" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1503 +#: ../gramps/plugins/webreport/webcal.py:1504 msgid "September Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1504 +#: ../gramps/plugins/webreport/webcal.py:1505 msgid "The note for the month of September" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1507 +#: ../gramps/plugins/webreport/webcal.py:1508 msgid "October Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1508 +#: ../gramps/plugins/webreport/webcal.py:1509 msgid "The note for the month of October" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1511 +#: ../gramps/plugins/webreport/webcal.py:1512 msgid "November Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1512 +#: ../gramps/plugins/webreport/webcal.py:1513 msgid "The note for the month of November" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1515 +#: ../gramps/plugins/webreport/webcal.py:1516 msgid "December Note" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1516 +#: ../gramps/plugins/webreport/webcal.py:1517 msgid "The note for the month of December" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1532 +#: ../gramps/plugins/webreport/webcal.py:1533 msgid "Create \"Year At A Glance\" Calendar" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1533 +#: ../gramps/plugins/webreport/webcal.py:1534 msgid "Whether to create A one-page mini calendar with dates highlighted" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1537 +#: ../gramps/plugins/webreport/webcal.py:1538 msgid "Create one day event pages for Year At A Glance calendar" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1539 +#: ../gramps/plugins/webreport/webcal.py:1540 msgid "Whether to create one day pages or not" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1542 +#: ../gramps/plugins/webreport/webcal.py:1543 msgid "Link to Narrated Web Report" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1543 +#: ../gramps/plugins/webreport/webcal.py:1544 msgid "Whether to link data to web report or not" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1549 +#: ../gramps/plugins/webreport/webcal.py:1550 msgid "Link prefix" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1550 +#: ../gramps/plugins/webreport/webcal.py:1551 msgid "A Prefix on the links to take you to Narrated Web Report" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1706 +#: ../gramps/plugins/webreport/webcal.py:1707 #, python-format msgid "%s old" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1706 +#: ../gramps/plugins/webreport/webcal.py:1707 msgid "birth" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1713 +#: ../gramps/plugins/webreport/webcal.py:1714 #, python-format msgid "%(couple)s, wedding" msgstr "" -#: ../gramps/plugins/webreport/webcal.py:1717 +#: ../gramps/plugins/webreport/webcal.py:1718 #, python-format msgid "%(couple)s, %(years)d year anniversary" msgid_plural "%(couple)s, %(years)d year anniversary" @@ -26160,2990 +29063,52 @@ msgstr "" msgid "Provides a collection of resources for the web" msgstr "" +#. id, user selectable?, translated_name, option name, fullpath, +#. navigation target name, images, javascript +#. "default" is used as default +#. Basic Ash style sheet +#. default style sheet in the options #: ../gramps/plugins/webstuff/webstuff.py:62 #: ../gramps/plugins/webstuff/webstuff.py:116 msgid "Basic-Ash" msgstr "" +#. Basic Cypress style sheet #: ../gramps/plugins/webstuff/webstuff.py:70 msgid "Basic-Cypress" msgstr "" +#. basic Lilac style sheet #: ../gramps/plugins/webstuff/webstuff.py:74 msgid "Basic-Lilac" msgstr "" +#. basic Peach style sheet #: ../gramps/plugins/webstuff/webstuff.py:78 msgid "Basic-Peach" msgstr "" +#. basic Spruce style sheet #: ../gramps/plugins/webstuff/webstuff.py:82 msgid "Basic-Spruce" msgstr "" +#. Mainz style sheet with its images #: ../gramps/plugins/webstuff/webstuff.py:86 msgid "Mainz" msgstr "" +#. Nebraska style sheet #: ../gramps/plugins/webstuff/webstuff.py:94 msgid "Nebraska" msgstr "" +#. no style sheet option #: ../gramps/plugins/webstuff/webstuff.py:159 msgid "No style sheet" msgstr "" -#: ../gramps/gui/glade/addmedia.glade:135 -#: ../gramps/gui/glade/editmedia.glade:205 -#: ../gramps/gui/glade/editmediaref.glade:243 -#: ../gramps/gui/glade/editmediaref.glade:616 -msgid "Preview" -msgstr "" - -#: ../gramps/gui/glade/addmedia.glade:171 -#: ../gramps/gui/glade/editcitation.glade:430 -#: ../gramps/gui/glade/editmedia.glade:116 -#: ../gramps/gui/glade/editmediaref.glade:517 -#: ../gramps/gui/glade/editsource.glade:101 -#: ../gramps/gui/glade/editsourceref.glade:341 -msgid "_Title:" -msgstr "" - -#: ../gramps/gui/glade/addmedia.glade:195 -msgid "Convert to a relative path" -msgstr "" - -#: ../gramps/gui/glade/baseselector.glade:104 -msgid "Show all" -msgstr "" - -#: ../gramps/gui/glade/book.glade:171 -msgid "Book _name:" -msgstr "" - -#: ../gramps/gui/glade/book.glade:210 -msgid "Clear the book" -msgstr "" - -#: ../gramps/gui/glade/book.glade:232 -msgid "Save current set of configured selections" -msgstr "" - -#: ../gramps/gui/glade/book.glade:255 -msgid "Open previously created book" -msgstr "" - -#: ../gramps/gui/glade/book.glade:277 -msgid "Manage previously created books" -msgstr "" - -#: ../gramps/gui/glade/book.glade:437 -msgid "Add an item to the book" -msgstr "" - -#: ../gramps/gui/glade/book.glade:460 -msgid "Remove currently selected item from the book" -msgstr "" - -#: ../gramps/gui/glade/book.glade:482 -msgid "Move current selection one step up in the book" -msgstr "" - -#: ../gramps/gui/glade/book.glade:504 -msgid "Move current selection one step down in the book" -msgstr "" - -#: ../gramps/gui/glade/book.glade:526 -msgid "Configure currently selected item" -msgstr "" - -#: ../gramps/gui/glade/clipboard.glade:41 -msgid "Clear _All" -msgstr "" - -#: ../gramps/gui/glade/configure.glade:79 -msgid "Format _name:" -msgstr "" - -#: ../gramps/gui/glade/configure.glade:94 -msgid "Format _definition:" -msgstr "" - -#: ../gramps/gui/glade/configure.glade:143 -msgid "" -"The following conventions are used:\n" -" %f - Given Name %F - GIVEN NAME\n" -" %l - Surname %L - SURNAME\n" -" %t - Title %T - TITLE\n" -" %p - Prefix %P - PREFIX\n" -" %s - Suffix %S - SUFFIX\n" -" %c - Call name %C - CALL NAME\n" -" %y - Patronymic %Y - PATRONYMIC" -msgstr "" - -#: ../gramps/gui/glade/configure.glade:158 -msgid "Format definition details" -msgstr "" - -#: ../gramps/gui/glade/configure.glade:174 -msgid "Example:" -msgstr "" - -#: ../gramps/gui/glade/dbman.glade:6 -msgid "Revision comment - Gramps" -msgstr "" - -#: ../gramps/gui/glade/dbman.glade:62 -msgid "Version description" -msgstr "" - -#: ../gramps/gui/glade/dbman.glade:102 -msgid "Family Trees - Gramps" -msgstr "" - -#: ../gramps/gui/glade/dbman.glade:153 -msgid "_Close Window" -msgstr "" - -#: ../gramps/gui/glade/dbman.glade:208 -msgid "_Load Family Tree" -msgstr "" - -#: ../gramps/gui/glade/dbman.glade:341 -msgid "_Rename" -msgstr "" - -#: ../gramps/gui/glade/dbman.glade:358 -msgid "Re_pair" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:86 -msgid "Do not show this dialog again" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:273 -msgid "Remove object and all references to it from the database" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:301 -msgid "_Remove Object" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:323 -msgid "_Keep Reference" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:328 -msgid "Keep reference to the missing file" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:345 -msgid "Select replacement for the missing file" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:373 -msgid "_Select File" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:471 -msgid "_Use this selection for all missing media files" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:475 -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 " -"be presented for any missing media files." -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:666 ../gramps/gui/glade/dialog.glade:680 -#: ../gramps/gui/glade/dialog.glade:840 -msgid "label" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:768 -msgid "Close _without saving" -msgstr "" - -#: ../gramps/gui/glade/dialog.glade:885 -msgid "Do not ask again" -msgstr "" - -#: ../gramps/gui/glade/displaystate.glade:7 ../data/gramps.desktop.in.h:1 -msgid "Gramps" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:44 -#: ../gramps/gui/glade/editchildref.glade:46 -#: ../gramps/gui/glade/editevent.glade:48 -#: ../gramps/gui/glade/editfamily.glade:49 -#: ../gramps/gui/glade/editldsord.glade:47 -#: ../gramps/gui/glade/editlink.glade:46 ../gramps/gui/glade/editname.glade:47 -#: ../gramps/gui/glade/editperson.glade:49 -#: ../gramps/gui/glade/editpersonref.glade:44 -#: ../gramps/gui/glade/editreporef.glade:48 -#: ../gramps/gui/glade/editrepository.glade:48 -#: ../gramps/gui/glade/editsource.glade:46 -#: ../gramps/gui/glade/editurl.glade:45 -msgid "Accept changes and close window" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:106 -#: ../gramps/gui/glade/editcitation.glade:128 -#: ../gramps/gui/glade/editevent.glade:119 -#: ../gramps/gui/glade/editeventref.glade:249 -#: ../gramps/gui/glade/editldsord.glade:106 -#: ../gramps/gui/glade/editmedia.glade:132 -#: ../gramps/gui/glade/editmediaref.glade:665 -#: ../gramps/gui/glade/editsourceref.glade:122 -msgid "_Date:" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:121 -msgid "St_reet:" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:138 -#: ../gramps/gui/glade/editlocation.glade:95 -#: ../gramps/gui/glade/editplace.glade:282 -msgid "C_ity:" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:154 -msgid "The town or city of the address" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:170 -#: ../gramps/plugins/tool/ownereditor.glade:172 -msgid "_State/County:" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:189 -#: ../gramps/gui/glade/editlocation.glade:274 -#: ../gramps/gui/glade/editplace.glade:477 -msgid "_ZIP/Postal code:" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:205 -msgid "Postal code" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:221 -#: ../gramps/gui/glade/editlocation.glade:242 -msgid "Cou_ntry:" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:240 -#: ../gramps/gui/glade/editlocation.glade:306 -#: ../gramps/gui/glade/editplace.glade:510 -msgid "Phon_e:" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:257 -msgid "Phone number linked to the address." -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:272 -msgid "" -"The state or county of the address in case a mail address must contain this." -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:287 -msgid "Country of the address" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:302 -msgid "" -"Mail address. \n" -"\n" -"Note: Use Residence Event for genealogical address data." -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:368 -#: ../gramps/gui/glade/editcitation.glade:145 -#: ../gramps/gui/glade/editevent.glade:138 -#: ../gramps/gui/glade/editeventref.glade:390 -#: ../gramps/gui/glade/editldsord.glade:142 -#: ../gramps/gui/glade/editmedia.glade:252 -#: ../gramps/gui/glade/editmediaref.glade:699 -#: ../gramps/gui/glade/editname.glade:629 -#: ../gramps/gui/glade/editsourceref.glade:139 -msgid "Invoke date editor" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:404 -msgid "Date at which the address is valid." -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:417 -#: ../gramps/gui/glade/editlocation.glade:351 -#: ../gramps/gui/glade/editplace.glade:542 -#: ../gramps/plugins/tool/ownereditor.glade:362 -msgid "_Locality:" -msgstr "" - -#: ../gramps/gui/glade/editaddress.glade:432 -msgid "The locality of the address" -msgstr "" - -#: ../gramps/gui/glade/editattribute.glade:94 -msgid "_Attribute:" -msgstr "" - -#: ../gramps/gui/glade/editattribute.glade:109 -msgid "_Value:" -msgstr "" - -#: ../gramps/gui/glade/editattribute.glade:125 -msgid "The value of the attribute. Eg. 1.8, Sunny, or Blue eyes." -msgstr "" - -#: ../gramps/gui/glade/editattribute.glade:175 -msgid "" -"The name of an attribute you want to use. For example: Height (for a " -"person), Weather on this Day (for an event), ... \n" -"Use this to store snippets of information you collect and want to correctly " -"link to sources. Attributes can be used for people, families, events and " -"media.\n" -" \n" -"Note: several predefined attributes refer to values present in the GEDCOM " -"standard." -msgstr "" - -#: ../gramps/gui/glade/editchildref.glade:102 -msgid "Relationship to _Mother:" -msgstr "" - -#: ../gramps/gui/glade/editchildref.glade:140 -msgid "Relationship to _Father:" -msgstr "" - -#: ../gramps/gui/glade/editchildref.glade:214 -msgid "Name Child:" -msgstr "" - -#: ../gramps/gui/glade/editchildref.glade:244 -msgid "Open person editor of this child" -msgstr "" - -#: ../gramps/gui/glade/editchildref.glade:263 -#: ../gramps/gui/glade/editfamily.glade:290 -#: ../gramps/gui/glade/editfamily.glade:616 ../gramps/gui/glade/rule.glade:492 -#: ../gramps/gui/glade/styleeditor.glade:1405 -msgid "Edition" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:89 -msgid "Citation information" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:178 -#: ../gramps/gui/glade/editsourceref.glade:175 -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). " -"For a periodical, it could include volume, issue, and page numbers. For a " -"newspaper, it could include a column number and page number. For an " -"unpublished source, this could be a sheet number, page number, frame number, " -"etc. A census record might have a line number or dwelling and family numbers " -"in addition to the page number. " -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:194 -#: ../gramps/gui/glade/editsourceref.glade:191 -msgid "_Volume/Page:" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:211 -#: ../gramps/gui/glade/editsourceref.glade:208 -msgid "Con_fidence:" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:227 -#: ../gramps/gui/glade/editsourceref.glade:260 -msgid "" -"Conveys the submitter's quantitative evaluation of the credibility of a " -"piece of information, based upon its supporting evidence. It is not intended " -"to eliminate the receiver's need to evaluate the evidence for themselves.\n" -"Very Low =Unreliable evidence or estimated data\n" -"Low =Questionable reliability of evidence (interviews, census, oral " -"genealogies, or potential for bias for example, an autobiography)\n" -"High =Secondary evidence, data officially recorded sometime after event\n" -"Very High =Direct and primary evidence used, or by dominance of the evidence " -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:253 -#: ../gramps/gui/glade/editsourceref.glade:286 -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 " -"log/registry. " -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:287 -msgid "" -"Note: Any changes in the shared citation information will be " -"reflected in the citation itself, for all items that reference the citation." -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:316 -msgid "A unique ID to identify the citation" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:373 -#: ../gramps/gui/glade/editcitation.glade:587 -#: ../gramps/gui/glade/editevent.glade:371 -#: ../gramps/gui/glade/editeventref.glade:301 -#: ../gramps/gui/glade/editfamily.glade:692 -#: ../gramps/gui/glade/editmedia.glade:97 -#: ../gramps/gui/glade/editmediaref.glade:500 -#: ../gramps/gui/glade/editnote.glade:179 -#: ../gramps/gui/glade/editperson.glade:718 -#: ../gramps/gui/glade/editplace.glade:161 -#: ../gramps/gui/glade/editreporef.glade:355 -#: ../gramps/gui/glade/editrepository.glade:170 -#: ../gramps/gui/glade/editsource.glade:222 -#: ../gramps/gui/glade/editsourceref.glade:498 -msgid "_ID:" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:390 -#: ../gramps/gui/glade/editcitation.glade:696 -#: ../gramps/gui/glade/editeventref.glade:182 -#: ../gramps/gui/glade/editeventref.glade:597 -#: ../gramps/gui/glade/editmediaref.glade:887 -#: ../gramps/gui/glade/editperson.glade:427 -#: ../gramps/gui/glade/editreporef.glade:228 -#: ../gramps/gui/glade/editreporef.glade:457 -#: ../gramps/gui/glade/editsourceref.glade:301 -#: ../gramps/gui/glade/editsourceref.glade:607 -#: ../gramps/plugins/tool/verify.glade:668 -msgid "General" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:445 -#: ../gramps/gui/glade/editsource.glade:116 -#: ../gramps/gui/glade/editsourceref.glade:356 -msgid "_Author:" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:463 -#: ../gramps/gui/glade/editsource.glade:205 -#: ../gramps/gui/glade/editsourceref.glade:374 -msgid "A_bbreviation:" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:480 -#: ../gramps/gui/glade/editsourceref.glade:391 -msgid "_Pub. Info.:" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:496 -#: ../gramps/gui/glade/editsource.glade:145 -#: ../gramps/gui/glade/editsourceref.glade:407 -msgid "Authors of the source." -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:532 -#: ../gramps/gui/glade/editsourceref.glade:443 -msgid "" -"Note: Any changes in the shared source information will be reflected " -"in the source itself, for all items that reference the source." -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:556 -#: ../gramps/gui/glade/editsource.glade:190 -#: ../gramps/gui/glade/editsourceref.glade:467 -msgid "" -"Provide a short title used for sorting, filing, and retrieving source " -"records." -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:571 -#: ../gramps/gui/glade/editsource.glade:176 -#: ../gramps/gui/glade/editsourceref.glade:482 -msgid "" -"Publication Information, such as city and year of publication, name of " -"publisher, ..." -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:607 -#: ../gramps/gui/glade/editsource.glade:242 -#: ../gramps/gui/glade/editsourceref.glade:518 -msgid "A unique ID to identify the source" -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:662 -#: ../gramps/gui/glade/editsource.glade:133 -#: ../gramps/gui/glade/editsourceref.glade:573 -msgid "Title of the source." -msgstr "" - -#: ../gramps/gui/glade/editcitation.glade:717 -#: ../gramps/gui/glade/editsourceref.glade:628 -msgid "Shared source information" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:115 -msgid "Calenda_r:" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:171 -msgid "Dua_l dated" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:175 -msgid "Old Style/New Style" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:191 -msgid "Ne_w year begins: " -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:205 -msgid "Month-Day of first day of new year (e.g., \"1-1\", \"3-1\", \"3-25\")" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:254 -msgid "Q_uality" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:288 -msgid "_Type" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:322 -msgid "Date" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:337 -msgid "_Day" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:354 -msgid "_Month" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:371 -msgid "_Year" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:438 -msgid "Second date" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:454 -msgid "D_ay" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:471 -msgid "Mo_nth" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:488 -msgid "Y_ear" -msgstr "" - -#: ../gramps/gui/glade/editdate.glade:565 -msgid "Te_xt comment:" -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:28 -msgid "Close window without changes" -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:104 -#: ../gramps/gui/glade/editeventref.glade:234 -msgid "_Event type:" -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:155 -msgid "Show Date Editor" -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:177 -#: ../gramps/gui/glade/editeventref.glade:266 -msgid "De_scription:" -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:229 -msgid "" -"Description of the event. Leave empty if you want to autogenerate this with " -"the tool 'Extract Event Description'." -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:246 -#: ../gramps/gui/glade/editeventref.glade:284 -#: ../gramps/gui/glade/editldsord.glade:123 -msgid "_Place:" -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:324 -#: ../gramps/gui/glade/editfamily.glade:192 -#: ../gramps/gui/glade/editfamily.glade:487 -#: ../gramps/gui/glade/editldsord.glade:277 -#: ../gramps/gui/glade/editlink.glade:179 -#: ../gramps/gui/glade/editpersonref.glade:216 -msgid "Selector" -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:350 -msgid "What type of event this is. Eg 'Burial', 'Graduation', ... ." -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:386 -#: ../gramps/gui/glade/editeventref.glade:483 -msgid "A unique ID to identify the event" -msgstr "" - -#: ../gramps/gui/glade/editevent.glade:402 -msgid "" -"Date of the event. This can be an exact date, a range (from ... to, " -"between, ...), or an inexact date (about, ...)." -msgstr "" - -#: ../gramps/gui/glade/editeventref.glade:83 -#: ../gramps/gui/glade/editreporef.glade:94 -#: ../gramps/gui/glade/editsourceref.glade:89 -msgid "Reference information" -msgstr "" - -#: ../gramps/gui/glade/editeventref.glade:113 -msgid "_Role:" -msgstr "" - -#: ../gramps/gui/glade/editeventref.glade:534 -msgid "" -"Note: Any changes in the shared event information will be reflected " -"in the event itself, for all participants in the event." -msgstr "" - -#: ../gramps/gui/glade/editeventref.glade:618 -#: ../gramps/gui/glade/editreporef.glade:470 -msgid "Shared information" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:28 -#: ../gramps/gui/glade/editname.glade:27 -#: ../gramps/gui/glade/editperson.glade:30 -#: ../gramps/gui/glade/editreporef.glade:27 -#: ../gramps/gui/glade/editrepository.glade:27 -#: ../gramps/gui/glade/editsource.glade:26 -msgid "Abandon changes and close window" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:129 -#: ../gramps/gui/glade/editfamily.glade:394 -msgid "Birth:" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:144 -#: ../gramps/gui/glade/editfamily.glade:409 -msgid "Death:" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:163 -msgid "Father" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:458 -msgid "Mother" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:539 -#: ../gramps/gui/glade/editreporef.glade:178 -#: ../gramps/gui/glade/editreporef.glade:392 -#: ../gramps/gui/glade/editrepository.glade:201 -#: ../gramps/gui/glade/editsource.glade:257 -msgid "Indicates if the record is private" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:678 -msgid "Relationship Information" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:708 -msgid "A unique ID for the family" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:725 -#: ../gramps/gui/glade/editname.glade:100 -#: ../gramps/gui/glade/editnote.glade:140 -#: ../gramps/gui/glade/editperson.glade:329 -#: ../gramps/gui/glade/editreporef.glade:281 -#: ../gramps/gui/glade/editrepository.glade:116 -#: ../gramps/gui/glade/editurl.glade:132 -msgid "_Type:" -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:743 -msgid "" -"The relationship type, eg 'Married' or 'Unmarried'. Use Events for more " -"details." -msgstr "" - -#: ../gramps/gui/glade/editfamily.glade:765 -#: ../gramps/gui/glade/editmedia.glade:396 -#: ../gramps/gui/glade/editmediaref.glade:833 -#: ../gramps/gui/glade/editnote.glade:271 -#: ../gramps/gui/glade/editperson.glade:750 -msgid "_Tags:" -msgstr "" - -#: ../gramps/gui/glade/editldsord.glade:181 -msgid "Ordinance:" -msgstr "" - -#: ../gramps/gui/glade/editldsord.glade:193 -msgid "LDS _Temple:" -msgstr "" - -#: ../gramps/gui/glade/editldsord.glade:229 -msgid "_Family:" -msgstr "" - -#: ../gramps/gui/glade/editldsord.glade:297 -msgid "_Status:" -msgstr "" - -#: ../gramps/gui/glade/editlink.glade:99 -msgid "Gramps item:" -msgstr "" - -#: ../gramps/gui/glade/editlink.glade:115 -msgid "Internet Address:" -msgstr "" - -#: ../gramps/gui/glade/editlink.glade:132 -msgid "_Link Type:" -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:111 -msgid "The town or city where the place is." -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:127 -#: ../gramps/gui/glade/editplace.glade:299 -msgid "S_treet:" -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:142 -#: ../gramps/gui/glade/editplace.glade:359 -msgid "Ch_urch parish:" -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:160 -#: ../gramps/gui/glade/editplace.glade:343 -msgid "" -"Lowest clergical division of this place. Typically used for church sources " -"that only mention the parish." -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:176 -#: ../gramps/gui/glade/editplace.glade:378 -msgid "Co_unty:" -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:192 -#: ../gramps/gui/glade/editplace.glade:394 -msgid "Third level of place division. Eg., in the USA a county." -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:208 -#: ../gramps/gui/glade/editplace.glade:410 -msgid "_State:" -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:226 -#: ../gramps/gui/glade/editplace.glade:428 -msgid "" -"Second level of place division, eg., in the USA a state, in Germany a " -"Bundesland." -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:258 -msgid "The country where the place is." -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:337 -msgid "Lowest level of a place division: eg the street name." -msgstr "" - -#: ../gramps/gui/glade/editlocation.glade:366 -msgid "A district within, or a settlement near to, a town or city." -msgstr "" - -#: ../gramps/gui/glade/editmedia.glade:150 -#: ../gramps/gui/glade/editmediaref.glade:481 -msgid "_Path:" -msgstr "" - -#: ../gramps/gui/glade/editmedia.glade:194 -msgid "Image preview" -msgstr "" - -#: ../gramps/gui/glade/editmedia.glade:220 -msgid "" -"Path of the media object on your computer.\n" -"Gramps does not store the media internally, it only stores the path! Set the " -"'Relative Path' in the Preferences to avoid retyping the common base " -"directory where all your media is stored. The 'Media Manager' tool can help " -"managing paths of a collection of media objects. " -msgstr "" - -#: ../gramps/gui/glade/editmedia.glade:236 -#: ../gramps/gui/glade/editmediaref.glade:535 -msgid "Descriptive title for this media object." -msgstr "" - -#: ../gramps/gui/glade/editmedia.glade:292 -msgid "Open File Browser to select a media file on your computer." -msgstr "" - -#: ../gramps/gui/glade/editmedia.glade:310 -#: ../gramps/gui/glade/editmediaref.glade:801 -msgid "Folder" -msgstr "" - -#: ../gramps/gui/glade/editmedia.glade:329 -msgid "A unique ID to identify the Media object." -msgstr "" - -#: ../gramps/gui/glade/editmedia.glade:380 -msgid "" -"A date associated with the media, eg., for a picture the date it is taken." -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:132 -msgid "_Corner 2: X" -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:168 -msgid "Referenced Region" -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:183 -#: ../gramps/gui/glade/editmediaref.glade:202 -#: ../gramps/gui/glade/editmediaref.glade:300 -msgid "" -"If media is an image, select the specific part of the image you want to " -"reference.\n" -"You can use the mouse on the picture to select a region, or use these " -"spinbuttons to set the top left, and bottom right corner of the referenced " -"region. Point (0,0) is the top left corner of the picture, and (100,100) the " -"bottom right corner." -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:221 -msgid "" -"Referenced region of the image media object.\n" -"Select a region with clicking and holding the mouse button on the top left " -"corner of the region you want, dragging the mouse to the bottom right corner " -"of the region, and then releasing the mouse button." -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:260 -msgid "_Corner 1: X" -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:280 -msgid "" -"If media is an image, select the specific part of the image you want to " -"reference.\n" -"You can use the mouse on the picture to select a region, or use these " -"spinbuttons to set the top left, and bottom right corner of the referenced " -"region. Point (0,0) is the top left corner of the picture, and (100,100) the " -"bottom right corner.\n" -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:571 -msgid "" -"Note: Any changes in the shared media object information will be " -"reflected in the media object itself." -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:601 -msgid "Double click image to view in an external viewer" -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:648 -msgid "Type of media object as indicated by the computer, eg Image, Video, ..." -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:783 -msgid "Select a file" -msgstr "" - -#: ../gramps/gui/glade/editmediaref.glade:900 -msgid "Shared Information" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:116 -#: ../gramps/gui/glade/editperson.glade:349 -msgid "" -"An identification of what type of Name this is, eg. Birth Name, Married Name." -msgstr "" - -#: ../gramps/gui/glade/editname.glade:209 -#: ../gramps/gui/glade/editperson.glade:111 -msgid "_Given:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:224 -#: ../gramps/gui/glade/editperson.glade:190 -msgid "T_itle:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:240 -msgid "Suffi_x:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:258 -msgid "C_all Name:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:275 -#: ../gramps/gui/glade/editperson.glade:132 -msgid "The person's given names" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:289 -msgid "_Nick Name:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:306 -#: ../gramps/gui/glade/editperson.glade:171 -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 " -"some reports." -msgstr "" - -#: ../gramps/gui/glade/editname.glade:318 -#: ../gramps/gui/glade/editperson.glade:209 -msgid "A title used to refer to the person, such as 'Dr.' or 'Rev.'" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:332 -#: ../gramps/gui/glade/editperson.glade:228 -msgid "An optional suffix to the name, such as \"Jr.\" or \"III\"" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:346 -#: ../gramps/gui/glade/editperson.glade:269 -msgid "" -"A descriptive name given in place of or in addition to the official given " -"name." -msgstr "" - -#: ../gramps/gui/glade/editname.glade:365 -msgid "Given Name(s) " -msgstr "" - -#: ../gramps/gui/glade/editname.glade:418 -msgid "_Family Nick Name:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:432 -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." -msgstr "" - -#: ../gramps/gui/glade/editname.glade:460 -msgid "Family Names " -msgstr "" - -#: ../gramps/gui/glade/editname.glade:512 -msgid "G_roup as:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:528 -msgid "_Sort as:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:546 -msgid "_Display as:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:563 -msgid "" -"People are displayed according to the name format given in the Preferences " -"(the default).\n" -"Here you can make sure this person is displayed according to a custom name " -"format (extra formats can be set in the Preferences)." -msgstr "" - -#: ../gramps/gui/glade/editname.glade:586 -msgid "Dat_e:" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:604 -msgid "" -"People are sorted according to the name format given in the Preferences (the " -"default).\n" -"Here you can make sure this person is sorted according to a custom name " -"format (extra formats can be set in the Preferences)." -msgstr "" - -#: ../gramps/gui/glade/editname.glade:673 -msgid "" -"The Person Tree view groups people under the primary surname. You can " -"override this by setting here a group value. \n" -"You will be asked if you want to group this person only, or all people with " -"this specific primary surname." -msgstr "" - -#: ../gramps/gui/glade/editname.glade:686 -msgid "O_verride" -msgstr "" - -#: ../gramps/gui/glade/editname.glade:714 -msgid "" -"A Date associated with this name. Eg. for a Married Name, date the name is " -"first used or marriage date." -msgstr "" - -#: ../gramps/gui/glade/editnote.glade:103 -msgid "Styled Text Editor" -msgstr "" - -#: ../gramps/gui/glade/editnote.glade:157 -msgid "A type to classify the note." -msgstr "" - -#: ../gramps/gui/glade/editnote.glade:194 -msgid "A unique ID to identify the note." -msgstr "" - -#: ../gramps/gui/glade/editnote.glade:207 -msgid "_Preformatted" -msgstr "" - -#: ../gramps/gui/glade/editnote.glade:215 -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" -"When not checked, notes are automatically cleaned in the reports, which will " -"improve the report layout.\n" -"Use monospace font to keep preformatting." -msgstr "" - -#: ../gramps/gui/glade/editnote.glade:362 -msgid "Note" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:152 -msgid "C_all:" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:251 -msgid "_Nick:" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:310 -msgid "Image" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:372 -msgid "Click on a table cell to edit." -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:396 -msgid "" -"Use Multiple Surnames\n" -"Indicate that the surname consists of different parts. Every surname has its " -"own prefix and a possible connector to the next surname. Eg., the surname " -"Ramón y Cajal can be stored as Ramón, which is inherited from the father, " -"the connector y, and Cajal, which is inherited from the mother." -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:442 -msgid "Set person as private data" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:493 -msgid "Preferred Name " -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:523 -msgid "_Surname:" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:539 -msgid "" -"An optional prefix for the family that is not used in sorting, such as \"de" -"\" or \"van\"." -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:558 -msgid "" -"Part of a person's name indicating the family to which the person belongs" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:605 -msgid "Go to Name Editor to add more information about this name" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:635 -msgid "O_rigin:" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:650 -msgid "" -"The origin of this family name for this family, eg 'Inherited' or " -"'Patronymic'." -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:686 -msgid "G_ender:" -msgstr "" - -#: ../gramps/gui/glade/editperson.glade:734 -msgid "A unique ID for the person." -msgstr "" - -#: ../gramps/gui/glade/editpersonref.glade:97 -msgid "_Person:" -msgstr "" - -#: ../gramps/gui/glade/editpersonref.glade:112 -msgid "_Association:" -msgstr "" - -#: ../gramps/gui/glade/editpersonref.glade:128 -msgid "" -"Description of the association, eg. Godfather, Friend, ...\n" -"\n" -"Note: Use Events instead for relations connected to specific time frames or " -"occasions. Events can be shared between people, each indicating their role " -"in the event." -msgstr "" - -#: ../gramps/gui/glade/editpersonref.glade:182 -msgid "" -"Use the select button to choose a person that has an association to the " -"edited person." -msgstr "" - -#: ../gramps/gui/glade/editpersonref.glade:198 -msgid "Select a person that has an association to the edited person." -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:97 -msgid "_Place Name:" -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:112 -msgid "L_atitude:" -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:129 -msgid "_Longitude:" -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:147 -msgid "Full name of this place." -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:176 -msgid "A unique ID to identify the place" -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:227 -msgid "" -"Latitude (position above the Equator) of the place in decimal or degree " -"notation. \n" -"Eg, valid values are 12.0154, 50°52′21.92″N, N50°52′21.92″ or 50:52:21.92\n" -"You can set these values via the Geography View by searching the place, or " -"via a map service in the place view." -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:244 -msgid "" -"Longitude (position relative to the Prime, or Greenwich, Meridian) of the " -"place in decimal or degree notation. \n" -"Eg, valid values are -124.3647, 124°52′21.92″E, E124°52′21.92″ or " -"124:52:21.92\n" -"You can set these values via the Geography View by searching the place, or " -"via a map service in the place view." -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:313 -msgid "" -"Lowest level of a place division: eg the street name. \n" -"Use Alternate Locations tab to store the current name." -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:327 -msgid "" -"The town or city where the place is. \n" -"Use Alternate Locations tab to store the current name." -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:444 -msgid "Count_ry:" -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:460 -msgid "The country where the place is. \n" -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:557 -msgid "" -"A district within, or a settlement near to, a town or city.\n" -"Use Alternate Locations tab to store the current name." -msgstr "" - -#: ../gramps/gui/glade/editplace.glade:592 -msgid "Location" -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:124 -msgid "_Media Type:" -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:139 -msgid "Call n_umber:" -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:155 -msgid "On what type of media this source is available in the repository." -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:211 -msgid "Id number of the source in the repository." -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:266 -#: ../gramps/gui/glade/editrepository.glade:101 -#: ../gramps/gui/glade/rule.glade:643 -#: ../gramps/plugins/tool/ownereditor.glade:126 -msgid "_Name:" -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:297 -#: ../gramps/gui/glade/editrepository.glade:132 -msgid "Name of the repository (where sources are stored)." -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:331 -msgid "" -"Note: Any changes in the shared repository information will be " -"reflected in the repository itself, for all items that reference the " -"repository." -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:375 -#: ../gramps/gui/glade/editrepository.glade:184 -msgid "A unique ID to identify the repository." -msgstr "" - -#: ../gramps/gui/glade/editreporef.glade:433 -#: ../gramps/gui/glade/editrepository.glade:150 -msgid "Type of repository, eg., 'Library', 'Album', ..." -msgstr "" - -#: ../gramps/gui/glade/editsource.glade:160 -msgid "_Pub. info.:" -msgstr "" - -#: ../gramps/gui/glade/editurl.glade:98 -msgid "_Web address:" -msgstr "" - -#: ../gramps/gui/glade/editurl.glade:115 -msgid "_Description:" -msgstr "" - -#: ../gramps/gui/glade/editurl.glade:179 -msgid "Type of internet address, eg. E-mail, Web Page, ..." -msgstr "" - -#: ../gramps/gui/glade/editurl.glade:199 -msgid "" -"The internet address as needed to navigate to it, eg. http://gramps-project." -"org" -msgstr "" - -#: ../gramps/gui/glade/editurl.glade:218 -msgid "Open the web address in the default browser." -msgstr "" - -#: ../gramps/gui/glade/editurl.glade:235 -msgid "A descriptive caption of the Internet location you are storing." -msgstr "" - -#: ../gramps/gui/glade/grampletpane.glade:7 -msgid "window2" -msgstr "" - -#: ../gramps/gui/glade/grampletpane.glade:60 -msgid "Drag to move; click to detach" -msgstr "" - -#: ../gramps/gui/glade/grampletpane.glade:64 -msgid "Detach" -msgstr "" - -#: ../gramps/gui/glade/grampletpane.glade:74 -msgid "Config" -msgstr "" - -#: ../gramps/gui/glade/grampletpane.glade:94 -msgid "Click to expand/collapse" -msgstr "" - -#: ../gramps/gui/glade/grampletpane.glade:128 -msgid "Click to delete gramplet from view" -msgstr "" - -#: ../gramps/gui/glade/grampletpane.glade:132 -msgid "Delete" -msgstr "" - -#: ../gramps/gui/glade/grampletpane.glade:142 -msgid "Close" -msgstr "" - -#: ../gramps/gui/glade/mergecitation.glade:99 -msgid "" -"Select the citation that will provide the\n" -"primary data for the merged citation." -msgstr "" - -#: ../gramps/gui/glade/mergecitation.glade:202 -#: ../gramps/gui/glade/mergedata.glade:836 -#: ../gramps/gui/glade/mergesource.glade:190 -msgid "Source 1" -msgstr "" - -#: ../gramps/gui/glade/mergecitation.glade:214 -#: ../gramps/gui/glade/mergedata.glade:852 -#: ../gramps/gui/glade/mergesource.glade:202 -msgid "Source 2" -msgstr "" - -#: ../gramps/gui/glade/mergecitation.glade:349 -#: ../gramps/gui/glade/mergecitation.glade:368 -#: ../gramps/gui/glade/mergedata.glade:1038 -#: ../gramps/gui/glade/mergedata.glade:1059 -#: ../gramps/gui/glade/mergeevent.glade:378 -#: ../gramps/gui/glade/mergeevent.glade:397 -#: ../gramps/gui/glade/mergefamily.glade:340 -#: ../gramps/gui/glade/mergefamily.glade:359 -#: ../gramps/gui/glade/mergemedia.glade:337 -#: ../gramps/gui/glade/mergemedia.glade:356 -#: ../gramps/gui/glade/mergenote.glade:337 -#: ../gramps/gui/glade/mergenote.glade:356 -#: ../gramps/gui/glade/mergeperson.glade:306 -#: ../gramps/gui/glade/mergeperson.glade:325 -#: ../gramps/gui/glade/mergeplace.glade:378 -#: ../gramps/gui/glade/mergeplace.glade:397 -#: ../gramps/gui/glade/mergerepository.glade:296 -#: ../gramps/gui/glade/mergerepository.glade:315 -#: ../gramps/gui/glade/mergesource.glade:378 -#: ../gramps/gui/glade/mergesource.glade:397 -msgid "Gramps ID:" -msgstr "" - -#: ../gramps/gui/glade/mergecitation.glade:517 -msgid "Notes, media objects and data-items of both citations will be combined." -msgstr "" - -#: ../gramps/gui/glade/mergecitation.glade:533 -#: ../gramps/gui/glade/mergeevent.glade:590 -#: ../gramps/gui/glade/mergefamily.glade:524 -#: ../gramps/gui/glade/mergemedia.glade:521 -#: ../gramps/gui/glade/mergenote.glade:534 -#: ../gramps/gui/glade/mergeperson.glade:463 -#: ../gramps/gui/glade/mergeplace.glade:602 -#: ../gramps/gui/glade/mergerepository.glade:452 -#: ../gramps/gui/glade/mergesource.glade:590 -msgid "Detailed Selection" -msgstr "" - -#: ../gramps/gui/glade/mergedata.glade:41 -msgid "Merge and _edit" -msgstr "" - -#: ../gramps/gui/glade/mergedata.glade:60 -msgid "_Merge and close" -msgstr "" - -#: ../gramps/gui/glade/mergedata.glade:328 -msgid "" -"Select the person that will provide the primary data for the merged person." -msgstr "" - -#: ../gramps/gui/glade/mergedata.glade:555 -#: ../gramps/gui/glade/mergedata.glade:659 -msgid "Other" -msgstr "" - -#: ../gramps/gui/glade/mergedata.glade:604 -msgid "Title selection" -msgstr "" - -#: ../gramps/gui/glade/mergedata.glade:615 -msgid "Place 1" -msgstr "" - -#: ../gramps/gui/glade/mergedata.glade:637 -msgid "Place 2" -msgstr "" - -#: ../gramps/gui/glade/mergeevent.glade:99 -msgid "" -"Select the event that will provide the\n" -"primary data for the merged event." -msgstr "" - -#: ../gramps/gui/glade/mergeevent.glade:190 -msgid "Event 1" -msgstr "" - -#: ../gramps/gui/glade/mergeevent.glade:202 -msgid "Event 2" -msgstr "" - -#: ../gramps/gui/glade/mergeevent.glade:574 -msgid "" -"Attributes, notes, sources and media objects of both events will be combined." -msgstr "" - -#: ../gramps/gui/glade/mergefamily.glade:100 -msgid "" -"Select the family that will provide the\n" -"primary data for the merged family." -msgstr "" - -#: ../gramps/gui/glade/mergefamily.glade:193 -msgid "Family 1" -msgstr "" - -#: ../gramps/gui/glade/mergefamily.glade:205 -msgid "Family 2" -msgstr "" - -#: ../gramps/gui/glade/mergefamily.glade:217 -#: ../gramps/gui/glade/mergefamily.glade:236 -msgid "Father:" -msgstr "" - -#: ../gramps/gui/glade/mergefamily.glade:258 -#: ../gramps/gui/glade/mergefamily.glade:277 -msgid "Mother:" -msgstr "" - -#: ../gramps/gui/glade/mergefamily.glade:299 -#: ../gramps/gui/glade/mergefamily.glade:318 -msgid "Relationship:" -msgstr "" - -#: ../gramps/gui/glade/mergefamily.glade:508 -msgid "" -"Events, lds_ord, media objects, attributes, notes, sources and tags of both " -"families will be combined." -msgstr "" - -#: ../gramps/gui/glade/mergemedia.glade:99 -msgid "" -"Select the object that will provide the\n" -"primary data for the merged object." -msgstr "" - -#: ../gramps/gui/glade/mergemedia.glade:190 -msgid "Object 1" -msgstr "" - -#: ../gramps/gui/glade/mergemedia.glade:202 -msgid "Object 2" -msgstr "" - -#: ../gramps/gui/glade/mergemedia.glade:505 -msgid "Attributes, sources, notes and tags of both objects will be combined." -msgstr "" - -#: ../gramps/gui/glade/mergenote.glade:99 -msgid "" -"Select the note that will provide the\n" -"primary data for the merged note." -msgstr "" - -#: ../gramps/gui/glade/mergenote.glade:190 -msgid "Note 1" -msgstr "" - -#: ../gramps/gui/glade/mergenote.glade:202 -msgid "Note 2" -msgstr "" - -#: ../gramps/gui/glade/mergeperson.glade:104 -msgid "" -"Select the person that will provide the\n" -"primary data for the merged person." -msgstr "" - -#: ../gramps/gui/glade/mergeperson.glade:200 -msgid "Person 1" -msgstr "" - -#: ../gramps/gui/glade/mergeperson.glade:212 -msgid "Person 2" -msgstr "" - -#: ../gramps/gui/glade/mergeperson.glade:265 -#: ../gramps/gui/glade/mergeperson.glade:284 -msgid "Gender:" -msgstr "" - -#: ../gramps/gui/glade/mergeperson.glade:447 -msgid "" -"Events, media objects, addresses, attributes, urls, notes, sources and tags " -"of both persons will be combined." -msgstr "" - -#: ../gramps/gui/glade/mergeperson.glade:534 -msgid "Context Information" -msgstr "" - -#: ../gramps/gui/glade/mergeplace.glade:99 -msgid "" -"Select the place that will provide the\n" -"primary data for the merged place." -msgstr "" - -#: ../gramps/gui/glade/mergeplace.glade:190 -msgid "Place 1" -msgstr "" - -#: ../gramps/gui/glade/mergeplace.glade:202 -msgid "Place 2" -msgstr "" - -#: ../gramps/gui/glade/mergeplace.glade:337 -#: ../gramps/gui/glade/mergeplace.glade:356 -msgid "Location:" -msgstr "" - -#: ../gramps/gui/glade/mergeplace.glade:586 -msgid "" -"Alternate locations, sources, urls, media objects and notes of both places " -"will be combined." -msgstr "" - -#: ../gramps/gui/glade/mergerepository.glade:99 -msgid "" -"Select the repository that will provide the\n" -"primary data for the merged repository." -msgstr "" - -#: ../gramps/gui/glade/mergerepository.glade:190 -msgid "Repository 1" -msgstr "" - -#: ../gramps/gui/glade/mergerepository.glade:202 -msgid "Repository 2" -msgstr "" - -#: ../gramps/gui/glade/mergerepository.glade:436 -msgid "Addresses, urls and notes of both repositories will be combined." -msgstr "" - -#: ../gramps/gui/glade/mergesource.glade:99 -msgid "" -"Select the source that will provide the\n" -"primary data for the merged source." -msgstr "" - -#: ../gramps/gui/glade/mergesource.glade:574 -msgid "" -"Notes, media objects, data-items and repository references of both sources " -"will be combined." -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:6 -msgid "Paper Settings" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:25 -msgid "Paper format" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:58 -msgid "Size:" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:70 -msgid "_Width:" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:86 -msgid "_Height:" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:102 -msgid "Orientation:" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:206 -msgid "Margins" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:233 -msgid "_Left:" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:247 -msgid "_Right:" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:263 -msgid "_Top:" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:279 -msgid "_Bottom:" -msgstr "" - -#: ../gramps/gui/glade/papermenu.glade:439 -msgid "Metric" -msgstr "" - -#: ../gramps/gui/glade/plugins.glade:45 -msgid "Perform selected action" -msgstr "" - -#: ../gramps/gui/glade/plugins.glade:157 -msgid "Status:" -msgstr "" - -#: ../gramps/gui/glade/plugins.glade:201 -msgid "Author's email:" -msgstr "" - -#: ../gramps/gui/glade/reorder.glade:90 -msgid "Parent relationships" -msgstr "" - -#: ../gramps/gui/glade/reorder.glade:111 -msgid "Move parent up" -msgstr "" - -#: ../gramps/gui/glade/reorder.glade:121 ../gramps/gui/glade/reorder.glade:261 -msgid "Arrow top" -msgstr "" - -#: ../gramps/gui/glade/reorder.glade:142 -msgid "Move parent down" -msgstr "" - -#: ../gramps/gui/glade/reorder.glade:152 ../gramps/gui/glade/reorder.glade:292 -msgid "Arrow bottom" -msgstr "" - -#: ../gramps/gui/glade/reorder.glade:204 -msgid "Family relationships" -msgstr "" - -#: ../gramps/gui/glade/reorder.glade:251 -msgid "Move family up" -msgstr "" - -#: ../gramps/gui/glade/reorder.glade:282 -msgid "Move family down" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:122 -msgid "Add a new filter" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:147 -msgid "Edit the selected filter" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:172 -msgid "Clone the selected filter" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:195 -msgid "Test the selected filter" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:220 -msgid "Delete the selected filter" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:260 -msgid "Note: changes take effect only after this window is closed" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:442 -msgid "Add another rule to the filter" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:477 -msgid "Edit the selected rule" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:512 -msgid "Delete the selected rule" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:557 -#: ../gramps/gui/glade/styleeditor.glade:418 -#: ../gramps/plugins/tool/finddupes.glade:140 -#: ../gramps/plugins/tool/mergecitations.glade:146 -msgid "Options" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:573 -msgid "Rule list" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:589 -msgid "Definition" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:603 -msgid "Co_mment:" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:658 -msgid "Return values that do no_t match the filter rules" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:882 -msgid "Selected Rule" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:912 -#: ../gramps/gui/glade/styleeditor.glade:241 -msgid "Description" -msgstr "" - -#: ../gramps/gui/glade/rule.glade:943 -msgid "Values" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:132 -msgid "Style n_ame:" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:151 -msgid "Style name" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:288 -msgid "Type face" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:300 -msgid "_Roman (Times, serif)" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:321 -msgid "_Swiss (Arial, Helvetica, sans-serif)" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:347 -msgid "Size" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:399 -msgid "Color" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:432 -msgid "_Bold" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:453 -msgid "_Italic" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:474 -msgid "_Underline" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:535 -msgid "Font options" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:587 -msgid "_Left" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:608 -msgid "_Right" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:630 -msgid "J_ustify" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:652 -msgid "Cen_ter" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:679 -msgid "Alignment" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:695 -msgid "Background color" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:712 -msgid "First li_ne:" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:782 -msgid "R_ight:" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:801 -msgid "L_eft:" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:822 -msgid "Spacing" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:839 -msgid "Abo_ve:" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:858 -msgid "Belo_w:" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:913 -msgid "Borders" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1012 -msgid "Le_ft" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1033 -msgid "Righ_t" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1054 -msgid "_Top" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1078 -msgid "_Padding:" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1128 -msgid "_Bottom" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1168 -msgid "Indentation" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1205 -msgid "Paragraph options" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1357 -msgid "Add a new style" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1390 -msgid "Edit the selected style" -msgstr "" - -#: ../gramps/gui/glade/styleeditor.glade:1423 -msgid "Delete the selected style" -msgstr "" - -#: ../gramps/gui/glade/tipofday.glade:8 -msgid "window1" -msgstr "" - -#: ../gramps/gui/glade/tipofday.glade:54 -msgid "_Display on startup" -msgstr "" - -#: ../gramps/gui/glade/updateaddons.glade:40 -msgid "Install Selected _Addons" -msgstr "" - -#: ../gramps/gui/glade/updateaddons.glade:69 -msgid "Available Gramps Updates for Addons" -msgstr "" - -#: ../gramps/gui/glade/updateaddons.glade:84 -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. " -"These addons provide reports, listings, views, gramplets, and more. Here you " -"can select among the available extra addons, they will be retrieved from the " -"internet off of the Gramps website, and installed locally on your computer. " -"If you close this dialog now, you can install addons later from the menu " -"under Edit -> Preferences." -msgstr "" - -#: ../gramps/gui/glade/updateaddons.glade:100 -msgid "_Select All" -msgstr "" - -#: ../gramps/gui/glade/updateaddons.glade:114 -msgid "Select _None" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:6 -msgid "Print Preview" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:26 -msgid "Closes print preview window" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:41 -msgid "Prints the current file" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:66 -msgid "Shows the first page" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:83 -msgid "Shows previous page" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:100 -msgid "Shows the next page" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:117 -msgid "Shows the last page" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:195 -msgid "Zooms to fit the page width" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:210 -msgid "Zooms to fit the whole page" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:225 -msgid "Zooms the page in" -msgstr "" - -#: ../gramps/plugins/docgen/gtkprint.glade:240 -msgid "Zooms the page out" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:7 -msgid "Gramps - GEDCOM Encoding" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:52 -msgid "GEDCOM Encoding" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:68 -msgid "" -"This GEDCOM file has identified itself as using ANSEL encoding. Sometimes, " -"this is in error. If the imported data contains unusual characters, undo the " -"import, and override the character set by selecting a different encoding " -"below." -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:94 -msgid "Encoding: " -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:231 -msgid "Warning messages" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:296 -msgid "Created by:" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:313 -msgid "People:" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:370 -msgid "Encoding:" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:385 -msgid "Version:" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:402 -msgid "Families:" -msgstr "" - -#: ../gramps/plugins/importer/importgedcom.glade:504 -msgid "Status" -msgstr "" - -#: ../gramps/plugins/tool/changenames.glade:32 -msgid "" -"Below is a list of the family names that \n" -"Gramps can convert to correct capitalization. \n" -"Select the names you wish Gramps to convert. " -msgstr "" - -#: ../gramps/plugins/tool/changenames.glade:107 -msgid "_Accept changes and close" -msgstr "" - -#: ../gramps/plugins/tool/changetypes.glade:87 -msgid "" -"This tool will rename all events of one type to a different type. Once " -"completed, this cannot be undone by the regular Undo function." -msgstr "" - -#: ../gramps/plugins/tool/changetypes.glade:110 -msgid "_Original event type:" -msgstr "" - -#: ../gramps/plugins/tool/changetypes.glade:123 -msgid "_New event type:" -msgstr "" - -#: ../gramps/plugins/tool/desbrowser.glade:106 -msgid "Double-click on the row to edit personal information" -msgstr "" - -#: ../gramps/plugins/tool/eval.glade:162 -msgid "Evaluation Window" -msgstr "" - -#: ../gramps/plugins/tool/eval.glade:176 -msgid "Output Window" -msgstr "" - -#: ../gramps/plugins/tool/eval.glade:213 -msgid "Error Window" -msgstr "" - -#: ../gramps/plugins/tool/eventcmp.glade:239 -msgid "_Filter:" -msgstr "" - -#: ../gramps/plugins/tool/eventcmp.glade:254 -msgid "" -"The event comparison utility uses the filters defined in the Custom Filter " -"Editor." -msgstr "" - -#: ../gramps/plugins/tool/eventcmp.glade:268 -msgid "Custom filter _editor" -msgstr "" - -#: ../gramps/plugins/tool/finddupes.glade:126 -#: ../gramps/plugins/tool/mergecitations.glade:132 -msgid "Match Threshold" -msgstr "" - -#: ../gramps/plugins/tool/finddupes.glade:153 -msgid "Use soundex codes" -msgstr "" - -#: ../gramps/plugins/tool/finddupes.glade:256 -msgid "Co_mpare" -msgstr "" - -#: ../gramps/plugins/tool/finddupes.glade:380 -#: ../gramps/plugins/tool/mergecitations.glade:246 -msgid "Please be patient. This may take a while." -msgstr "" - -#: ../gramps/plugins/tool/leak.glade:94 -msgid "Uncollected Objects" -msgstr "" - -#: ../gramps/plugins/tool/mergecitations.glade:159 -msgid "Don't merge if citation has notes" -msgstr "" - -#: ../gramps/plugins/tool/notrelated.glade:172 -msgid "_Tag" -msgstr "" - -#: ../gramps/plugins/tool/ownereditor.glade:140 -msgid "_Street:" -msgstr "" - -#: ../gramps/plugins/tool/ownereditor.glade:156 -msgid "_City:" -msgstr "" - -#: ../gramps/plugins/tool/ownereditor.glade:188 -msgid "_Country:" -msgstr "" - -#: ../gramps/plugins/tool/ownereditor.glade:204 -msgid "_ZIP/Postal Code:" -msgstr "" - -#: ../gramps/plugins/tool/ownereditor.glade:220 -msgid "_Phone:" -msgstr "" - -#: ../gramps/plugins/tool/ownereditor.glade:236 -msgid "_Email:" -msgstr "" - -#: ../gramps/plugins/tool/patchnames.glade:92 -msgid "_Accept and close" -msgstr "" - -#: ../gramps/plugins/tool/patchnames.glade:143 -msgid "" -"Below is a list of the nicknames, titles, prefixes and compound surnames " -"that Gramps can extract from the family tree.\n" -"If you accept the changes, Gramps will modify the entries that have been " -"selected.\n" -"\n" -"Compound surnames are shown as lists of [prefix, surname, connector].\n" -"For example, with the defaults, the name \"de Mascarenhas da Silva e " -"Lencastre\" shows as:\n" -" [de, Mascarenhas]-[da, Silva, e]-[,Lencastre]\n" -"\n" -"Run this tool several times to correct names that have multiple information " -"that can be extracted." -msgstr "" - -#: ../gramps/plugins/tool/relcalc.glade:75 -msgid "Select a person to determine the relationship" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:94 -msgid "Search for events" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:112 -msgid "Search for sources" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:130 -msgid "Search for places" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:148 -msgid "Search for media" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:166 -msgid "Search for repositories" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:184 -msgid "Search for notes" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:275 -#: ../gramps/plugins/tool/verify.glade:237 -msgid "_Mark all" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:292 -#: ../gramps/plugins/tool/verify.glade:254 -msgid "_Unmark all" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:309 -#: ../gramps/plugins/tool/verify.glade:271 -msgid "In_vert marks" -msgstr "" - -#: ../gramps/plugins/tool/removeunused.glade:335 -#: ../gramps/plugins/tool/verify.glade:214 -msgid "Double-click on a row to view/edit data" -msgstr "" - -#: ../gramps/plugins/tool/soundgen.glade:27 -msgid "Close Window" -msgstr "" - -#: ../gramps/plugins/tool/soundgen.glade:108 -msgid "SoundEx code:" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:453 -msgid "Maximum _age" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:467 -msgid "Mi_nimum age to marry" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:499 -msgid "Ma_ximum age to marry" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:531 -msgid "Maximum number of _spouses for a person" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:580 -msgid "Maximum number of consecutive years of _widowhood before next marriage" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:596 -msgid "Maximum age for an _unmarried person" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:625 -msgid "_Estimate missing or inexact dates" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:644 -msgid "_Identify invalid dates" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:691 -msgid "Mi_nimum age to bear a child" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:707 -msgid "Ma_ximum age to bear a child" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:725 -#: ../gramps/plugins/tool/verify.glade:850 -msgid "Maximum number of chil_dren" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:792 -msgid "Women" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:816 -msgid "Mi_nimum age to father a child" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:832 -msgid "Ma_ximum age to father a child" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:917 -msgid "Men" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:985 -msgid "Maximum husband-wife age _difference" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:999 -msgid "Maximum number of years _between children" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:1015 -msgid "Maximum _span of years for all children" -msgstr "" - -#: ../gramps/plugins/tool/verify.glade:1036 -msgid "Families" -msgstr "" - -#: ../data/tips.xml.in.h:1 -msgid "" -"Working with Dates
A range of dates can be given by using the " -"format "between January 4, 2000 and March 20, 2003". You can also " -"indicate the level of confidence in a date and even choose between seven " -"different calendars. Try the button next to the date field in the Events " -"Editor." -msgstr "" - -#: ../data/tips.xml.in.h:2 -msgid "" -"Editing Objects
In most cases double clicking on a name, source, " -"place or media entry will bring up a window to allow you to edit the object. " -"Note that the result can be dependent on context. For example, in the Family " -"View clicking on a parent or child will bring up the Relationship Editor." -msgstr "" - -#: ../data/tips.xml.in.h:3 -msgid "" -"Adding Images
An image can be added to any gallery or the Media " -"View by dragging and dropping it from a file manager or a web browser. " -"Actually you can add any type of file like this, useful for scans of " -"documents and other digital sources." -msgstr "" - -#: ../data/tips.xml.in.h:4 -msgid "" -"Ordering Children in a Family
The birth order of children in a " -"family can be set by using drag and drop. This order is preserved even when " -"they do not have birth dates." -msgstr "" - -#: ../data/tips.xml.in.h:5 -msgid "" -"Talk to Relatives Before It Is Too Late
Your oldest relatives can " -"be your most important source of information. They usually know things about " -"the family that haven't been written down. They might tell you nuggets about " -"people that may one day lead to a new avenue of research. At the very least, " -"you will get to hear some great stories. Don't forget to record the " -"conversations!" -msgstr "" - -#: ../data/tips.xml.in.h:6 -msgid "" -"Filtering People
In the People View, you can 'filter' individuals " -"based on many criteria. To define a new filter go to "Edit > Person " -"Filter Editor". There you can name your filter and add and combine " -"rules using the many preset rules. For example, you can define a filter to " -"find all adopted people in the family tree. People without a birth date " -"mentioned can also be filtered. To get the results save your filter and " -"select it at the bottom of the Filter Sidebar, then click Apply. If the " -"Filter Sidebar is not visible, select View > Filter." -msgstr "" - -#: ../data/tips.xml.in.h:7 -msgid "" -"Inverted Filtering
Filters can easily be reversed by using the " -"'invert' option. For instance, by inverting the 'People with children' " -"filter you can select all people without children." -msgstr "" - -#: ../data/tips.xml.in.h:8 -msgid "" -"Locating People
By default, each surname in the People View is " -"listed only once. By clicking on the arrow to the left of a name, the list " -"will expand to show all individuals with that last name. To locate any " -"Family Name from a long list, select a Family Name (not a person) and start " -"typing. The view will jump to the first Family Name matching the letters you " -"enter." -msgstr "" - -#: ../data/tips.xml.in.h:9 -msgid "" -"The Family View
The Family View is used to display a typical " -"family unit as two parents and their children." -msgstr "" - -#: ../data/tips.xml.in.h:10 -msgid "" -"Changing the Active Person
Changing the Active Person in views is " -"easy. In the Relationship view just click on anyone. In the Ancestry View " -"doubleclick on the person or right click to select any of their spouses, " -"siblings, children or parents." -msgstr "" - -#: ../data/tips.xml.in.h:11 -msgid "" -"Who Was Born When?
Under "Tools > Analysis and " -"exploration > Compare Individual Events..." you can compare the data " -"of individuals in your database. This is useful, say, if you wish to list " -"the birth dates of everyone in your database. You can use a custom filter to " -"narrow the results." -msgstr "" - -#: ../data/tips.xml.in.h:12 -msgid "" -"Gramps Tools
Gramps comes with a rich set of tools. These allow " -"you to undertake operations such as checking the database for errors and " -"consistency. There are research and analysis tools such as event comparison, " -"finding duplicate people, interactive descendant browser, and many others. " -"All tools can be accessed through the "Tools" menu." -msgstr "" - -#: ../data/tips.xml.in.h:13 -msgid "" -"Calculating Relationships
To check if two people in the database " -"are related (by blood, not marriage) try the tool under "Tools > " -"Utilities > Relationship Calculator...". The exact relationship as " -"well as all common ancestors are reported." -msgstr "" - -#: ../data/tips.xml.in.h:14 -msgid "" -"SoundEx can help with family research
SoundEx solves a long " -"standing problem in genealogy, how to handle spelling variations. The " -"SoundEx utility takes a surname and generates a simplified form that is " -"equivalent for similar sounding names. Knowing the SoundEx Code for a " -"surname is very helpful for researching Census Data files (microfiche) at a " -"library or other research facility. To get the SoundEx codes for surnames in " -"your database, go to "Tools > Utilities > Generate SoundEx " -"Codes..."." -msgstr "" - -#: ../data/tips.xml.in.h:15 -msgid "" -"Setting Your Preferences
"Edit > Preferences..." " -"lets you modify a number of settings, such as the path to your media files, " -"and allows you to adjust many aspects of the Gramps presentation to your " -"needs. Each separate view can also be configured under "View > " -"Configure View..."" -msgstr "" - -#: ../data/tips.xml.in.h:16 -msgid "" -"Gramps Reports
Gramps offers a wide variety of reports. The " -"Graphical Reports and Graphs can present complex relationships easily and " -"the Text Reports are particularly useful if you want to send the results of " -"your family tree to members of the family via email. If you're ready to make " -"a website for your family tree then there's a report for that as well." -msgstr "" - -#: ../data/tips.xml.in.h:17 -msgid "" -"Starting a New Family Tree
A good way to start a new family tree " -"is to enter all the members of the family into the database using the Person " -"View (use "Edit > Add..." or click on the Add a new person " -"button from the People View). Then go to the Relationship View and create " -"relationships between people." -msgstr "" - -#: ../data/tips.xml.in.h:18 -msgid "" -"What's That For?
Unsure what a button does? Simply hold the mouse " -"over a button and a tooltip will appear." -msgstr "" - -#: ../data/tips.xml.in.h:19 -msgid "" -"Unsure of a Date?
If you're unsure about the date an event " -"occurred, Gramps allows you to enter a wide range of date formats based on a " -"guess or an estimate. For instance, "about 1908" is a valid entry " -"for a birth date in Gramps. Click the Date button next to the date field and " -"see the Gramps Manual to learn more." -msgstr "" - -#: ../data/tips.xml.in.h:20 -msgid "" -"Duplicate Entries
"Tools > Database Processing > Find " -"Possible Duplicate People..." allows you to locate (and merge) entries " -"of the same person entered more than once in the database." -msgstr "" - -#: ../data/tips.xml.in.h:21 -msgid "" -"Merging Entries
The function "Edit > Compare and Merge..." -"" allows you to combine separately listed people into one. Select the " -"second entry by holding the Control key as you click. This is very useful " -"for combining two databases with overlapping people, or combining " -"erroneously entered differing names for one individual. This also works for " -"the Places, Sources and Repositories views." -msgstr "" - -#: ../data/tips.xml.in.h:22 -msgid "" -"Organising the Views
Many of the views can present your data as " -"either a hierarchical tree or as a simple list. Each view can also be " -"configured to the way you like it. Have a look to the right of the top " -"toolbar or under the "View" menu." -msgstr "" - -#: ../data/tips.xml.in.h:23 -msgid "" -"Navigating Back and Forward
Gramps maintains a list of previous " -"active objects such as People, Events and . You can move forward and " -"backward through the list using "Go > Forward" and "Go " -"> Back" or the arrow buttons." -msgstr "" - -#: ../data/tips.xml.in.h:24 -msgid "" -"Keyboard Shortcuts
Tired of having to take your hand off the " -"keyboard to use the mouse? Many functions in Gramps have keyboard shortcuts. " -"If one exists for a function it is displayed on the right side of the menu." -msgstr "" - -#: ../data/tips.xml.in.h:25 -msgid "" -"Read the Manual
Don't forget to read the Gramps manual, "" -"Help > User Manual". The developers have worked hard to make most " -"operations intuitive but the manual is full of information that will make " -"your time spent on genealogy more productive." -msgstr "" - -#: ../data/tips.xml.in.h:26 -msgid "" -"Adding Children
To add children in Gramps there are two options. " -"You can find one of their parents in the Families View and open the family. " -"Then choose to create a new person or add an existing person. You can also " -"add children (or siblings) from inside the Family Editor." -msgstr "" - -#: ../data/tips.xml.in.h:27 -msgid "" -"Editing the Parent-Child Relationship
You can edit the " -"relationship of a child to its parents by double clicking the child in the " -"Family Editor. Relationships can be any of Adopted, Birth, Foster, None, " -"Sponsored, Stepchild and Unknown." -msgstr "" - -#: ../data/tips.xml.in.h:28 -msgid "" -"Show All Checkbutton
When adding an existing person as a spouse, " -"the list of people shown is filtered to display only people who could " -"realistically fit the role (based on dates in the database). In case Gramps " -"is wrong in making this choice, you can override the filter by checking the " -"Show All checkbutton." -msgstr "" - -#: ../data/tips.xml.in.h:29 -msgid "" -"Improving Gramps
Users are encouraged to request enhancements to " -"Gramps. Requesting an enhancement can be done either through the gramps-" -"users or gramps-devel mailing lists, or by going to http://bugs.gramps-" -"project.org and creating a Feature Request. Filing a Feature Request is " -"preferred but it can be good to discuss your ideas on the email lists." -msgstr "" - -#: ../data/tips.xml.in.h:30 -msgid "" -"Gramps Mailing Lists
Want answers to your questions about Gramps? " -"Check out the gramps-users email list. Many helpful people are on the list, " -"so you're likely to get an answer quickly. If you have questions related to " -"the development of Gramps, try the gramps-devel list. You can see the lists " -"by selecting "Help > Gramps Mailing Lists"." -msgstr "" - -#: ../data/tips.xml.in.h:31 -msgid "" -"Contributing to Gramps
Want to help with Gramps but can't write " -"programs? Not a problem! A project as large as Gramps requires people with a " -"wide variety of skills. Contributions can be anything from writing " -"documentation to testing development versions and helping with the web site. " -"Start by subscribing to the Gramps developers mailing list, gramps-devel, " -"and introducing yourself. Subscription information can be found at "" -"Help > Gramps Mailing Lists"" -msgstr "" - -#: ../data/tips.xml.in.h:32 -msgid "" -"So What's in a Name?
The name Gramps was suggested to the " -"original developer, Don Allingham, by his father. It stands for " -"Genealogical Research and Analysis Management Program System. It is a " -"full-featured genealogy program letting you store, edit, and research " -"genealogical data. The Gramps database back end is so robust that some users " -"are managing genealogies containing hundreds of thousands of people." -msgstr "" - -#: ../data/tips.xml.in.h:33 -msgid "" -"Bookmarking Individuals
The Bookmarks menu is a convenient place " -"to store the names of frequently used individuals. Selecting a bookmark will " -"make that person the Active Person. To bookmark someone make them the Active " -"Person then go to "Bookmarks > Add Bookmark" or press Ctrl+D. " -"You can also bookmark most of the other objects." -msgstr "" - -#: ../data/tips.xml.in.h:34 -msgid "" -"Incorrect Dates
Everyone occasionally enters dates with an " -"invalid format. Incorrect date formats will show up in Gramps with a reddish " -"background. You can fix the date using the Date Selection dialog which can " -"be opened by clicking on the date button. The format of the date is set " -"under "Edit > Preferences > Display"." -msgstr "" - -#: ../data/tips.xml.in.h:35 -msgid "" -"Listing Events
Events are added using the editor opened with " -""Person > Edit Person > Events". There is a long list of " -"preset event types. You can add your own event types by typing in the text " -"field, they will be added to the available events, but not translated." -msgstr "" - -#: ../data/tips.xml.in.h:36 -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 " -"different types and set the prefered name by dragging it to the Prefered " -"Name section." -msgstr "" - -#: ../data/tips.xml.in.h:37 -msgid "" -"Ancestor View
The Ancestry View displays a traditional pedigree " -"chart. Hold the mouse over an individual to see more information about them " -"or right click on an individual to access other family members and settings. " -"Play with the settings to see the different options." -msgstr "" - -#: ../data/tips.xml.in.h:38 -msgid "" -"Managing Sources
The Sources View shows a list of all sources in " -"a single window. From here you can edit your sources, merge duplicates and " -"see which individuals reference each source. You can use filters to group " -"your sources." -msgstr "" - -#: ../data/tips.xml.in.h:39 -msgid "" -"Managing Places
The Places View shows a list of all places in the " -"database. The list can be sorted by a number of different criteria, such as " -"City, County or State." -msgstr "" - -#: ../data/tips.xml.in.h:40 -msgid "" -"Media View
The Media View shows a list of all media entered in " -"the database. These can be graphic images, videos, sound clips, " -"spreadsheets, documents, and more." -msgstr "" - -#: ../data/tips.xml.in.h:41 -msgid "" -"Filters
Filters allow you to limit the people seen in the People " -"View. In addition to the many preset filters, Custom Filters can be created " -"limited only by your imagination. Custom filters are created from "Edit " -"> Person Filter Editor"." -msgstr "" - -#: ../data/tips.xml.in.h:42 -msgid "" -"The GEDCOM File Format
Gramps allows you to import from, and " -"export to, the GEDCOM format. There is extensive support for the industry " -"standard GEDCOM version 5.5, so you can exchange Gramps information to and " -"from users of most other genealogy programs. Filters exist that make " -"importing and exporting GEDCOM files trivial." -msgstr "" - -#: ../data/tips.xml.in.h:43 -msgid "" -"The Gramps XML Package
You can export your Family Tree as a " -"Gramps XML Package. This is a compressed file containing your family tree " -"data and all the media files connected to the database (images for example). " -"This file is completely portable so is useful for backups or sharing with " -"other Gramps users. This format has the key advantage over GEDCOM that no " -"information is ever lost when exporting and importing." -msgstr "" - -#: ../data/tips.xml.in.h:44 -msgid "" -"Web Family Tree Format
Gramps can export data to the Web Family " -"Tree (WFT) format. This format allows a family tree to be displayed online " -"using a single file, instead of many html files." -msgstr "" - -#: ../data/tips.xml.in.h:45 -msgid "" -"Making a Genealogy Website
You can easily export your family tree " -"to a web page. Select the entire database, family lines or selected " -"individuals to a collection of web pages ready for upload to the World Wide " -"Web. The Gramps project provides free hosting of websites made with Gramps." -msgstr "" - -#: ../data/tips.xml.in.h:46 -msgid "" -"Reporting Bugs in Gramps
The best way to report a bug in Gramps " -"is to use the Gramps bug tracking system at http://bugs.gramps-project.org" -msgstr "" - -#: ../data/tips.xml.in.h:47 -msgid "" -"The Gramps Homepage
The Gramps homepage is at http://gramps-" -"project.org/" -msgstr "" - -#: ../data/tips.xml.in.h:48 -msgid "" -"Privacy in Gramps
Gramps helps you to keep personal information " -"secure by allowing you to mark information as private. Data marked as " -"private can be excluded from reports and data exports. Look for the padlock " -"which toggles records between private and public." -msgstr "" - -#: ../data/tips.xml.in.h:49 -msgid "" -"Keeping Good Records
Be accurate when recording genealogical " -"information. Don't make assumptions while recording primary information; " -"write it exactly as you see it. Use bracketed comments to indicate your " -"additions, deletions or comments. Use of the Latin 'sic' is recommended to " -"confirm the accurate transcription of what appears to be an error in a " -"source." -msgstr "" - -#: ../data/tips.xml.in.h:50 -msgid "" -"Extra Reports and Tools
Extra tools and reports can be added to " -"Gramps with the "Addon" system. See them under "Help > " -"Extra Reports/Tools". This is the best way for advanced users to " -"experiment and create new functionality." -msgstr "" - -#: ../data/tips.xml.in.h:51 -msgid "" -"Book Reports
The Book report under "Reports > Books > " -"Book Report...", allows you to collect a variety of reports into a " -"single document. This single report is easier to distribute than multiple " -"reports, especially when printed." -msgstr "" - -#: ../data/tips.xml.in.h:52 -msgid "" -"Gramps Announcements
Interested in getting notified when a new " -"version of Gramps is released? Join the Gramps-announce mailing list at " -""Help > Gramps Mailing Lists"" -msgstr "" - -#: ../data/tips.xml.in.h:53 -msgid "" -"Record Your Sources
Information collected about your family is " -"only as good as the source it came from. Take the time and trouble to record " -"all the details of where the information came from. Whenever possible get a " -"copy of original documents." -msgstr "" - -#: ../data/tips.xml.in.h:54 -msgid "" -"Directing Your Research
Go from what you know to what you do not. " -"Always record everything that is known before making conjectures. Often the " -"facts at hand suggest plenty of direction for more research. Don't waste " -"time looking through thousands of records hoping for a trail when you have " -"other unexplored leads." -msgstr "" - -#: ../data/tips.xml.in.h:55 -msgid "" -"The 'How and Why' of Your Genealogy
Genealogy isn't only about " -"dates and names. It is about people. Be descriptive. Include why things " -"happened, and how descendants might have been shaped by the events they went " -"through. Narratives go a long way in making your family history come alive." -msgstr "" - -#: ../data/tips.xml.in.h:56 -msgid "" -"Don't speak English?
Volunteers have translated Gramps into more " -"than 20 languages. If Gramps supports your language and it is not being " -"displayed, set the default language in your operating system and restart " -"Gramps." -msgstr "" - -#: ../data/tips.xml.in.h:57 -msgid "" -"Gramps Translators
Gramps has been designed so that new " -"translations can easily be added with little development effort. If you are " -"interested in participating please email gramps-devel@lists.sf.net" -msgstr "" - -#: ../data/tips.xml.in.h:58 -msgid "" -"Hello, привет or 喂
Whatever script you use Gramps offers full " -"Unicode support. Characters for all languages are properly displayed." -msgstr "" - -#: ../data/tips.xml.in.h:59 -msgid "" -"The Home Person
Anyone can be chosen as the Home Person in " -"Gramps. Use "Edit > Set Home Person" in the Person View. The " -"home person is the person who is selected when the database is opened or " -"when the home button is pressed." -msgstr "" - -#: ../data/tips.xml.in.h:60 -msgid "" -"The Gramps Code
Gramps is written in a computer language called " -"Python using the GTK and GNOME libraries for the graphical interface. Gramps " -"is supported on any computer system where these programs have been ported. " -"Gramps is known to be run on Linux, BSD, Solaris, Windows and Mac OS X." -msgstr "" - -#: ../data/tips.xml.in.h:61 -msgid "" -"Open Source Software
The Free/Libre and Open Source Software " -"(FLOSS) development model means Gramps can be extended by any programmer " -"since all of the source code is freely available under its license. So it's " -"not just about free beer, it's also about freedom to study and change the " -"tool. For more about Open Source software lookup the Free Software " -"Foundation and the Open Source Initiative." -msgstr "" - -#: ../data/tips.xml.in.h:62 -msgid "" -"The Gramps Software License
You are free to use and share Gramps " -"with others. Gramps is freely distributable under the GNU General Public " -"License, see http://www.gnu.org/licenses/licenses.html#GPL to read about the " -"rights and restrictions of this license." -msgstr "" - -#: ../data/tips.xml.in.h:63 -msgid "" -"Gramps for Gnome or KDE?
For Linux users Gramps works with " -"whichever desktop environment you prefer. As long as the required GTK " -"libraries are installed it will run fine." -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:1 -msgid "Bulgaria" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:3 -msgid "Czech Republic" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:4 -msgid "Chile" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:6 -msgid "Croatia" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:7 -msgid "England" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:8 -msgid "Finland" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:10 -msgid "Germany" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:11 -msgid "Japan" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:12 -msgid "Sweden - Holidays" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:14 -msgid "Jewish Holidays" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:15 -msgid "Purim" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:16 -msgid "Passover" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:17 -msgid "2 of Passover" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:18 -msgid "3 of Passover" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:19 -msgid "4 of Passover" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:20 -msgid "5 of Passover" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:21 -msgid "6 of Passover" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:22 -msgid "7 of Passover" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:23 -msgid "Shavuot" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:24 -msgid "Rosh Ha'Shana" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:25 -msgid "Rosh Ha'Shana 2" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:26 -msgid "Yom Kippur" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:27 -msgid "Sukot" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:28 -msgid "2 of Sukot" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:29 -msgid "3 of Sukot" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:30 -msgid "4 of Sukot" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:31 -msgid "5 of Sukot" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:32 -msgid "6 of Sukot" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:33 -msgid "7 of Sukot" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:34 -msgid "Simhat Tora" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:35 -msgid "Hanuka" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:36 -msgid "2 of Hanuka" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:37 -msgid "3 of Hanuka" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:38 -msgid "4 of Hanuka" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:39 -msgid "5 of Hanuka" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:40 -msgid "6 of Hanuka" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:41 -msgid "7 of Hanuka" -msgstr "" - -#: ../gramps/plugins/lib/holidays.xml.in.h:42 -msgid "8 of Hanuka" -msgstr "" - -#: ../data/gramps.xml.in.h:1 ../data/gramps.keys.in.h:1 -msgid "Gramps database" -msgstr "" - -#: ../data/gramps.xml.in.h:3 ../data/gramps.keys.in.h:2 -msgid "Gramps package" -msgstr "" - -#: ../data/gramps.xml.in.h:4 ../data/gramps.keys.in.h:3 -msgid "Gramps XML database" -msgstr "" - -#: ../data/gramps.xml.in.h:5 -msgid "GeneWeb source file" -msgstr "" - -#: ../data/gramps.desktop.in.h:2 +#: ../data/gramps.desktop.in.h:1 msgid "Genealogy System" msgstr "" @@ -29155,3 +29120,542 @@ msgstr "" msgid "" "Manage genealogical information, perform genealogical research and analysis" msgstr "" + +#: ../data/gramps.keys.in.h:3 ../data/gramps.xml.in.h:3 +msgid "Gramps XML database" +msgstr "" + +#: ../data/gramps.keys.in.h:4 ../data/gramps.xml.in.h:4 +msgid "Gramps database" +msgstr "" + +#: ../data/gramps.keys.in.h:5 ../data/gramps.xml.in.h:5 +msgid "Gramps package" +msgstr "" + +#: ../data/gramps.xml.in.h:2 +msgid "GeneWeb source file" +msgstr "" + +#: ../data/tips.xml.in.h:1 +msgid "" +"Adding Children
To add children in Gramps there are two options. " +"You can find one of their parents in the Families View and open the family. " +"Then choose to create a new person or add an existing person. You can also " +"add children (or siblings) from inside the Family Editor." +msgstr "" + +#: ../data/tips.xml.in.h:2 +msgid "" +"Adding Images
An image can be added to any gallery or the Media " +"View by dragging and dropping it from a file manager or a web browser. " +"Actually you can add any type of file like this, useful for scans of " +"documents and other digital sources." +msgstr "" + +#: ../data/tips.xml.in.h:3 +msgid "" +"Ancestor View
The Ancestry View displays a traditional pedigree " +"chart. Hold the mouse over an individual to see more information about them " +"or right click on an individual to access other family members and settings. " +"Play with the settings to see the different options." +msgstr "" + +#: ../data/tips.xml.in.h:4 +msgid "" +"Book Reports
The Book report under "Reports > Books > " +"Book Report...", allows you to collect a variety of reports into a " +"single document. This single report is easier to distribute than multiple " +"reports, especially when printed." +msgstr "" + +#: ../data/tips.xml.in.h:5 +msgid "" +"Bookmarking Individuals
The Bookmarks menu is a convenient place " +"to store the names of frequently used individuals. Selecting a bookmark will " +"make that person the Active Person. To bookmark someone make them the Active " +"Person then go to "Bookmarks > Add Bookmark" or press Ctrl+D. " +"You can also bookmark most of the other objects." +msgstr "" + +#: ../data/tips.xml.in.h:6 +msgid "" +"Calculating Relationships
To check if two people in the database " +"are related (by blood, not marriage) try the tool under "Tools > " +"Utilities > Relationship Calculator...". The exact relationship as " +"well as all common ancestors are reported." +msgstr "" + +#: ../data/tips.xml.in.h:7 +msgid "" +"Changing the Active Person
Changing the Active Person in views is " +"easy. In the Relationship view just click on anyone. In the Ancestry View " +"doubleclick on the person or right click to select any of their spouses, " +"siblings, children or parents." +msgstr "" + +#: ../data/tips.xml.in.h:8 +msgid "" +"Contributing to Gramps
Want to help with Gramps but can't write " +"programs? Not a problem! A project as large as Gramps requires people with a " +"wide variety of skills. Contributions can be anything from writing " +"documentation to testing development versions and helping with the web site. " +"Start by subscribing to the Gramps developers mailing list, gramps-devel, " +"and introducing yourself. Subscription information can be found at "" +"Help > Gramps Mailing Lists"" +msgstr "" + +#: ../data/tips.xml.in.h:9 +msgid "" +"Directing Your Research
Go from what you know to what you do not. " +"Always record everything that is known before making conjectures. Often the " +"facts at hand suggest plenty of direction for more research. Don't waste " +"time looking through thousands of records hoping for a trail when you have " +"other unexplored leads." +msgstr "" + +#: ../data/tips.xml.in.h:10 +msgid "" +"Don't speak English?
Volunteers have translated Gramps into more " +"than 20 languages. If Gramps supports your language and it is not being " +"displayed, set the default language in your operating system and restart " +"Gramps." +msgstr "" + +#: ../data/tips.xml.in.h:11 +msgid "" +"Duplicate Entries
"Tools > Database Processing > Find " +"Possible Duplicate People..." allows you to locate (and merge) entries " +"of the same person entered more than once in the database." +msgstr "" + +#: ../data/tips.xml.in.h:12 +msgid "" +"Editing Objects
In most cases double clicking on a name, source, " +"place or media entry will bring up a window to allow you to edit the object. " +"Note that the result can be dependent on context. For example, in the Family " +"View clicking on a parent or child will bring up the Relationship Editor." +msgstr "" + +#: ../data/tips.xml.in.h:13 +msgid "" +"Editing the Parent-Child Relationship
You can edit the " +"relationship of a child to its parents by double clicking the child in the " +"Family Editor. Relationships can be any of Adopted, Birth, Foster, None, " +"Sponsored, Stepchild and Unknown." +msgstr "" + +#: ../data/tips.xml.in.h:14 +msgid "" +"Extra Reports and Tools
Extra tools and reports can be added to " +"Gramps with the "Addon" system. See them under "Help > " +"Extra Reports/Tools". This is the best way for advanced users to " +"experiment and create new functionality." +msgstr "" + +#: ../data/tips.xml.in.h:15 +msgid "" +"Filtering People
In the People View, you can 'filter' individuals " +"based on many criteria. To define a new filter go to "Edit > Person " +"Filter Editor". There you can name your filter and add and combine " +"rules using the many preset rules. For example, you can define a filter to " +"find all adopted people in the family tree. People without a birth date " +"mentioned can also be filtered. To get the results save your filter and " +"select it at the bottom of the Filter Sidebar, then click Apply. If the " +"Filter Sidebar is not visible, select View > Filter." +msgstr "" + +#: ../data/tips.xml.in.h:16 +msgid "" +"Filters
Filters allow you to limit the people seen in the People " +"View. In addition to the many preset filters, Custom Filters can be created " +"limited only by your imagination. Custom filters are created from "Edit " +"> Person Filter Editor"." +msgstr "" + +#: ../data/tips.xml.in.h:17 +msgid "" +"Gramps Announcements
Interested in getting notified when a new " +"version of Gramps is released? Join the Gramps-announce mailing list at " +""Help > Gramps Mailing Lists"" +msgstr "" + +#: ../data/tips.xml.in.h:18 +msgid "" +"Gramps Mailing Lists
Want answers to your questions about Gramps? " +"Check out the gramps-users email list. Many helpful people are on the list, " +"so you're likely to get an answer quickly. If you have questions related to " +"the development of Gramps, try the gramps-devel list. You can see the lists " +"by selecting "Help > Gramps Mailing Lists"." +msgstr "" + +#: ../data/tips.xml.in.h:19 +msgid "" +"Gramps Reports
Gramps offers a wide variety of reports. The " +"Graphical Reports and Graphs can present complex relationships easily and " +"the Text Reports are particularly useful if you want to send the results of " +"your family tree to members of the family via email. If you're ready to make " +"a website for your family tree then there's a report for that as well." +msgstr "" + +#: ../data/tips.xml.in.h:20 +msgid "" +"Gramps Tools
Gramps comes with a rich set of tools. These allow " +"you to undertake operations such as checking the database for errors and " +"consistency. There are research and analysis tools such as event comparison, " +"finding duplicate people, interactive descendant browser, and many others. " +"All tools can be accessed through the "Tools" menu." +msgstr "" + +#: ../data/tips.xml.in.h:21 +msgid "" +"Gramps Translators
Gramps has been designed so that new " +"translations can easily be added with little development effort. If you are " +"interested in participating please email gramps-devel@lists.sf.net" +msgstr "" + +#: ../data/tips.xml.in.h:22 +msgid "" +"Gramps for Gnome or KDE?
For Linux users Gramps works with " +"whichever desktop environment you prefer. As long as the required GTK " +"libraries are installed it will run fine." +msgstr "" + +#: ../data/tips.xml.in.h:23 +msgid "" +"Hello, привет or 喂
Whatever script you use Gramps offers full " +"Unicode support. Characters for all languages are properly displayed." +msgstr "" + +#: ../data/tips.xml.in.h:24 +msgid "" +"Improving Gramps
Users are encouraged to request enhancements to " +"Gramps. Requesting an enhancement can be done either through the gramps-" +"users or gramps-devel mailing lists, or by going to http://bugs.gramps-" +"project.org and creating a Feature Request. Filing a Feature Request is " +"preferred but it can be good to discuss your ideas on the email lists." +msgstr "" + +#: ../data/tips.xml.in.h:25 +msgid "" +"Incorrect Dates
Everyone occasionally enters dates with an " +"invalid format. Incorrect date formats will show up in Gramps with a reddish " +"background. You can fix the date using the Date Selection dialog which can " +"be opened by clicking on the date button. The format of the date is set " +"under "Edit > Preferences > Display"." +msgstr "" + +#: ../data/tips.xml.in.h:26 +msgid "" +"Inverted Filtering
Filters can easily be reversed by using the " +"'invert' option. For instance, by inverting the 'People with children' " +"filter you can select all people without children." +msgstr "" + +#: ../data/tips.xml.in.h:27 +msgid "" +"Keeping Good Records
Be accurate when recording genealogical " +"information. Don't make assumptions while recording primary information; " +"write it exactly as you see it. Use bracketed comments to indicate your " +"additions, deletions or comments. Use of the Latin 'sic' is recommended to " +"confirm the accurate transcription of what appears to be an error in a " +"source." +msgstr "" + +#: ../data/tips.xml.in.h:28 +msgid "" +"Keyboard Shortcuts
Tired of having to take your hand off the " +"keyboard to use the mouse? Many functions in Gramps have keyboard shortcuts. " +"If one exists for a function it is displayed on the right side of the menu." +msgstr "" + +#: ../data/tips.xml.in.h:29 +msgid "" +"Listing Events
Events are added using the editor opened with " +""Person > Edit Person > Events". There is a long list of " +"preset event types. You can add your own event types by typing in the text " +"field, they will be added to the available events, but not translated." +msgstr "" + +#: ../data/tips.xml.in.h:30 +msgid "" +"Locating People
By default, each surname in the People View is " +"listed only once. By clicking on the arrow to the left of a name, the list " +"will expand to show all individuals with that last name. To locate any " +"Family Name from a long list, select a Family Name (not a person) and start " +"typing. The view will jump to the first Family Name matching the letters you " +"enter." +msgstr "" + +#: ../data/tips.xml.in.h:31 +msgid "" +"Making a Genealogy Website
You can easily export your family tree " +"to a web page. Select the entire database, family lines or selected " +"individuals to a collection of web pages ready for upload to the World Wide " +"Web. The Gramps project provides free hosting of websites made with Gramps." +msgstr "" + +#: ../data/tips.xml.in.h:32 +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 " +"different types and set the prefered name by dragging it to the Prefered " +"Name section." +msgstr "" + +#: ../data/tips.xml.in.h:33 +msgid "" +"Managing Places
The Places View shows a list of all places in the " +"database. The list can be sorted by a number of different criteria, such as " +"City, County or State." +msgstr "" + +#: ../data/tips.xml.in.h:34 +msgid "" +"Managing Sources
The Sources View shows a list of all sources in " +"a single window. From here you can edit your sources, merge duplicates and " +"see which individuals reference each source. You can use filters to group " +"your sources." +msgstr "" + +#: ../data/tips.xml.in.h:35 +msgid "" +"Media View
The Media View shows a list of all media entered in " +"the database. These can be graphic images, videos, sound clips, " +"spreadsheets, documents, and more." +msgstr "" + +#: ../data/tips.xml.in.h:36 +msgid "" +"Merging Entries
The function "Edit > Compare and Merge..." +"" allows you to combine separately listed people into one. Select the " +"second entry by holding the Control key as you click. This is very useful " +"for combining two databases with overlapping people, or combining " +"erroneously entered differing names for one individual. This also works for " +"the Places, Sources and Repositories views." +msgstr "" + +#: ../data/tips.xml.in.h:37 +msgid "" +"Navigating Back and Forward
Gramps maintains a list of previous " +"active objects such as People, Events and . You can move forward and " +"backward through the list using "Go > Forward" and "Go " +"> Back" or the arrow buttons." +msgstr "" + +#: ../data/tips.xml.in.h:38 +msgid "" +"Open Source Software
The Free/Libre and Open Source Software " +"(FLOSS) development model means Gramps can be extended by any programmer " +"since all of the source code is freely available under its license. So it's " +"not just about free beer, it's also about freedom to study and change the " +"tool. For more about Open Source software lookup the Free Software " +"Foundation and the Open Source Initiative." +msgstr "" + +#: ../data/tips.xml.in.h:39 +msgid "" +"Ordering Children in a Family
The birth order of children in a " +"family can be set by using drag and drop. This order is preserved even when " +"they do not have birth dates." +msgstr "" + +#: ../data/tips.xml.in.h:40 +msgid "" +"Organising the Views
Many of the views can present your data as " +"either a hierarchical tree or as a simple list. Each view can also be " +"configured to the way you like it. Have a look to the right of the top " +"toolbar or under the "View" menu." +msgstr "" + +#: ../data/tips.xml.in.h:41 +msgid "" +"Privacy in Gramps
Gramps helps you to keep personal information " +"secure by allowing you to mark information as private. Data marked as " +"private can be excluded from reports and data exports. Look for the padlock " +"which toggles records between private and public." +msgstr "" + +#: ../data/tips.xml.in.h:42 +msgid "" +"Read the Manual
Don't forget to read the Gramps manual, "" +"Help > User Manual". The developers have worked hard to make most " +"operations intuitive but the manual is full of information that will make " +"your time spent on genealogy more productive." +msgstr "" + +#: ../data/tips.xml.in.h:43 +msgid "" +"Record Your Sources
Information collected about your family is " +"only as good as the source it came from. Take the time and trouble to record " +"all the details of where the information came from. Whenever possible get a " +"copy of original documents." +msgstr "" + +#: ../data/tips.xml.in.h:44 +msgid "" +"Reporting Bugs in Gramps
The best way to report a bug in Gramps " +"is to use the Gramps bug tracking system at http://bugs.gramps-project.org" +msgstr "" + +#: ../data/tips.xml.in.h:45 +msgid "" +"Setting Your Preferences
"Edit > Preferences..." " +"lets you modify a number of settings, such as the path to your media files, " +"and allows you to adjust many aspects of the Gramps presentation to your " +"needs. Each separate view can also be configured under "View > " +"Configure View..."" +msgstr "" + +#: ../data/tips.xml.in.h:46 +msgid "" +"Show All Checkbutton
When adding an existing person as a spouse, " +"the list of people shown is filtered to display only people who could " +"realistically fit the role (based on dates in the database). In case Gramps " +"is wrong in making this choice, you can override the filter by checking the " +"Show All checkbutton." +msgstr "" + +#: ../data/tips.xml.in.h:47 +msgid "" +"So What's in a Name?
The name Gramps was suggested to the " +"original developer, Don Allingham, by his father. It stands for " +"Genealogical Research and Analysis Management Program System. It is a " +"full-featured genealogy program letting you store, edit, and research " +"genealogical data. The Gramps database back end is so robust that some users " +"are managing genealogies containing hundreds of thousands of people." +msgstr "" + +#: ../data/tips.xml.in.h:48 +msgid "" +"SoundEx can help with family research
SoundEx solves a long " +"standing problem in genealogy, how to handle spelling variations. The " +"SoundEx utility takes a surname and generates a simplified form that is " +"equivalent for similar sounding names. Knowing the SoundEx Code for a " +"surname is very helpful for researching Census Data files (microfiche) at a " +"library or other research facility. To get the SoundEx codes for surnames in " +"your database, go to "Tools > Utilities > Generate SoundEx " +"Codes..."." +msgstr "" + +#: ../data/tips.xml.in.h:49 +msgid "" +"Starting a New Family Tree
A good way to start a new family tree " +"is to enter all the members of the family into the database using the Person " +"View (use "Edit > Add..." or click on the Add a new person " +"button from the People View). Then go to the Relationship View and create " +"relationships between people." +msgstr "" + +#: ../data/tips.xml.in.h:50 +msgid "" +"Talk to Relatives Before It Is Too Late
Your oldest relatives can " +"be your most important source of information. They usually know things about " +"the family that haven't been written down. They might tell you nuggets about " +"people that may one day lead to a new avenue of research. At the very least, " +"you will get to hear some great stories. Don't forget to record the " +"conversations!" +msgstr "" + +#: ../data/tips.xml.in.h:51 +msgid "" +"The 'How and Why' of Your Genealogy
Genealogy isn't only about " +"dates and names. It is about people. Be descriptive. Include why things " +"happened, and how descendants might have been shaped by the events they went " +"through. Narratives go a long way in making your family history come alive." +msgstr "" + +#: ../data/tips.xml.in.h:52 +msgid "" +"The Family View
The Family View is used to display a typical " +"family unit as two parents and their children." +msgstr "" + +#: ../data/tips.xml.in.h:53 +msgid "" +"The GEDCOM File Format
Gramps allows you to import from, and " +"export to, the GEDCOM format. There is extensive support for the industry " +"standard GEDCOM version 5.5, so you can exchange Gramps information to and " +"from users of most other genealogy programs. Filters exist that make " +"importing and exporting GEDCOM files trivial." +msgstr "" + +#: ../data/tips.xml.in.h:54 +msgid "" +"The Gramps Code
Gramps is written in a computer language called " +"Python using the GTK and GNOME libraries for the graphical interface. Gramps " +"is supported on any computer system where these programs have been ported. " +"Gramps is known to be run on Linux, BSD, Solaris, Windows and Mac OS X." +msgstr "" + +#: ../data/tips.xml.in.h:55 +msgid "" +"The Gramps Homepage
The Gramps homepage is at http://gramps-" +"project.org/" +msgstr "" + +#: ../data/tips.xml.in.h:56 +msgid "" +"The Gramps Software License
You are free to use and share Gramps " +"with others. Gramps is freely distributable under the GNU General Public " +"License, see http://www.gnu.org/licenses/licenses.html#GPL to read about the " +"rights and restrictions of this license." +msgstr "" + +#: ../data/tips.xml.in.h:57 +msgid "" +"The Gramps XML Package
You can export your Family Tree as a " +"Gramps XML Package. This is a compressed file containing your family tree " +"data and all the media files connected to the database (images for example). " +"This file is completely portable so is useful for backups or sharing with " +"other Gramps users. This format has the key advantage over GEDCOM that no " +"information is ever lost when exporting and importing." +msgstr "" + +#: ../data/tips.xml.in.h:58 +msgid "" +"The Home Person
Anyone can be chosen as the Home Person in " +"Gramps. Use "Edit > Set Home Person" in the Person View. The " +"home person is the person who is selected when the database is opened or " +"when the home button is pressed." +msgstr "" + +#: ../data/tips.xml.in.h:59 +msgid "" +"Unsure of a Date?
If you're unsure about the date an event " +"occurred, Gramps allows you to enter a wide range of date formats based on a " +"guess or an estimate. For instance, "about 1908" is a valid entry " +"for a birth date in Gramps. Click the Date button next to the date field and " +"see the Gramps Manual to learn more." +msgstr "" + +#: ../data/tips.xml.in.h:60 +msgid "" +"Web Family Tree Format
Gramps can export data to the Web Family " +"Tree (WFT) format. This format allows a family tree to be displayed online " +"using a single file, instead of many html files." +msgstr "" + +#: ../data/tips.xml.in.h:61 +msgid "" +"What's That For?
Unsure what a button does? Simply hold the mouse " +"over a button and a tooltip will appear." +msgstr "" + +#: ../data/tips.xml.in.h:62 +msgid "" +"Who Was Born When?
Under "Tools > Analysis and " +"exploration > Compare Individual Events..." you can compare the data " +"of individuals in your database. This is useful, say, if you wish to list " +"the birth dates of everyone in your database. You can use a custom filter to " +"narrow the results." +msgstr "" + +#: ../data/tips.xml.in.h:63 +msgid "" +"Working with Dates
A range of dates can be given by using the " +"format "between January 4, 2000 and March 20, 2003". You can also " +"indicate the level of confidence in a date and even choose between seven " +"different calendars. Try the button next to the date field in the Events " +"Editor." +msgstr ""