Ticket #5475: de_timedelta_plural_fix.patch
| File de_timedelta_plural_fix.patch, 776 bytes (added by Martin Scharrer <martin@…>, 21 months ago) |
|---|
-
trac/locale/de/LC_MESSAGES/messages.po
old new 3974 3974 msgid "%(num)d year" 3975 3975 msgid_plural "%(num)d years" 3976 3976 msgstr[0] "%(num)d Jahr" 3977 msgstr[1] "%(num)d Jahre "3977 msgstr[1] "%(num)d Jahren" 3978 3978 3979 3979 #: trac/util/datefmt.py:80 3980 3980 #, python-format 3981 3981 msgid "%(num)d month" 3982 3982 msgid_plural "%(num)d months" 3983 3983 msgstr[0] "%(num)d Monat" 3984 msgstr[1] "%(num)d Monate "3984 msgstr[1] "%(num)d Monaten" 3985 3985 3986 3986 #: trac/util/datefmt.py:81 3987 3987 #, python-format … … 3995 3995 msgid "%(num)d day" 3996 3996 msgid_plural "%(num)d days" 3997 3997 msgstr[0] "%(num)d Tag" 3998 msgstr[1] "%(num)d Tage "3998 msgstr[1] "%(num)d Tagen" 3999 3999 4000 4000 #: trac/util/datefmt.py:83 4001 4001 #, python-format
