Revision: 686 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=686&view=rev Author: eht16 Date: 2009-05-30 18:16:54 +0000 (Sat, 30 May 2009)
Log Message: ----------- Prefix the gettext package with "geany" to avoid possible naming conflicts.
Modified Paths: -------------- trunk/addons/configure.in trunk/wscript
Added Paths: ----------- trunk/addons/po/geanyaddons.pot
Removed Paths: ------------- trunk/addons/po/addons.pot
Modified: trunk/addons/configure.in =================================================================== --- trunk/addons/configure.in 2009-05-30 18:12:11 UTC (rev 685) +++ trunk/addons/configure.in 2009-05-30 18:16:54 UTC (rev 686) @@ -25,7 +25,7 @@ GTK_VERSION=`$PKG_CONFIG --modversion gtk+-2.0`
# i18n -GETTEXT_PACKAGE=addons +GETTEXT_PACKAGE=geanyaddons AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
Deleted: trunk/addons/po/addons.pot =================================================================== --- trunk/addons/po/addons.pot 2009-05-30 18:12:11 UTC (rev 685) +++ trunk/addons/po/addons.pot 2009-05-30 18:16:54 UTC (rev 686) @@ -1,58 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR EMAIL@ADDRESS, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-26 00:44+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME EMAIL@ADDRESS\n" -"Language-Team: LANGUAGE LL@li.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/addons.c:53 -msgid "Addons" -msgstr "" - -#: src/addons.c:53 -msgid "Various small addons for Geany." -msgstr "" - -#: src/addons.c:150 -msgid "Plugin configuration directory could not be created." -msgstr "" - -#: src/addons.c:172 -msgid "Show toolbar item to show a list of currently open documents" -msgstr "" - -#. TODO fix the string -#: src/addons.c:179 -msgid "Show a 'Open URI' menu item in the editor menu" -msgstr "" - -#: src/ao_openuri.c:169 -msgid "Open URI" -msgstr "" - -#: src/ao_openuri.c:175 -msgid "Copy URI" -msgstr "" - -#: src/ao_doclist.c:209 -msgid "Close Ot_her Documents" -msgstr "" - -#: src/ao_doclist.c:214 -msgid "C_lose All" -msgstr "" - -#: src/ao_doclist.c:244 -msgid "Show Document List" -msgstr ""
Added: trunk/addons/po/geanyaddons.pot =================================================================== --- trunk/addons/po/geanyaddons.pot (rev 0) +++ trunk/addons/po/geanyaddons.pot 2009-05-30 18:16:54 UTC (rev 686) @@ -0,0 +1,70 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR EMAIL@ADDRESS, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-30 20:14+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME EMAIL@ADDRESS\n" +"Language-Team: LANGUAGE LL@li.org\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../src/addons.c:55 +msgid "Addons" +msgstr "" + +#: ../src/addons.c:55 +msgid "Various small addons for Geany." +msgstr "" + +#: ../src/addons.c:176 +msgid "Plugin configuration directory could not be created." +msgstr "" + +#: ../src/addons.c:198 +msgid "Show toolbar item to show a list of currently open documents" +msgstr "" + +#. TODO fix the string +#: ../src/addons.c:205 +msgid "Show a 'Open URI' menu item in the editor menu" +msgstr "" + +#: ../src/addons.c:211 +msgid "Show available tasks in the Message Window" +msgstr "" + +#: ../src/addons.c:217 +msgid "Show status icon in the Notification Area" +msgstr "" + +#: ../src/ao_openuri.c:169 +msgid "Open URI" +msgstr "" + +#: ../src/ao_openuri.c:175 +msgid "Copy URI" +msgstr "" + +#: ../src/ao_doclist.c:209 +msgid "Close Ot_her Documents" +msgstr "" + +#: ../src/ao_doclist.c:214 +msgid "C_lose All" +msgstr "" + +#: ../src/ao_doclist.c:244 +msgid "Show Document List" +msgstr "" + +#: ../src/tasks.c:311 +msgid "Tasks" +msgstr ""
Modified: trunk/wscript =================================================================== --- trunk/wscript 2009-05-30 18:12:11 UTC (rev 685) +++ trunk/wscript 2009-05-30 18:16:54 UTC (rev 686) @@ -65,7 +65,7 @@ [ 'addons/src/addons.c', 'addons/src/ao_doclist.c', 'addons/src/ao_openuri.c', 'addons/src/ao_systray.c', 'addons/src/tasks.c' ], [ 'addons', 'addons/src' ], - '0.2'), + '0.2', [], 'geanyaddons'), Plugin('externdbg', [ 'externdbg/src/dbg.c' ], # source files [ 'externdbg', 'externdbg/src' ], # include dirs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org