http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/en-US/ongoing-config-of-ext-firewalls-lb.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ongoing-config-of-ext-firewalls-lb.xml 
b/docs/en-US/ongoing-config-of-ext-firewalls-lb.xml
deleted file mode 100644
index 6a02d27..0000000
--- a/docs/en-US/ongoing-config-of-ext-firewalls-lb.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-
-<!-- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
-   http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<section id="ongoing-configuration-of-external-firewalls-loadbalancer">
-    <title>Ongoing Configuration of External Firewalls and Load 
Balancers</title>
-    <para>Additional user actions (e.g. setting a port forward) will cause 
further programming of the firewall and load balancer.  A user may request 
additional public IP addresses and forward traffic received at these IPs to 
specific VMs. This is accomplished by enabling static NAT for a public IP 
address, assigning the IP to a VM, and specifying a set of protocols and port 
ranges to open. When a static NAT rule is created, &PRODUCT; programs the 
zone's external firewall with the following objects:</para>
-    <itemizedlist>
-        <listitem><para>A static NAT rule that maps the public IP address to 
the private IP address of a VM.</para></listitem>
-        <listitem><para>A security policy that allows traffic within the set 
of protocols and port ranges that are specified.</para></listitem>
-        <listitem><para>A firewall filter counter that measures the number of 
bytes of incoming traffic to the public IP.</para></listitem>
-    </itemizedlist>
-    <para>The number of incoming and outgoing bytes through source NAT, static 
NAT, and load balancing rules is measured and saved on each external element. 
This data is collected on a regular basis and stored in the &PRODUCT; 
database.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/en-US/ongoing-config-of-external-firewalls-lb.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/ongoing-config-of-external-firewalls-lb.xml 
b/docs/en-US/ongoing-config-of-external-firewalls-lb.xml
new file mode 100644
index 0000000..f5864da
--- /dev/null
+++ b/docs/en-US/ongoing-config-of-external-firewalls-lb.xml
@@ -0,0 +1,46 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
+%BOOK_ENTITIES;
+]>
+<!-- Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<section id="ongoing-config-of-external-firewalls-ld">
+  <title>Ongoing Configuration of External Firewalls and Load Balancers</title>
+  <para>Additional user actions (e.g. setting a port forward) will cause 
further programming of the
+    firewall and load balancer. A user may request additional public IP 
addresses and forward
+    traffic received at these IPs to specific VMs. This is accomplished by 
enabling static NAT for a
+    public IP address, assigning the IP to a VM, and specifying a set of 
protocols and port ranges
+    to open. When a static NAT rule is created, &PRODUCT; programs the zone's 
external firewall with
+    the following objects:</para>
+  <itemizedlist>
+    <listitem>
+      <para>A static NAT rule that maps the public IP address to the private 
IP address of a
+        VM.</para>
+    </listitem>
+    <listitem>
+      <para>A security policy that allows traffic within the set of protocols 
and port ranges that
+        are specified.</para>
+    </listitem>
+    <listitem>
+      <para>A firewall filter counter that measures the number of bytes of 
incoming traffic to the
+        public IP.</para>
+    </listitem>
+  </itemizedlist>
+  <para>The number of incoming and outgoing bytes through source NAT, static 
NAT, and load balancing
+    rules is measured and saved on each external element. This data is 
collected on a regular basis
+    and stored in the &PRODUCT; database.</para>
+</section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/en-US/ongoing-configuration-of-external-firewalls-loadbalancer.xml
----------------------------------------------------------------------
diff --git 
a/docs/en-US/ongoing-configuration-of-external-firewalls-loadbalancer.xml 
b/docs/en-US/ongoing-configuration-of-external-firewalls-loadbalancer.xml
deleted file mode 100644
index c90c7ad..0000000
--- a/docs/en-US/ongoing-configuration-of-external-firewalls-loadbalancer.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
-%BOOK_ENTITIES;
-]>
-<!-- Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<section id="ongoing-configuration-of-external-firewalls-loadbalancer">
-  <title>Ongoing Configuration of External Firewalls and Load Balancers</title>
-  <para>Additional user actions (e.g. setting a port forward) will cause 
further programming of the
-    firewall and load balancer. A user may request additional public IP 
addresses and forward
-    traffic received at these IPs to specific VMs. This is accomplished by 
enabling static NAT for a
-    public IP address, assigning the IP to a VM, and specifying a set of 
protocols and port ranges
-    to open. When a static NAT rule is created, &PRODUCT; programs the zone's 
external firewall with
-    the following objects:</para>
-  <itemizedlist>
-    <listitem>
-      <para>A static NAT rule that maps the public IP address to the private 
IP address of a
-        VM.</para>
-    </listitem>
-    <listitem>
-      <para>A security policy that allows traffic within the set of protocols 
and port ranges that
-        are specified.</para>
-    </listitem>
-    <listitem>
-      <para>A firewall filter counter that measures the number of bytes of 
incoming traffic to the
-        public IP.</para>
-    </listitem>
-  </itemizedlist>
-  <para>The number of incoming and outgoing bytes through source NAT, static 
NAT, and load balancing
-    rules is measured and saved on each external element. This data is 
collected on a regular basis
-    and stored in the &PRODUCT; database.</para>
-</section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/Admin_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Admin_Guide.pot b/docs/pot/Admin_Guide.pot
new file mode 100644
index 0000000..480d791
--- /dev/null
+++ b/docs/pot/Admin_Guide.pot
@@ -0,0 +1,29 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#, no-c-format
+msgid "&PRODUCT; Administrator's Guide"
+msgstr ""
+
+#. Tag: productname
+#, no-c-format
+msgid "Apache CloudStack"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Administration Guide for &PRODUCT;."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/Author_Group.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Author_Group.pot b/docs/pot/Author_Group.pot
new file mode 100644
index 0000000..b5fe8e0
--- /dev/null
+++ b/docs/pot/Author_Group.pot
@@ -0,0 +1,24 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: firstname
+#, no-c-format
+msgid "Apache"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "CloudStack"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/Book_Info.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Book_Info.pot b/docs/pot/Book_Info.pot
new file mode 100644
index 0000000..5137fdf
--- /dev/null
+++ b/docs/pot/Book_Info.pot
@@ -0,0 +1,34 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#, no-c-format
+msgid "&PRODUCT; Guide"
+msgstr ""
+
+#. Tag: subtitle
+#, no-c-format
+msgid "Revised August 9, 2012 10:48 pm Pacific"
+msgstr ""
+
+#. Tag: productname
+#, no-c-format
+msgid "Apache CloudStack"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Complete technical documentation of &PRODUCT;."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/Book_Info_Release_Notes_4-0.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Book_Info_Release_Notes_4-0.pot 
b/docs/pot/Book_Info_Release_Notes_4-0.pot
new file mode 100644
index 0000000..3d07ac3
--- /dev/null
+++ b/docs/pot/Book_Info_Release_Notes_4-0.pot
@@ -0,0 +1,34 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#, no-c-format
+msgid "Version 4.0.0-incubating Release Notes"
+msgstr ""
+
+#. Tag: subtitle
+#, no-c-format
+msgid "Revised October 17, 2012 19:49 UTC"
+msgstr ""
+
+#. Tag: productname
+#, no-c-format
+msgid "Apache CloudStack"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Release notes for the Apache CloudStack 4.0.0-incubating release."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/CloudStack_Nicira_NVP_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/CloudStack_Nicira_NVP_Guide.pot 
b/docs/pot/CloudStack_Nicira_NVP_Guide.pot
new file mode 100644
index 0000000..69560ef
--- /dev/null
+++ b/docs/pot/CloudStack_Nicira_NVP_Guide.pot
@@ -0,0 +1,29 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#, no-c-format
+msgid "&PRODUCT; Plugin Guide for the Nicira NVP Plugin"
+msgstr ""
+
+#. Tag: productname
+#, no-c-format
+msgid "Apache CloudStack"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Plugin Guide for the Nicira NVP Plugin."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/Common_Content/Legal_Notice.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Common_Content/Legal_Notice.pot 
b/docs/pot/Common_Content/Legal_Notice.pot
new file mode 100644
index 0000000..7643dd9
--- /dev/null
+++ b/docs/pot/Common_Content/Legal_Notice.pot
@@ -0,0 +1,39 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: para
+#, no-c-format
+msgid "Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE file distributed with this work 
for additional information regarding copyright ownership. The ASF licenses this 
file to you under the Apache License, Version 2.0 (the \"License\"); you may 
not use this file except in compliance with the License. You may obtain a copy 
of the License at"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "http://www.apache.org/licenses/LICENSE-2.0";
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Unless required by applicable law or agreed to in writing, software 
distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT 
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 
License for the specific language governing permissions and limitations under 
the License."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Apache CloudStack is an effort undergoing incubation at The Apache 
Software Foundation (ASF)."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Incubation is required of all newly accepted projects until a further 
review indicates that the infrastructure, communications, and decision making 
process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is not necessarily a reflection of the 
completeness or stability of the code, it does indicate that the project has 
yet to be fully endorsed by the ASF."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/Developers_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Developers_Guide.pot b/docs/pot/Developers_Guide.pot
new file mode 100644
index 0000000..e417a72
--- /dev/null
+++ b/docs/pot/Developers_Guide.pot
@@ -0,0 +1,29 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#, no-c-format
+msgid "&PRODUCT; Developer's Guide"
+msgstr ""
+
+#. Tag: productname
+#, no-c-format
+msgid "Apache CloudStack"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "This guide shows how to develop &PRODUCT;, use the API for operation 
and integration, access the usage data and use &PRODUCT; specific tools to ease 
development, testing and integration."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/Installation_Guide.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Installation_Guide.pot b/docs/pot/Installation_Guide.pot
new file mode 100644
index 0000000..5412621
--- /dev/null
+++ b/docs/pot/Installation_Guide.pot
@@ -0,0 +1,29 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#, no-c-format
+msgid "&PRODUCT; Installation Guide"
+msgstr ""
+
+#. Tag: productname
+#, no-c-format
+msgid "Apache CloudStack"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Installation Guide for &PRODUCT;."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/LDAPserver-for-user-authentication.pot
----------------------------------------------------------------------
diff --git a/docs/pot/LDAPserver-for-user-authentication.pot 
b/docs/pot/LDAPserver-for-user-authentication.pot
new file mode 100644
index 0000000..34e7781
--- /dev/null
+++ b/docs/pot/LDAPserver-for-user-authentication.pot
@@ -0,0 +1,49 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#, no-c-format
+msgid "Using an LDAP Server for User Authentication"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "You can use an external LDAP server such as Microsoft Active Directory 
or ApacheDS to authenticate &PRODUCT; end-users. Just map &PRODUCT; accounts to 
the corresponding LDAP accounts using a query filter. The query filter is 
written using the query syntax of the particular LDAP server, and can include 
special wildcard characters provided by &PRODUCT; for matching common values 
such as the user’s email address and name. &PRODUCT; will search the external 
LDAP directory tree starting at a specified base directory and return the 
distinguished name (DN) and password of the matching user. This information 
along with the given password is used to authenticate the user.."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To set up LDAP authentication in &PRODUCT;, call the &PRODUCT; API 
command ldapConfig and provide the following:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Hostname or IP address and listening port of the LDAP server"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Base directory and query filter"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Search user DN credentials, which give &PRODUCT; permission to search 
on the LDAP server"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "SSL keystore and password, if SSL is used"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/195c6c15/docs/pot/Preface.pot
----------------------------------------------------------------------
diff --git a/docs/pot/Preface.pot b/docs/pot/Preface.pot
new file mode 100644
index 0000000..7403881
--- /dev/null
+++ b/docs/pot/Preface.pot
@@ -0,0 +1,19 @@
+# 
+# AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:55\n"
+"PO-Revision-Date: 2013-02-02T20:11:55\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: None\n"
+"MIME-Version: 1.0\n"
+"Content-Type: application/x-publican; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Tag: title
+#, no-c-format
+msgid "Preface"
+msgstr ""
+

Reply via email to