diff options
author | Julien Valroff <julien@kirya.net> | 2009-12-13 16:39:19 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2009-12-13 16:39:19 +0100 |
commit | a7c0460e520ad4601af6537b40fb5ecec63fd074 (patch) | |
tree | 72aa58dce95f00e64181ce5e8006a594260e6eb0 /rapid/glade3 | |
parent | d44c415c55b6337c53d47df6769215c16615e4b4 (diff) |
Imported Upstream version 0.1.0upstream/0.1.0
Diffstat (limited to 'rapid/glade3')
-rw-r--r-- | rapid/glade3/rapid.glade | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/rapid/glade3/rapid.glade b/rapid/glade3/rapid.glade index 860a54b..a485c42 100644 --- a/rapid/glade3/rapid.glade +++ b/rapid/glade3/rapid.glade @@ -1014,11 +1014,11 @@ <property name="layout_style">start</property> <child> <widget class="GtkButton" id="add_job_code_button"> - <property name="label">gtk-add</property> + <property name="label" translatable="yes">_Add...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_stock">True</property> + <property name="use_underline">True</property> <signal name="clicked" handler="on_add_job_code_button_clicked"/> </widget> <packing> @@ -1044,7 +1044,7 @@ </child> <child> <widget class="GtkButton" id="clear_job_code_button"> - <property name="label" translatable="yes" comments="The underscore after the C signifies that the l is the accelerator key. This is the standard 'Clear' button, but I needed to change the accelerator from the standard 'c' to 'l' because the close button also used 'c'">C_lear</property> + <property name="label" translatable="yes" comments="The underscore after the C signifies that the l is the accelerator key. This is the standard 'Clear' button, but I needed to change the accelerator from the standard 'c' to 'l' because the close button also used 'c'">R_emove All</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -2371,13 +2371,14 @@ Rapid Photo Downloader is distributed in the hope that it will be useful, but WI You should have received a copy of the GNU General Public License along with Rapid Photo Downloader; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</property> <property name="authors">Damon Lynch <damonlynch@gmail.com></property> - <property name="translator_credits" comments="TRANSLATORS: Replace this string with your names, one name per line.">Michel Ange <michelange@wanadoo.fr> + <property name="translator_credits">Lőrincz András <level.andrasnak@gmail.com> +Michel Ange <michelange@wanadoo.fr> Martin Egger <martin.egger@gmx.net> -Lőrincz András <level.andrasnak@gmail.com> +Nicolás M. Zahlut <nzahlut@live.com> Jose Luis Navarro <jlnavarro111@gmail.com> Tomas Novak <kuvaly@seznam.cz> Abel O'Rian <abel.orian@gmail.com> -Balazs Oveges +Balazs Oveges <ovegesb@freemail.hu> Daniel Paessler <daniel@paessler.org> Michal Predotka <mpredotka@googlemail.com> Luca Reverberi <thereve@gmail.com> @@ -2385,9 +2386,7 @@ Mikko Ruohola <polarfox@polarfox.net> Sergei Sedov <sedov@webmail.perm.ru> Marco Solari <marcosolari@gmail.com> Ulf Urdén <ulf.urden@purplescout.com> -Julien Valroff <julien@kirya.net> - -</property> +Julien Valroff <julien@kirya.net></property> <property name="logo">rapid-photo-downloader-about.png</property> <property name="wrap_license">True</property> <child internal-child="vbox"> |