Commit Graph

1537 Commits

Author SHA1 Message Date
avma
7211bfb53c
Hebrew translation 95% completed... 2019-08-10 15:25:40 +03:00
milotype
480d13ba27
Updated croatian hr.po
Some wording corrections
2019-03-24 13:45:20 +01:00
milotype
35122d814f
Updated croatian glossary hr.po
Some wording corrections
2019-03-24 13:41:12 +01:00
John Ralls
67c41aba56 Add new balance-forecast.scm to potfiles.in. 2019-03-22 12:14:38 -07:00
Frank H. Ellenberger
15e47ec9f4 Patch .po files with recent I18N changes
Where seen some other issues were fixed, too.
2019-03-08 17:58:23 +01:00
Frank H. Ellenberger
6c59f7b7dd de.po: Several fixes
5087 übersetzte Meldungen, 60 ungenaue Übersetzungen, 100 unübersetzte
Meldungen.
(improved redo of the reverted commit)
2019-03-07 06:22:44 +01:00
Frank H. Ellenberger
0cf9b426cd Revert "de.po: reflect today changes in reports"
A broken editor had truncated the file.
This reverts commit 3b2527e430.
2019-03-06 07:38:25 +01:00
Francisco Javier Serrador
982964c0ad From Bug 797034 - Spanish Translation ...
Update spanish translation to 2018-12-29
2019-03-06 04:10:56 +01:00
Frank H. Ellenberger
3b2527e430 de.po: reflect today changes in reports
1177 übersetzte Meldungen, 2 unübersetzte Meldungen.
2019-03-06 02:17:48 +01:00
Frank H. Ellenberger
c7805a1f1b Merge recent template in de.po 2019-03-05 22:04:03 +01:00
Frank H. Ellenberger
33a376bddf add hr.po's to CMakeLists.txt 2019-02-22 22:37:14 +01:00
Frank H. Ellenberger
c01955bb12 PR #455: initial release of the croatian translation
Merge branch 'milotype-hr-01' of https://github.com/milotype/Gnucash into maint
2019-02-22 22:22:59 +01:00
Frank H. Ellenberger
609bd48a0d Shorten a german column header 2019-02-22 05:03:47 +01:00
Geert Janssens
fce75ea748 Add dedicated api to query build-time, version related compile constants
And use it in several location in the code for consistent behaviour
2019-02-21 17:00:15 +01:00
milotype
1d82a6dcb1
update hr.po
changes:
- hr.po:3638 => added accelerator mark
- hr.po:7788 => added accelerator mark
- hr.po:10957 => removed accelerator mark
- hr.po:16166 => no change, ignored
- some minor other changes in wording
2019-02-21 05:57:45 +01:00
milotype
3c52c5015a
Initial release of hr.po (croatian translation)
ignore prior file
2019-02-13 15:45:56 +01:00
milotype
4b333a2a1c
Initial release of the croatian glossary files
ignore prior file
2019-02-13 15:44:34 +01:00
milotype
6624d3ff4d
Initial release of hr.po (croatian translation) 2019-02-04 22:42:22 +01:00
milotype
29ad4e177d
Initial release of the croatian glossary files 2019-02-04 22:38:12 +01:00
Christopher Lam
37ae30dbff [fr.po] fixes thanks to benjub 2019-01-26 16:59:55 +08:00
Christopher Lam
83463a6f3c [fr.po] further tip-of-the-day translations 2019-01-26 16:59:55 +08:00
Christopher Lam
a975cedfe2 [fr.po] update translations 2019-01-26 16:59:55 +08:00
Christian Stimming
48988ac59a Update German translation 2019-01-18 23:52:51 +01:00
John Ralls
b4fedff90e Provide a single static instance of C++ locale.
We can't use std::locale::global because all streams imbue it by
default and if it's not 'C' (aka std::locale::classic) then we
must imbue all the streams that we don't want localized, and that's
most of them.

Provides error checking for setting the C++ locale from the environment.
This is necessary both because the environment might have an invalid
locale, which would cause an unhandled exception crash.

On windows std::locale("") can't handle some Microsoft-style locale
strings (e.g. Spanish_Spain) so we use boost::locale's gen("") function
to set the locale--though even that can't handle a Microsoft-style
locale string with an appended charset (e.g. Spanish_Spain.1252) and
that's what glibc's setlocale(LC_ALL, NULL) emits.
2019-01-06 10:13:01 -08:00
Christian Stimming
83ae800645 Update German translation. 2018-12-30 22:23:01 +01:00
John Ralls
ae3c2bff77 Update translations from the Translation Project.
Updated Languages: Chinese (Simplified), Farsi, Japanese, Ukrainian.
2018-12-30 07:38:18 -08:00
Christian
596d0336c6 Update German translation. 2018-12-29 22:26:30 +01:00
Frank H. Ellenberger
294c932e3b de.po: Berichtige ein bisher nicht übersetztes Datum-Format
Follow up of commit 7f1a711
2018-12-22 01:20:45 +01:00
Frank H. Ellenberger
07821be68d de.po: fix 1 MsgStr to test boost::locale::tramslate
preparation for Bug 796988
2018-12-21 06:04:05 +01:00
Geert Janssens
67174dd0b1 Prevent temporary editor files from being picked up for POTFILES.in generation
Aparently cmake's file glob also picks up hidden files and doesn't have
an easy way to avoid that.
2018-11-04 13:07:36 +01:00
John Ralls
1c6fca9fca Remove emacs artifact from POTFILES.in. 2018-11-02 11:27:41 -07:00
John Ralls
0e723610f0 Bug 795080 - Some dates reset to 01/01/1970
The first fix for this bug handled structs tm with ambiguous times.
This one fixes the GncDate constructor when the time is ambiguous
because it's in the DST-change hour, using the same add 3 hours,
construct the LDT, and subtract the 3 hours from the result.

The string constructor handles only simple-offset HH:MM timezones and so
is immune to the bug.
2018-11-02 10:45:40 -07:00
Frank H. Ellenberger
204d6864c0 merge current messages in fr.po
3961 translated messages, 892 fuzzy translations, 390 untranslated
messages.
2018-11-02 01:20:21 +01:00
Frank H. Ellenberger
8625fe6500 Minor fixes of PR #429
Fix Language and Plural-Forms tags
2018-11-01 20:51:13 +01:00
Frank H. Ellenberger
f350c4ad58 PR #429: French translation update
Merge branch 'maint' of https://github.com/YBSLE/gnucash into maint
2018-11-01 20:31:30 +01:00
Frank H. Ellenberger
046b4e61a1 Add mailinglist address to translator-credits 2018-10-31 00:08:34 +01:00
yo
3d9628746e French translation update 2018-10-26 17:18:22 +02:00
yo
541e5ff117 French translation update 2018-10-25 14:05:51 +02:00
U-IXION\christoph
fe99b0a702 Fix syntax error 2018-10-17 19:27:03 +02:00
U-IXION\christoph
218f16c6ef Doing some german translations 2018-10-17 19:04:38 +02:00
Frank H. Ellenberger
544fd31c48 Reverse author list of de.po and use it in translator_credits 2018-10-17 10:01:33 +02:00
Frank H. Ellenberger
93981f2758 msgmerge de.po to version 3.3 2018-10-17 08:19:24 +02:00
Frank H. Ellenberger
295f8e38d8 Update LINGUAS explanation to the last version we had in autotools 2018-10-17 07:33:38 +02:00
Pedro Albuquerque
a777666c2e updated pt.po
5238 translated messages, 1 untranslated message.
2018-10-11 08:58:58 +02:00
Frank H. Ellenberger
c713540def Merge recent changes in pt.po
5082 translated messages, 114 fuzzy translations, 43 untranslated
messages.
2018-10-11 02:03:13 +02:00
Pedro Albuquerque
17ff6aa0a3 updated po/glossary/pt.po 2018-10-09 09:49:08 +01:00
Pedro Albuquerque
b1e96f5e40 Updated pt.po 2018-10-09 09:08:50 +01:00
Pedro Albuquerque
0f2e89afb8 updated pt.po 2018-10-08 15:06:03 +01:00
John Ralls
8d90966251 Update Farsi and Ukrainian translations from the Translation Project.
Includes re-applying http://bugzilla.gnome.org -> https://bugs.gnucash.org.
2018-09-29 12:44:09 -07:00
Geert Janssens
406953c2ae Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla'
Additionally use https everywhere to refer to bugs.gnucash.org or bugzilla.gnome.org
2018-09-28 15:00:43 +02:00