~ubuntu-branches/debian/sid/sql-ledger/sid

« back to all changes in this revision

Viewing changes to locale/ch/menu.missing

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog
  • Date: 2010-01-27 18:57:26 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100127185726-la63nngx7fwruse6
Tags: 2.8.28-1
* New upstream release.
* Fix version indicated in debian/NEWS (thanks to lintian).
* Register documentation with doc-base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# module menu
2
 
# add the missing texts and run locales.pl to rebuild
3
 
 
4
 
$missing = {
5
 
  '1.Reminder'                  => '',
6
 
  '2.Reminder'                  => '',
7
 
  '3.Reminder'                  => '',
8
 
  'Reminder'                    => '',
9
 
};
10
 
 
11
 
1;