http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/castor-with-cs.pot
----------------------------------------------------------------------
diff --git a/pot/castor-with-cs.pot b/pot/castor-with-cs.pot
deleted file mode 100644
index 1637a6b..0000000
--- a/pot/castor-with-cs.pot
+++ /dev/null
@@ -1,123 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 the CAStor Back-end Storage with &PRODUCT;"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This section describes how to use a CAStor cluster as the back-end 
storage system for a &PRODUCT; S3 front-end. The CAStor back-end storage for 
&PRODUCT; extends the existing storage classes and allows the storage 
configuration attribute to point to a CAStor cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This feature makes use of the &PRODUCT; server's local disk to spool 
files before writing them to CAStor when handling the PUT operations. However, 
a file must be successfully written into the CAStor cluster prior to the return 
of a success code to the S3 client to ensure that the transaction outcome is 
correctly reported."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The S3 multipart file upload is not supported in this release. You are 
prompted with proper error message if a multipart upload is attempted."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To configure CAStor:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Install &PRODUCT; 4.0.0-incubating by following the instructions given 
in the INSTALL.txt file."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can use the S3 storage system in &PRODUCT; without setting up and 
installing the compute components."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Enable the S3 API by setting \"enable.s3.api = true\" in the Global 
parameter section in the UI and register a user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For more information, see <ulink 
url=\"https://cwiki.apache.org/CLOUDSTACK/s3-api-in-cloudstack.html\";>S3 API in 
&PRODUCT;</ulink>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Edit the cloud-bridge.properties file and modify the \"storage.root\" 
parameter."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set \"storage.root\" to the key word \"castor\"."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify a CAStor tenant domain to which content is written. If the 
domain is not specified, the CAStor default domain, specified by the 
\"cluster\" parameter in CAStor's node.cfg file, will be used."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Specify a list of node IP addresses, or set \"zeroconf\" and the 
cluster name. When using a static IP list with a large cluster, it is not 
necessary to include every node, only a few is required to initialize the 
client software."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "For example:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "storage.root=castor domain=cloudstack 10.1.1.51 10.1.1.52 10.1.1.53"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In this example, the configuration file directs &PRODUCT; to write the 
S3 files to CAStor instead of to a file system, where the CAStor domain name is 
cloudstack, and the CAStor node IP addresses are those listed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "(Optional) The last value is a port number on which to communicate with 
the CAStor cluster. If not specified, the default is 80."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "#Static IP list with optional port\n"
-"storage.root=castor domain=cloudstack 10.1.1.51 10.1.1.52 10.1.1.53 80\n"
-"#Zeroconf locator for cluster named \"castor.example.com\"\n"
-"storage.root=castor domain=cloudstack zeroconf=castor.example.com"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Create the tenant domain within the CAStor storage cluster. If you omit 
this step before attempting to store content, you will get HTTP 412 errors in 
the awsapi.log."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/change-console-proxy-ssl-certificate-domain.pot
----------------------------------------------------------------------
diff --git a/pot/change-console-proxy-ssl-certificate-domain.pot 
b/pot/change-console-proxy-ssl-certificate-domain.pot
deleted file mode 100644
index cd1d121..0000000
--- a/pot/change-console-proxy-ssl-certificate-domain.pot
+++ /dev/null
@@ -1,120 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing the Console Proxy SSL Certificate and Domain"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the administrator prefers, it is possible for the URL of the 
customer's console session to show a domain other than realhostip.com. The 
administrator can customize the displayed domain by selecting a different 
domain and uploading a new SSL certificate and private key. The domain must run 
a DNS service that is capable of resolving queries for addresses of the form 
aaa-bbb-ccc-ddd.your.domain to an IPv4 IP address in the form aaa.bbb.ccc.ddd, 
for example, 202.8.44.1. To change the console proxy domain, SSL certificate, 
and private key:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Set up dynamic name resolution or populate all possible DNS names in 
your public IP range into your existing DNS server with the format 
aaa-bbb-ccc-ddd.company.com -&gt; aaa.bbb.ccc.ddd."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate the private key and certificate signing request (CSR). When 
you are using openssl to generate private/public key pairs and CSRs, for the 
private key that you are going to paste into the &PRODUCT; UI, be sure to 
convert it into PKCS#8 format."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate a new 2048-bit private key"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "openssl genrsa -des3 -out yourprivate.key 2048"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Generate a new certificate CSR"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "openssl req -new -key yourprivate.key -out yourcertificate.csr"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Head to the website of your favorite trusted Certificate Authority, 
purchase an SSL certificate, and submit the CSR. You should receive a valid 
certificate in return"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Convert your private key format into PKCS#8 encrypted format."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "openssl pkcs8 -topk8 -in yourprivate.key -out 
yourprivate.pkcs8.encryped.key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Convert your PKCS#8 encrypted private key into the PKCS#8 format that 
is compliant with &PRODUCT;"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "openssl pkcs8 -in yourprivate.pkcs8.encrypted.key -out 
yourprivate.pkcs8.key"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the Update SSL Certificate screen of the &PRODUCT; UI, paste the 
following"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Certificate from step 1(c)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Private key from step 1(e)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The desired new domain name; for example, company.com"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This stops all currently running console proxy VMs, then restarts them 
with the new certificate and key. Users might notice a brief interruption in 
console availability"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The Management Server will generate URLs of the form 
\"aaa-bbb-ccc-ddd.company.com\" after this change is made. New console requests 
will be served with the new DNS domain name, certificate, and key"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/change-database-config.pot
----------------------------------------------------------------------
diff --git a/pot/change-database-config.pot b/pot/change-database-config.pot
deleted file mode 100644
index f4f6eb0..0000000
--- a/pot/change-database-config.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing the Database Configuration"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; Management Server stores database configuration 
information (e.g., hostname, port, credentials) in the file 
<filename>/etc/cloud/management/db.properties</filename>. To effect a change, 
edit this file on each Management Server, then restart the Management Server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/change-database-password.pot
----------------------------------------------------------------------
diff --git a/pot/change-database-password.pot b/pot/change-database-password.pot
deleted file mode 100644
index 19445d5..0000000
--- a/pot/change-database-password.pot
+++ /dev/null
@@ -1,126 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing the Database Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You may need to change the password for the MySQL account used by 
CloudStack. If so, you'll need to change the password in MySQL, and then add 
the encrypted password to 
<filename>/etc/cloud/management/db.properties</filename>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Before changing the password, you'll need to stop CloudStack's 
management server and the usage engine if you've deployed that component."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command># service cloud-management stop</command>\n"
-"<command># service cloud-usage stop</command>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Next, you'll update the password for the CloudStack user on the MySQL 
server."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command># mysql -u root -p</command>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "At the MySQL shell, you'll change the password and flush privileges:"
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command>update mysql.user set password=PASSWORD(\"newpassword123\") where 
User='cloud';</command>\n"
-"<command>flush privileges;</command>\n"
-"<command>quit;</command>\n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The next step is to encrypt the password and copy the encrypted 
password to CloudStack's database configuration 
(<filename>/etc/cloud/management/db.properties</filename>)."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"<command># java -classpath /usr/share/java/cloud-jasypt-1.8.jar \\\n"
-"org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh \\ \n"
-"input=\"newpassword123\" password=\"`cat /etc/cloud/management/key`\" \\\n"
-"verbose=false \n"
-"</command>\n"
-""
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "File encryption type"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Note that this is for the file encryption type. If you're using the web 
encryption type then you'll use password=\"management_server_secret_key\""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Now, you'll update 
<filename>/etc/cloud/management/db.properties</filename> with the new 
ciphertext. Open <filename>/etc/cloud/management/db.properties</filename> in a 
text editor, and update these parameters:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"db.cloud.password=ENC(encrypted_password_from_above) \n"
-"db.usage.password=ENC(encrypted_password_from_above) \n"
-""
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After copying the new password over, you can now start CloudStack (and 
the usage engine, if necessary)."
-msgstr ""
-
-#. Tag: screen
-#, no-c-format
-msgid "\n"
-"        <command># service cloud-management start</command>\n"
-"        <command># service cloud-usage start</command>\n"
-"    "
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/change-host-password.pot
----------------------------------------------------------------------
diff --git a/pot/change-host-password.pot b/pot/change-host-password.pot
deleted file mode 100644
index 8623e85..0000000
--- a/pot/change-host-password.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing Host Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The password for a XenServer Node, KVM Node, or vSphere Node may be 
changed in the database. Note that all Nodes in a Cluster must have the same 
password."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To change a Node's password:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Identify all hosts in the cluster."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Change the password on all hosts in the cluster. Now the password for 
the host and the password known to &PRODUCT; will not match. Operations on the 
cluster will fail until the two passwords match."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Get the list of host IDs for the host in the cluster where you are 
changing the password. You will need to access the database to determine these 
host IDs. For each hostname \"h\" (or vSphere cluster) that you are changing 
the password for, execute:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mysql&gt; select id from cloud.host where name like '%h%';"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "This should return a single ID. Record the set of such IDs for these 
hosts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Update the passwords for the host in the database. In this example, we 
change the passwords for hosts with IDs 5, 10, and 12 to \"password\"."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "mysql&gt; update cloud.host set password='password' where id=5 or id=10 
or id=12;"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/change-network-offering-on-guest-network.pot
----------------------------------------------------------------------
diff --git a/pot/change-network-offering-on-guest-network.pot 
b/pot/change-network-offering-on-guest-network.pot
deleted file mode 100644
index 1c2778b..0000000
--- a/pot/change-network-offering-on-guest-network.pot
+++ /dev/null
@@ -1,75 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing the Network Offering on a Guest Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A user or administrator can change the network offering that is 
associated with an existing guest network."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as an administrator or end user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you are changing from a network offering that uses the &PRODUCT; 
virtual router to one that uses external devices as network service providers, 
you must first stop all the VMs on the network. See Stopping and Starting VMs. 
Then return here and continue to the next step"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, choose Network"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the name of the network you want to modify <inlinemediaobject> 
<imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> 
<textobject><phrase>AttachDiskButton.png: button to attach a 
volume</phrase></textobject> </inlinemediaobject>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In Network Offering, choose the new network offering, then click Apply."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "A prompt appears asking whether you want to keep the existing CIDR. 
This is to let you know that if you change the network offering, the CIDR will 
be affected. Choose No to proceed with the change."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait for the update to complete. Don’t try to restart VMs until after 
the network change is complete."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If you stopped any VMs in step 2, restart them."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/change-to-behavior-of-list-commands.pot
----------------------------------------------------------------------
diff --git a/pot/change-to-behavior-of-list-commands.pot 
b/pot/change-to-behavior-of-list-commands.pot
deleted file mode 100644
index 4ecb644..0000000
--- a/pot/change-to-behavior-of-list-commands.pot
+++ /dev/null
@@ -1,170 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Change to Behavior of List Commands"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There was a major change in how our List* API commands work in 
CloudStack 3.0 compared to 2.2.x. The rules below apply only for managed 
resources – those that belong to an account, domain, or project. They are 
irrelevant for the List* commands displaying unmanaged (system) resources, such 
as hosts, clusters, and external network resources."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When no parameters are passed in to the call, the caller sees only 
resources owned by the caller (even when the caller is the administrator). 
Previously, the administrator saw everyone else's resources by default."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When accountName and domainId are passed in:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The caller sees the resources dedicated to the account specified."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the call is executed by a regular user, the user is authorized to 
specify only the user's own account and domainId."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "If the caller is a domain administrator, CloudStack performs an 
authorization check to see whether the caller is permitted to view resources 
for the given account and domainId."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When projectId is passed in, only resources belonging to that project 
are listed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When domainId is passed in, the call returns only resources belonging 
to the domain specified. To see the resources of subdomains, use the parameter 
isRecursive=true. Again, the regular user can see only resources owned by that 
user, the root administrator can list anything, and a domain administrator is 
authorized to see only resources of the administrator's own domain and 
subdomains."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To see all resources the caller is authorized to see, except for 
Project resources, use the parameter listAll=true."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To see all Project resources the caller is authorized to see, use the 
parameter projectId=-1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "There is one API command that doesn't fall under the rules above 
completely: the listTemplates command. This command has its own flags defining 
the list rules:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTemplates Flag"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "featured"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Returns templates that have been marked as featured and public."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "self"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Returns templates that have been registered or created by the calling 
user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "selfexecutable"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Same as self, but only returns templates that are ready to be deployed 
with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "sharedexecutable"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Ready templates that have been granted to the calling user by another 
user."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "executable"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Templates that are owned by the calling user, or public templates, that 
can be used to deploy a new VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "community"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Returns templates that have been marked as public but not featured."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "all"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Returns all templates (only usable by admins)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The &PRODUCT; UI on a general view will display all resources that the 
logged-in user is authorized to see, except for project resources. To see the 
project resources, select the project view."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/changed-apicommands-4-0.pot
----------------------------------------------------------------------
diff --git a/pot/changed-apicommands-4-0.pot b/pot/changed-apicommands-4-0.pot
deleted file mode 100644
index 7f0024f..0000000
--- a/pot/changed-apicommands-4-0.pot
+++ /dev/null
@@ -1,575 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changed API Commands in 4.0.0-incubating"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "API Commands"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Description"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "copyTemplate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "prepareTemplate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "registerTemplate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateTemplate"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createProject"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "activateProject"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "suspendProject"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateProject"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjectAccounts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "migrateVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "attachVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "detachVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "uploadVolume"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createSecurityGroup"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "registerIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "copyIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createIpForwardingRule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listIpForwardingRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createLoadBalancerRule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateLoadBalancerRule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createSnapshot"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The commands in this list have a single new response parameter, and no 
other changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameter: tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Many other commands also have the new tags(*) parameter in addition to 
other changes; those commands are listed separately."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rebootVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "attachIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "detachIso"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listLoadBalancerRuleInstances"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "resetPasswordForVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "changeServiceForVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "recoverVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "migrateVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "deployVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "assignVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "restoreVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "stopVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "destroyVirtualMachine"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The commands in this list have two new response parameters, and no 
other changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: keypair, tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSecurityGroups"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listFirewallRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPortForwardingRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSnapshots"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listIsos"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listProjects"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listTemplates"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listLoadBalancerRules"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The commands in this list have the following new parameters, and no 
other changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameter: tags (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listF5LoadBalancerNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetscalerLoadBalancerNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listSrxFirewallNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateNetwork"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The commands in this list have three new response parameters, and no 
other changes."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: canusefordeploy, vpcid, tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createZone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateZone"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameter: localstorageenabled (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameter: localstorageenabled"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listZones"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "rebootRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "changeServiceForRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "startRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "destroyRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "stopRouter"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: vpcid, nic(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateAccount"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "disableAccount"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listAccounts"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "markDefaultZoneForAccount"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "enableAccount"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: vpcavailable, vpclimit, vpctotal"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listRouters"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: forvpc (optional), vpcid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworkOfferings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: forvpc (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: forvpc"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVolumes"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: details (optional), tags (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "addTrafficMonitor"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: excludezones (optional), includezones 
(optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createNetwork"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: vpcid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listPublicIpAddresses"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: tags (optional), vpcid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: vpcid, tags(*)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listNetworks"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: canusefordeploy (optional), forvpc (optional), 
tags (optional), vpcid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "restartNetwork"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "enableStaticNat"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameter: networkid (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createDiskOffering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameter: storagetype (optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameter: storagetype"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listDiskOfferings"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateDiskOffering"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "createFirewallRule"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Changed request parameters: ipaddressid (old version - optional, new 
version - required)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "listVirtualMachines"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New request parameters: isoid (optional), tags (optional), templateid 
(optional)"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "updateStorageNetworkIpRange"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "New response parameters: id, endip, gateway, netmask, networkid, podid, 
startip, vlan, zoneid"
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/changing-root-password.pot
----------------------------------------------------------------------
diff --git a/pot/changing-root-password.pot b/pot/changing-root-password.pot
deleted file mode 100644
index 996cbc2..0000000
--- a/pot/changing-root-password.pot
+++ /dev/null
@@ -1,80 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing the Root Password"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "During installation and ongoing cloud administration, you will need to 
log in to the UI as the root administrator. The root administrator account 
manages the &PRODUCT; deployment, including physical infrastructure. The root 
administrator can modify configuration settings to change basic functionality, 
create or delete user accounts, and take many actions that should be performed 
only by an authorized person. When first installing &PRODUCT;, be sure to 
change the default password to a new, unique value."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Open your favorite Web browser and go to this URL. Substitute the IP 
address of your own Management Server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "http://&lt;management-server-ip-address&gt;:8080/client";
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the UI using the current root user ID and password. The 
default is admin, password."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Accounts."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the admin account name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click View Users."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the admin user name."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Change Password button. <inlinemediaobject> <imageobject> 
<imagedata fileref=\"./images/change-password.png\" /> </imageobject> 
<textobject><phrase>change-password.png: button to change a user's 
password</phrase></textobject> </inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Type the new password, and click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/changing-secondary-storage-ip.pot
----------------------------------------------------------------------
diff --git a/pot/changing-secondary-storage-ip.pot 
b/pot/changing-secondary-storage-ip.pot
deleted file mode 100644
index c02be1a..0000000
--- a/pot/changing-secondary-storage-ip.pot
+++ /dev/null
@@ -1,62 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Making API Requests"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can change the secondary storage IP address after it has been 
provisioned. After changing the IP address on the host, log in to your 
management server and execute the following commands. Replace HOSTID below with 
your own value, and change the URL to use the appropriate IP address and path 
for your server:"
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "\n"
-"        # mysql -p\n"
-"        mysql&gt; use cloud;\n"
-"        mysql&gt; select id from host where type = 'SecondaryStorage';\n"
-"        mysql&gt; update host_details set value = 
'nfs://192.168.160.20/export/mike-ss1'\n"
-"          where host_id = HOSTID and name = 'orig.url';\n"
-"        mysql&gt; update host set name = 
'nfs://192.168.160.20/export/mike-ss1' where type\n"
-"          = 'SecondaryStorage' and id = #;\n"
-"        mysql&gt; update host set url = 
'nfs://192.168.160.20/export/mike-ss1' where type\n"
-"          = 'SecondaryStorage' and id = #;\n"
-"        mysql&gt; update host set guid = 
'nfs://192.168.160.20/export/mike-ss1' where type\n"
-"          = 'SecondaryStorage' and id = #;\n"
-"        "
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "When copying and pasting a command, be sure the command has pasted as a 
single line before executing. Some document viewers may introduce unwanted line 
breaks in copied text."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Then log in to the cloud console UI and stop and start (not reboot) the 
Secondary Storage VM for that Zone."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/changing-secondary-storage-servers.pot
----------------------------------------------------------------------
diff --git a/pot/changing-secondary-storage-servers.pot 
b/pot/changing-secondary-storage-servers.pot
deleted file mode 100644
index 2a17400..0000000
--- a/pot/changing-secondary-storage-servers.pot
+++ /dev/null
@@ -1,60 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing Secondary Storage Servers"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "You can change the secondary storage NFS mount. Perform the following 
steps to do so:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Stop all running Management Servers."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Wait 30 minutes. This allows any writes to secondary storage to 
complete."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Copy all files from the old secondary storage mount to the new."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Use the procedure above to change the IP address for secondary storage 
if required."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Start the Management Server."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/changing-service-offering-for-vm.pot
----------------------------------------------------------------------
diff --git a/pot/changing-service-offering-for-vm.pot 
b/pot/changing-service-offering-for-vm.pot
deleted file mode 100644
index cc0232f..0000000
--- a/pot/changing-service-offering-for-vm.pot
+++ /dev/null
@@ -1,70 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing the Service Offering for a VM"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To upgrade or downgrade the level of compute resources available to a 
virtual machine, you can change the VM's compute offering."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Choose the VM that you want to work with."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Stop button to stop the VM <inlinemediaobject> <imageobject> 
<imagedata fileref=\"./images/stop-instance-icon.png\" /> </imageobject> 
<textobject><phrase>StopButton.png: button to stop a VM</phrase></textobject> 
</inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Change Service button <inlinemediaobject> <imageobject> 
<imagedata fileref=\"./images/change-service-icon.png\" /> </imageobject> 
<textobject><phrase>ChangeServiceButton.png: button to change the service of a 
VM</phrase></textobject> </inlinemediaobject>. The Change service dialog box is 
displayed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the offering you want."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click OK."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/changing-vm-name-os-group.pot
----------------------------------------------------------------------
diff --git a/pot/changing-vm-name-os-group.pot 
b/pot/changing-vm-name-os-group.pot
deleted file mode 100644
index cbf2c27..0000000
--- a/pot/changing-vm-name-os-group.pot
+++ /dev/null
@@ -1,90 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Changing the VM Name, OS, or Group"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "After a VM is created, you can modify the display name, operating 
system, and the group it belongs to."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "To access a VM through the &PRODUCT; UI:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Log in to the &PRODUCT; UI as a user or admin."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "In the left navigation, click Instances."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Select the VM that you want to modify."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click the Stop button to stop the VM <inlinemediaobject> <imageobject> 
<imagedata fileref=\"./images/stop-instance-icon.png\" /> </imageobject> 
<textobject><phrase>StopButton.png: button to stop a VM</phrase></textobject> 
</inlinemediaobject>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Edit <inlinemediaobject> <imageobject> <imagedata 
fileref=\"./images/edit-icon.png\" /> </imageobject> 
<textobject><phrase>StopButton.png: button to edit the properties of a 
VM</phrase></textobject> </inlinemediaobject>."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Make the desired changes to the following:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Display name: Enter a new display name if you want to change the name 
of the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "OS Type: Select the desired operating system."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Group: Enter the group name for the VM."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Click Apply."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/choosing-a-deployment-architecture.pot
----------------------------------------------------------------------
diff --git a/pot/choosing-a-deployment-architecture.pot 
b/pot/choosing-a-deployment-architecture.pot
deleted file mode 100644
index a42b765..0000000
--- a/pot/choosing-a-deployment-architecture.pot
+++ /dev/null
@@ -1,35 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Choosing a Deployment Architecture"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The architecture used in a deployment will vary depending on the size 
and purpose of the deployment. This section contains examples of deployment 
architecture, including a small-scale deployment useful for test and trial 
deployments and a fully-redundant large-scale setup for production deployments."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/cisco3750-hardware.pot
----------------------------------------------------------------------
diff --git a/pot/cisco3750-hardware.pot b/pot/cisco3750-hardware.pot
deleted file mode 100644
index f819da4..0000000
--- a/pot/cisco3750-hardware.pot
+++ /dev/null
@@ -1,76 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Cisco 3750"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following steps show how a Cisco 3750 is configured for zone-level 
layer-3 switching. These steps assume VLAN 201 is used to route untagged 
private IPs for pod 1, and pod 1’s layer-2 switch is connected to 
GigabitEthernet1/0/1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Setting VTP mode to transparent allows us to utilize VLAN IDs above 
1000. Since we only use VLANs up to 999, vtp transparent mode is not strictly 
required."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vtp mode transparent\n"
-"vlan 200-999\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure GigabitEthernet1/0/1."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "interface GigabitEthernet1/0/1\n"
-"switchport trunk encapsulation dot1q\n"
-"switchport mode trunk\n"
-"switchport trunk native vlan 201\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The statements configure GigabitEthernet1/0/1 as follows:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "VLAN 201 is the native untagged VLAN for port GigabitEthernet1/0/1."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Cisco passes all VLANs by default. As a result, all VLANs (300-999) are 
passed to all the pod-level layer-2 switches."
-msgstr ""
-

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/f42520a5/pot/cisco3750-layer2.pot
----------------------------------------------------------------------
diff --git a/pot/cisco3750-layer2.pot b/pot/cisco3750-layer2.pot
deleted file mode 100644
index ad13cc6..0000000
--- a/pot/cisco3750-layer2.pot
+++ /dev/null
@@ -1,66 +0,0 @@
-#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.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0\n"
-"POT-Creation-Date: 2013-02-02T20:11:57\n"
-"PO-Revision-Date: 2013-02-02T20:11:57\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 "Cisco 3750"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The following steps show how a Cisco 3750 is configured for pod-level 
layer-2 switching."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Setting VTP mode to transparent allows us to utilize VLAN IDs above 
1000. Since we only use VLANs up to 999, vtp transparent mode is not strictly 
required."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "vtp mode transparent\n"
-"vlan 300-999\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Configure all ports to dot1q and set 201 as the native VLAN."
-msgstr ""
-
-#. Tag: programlisting
-#, no-c-format
-msgid "interface range GigabitEthernet 1/0/1-24\n"
-"switchport trunk encapsulation dot1q\n"
-"switchport mode trunk\n"
-"switchport trunk native vlan 201\n"
-"exit"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "By default, Cisco passes all VLANs. Cisco switches complain of the 
native VLAN IDs are different when 2 ports are connected together. That’s why 
you must specify VLAN 201 as the native VLAN on the layer-2 switch."
-msgstr ""
-

Reply via email to