diff --git a/oslo.cache/locale/oslo.cache-log-critical.pot b/oslo.cache/locale/oslo.cache-log-critical.pot new file mode 100644 index 00000000..eea14c89 --- /dev/null +++ b/oslo.cache/locale/oslo.cache-log-critical.pot @@ -0,0 +1,19 @@ +# Translations template for oslo.cache. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the oslo.cache project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.cache 0.5.1.dev1\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-08-09 06:59+0200\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 1.3\n" + diff --git a/oslo.cache/locale/oslo.cache-log-error.pot b/oslo.cache/locale/oslo.cache-log-error.pot new file mode 100644 index 00000000..8eb5d8ae --- /dev/null +++ b/oslo.cache/locale/oslo.cache-log-error.pot @@ -0,0 +1,26 @@ +# Translations template for oslo.cache. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the oslo.cache project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.cache 0.5.1.dev1\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-08-09 06:59+0200\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 1.3\n" + +#: oslo_cache/core.py:123 +#, python-format +msgid "" +"Unable to build cache config-key. Expected format \":\". " +"Skipping unknown format: %s" +msgstr "" + diff --git a/oslo.cache/locale/oslo.cache-log-info.pot b/oslo.cache/locale/oslo.cache-log-info.pot new file mode 100644 index 00000000..eea14c89 --- /dev/null +++ b/oslo.cache/locale/oslo.cache-log-info.pot @@ -0,0 +1,19 @@ +# Translations template for oslo.cache. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the oslo.cache project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.cache 0.5.1.dev1\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-08-09 06:59+0200\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 1.3\n" + diff --git a/oslo.cache/locale/oslo.cache-log-warning.pot b/oslo.cache/locale/oslo.cache-log-warning.pot new file mode 100644 index 00000000..7441d0ff --- /dev/null +++ b/oslo.cache/locale/oslo.cache-log-warning.pot @@ -0,0 +1,27 @@ +# Translations template for oslo.cache. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the oslo.cache project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.cache 0.5.1.dev1\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-08-09 06:59+0200\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 1.3\n" + +#: oslo_cache/backends/mongo.py:424 +#, python-format +msgid "" +"TTL index already exists on db collection <%(c_name)s>, remove index " +"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " +"effective" +msgstr "" + diff --git a/oslo.cache/locale/oslo.cache.pot b/oslo.cache/locale/oslo.cache.pot new file mode 100644 index 00000000..a90b9d48 --- /dev/null +++ b/oslo.cache/locale/oslo.cache.pot @@ -0,0 +1,63 @@ +# Translations template for oslo.cache. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the oslo.cache project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.cache 0.5.1.dev1\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-08-09 06:59+0200\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 1.3\n" + +#: oslo_cache/_memcache_pool.py:124 +#, python-format +msgid "Unable to get a connection from pool id %(id)s after %(seconds)s seconds." +msgstr "" + +#: oslo_cache/core.py:196 +msgid "region not type dogpile.cache.CacheRegion" +msgstr "" + +#: oslo_cache/backends/mongo.py:248 +msgid "db_hosts value is required" +msgstr "" + +#: oslo_cache/backends/mongo.py:253 +msgid "database db_name is required" +msgstr "" + +#: oslo_cache/backends/mongo.py:258 +msgid "cache_collection name is required" +msgstr "" + +#: oslo_cache/backends/mongo.py:269 +msgid "integer value expected for w (write concern attribute)" +msgstr "" + +#: oslo_cache/backends/mongo.py:277 +msgid "replicaset_name required when use_replica is True" +msgstr "" + +#: oslo_cache/backends/mongo.py:292 +msgid "integer value expected for mongo_ttl_seconds" +msgstr "" + +#: oslo_cache/backends/mongo.py:318 +msgid "no ssl support available" +msgstr "" + +#: oslo_cache/backends/mongo.py:327 +#, python-format +msgid "" +"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," +" \"REQUIRED\"" +msgstr "" +