update translation files
This commit is contained in:
parent
553d10d3c6
commit
561efafe65
11 changed files with 2484 additions and 2425 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -488,7 +488,7 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label244">
|
||||
<property name="visible">True</property>
|
||||
<property name="label">_Remove</property>
|
||||
<property name="label" translatable="yes">_Remove</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
|
|
@ -212,14 +212,14 @@ class Vcard_window:
|
|||
#publish button
|
||||
button = gtk.Button(stock = gtk.STOCK_GOTO_TOP)
|
||||
button.get_children()[0].get_children()[0].get_children()[1].set_text(
|
||||
'Publish')
|
||||
_('Publish'))
|
||||
button.connect('clicked', self.on_publish_button_clicked)
|
||||
button.show_all()
|
||||
information_hbuttonbox.pack_start(button)
|
||||
#retrieve button
|
||||
button = gtk.Button(stock = gtk.STOCK_GOTO_BOTTOM)
|
||||
button.get_children()[0].get_children()[0].get_children()[1].set_text(
|
||||
'Retrieve')
|
||||
_('Retrieve'))
|
||||
button.connect('clicked', self.on_retrieve_button_clicked)
|
||||
button.show_all()
|
||||
information_hbuttonbox.pack_start(button)
|
||||
|
|
Loading…
Add table
Reference in a new issue