From ac1ac5bd2171e61ba4332dcae33d8a433cef7a4f Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Thu, 10 Oct 2013 16:53:28 -0400 Subject: GSWauth authentication to be based on SWauth We are planning on creating a GlusterFS aware authentication system for gluster-swift based on SWauth. We forked from SWauth commit 41d36ebe160aa3346f6f45197fff0c80f38fde58 Change-Id: Ia28730d21e04fc8d9ce0cb317fc04d0d97583fca Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/6069 --- .../common/middleware/gswauth/locale/swauth.pot | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gluster/swift/common/middleware/gswauth/locale/swauth.pot (limited to 'gluster/swift/common/middleware/gswauth/locale') diff --git a/gluster/swift/common/middleware/gswauth/locale/swauth.pot b/gluster/swift/common/middleware/gswauth/locale/swauth.pot new file mode 100644 index 0000000..86bcbec --- /dev/null +++ b/gluster/swift/common/middleware/gswauth/locale/swauth.pot @@ -0,0 +1,30 @@ +# Translations template for swauth. +# Copyright (C) 2011 ORGANIZATION +# This file is distributed under the same license as the swauth project. +# FIRST AUTHOR , 2011. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: swauth 1.0.1.dev\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2011-05-26 10:35+0000\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.4\n" + +#: swauth/middleware.py:94 +msgid "No super_admin_key set in conf file! Exiting." +msgstr "" + +#: swauth/middleware.py:637 +#, python-format +msgid "" +"ERROR: Exception while trying to communicate with " +"%(scheme)s://%(host)s:%(port)s/%(path)s" +msgstr "" + -- cgit