blob: 2a76706d6e11407c3a2b561cb7d2491508ea2802 (
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_("State/Province:");
gchar *s = N_("Country:");
gchar *s = N_("ZIP/Postal Code:");
gchar *s = N_("E_xt:");
gchar *s = N_("USA\n"
"Canada\n"
"Finland\n"
"");
gchar *s = N_("PO Box:");
|