From e0136d2f7c5b03d695d2ee0ef4d0fe0e310eca3e Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 21 Jun 2012 17:51:09 -0700 Subject: setting up babel for i18n work blueprint start-keystone-i18n Change-Id: Ie18daada4b537b74a27aa1defe676698d9944468 --- keystone/locale/keystone.pot | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 keystone/locale/keystone.pot (limited to 'keystone') diff --git a/keystone/locale/keystone.pot b/keystone/locale/keystone.pot new file mode 100644 index 00000000..108c940b --- /dev/null +++ b/keystone/locale/keystone.pot @@ -0,0 +1,31 @@ +# Translations template for keystone. +# Copyright (C) 2012 ORGANIZATION +# This file is distributed under the same license as the keystone project. +# FIRST AUTHOR , 2012. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: keystone 2012.2\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2012-06-21 18:01-0700\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=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 0.9.6\n" + +#: keystone/config.py:62 +msgid "Invalid syslog facility" +msgstr "" + +#: keystone/policy/backends/rules.py:34 +msgid "JSON file representing policy" +msgstr "" + +#: keystone/policy/backends/rules.py:37 +msgid "Rule checked when requested rule is not found" +msgstr "" + -- cgit