|
From: <enl...@li...> - 2000-11-13 21:30:07
|
Enlightenment CVS committal Author : cpk Project : e17 Module : apps/etcher Modified Files: POTFILES.in etcher.pot Added Files: de.po Log Message: Ahhh works now, Michael. Thanks. I modularized the splash message so that it can be used on any evas (e.g. when we get an About dialog etc), provided there's only one splash message going on at the same time. Also started german translation. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/etcher/po/POTFILES.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- POTFILES.in 2000/08/22 04:42:26 1.1.1.1 +++ POTFILES.in 2000/11/13 21:29:11 1.2 @@ -4,3 +4,4 @@ src/interface.c src/callbacks.c src/support.c +src/splash.c \ No newline at end of file =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/etcher/po/etcher.pot,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- etcher.pot 2000/11/02 23:35:51 1.38 +++ etcher.pot 2000/11/13 21:29:11 1.39 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-11-02 16:32-0800\n" +"POT-Creation-Date: 2000-11-13 00:20-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -668,4 +668,16 @@ #: src/support.c:130 #, c-format msgid "Error loading pixmap file: %s" +msgstr "" + +#: src/splash.c:143 +msgid "Copyright (C) The Rasterman 2000" +msgstr "" + +#: src/splash.c:145 +msgid "Version 1.0" +msgstr "" + +#: src/splash.c:147 +msgid "Enlightenment Graphical Ebit Editor" msgstr "" |