[gedit] Fix translatable time strings in ui files (Fixes bug #611241)
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Fix translatable time strings in ui files (Fixes bug #611241)
- Date: Sat, 27 Feb 2010 11:19:24 +0000 (UTC)
commit 295d59de1df3c30cb9b5fd8d10ad4116f12d42ba
Author: Claude Paroz <claude 2xlibre net>
Date: Sat Feb 27 11:52:36 2010 +0100
Fix translatable time strings in ui files (Fixes bug #611241)
plugins/spell/spell-checker.ui | 1 -
plugins/time/gedit-time-dialog.ui | 10 ++++++----
plugins/time/gedit-time-setup-dialog.ui | 15 ++++++++-------
3 files changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/plugins/spell/spell-checker.ui b/plugins/spell/spell-checker.ui
index 697e6cd..ea84290 100644
--- a/plugins/spell/spell-checker.ui
+++ b/plugins/spell/spell-checker.ui
@@ -134,7 +134,6 @@
<property name="max_length">0</property>
<property name="text" translatable="yes"/>
<property name="has_frame">True</property>
- <property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</object>
<packing>
diff --git a/plugins/time/gedit-time-dialog.ui b/plugins/time/gedit-time-dialog.ui
index f60df4f..9605a47 100644
--- a/plugins/time/gedit-time-dialog.ui
+++ b/plugins/time/gedit-time-dialog.ui
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<!--*- mode: xml -*-->
<interface>
+ <requires lib="gtk+" version="2.16"/>
<object class="GtkDialog" id="choose_format_dialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Insert Date and Time</property>
@@ -232,9 +233,8 @@
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
- <property name="text" translatable="no">%d/%m/%Y %H:%M:%S</property>
+ <property name="text" translatable="yes">%d/%m/%Y %H:%M:%S</property>
<property name="has_frame">True</property>
- <property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</object>
<packing>
@@ -253,9 +253,8 @@
<child>
<object class="GtkLabel" id="custom_format_example">
<property name="visible">True</property>
- <property name="label" translatable="yes"><span size="small">01/11/2002 17:52:00</span></property>
+ <property name="label" translatable="yes">01/11/2009 17:52:00</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
@@ -263,6 +262,9 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <attributes>
+ <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
+ </attributes>
</object>
<packing>
<property name="padding">0</property>
diff --git a/plugins/time/gedit-time-setup-dialog.ui b/plugins/time/gedit-time-setup-dialog.ui
index 63ae396..46fb5b9 100644
--- a/plugins/time/gedit-time-setup-dialog.ui
+++ b/plugins/time/gedit-time-setup-dialog.ui
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<!--*- mode: xml -*-->
<interface>
+ <requires lib="gtk+" version="2.16"/>
<object class="GtkDialog" id="time_dialog">
<property name="title" translatable="yes">Configure date/time plugin</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
@@ -65,16 +66,18 @@
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes"><span weight="bold"> When inserting date/time...</span></property>
+ <property name="label" translatable="yes">When inserting date/time...</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
- <property name="xalign">7.45058e-09</property>
+ <property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
</object>
<packing>
<property name="padding">0</property>
@@ -249,9 +252,8 @@
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
- <property name="text" translatable="no">%d/%m/%Y %H:%M:%S</property>
+ <property name="text" translatable="yes" comments="Translators: Use the more common date format in your locale">%d/%m/%Y %H:%M:%S</property>
<property name="has_frame">True</property>
- <property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
</object>
<packing>
@@ -270,9 +272,8 @@
<child>
<object class="GtkLabel" id="custom_format_example">
<property name="visible">True</property>
- <property name="label" translatable="yes">01/11/2002 17:52:00</property>
+ <property name="label" translatable="yes" comments="Translators: This example should follow the date format defined in the entry above">01/11/2009 17:52:00</property>
<property name="use_underline">False</property>
- <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]