~ubuntu-branches/debian/sid/intltool/sid

« back to all changes in this revision

Viewing changes to tests/results/test.scm.h

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2005-01-25 22:56:05 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050125225605-7xwnbc3jolfyklc2
Tags: 0.33-1
* New upstream release.
* Gustavo Noronha Silva:
  - debian/watch: updated to watch for 0.33 versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* so "what? */
 
2
char *s = N_("another \" string");
 
3
char *s = N_("here");
 
4
/* all well */
 
5
char *s = N_("multiple");
 
6
/* this is a fine comment for translators */
 
7
char *s = N_("nice string; thanks");
 
8
/* silly comment */
 
9
char *s = N_("translatable string");
 
10
char *s = N_("translation");
 
11
char *s = N_("translations; per line");