Author: akv
Date: 2011-03-26 03:26:23 +0100 (Sat, 26 Mar 2011)
New Revision: 3922

Modified:
   trunk/plugins/output-jpegfile/output-jpegfile.c
   trunk/plugins/output-pngfile/output-pngfile.c
   trunk/plugins/output-tifffile/output-tifffile.c
   trunk/src/rs-actions.c
   trunk/src/rs-tethered-shooting.c
Log:
Untranslated strings.

Modified: trunk/plugins/output-jpegfile/output-jpegfile.c
===================================================================
--- trunk/plugins/output-jpegfile/output-jpegfile.c     2011-03-24 23:30:08 UTC 
(rev 3921)
+++ trunk/plugins/output-jpegfile/output-jpegfile.c     2011-03-26 02:26:23 UTC 
(rev 3922)
@@ -86,7 +86,7 @@
 
        g_object_class_install_property(object_class,
                PROP_FILENAME, g_param_spec_string(
-                       "filename", "filename", "Full export path",
+                       "filename", "filename", _("Full export path"),
                        NULL, G_PARAM_READWRITE)
        );
 
@@ -98,7 +98,7 @@
 
        g_object_class_install_property(object_class,
                PROP_COLORSPACE, g_param_spec_object(
-                       "colorspace", "Output colorspace", "Color space used 
for saving",
+                       "colorspace", "Output colorspace", _("Color space used 
for saving"),
                        RS_TYPE_COLOR_SPACE, G_PARAM_READWRITE)
        );
 

Modified: trunk/plugins/output-pngfile/output-pngfile.c
===================================================================
--- trunk/plugins/output-pngfile/output-pngfile.c       2011-03-24 23:30:08 UTC 
(rev 3921)
+++ trunk/plugins/output-pngfile/output-pngfile.c       2011-03-26 02:26:23 UTC 
(rev 3922)
@@ -77,12 +77,12 @@
 
        g_object_class_install_property(object_class,
                PROP_FILENAME, g_param_spec_string(
-                       "filename", "filename", "Full export path",
+                       "filename", "filename", _("Full export path"),
                        NULL, G_PARAM_READWRITE)
        );
        g_object_class_install_property(object_class,
                PROP_COLORSPACE, g_param_spec_object(
-                       "colorspace", "Output colorspace", "Color space used 
for saving",
+                       "colorspace", "Output colorspace", _("Color space used 
for saving"),
                        RS_TYPE_COLOR_SPACE, G_PARAM_READWRITE)
        );
        g_object_class_install_property(object_class,

Modified: trunk/plugins/output-tifffile/output-tifffile.c
===================================================================
--- trunk/plugins/output-tifffile/output-tifffile.c     2011-03-24 23:30:08 UTC 
(rev 3921)
+++ trunk/plugins/output-tifffile/output-tifffile.c     2011-03-26 02:26:23 UTC 
(rev 3922)
@@ -76,7 +76,7 @@
 
        g_object_class_install_property(object_class,
                PROP_FILENAME, g_param_spec_string(
-                       "filename", "filename", "Full export path",
+                       "filename", "filename", _("Full export path"),
                        NULL, G_PARAM_READWRITE)
        );
 
@@ -99,7 +99,7 @@
 
        g_object_class_install_property(object_class,
                PROP_COLORSPACE, g_param_spec_object(
-                       "colorspace", "Output colorspace", "Color space used 
for saving",
+                       "colorspace", "Output colorspace", _("Color space used 
for saving"),
                        RS_TYPE_COLOR_SPACE, G_PARAM_READWRITE)
        );
 

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2011-03-24 23:30:08 UTC (rev 3921)
+++ trunk/src/rs-actions.c      2011-03-26 02:26:23 UTC (rev 3922)
@@ -1473,9 +1473,7 @@
        { "ProcessBatch", GTK_STOCK_EXECUTE, _("_Start"), NULL, NULL, 
ACTION_CB(ProcessBatch) },
 
        /* help menu */
-       /* The following entry is not translateable to respect string freeze - 
but it's not the end of the
-          world, since online documentation is only available in english 
anyway */
-       { "OnlineDocumentation", GTK_STOCK_HELP, "_Online Documentation", NULL, 
NULL, ACTION_CB(online_documentation) },
+       { "OnlineDocumentation", GTK_STOCK_HELP, _("_Online Documentation"), 
NULL, NULL, ACTION_CB(online_documentation) },
        { "About", GTK_STOCK_ABOUT, _("_About"), NULL, NULL, ACTION_CB(about) },
        { "FilterGraph", NULL, "_Filter Graph", NULL, NULL, 
ACTION_CB(filter_graph) },
 

Modified: trunk/src/rs-tethered-shooting.c
===================================================================
--- trunk/src/rs-tethered-shooting.c    2011-03-24 23:30:08 UTC (rev 3921)
+++ trunk/src/rs-tethered-shooting.c    2011-03-26 02:26:23 UTC (rev 3922)
@@ -626,7 +626,7 @@
                                        t->keep_thread_running = FALSE;
                                }
                                else
-                                       append_status(t, "File Downloaded 
Succesfully.\n");
+                                       append_status(t, _("File Downloaded 
Succesfully.\n"));
                        }
                }
        }


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to