diff options
Diffstat (limited to 'addressbook/contact-editor/fullname-strings.h')
-rw-r--r-- | addressbook/contact-editor/fullname-strings.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/addressbook/contact-editor/fullname-strings.h b/addressbook/contact-editor/fullname-strings.h new file mode 100644 index 0000000000..cd6b118547 --- /dev/null +++ b/addressbook/contact-editor/fullname-strings.h @@ -0,0 +1,25 @@ +/* + * 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 Full Name"); +gchar *s = N_("Title:"); +gchar *s = N_("First:"); +gchar *s = N_("Middle:"); +gchar *s = N_("Last:"); +gchar *s = N_("Suffix:"); +gchar *s = N_("\n" + "Mr.\n" + "Mrs.\n" + "Dr.\n" + ""); +gchar *s = N_("\n" + "Senior\n" + "Junior\n" + "II\n" + "III\n" + "Esquire\n" + ""); +gchar *s = N_("Show this again when name is incomplete or unclear"); |