gnome-commander r2271 - in trunk: . doc doc/C doc/de doc/es po src/tags



Author: epiotr
Date: Fri Nov  7 14:32:56 2008
New Revision: 2271
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2271&view=rev

Log:
typo: Opto-Electoric -> Opto-Electronic

Modified:
   trunk/ChangeLog
   trunk/doc/C/gnome-commander.xml
   trunk/doc/ChangeLog
   trunk/doc/de/de.po
   trunk/doc/es/es.po
   trunk/po/ar.po
   trunk/po/bg.po
   trunk/po/ca.po
   trunk/po/cs.po
   trunk/po/de.po
   trunk/po/dz.po
   trunk/po/el.po
   trunk/po/en_CA.po
   trunk/po/en_GB.po
   trunk/po/eo.po
   trunk/po/es.po
   trunk/po/eu.po
   trunk/po/fi.po
   trunk/po/fr.po
   trunk/po/ga.po
   trunk/po/hr.po
   trunk/po/hu.po
   trunk/po/it.po
   trunk/po/ja.po
   trunk/po/nb.po
   trunk/po/ne.po
   trunk/po/nl.po
   trunk/po/oc.po
   trunk/po/pa.po
   trunk/po/pl.po
   trunk/po/pt.po
   trunk/po/pt_BR.po
   trunk/po/ro.po
   trunk/po/ru.po
   trunk/po/rw.po
   trunk/po/sk.po
   trunk/po/sl.po
   trunk/po/sq.po
   trunk/po/sr.po
   trunk/po/sr Latn po
   trunk/po/sv.po
   trunk/po/uk.po
   trunk/po/vi.po
   trunk/po/zh_CN.po
   trunk/po/zh_TW.po
   trunk/src/tags/gnome-cmd-tags.cc
   trunk/src/tags/gnome-cmd-tags.h

Modified: trunk/doc/C/gnome-commander.xml
==============================================================================
--- trunk/doc/C/gnome-commander.xml	(original)
+++ trunk/doc/C/gnome-commander.xml	Fri Nov  7 14:32:56 2008
@@ -1883,7 +1883,7 @@
                     <row valign="top">
                         <entry><para>Exif.OECF</para></entry>
                         <entry><para>OECF</para></entry>
-                        <entry><para>The Opto-Electoric Conversion Function (OECF) specified in ISO 14524. <term>Exif.OECF</term> is the relationship between the camera optical input and the image values.</para></entry>
+                        <entry><para>The Opto-Electronic Conversion Function (OECF) specified in ISO 14524. <term>Exif.OECF</term> is the relationship between the camera optical input and the image values.</para></entry>
                     </row>
                     <row valign="top">
                         <entry><para>Exif.Orientation</para></entry>

Modified: trunk/src/tags/gnome-cmd-tags.cc
==============================================================================
--- trunk/src/tags/gnome-cmd-tags.cc	(original)
+++ trunk/src/tags/gnome-cmd-tags.cc	Fri Nov  7 14:32:56 2008
@@ -265,7 +265,7 @@
                        {TAG_EXIF_MODEL, {"Exif.Model", TAG_EXIF, N_("Model"), N_("The model name or model number of the equipment. This is the model name or number of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown.")}},
                        {TAG_EXIF_NEWCFAPATTERN, {"Exif.CFAPattern", TAG_EXIF, N_("CFA Pattern"), N_("The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods.")}},
                        {TAG_EXIF_NEWSUBFILETYPE, {"Exif.NewSubfileType", TAG_EXIF, N_("New Subfile Type"), N_("A general indication of the kind of data contained in this subfile.")}},
-                       {TAG_EXIF_OECF, {"Exif.OECF", TAG_EXIF, N_("OECF"), N_("The Opto-Electoric Conversion Function (OECF) specified in ISO 14524. <Exif.OECF> is the relationship between the camera optical input and the image values.")}},
+                       {TAG_EXIF_OECF, {"Exif.OECF", TAG_EXIF, N_("OECF"), N_("The Opto-Electronic Conversion Function (OECF) specified in ISO 14524. <Exif.OECF> is the relationship between the camera optical input and the image values.")}},
                        {TAG_EXIF_ORIENTATION, {"Exif.Orientation", TAG_EXIF, N_("Orientation"), N_("The image orientation viewed in terms of rows and columns.")}},
                        {TAG_EXIF_PHOTOMETRICINTERPRETATION, {"Exif.PhotometricInterpretation", TAG_EXIF, N_("Photometric Interpretation"), N_("The pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.")}},
                        {TAG_EXIF_PIXELXDIMENSION, {"Exif.PixelXDimension", TAG_EXIF, N_("Pixel X Dimension"), N_("Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image must be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.")}},

Modified: trunk/src/tags/gnome-cmd-tags.h
==============================================================================
--- trunk/src/tags/gnome-cmd-tags.h	(original)
+++ trunk/src/tags/gnome-cmd-tags.h	Fri Nov  7 14:32:56 2008
@@ -207,7 +207,7 @@
     TAG_EXIF_MODEL,                         // image input equipment model
     TAG_EXIF_NEWCFAPATTERN,                 // color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods
     TAG_EXIF_NEWSUBFILETYPE,                // general indication of the kind of data contained in this subfile
-    TAG_EXIF_OECF,                          // Opto-Electoric Conversion Function (OECF) specified in ISO 14524
+    TAG_EXIF_OECF,                          // Opto-Electronic Conversion Function (OECF) specified in ISO 14524
     TAG_EXIF_ORIENTATION,                   // orientation of image
     TAG_EXIF_PHOTOMETRICINTERPRETATION,     // pixel composition
     TAG_EXIF_PIXELXDIMENSION,               // Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image must be recorded in this tag, whether or not there is padding data or a restart marker. should not exist in an uncompressed file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]