Browsing French translation

367 of 885 results
367.
Import Recipe
for t in self.tags:

self.action_model.append([self.labels_by_tag[t],t])
tag_button = gtk.Button('_'+self.labels_by_tag[t])
tag_button.connect('clicked',
self.label_callback,
self.labels_by_tag[t])
self.action_area.pack_start(tag_button,expand=False,fill=False,padding=6)
tag_button.show()

Importer une recette
Translated and reviewed by Vincent Hatakeyama
Located in ../src/lib/importers/interactive_importer.py:192
367 of 885 results

This translation is managed by Launchpad French Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.