Commit Graph

21133 Commits

Author SHA1 Message Date
Paul Franklin 26ebc3bda7 typos
svn: r22094
2013-04-24 01:01:26 +00:00
Paul Franklin 570d0e1ac1 enable translated output for this report
svn: r22092
2013-04-24 00:12:17 +00:00
Mirko Leonhäuser f6c39ffe17 updated german translation
svn: r22091
2013-04-23 19:04:45 +00:00
Paul Franklin da36417690 change GuiFamilyOption precedence to match GuiPersonOption
(that is, use any "overridden" value, then any "active"
family, then any family of the "active" person, and only
then fall back on others, such as a saved-away family option
value, or any family of the user's "default" person)


svn: r22089
2013-04-23 18:06:48 +00:00
Jérôme Rapinat b30869c6a4 update template and french translation
svn: r22088
2013-04-23 14:43:18 +00:00
Jérôme Rapinat 3dcc029dbd "Id" property should be into a comment
svn: r22087
2013-04-23 14:30:49 +00:00
Paul Franklin dc1d12947e enable translated output for this report
svn: r22083
2013-04-23 04:53:59 +00:00
Paul Franklin 89b6d05fd4 enable translated output for this report
svn: r22081
2013-04-23 04:52:58 +00:00
Paul Franklin 4dd28d5532 enable translated output for this report
svn: r22079
2013-04-23 04:51:54 +00:00
Paul Franklin 5c13786ac4 enable translated output for this report
svn: r22077
2013-04-23 04:50:44 +00:00
Paul Franklin e2be8e2875 enable translated output for this report
svn: r22075
2013-04-23 04:48:37 +00:00
Paul Franklin 42f014efeb reenable translated report title
svn: r22073
2013-04-22 18:17:24 +00:00
Jérôme Rapinat 59ed4f8a8f need context differences for the "To Do" translation string (patch by Harmen Huizinga)
svn: r22068
2013-04-22 07:28:31 +00:00
Mirko Leonhäuser 07db07eb87 updated german translation
svn: r22064
2013-04-21 18:23:27 +00:00
John Ralls f9e8c90b7d [r22062]GrampsLocale: Fix execption
'Foo has no attribute _Foo__get_type'
From moving the set_locale function to the superclass. One can get
carried away with enforcing private attributes...

svn: r22063
2013-04-21 18:02:47 +00:00
Joan Creus f405ef9f3a Translation update
svn: r22061
2013-04-21 11:36:35 +00:00
Jérôme Rapinat 7a012c2790 French translation: try to make it consistent
svn: r22060
2013-04-21 10:57:47 +00:00
Jérôme Rapinat bc1b99a85e minor update
svn: r22059
2013-04-21 10:42:22 +00:00
Jérôme Rapinat 34bb0b7769 from __future__ imports must occur at the beginning of the file
svn: r22058
2013-04-21 10:23:43 +00:00
Jérôme Rapinat 391155d14b indentation
svn: r22057
2013-04-21 10:20:20 +00:00
John Ralls 1436945239 [r22039]Bug 6533: Report plugin name
when failing to load an add-on translation
Message now says (e.g.) WARNING: Plugin ExtendedAttributes has no translation for any of your configured languages, using US English instead

svn: r22056
2013-04-20 23:24:11 +00:00
John Ralls f657238034 [r22038]GrampsLocale: Add explanatory comment
After I stopped myself from fixing something that was done right!

svn: r22055
2013-04-20 23:24:05 +00:00
John Ralls 821bf3b740 [r22037]GrampsLocale: Mac: Align flow of user preferences
to match other OSes.
Also add diagnostics to make Tim Lyons happy.

svn: r22054
2013-04-20 23:23:59 +00:00
John Ralls 8ce27e1be6 [r22036]GrampsLocale: Win32: Clean up extraneous conditions
don't set self.language prematurely

svn: r22053
2013-04-20 23:23:53 +00:00
John Ralls c338c75953 [r22035]GrampsLocale: Posix: Move LC_MESSAGES check
to setting self.language

svn: r22052
2013-04-20 23:23:48 +00:00
John Ralls 001b520199 [r22034]GrampsLocale: Add some debugging messages.
Move the warning about failure to after the last attempt.

svn: r22051
2013-04-20 23:23:41 +00:00
John Ralls c6f926188a [r22033]GrampsLocale: Init_from_environment: Change precedence
LC_MESSAGES takes precedence over LC_CTYPE for setting self.lang
$LANGUAGES overrides $LANG, $LC_FOO for setting translations

svn: r22050
2013-04-20 23:23:36 +00:00
John Ralls badaa407f6 [r22032]GrampsLocale: Fix indentation error
svn: r22049
2013-04-20 23:23:29 +00:00
John Ralls 14575a3bc8 [r22031]MacLocale: Make sure the overrides work correctly
And that we follow the user's preferences correctly or issue a warning that we've defaulted to US English if we can't.

svn: r22048
2013-04-20 23:23:23 +00:00
John Ralls edd40cafa3 [r22030]Supply a concatstrings PostScript function
To allow postscript documents to work without Ghostscript.

svn: r22047
2013-04-20 23:23:18 +00:00
John Ralls 50e43f51c9 [r22029]Use GrampsLocale.encoding to get the code set instead of locale
svn: r22046
2013-04-20 23:23:12 +00:00
John Ralls ea0a839ab1 [r22028]GrampsLocale: Replace gen.plug.utils gfloat()
With GrampsLocale.float().
Also remove gen.plug.utils gformat(), which was written to work
around string formatting with %f localizing the decimal point,
which it doesn't do. locale.format() does, but it wasn't being
used anyway.

svn: r22045
2013-04-20 23:23:07 +00:00
John Ralls 9284223d4b [r22027]GrampsLocale: Wrap locale.format and locale.format_string
To concentrate the locale dependency in grampslocale.py

svn: r22044
2013-04-20 23:22:59 +00:00
John Ralls 7c2469a3ca [r22026]Remove some imports of locale where nothing it exports was used.
svn: r22043
2013-04-20 23:22:53 +00:00
John Ralls 7005b63a43 [r22025]Take the localization debug info from GrampsLocale
instead of locale

svn: r22042
2013-04-20 23:22:44 +00:00
John Ralls 70345ef4b8 [r22024]GrampsLocale: Add GrampsLocale attributes numeric and currency
svn: r22041
2013-04-20 23:22:37 +00:00
John Ralls f2d7e62fc0 [r22023]MacLocale: Fix missing subscript.
svn: r22040
2013-04-20 23:22:31 +00:00
Paul Franklin c032fc8dae typos
svn: r22020
2013-04-19 16:57:48 +00:00
Erik De Richter 15f7b45d3f updated dutch translation
svn: r22019
2013-04-19 06:12:05 +00:00
Paul Franklin 9c44e4500f typo
svn: r22016
2013-04-18 20:56:06 +00:00
Paul Franklin 8aa2a6aa24 give the "ahnentafel" report a user-settable title string
(since many English speakers do not know what "ahnentafel" means)


svn: r22014
2013-04-18 19:08:19 +00:00
Paul Franklin fa35769714 add name-format option to the three GraphViz reports
svn: r22012
2013-04-18 17:16:16 +00:00
Jérôme Rapinat 53b67443f2 6645: unable to do Spanish kinship report, 4185: Julio's patch
svn: r22010
2013-04-18 09:05:14 +00:00
Paul Franklin feb36c5ce4 refactor: move name_format into stdoptions.py
svn: r22008
2013-04-17 20:49:14 +00:00
Erik De Richter b0a159ee2f updated dutch translation
svn: r22007
2013-04-17 19:24:35 +00:00
Paul Franklin 6d57f08ac0 6623: funny GUI report-language display
svn: r22005
2013-04-16 22:18:47 +00:00
Mirko Leonhäuser 9fc255371d updated german translation
svn: r22004
2013-04-16 17:46:50 +00:00
Paul Franklin 706e92be77 6462: GEDCOM import fails (patch by Enno Borgsteede)
svn: r22001
2013-04-15 22:01:08 +00:00
Benny Malengier 16cfc2af23 6618: Export CSV crashes gramps 4.0 beta
svn: r21999
2013-04-15 11:01:24 +00:00
Benny Malengier 77adb230c5 6635: retry of bug 6443, exec missing globals
svn: r21997
2013-04-15 09:40:47 +00:00