typo on translation strings

svn: r11938
This commit is contained in:
Jérôme Rapinat 2009-02-09 16:27:09 +00:00
parent 6e661e9cf2
commit 3e1ff9bf32
3 changed files with 1522 additions and 2131 deletions

3639
po/fr.po

File diff suppressed because it is too large Load Diff

View File

@ -9122,8 +9122,7 @@
<child>
<widget class="GtkComboBox" id="display_as">
<property name="visible">True</property>
<property name="items" translatable="yes">
</property>
<property name="items" translatable="yes"></property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
</widget>
@ -13081,8 +13080,7 @@ Very High</property>
<child>
<widget class="GtkComboBox" id="temple">
<property name="visible">True</property>
<property name="items" translatable="yes">
</property>
<property name="items" translatable="yes"></property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
</widget>
@ -13210,8 +13208,7 @@ Very High</property>
<child>
<widget class="GtkComboBox" id="status">
<property name="visible">True</property>
<property name="items" translatable="yes">
</property>
<property name="items" translatable="yes"></property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
</widget>
@ -13351,8 +13348,7 @@ Very High</property>
<child>
<widget class="GtkComboBox" id="type">
<property name="visible">True</property>
<property name="items" translatable="yes">
</property>
<property name="items" translatable="yes"></property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
</widget>

View File

@ -74,7 +74,7 @@ def run(database, document, date):
stab.row(person, birth_str)
stab.row_sort_val(1, diff_span)
matches += 1
sdoc.paragraph("\n%d matches.\n" % matches)
sdoc.paragraph(_("\n%d matches.\n") % matches)
stab.write(sdoc)
sdoc.paragraph("")