From 8149b4fe724f784bfa120e5ae15b0945a7c713f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 11 Oct 2013 08:26:07 +0000 Subject: [PATCH] 7110: alternate possessive form, which will limit issues on parsing svn: r23303 --- data/gramps.appdata.xml.in | 5 ++--- po/fr.po | 6 +++--- po/gramps.pot | 4 ++-- po/update_po.py | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/data/gramps.appdata.xml.in b/data/gramps.appdata.xml.in index 7da66ddd1..cf93ce4bc 100644 --- a/data/gramps.appdata.xml.in +++ b/data/gramps.appdata.xml.in @@ -3,9 +3,8 @@ gramps.desktop CC0 -<_p> -Gramps is a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists. -It gives you the ability to record the many details of an individual’s life as well as the complex relationships between various people, places and events. +<_p>Gramps is a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists. +It gives you the ability to record the many details of the life of an individual as well as the complex relationships between various people, places and events. All of your research is kept organized, searchable and as precise as you need it to be. diff --git a/po/fr.po b/po/fr.po index 368695980..20405ed1d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -26,8 +26,8 @@ msgid "" msgstr "" "Project-Id-Version: 4.0-beta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-11 10:02+0200\n" -"PO-Revision-Date: 2013-10-11 10:08+0100\n" +"POT-Creation-Date: 2013-10-11 10:21+0200\n" +"PO-Revision-Date: 2013-10-11 10:23+0100\n" "Last-Translator: \n" "Language-Team: French \n" "Language: fr\n" @@ -31615,7 +31615,7 @@ msgid "Gramps for Gnome or KDE?
For Linux users Gramps works with whi 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/gramps.appdata.xml.in.h:1 -msgid "Gramps is a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists. It gives you the ability to record the many details of an individual’s life as well as the complex relationships between various people, places and events. All of your research is kept organized, searchable and as precise as you need it to be." +msgid "Gramps is a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists. It gives you the ability to record the many details of the life of an individual as well as the complex relationships between various people, places and events. All of your research is kept organized, searchable and as precise as you need it to be." msgstr "Gramps est un programme de généalogie, intuitif pour le loisir et complet pour un usage professionnel. Il vous permet d'enregistrer de nombreux détails sur la vie d'un individu ainsi que les relations complexes entre différentes personnes, différents lieux et événements. Toutes vos recherches sont organisées, consultables et précises pour votre confort d'utilisation." #~ msgid "Gramps is a free software project and community. We strive to produce a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists." diff --git a/po/gramps.pot b/po/gramps.pot index 4119a28c2..689051d23 100644 --- a/po/gramps.pot +++ b/po/gramps.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-11 10:02+0200\n" +"POT-Creation-Date: 2013-10-11 10:21+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30339,7 +30339,7 @@ msgstr "" msgid "" "Gramps is a genealogy program that is both intuitive for hobbyists and " "feature-complete for professional genealogists. It gives you the ability to " -"record the many details of an individual’s life as well as the complex " +"record the many details of the life of an individual as well as the complex " "relationships between various people, places and events. All of your " "research is kept organized, searchable and as precise as you need it to be." msgstr "" diff --git a/po/update_po.py b/po/update_po.py index 9ce639505..59aab8abe 100644 --- a/po/update_po.py +++ b/po/update_po.py @@ -48,7 +48,7 @@ Examples: Checks 'de.po' file, tests to compile and generates a textual resume. """ -from __future__ import print_function +from __future__ import print_function, unicode_literals import os import sys