Skip to content

Commit

Permalink
Bug fix : traduction doesn't show in about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier committed Jul 29, 2013
1 parent 815067c commit c9d50ea
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
Binary file modified po/fr.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: publiphoto 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-29 12:11+0200\n"
"PO-Revision-Date: 2013-07-29 12:12+0100\n"
"POT-Creation-Date: 2013-07-29 12:16+0200\n"
"PO-Revision-Date: 2013-07-29 12:16+0100\n"
"Last-Translator: Olivier Radisson <olivier [dot] radisson (at) insa-lyon "
"[dot] fr>\n"
"Language-Team: none\n"
Expand Down Expand Up @@ -234,7 +234,7 @@ msgstr "Traitement des images ..."
msgid "Processing log"
msgstr "Journal du traitement"

#: src/gui/glade/aboutDialog.glade:12
#: src/gui/glade/aboutDialog.glade:12 src/gui/welcome.py:34
msgid ""
"Publi' Photo was develop in order to help the publishing of professional or "
"semi-professional photographies.\n"
Expand Down
Binary file modified po/fr/LC_MESSAGES/publiphoto.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion po/publiphoto-glade.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-29 12:11+0200\n"
"POT-Creation-Date: 2013-07-29 12:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
13 changes: 12 additions & 1 deletion po/publiphoto-python.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-29 12:11+0200\n"
"POT-Creation-Date: 2013-07-29 12:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -78,6 +78,17 @@ msgstr ""
msgid "Are you sure to replace settings ?"
msgstr ""

#: src/gui/welcome.py:34
msgid ""
"Publi' Photo was develop in order to help the publishing of professional or "
"semi-professional photographies.\n"
"The main idea is that in majority, country's law say that a photography will "
"automaticly be protected by the intellectual property. So the public domain "
"suffer of this, cause lots of pictures could free as in freedom.\n"
"Publi' Photo is here to help people to distribute their photographies with a "
"free licence."
msgstr ""

#: src/gui/process.py:53
msgid "Opening"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions po/publiphoto.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-29 12:11+0200\n"
"POT-Creation-Date: 2013-07-29 12:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -226,7 +226,7 @@ msgstr ""
msgid "Processing log"
msgstr ""

#: src/gui/glade/aboutDialog.glade:12
#: src/gui/glade/aboutDialog.glade:12 src/gui/welcome.py:34
msgid ""
"Publi' Photo was develop in order to help the publishing of professional or "
"semi-professional photographies.\n"
Expand Down
5 changes: 3 additions & 2 deletions src/gui/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ def on_about_clicked(self,widget):
b = Gtk.Builder()
b.add_from_file("src/gui/glade/aboutDialog.glade")
d = b.get_object("about")
#GdkPixbuf.Pixbuf.get_from_image("src/publiphoto.svg")
#d.set_parent(self.parent)
d.set_comments(_("""Publi' Photo was develop in order to help the publishing of professional or semi-professional photographies.
The main idea is that in majority, country's law say that a photography will automaticly be protected by the intellectual property. So the public domain suffer of this, cause lots of pictures could free as in freedom.
Publi' Photo is here to help people to distribute their photographies with a free licence."""))
d.set_logo(GdkPixbuf.Pixbuf.new_from_file("src/publiphoto.svg"))
d.run()
d.destroy()

0 comments on commit c9d50ea

Please sign in to comment.