diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-02 03:40:19 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-02 03:40:19 +0800 |
commit | b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6 (patch) | |
tree | c931eb292f3610cb9c5687260d56b660db176d47 /modules/calendar | |
parent | 125573b8fd62f4d0d38907c95c70168ca984d3c4 (diff) | |
download | gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.gz gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.bz2 gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.lz gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.xz gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.zst gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.zip |
Bug #325121 - Do not translate developer strings in g_param_spec_*
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-backend.c | 4 | ||||
-rw-r--r-- | modules/calendar/e-cal-shell-sidebar.c | 12 | ||||
-rw-r--r-- | modules/calendar/e-memo-shell-backend.c | 4 | ||||
-rw-r--r-- | modules/calendar/e-memo-shell-content.c | 8 | ||||
-rw-r--r-- | modules/calendar/e-memo-shell-sidebar.c | 8 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-backend.c | 4 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-content.c | 8 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-sidebar.c | 8 |
8 files changed, 28 insertions, 28 deletions
diff --git a/modules/calendar/e-cal-shell-backend.c b/modules/calendar/e-cal-shell-backend.c index 5560d018cc..20ab7cf844 100644 --- a/modules/calendar/e-cal-shell-backend.c +++ b/modules/calendar/e-cal-shell-backend.c @@ -774,8 +774,8 @@ cal_shell_backend_class_init (ECalShellBackendClass *class) PROP_SOURCE_LIST, g_param_spec_object ( "source-list", - _("Source List"), - _("The registry of calendars"), + "Source List", + "The registry of calendars", E_TYPE_SOURCE_LIST, G_PARAM_READABLE)); } diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c index abe4132fa4..2f48755b77 100644 --- a/modules/calendar/e-cal-shell-sidebar.c +++ b/modules/calendar/e-cal-shell-sidebar.c @@ -738,8 +738,8 @@ cal_shell_sidebar_class_init (ECalShellSidebarClass *class) PROP_DATE_NAVIGATOR, g_param_spec_object ( "date-navigator", - _("Date Navigator Widget"), - _("This widget displays a miniature calendar"), + "Date Navigator Widget", + "This widget displays a miniature calendar", E_TYPE_CALENDAR, G_PARAM_READABLE)); @@ -748,8 +748,8 @@ cal_shell_sidebar_class_init (ECalShellSidebarClass *class) PROP_DEFAULT_CLIENT, g_param_spec_object ( "default-client", - _("Default Calendar Client"), - _("Default client for calendar operations"), + "Default Calendar Client", + "Default client for calendar operations", E_TYPE_CAL, G_PARAM_READABLE)); @@ -758,8 +758,8 @@ cal_shell_sidebar_class_init (ECalShellSidebarClass *class) PROP_SELECTOR, g_param_spec_object ( "selector", - _("Source Selector Widget"), - _("This widget displays groups of calendars"), + "Source Selector Widget", + "This widget displays groups of calendars", E_TYPE_SOURCE_SELECTOR, G_PARAM_READABLE)); diff --git a/modules/calendar/e-memo-shell-backend.c b/modules/calendar/e-memo-shell-backend.c index 28065ba4a9..aba190b1bd 100644 --- a/modules/calendar/e-memo-shell-backend.c +++ b/modules/calendar/e-memo-shell-backend.c @@ -584,8 +584,8 @@ memo_shell_backend_class_init (EMemoShellBackendClass *class) PROP_SOURCE_LIST, g_param_spec_object ( "source-list", - _("Source List"), - _("The registry of memo lists"), + "Source List", + "The registry of memo lists", E_TYPE_SOURCE_LIST, G_PARAM_READABLE)); } diff --git a/modules/calendar/e-memo-shell-content.c b/modules/calendar/e-memo-shell-content.c index d56a6105d1..279f063035 100644 --- a/modules/calendar/e-memo-shell-content.c +++ b/modules/calendar/e-memo-shell-content.c @@ -604,8 +604,8 @@ memo_shell_content_class_init (EMemoShellContentClass *class) PROP_MODEL, g_param_spec_object ( "model", - _("Model"), - _("The memo table model"), + "Model", + "The memo table model", E_TYPE_CAL_MODEL, G_PARAM_READABLE)); @@ -614,8 +614,8 @@ memo_shell_content_class_init (EMemoShellContentClass *class) PROP_PREVIEW_VISIBLE, g_param_spec_boolean ( "preview-visible", - _("Preview is Visible"), - _("Whether the preview pane is visible"), + "Preview is Visible", + "Whether the preview pane is visible", TRUE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); diff --git a/modules/calendar/e-memo-shell-sidebar.c b/modules/calendar/e-memo-shell-sidebar.c index 8a840f760e..87b65e59b5 100644 --- a/modules/calendar/e-memo-shell-sidebar.c +++ b/modules/calendar/e-memo-shell-sidebar.c @@ -674,8 +674,8 @@ memo_shell_sidebar_class_init (EMemoShellSidebarClass *class) PROP_DEFAULT_CLIENT, g_param_spec_object ( "default-client", - _("Default Memo Client"), - _("Default client for memo operations"), + "Default Memo Client", + "Default client for memo operations", E_TYPE_CAL, G_PARAM_READABLE)); @@ -684,8 +684,8 @@ memo_shell_sidebar_class_init (EMemoShellSidebarClass *class) PROP_SELECTOR, g_param_spec_object ( "selector", - _("Source Selector Widget"), - _("This widget displays groups of memo lists"), + "Source Selector Widget", + "This widget displays groups of memo lists", E_TYPE_SOURCE_SELECTOR, G_PARAM_READABLE)); diff --git a/modules/calendar/e-task-shell-backend.c b/modules/calendar/e-task-shell-backend.c index 4307ef945f..18261b27a0 100644 --- a/modules/calendar/e-task-shell-backend.c +++ b/modules/calendar/e-task-shell-backend.c @@ -594,8 +594,8 @@ task_shell_backend_class_init (ETaskShellBackendClass *class) PROP_SOURCE_LIST, g_param_spec_object ( "source-list", - _("Source List"), - _("The registry of task lists"), + "Source List", + "The registry of task lists", E_TYPE_SOURCE_LIST, G_PARAM_READABLE)); } diff --git a/modules/calendar/e-task-shell-content.c b/modules/calendar/e-task-shell-content.c index 910b4da48e..fdbfa758a4 100644 --- a/modules/calendar/e-task-shell-content.c +++ b/modules/calendar/e-task-shell-content.c @@ -626,8 +626,8 @@ task_shell_content_class_init (ETaskShellContentClass *class) PROP_MODEL, g_param_spec_object ( "model", - _("Model"), - _("The task table model"), + "Model", + "The task table model", E_TYPE_CAL_MODEL, G_PARAM_READABLE)); @@ -636,8 +636,8 @@ task_shell_content_class_init (ETaskShellContentClass *class) PROP_PREVIEW_VISIBLE, g_param_spec_boolean ( "preview-visible", - _("Preview is Visible"), - _("Whether the preview pane is visible"), + "Preview is Visible", + "Whether the preview pane is visible", TRUE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); diff --git a/modules/calendar/e-task-shell-sidebar.c b/modules/calendar/e-task-shell-sidebar.c index 102553136f..8c29df8823 100644 --- a/modules/calendar/e-task-shell-sidebar.c +++ b/modules/calendar/e-task-shell-sidebar.c @@ -674,8 +674,8 @@ task_shell_sidebar_class_init (ETaskShellSidebarClass *class) PROP_DEFAULT_CLIENT, g_param_spec_object ( "default-client", - _("Default Task Client"), - _("Default client for task operations"), + "Default Task Client", + "Default client for task operations", E_TYPE_CAL, G_PARAM_READABLE)); @@ -684,8 +684,8 @@ task_shell_sidebar_class_init (ETaskShellSidebarClass *class) PROP_SELECTOR, g_param_spec_object ( "selector", - _("Source Selector Widget"), - _("This widget displays groups of task lists"), + "Source Selector Widget", + "This widget displays groups of task lists", E_TYPE_SOURCE_SELECTOR, G_PARAM_READABLE)); |