blob: 6502ad796ca7a96b7f5287e95b5ddf005ac85a41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* Translatable strings file generated by Glade.
* Add this file to your project's POTFILES.in.
* DO NOT compile it as part of your application.
*/
gchar *s = N_("Check Address");
gchar *s = N_("_Street Address:");
gchar *s = N_("City:");
gchar *s = N_("ZIP/Postal Code:");
gchar *s = N_("PO Box:");
gchar *s = N_("Address _2:");
gchar *s = N_("State/Province:");
gchar *s = N_("USA");
gchar *s = N_("Canada");
gchar *s = N_("Finland");
gchar *s = N_("USA");
gchar *s = N_("Country:");
|