116 Commits

Author SHA1 Message Date
Lukas Fleischer
89efd4e612 Update message catalog
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2016-10-10 22:00:15 +02:00
Lukas Fleischer
2fa33567dd po/: Translation updates from Transifex 2016-04-11 22:06:55 +02:00
Lukas Fleischer
306a207f28 po/calcurse.pot: Update message catalog
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2016-04-02 08:46:47 +02:00
Lukas Fleischer
19f239e490 po/calcurse.pot: Update message catalog
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2016-01-30 11:22:36 +01:00
Lukas Fleischer
978d24a9d2 Update copyright ranges
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2016-01-30 11:21:53 +01:00
Lukas Fleischer
c84c911f5b po/: Translation updates from Transifex
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2015-02-22 10:40:05 +01:00
Lukas Fleischer
5352e80365 po/doc/: Rebuild with new translate-toolkit
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2015-02-22 10:40:05 +01:00
Lukas Fleischer
9ef427693b Update copyright ranges
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2015-02-07 11:42:20 +01:00
Lukas Fleischer
4ec7fe1239 po/calcurse.pot: Update message catalog
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2014-08-03 23:51:35 +02:00
Lukas Fleischer
1c7b1befe3 po/: Translation updates from Transifex
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2014-08-03 23:14:43 +02:00
Lukas Fleischer
0d481aa00c Document the reload feature
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2014-07-28 13:12:42 +02:00
Lukas Fleischer
1cf173106a po/calcurse.pot: Update message catalog
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2014-07-28 12:52:07 +02:00
Lukas Fleischer
490e5a4e1d po/: Translation updates from Transifex
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2014-07-08 15:52:41 +02:00
Lukas Fleischer
b74a9462de po/: Translation updates from Transifex
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-08-27 17:42:45 +02:00
Lukas Fleischer
85b9a8e31a po/doc/: Update message catalogs
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-07-24 08:51:30 +02:00
Lukas Fleischer
d4e9bd9ca8 Drop doc/main.txt
This is no longer needed since we don't use the internal online help
system anymore.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-07-24 08:45:58 +02:00
Lukas Fleischer
1aa43ff966 Add POT files for online help texts
Use translate-toolkit to generate message catalogs for all online help
texts. Add Transifex resources for each of the message catalogs.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-07-23 11:17:49 +02:00
Lukas Fleischer
5736f4cd9c calcurse.pot: Update message catalog
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-07-23 10:40:41 +02:00
Lukas Fleischer
fd349d9356 po/POTFILES.in: Sync with source tree
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-07-23 10:39:13 +02:00
Lukas Fleischer
a7944d335e Update copyright ranges
Add 2013 to the copyright range for all source and documentation files.

Reported-by: Frederic Culot <frederic@culot.org>
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2013-02-04 20:10:14 +01:00
Lukas Fleischer
a9cbf27536 po/: Translation updates from Transifex
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-12-05 12:28:55 +01:00
Lukas Fleischer
225a310de1 po/: Add Makevars
Add project-specific gettext settings to "po/Makevars". Also, remove the
"AM_XGETTEXT_OPTION" autoconf macro and use "XGETTEXT_OPTIONS" Makevars
instead.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-11-26 01:46:56 +01:00
Lukas Fleischer
b4bd37902a calcurse.pot: Update message catalog
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-11-23 22:51:07 +01:00
Lukas Fleischer
9ed7494f5e Move interaction functions to a separate file
This is a first step to clean up several compilation units and separate
the front end from back-end operations. All functions that require user
interaction are moved to a new compilation unit "interaction.c". Also,
following things are adjusted to the new layout:

* Make day_item_get_*() and a few other functions public, so that it can
  be accessed from the new compilation unit.

* Use apoint_hilt(), todo_hilt(), etc. instead of directly accessing
  static variables.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-06-30 14:34:35 +02:00
Lukas Fleischer
681a63ea76 po/: Translation updates from Transifex
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-06-24 01:25:54 +02:00
Lukas Fleischer
e08809bef8 po/calcurse.pot: Update message catalog
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-06-24 01:11:53 +02:00
Lukas Fleischer
9be3a9c1f0 scripts/: Add support for placeholders
Allow for specifying placeholders in shell scripts that are replaced
during build time. Predefine a "@PACKAGE_VERSION@" placeholder that is
replaced with the current version number. Also, rename all shell scripts
to ".sh.in".

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-06-01 16:07:46 +02:00
Lukas Fleischer
8ee853b748 po/: Translation updates from Transifex
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-06-01 00:42:28 +02:00
Lukas Fleischer
0bc63d97ab po/: Add Portuguese (Brazil) translation
Thanks-to: Rafael Ferreira <rafael.f.f1@gmail.com>
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-06-01 00:34:00 +02:00
Lukas Fleischer
c9163c92de po/calcurse.pot: Update message catalog
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-06-01 00:33:49 +02:00
Lukas Fleischer
1019be7cce po/POTFILES.in: Add missing source files
We forgot to add these when splitting existing or creating new source
files.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-05-23 23:17:03 +02:00
Lukas Fleischer
7fa1f0e2aa Add localization to calcurse-upgrade
* Use gettext in "scripts/calcurse-upgrade".

* Add "scripts/calcurse-upgrade" to "po/POTFILES.in".

* Rename "scripts/calcurse-upgrade" to "scripts/calcurse-upgrade.sh" to
  make sure xgettext(1) detects the correct input file format.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-05-23 17:25:41 +02:00
Lukas Fleischer
2d298dcd5f Update translations
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-09-06 14:37:56 +02:00
Lukas Fleischer
2336066855 Update translations files
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-07-31 02:55:56 +02:00
Lukas Fleischer
79deaaac35 Translation updates from Transifex.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-05-24 11:25:07 +02:00
Lukas Fleischer
09231785f2 Update portable object files.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-04-10 18:02:33 +02:00
Lukas Fleischer
76b61faa67 Update "calcurse.pot".
Renegerate the catalog file with our new xgettext options. Drop line
numbers.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-04-10 18:00:18 +02:00
Lukas Fleischer
55262a3074 Add russian translation.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-13 13:17:09 +01:00
Lukas Fleischer
c22dcaf6be Update website links to match the new URL.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-04 11:07:49 +01:00
Lukas Fleischer
73e9649387 Update mail addresses to match the new mailing lists.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-04 11:07:40 +01:00
Lukas Fleischer
91c9cac898 Remove CVS "$Id" headers.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2011-03-03 16:19:45 +01:00
Lukas Fleischer
56b9cbcb84 Fixed file permissions. 2011-03-03 12:21:16 +01:00
Frederic Culot
9f4468e20a Fix compile errors in German translation. 2010-10-23 11:08:28 +00:00
Frederic Culot
4e8f5f93cd German translation updated by Benjamen Moeller, thanks. 2010-10-23 10:56:36 +00:00
Frederic Culot
41857b5f8e calcurse 2.8 released. 2010-05-29 07:33:58 +00:00
Frederic Culot
cc3a93e2fb calcurse 2.7 released 2009-08-22 08:50:49 +00:00
Frederic Culot
f0005f64dc dmon.c added to the list of translatable sources 2009-07-26 21:08:01 +00:00
Frederic Culot
dad1356585 calcurse 2.6 2009-07-10 20:34:07 +00:00
Frederic Culot
bb586b92b5 calcurse 2.5 released 2009-01-25 08:04:30 +00:00
Frederic Culot
197a914c51 po files updated for version 2.5 2009-01-24 19:02:42 +00:00