mousetweaks r25 - in trunk: . data po



Author: gerdk
Date: Sun Jan 20 23:08:58 2008
New Revision: 25
URL: http://svn.gnome.org/viewvc/mousetweaks?rev=25&view=rev

Log:
2008-01-21 Gerd Kohlberger <gerdk svn gnome org>
	* data/mousetweaks.schemas.in:
	* data/pointer-capture-applet.schemas.in:
	* data/Makefile.am:
	* po/POTFILES.in:

	Mark schema files for translation and update descriptions.



Added:
   trunk/data/mousetweaks.schemas.in
      - copied, changed from r23, /trunk/data/mousetweaks.schemas
   trunk/data/pointer-capture-applet.schemas.in
      - copied, changed from r23, /trunk/data/pointer-capture-applet.schemas
Removed:
   trunk/data/mousetweaks.schemas
   trunk/data/pointer-capture-applet.schemas
Modified:
   trunk/ChangeLog
   trunk/data/Makefile.am
   trunk/po/POTFILES.in

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Sun Jan 20 23:08:58 2008
@@ -1,5 +1,5 @@
 if BUILD_PCA
-pca_schemas = pointer-capture-applet.schemas
+pca_schemas = pointer-capture-applet.schemas.in
 pca_glade   = pointer-capture-applet.glade
 pca_server  = PointerCapture_Factory.server.in
 pca_menu    = PointerCapture.xml
@@ -31,13 +31,14 @@
 xmldir = $(datadir)/mousetweaks
 xml_DATA = ctw.glade $(pca_glade) $(cta_glade)
 
- INTLTOOL_DESKTOP_RULE@
-
 uidir = $(datadir)/mousetweaks
 ui_DATA = $(pca_menu) $(cta_menu)
 
 schemasdir = @GCONF_SCHEMA_FILE_DIR@
-schemas_DATA = mousetweaks.schemas $(pca_schemas)
+schemas_in_files = mousetweaks.schemas.in $(pca_schemas)
+schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+
+ INTLTOOL_SCHEMAS_RULE@
 
 if GCONF_SCHEMAS_INSTALL
 install-data-local:
@@ -59,10 +60,11 @@
 
 EXTRA_DIST =		      \
 	$(xml_DATA)	      \
-	$(schemas_DATA)       \
+	$(schemas_in_files)   \
 	$(server_in_in_files) \
 	$(ui_DATA)
 
 DISTCLEANFILES =           \
 	$(server_DATA)     \
-	$(server_in_files)
+	$(server_in_files) \
+	$(schemas_DATA)

Copied: trunk/data/mousetweaks.schemas.in (from r23, /trunk/data/mousetweaks.schemas)
==============================================================================
--- /trunk/data/mousetweaks.schemas	(original)
+++ trunk/data/mousetweaks.schemas.in	Sun Jan 20 23:08:58 2008
@@ -8,7 +8,7 @@
         <type>int</type>
         <default>10</default>
         <locale name="C">
-          <short>Movement Threshold</short>
+          <short>Movement threshold</short>
           <long>Distance in pixels before movement will be recognized</long>
         </locale>
       </schema>
@@ -20,8 +20,8 @@
         <type>bool</type>
         <default>false</default>
         <locale name="C">
-          <short>Enable Delay Click</short>
-          <long>Enable Delay Click</long>
+          <short>Enable secondary click</short>
+          <long>Enable simulated secondary click</long>
         </locale>
       </schema>
 
@@ -32,8 +32,8 @@
         <type>float</type>
         <default>1.20</default>
         <locale name="C">
-          <short>Delay Click Time</short>
-          <long>Seconds to hold left button before the context menu opens</long>
+          <short>Secondary click time</short>
+          <long>Time in seconds before a secondary click is triggered</long>
         </locale>
       </schema>
 
@@ -44,8 +44,8 @@
         <type>bool</type>
         <default>false</default>
         <locale name="C">
-          <short>Enable Dwell Click</short>
-          <long>Enable Dwell Click</long>
+          <short>Enable dwell click</short>
+          <long>Enable dwell click</long>
         </locale>
       </schema>
 
@@ -56,8 +56,8 @@
         <type>float</type>
         <default>1.20</default>
         <locale name="C">
-          <short>Dwell Click Time</short>
-          <long>Seconds before the click is exectued</long>
+          <short>Dwell click time</short>
+          <long>Time in seconds before a click is triggered</long>
         </locale>
       </schema>
 
@@ -68,8 +68,8 @@
         <type>int</type>
         <default>0</default>
         <locale name="C">
-          <short>Gesture Single Click</short>
-          <long>Direction to perform a single click (0 = Left, 1 = Right, 2 = Up, 3 = Down)</long>
+          <short>Gesture single click</short>
+          <long>Direction to perform a single click (0=Left, 1=Right, 2=Up, 3=Down)</long>
         </locale>
       </schema>
 
@@ -80,8 +80,8 @@
         <type>int</type>
         <default>2</default>
         <locale name="C">
-          <short>Gesture Double Click</short>
-          <long>Direction to perform a double click (0 = Left, 1 = Right, 2 = Up, 3 = Down)</long>
+          <short>Gesture double click</short>
+          <long>Direction to perform a double click (0=Left, 1=Right, 2=Up, 3=Down)</long>
         </locale>
       </schema>
 
@@ -92,8 +92,8 @@
         <type>int</type>
         <default>3</default>
         <locale name="C">
-          <short>Gesture Drag Click</short>
-          <long>Direction to perform dragging (0 = Left, 1 = Right, 2 = Up, 3 = Down)</long>
+          <short>Gesture drag click</short>
+          <long>Direction to perform a drag click (0=Left, 1=Right, 2=Up, 3=Down)</long>
         </locale>
       </schema>
 
@@ -104,8 +104,8 @@
         <type>int</type>
         <default>1</default>
         <locale name="C">
-          <short>Gesture Secondary Click</short>
-          <long>Direction to perform a secondary click (0 = Left, 1 = Right, 2 = Up, 3 = Down)</long>
+          <short>Gesture secondary click</short>
+          <long>Direction to perform a secondary click (0=Left, 1=Right, 2=Up, 3=Down)</long>
         </locale>
       </schema>
 
@@ -116,8 +116,8 @@
         <type>int</type>
         <default>1</default>
         <locale name="C">
-          <short>Dwell Click Mode</short>
-          <long>(0 = Gesture mode, 1 = Click Type window mode)</long>
+          <short>Dwell click mode</short>
+          <long>Dwell click mode (0=Gesture mode, 1=Window mode)</long>
         </locale>
       </schema>
 
@@ -128,8 +128,8 @@
         <type>bool</type>
         <default>false</default>
         <locale name="C">
-          <short>Show Click Type Window</short>
-          <long>Show Click Type Window</long>
+          <short>Show click type window</short>
+          <long>Show click type window</long>
         </locale>
       </schema>
 
@@ -140,8 +140,8 @@
         <type>int</type>
         <default>2</default>
         <locale name="C">
-          <short>Button Layout</short>
-          <long>Style of Click Type Buttons (0 = Text, 1 = Icon, 2 = Both)</long>
+          <short>Button style</short>
+          <long>Button style in click type window (0=Text, 1=Icon, 2=Both)</long>
         </locale>
       </schema>
 

Copied: trunk/data/pointer-capture-applet.schemas.in (from r23, /trunk/data/pointer-capture-applet.schemas)
==============================================================================
--- /trunk/data/pointer-capture-applet.schemas	(original)
+++ trunk/data/pointer-capture-applet.schemas.in	Sun Jan 20 23:08:58 2008
@@ -9,7 +9,7 @@
         <default>100</default>
         <locale name="C">
           <short>Size of capture area</short>
-          <long>The width in pixels of the capture area</long>
+          <long>Width of the capture area in pixels</long>
         </locale>
       </schema>
 
@@ -20,7 +20,7 @@
         <default>1</default>
         <locale name="C">
           <short>Capture button</short>
-          <long>Button to initiate pointer capturing</long>
+          <long>Button to capture the pointer (0=Capture immediately)</long>
         </locale>
       </schema>
 
@@ -42,7 +42,7 @@
         <default>false</default>
         <locale name="C">
           <short>Capture modifier</short>
-          <long>Key modifier</long>
+          <long>Capture modifier key (Shift)</long>
         </locale>
       </schema>
 
@@ -53,7 +53,7 @@
         <default>false</default>
         <locale name="C">
           <short>Capture modifier</short>
-          <long>Key modifier</long>
+          <long>Capture modifier key (Alt)</long>
         </locale>
       </schema>
 
@@ -64,7 +64,7 @@
         <default>false</default>
         <locale name="C">
           <short>Capture modifier</short>
-          <long>Key modifier</long>
+          <long>Capture modifier key (Ctrl)</long>
         </locale>
       </schema>
 
@@ -75,7 +75,7 @@
         <default>false</default>
         <locale name="C">
           <short>Release modifier</short>
-          <long>Key modifier</long>
+          <long>Release modifier key (Shift)</long>
         </locale>
       </schema>
 
@@ -86,7 +86,7 @@
         <default>false</default>
         <locale name="C">
           <short>Release modifier</short>
-          <long>Key modifier</long>
+          <long>Release modifier key (Alt)</long>
         </locale>
       </schema>
 
@@ -97,7 +97,7 @@
         <default>false</default>
         <locale name="C">
           <short>Release modifier</short>
-          <long>Key modifier</long>
+          <long>Release modifier key (Ctrl)</long>
         </locale>
       </schema>
 

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Sun Jan 20 23:08:58 2008
@@ -5,6 +5,8 @@
 data/PointerCapture_Factory.server.in.in
 data/DwellClick.xml
 data/PointerCapture.xml
+data/mousetweaks.schemas.in
+data/pointer-capture-applet.schemas.in
 src/mt-main.c
 src/mt-ctw.c
 src/mt-dbus.c



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