diff options
author | Perberos <[email protected]> | 2011-12-01 22:56:10 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:56:10 -0300 |
commit | c51ef797a707f4e2c6f9688d4378f2b0e9898a66 (patch) | |
tree | 019ae92bb53c19b30077545cb14743cbd1b57aef /applets/clock/clock.schemas.in | |
download | mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.bz2 mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'applets/clock/clock.schemas.in')
-rw-r--r-- | applets/clock/clock.schemas.in | 313 |
1 files changed, 313 insertions, 0 deletions
diff --git a/applets/clock/clock.schemas.in b/applets/clock/clock.schemas.in new file mode 100644 index 00000000..badec94e --- /dev/null +++ b/applets/clock/clock.schemas.in @@ -0,0 +1,313 @@ +<?xml version="1.0"?> +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/clock_applet/prefs/format</key> + <owner>clock-applet</owner> + <type>string</type> + <locale name="C"> + <default> + <!-- Translators: + This controls whether the MATE panel clock should display time in 24 hour mode + or 12 hour mode by default. The only valid values for this are "24-hour" and + "12-hour". If your locale uses 24 hour time notation, translate this to "24-hour". + If your locale uses 12 hour time notation with am/pm, translate this to "12-hour". + + Do NOT translate this into anything else than "24-hour" or "12-hour". For example, + if you translate this to "24 sata" or anything else that isn't "24-hour" or + "12-hour", things will not work. + --> + 24-hour + </default> + <short>Hour format</short> + <long> + This key specifies the hour format used by the clock applet. + Possible values are "12-hour", "24-hour", "internet", "unix" and + "custom". + If set to "internet", the clock will display Internet time. + The Internet time system divides the day into 1000 ".beats". There + are no time zones in this system, so time is the same all over the + world. + If set to "unix", the clock will display time in seconds since + Epoch, i.e. 1970-01-01. + If set to "custom", the clock will display time according to the + format specified in the custom_format key. + </long> + </locale> + <locale name="en_US"> + <default>12-hour</default> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/custom_format</key> + <owner>clock-applet</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Custom format of the clock</short> + <long> + This key specifies the format used by the clock applet when the + format key is set to "custom". You can use conversion specifiers + understood by strftime() to obtain a specific format. See the + strftime() manual for more information. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/show_seconds</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show time with seconds</short> + <long>If true, display seconds in time.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/show_date</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show date in clock</short> + <long>If true, display date in the clock, in addition to time.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/show_tooltip</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show date in tooltip</short> + <long> + If true, show date in a tooltip when the pointer is over the clock. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/show_weather</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show weather in clock</short> + <long>If true, display a weather icon.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/show_temperature</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show temperature in clock</short> + <long>If true, show the temperature next to the weather icon.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/gmt_time</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Use UTC</short> + <long> + The use of this key was deprecated in MATE 2.28 in favour of the + use of timezones. The schema is retained for compatibility with + older versions. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/config_tool</key> + <owner>clock-applet</owner> + <type>string</type> + <default> </default> + <locale name="C"> + <short>Time configuration tool</short> + <long> + The use of this key was deprecated in MATE 2.22 with the use + of an internal time configuration tool. The schema is retained for + compatibility with older versions. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/show_week_numbers</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show week numbers in calendar</short> + <long> + If true, show week numbers in the calendar. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/expand_appointments</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Expand list of appointments</short> + <long> + If true, expand the list of appointments in the calendar window. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/expand_birthdays</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Expand list of birthdays</short> + <long> + If true, expand the list of birthdays in the calendar window. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/expand_tasks</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Expand list of tasks</short> + <long> + If true, expand the list of tasks in the calendar window. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/expand_weather</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Expand list of weather information</short> + <long> + If true, expand the list of weather information in the calendar + window. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/expand_locations</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Expand list of locations</short> + <long> + If true, expand the list of locations in the calendar + window. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/hour_format</key> + <owner>clock-applet</owner> + <type>int</type> + <default>12</default> + <locale name="C"> + <short>Hour format</short> + <long> + The use of this key was deprecated in MATE 2.6 in favour of the + 'format' key. The schema is retained for compatibility with older + versions. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/unix_time</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Use UNIX time</short> + <long> + The use of this key was deprecated in MATE 2.6 in favour of the + 'format' key. The schema is retained for compatibility with older + versions. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/internet_time</key> + <owner>clock-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Use Internet time</short> + <long> + The use of this key was deprecated in MATE 2.6 in favour of the + 'format' key. The schema is retained for compatibility with older + versions. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/cities</key> + <owner>clock-applet</owner> + <type>list</type> + <list_type>string</list_type> + <default>[]</default> + <locale name="C"> + <short>List of locations</short> + <long> + A list of locations to display in the calendar window. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/temperature_unit</key> + <owner>clock-applet</owner> + <type>string</type> + <default>Default</default> + <locale name="C"> + <short>Temperature unit</short> + <long> + The unit to use when showing temperatures. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/clock_applet/prefs/speed_unit</key> + <owner>clock-applet</owner> + <type>string</type> + <default>Default</default> + <locale name="C"> + <short>Speed unit</short> + <long> + The unit to use when showing wind speed. + </long> + </locale> + </schema> + + </schemalist> + +</mateconfschemafile> |