SF.net SVN: geany-plugins:[167] trunk/geanysendmail

frlan at users.sourceforge.net frlan at xxxxx
Wed Sep 3 21:43:37 UTC 2008


Revision: 167
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=167&view=rev
Author:   frlan
Date:     2008-09-03 21:43:35 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
GeanySendMail: Change of a string and update of German translation with copyright information

Modified Paths:
--------------
    trunk/geanysendmail/po/ChangeLog
    trunk/geanysendmail/po/de.po
    trunk/geanysendmail/po/geanysendmail.pot
    trunk/geanysendmail/src/geanysendmail.c

Modified: trunk/geanysendmail/po/ChangeLog
===================================================================
--- trunk/geanysendmail/po/ChangeLog	2008-09-03 21:42:44 UTC (rev 166)
+++ trunk/geanysendmail/po/ChangeLog	2008-09-03 21:43:35 UTC (rev 167)
@@ -1,3 +1,8 @@
+2008-09-02  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+
+ * de.po: Little update of Gemran translation
+
+
 2008-09-01  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * Initial import of ChangLog

Modified: trunk/geanysendmail/po/de.po
===================================================================
--- trunk/geanysendmail/po/de.po	2008-09-03 21:42:44 UTC (rev 166)
+++ trunk/geanysendmail/po/de.po	2008-09-03 21:43:35 UTC (rev 167)
@@ -1,8 +1,12 @@
+# German translations for GeanySendMail package.
+# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 msgid ""
 msgstr ""
 "Project-Id-Version: geanysendmail 0.4svn\n"
-"Report-Msgid-Bugs-To: Geany-i18n team <geany-i18n at uvena.de>\n"
-"POT-Creation-Date: 2008-09-01 00:51+0200\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-09-02 01:39+0200\n"
 "PO-Revision-Date: 2008-05-24 19:13+0100\n"
 "Last-Translator: Frank Lanitz <frank at frank.uvena.de>\n"
 "Language-Team:  <frank at frank.uvena.de>\n"
@@ -58,8 +62,8 @@
 msgstr "Anmerkung: \\%f wird durch den Dateinamen ersetzt."
 
 #: src/geanysendmail.c:289
-msgid "Showing icon in toolbar (EXPERIMENTAL)"
-msgstr "Symbol in der Werkzeugliste anzeigen (Experimental)"
+msgid "Showing icon in toolbar"
+msgstr "Symbol in der Werkzeugliste anzeigen"
 
 #: src/geanysendmail.c:292
 msgid "Shows a icon in the toolbar to send file more easy."

Modified: trunk/geanysendmail/po/geanysendmail.pot
===================================================================
--- trunk/geanysendmail/po/geanysendmail.pot	2008-09-03 21:42:44 UTC (rev 166)
+++ trunk/geanysendmail/po/geanysendmail.pot	2008-09-03 21:43:35 UTC (rev 167)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-01 00:51+0200\n"
+"POT-Creation-Date: 2008-09-02 01:39+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -57,7 +57,7 @@
 msgstr ""
 
 #: src/geanysendmail.c:289
-msgid "Showing icon in toolbar (EXPERIMENTAL)"
+msgid "Showing icon in toolbar"
 msgstr ""
 
 #: src/geanysendmail.c:292

Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c	2008-09-03 21:42:44 UTC (rev 166)
+++ trunk/geanysendmail/src/geanysendmail.c	2008-09-03 21:43:35 UTC (rev 167)
@@ -286,7 +286,7 @@
 	gtk_widget_show(label2);
 	gtk_misc_set_alignment(GTK_MISC(label2), 0, 0.5);
 
-	pref_widgets.checkbox_icon_to_toolbar = gtk_check_button_new_with_label(_("Showing icon in toolbar (EXPERIMENTAL)"));
+	pref_widgets.checkbox_icon_to_toolbar = gtk_check_button_new_with_label(_("Showing icon in toolbar"));
 	gtk_tooltips_set_tip(tooltip, pref_widgets.checkbox_icon_to_toolbar,
 			     _
 			     ("Shows a icon in the toolbar to send file more easy."),


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list