libgnome r3580 - in trunk: . schemas
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnome r3580 - in trunk: . schemas
- Date: Tue, 8 Jan 2008 09:12:26 +0000 (GMT)
Author: kmaraas
Date: Tue Jan 8 09:12:26 2008
New Revision: 3580
URL: http://svn.gnome.org/viewvc/libgnome?rev=3580&view=rev
Log:
2008-01-08 Kjartan Maraas <kmaraas gnome org>
* schemas/desktop_gnome_accessibility_keyboard.schemas.in:
* schemas/desktop_gnome_accessibility_startup.schemas.in:
* schemas/desktop_gnome_applications_at_mobility.schemas.in:
* schemas/desktop_gnome_applications_at_visual.schemas.in:
* schemas/desktop_gnome_applications_browser.schemas.in:
* schemas/desktop_gnome_applications_terminal.schemas.in:
* schemas/desktop_gnome_background.schemas.in.in:
* schemas/desktop_gnome_file_views.schemas.in:
* schemas/desktop_gnome_interface.schemas.in.in:
* schemas/desktop_gnome_peripherals_keyboard.schemas.in:
* schemas/desktop_gnome_peripherals_mouse.schemas.in:
Add missing Â. to all long descriptions.
Closes bug #100287. Reported by Christian Rose.
Modified:
trunk/ChangeLog
trunk/schemas/desktop_gnome_accessibility_keyboard.schemas.in
trunk/schemas/desktop_gnome_accessibility_startup.schemas.in
trunk/schemas/desktop_gnome_applications_at_mobility.schemas.in
trunk/schemas/desktop_gnome_applications_at_visual.schemas.in
trunk/schemas/desktop_gnome_applications_browser.schemas.in
trunk/schemas/desktop_gnome_applications_terminal.schemas.in
trunk/schemas/desktop_gnome_background.schemas.in.in
trunk/schemas/desktop_gnome_file_views.schemas.in
trunk/schemas/desktop_gnome_interface.schemas.in.in
trunk/schemas/desktop_gnome_peripherals_keyboard.schemas.in
trunk/schemas/desktop_gnome_peripherals_mouse.schemas.in
Modified: trunk/schemas/desktop_gnome_accessibility_keyboard.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_accessibility_keyboard.schemas.in (original)
+++ trunk/schemas/desktop_gnome_accessibility_keyboard.schemas.in Tue Jan 8 09:12:26 2008
@@ -65,7 +65,7 @@
<default>0</default>
<locale name="C">
<short>minimum interval in milliseconds</short>
- <long>Ignore multiple presses of the _same_ key within @delay milliseconds</long>
+ <long>Ignore multiple presses of the _same_ key within @delay milliseconds.</long>
</locale>
</schema>
<schema>
@@ -99,7 +99,7 @@
<default>10</default>
<locale name="C">
<short>Pixels per seconds</short>
- <long>How many pixels per second to move at the maximum speed</long>
+ <long>How many pixels per second to move at the maximum speed.</long>
</locale>
</schema>
<schema>
@@ -110,7 +110,7 @@
<default>300</default>
<locale name="C">
<short>How long to accelerate in milliseconds</short>
- <long>How many milliseconds it takes to go from 0 to maximum speed</long>
+ <long>How many milliseconds it takes to go from 0 to maximum speed.</long>
</locale>
</schema>
<schema>
@@ -121,7 +121,7 @@
<default>300</default>
<locale name="C">
<short>Initial delay in milliseconds</short>
- <long>How many milliseconds to wait before mouse movement keys start to operate</long>
+ <long>How many milliseconds to wait before mouse movement keys start to operate.</long>
</locale>
</schema>
@@ -144,7 +144,7 @@
<default>0</default>
<locale name="C">
<short>Minimum interval in milliseconds</short>
- <long>Do not accept a key as being pressed unless held for @delay milliseconds</long>
+ <long>Do not accept a key as being pressed unless held for @delay milliseconds.</long>
</locale>
</schema>
<schema>
@@ -211,7 +211,7 @@
<default>false</default>
<locale name="C">
<short></short>
- <long>Beep when a modifier is pressed</long>
+ <long>Beep when a modifier is pressed.</long>
</locale>
</schema>
Modified: trunk/schemas/desktop_gnome_accessibility_startup.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_accessibility_startup.schemas.in (original)
+++ trunk/schemas/desktop_gnome_accessibility_startup.schemas.in Tue Jan 8 09:12:26 2008
@@ -9,7 +9,7 @@
<default>[]</default>
<locale name="C">
<short>Startup Assistive Technology Applications</short>
- <long>List of assistive technology applications to start when logging into the GNOME desktop</long>
+ <long>List of assistive technology applications to start when logging into the GNOME desktop.</long>
</locale>
</schema> </schemalist>
</gconfschemafile>
Modified: trunk/schemas/desktop_gnome_applications_at_mobility.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_applications_at_mobility.schemas.in (original)
+++ trunk/schemas/desktop_gnome_applications_at_mobility.schemas.in Tue Jan 8 09:12:26 2008
@@ -8,7 +8,7 @@
<default>dasher</default>
<locale name="C">
<short>Preferred Mobility assistive technology application</short>
- <long>Preferred Mobility assistive technology application to be used for login, menu, or command line</long>
+ <long>Preferred Mobility assistive technology application to be used for login, menu, or command line.</long>
</locale>
</schema>
<schema>
@@ -19,7 +19,7 @@
<default>false</default>
<locale name="C">
<short>Start preferred Mobility assistive technology application</short>
- <long>GNOME to start preferred Mobility assistive technology application during login</long>
+ <long>GNOME to start preferred Mobility assistive technology application during login.</long>
</locale>
</schema>
</schemalist>
Modified: trunk/schemas/desktop_gnome_applications_at_visual.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_applications_at_visual.schemas.in (original)
+++ trunk/schemas/desktop_gnome_applications_at_visual.schemas.in Tue Jan 8 09:12:26 2008
@@ -8,7 +8,7 @@
<default>orca</default>
<locale name="C">
<short>Preferred Visual assistive technology application</short>
- <long>Preferred Visual assistive technology application be used for login, menu, or command line</long>
+ <long>Preferred Visual assistive technology application be used for login, menu, or command line.</long>
</locale>
</schema>
<schema>
@@ -19,7 +19,7 @@
<default>false</default>
<locale name="C">
<short>Start preferred Visual assistive technology application</short>
- <long>GNOME to start preferred Visual assistive technology application during login</long>
+ <long>GNOME to start preferred Visual assistive technology application during login.</long>
</locale>
</schema>
</schemalist>
Modified: trunk/schemas/desktop_gnome_applications_browser.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_applications_browser.schemas.in (original)
+++ trunk/schemas/desktop_gnome_applications_browser.schemas.in Tue Jan 8 09:12:26 2008
@@ -9,7 +9,7 @@
<default>mozilla</default>
<locale name="C">
<short>Default browser</short>
- <long>Default browser for all URLs</long>
+ <long>Default browser for all URLs.</long>
</locale>
</schema>
<schema>
@@ -20,7 +20,7 @@
<default>false</default>
<locale name="C">
<short>Browser needs terminal</short>
- <long>Whether the default browser needs a terminal to run</long>
+ <long>Whether the default browser needs a terminal to run.</long>
</locale>
</schema>
<schema>
@@ -31,7 +31,7 @@
<default>true</default>
<locale name="C">
<short>Browser understands remote</short>
- <long>Whether the default browser understands netscape remote</long>
+ <long>Whether the default browser understands netscape remote.</long>
</locale>
</schema>
</schemalist>
Modified: trunk/schemas/desktop_gnome_applications_terminal.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_applications_terminal.schemas.in (original)
+++ trunk/schemas/desktop_gnome_applications_terminal.schemas.in Tue Jan 8 09:12:26 2008
@@ -9,7 +9,7 @@
<default>gnome-terminal</default>
<locale name="C">
<short>Terminal application</short>
- <long>Terminal program to use when starting applications that require one</long>
+ <long>Terminal program to use when starting applications that require one.</long>
</locale>
</schema>
<schema>
Modified: trunk/schemas/desktop_gnome_background.schemas.in.in
==============================================================================
--- trunk/schemas/desktop_gnome_background.schemas.in.in (original)
+++ trunk/schemas/desktop_gnome_background.schemas.in.in Tue Jan 8 09:12:26 2008
@@ -8,7 +8,7 @@
<default>true</default>
<locale name="C">
<short>Draw Desktop Background</short>
- <long>Have GNOME draw the desktop background</long>
+ <long>Have GNOME draw the desktop background.</long>
</locale>
</schema>
<schema>
@@ -32,7 +32,7 @@
<default>@datadir@/pixmaps/backgrounds/gnome/background-default.jpg</default>
<locale name="C">
<short>Picture Filename</short>
- <long>File to use for the background image</long>
+ <long>File to use for the background image.</long>
</locale>
</schema>
<schema>
@@ -43,7 +43,7 @@
<default>100</default>
<locale name="C">
<short>Picture Opacity</short>
- <long>Opacity with which to draw the background picture</long>
+ <long>Opacity with which to draw the background picture.</long>
</locale>
</schema>
<schema>
@@ -76,7 +76,7 @@
<default>solid</default>
<locale name="C">
<short>Color Shading Type</short>
- <long>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid"</long>
+ <long>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid".</long>
</locale>
</schema>
</schemalist>
Modified: trunk/schemas/desktop_gnome_file_views.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_file_views.schemas.in (original)
+++ trunk/schemas/desktop_gnome_file_views.schemas.in Tue Jan 8 09:12:26 2008
@@ -9,7 +9,7 @@
<default>crux_teal</default>
<locale name="C">
<short>File Icon Theme</short>
- <long>Theme used for displaying file icons</long>
+ <long>Theme used for displaying file icons.</long>
</locale>
</schema>
</schemalist>
Modified: trunk/schemas/desktop_gnome_interface.schemas.in.in
==============================================================================
--- trunk/schemas/desktop_gnome_interface.schemas.in.in (original)
+++ trunk/schemas/desktop_gnome_interface.schemas.in.in Tue Jan 8 09:12:26 2008
@@ -9,7 +9,7 @@
<default>@A11Y_ENABLED@</default>
<locale name="C">
<short>Enable Accessibility</short>
- <long>Whether Applications should have accessibility support</long>
+ <long>Whether Applications should have accessibility support.</long>
</locale>
</schema>
<schema>
@@ -33,7 +33,7 @@
<default>false</default>
<locale name="C">
<short>Menus Have Tearoff</short>
- <long>Whether menus should have a tearoff</long>
+ <long>Whether menus should have a tearoff.</long>
</locale>
</schema>
<schema>
@@ -45,7 +45,7 @@
<locale name="C">
<short>Can Change Accels</short>
<long>Whether the user can dynamically type a new accelerator when
- positioned over an active menuitem</long>
+ positioned over an active menuitem.</long>
</locale>
</schema>
<schema>
@@ -57,7 +57,7 @@
<locale name="C">
<short>Toolbar Style</short>
<long>Toolbar Style. Valid values are "both", "both-horiz", "icons", and
- "text"</long>
+ "text".</long>
</locale>
</schema>
<schema>
@@ -68,7 +68,7 @@
<default>true</default>
<locale name="C">
<short>Menus Have Icons</short>
- <long>Whether menus may display an icon next to a menu entry</long>
+ <long>Whether menus may display an icon next to a menu entry.</long>
</locale>
</schema>
<schema>
@@ -79,7 +79,7 @@
<default>false</default>
<locale name="C">
<short>Menubar Detachable</short>
- <long>Whether the user can detach menubars and move them around</long>
+ <long>Whether the user can detach menubars and move them around.</long>
</locale>
</schema>
<schema>
@@ -90,7 +90,7 @@
<default>false</default>
<locale name="C">
<short>Toolbar Detachable</short>
- <long>Whether the user can detach toolbars and move them around</long>
+ <long>Whether the user can detach toolbars and move them around.</long>
</locale>
</schema>
<schema>
@@ -102,7 +102,7 @@
<locale name="C">
<short>Toolbar Icon Size</short>
<long>Size of icons in toolbars, either "small-toolbar" or
- "large-toolbar"</long>
+ "large-toolbar".</long>
</locale>
</schema>
<schema>
@@ -113,7 +113,7 @@
<default>true</default>
<locale name="C">
<short>Cursor Blink</short>
- <long>Whether the cursor should blink</long>
+ <long>Whether the cursor should blink.</long>
</locale>
</schema>
<schema>
@@ -124,7 +124,7 @@
<default>1200</default>
<locale name="C">
<short>Cursor Blink Time</short>
- <long>Length of the cursor blink cycle, in milliseconds</long>
+ <long>Length of the cursor blink cycle, in milliseconds.</long>
</locale>
</schema>
<schema>
@@ -212,7 +212,7 @@
<default>Sans 10</default>
<locale name="C">
<short>Document font</short>
- <long>Name of the default font used for reading documents</long>
+ <long>Name of the default font used for reading documents.</long>
</locale>
</schema>
<schema>
@@ -246,7 +246,7 @@
<default>false</default>
<locale name="C">
<short>Status Bar on Right</short>
- <long>Whether to display a status bar meter on the right</long>
+ <long>Whether to display a status bar meter on the right.</long>
</locale>
</schema>
<schema>
@@ -282,7 +282,7 @@
<locale name="C">
<short>Show the 'Input Methods' menu</short>
<long>Whether the context menus of entries and text views
- should offer to change the input method</long>
+ should offer to change the input method.</long>
</locale>
</schema>
<schema>
@@ -294,7 +294,7 @@
<locale name="C">
<short>Show the 'Unicode Control Character' menu</short>
<long>Whether the context menus of entries and text views
- should offer to insert control characters</long>
+ should offer to insert control characters.</long>
</locale>
</schema>
</schemalist>
Modified: trunk/schemas/desktop_gnome_peripherals_keyboard.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_peripherals_keyboard.schemas.in (original)
+++ trunk/schemas/desktop_gnome_peripherals_keyboard.schemas.in Tue Jan 8 09:12:26 2008
@@ -110,7 +110,7 @@
<type>string</type>
<locale name="C">
<short>Keyboard Bell Custom Filename</short>
- <long>File name of the bell sound to be played</long>
+ <long>File name of the bell sound to be played.</long>
</locale>
</schema>
<schema>
Modified: trunk/schemas/desktop_gnome_peripherals_mouse.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_peripherals_mouse.schemas.in (original)
+++ trunk/schemas/desktop_gnome_peripherals_mouse.schemas.in Tue Jan 8 09:12:26 2008
@@ -9,7 +9,7 @@
<default>false</default>
<locale name="C">
<short>Mouse button orientation</short>
- <long>Swap left and right mouse buttons for left-handed mice</long>
+ <long>Swap left and right mouse buttons for left-handed mice.</long>
</locale>
</schema>
<schema>
@@ -20,7 +20,7 @@
<default>true</default>
<locale name="C">
<short>Single Click</short>
- <long>Single click to open icons</long>
+ <long>Single click to open icons.</long>
</locale>
</schema>
<schema>
@@ -56,7 +56,7 @@
<default>8</default>
<locale name="C">
<short>Drag Threshold</short>
- <long>Distance before a drag is started</long>
+ <long>Distance before a drag is started.</long>
</locale>
</schema>
<schema>
@@ -67,7 +67,7 @@
<default>400</default>
<locale name="C">
<short>Double Click Time</short>
- <long>Length of a double click</long>
+ <long>Length of a double click.</long>
</locale>
</schema>
<schema>
@@ -79,7 +79,7 @@
<locale name="C">
<short>Locate Pointer</short>
<long>Highlights the current location of the pointer when the
- Control key is pressed and released</long>
+ Control key is pressed and released.</long>
</locale>
</schema>
<schema>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]