From 3d943e4a9f128cefa56412d593c1f13ff8c15b37 Mon Sep 17 00:00:00 2001 From: James Bowes Date: Thu, 20 Sep 2007 18:37:41 -0400 Subject: Add po dir to git --- .gitignore | 1 - po/messages.pot | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 po/messages.pot diff --git a/.gitignore b/.gitignore index 1af555f..f5f30f4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,5 @@ *.pyo *.swp MANIFEST -po rpm-build dist diff --git a/po/messages.pot b/po/messages.pot new file mode 100644 index 0000000..6515620 --- /dev/null +++ b/po/messages.pot @@ -0,0 +1,22 @@ +# func. +# Copyright (C) 2007 Red Hat, inc. +# This file is distributed under the same license as the func package. +# Adrian Likins , 2007. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: func 0.11-2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-09-20 18:36-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: server/module_loader.py:50 +#, python-format +msgid "%(module_path)s/%(modname)s module not a proper module" +msgstr "" -- cgit