don't mark empty and padding strings for translation (bug #502087)
2007-12-06 Jens Granseuer <jensgr@gmx.net> * gnome-about-me.glade: don't mark empty and padding strings for translation (bug #502087) 2007-12-06 Jens Granseuer <jensgr@gmx.net> * gnome-accessibility-keyboard-properties.glade: don't mark padding string for translation (bug #502087) 2007-12-06 Jens Granseuer <jensgr@gmx.net> * data/appearance.glade: don't mark padding strings for translation and add translation comments for the pixel order strings (bug #502087) 2007-12-06 Jens Granseuer <jensgr@gmx.net> * gnome-keyboard-properties.glade: don't mark padding strings and stock items for translation (bug #502087) 2007-12-06 Jens Granseuer <jensgr@gmx.net> * gnome-mouse-properties.glade: don't mark padding string as translatable (bug #502087) 2007-12-06 Jens Granseuer <jensgr@gmx.net> * gnome-window-properties.c: (reload_mouse_modifiers): add a comment for translators (bug #502087) 2007-12-06 Jens Granseuer <jensgr@gmx.net> * apply-font.glade: don't mark padding string as translatable (bug #502087) svn path=/trunk/; revision=8312
This commit is contained in:
parent
6865140ec7
commit
a94bd1c8b1
14 changed files with 140 additions and 104 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* apply-font.glade: don't mark padding string as translatable (bug
|
||||
#502087)
|
||||
|
||||
2007-11-23 Frederic Crozat <fcrozat@mandriva.com>
|
||||
|
||||
* themus-theme-applier.desktop.in.in: Fix .desktop to be valid (bug
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<widget class="GtkDialog" id="ApplyFontAlert">
|
||||
<property name="border_width">6</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes"> </property>
|
||||
<property name="title"></property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
|
@ -193,7 +193,7 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="font_sample">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"></property>
|
||||
<property name="label"></property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue