Based on a patch by: Bastien Nocera <hadess@hadess.net>
2008-08-07 Jens Granseuer <jensgr@gmx.net> Based on a patch by: Bastien Nocera <hadess@hadess.net> * sound-properties.glade: * sound-theme-definition.h: HIG fixes and improved wording (bug #545219) svn path=/trunk/; revision=8844
This commit is contained in:
parent
fefdab5ca4
commit
2dadfef80e
3 changed files with 18 additions and 10 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-08-07 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Based on a patch by: Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* sound-properties.glade:
|
||||
* sound-theme-definition.h: HIG fixes and improved wording (bug
|
||||
#545219)
|
||||
|
||||
2008-08-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* sound-properties-capplet.c: (create_dialog): fix warning due to
|
||||
|
|
|
@ -950,7 +950,7 @@
|
|||
<widget class="GtkCheckButton" id="events_toggle">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">_Play system sounds</property>
|
||||
<property name="label" translatable="yes">_Play alerts and sound effects</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
@ -988,7 +988,7 @@
|
|||
<widget class="GtkCheckButton" id="input_feedback_toggle">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Play sounds when buttons are pressed</property>
|
||||
<property name="label" translatable="yes">Play _sound effects when buttons are clicked</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
@ -1007,7 +1007,7 @@
|
|||
<widget class="GtkCheckButton" id="bell_audible_toggle">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">_Play system beep sound</property>
|
||||
<property name="label" translatable="yes">Play _alert sound</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
@ -1063,7 +1063,7 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label17">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"><b>Sound theme</b></property>
|
||||
<property name="label" translatable="yes"><b>Sound Theme</b></property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
@ -1139,7 +1139,7 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label18">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"><b>System sounds</b></property>
|
||||
<property name="label" translatable="yes"><b>Alerts and Sound Effects</b></property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
|
|
@ -43,12 +43,12 @@ static struct {
|
|||
const char *names[6];
|
||||
} sounds[20] = {
|
||||
/* Bell */
|
||||
{ CATEGORY_BELL, SOUND_TYPE_AUDIO_BELL, N_("Audible bell"), { "bell-terminal", "bell-window-system", NULL } },
|
||||
{ CATEGORY_BELL, SOUND_TYPE_VISUAL_BELL, N_("Visual bell"), { NULL } },
|
||||
{ CATEGORY_BELL, SOUND_TYPE_AUDIO_BELL, N_("Alert sound"), { "bell-terminal", "bell-window-system", NULL } },
|
||||
{ CATEGORY_BELL, SOUND_TYPE_VISUAL_BELL, N_("Visual alert"), { NULL } },
|
||||
/* Windows and buttons */
|
||||
{ CATEGORY_WINDOWS_BUTTONS, -1, N_("Windows and Buttons"), { NULL } },
|
||||
{ CATEGORY_WINDOWS_BUTTONS, SOUND_TYPE_FEEDBACK, N_("Button clicked"), { "button-pressed", "menu-click", "menu-popup", "menu-popdown", "menu-replace", NULL } },
|
||||
{ CATEGORY_WINDOWS_BUTTONS, SOUND_TYPE_FEEDBACK, N_("Button toggled"), { "button-toggle-off", "button-toggle-on", NULL } },
|
||||
{ CATEGORY_WINDOWS_BUTTONS, SOUND_TYPE_FEEDBACK, N_("Toggle button clicked"), { "button-toggle-off", "button-toggle-on", NULL } },
|
||||
{ CATEGORY_WINDOWS_BUTTONS, SOUND_TYPE_FEEDBACK, N_("Window maximized"), { "window-maximized", NULL } },
|
||||
{ CATEGORY_WINDOWS_BUTTONS, SOUND_TYPE_FEEDBACK, N_("Window unmaximized"), { "window-unmaximized", NULL } },
|
||||
{ CATEGORY_WINDOWS_BUTTONS, SOUND_TYPE_FEEDBACK, N_("Window minimised"), { "window-minimized", NULL } },
|
||||
|
@ -57,11 +57,11 @@ static struct {
|
|||
{ CATEGORY_DESKTOP, SOUND_TYPE_NORMAL, N_("Login"), { "desktop-login", NULL } },
|
||||
{ CATEGORY_DESKTOP, SOUND_TYPE_NORMAL, N_("Logout"), { "desktop-logout", NULL } },
|
||||
{ CATEGORY_DESKTOP, SOUND_TYPE_NORMAL, N_("New e-mail"), { "message-new-email", NULL } },
|
||||
{ CATEGORY_DESKTOP, SOUND_TYPE_NORMAL, N_("Empty Trash"), { "trash-empty", NULL } },
|
||||
{ CATEGORY_DESKTOP, SOUND_TYPE_NORMAL, N_("Empty trash"), { "trash-empty", NULL } },
|
||||
{ CATEGORY_DESKTOP, SOUND_TYPE_NORMAL, N_("Long action completed (download, CD burning, etc.)"), { "complete-copy", "complete-download", "complete-media-burn", "complete-media-rip", "complete-scan", NULL } },
|
||||
/* Alerts? */
|
||||
{ CATEGORY_ALERTS, -1, N_("Alerts"), { NULL } },
|
||||
{ CATEGORY_ALERTS, SOUND_TYPE_NORMAL, N_("Information or Question"), { "dialog-information", "dialog-question", NULL } },
|
||||
{ CATEGORY_ALERTS, SOUND_TYPE_NORMAL, N_("Information or question"), { "dialog-information", "dialog-question", NULL } },
|
||||
{ CATEGORY_ALERTS, SOUND_TYPE_NORMAL, N_("Warning"), { "dialog-warning", NULL } },
|
||||
{ CATEGORY_ALERTS, SOUND_TYPE_NORMAL, N_("Error"), { "dialog-error", NULL } },
|
||||
{ CATEGORY_ALERTS, SOUND_TYPE_NORMAL, N_("Battery warning"), { "power-unplug-battery-low", "battery-low", "battery-caution", NULL } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue