diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-03 22:29:47 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-09 14:47:19 -0400 |
| commit | b61db3eb725d19d991c9eac39546c2a6dbc6ffbd (patch) | |
| tree | 0bdba0a50e815dff06a049f2502408bac494528b /python-openstackclient | |
| parent | 5c8b43e891658b276b0f6a803fddc2fa8f1accc6 (diff) | |
| download | python-openstackclient-b61db3eb725d19d991c9eac39546c2a6dbc6ffbd.tar.gz | |
Add translation markers for user v2 actions
implements bp use_i18n
Change-Id: I86508a232c9cf88695b7982dad0b9b02eaf8b3a1
Diffstat (limited to 'python-openstackclient')
| -rw-r--r-- | python-openstackclient/locale/python-openstackclient.pot | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/python-openstackclient/locale/python-openstackclient.pot b/python-openstackclient/locale/python-openstackclient.pot new file mode 100644 index 00000000..5dcdac88 --- /dev/null +++ b/python-openstackclient/locale/python-openstackclient.pot @@ -0,0 +1,78 @@ +# Translations template for python-openstackclient. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the +# python-openstackclient project. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: python-openstackclient 0.4.2.dev43.gaf67658\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-10-09 13:11-0400\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=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" + +#: openstackclient/identity/v2_0/user.py:40 +#: openstackclient/identity/v2_0/user.py:246 +msgid "New user name" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:45 +#: openstackclient/identity/v2_0/user.py:251 +msgid "New user password" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:51 +#: openstackclient/identity/v2_0/user.py:257 +msgid "Prompt interactively for password" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:56 +#: openstackclient/identity/v2_0/user.py:262 +msgid "New user email address" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:61 +msgid "Set default project (name or ID)" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:67 +#: openstackclient/identity/v2_0/user.py:273 +msgid "Enable user (default)" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:72 +#: openstackclient/identity/v2_0/user.py:278 +msgid "Disable user" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:124 +msgid "User to delete (name or ID)" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:151 +msgid "Filter users by project (name or ID)" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:157 +msgid "List additional fields in output" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:241 +msgid "User to change (name or ID)" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:267 +msgid "New default project (name or ID)" +msgstr "" + +#: openstackclient/identity/v2_0/user.py:344 +msgid "User to display (name or ID)" +msgstr "" + |
