From c2b7b6de8529a88d9e0274e5080e06eaa63771e2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 11 Nov 2014 06:14:03 +0000 Subject: [PATCH] Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Id41aa040761aa377937cb115b5a462d8e13b406c --- doc/common/locale/common.pot | 106 ++++++++---- doc/common/locale/fr.po | 178 +++++++++++++------- doc/common/locale/ja.po | 180 +++++++++++++-------- doc/glossary/locale/ja.po | 12 +- doc/install-guide/locale/install-guide.pot | 82 +++++----- doc/install-guide/locale/ja.po | 149 +++++++++-------- 6 files changed, 427 insertions(+), 280 deletions(-) diff --git a/doc/common/locale/common.pot b/doc/common/locale/common.pot index 5a5a49c18a..9c9495eed5 100644 --- a/doc/common/locale/common.pot +++ b/doc/common/locale/common.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-11-07 06:14+0000\n" +"POT-Creation-Date: 2014-11-11 06:13+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -7154,83 +7154,123 @@ msgid "Customize the dashboard" msgstr "" #: ./doc/common/section_dashboard_customizing.xml:8(para) -msgid "Adapted from How To Custom Brand The OpenStack “Horizon” Dashboard." +msgid "Once you have the dashboard installed you can customize the way it looks and feels to suit your own needs." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:12(para) -msgid "You install the OpenStack dashboard through the openstack-dashboard package. You can customize the dashboard with your own colors, logo, and site title through a CSS file." +#: ./doc/common/section_dashboard_customizing.xml:10(para) +msgid "The OpenStack dashboard by default on Ubuntu installs the openstack-dashboard-ubuntu-theme package." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:16(para) -msgid "Canonical also provides an openstack-dashboard-ubuntu-theme package that brands the Python-based Django interface." +#: ./doc/common/section_dashboard_customizing.xml:11(para) +msgid "If you do not want to use this theme you can remove it and its dependancies using the following command:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:48(para) -msgid "Create a graphical logo with a transparent background. The text TGen Cloud in this example is rendered through .png files of multiple sizes created with a graphics program." +#: ./doc/common/section_dashboard_customizing.xml:15(para) +msgid "This guide focuses on the local_settings.py file, stored in /openstack-dashboard/openstack_dashboard/local/." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:53(para) -msgid "Use a 200×27 for the logged-in banner graphic, and 365×50 for the login screen graphic." +#: ./doc/common/section_dashboard_customizing.xml:17(para) +msgid "This guide is adapated from How To Custom Brand The OpenStack “Horizon” Dashboard." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:57(para) -msgid "Set the HTML title, which appears at the top of the browser window, by adding the following line to /etc/openstack-dashboard/local_settings.py:" +#: ./doc/common/section_dashboard_customizing.xml:21(para) +msgid "Site colors" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:60(code) -msgid "SITE_BRANDING = \"Example, Inc. Cloud\"" +#: ./doc/common/section_dashboard_customizing.xml:24(para) +msgid "Logo" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:64(para) -msgid "Upload your new graphic files to the following location: /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/" +#: ./doc/common/section_dashboard_customizing.xml:27(para) ./doc/common/section_dashboard_customizing.xml:158(title) ./doc/common/section_dashboard_customizing.xml:172(title) +msgid "HTML title" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:69(para) -msgid "Create a CSS style sheet in the following directory: /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css/" +#: ./doc/common/section_dashboard_customizing.xml:30(para) +msgid "Site branding link" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:33(para) ./doc/common/section_dashboard_customizing.xml:182(title) +msgid "Help URL" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:18(para) +msgid "The following can easily be customized: " +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:65(title) +msgid "Logo and site colors" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:70(para) +msgid "Login screen: 365 x 50" msgstr "" #: ./doc/common/section_dashboard_customizing.xml:73(para) -msgid "Edit your CSS file to override the Ubuntu customizations in the ubuntu.css file." +msgid "Logged in banner: 216 x 35" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:76(para) +#: ./doc/common/section_dashboard_customizing.xml:67(para) +msgid "Create two logo files, png format, with transparent backgrounds using the following sizes: " +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:79(para) +msgid "Upload your new images to the following location: /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:84(para) +msgid "Create a CSS style sheet in the following directory: /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css/" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:90(para) msgid "Change the colors and image file names as appropriate, though the relative directory paths should be the same. The following example file shows you how to customize your CSS file:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:115(para) -msgid "Open the following HTML template in an editor: /usr/share/openstack-dashboard/openstack_dashboard/templates/_stylesheets.html" +#: ./doc/common/section_dashboard_customizing.xml:128(para) +msgid "Open the following HTML template in an editor of your choice: /usr/share/openstack-dashboard/openstack_dashboard/templates/_stylesheets.html" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:119(para) -msgid "Add a line to include your custom.css file:" +#: ./doc/common/section_dashboard_customizing.xml:133(para) +msgid "Add a line to include your newly created style sheet. For example custom.css file:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:124(emphasis) +#: ./doc/common/section_dashboard_customizing.xml:138(emphasis) msgid "<link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' rel='stylesheet' />" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:128(title) +#: ./doc/common/section_dashboard_customizing.xml:142(title) msgid "Restart Apache:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:129(para) ./doc/common/section_dashboard_sessions.xml:181(para) +#: ./doc/common/section_dashboard_customizing.xml:143(para) ./doc/common/section_dashboard_sessions.xml:181(para) msgid "On Ubuntu: " msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:132(para) +#: ./doc/common/section_dashboard_customizing.xml:146(para) msgid "On Fedora, RHEL, CentOS: " msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:135(para) ./doc/common/section_dashboard_sessions.xml:188(para) +#: ./doc/common/section_dashboard_customizing.xml:149(para) ./doc/common/section_dashboard_sessions.xml:188(para) msgid "On openSUSE: " msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:140(para) -msgid "Reload the dashboard in your browser to view your changes." +#: ./doc/common/section_dashboard_customizing.xml:154(para) +msgid "To view your changes simply reload your dashboard. If necessary go back and modify your CSS file as appropriate." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml:142(para) -msgid "Modify your CSS file as appropriate." +#: ./doc/common/section_dashboard_customizing.xml:160(para) +msgid "Set the HTML title, which appears at the top of the browser window, by adding the following line to local_settings.py: " +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:168(para) ./doc/common/section_dashboard_customizing.xml:178(para) ./doc/common/section_dashboard_customizing.xml:188(para) +msgid "Restart Apache for this change to take effect." +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:174(para) +msgid "The logo also acts as a hyperlink. The default behavior is to redirect to horizon:user_home. To change this, add the following attribute to local_settings.py" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml:184(para) +msgid "By default the help URL points to http://docs.openstack.org. Change this by editing the following arritbute to the URL of your choice in local_settings.py" msgstr "" #: ./doc/common/section_compute_config-api.xml:7(title) diff --git a/doc/common/locale/fr.po b/doc/common/locale/fr.po index 7e0bcc9f6c..4de5ae75ee 100644 --- a/doc/common/locale/fr.po +++ b/doc/common/locale/fr.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-11-07 13:28+0000\n" -"PO-Revision-Date: 2014-11-07 10:16+0000\n" +"POT-Creation-Date: 2014-11-11 02:33+0000\n" +"PO-Revision-Date: 2014-11-11 02:31+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/fr/)\n" "MIME-Version: 1.0\n" @@ -10752,117 +10752,171 @@ msgstr "Personalisez le tableau de bord" #: ./doc/common/section_dashboard_customizing.xml8(para) msgid "" -"Adapted from How To Custom Brand The " -"OpenStack “Horizon” Dashboard." +"Once you have the dashboard installed you can customize the way it looks and" +" feels to suit your own needs." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml12(para) +#: ./doc/common/section_dashboard_customizing.xml10(para) msgid "" -"You install the OpenStack dashboard through the openstack-" -"dashboard package. You can customize the dashboard with your own " -"colors, logo, and site title through a CSS file." -msgstr "Vous installez le tableau de bord OpenStack à partir du paquetage openstack-dashboard. Vous pouvez personnaliser le tableau de bord avec vos propres couleurs, logo ou titre de site grâce à un fichier CSS." +"The OpenStack dashboard by default on Ubuntu installs the openstack-dashboard-ubuntu-theme package." +msgstr "" -#: ./doc/common/section_dashboard_customizing.xml16(para) +#: ./doc/common/section_dashboard_customizing.xml11(para) msgid "" -"Canonical also provides an openstack-dashboard-ubuntu-" -"theme package that brands the Python-based Django interface." -msgstr "Canonical fournit aussi un paquetage openstack-dashboard-ubuntu-theme caractéristique de l'interface Django à base de Python." +"If you do not want to use this theme you can remove it and its dependancies " +"using the following command:" +msgstr "" -#: ./doc/common/section_dashboard_customizing.xml48(para) +#: ./doc/common/section_dashboard_customizing.xml15(para) msgid "" -"Create a graphical logo with a transparent background. The text " -"TGen Cloud in this example is rendered through " -".png files of multiple sizes created with a graphics " -"program." -msgstr "Créez un logo graphique avec un fond transparent. Le texte TGen Cloud, dans cet exemple, est mis en valeur grâce à des fichiers .png de tailles diverses créés à l'aide d'un programme de création graphique." +"This guide focuses on the local_settings.py file, " +"stored in /openstack-" +"dashboard/openstack_dashboard/local/." +msgstr "" -#: ./doc/common/section_dashboard_customizing.xml53(para) +#: ./doc/common/section_dashboard_customizing.xml17(para) msgid "" -"Use a 200×27 for the logged-in banner graphic, and 365×50 for the login " -"screen graphic." -msgstr "Utilisez une taille de 200x27 pour le graphique de la bannière une fois connecté, et 365x50 pour le graphique de l'encart d'ouverture de session." +"This guide is adapated from How To Custom Brand The OpenStack “Horizon” " +"Dashboard." +msgstr "" -#: ./doc/common/section_dashboard_customizing.xml57(para) +#: ./doc/common/section_dashboard_customizing.xml21(para) +msgid "Site colors" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml24(para) +msgid "Logo" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml27(para) +#: ./doc/common/section_dashboard_customizing.xml158(title) +#: ./doc/common/section_dashboard_customizing.xml172(title) +msgid "HTML title" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml30(para) +msgid "Site branding link" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml33(para) +#: ./doc/common/section_dashboard_customizing.xml182(title) +msgid "Help URL" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml18(para) +msgid "The following can easily be customized: " +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml65(title) +msgid "Logo and site colors" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml70(para) +msgid "Login screen: 365 x 50" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml73(para) +msgid "Logged in banner: 216 x 35" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml67(para) msgid "" -"Set the HTML title, which appears at the top of the browser window, by " -"adding the following line to /etc/openstack-" -"dashboard/local_settings.py:" -msgstr "Assignez à la fenêtre du navigateur le titre HTML apparaissant en haut en ajoutant la ligne suivante au fichier /etc/openstack-dashboard/local_settings.py: " +"Create two logo files, png format, with transparent backgrounds using the " +"following sizes: " +msgstr "" -#: ./doc/common/section_dashboard_customizing.xml60(code) -msgid "SITE_BRANDING = \"Example, Inc. Cloud\"" -msgstr "SITE_BRANDING = \"Exemple, Inc. Cloud\"" - -#: ./doc/common/section_dashboard_customizing.xml64(para) +#: ./doc/common/section_dashboard_customizing.xml79(para) msgid "" -"Upload your new graphic files to the following location: " -"/usr/share/openstack-" -"dashboard/openstack_dashboard/static/dashboard/img/" -msgstr "Chargez sur le serveur vos nouveaux fichiers graphiques dans la zone : /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/" +"Upload your new images to the following location: /usr/share" +"/openstack-dashboard/openstack_dashboard/static/dashboard/img/" +msgstr "" -#: ./doc/common/section_dashboard_customizing.xml69(para) +#: ./doc/common/section_dashboard_customizing.xml84(para) msgid "" "Create a CSS style sheet in the following directory: /usr/share" "/openstack-dashboard/openstack_dashboard/static/dashboard/css/" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml73(para) -msgid "" -"Edit your CSS file to override the Ubuntu customizations in the " -"ubuntu.css file." -msgstr "" - -#: ./doc/common/section_dashboard_customizing.xml76(para) +#: ./doc/common/section_dashboard_customizing.xml90(para) msgid "" "Change the colors and image file names as appropriate, though the relative " "directory paths should be the same. The following example file shows you how" " to customize your CSS file:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml115(para) +#: ./doc/common/section_dashboard_customizing.xml128(para) msgid "" -"Open the following HTML template in an editor: /usr/share" -"/openstack-" +"Open the following HTML template in an editor of your choice: " +"/usr/share/openstack-" "dashboard/openstack_dashboard/templates/_stylesheets.html" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml119(para) -msgid "Add a line to include your custom.css file:" +#: ./doc/common/section_dashboard_customizing.xml133(para) +msgid "" +"Add a line to include your newly created style sheet. For example " +"custom.css file:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml124(emphasis) +#: ./doc/common/section_dashboard_customizing.xml138(emphasis) msgid "" "<link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' " "rel='stylesheet' />" msgstr "<link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' rel='stylesheet' />" -#: ./doc/common/section_dashboard_customizing.xml128(title) +#: ./doc/common/section_dashboard_customizing.xml142(title) msgid "Restart Apache:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml129(para) +#: ./doc/common/section_dashboard_customizing.xml143(para) #: ./doc/common/section_dashboard_sessions.xml181(para) msgid "On Ubuntu: " msgstr "Sur Ubuntu: " -#: ./doc/common/section_dashboard_customizing.xml132(para) +#: ./doc/common/section_dashboard_customizing.xml146(para) msgid "On Fedora, RHEL, CentOS: " msgstr "Sur Fedora, RHEL, CentOS: " -#: ./doc/common/section_dashboard_customizing.xml135(para) +#: ./doc/common/section_dashboard_customizing.xml149(para) #: ./doc/common/section_dashboard_sessions.xml188(para) msgid "On openSUSE: " msgstr "Sur openSUSE: " -#: ./doc/common/section_dashboard_customizing.xml140(para) -msgid "Reload the dashboard in your browser to view your changes." -msgstr "Relancer le tableau de bord dans votre navigateur pour voir vos changements." +#: ./doc/common/section_dashboard_customizing.xml154(para) +msgid "" +"To view your changes simply reload your dashboard. If necessary go back and " +"modify your CSS file as appropriate." +msgstr "" -#: ./doc/common/section_dashboard_customizing.xml142(para) -msgid "Modify your CSS file as appropriate." -msgstr "Modifier votre dossier CSS comme il convient." +#: ./doc/common/section_dashboard_customizing.xml160(para) +msgid "" +"Set the HTML title, which appears at the top of the browser window, by " +"adding the following line to local_settings.py: " +"" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml168(para) +#: ./doc/common/section_dashboard_customizing.xml178(para) +#: ./doc/common/section_dashboard_customizing.xml188(para) +msgid "Restart Apache for this change to take effect." +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml174(para) +msgid "" +"The logo also acts as a hyperlink. The default behavior is to redirect to " +"horizon:user_home. To change this, add the following " +"attribute to local_settings.py" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml184(para) +msgid "" +"By default the help URL points to http://docs.openstack.org. Change " +"this by editing the following arritbute to the URL of your choice in " +"local_settings.py" +msgstr "" #: ./doc/common/section_compute_config-api.xml7(title) msgid "Configure the Compute API" diff --git a/doc/common/locale/ja.po b/doc/common/locale/ja.po index dc7fd2ff3e..6e062b2165 100644 --- a/doc/common/locale/ja.po +++ b/doc/common/locale/ja.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-11-06 22:10+0000\n" -"PO-Revision-Date: 2014-11-06 22:04+0000\n" +"POT-Creation-Date: 2014-11-11 02:33+0000\n" +"PO-Revision-Date: 2014-11-11 02:31+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -10740,116 +10740,170 @@ msgstr "ダッシュボードのカスタマイズ" #: ./doc/common/section_dashboard_customizing.xml8(para) msgid "" -"Adapted from How To Custom Brand The " -"OpenStack “Horizon” Dashboard." -msgstr "How To Custom Brand The OpenStack “Horizon” Dashboard からの改変です。" - -#: ./doc/common/section_dashboard_customizing.xml12(para) -msgid "" -"You install the OpenStack dashboard through the openstack-" -"dashboard package. You can customize the dashboard with your own " -"colors, logo, and site title through a CSS file." -msgstr "openstack-dashboard パッケージにより OpenStack Dashboard をインストールします。CSS ファイルを用いて、独自の色、ロゴ、サイトのタイトルにダッシュボードをカスタマイズできます。" - -#: ./doc/common/section_dashboard_customizing.xml16(para) -msgid "" -"Canonical also provides an openstack-dashboard-ubuntu-" -"theme package that brands the Python-based Django interface." -msgstr "Canonical は、Python ベースの Django インターフェースを取り入れた openstack-dashboard-ubuntu-theme パッケージも提供しています。" - -#: ./doc/common/section_dashboard_customizing.xml48(para) -msgid "" -"Create a graphical logo with a transparent background. The text " -"TGen Cloud in this example is rendered through " -".png files of multiple sizes created with a graphics " -"program." +"Once you have the dashboard installed you can customize the way it looks and" +" feels to suit your own needs." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml53(para) +#: ./doc/common/section_dashboard_customizing.xml10(para) msgid "" -"Use a 200×27 for the logged-in banner graphic, and 365×50 for the login " -"screen graphic." +"The OpenStack dashboard by default on Ubuntu installs the openstack-dashboard-ubuntu-theme package." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml57(para) +#: ./doc/common/section_dashboard_customizing.xml11(para) msgid "" -"Set the HTML title, which appears at the top of the browser window, by " -"adding the following line to /etc/openstack-" -"dashboard/local_settings.py:" +"If you do not want to use this theme you can remove it and its dependancies " +"using the following command:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml60(code) -msgid "SITE_BRANDING = \"Example, Inc. Cloud\"" -msgstr "" - -#: ./doc/common/section_dashboard_customizing.xml64(para) +#: ./doc/common/section_dashboard_customizing.xml15(para) msgid "" -"Upload your new graphic files to the following location: " -"/usr/share/openstack-" -"dashboard/openstack_dashboard/static/dashboard/img/" +"This guide focuses on the local_settings.py file, " +"stored in /openstack-" +"dashboard/openstack_dashboard/local/." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml69(para) +#: ./doc/common/section_dashboard_customizing.xml17(para) +msgid "" +"This guide is adapated from How To Custom Brand The OpenStack “Horizon” " +"Dashboard." +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml21(para) +msgid "Site colors" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml24(para) +msgid "Logo" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml27(para) +#: ./doc/common/section_dashboard_customizing.xml158(title) +#: ./doc/common/section_dashboard_customizing.xml172(title) +msgid "HTML title" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml30(para) +msgid "Site branding link" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml33(para) +#: ./doc/common/section_dashboard_customizing.xml182(title) +msgid "Help URL" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml18(para) +msgid "The following can easily be customized: " +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml65(title) +msgid "Logo and site colors" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml70(para) +msgid "Login screen: 365 x 50" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml73(para) +msgid "Logged in banner: 216 x 35" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml67(para) +msgid "" +"Create two logo files, png format, with transparent backgrounds using the " +"following sizes: " +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml79(para) +msgid "" +"Upload your new images to the following location: /usr/share" +"/openstack-dashboard/openstack_dashboard/static/dashboard/img/" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml84(para) msgid "" "Create a CSS style sheet in the following directory: /usr/share" "/openstack-dashboard/openstack_dashboard/static/dashboard/css/" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml73(para) -msgid "" -"Edit your CSS file to override the Ubuntu customizations in the " -"ubuntu.css file." -msgstr "" - -#: ./doc/common/section_dashboard_customizing.xml76(para) +#: ./doc/common/section_dashboard_customizing.xml90(para) msgid "" "Change the colors and image file names as appropriate, though the relative " "directory paths should be the same. The following example file shows you how" " to customize your CSS file:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml115(para) +#: ./doc/common/section_dashboard_customizing.xml128(para) msgid "" -"Open the following HTML template in an editor: /usr/share" -"/openstack-" +"Open the following HTML template in an editor of your choice: " +"/usr/share/openstack-" "dashboard/openstack_dashboard/templates/_stylesheets.html" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml119(para) -msgid "Add a line to include your custom.css file:" +#: ./doc/common/section_dashboard_customizing.xml133(para) +msgid "" +"Add a line to include your newly created style sheet. For example " +"custom.css file:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml124(emphasis) +#: ./doc/common/section_dashboard_customizing.xml138(emphasis) msgid "" "<link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' " "rel='stylesheet' />" msgstr "<link href='{{ STATIC_URL }}dashboard/css/custom.css' media='screen' rel='stylesheet' />" -#: ./doc/common/section_dashboard_customizing.xml128(title) +#: ./doc/common/section_dashboard_customizing.xml142(title) msgid "Restart Apache:" msgstr "" -#: ./doc/common/section_dashboard_customizing.xml129(para) +#: ./doc/common/section_dashboard_customizing.xml143(para) #: ./doc/common/section_dashboard_sessions.xml181(para) msgid "On Ubuntu: " msgstr "Ubuntu の場合: " -#: ./doc/common/section_dashboard_customizing.xml132(para) +#: ./doc/common/section_dashboard_customizing.xml146(para) msgid "On Fedora, RHEL, CentOS: " msgstr "" -#: ./doc/common/section_dashboard_customizing.xml135(para) +#: ./doc/common/section_dashboard_customizing.xml149(para) #: ./doc/common/section_dashboard_sessions.xml188(para) msgid "On openSUSE: " msgstr "openSUSE の場合: " -#: ./doc/common/section_dashboard_customizing.xml140(para) -msgid "Reload the dashboard in your browser to view your changes." +#: ./doc/common/section_dashboard_customizing.xml154(para) +msgid "" +"To view your changes simply reload your dashboard. If necessary go back and " +"modify your CSS file as appropriate." msgstr "" -#: ./doc/common/section_dashboard_customizing.xml142(para) -msgid "Modify your CSS file as appropriate." +#: ./doc/common/section_dashboard_customizing.xml160(para) +msgid "" +"Set the HTML title, which appears at the top of the browser window, by " +"adding the following line to local_settings.py: " +"" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml168(para) +#: ./doc/common/section_dashboard_customizing.xml178(para) +#: ./doc/common/section_dashboard_customizing.xml188(para) +msgid "Restart Apache for this change to take effect." +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml174(para) +msgid "" +"The logo also acts as a hyperlink. The default behavior is to redirect to " +"horizon:user_home. To change this, add the following " +"attribute to local_settings.py" +msgstr "" + +#: ./doc/common/section_dashboard_customizing.xml184(para) +msgid "" +"By default the help URL points to http://docs.openstack.org. Change " +"this by editing the following arritbute to the URL of your choice in " +"local_settings.py" msgstr "" #: ./doc/common/section_compute_config-api.xml7(title) diff --git a/doc/glossary/locale/ja.po b/doc/glossary/locale/ja.po index 7374a39728..d641e68211 100644 --- a/doc/glossary/locale/ja.po +++ b/doc/glossary/locale/ja.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-11-09 06:41+0000\n" -"PO-Revision-Date: 2014-11-10 03:58+0000\n" +"POT-Creation-Date: 2014-11-11 02:33+0000\n" +"PO-Revision-Date: 2014-11-11 02:01+0000\n" "Last-Translator: Tomoyuki KATO \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -1287,19 +1287,19 @@ msgstr "CAST" #: ./doc/glossary/glossary-terms.xml1322(primary) msgid "CAST (RPC primitive)" -msgstr "" +msgstr "CAST (RPC プリミティブ)" #: ./doc/glossary/glossary-terms.xml1326(para) msgid "" "One of the RPC primitives used by the OpenStack message queue software. " "Sends a message and does not wait for a response." -msgstr "" +msgstr "OpenStack メッセージキューソフトウェアにより使用される RPC プリミティブの 1 つ。メッセージを送信し、応答を待たない。" #: ./doc/glossary/glossary-terms.xml1338(para) msgid "" "A list of API endpoints that are available to a user after authentication " "with the Identity Service." -msgstr "" +msgstr "Identity による認証後、ユーザーが利用可能な API エンドポイントの一覧。" #: ./doc/glossary/glossary-terms.xml1344(glossterm) #: ./doc/glossary/glossary-terms.xml1346(primary) @@ -1321,7 +1321,7 @@ msgstr "ceilometer" msgid "" "The project name for the Telemetry service, which is an integrated project " "that provides metering and measuring facilities for OpenStack." -msgstr "" +msgstr "Telemetry サービスのプロジェクト名。OpenStack 向けにメータリングと測定機能を提供する、統合プロジェクト。" #: ./doc/glossary/glossary-terms.xml1369(glossterm) msgid "cell" diff --git a/doc/install-guide/locale/install-guide.pot b/doc/install-guide/locale/install-guide.pot index f1d0913302..2fc0e243b7 100644 --- a/doc/install-guide/locale/install-guide.pot +++ b/doc/install-guide/locale/install-guide.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-11-08 06:14+0000\n" +"POT-Creation-Date: 2014-11-11 06:13+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -183,11 +183,11 @@ msgstr "" msgid "Start the Identity service and configure it to start when the system boots:" msgstr "" -#: ./doc/install-guide/section_keystone-install.xml:211(para) ./doc/install-guide/section_basics-database.xml:27(para) ./doc/install-guide/section_basics-database.xml:76(para) ./doc/install-guide/section_ceilometer-swift.xml:63(para) ./doc/install-guide/section_ceilometer-nova.xml:36(para) ./doc/install-guide/section_ceilometer-nova.xml:112(para) ./doc/install-guide/section_ceilometer-cinder.xml:26(para) ./doc/install-guide/section_ceilometer-cinder.xml:34(para) ./doc/install-guide/section_cinder-storage-node.xml:264(para) ./doc/install-guide/section_cinder-controller-node.xml:258(para) ./doc/install-guide/section_basics-ntp.xml:60(para) ./doc/install-guide/section_basics-ntp.xml:102(para) ./doc/install-guide/section_nova-controller-install.xml:264(para) ./doc/install-guide/section_nova-networking-compute-node.xml:61(para) ./doc/install-guide/section_glance-install.xml:274(para) ./doc/install-guide/section_dashboard-install.xml:133(para) ./doc/install-guide/section_neutron-compute-node.xml:209(para) ./doc/install-guide/section_neutron-compute-node.xml:298(para) ./doc/install-guide/section_neutron-compute-node.xml:309(para) ./doc/install-guide/section_neutron-controller-node.xml:394(para) ./doc/install-guide/section_neutron-controller-node.xml:410(para) ./doc/install-guide/section_neutron-network-node.xml:407(para) ./doc/install-guide/section_neutron-network-node.xml:430(para) ./doc/install-guide/section_neutron-network-node.xml:506(para) ./doc/install-guide/section_trove-install.xml:231(para) ./doc/install-guide/section_nova-networking-controller-node.xml:31(para) ./doc/install-guide/section_nova-compute-install.xml:198(para) ./doc/install-guide/section_heat-install.xml:272(para) ./doc/install-guide/section_ceilometer-glance.xml:26(para) ./doc/install-guide/section_basics-queue.xml:49(para) ./doc/install-guide/section_ceilometer-controller.xml:26(para) ./doc/install-guide/section_ceilometer-controller.xml:78(para) ./doc/install-guide/section_ceilometer-controller.xml:360(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:67(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:105(para) ./doc/install-guide/object-storage/section_swift-storage-node.xml:169(para) ./doc/install-guide/object-storage/section_start-storage-node-services.xml:22(para) +#: ./doc/install-guide/section_keystone-install.xml:211(para) ./doc/install-guide/section_basics-database.xml:27(para) ./doc/install-guide/section_basics-database.xml:76(para) ./doc/install-guide/section_ceilometer-swift.xml:63(para) ./doc/install-guide/section_ceilometer-nova.xml:36(para) ./doc/install-guide/section_ceilometer-nova.xml:112(para) ./doc/install-guide/section_ceilometer-cinder.xml:26(para) ./doc/install-guide/section_ceilometer-cinder.xml:34(para) ./doc/install-guide/section_cinder-storage-node.xml:264(para) ./doc/install-guide/section_cinder-controller-node.xml:258(para) ./doc/install-guide/section_basics-ntp.xml:60(para) ./doc/install-guide/section_basics-ntp.xml:102(para) ./doc/install-guide/section_nova-controller-install.xml:264(para) ./doc/install-guide/section_nova-networking-compute-node.xml:61(para) ./doc/install-guide/section_glance-install.xml:274(para) ./doc/install-guide/section_dashboard-install.xml:133(para) ./doc/install-guide/section_neutron-compute-node.xml:209(para) ./doc/install-guide/section_neutron-compute-node.xml:298(para) ./doc/install-guide/section_neutron-compute-node.xml:309(para) ./doc/install-guide/section_neutron-controller-node.xml:394(para) ./doc/install-guide/section_neutron-controller-node.xml:410(para) ./doc/install-guide/section_neutron-network-node.xml:407(para) ./doc/install-guide/section_neutron-network-node.xml:430(para) ./doc/install-guide/section_neutron-network-node.xml:506(para) ./doc/install-guide/section_trove-install.xml:231(para) ./doc/install-guide/section_nova-networking-controller-node.xml:31(para) ./doc/install-guide/section_nova-compute-install.xml:198(para) ./doc/install-guide/section_heat-install.xml:272(para) ./doc/install-guide/section_ceilometer-glance.xml:26(para) ./doc/install-guide/section_basics-queue.xml:49(para) ./doc/install-guide/section_ceilometer-controller.xml:26(para) ./doc/install-guide/section_ceilometer-controller.xml:78(para) ./doc/install-guide/section_ceilometer-controller.xml:360(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:68(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:106(para) ./doc/install-guide/object-storage/section_swift-storage-node.xml:169(para) ./doc/install-guide/object-storage/section_start-storage-node-services.xml:22(para) msgid "On SLES:" msgstr "" -#: ./doc/install-guide/section_keystone-install.xml:214(para) ./doc/install-guide/section_basics-database.xml:25(para) ./doc/install-guide/section_basics-database.xml:79(para) ./doc/install-guide/section_ceilometer-swift.xml:65(para) ./doc/install-guide/section_ceilometer-nova.xml:38(para) ./doc/install-guide/section_ceilometer-nova.xml:115(para) ./doc/install-guide/section_ceilometer-cinder.xml:29(para) ./doc/install-guide/section_ceilometer-cinder.xml:36(para) ./doc/install-guide/section_cinder-storage-node.xml:269(para) ./doc/install-guide/section_cinder-controller-node.xml:263(para) ./doc/install-guide/section_basics-ntp.xml:63(para) ./doc/install-guide/section_basics-ntp.xml:105(para) ./doc/install-guide/section_nova-controller-install.xml:277(para) ./doc/install-guide/section_nova-networking-compute-node.xml:66(para) ./doc/install-guide/section_glance-install.xml:279(para) ./doc/install-guide/section_dashboard-install.xml:138(para) ./doc/install-guide/section_neutron-compute-node.xml:212(para) ./doc/install-guide/section_neutron-compute-node.xml:300(para) ./doc/install-guide/section_neutron-compute-node.xml:312(para) ./doc/install-guide/section_neutron-controller-node.xml:398(para) ./doc/install-guide/section_neutron-controller-node.xml:413(para) ./doc/install-guide/section_neutron-network-node.xml:409(para) ./doc/install-guide/section_neutron-network-node.xml:433(para) ./doc/install-guide/section_neutron-network-node.xml:516(para) ./doc/install-guide/section_trove-install.xml:238(para) ./doc/install-guide/section_nova-networking-controller-node.xml:35(para) ./doc/install-guide/section_nova-compute-install.xml:203(para) ./doc/install-guide/section_heat-install.xml:279(para) ./doc/install-guide/section_ceilometer-glance.xml:29(para) ./doc/install-guide/section_basics-queue.xml:52(para) ./doc/install-guide/section_ceilometer-controller.xml:24(para) ./doc/install-guide/section_ceilometer-controller.xml:81(para) ./doc/install-guide/section_ceilometer-controller.xml:373(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:72(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:118(para) ./doc/install-guide/object-storage/section_swift-storage-node.xml:172(para) ./doc/install-guide/object-storage/section_start-storage-node-services.xml:28(para) +#: ./doc/install-guide/section_keystone-install.xml:214(para) ./doc/install-guide/section_basics-database.xml:25(para) ./doc/install-guide/section_basics-database.xml:79(para) ./doc/install-guide/section_ceilometer-swift.xml:65(para) ./doc/install-guide/section_ceilometer-nova.xml:38(para) ./doc/install-guide/section_ceilometer-nova.xml:115(para) ./doc/install-guide/section_ceilometer-cinder.xml:29(para) ./doc/install-guide/section_ceilometer-cinder.xml:36(para) ./doc/install-guide/section_cinder-storage-node.xml:269(para) ./doc/install-guide/section_cinder-controller-node.xml:263(para) ./doc/install-guide/section_basics-ntp.xml:63(para) ./doc/install-guide/section_basics-ntp.xml:105(para) ./doc/install-guide/section_nova-controller-install.xml:277(para) ./doc/install-guide/section_nova-networking-compute-node.xml:66(para) ./doc/install-guide/section_glance-install.xml:279(para) ./doc/install-guide/section_dashboard-install.xml:138(para) ./doc/install-guide/section_neutron-compute-node.xml:212(para) ./doc/install-guide/section_neutron-compute-node.xml:300(para) ./doc/install-guide/section_neutron-compute-node.xml:312(para) ./doc/install-guide/section_neutron-controller-node.xml:398(para) ./doc/install-guide/section_neutron-controller-node.xml:413(para) ./doc/install-guide/section_neutron-network-node.xml:409(para) ./doc/install-guide/section_neutron-network-node.xml:433(para) ./doc/install-guide/section_neutron-network-node.xml:516(para) ./doc/install-guide/section_trove-install.xml:238(para) ./doc/install-guide/section_nova-networking-controller-node.xml:35(para) ./doc/install-guide/section_nova-compute-install.xml:203(para) ./doc/install-guide/section_heat-install.xml:279(para) ./doc/install-guide/section_ceilometer-glance.xml:29(para) ./doc/install-guide/section_basics-queue.xml:52(para) ./doc/install-guide/section_ceilometer-controller.xml:24(para) ./doc/install-guide/section_ceilometer-controller.xml:81(para) ./doc/install-guide/section_ceilometer-controller.xml:373(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:73(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:119(para) ./doc/install-guide/object-storage/section_swift-storage-node.xml:172(para) ./doc/install-guide/object-storage/section_start-storage-node-services.xml:28(para) msgid "On openSUSE:" msgstr "" @@ -4574,7 +4574,7 @@ msgid "Zone (optional): A logically separate section of the cluster, related to msgstr "" #: ./doc/install-guide/object-storage/section_swift-example-arch.xml:38(para) -msgid "Region (optional): A logically separate section of the cluster, representing distinct physical locations such as cities or countries. Similar to zones but representing physical locations of portions of the cluster rather than logical segments." +msgid "Region (optional): A logically separate section of the cluster, representing distinct physical locations such as cities or countries. Similar to zones, but representing physical locations of portions of the cluster rather than logical segments." msgstr "" #: ./doc/install-guide/object-storage/section_swift-example-arch.xml:45(para) @@ -4756,7 +4756,7 @@ msgid "Configure hashes and default storage policy" msgstr "" #: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:11(para) -msgid "Obtain the /etc/swift/swift.conf file from the Object Storage repository:" +msgid "Obtain the /etc/swift/swift.conf file from the Object Storage source repository:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:17(para) @@ -4776,42 +4776,42 @@ msgid "HASH_PATH_SUFFIX" msgstr "" #: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:27(para) -msgid "Replace HASH_PATH_PREFIX and HASH_PATH_SUFFIX with a unique values that remain a secret." +msgid "Replace HASH_PATH_PREFIX and HASH_PATH_SUFFIX with unique values." msgstr "" #: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:31(para) -msgid "Do not change or lose these values!" +msgid "Keep these values secret and do not change or lose them." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:35(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:36(para) msgid "In the [storage-policy:0] section, configure the default storage policy:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:45(para) -msgid "Copy the swift.conf file to the /etc/swift directory on each storage and additional nodes running the proxy service." +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:46(para) +msgid "Copy the swift.conf file to the /etc/swift directory on each storage node and any additional nodes running the proxy service." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:50(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:51(para) msgid "On all nodes, ensure proper ownership of the configuration directory:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:55(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:56(para) msgid "On the controller node and any other nodes running the proxy service, restart the Object Storage proxy service including its dependencies:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:62(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:63(para) msgid "On the controller node and any other nodes running the proxy service, start the Object Storage proxy service including its dependencies and configure them to start when the system boots:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:77(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:78(para) msgid "On the storage nodes, start the Object Storage services:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:80(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:81(para) msgid "The storage node runs many Object Storage services and the command makes them easier to manage. You can ignore errors from services not running on the storage node." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:87(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:103(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:88(para) ./doc/install-guide/object-storage/section_swift-finalize-installation.xml:104(para) msgid "On the storage nodes, start the Object Storage services and configure them to start when the system boots:" msgstr "" @@ -4912,7 +4912,7 @@ msgid "Install and configure the storage nodes" msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml:8(para) -msgid "This section describes how to install and configure storage nodes for the Object Storage service. For simplicity, this configuration references two storage nodes, each containing two empty local block storage devices. Each of the devices, /dev/sdb and /dev/sdc, must contain a suitable partition table with one partition occupying the entire device. Although the Object Storage service supports any file system with extended attributes (xattr), testing and benchmarking indicates the best performance and reliability on XFS. For more information on horizontally scaling your environment, see the Deployment Guide." +msgid "This section describes how to install and configure storage nodes that operate the account, container, and object services. For simplicity, this configuration references two storage nodes, each containing two empty local block storage devices. Each of the devices, /dev/sdb and /dev/sdc, must contain a suitable partition table with one partition occupying the entire device. Although the Object Storage service supports any file system with extended attributes (xattr), testing and benchmarking indicate the best performance and reliability on XFS. For more information on horizontally scaling your environment, see the Deployment Guide." msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml:23(para) @@ -4960,7 +4960,7 @@ msgid "Format the /dev/sdb1 and /dev/sdc1 msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml:93(para) -msgid "Create the mount directory structure:" +msgid "Create the mount point directory structure:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml:98(para) @@ -5020,7 +5020,7 @@ msgid "Edit the /etc/swift/account-server.conf, / msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml:208(para) -msgid "In the [DEFAULT] section, configure the bind port, bind address, user, configuration directory, and mount point directory:" +msgid "In the [DEFAULT] section, configure the bind IP address, bind port, user, configuration directory, and mount point directory:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml:224(para) ./doc/install-guide/object-storage/section_swift-controller-node.xml:130(para) @@ -5032,7 +5032,7 @@ msgid "For more information on other modules that enable additional features, se msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml:236(para) -msgid "In the [filter:recon] section, configure the recon cache directory:" +msgid "In the [filter:recon] section, configure the recon (metrics) cache directory:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml:245(para) @@ -5059,15 +5059,15 @@ msgstr "" msgid "The account server uses the account ring to maintain lists of containers." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:24(title) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:70(title) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:117(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:24(title) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:78(title) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:133(title) msgid "To create the ring" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:26(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:72(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:119(para) ./doc/install-guide/object-storage/section_swift-verify.xml:12(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:26(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:80(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:135(para) ./doc/install-guide/object-storage/section_swift-verify.xml:12(para) msgid "Perform these steps on the controller node." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:29(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:75(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:122(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:29(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:83(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:138(para) msgid "Change to the /etc/swift directory." msgstr "" @@ -5075,71 +5075,71 @@ msgstr "" msgid "Create the base account.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:36(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:83(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:129(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:36(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:91(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:145(para) msgid "Add each storage node to the ring:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:85(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:131(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:93(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:147(replaceable) msgid "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:85(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:131(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:93(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:147(replaceable) msgid "DEVICE_NAME" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:85(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:131(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:93(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:147(replaceable) msgid "DEVICE_WEIGHT" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:39(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:86(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:132(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:39(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:94(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:148(para) msgid "Replace STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS with the IP address of the management network on the storage node. Replace DEVICE_NAME with a storage device name on the same storage node. For example, using the first storage node in with the /dev/sdb1 storage device and weight of 100:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:48(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:95(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:141(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:48(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:103(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:157(para) msgid "Repeat this command for each storage device on each storage node. The example architecture requires four variations of this command." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:53(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:100(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:146(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:53(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:108(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:162(para) msgid "Verify the ring contents:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:57(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:104(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:150(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:65(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:120(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:174(para) msgid "Rebalance the ring:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:60(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:107(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:153(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:68(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:123(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:177(para) msgid "This process can take a while." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:66(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:74(title) msgid "Container ring" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:67(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:75(para) msgid "The container server uses the container ring to maintain lists of objects. However, it does not track object locations." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:78(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:86(para) msgid "Create the base container.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:113(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:129(title) msgid "Object ring" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:114(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:130(para) msgid "The object server uses the object ring to maintain lists of object locations on local devices." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:125(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:141(para) msgid "Create the base object.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:159(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:183(title) msgid "Distribute ring configuration files" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:160(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:184(para) msgid "Copy the account.ring.gz, container.ring.gz, and object.ring.gz files to the /etc/swift directory on each storage node and any additional nodes running the proxy service." msgstr "" @@ -5196,7 +5196,7 @@ msgid "Install and configure the controller node" msgstr "" #: ./doc/install-guide/object-storage/section_swift-controller-node.xml:8(para) -msgid "This section describes how to install and configure the proxy service that handles requests for the account, container, and object services that reside on the storage nodes. For simplicity, this guide installs and configures the proxy service on the controller node. However, you can run the proxy service on any node with network connectivity to the storage nodes. Additionally, you can install and configure the proxy service on multiple nodes to increase performance and redundancy. For more information, see the Deployment Guide." +msgid "This section describes how to install and configure the proxy service that handles requests for the account, container, and object services operating on the storage nodes. For simplicity, this guide installs and configures the proxy service on the controller node. However, you can run the proxy service on any node with network connectivity to the storage nodes. Additionally, you can install and configure the proxy service on multiple nodes to increase performance and redundancy. For more information, see the Deployment Guide." msgstr "" #: ./doc/install-guide/object-storage/section_swift-controller-node.xml:20(para) diff --git a/doc/install-guide/locale/ja.po b/doc/install-guide/locale/ja.po index a399cd3702..0ba94f2103 100644 --- a/doc/install-guide/locale/ja.po +++ b/doc/install-guide/locale/ja.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-11-07 13:28+0000\n" -"PO-Revision-Date: 2014-11-07 13:02+0000\n" +"POT-Creation-Date: 2014-11-11 02:33+0000\n" +"PO-Revision-Date: 2014-11-10 16:02+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -477,8 +477,8 @@ msgstr "Identity のサービスを起動し、システム起動時に起動す #: ./doc/install-guide/section_ceilometer-controller.xml26(para) #: ./doc/install-guide/section_ceilometer-controller.xml78(para) #: ./doc/install-guide/section_ceilometer-controller.xml360(para) -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml67(para) -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml105(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml68(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml106(para) #: ./doc/install-guide/object-storage/section_swift-storage-node.xml169(para) #: ./doc/install-guide/object-storage/section_start-storage-node-services.xml22(para) msgid "On SLES:" @@ -517,8 +517,8 @@ msgstr "SLES の場合:" #: ./doc/install-guide/section_ceilometer-controller.xml24(para) #: ./doc/install-guide/section_ceilometer-controller.xml81(para) #: ./doc/install-guide/section_ceilometer-controller.xml373(para) -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml72(para) -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml118(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml73(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml119(para) #: ./doc/install-guide/object-storage/section_swift-storage-node.xml172(para) #: ./doc/install-guide/object-storage/section_start-storage-node-services.xml28(para) msgid "On openSUSE:" @@ -7369,10 +7369,10 @@ msgstr "" #: ./doc/install-guide/object-storage/section_swift-example-arch.xml38(para) msgid "" "Region (optional): A logically separate section of the cluster, representing" -" distinct physical locations such as cities or countries. Similar to zones " +" distinct physical locations such as cities or countries. Similar to zones, " "but representing physical locations of portions of the cluster rather than " "logical segments." -msgstr "リージョン (オプション): 都市や国のような物理位置を区別して表現する、クラスターの論理的に分割されたセクション。ゾーンと似ていますが、論理的な区切りではなく、クラスターのメンバーの物理的な位置を表現します。" +msgstr "" #: ./doc/install-guide/object-storage/section_swift-example-arch.xml45(para) msgid "" @@ -7638,7 +7638,7 @@ msgstr "" #: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml11(para) msgid "" "Obtain the /etc/swift/swift.conf file from the Object " -"Storage repository:" +"Storage source repository:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml17(para) @@ -7664,57 +7664,56 @@ msgstr "" #: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml27(para) msgid "" "Replace HASH_PATH_PREFIX and " -"HASH_PATH_SUFFIX with a unique values that remain" -" a secret." +"HASH_PATH_SUFFIX with unique values." msgstr "" #: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml31(para) -msgid "Do not change or lose these values!" +msgid "Keep these values secret and do not change or lose them." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml35(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml36(para) msgid "" "In the [storage-policy:0] section, configure the default " "storage policy:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml45(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml46(para) msgid "" "Copy the swift.conf file to the " -"/etc/swift directory on each storage and additional nodes" -" running the proxy service." +"/etc/swift directory on each storage node and any " +"additional nodes running the proxy service." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml50(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml51(para) msgid "On all nodes, ensure proper ownership of the configuration directory:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml55(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml56(para) msgid "" "On the controller node and any other nodes running the proxy service, " "restart the Object Storage proxy service including its dependencies:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml62(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml63(para) msgid "" "On the controller node and any other nodes running the proxy service, start " "the Object Storage proxy service including its dependencies and configure " "them to start when the system boots:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml77(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml78(para) msgid "On the storage nodes, start the Object Storage services:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml80(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml81(para) msgid "" "The storage node runs many Object Storage services and the " "command makes them easier to manage. You can ignore errors from services not" " running on the storage node." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml87(para) -#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml103(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml88(para) +#: ./doc/install-guide/object-storage/section_swift-finalize-installation.xml104(para) msgid "" "On the storage nodes, start the Object Storage services and configure them " "to start when the system boots:" @@ -7856,16 +7855,16 @@ msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml8(para) msgid "" -"This section describes how to install and configure storage nodes for the " -"Object Storage service. For simplicity, this configuration references two " -"storage nodes, each containing two empty local block storage devices. Each " -"of the devices, /dev/sdb and /dev/sdc," -" must contain a suitable partition table with one partition occupying the " -"entire device. Although the Object Storage service supports any file system " -"with extended attributes (xattr), testing and " -"benchmarking indicates the best performance and reliability on " -"XFS. For more information on horizontally scaling " -"your environment, see the /dev/sdb and " +"/dev/sdc, must contain a suitable partition table with " +"one partition occupying the entire device. Although the Object Storage " +"service supports any file system with extended attributes " +"(xattr), testing and benchmarking indicate the best performance " +"and reliability on XFS. For more information on " +"horizontally scaling your environment, see the Deployment" " Guide." msgstr "" @@ -7925,7 +7924,7 @@ msgid "" msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml93(para) -msgid "Create the mount directory structure:" +msgid "Create the mount point directory structure:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml98(para) @@ -8008,8 +8007,8 @@ msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml208(para) msgid "" -"In the [DEFAULT] section, configure the bind port, bind " -"address, user, configuration directory, and mount point directory:" +"In the [DEFAULT] section, configure the bind IP address, " +"bind port, user, configuration directory, and mount point directory:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml224(para) @@ -8030,8 +8029,8 @@ msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml236(para) msgid "" -"In the [filter:recon] section, configure the recon cache " -"directory:" +"In the [filter:recon] section, configure the recon " +"(metrics) cache directory:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-storage-node.xml245(para) @@ -8072,21 +8071,21 @@ msgid "" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml24(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml70(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml117(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml133(title) msgid "To create the ring" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml26(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml72(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml119(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml80(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(para) #: ./doc/install-guide/object-storage/section_swift-verify.xml12(para) msgid "Perform these steps on the controller node." msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml29(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml75(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml122(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml138(para) msgid "Change to the /etc/swift directory." msgstr "" @@ -8095,32 +8094,32 @@ msgid "Create the base account.builder file:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml36(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml91(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml145(para) msgid "Add each storage node to the ring:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml85(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml131(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) msgid "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml85(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml131(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) msgid "DEVICE_NAME" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml85(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml131(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) msgid "DEVICE_WEIGHT" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml39(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml132(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml148(para) msgid "" "Replace " "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS with" @@ -8132,64 +8131,64 @@ msgid "" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml48(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml95(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml103(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml157(para) msgid "" "Repeat this command for each storage device on each storage node. The " "example architecture requires four variations of this command." msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml53(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml100(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml146(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml108(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml162(para) msgid "Verify the ring contents:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml57(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml104(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml150(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml65(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml120(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml174(para) msgid "Rebalance the ring:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml60(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml107(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml123(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml177(para) msgid "This process can take a while." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml66(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml74(title) msgid "Container ring" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml67(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml75(para) msgid "" "The container server uses the container ring to maintain lists of objects. " "However, it does not track object locations." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) msgid "Create the base container.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml113(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(title) msgid "Object ring" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml114(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml130(para) msgid "" "The object server uses the object ring to maintain lists of object locations" " on local devices." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml125(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) msgid "Create the base object.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml159(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(title) msgid "Distribute ring configuration files" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml160(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml184(para) msgid "" "Copy the account.ring.gz, " "container.ring.gz, and " @@ -8262,9 +8261,9 @@ msgstr "" #: ./doc/install-guide/object-storage/section_swift-controller-node.xml8(para) msgid "" "This section describes how to install and configure the proxy service that " -"handles requests for the account, container, and object services that reside" -" on the storage nodes. For simplicity, this guide installs and configures " -"the proxy service on the controller node. However, you can run the proxy " +"handles requests for the account, container, and object services operating " +"on the storage nodes. For simplicity, this guide installs and configures the" +" proxy service on the controller node. However, you can run the proxy " "service on any node with network connectivity to the storage nodes. " "Additionally, you can install and configure the proxy service on multiple " "nodes to increase performance and redundancy. For more information, see the "