diff options
Diffstat (limited to 'ui/evolution-addressbook.h')
-rw-r--r-- | ui/evolution-addressbook.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ui/evolution-addressbook.h b/ui/evolution-addressbook.h index 3128ccfb83..5c97aa9098 100644 --- a/ui/evolution-addressbook.h +++ b/ui/evolution-addressbook.h @@ -6,20 +6,20 @@ * POTFILES.in. DO NOT compile it as part of your application. */ -gchar *s = N_("_Print Contacts..."); gchar *s = N_("As _Table"); -gchar *s = N_("_New Contact"); -gchar *s = N_("_Tools"); -gchar *s = N_("_Search for contacts"); -gchar *s = N_("New"); gchar *s = N_("Create a new contact"); +gchar *s = N_("Delete"); +gchar *s = N_("Delete a contact"); gchar *s = N_("Find"); gchar *s = N_("Find a contact"); +gchar *s = N_("New"); gchar *s = N_("Print"); gchar *s = N_("Print contacts"); -gchar *s = N_("Delete"); -gchar *s = N_("Delete a contact"); -gchar *s = N_("View All"); -gchar *s = N_("View all contacts"); gchar *s = N_("Stop"); gchar *s = N_("Stop Loading"); +gchar *s = N_("View All"); +gchar *s = N_("View all contacts"); +gchar *s = N_("_New Contact"); +gchar *s = N_("_Print Contacts..."); +gchar *s = N_("_Search for contacts"); +gchar *s = N_("_Tools"); |