[gnome-control-center] color: Add translatable strings for newer display types



commit c7f6c24cd9e03d47816db8615a1f3c777a30f924
Author: Richard Hughes <richard hughsie com>
Date:   Tue Mar 12 17:08:17 2013 +0000

    color: Add translatable strings for newer display types
    
    Newer versions of colord support sensor capabilities for modern types of
    displays which allow colorimeter-type sensors to return accurate readings.
    
    This is needed for the inexpensive ColorMunki Smile colorimeter which does not
    return the usual LCD and CRT display types. These types are not required for
    photospectrometer-class hardware which use spectral readings and a color match
    function to get an accurate XYZ value.

 panels/color/color.ui |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/panels/color/color.ui b/panels/color/color.ui
index da703f9..63060d6 100644
--- a/panels/color/color.ui
+++ b/panels/color/color.ui
@@ -1162,6 +1162,31 @@
         <col id="1">9</col>
         <col id="2">False</col>
       </row>
+      <row>
+        <col id="0" translatable="yes">LCD (CCFL backlight)</col>
+        <col id="1">10</col>
+        <col id="2">False</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">LCD (RGB LED backlight)</col>
+        <col id="1">11</col>
+        <col id="2">False</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">LCD (white LED backlight)</col>
+        <col id="1">12</col>
+        <col id="2">False</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">Wide gamut LCD (CCFL backlight)</col>
+        <col id="1">13</col>
+        <col id="2">False</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">Wide gamut LCD (RGB LED backlight)</col>
+        <col id="1">14</col>
+        <col id="2">False</col>
+      </row>
     </data>
   </object>
   <object class="GtkListStore" id="liststore_calib_quality">


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