Repository: trafficserver
Updated Branches:
  refs/heads/4.2.x c0e9a969a -> f0ca74c11


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/guide-to-the-logging-api.en.po
----------------------------------------------------------------------
diff --git 
a/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/guide-to-the-logging-api.en.po
 
b/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/guide-to-the-logging-api.en.po
index 3d6caa9..50a62ab 100644
--- 
a/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/guide-to-the-logging-api.en.po
+++ 
b/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/guide-to-the-logging-api.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -17,9 +17,9 @@ msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:21
 msgid ""
-"The logging API enables your plugin to log entries in a custom text log file"
-" that you create with the call ``TSTextLogObjectCreate``. This log file is "
-"part of Traffic Server's logging system; by default, it is stored in the "
+"The logging API enables your plugin to log entries in a custom text log "
+"file that you create with the call ``TSTextLogObjectCreate``. This log file "
+"is part of Traffic Server's logging system; by default, it is stored in the "
 "logging directory. Once you have created the log object, you can set log "
 "properties."
 msgstr ""
@@ -31,55 +31,57 @@ msgstr ""
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:29
 msgid ""
 "Establish a custom text log for your plugin: see ```TSTextLogObjectCreate`` "
-"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.html#ae75e85e476efeaa16ded185da7a3081b>`__"
+"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.";
+"html#ae75e85e476efeaa16ded185da7a3081b>`__"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:32
 msgid ""
 "Set the log header for your custom text log: see "
-"```TSTextLogObjectHeaderSet`` "
-"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.html#a7c10f89fe8bcb6b733f4a83b5a73b71c>`__"
+"```TSTextLogObjectHeaderSet`` <http://people.apache.org/~amc/ats/doc/html/";
+"InkAPI_8cc.html#a7c10f89fe8bcb6b733f4a83b5a73b71c>`__"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:35
 msgid ""
 "Enable or disable rolling your custom text log: see "
-"```TSTextLogObjectRollingEnabledSet`` "
-"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.html#aec1e883f0735ee40c8b56d90cf27acd1>`__"
+"```TSTextLogObjectRollingEnabledSet`` <http://people.apache.org/~amc/ats/";
+"doc/html/InkAPI_8cc.html#aec1e883f0735ee40c8b56d90cf27acd1>`__"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:38
 msgid ""
 "Set the rolling interval (in seconds) for your custom text log: see "
-"```TSTextLogObjectRollingIntervalSecSet`` "
-"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.html#aac0be2e81694db0363c5321e8a2019ce>`__"
+"```TSTextLogObjectRollingIntervalSecSet`` <http://people.apache.org/~amc/";
+"ats/doc/html/InkAPI_8cc.html#aac0be2e81694db0363c5321e8a2019ce>`__"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:41
 msgid ""
 "Set the rolling offset for your custom text log: see "
-"```TSTextLogObjectRollingOffsetHrSet`` "
-"<http://people.apache.org/~amc/ats/doc/html/ts_8h.html#a9d90885b975947c241f74c33550180b4>`__"
+"```TSTextLogObjectRollingOffsetHrSet`` <http://people.apache.org/~amc/ats/";
+"doc/html/ts_8h.html#a9d90885b975947c241f74c33550180b4>`__"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:44
 msgid ""
 "Write text entries to the custom text log: see ```TSTextLogObjectWrite`` "
-"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.html#a34de01e5603ea639d7ce6c7bf9613254>`__"
+"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.";
+"html#a34de01e5603ea639d7ce6c7bf9613254>`__"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:47
 msgid ""
 "Flush the contents of the custom text log's write buffer to disk: see "
-"```TSTextLogObjectFlush`` "
-"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.html#ad746b22f992c2adb5f0271e5136a6ca1>`__"
+"```TSTextLogObjectFlush`` <http://people.apache.org/~amc/ats/doc/html/";
+"InkAPI_8cc.html#ad746b22f992c2adb5f0271e5136a6ca1>`__"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:50
 msgid ""
 "Destroy custom text logs when you are done with them: see "
-"```TSTextLogObjectDestroy`` "
-"<http://people.apache.org/~amc/ats/doc/html/ts_8h.html#af6521931ada7bbc38194e79e60081d54>`__"
+"```TSTextLogObjectDestroy`` <http://people.apache.org/~amc/ats/doc/html/";
+"ts_8h.html#af6521931ada7bbc38194e79e60081d54>`__"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:53
@@ -101,9 +103,9 @@ msgstr ""
 msgid ""
 "The new log is named ``blacklist.log``. Each entry written to the log will "
 "have a timestamp. The ``NULL`` argument specifies that the new log does not "
-"have a log header. The error argument stores the result of the log creation;"
-" if the log is created successfully, then an error will be equal to "
-"``TS_LOG_ERROR_NO_ERROR``."
+"have a log header. The error argument stores the result of the log "
+"creation; if the log is created successfully, then an error will be equal "
+"to ``TS_LOG_ERROR_NO_ERROR``."
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:77
@@ -121,10 +123,10 @@ msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:91
 msgid ""
-"::::c for (i = 0; i < nsites; i++) { if (strncmp (host, sites[i], "
-"host\\_length) == 0) { If the host matches one of the blacklisted sites "
-"(such as ``sites[i]``), then the plugin writes a blacklist entry to "
-"``blacklist.log``:"
+"::::c for (i = 0; i < nsites; i++) { if (strncmp (host, sites[i], host"
+"\\_length) == 0) { If the host matches one of the blacklisted sites (such "
+"as ``sites[i]``), then the plugin writes a blacklist entry to ``blacklist."
+"log``:"
 msgstr ""
 
 #: ../../sdk/plugin-management/guide-to-the-logging-api.en.rst:96

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.po
----------------------------------------------------------------------
diff --git 
a/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.po
 
b/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.po
index 5295e3b..b2f8309 100644
--- 
a/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.po
+++ 
b/doc/locale/ja/LC_MESSAGES/sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -20,8 +20,8 @@ msgid ""
 "Your plugin might need to know information about Traffic Server's current "
 "configuration and performance. The functions described in this section read "
 "this information from the Traffic Server :file:`records.config` file. "
-"Configuration settings are stored in ``CONFIG`` variables and statistics are"
-" stored in ``PROCESS`` variables."
+"Configuration settings are stored in ``CONFIG`` variables and statistics "
+"are stored in ``PROCESS`` variables."
 msgstr ""
 
 #: 
../../sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.rst:29
@@ -45,8 +45,9 @@ msgstr ""
 msgid ""
 "Depending on the result type, you'll use ``TSMgmtIntGet``, "
 "``TSMgmtCounterGet``, ``TSMgmtFloatGet``, or ``TSMgmtStringGet`` to obtain "
-"the variable value (see the example for ```TSMgmtIntGet`` "
-"<http://people.apache.org/~amc/ats/doc/html/ts_8h.html#a097aaecda41d04b522796ae25eea9a3d>`__."
+"the variable value (see the example for ```TSMgmtIntGet`` <http://people.";
+"apache.org/~amc/ats/doc/html/ts_8h."
+"html#a097aaecda41d04b522796ae25eea9a3d>`__."
 msgstr ""
 
 #: 
../../sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.rst:45
@@ -55,24 +56,24 @@ msgstr ""
 
 #: 
../../sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.rst:47
 msgid ""
-"```TSMgmtCounterGet`` "
-"<http://people.apache.org/~amc/ats/doc/html/ts_8h.html#a583e21e614b70256f68658fc6c455ea6>`__"
+"```TSMgmtCounterGet`` <http://people.apache.org/~amc/ats/doc/html/ts_8h.";
+"html#a583e21e614b70256f68658fc6c455ea6>`__"
 msgstr ""
 
 #: 
../../sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.rst:49
 msgid ""
-"```TSMgmtFloatGet`` "
-"<http://people.apache.org/~amc/ats/doc/html/ts_8h.html#a2ace94b52c71656304b53824d3fa7080>`__"
+"```TSMgmtFloatGet`` <http://people.apache.org/~amc/ats/doc/html/ts_8h.";
+"html#a2ace94b52c71656304b53824d3fa7080>`__"
 msgstr ""
 
 #: 
../../sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.rst:51
 msgid ""
-"```TSMgmtIntGet`` "
-"<http://people.apache.org/~amc/ats/doc/html/ts_8h.html#a097aaecda41d04b522796ae25eea9a3d>`__"
+"```TSMgmtIntGet`` <http://people.apache.org/~amc/ats/doc/html/ts_8h.";
+"html#a097aaecda41d04b522796ae25eea9a3d>`__"
 msgstr ""
 
 #: 
../../sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.rst:53
 msgid ""
-"```TSMgmtStringGet`` "
-"<http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.html#a14167888ed89d5b30df5bdcdcfdf1c30>`__"
+"```TSMgmtStringGet`` <http://people.apache.org/~amc/ats/doc/html/InkAPI_8cc.";
+"html#a14167888ed89d5b30df5bdcdcfdf1c30>`__"
 msgstr ""

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/preface.en.po
----------------------------------------------------------------------
diff --git a/doc/locale/ja/LC_MESSAGES/sdk/preface.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/preface.en.po
index c9c3035..77fbecb 100644
--- a/doc/locale/ja/LC_MESSAGES/sdk/preface.en.po
+++ b/doc/locale/ja/LC_MESSAGES/sdk/preface.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -19,15 +19,15 @@ msgstr ""
 msgid ""
 "The *Traffic Server Software Developer's Kit* is a reference for creating "
 "plugins. **Plugins** are programs that add services (such as filtering or "
-"content transformation) or entire features (such as new protocol support) to"
-" Traffic Server. If you are new to writing Traffic Server plugins, then read"
-" the first two chapters, :ref:`sdk-getting-started` and :ref:`how-to-create-"
-"to-create-trafficserver-plugins`, and use the remaining chapters as needed. "
-":ref:`header-based-plugin-examples` provides details about plugins that work"
-" on HTTP headers, while :ref:`http-transformation-plugin` explains how to "
-"write a plugin that transforms or scans the body of an HTTP response. If you"
-" want to support your own protocol on Traffic Server, then reference :ref"
-":`new-protocol-plugins`."
+"content transformation) or entire features (such as new protocol support) "
+"to Traffic Server. If you are new to writing Traffic Server plugins, then "
+"read the first two chapters, :ref:`sdk-getting-started` and :ref:`how-to-"
+"create-to-create-trafficserver-plugins`, and use the remaining chapters as "
+"needed. :ref:`header-based-plugin-examples` provides details about plugins "
+"that work on HTTP headers, while :ref:`http-transformation-plugin` explains "
+"how to write a plugin that transforms or scans the body of an HTTP "
+"response. If you want to support your own protocol on Traffic Server, then "
+"reference :ref:`new-protocol-plugins`."
 msgstr ""
 
 #: ../../sdk/preface.en.rst:41

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/preface/how-to-use-this-book.en.po
----------------------------------------------------------------------
diff --git a/doc/locale/ja/LC_MESSAGES/sdk/preface/how-to-use-this-book.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/preface/how-to-use-this-book.en.po
index 70c9751..60abaab 100644
--- a/doc/locale/ja/LC_MESSAGES/sdk/preface/how-to-use-this-book.en.po
+++ b/doc/locale/ja/LC_MESSAGES/sdk/preface/how-to-use-this-book.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -45,9 +45,9 @@ msgid ""
 "`Header-Based Plugin Examples <../header-based-plugin-examples>`_ provides "
 "details about plugins that work on HTTP headers, while `HTTP Transformation "
 "Plugins <../http-transformation-plugin>`_ explains how to write a plugin "
-"that transforms or scans the body of an HTTP response. `New Protocol Plugins"
-" <../new-protocol-plugins>`_ provides essential information if you want to "
-"support your own protocol on Traffic Server."
+"that transforms or scans the body of an HTTP response. `New Protocol "
+"Plugins <../new-protocol-plugins>`_ provides essential information if you "
+"want to support your own protocol on Traffic Server."
 msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:43
@@ -60,15 +60,14 @@ msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:46
 msgid ""
-"`Function Index "
-"<http://ci.apache.org/projects/trafficserver/trunk/doxygen/>`_: Doxygen "
-"reference"
+"`Function Index <http://ci.apache.org/projects/trafficserver/trunk/doxygen/";
+">`_: Doxygen reference"
 msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:49
 msgid ""
-"`Type Index "
-"<http://ci.apache.org/projects/trafficserver/trunk/doxygen/classes.html>`_"
+"`Type Index <http://ci.apache.org/projects/trafficserver/trunk/doxygen/";
+"classes.html>`_"
 msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:51
@@ -77,8 +76,8 @@ msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:52
 msgid ""
-"`Deprecated Functions "
-"<http://ci.apache.org/projects/trafficserver/trunk/doxygen/deprecated.html>`_"
+"`Deprecated Functions <http://ci.apache.org/projects/trafficserver/trunk/";
+"doxygen/deprecated.html>`_"
 msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:55
@@ -95,8 +94,8 @@ msgstr ""
 #: ../../sdk/preface/how-to-use-this-book.en.rst:61
 msgid ""
 "`How to Create Traffic Server Plugins <../how-to-create-trafficserver-"
-"plugins>`_ Basic structures that all plugins use: events, continuations, and"
-" how to hook on to Traffic Server processes. Detailed explication of a "
+"plugins>`_ Basic structures that all plugins use: events, continuations, "
+"and how to hook on to Traffic Server processes. Detailed explication of a "
 "sample blacklisting plugin."
 msgstr ""
 
@@ -130,8 +129,8 @@ msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:85
 msgid ""
-"The remaining sections comprise the API function reference and are organized"
-" by function type:"
+"The remaining sections comprise the API function reference and are "
+"organized by function type:"
 msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:88
@@ -151,10 +150,10 @@ msgstr ""
 #: ../../sdk/preface/how-to-use-this-book.en.rst:98
 msgid ""
 "`HTTP Headers <../http-headers>`_ Contains instructions for implementing "
-"performance enhancements for all plugins that manipulate HTTP headers. These"
-" functions examine and modify HTTP headers, MIME headers, URLs, and the "
-"marshal buffers that contain header information. If you are working with "
-"headers, then be sure to read this chapter."
+"performance enhancements for all plugins that manipulate HTTP headers. "
+"These functions examine and modify HTTP headers, MIME headers, URLs, and "
+"the marshal buffers that contain header information. If you are working "
+"with headers, then be sure to read this chapter."
 msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:105
@@ -163,8 +162,8 @@ msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:107
 msgid ""
-"`Continuations <../continuations>`_ Continuations provide the basic callback"
-" mechanism and data abstractions used in Traffic Server."
+"`Continuations <../continuations>`_ Continuations provide the basic "
+"callback mechanism and data abstractions used in Traffic Server."
 msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:111
@@ -187,8 +186,8 @@ msgstr ""
 #: ../../sdk/preface/how-to-use-this-book.en.rst:121
 msgid ""
 "`Plugin Management <../plugin-management>`_ These functions enable you to "
-"set up a configuration interface for plugins, access installed plugin files,"
-" and set up plugin licensing."
+"set up a configuration interface for plugins, access installed plugin "
+"files, and set up plugin licensing."
 msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:125
@@ -199,7 +198,6 @@ msgstr ""
 
 #: ../../sdk/preface/how-to-use-this-book.en.rst:128
 msgid ""
-"`Function Index "
-"<http://ci.apache.org/projects/trafficserver/trunk/doxygen/>`_ Doxygen "
-"generated Traffic Server API Documentation"
+"`Function Index <http://ci.apache.org/projects/trafficserver/trunk/doxygen/";
+">`_ Doxygen generated Traffic Server API Documentation"
 msgstr ""

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/preface/typographical-conventions.en.po
----------------------------------------------------------------------
diff --git 
a/doc/locale/ja/LC_MESSAGES/sdk/preface/typographical-conventions.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/preface/typographical-conventions.en.po
index 3ea4d3f..ef33a6f 100644
--- a/doc/locale/ja/LC_MESSAGES/sdk/preface/typographical-conventions.en.po
+++ b/doc/locale/ja/LC_MESSAGES/sdk/preface/typographical-conventions.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin.en.po
----------------------------------------------------------------------
diff --git a/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin.en.po
index 52b175e..3d1f99f 100644
--- a/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin.en.po
+++ b/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -29,8 +29,8 @@ msgid ""
 "The Traffic Server Remap API enables a plugin to dynamically map a client "
 "request to a target URL. Each plugin is associated with one or more remap "
 "rules in ``remap.config`` (an \"instance\"). If a request URL matches a "
-"remap rule's \"fromURL\", then Traffic Server calls the plugin-defined remap"
-" function for that request."
+"remap rule's \"fromURL\", then Traffic Server calls the plugin-defined "
+"remap function for that request."
 msgstr ""
 
 #: ../../sdk/remap-plugin.en.rst:40
@@ -63,26 +63,26 @@ msgstr ""
 
 #: ../../sdk/remap-plugin.en.rst:57
 msgid ""
-"```TSRemapInit`` "
-"<http://people.apache.org/~amc/ats/doc/html/remap_8h.html#af7e9b1eee1c38c6f8dcc67a65ba02c24>`__:"
-" the remap initialization function, called once when the plugin is loaded"
+"```TSRemapInit`` <http://people.apache.org/~amc/ats/doc/html/remap_8h.";
+"html#af7e9b1eee1c38c6f8dcc67a65ba02c24>`__: the remap initialization "
+"function, called once when the plugin is loaded"
 msgstr ""
 
 #: ../../sdk/remap-plugin.en.rst:61
 msgid ""
-"```TSRemapNewInstance`` "
-"<http://people.apache.org/~amc/ats/doc/html/remap_8h.html#a963de3eeed2ed7a2da483acf77dc42ca>`__:"
-" a new instance is created for each rule associated with the plugin. Called "
-"each time the plugin used in a remap rule (this function is what processes "
-"the pparam values)"
+"```TSRemapNewInstance`` <http://people.apache.org/~amc/ats/doc/html/";
+"remap_8h.html#a963de3eeed2ed7a2da483acf77dc42ca>`__: a new instance is "
+"created for each rule associated with the plugin. Called each time the "
+"plugin used in a remap rule (this function is what processes the pparam "
+"values)"
 msgstr ""
 
 #: ../../sdk/remap-plugin.en.rst:66
 msgid ""
-"```TSRemapDoRemap`` "
-"<http://people.apache.org/~amc/ats/doc/html/remap_8h.html#acf73f0355c591e145398211b3c0596fe>`__:"
-" the entry point used by Traffic Server to find the new URL to which it "
-"remaps; called every time a request comes in"
+"```TSRemapDoRemap`` <http://people.apache.org/~amc/ats/doc/html/remap_8h.";
+"html#acf73f0355c591e145398211b3c0596fe>`__: the entry point used by Traffic "
+"Server to find the new URL to which it remaps; called every time a request "
+"comes in"
 msgstr ""
 
 #: ../../sdk/remap-plugin.en.rst:71

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin/example-query-remap.en.po
----------------------------------------------------------------------
diff --git 
a/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin/example-query-remap.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin/example-query-remap.en.po
index 9e00e25..9a03197 100644
--- a/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin/example-query-remap.en.po
+++ b/doc/locale/ja/LC_MESSAGES/sdk/remap-plugin/example-query-remap.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -17,13 +17,13 @@ msgstr ""
 
 #: ../../sdk/remap-plugin/example-query-remap.en.rst:21
 msgid ""
-"The sample remap plugin, ``query_remap.c``, maps client requests to a number"
-" of servers based on a hash of the request's URL query parameter. This can "
-"be useful for spreading load for a given type of request among backend "
-"servers, while still maintaining \"stickiness\" to a single server for "
-"similar requests. For example, a search engine may want to send repeated "
-"queries for the same keywords to a server that has likely cached the result "
-"from a prior query."
+"The sample remap plugin, ``query_remap.c``, maps client requests to a "
+"number of servers based on a hash of the request's URL query parameter. "
+"This can be useful for spreading load for a given type of request among "
+"backend servers, while still maintaining \"stickiness\" to a single server "
+"for similar requests. For example, a search engine may want to send "
+"repeated queries for the same keywords to a server that has likely cached "
+"the result from a prior query."
 msgstr ""
 
 #: ../../sdk/remap-plugin/example-query-remap.en.rst:30
@@ -33,34 +33,34 @@ msgstr ""
 #: ../../sdk/remap-plugin/example-query-remap.en.rst:32
 msgid ""
 "The query remap plugin will allow the query parameter name to be specified, "
-"along with the hostnames of the servers to hash across. Sample "
-"``remap.config`` rules using ``query_remap`` will look like:"
+"along with the hostnames of the servers to hash across. Sample ``remap."
+"config`` rules using ``query_remap`` will look like:"
 msgstr ""
 
 #: ../../sdk/remap-plugin/example-query-remap.en.rst:41
 msgid ""
-"The first ``@pparam`` specifies the query param key for which the value will"
-" be hashed. The remaining parameters list the hostnames of the servers. A "
-"request for ``http://www.example.com/search?q=apache`` will match the first "
-"rule. The plugin will look for the *``q``* parameter and hash the value "
-"'``apache``\\ ' to pick from among ``srch_[1-3]_.example.com`` to send the "
-"request."
+"The first ``@pparam`` specifies the query param key for which the value "
+"will be hashed. The remaining parameters list the hostnames of the servers. "
+"A request for ``http://www.example.com/search?q=apache`` will match the "
+"first rule. The plugin will look for the *``q``* parameter and hash the "
+"value '``apache``\\ ' to pick from among ``srch_[1-3]_.example.com`` to "
+"send the request."
 msgstr ""
 
 #: ../../sdk/remap-plugin/example-query-remap.en.rst:48
 msgid ""
 "If the request does not include a *``q``* query parameter and the plugin "
-"decides not to modify the request, the default toURL "
-"'``http://srch1.example.com/search``\\ ' will be used by TS."
+"decides not to modify the request, the default toURL '``http://srch1.";
+"example.com/search``\\ ' will be used by TS."
 msgstr ""
 
 #: ../../sdk/remap-plugin/example-query-remap.en.rst:52
 msgid ""
-"The parameters are passed to the plugin's ``tsremap_new_instance`` function."
-" In ``query_remap``, ``tsremap_new_instance`` creates a plugin-defined "
-"``query_remap_info`` struct to store its configuration parameters. The "
-"ihandle, an opaque pointer that can be used to pass per-instance data, is "
-"set to this struct pointer and will be passed to the ``tsremap_remap`` "
+"The parameters are passed to the plugin's ``tsremap_new_instance`` "
+"function. In ``query_remap``, ``tsremap_new_instance`` creates a plugin-"
+"defined ``query_remap_info`` struct to store its configuration parameters. "
+"The ihandle, an opaque pointer that can be used to pass per-instance data, "
+"is set to this struct pointer and will be passed to the ``tsremap_remap`` "
 "function when it is triggered for a request."
 msgstr ""
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/sample-source-code.en.po
----------------------------------------------------------------------
diff --git a/doc/locale/ja/LC_MESSAGES/sdk/sample-source-code.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/sample-source-code.en.po
index 3722d27..2e9f8f3 100644
--- a/doc/locale/ja/LC_MESSAGES/sdk/sample-source-code.en.po
+++ b/doc/locale/ja/LC_MESSAGES/sdk/sample-source-code.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -35,8 +35,8 @@ msgid ""
 "The sample blacklisting plugin included in the Traffic Server SDK is "
 "``blacklist-1.c``. This plugin checks every incoming HTTP client request "
 "against a list of blacklisted web sites. If the client requests a "
-"blacklisted site, then the plugin returns an ``Access forbidden`` message to"
-" the client."
+"blacklisted site, then the plugin returns an ``Access forbidden`` message "
+"to the client."
 msgstr ""
 
 #: ../../sdk/sample-source-code.en.rst:36

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips.en.po
----------------------------------------------------------------------
diff --git a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips.en.po
index 05f6b92..c50bd8e 100644
--- a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips.en.po
+++ b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -25,9 +25,9 @@ msgstr ""
 
 #: ../../sdk/troubleshooting-tips.en.rst:35
 msgid ""
-"The process for compiling a shared library varies with the platform used, so"
-" the Traffic Server API includes the :program:`tsxs` script you can use to "
-"create shared libraries on all supported Traffic Server platforms."
+"The process for compiling a shared library varies with the platform used, "
+"so the Traffic Server API includes the :program:`tsxs` script you can use "
+"to create shared libraries on all supported Traffic Server platforms."
 msgstr ""
 
 #: ../../sdk/troubleshooting-tips.en.rst:40

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/debugging-memory-leaks.en.po
----------------------------------------------------------------------
diff --git 
a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/debugging-memory-leaks.en.po
 
b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/debugging-memory-leaks.en.po
index bce3170..6a775bf 100644
--- 
a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/debugging-memory-leaks.en.po
+++ 
b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/debugging-memory-leaks.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -17,9 +17,9 @@ msgstr ""
 
 #: ../../sdk/troubleshooting-tips/debugging-memory-leaks.en.rst:21
 msgid ""
-"Memory leaks in a plugin can be detected using e.g. an MRTG graph related to"
-" memory - you can use memory dump information. Enable ``mem dump`` in "
-":file:`records.config` as follows:"
+"Memory leaks in a plugin can be detected using e.g. an MRTG graph related "
+"to memory - you can use memory dump information. Enable ``mem dump`` in :"
+"file:`records.config` as follows:"
 msgstr ""
 
 #: ../../sdk/troubleshooting-tips/debugging-memory-leaks.en.rst:30

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po
----------------------------------------------------------------------
diff --git 
a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po
index 7151969..2490d04 100644
--- 
a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po
+++ 
b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -23,8 +23,8 @@ msgstr ""
 
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:25
 msgid ""
-"``tag`` is the Traffic Server parameter that enables Traffic Server to print"
-" out *``format_str``*"
+"``tag`` is the Traffic Server parameter that enables Traffic Server to "
+"print out *``format_str``*"
 msgstr ""
 
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:28
@@ -40,8 +40,8 @@ msgstr ""
 
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:40
 msgid ""
-"Set the following variables in :file:`records.config` (in the Traffic Server"
-" ``config`` directory):"
+"Set the following variables in :file:`records.config` (in the Traffic "
+"Server ``config`` directory):"
 msgstr ""
 
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:49
@@ -65,8 +65,8 @@ msgstr ""
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:69
 msgid ""
 "Embedded in the base Traffic Server code are many debug tags for internal "
-"debugging purposes. These can also be used to follow Traffic Server behavior"
-" for testing and analysis."
+"debugging purposes. These can also be used to follow Traffic Server "
+"behavior for testing and analysis."
 msgstr ""
 
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:73
@@ -76,9 +76,9 @@ msgid ""
 "message is matched. This means the value \"http\" matches debug emssages "
 "with the tag \"http\" but also \"http\\_seq\" and \"http\\_trans\". If you "
 "want multiple tags then use a pipe symbol to separate the tags. For example "
-"\"http\\_tproxy\\|dns\\|hostdb\" will match any of the message tags "
-"\"http\\_tproxy\", \"dns\", \"hostdb\", or \"dns\\_srv\" (but not "
-"\"http\\_trans\" nor \"splitdns\")."
+"\"http\\_tproxy\\|dns\\|hostdb\" will match any of the message tags \"http"
+"\\_tproxy\", \"dns\", \"hostdb\", or \"dns\\_srv\" (but not \"http\\_trans"
+"\" nor \"splitdns\")."
 msgstr ""
 
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:82
@@ -123,8 +123,8 @@ msgstr ""
 
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:102
 msgid ""
-"``cache`` - Cache operations (many subtags, examine the output to narrow the"
-" tag set)"
+"``cache`` - Cache operations (many subtags, examine the output to narrow "
+"the tag set)"
 msgstr ""
 
 #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:105

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-load-plugins.en.po
----------------------------------------------------------------------
diff --git 
a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-load-plugins.en.po
 
b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-load-plugins.en.po
index 4d625de..3ca254f 100644
--- 
a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-load-plugins.en.po
+++ 
b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-load-plugins.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f9f2fa3/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/using-a-debugger.en.po
----------------------------------------------------------------------
diff --git 
a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/using-a-debugger.en.po 
b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/using-a-debugger.en.po
index 10447ea..ae6ae9c 100644
--- a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/using-a-debugger.en.po
+++ b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/using-a-debugger.en.po
@@ -1,4 +1,4 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Apache Traffic Server 4.1\n"
@@ -17,10 +17,10 @@ msgstr ""
 
 #: ../../sdk/troubleshooting-tips/using-a-debugger.en.rst:21
 msgid ""
-"A debugger can set breakpoints in a plugin. Use a Traffic Server debug build"
-" and compile the plugin with the ``-g`` option. A debugger can also be used "
-"to analyze a core dump. To generate core, set the size limit of the core "
-"files in the :file:`records.config` file to -1 as follows:"
+"A debugger can set breakpoints in a plugin. Use a Traffic Server debug "
+"build and compile the plugin with the ``-g`` option. A debugger can also be "
+"used to analyze a core dump. To generate core, set the size limit of the "
+"core files in the :file:`records.config` file to -1 as follows:"
 msgstr ""
 
 #: ../../sdk/troubleshooting-tips/using-a-debugger.en.rst:31

Reply via email to