diff --git a/designate/locale/designate-log-error.pot b/designate/locale/designate-log-error.pot index e454df29..fa86488e 100644 --- a/designate/locale/designate-log-error.pot +++ b/designate/locale/designate-log-error.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: designate 2014.2.dev216.g331ee19\n" +"Project-Id-Version: designate 2014.2.dev271.g9552ccc\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-07-15 06:07+0000\n" +"POT-Creation-Date: 2014-07-25 06:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: designate/api/middleware.py:254 +#: designate/api/middleware.py:271 msgid "Missing context in request, please check." msgstr "" @@ -49,7 +49,7 @@ msgstr "" msgid "got exception while decoding packet from %(host)s:%(port)d" msgstr "" -#: designate/mdns/service.py:115 +#: designate/mdns/service.py:130 #, python-format msgid "Unhandled exception while processing request from %(host)s:%(port)d" msgstr "" @@ -69,30 +69,25 @@ msgstr "" msgid "Unexpected exception occurred %d time(s)... retrying." msgstr "" -#: designate/openstack/common/lockutils.py:120 -#, python-format -msgid "Could not release the acquired lock `%s`" -msgstr "" - -#: designate/openstack/common/loopingcall.py:89 +#: designate/openstack/common/loopingcall.py:95 msgid "in fixed duration looping call" msgstr "" -#: designate/openstack/common/loopingcall.py:136 +#: designate/openstack/common/loopingcall.py:138 msgid "in dynamic looping call" msgstr "" -#: designate/openstack/common/policy.py:511 +#: designate/openstack/common/policy.py:508 #, python-format msgid "Failed to understand rule %s" msgstr "" -#: designate/openstack/common/policy.py:521 +#: designate/openstack/common/policy.py:518 #, python-format msgid "No handler for matches of kind %s" msgstr "" -#: designate/openstack/common/policy.py:791 +#: designate/openstack/common/policy.py:788 #, python-format msgid "Failed to understand rule %r" msgstr "" @@ -101,7 +96,7 @@ msgstr "" msgid "Exception during rpc cleanup." msgstr "" -#: designate/openstack/common/service.py:276 +#: designate/openstack/common/service.py:277 msgid "Unhandled exception" msgstr "" diff --git a/designate/locale/designate-log-info.pot b/designate/locale/designate-log-info.pot index aaa688d1..4d753e3c 100644 --- a/designate/locale/designate-log-info.pot +++ b/designate/locale/designate-log-info.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: designate 2014.2.dev223.g2593949\n" +"Project-Id-Version: designate 2014.2.dev271.g9552ccc\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-07-16 06:08+0000\n" +"POT-Creation-Date: 2014-07-25 06:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,19 +27,19 @@ msgstr "" msgid "Getting auth pipeline: %s" msgstr "" -#: designate/api/middleware.py:80 +#: designate/api/middleware.py:97 msgid "Starting designate keystonecontext middleware" msgstr "" -#: designate/api/middleware.py:113 +#: designate/api/middleware.py:130 msgid "Starting designate noauthcontext middleware" msgstr "" -#: designate/api/middleware.py:154 +#: designate/api/middleware.py:171 msgid "Starting designate maintenance middleware" msgstr "" -#: designate/api/middleware.py:188 +#: designate/api/middleware.py:205 msgid "Starting designate faultwrapper middleware" msgstr "" @@ -427,87 +427,81 @@ msgid "" "'%(zone_name)s'" msgstr "" -#: designate/mdns/service.py:42 +#: designate/mdns/service.py:43 #, python-format msgid "Opening TCP Listening Socket on %(host)s:%(port)d" msgstr "" -#: designate/mdns/service.py:53 +#: designate/mdns/service.py:54 #, python-format msgid "Opening UDP Listening Socket on %(host)s:%(port)d" msgstr "" -#: designate/mdns/service.py:65 +#: designate/mdns/service.py:66 msgid "started mdns service" msgstr "" -#: designate/mdns/service.py:73 +#: designate/mdns/service.py:74 msgid "_handle_tcp thread started" msgstr "" -#: designate/mdns/service.py:84 +#: designate/mdns/service.py:97 msgid "_handle_udp thread started" msgstr "" -#: designate/openstack/common/eventlet_backdoor.py:141 +#: designate/openstack/common/eventlet_backdoor.py:140 #, python-format msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" msgstr "" -#: designate/openstack/common/lockutils.py:83 -#, python-format -msgid "Created lock path: %s" -msgstr "" - -#: designate/openstack/common/lockutils.py:250 -#, python-format -msgid "Failed to remove file %(file)s" -msgstr "" - #: designate/openstack/common/service.py:176 -#: designate/openstack/common/service.py:270 #, python-format msgid "Caught %s, exiting" msgstr "" -#: designate/openstack/common/service.py:239 +#: designate/openstack/common/service.py:240 msgid "Parent process has died unexpectedly, exiting" msgstr "" -#: designate/openstack/common/service.py:309 +#: designate/openstack/common/service.py:271 +#, python-format +msgid "Child caught %s, exiting" +msgstr "" + +#: designate/openstack/common/service.py:310 msgid "Forking too fast, sleeping" msgstr "" -#: designate/openstack/common/service.py:328 +#: designate/openstack/common/service.py:329 #, python-format msgid "Started child %d" msgstr "" -#: designate/openstack/common/service.py:338 +#: designate/openstack/common/service.py:339 #, python-format msgid "Starting %d workers" msgstr "" -#: designate/openstack/common/service.py:355 +#: designate/openstack/common/service.py:356 #, python-format msgid "Child %(pid)d killed by signal %(sig)d" msgstr "" -#: designate/openstack/common/service.py:359 +#: designate/openstack/common/service.py:360 #, python-format msgid "Child %(pid)s exited with status %(code)d" msgstr "" -#: designate/openstack/common/service.py:394 +#: designate/openstack/common/service.py:399 #, python-format msgid "Caught %s, stopping children" msgstr "" -#: designate/openstack/common/service.py:403 +#: designate/openstack/common/service.py:408 msgid "Wait called after thread killed. Cleaning up." msgstr "" -#: designate/openstack/common/service.py:414 +#: designate/openstack/common/service.py:424 #, python-format msgid "Waiting on %d children to exit" msgstr "" diff --git a/designate/locale/designate-log-warning.pot b/designate/locale/designate-log-warning.pot index d00745c5..da250e9b 100644 --- a/designate/locale/designate-log-warning.pot +++ b/designate/locale/designate-log-warning.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: designate 2014.2.dev264.gbf11539\n" +"Project-Id-Version: designate 2014.2.dev271.g9552ccc\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-07-23 06:11+0000\n" +"POT-Creation-Date: 2014-07-25 06:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -98,12 +98,12 @@ msgstr "" msgid "Calling Neutron resulted in a 401, please investigate." msgstr "" -#: designate/openstack/common/loopingcall.py:82 +#: designate/openstack/common/loopingcall.py:87 #, python-format -msgid "task run outlasted interval by %s sec" +msgid "task %(func_name)s run outlasted interval by %(delay).2f sec" msgstr "" -#: designate/openstack/common/service.py:363 +#: designate/openstack/common/service.py:364 #, python-format msgid "pid %d not in child list" msgstr "" diff --git a/designate/locale/designate.pot b/designate/locale/designate.pot index b5cf5ae8..3f588977 100644 --- a/designate/locale/designate.pot +++ b/designate/locale/designate.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: designate 2014.2.dev188.g0c97ac1\n" +"Project-Id-Version: designate 2014.2.dev271.g9552ccc\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-07-04 16:25+0200\n" +"POT-Creation-Date: 2014-07-25 06:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -45,50 +45,45 @@ msgstr "" msgid "Unknown sort direction, must be 'desc' or 'asc'" msgstr "" -#: designate/cmd/manage.py:116 +#: designate/cmd/manage.py:113 #, python-format msgid "Could not read %s. Re-running with sudo" msgstr "" -#: designate/cmd/manage.py:120 +#: designate/cmd/manage.py:117 msgid "sudo failed, continuing as if nothing happened" msgstr "" -#: designate/cmd/manage.py:122 +#: designate/cmd/manage.py:119 msgid "Please re-run designate-manage as root." msgstr "" -#: designate/openstack/common/gettextutils.py:271 +#: designate/openstack/common/gettextutils.py:301 msgid "Message objects do not support addition." msgstr "" -#: designate/openstack/common/gettextutils.py:281 +#: designate/openstack/common/gettextutils.py:311 msgid "" "Message objects do not support str() because they may contain non-ascii " "characters. Please use unicode() or translate() instead." msgstr "" -#: designate/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: designate/openstack/common/log.py:327 +#: designate/openstack/common/log.py:276 #, python-format msgid "Deprecated: %s" msgstr "" -#: designate/openstack/common/log.py:438 +#: designate/openstack/common/log.py:385 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: designate/openstack/common/log.py:489 +#: designate/openstack/common/log.py:446 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: designate/openstack/common/log.py:710 +#: designate/openstack/common/log.py:689 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -111,11 +106,11 @@ msgstr "" msgid "Rules must be an instance of dict or Rules, got %s instead" msgstr "" -#: designate/openstack/common/processutils.py:58 +#: designate/openstack/common/processutils.py:59 msgid "Unexpected error while running command." msgstr "" -#: designate/openstack/common/processutils.py:61 +#: designate/openstack/common/processutils.py:62 #, python-format msgid "" "%(description)s\n" @@ -125,78 +120,64 @@ msgid "" "Stderr: %(stderr)r" msgstr "" -#: designate/openstack/common/processutils.py:139 +#: designate/openstack/common/processutils.py:143 #, python-format -msgid "Got unknown keyword args to utils.execute: %r" +msgid "Got unknown keyword args: %r" msgstr "" -#: designate/openstack/common/processutils.py:145 +#: designate/openstack/common/processutils.py:148 msgid "Command requested root, but did not specify a root helper." msgstr "" -#: designate/openstack/common/processutils.py:241 +#: designate/openstack/common/processutils.py:245 msgid "Environment not supported over SSH" msgstr "" -#: designate/openstack/common/processutils.py:245 +#: designate/openstack/common/processutils.py:249 msgid "process_input not supported over SSH" msgstr "" -#: designate/openstack/common/sslutils.py:50 +#: designate/openstack/common/sslutils.py:47 #, python-format msgid "Unable to find cert_file : %s" msgstr "" -#: designate/openstack/common/sslutils.py:53 +#: designate/openstack/common/sslutils.py:50 #, python-format msgid "Unable to find ca_file : %s" msgstr "" -#: designate/openstack/common/sslutils.py:56 +#: designate/openstack/common/sslutils.py:53 #, python-format msgid "Unable to find key_file : %s" msgstr "" -#: designate/openstack/common/sslutils.py:59 +#: designate/openstack/common/sslutils.py:56 msgid "" "When running server in SSL mode, you must specify both a cert_file and " "key_file option value in your configuration file" msgstr "" -#: designate/openstack/common/sslutils.py:98 +#: designate/openstack/common/sslutils.py:95 #, python-format msgid "Invalid SSL version : %s" msgstr "" -#: designate/openstack/common/strutils.py:92 +#: designate/openstack/common/strutils.py:114 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" msgstr "" -#: designate/openstack/common/strutils.py:203 +#: designate/openstack/common/strutils.py:219 #, python-format msgid "Invalid unit system: \"%s\"" msgstr "" -#: designate/openstack/common/strutils.py:212 +#: designate/openstack/common/strutils.py:228 #, python-format msgid "Invalid string format: %s" msgstr "" -#: designate/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: designate/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - #: designate/openstack/deprecated/exception.py:104 msgid "Uncaught exception" msgstr ""