diff --git a/api-quick-start/locale/fr.po b/api-quick-start/locale/fr.po index efef7a73e..f3047e20a 100644 --- a/api-quick-start/locale/fr.po +++ b/api-quick-start/locale/fr.po @@ -1,11 +1,13 @@ # # Translators: +# François Bureau , 2014 +# cloudwatt_l10n , 2014 msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-10 07:21+0000\n" -"Last-Translator: openstackjenkins \n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 16:05+0000\n" +"Last-Translator: François Bureau \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -15,7 +17,7 @@ msgstr "" #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml8(title) msgid "OpenStack API Quick Start" -msgstr "" +msgstr "Démarrage rapide pour l'API OpenStack" #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml10(para) msgid "" @@ -25,7 +27,7 @@ msgid "" "Telemetry. With the TryStack " "OpenStack installation, these services work together in the background of " "the installation." -msgstr "" +msgstr "Bien que vous installiez chaque service d'OpenStack séparément, les services d'OpenStack travaillent ensemble pour répondre à vos besoins du cloud: Identité, Service d'Images, Stockage Block, Réseaux, Stockage d'objets, Orchestration, et télémétrie. Ces services tournent en arrière-plan avec l'iinstallation OpenStack TryStack." #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml17(para) msgid "" @@ -33,21 +35,21 @@ msgid "" "APIs to create and manage resources in your OpenStack cloud. You can launch " "instances from images and assign metadata to instances through the Compute " "API or the nova command-line client." -msgstr "" +msgstr "Après avoir authentifié via l'Identité, vous pouvez utiliser d'autres APIs OpenStack pour créer et gérer les ressources dans votre cloud OpenStack. Vous pouvez lancer des instances depuis des images et attribuer des métadonnées aux instances via l'API Compute ou le client de ligne de commande nova. " #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml22(para) msgid "To begin sending API requests, use one of the following methods:" -msgstr "" +msgstr "Pour commencer à envoyer des requêtes API, utilisez une des méthodes suivantes:" #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml26(emphasis) msgid "cURL" -msgstr "" +msgstr "cURL" #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml27(para) msgid "" "A command-line tool that lets you send HTTP requests and receive responses. " "See ." -msgstr "" +msgstr "Un outil de ligne de commande qui vous permet d'envoyer les requêtes HTTP et recevoir des réponses. Consultez ." #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml32(emphasis) #: ./api-quick-start/src/docbkx/cli-uses.xml6(title) @@ -59,11 +61,11 @@ msgid "" "Each OpenStack project provides a command-line client that enables you to " "access its API through easy-to-use commands. See ." -msgstr "" +msgstr "Chaque projet d'OpenStack fournisse un client de ligne de commande qui vous permet d'accéder à ces API via des commandes faciles à utiliser. Consultez ." #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml40(emphasis) msgid "REST clients" -msgstr "" +msgstr "Clients REST" #: ./api-quick-start/src/docbkx/api-quick-start-onepager.xml41(para) msgid "" @@ -71,14 +73,14 @@ msgid "" " For Firefox, see RESTClient. For Chrome, see rest-client." -msgstr "" +msgstr "Mozilla et Google fournissent des interfaces graphique basé sur les navigateurs pour REST. Pour Firefox, consultez RESTClient. Pour Chrome, consultez rest-client." #: ./api-quick-start/src/docbkx/cli-uses.xml7(para) msgid "" "For scripting work, you can use a command-line client like the python-novaclient client. This client enables " "you to use the Compute API through a command-line interface." -msgstr "" +msgstr "Pour faire du travail de scripting, vous pouvez utiliser un client de ligne de commande comme le client python-novaclient. Ce client vous permet d'utiliser l'API Compute via une interface de ligne de commande. " #: ./api-quick-start/src/docbkx/cli-uses.xml11(para) msgid "" @@ -86,7 +88,7 @@ msgid "" "href=\"http://docs.openstack.org/cli-" "reference/content/\">OpenStack Command Line Interface " "Reference." -msgstr "" +msgstr "Pour des informations sur les clients de ligne de commande, consultez OpenStack Command Line Interface Reference." #: ./api-quick-start/src/docbkx/cli-uses.xml16(title) msgid "Install the clients" @@ -109,82 +111,82 @@ msgid "" "Guide, and OpenStack Command Line Interface " "Reference." -msgstr "" +msgstr "Utilisez pour installer les clients OpenStack sur des systèmes Mac OS X ou Linux. C'est facile à utiliser et il vous permet d'avoir la version du client la plus récente depuis le Python Package Index. En plus, vous permet de mettre à jour, ou enlever un package. Après avoir installé les clients, vous devez sourcer un fichier openrc pour fixer les variables de l'environnement requis afin d'être capable de demander des services d'OpenStack via les clients ou les APIs. Pour des informations exhaustives concernant les clients d'OpenStack, y compris comment sourcer le fichier openrc, consultez OpenStack End User Guide, OpenStack Admin User Guide, and OpenStack Command Line Interface Reference." #: ./api-quick-start/src/docbkx/cli-uses.xml43(para) msgid "You must install each client separately." -msgstr "" +msgstr "Vous devez installer chaque client séparément." #: ./api-quick-start/src/docbkx/cli-uses.xml44(para) msgid "Run the following command to install or update a client package:" -msgstr "" +msgstr "Pour installer ou mettre à jour le paquet d'un client, exécutez la commande suivante : " #: ./api-quick-start/src/docbkx/cli-uses.xml46(replaceable) msgid "PROJECT" -msgstr "" +msgstr "PROJECT" #: ./api-quick-start/src/docbkx/cli-uses.xml47(para) msgid "Where PROJECT is the project name." -msgstr "" +msgstr "Remplacez PROJECT par le nom du composant OpenStack." #: ./api-quick-start/src/docbkx/cli-uses.xml49(para) msgid "For example, to install the nova client, run the following command:" -msgstr "" +msgstr "Par exemple, pour installer le client nova, exécutez la commande suivante :" #: ./api-quick-start/src/docbkx/cli-uses.xml52(para) msgid "To update the nova client, run the following command:" -msgstr "" +msgstr "Pour mettre à jour le client nova, exécutez la commande suivante :" #: ./api-quick-start/src/docbkx/cli-uses.xml55(para) msgid "To remove the nova client, run the following command:" -msgstr "" +msgstr "Pour supprimer le client nova, exécutez la commande suivante :" #: ./api-quick-start/src/docbkx/cli-uses.xml58(para) msgid "" "Before you can issue client commands, you must download and source the " "openrc file to set environment variables." -msgstr "" +msgstr "Avant que vous fassiez part des commandes clientes, vous devez télécharger et sourcer le fichier openrc pour fixer les variables d'environnement." #: ./api-quick-start/src/docbkx/cli-uses.xml63(title) msgid "Launch an instance" -msgstr "" +msgstr "Lancer une instance" #: ./api-quick-start/src/docbkx/cli-uses.xml64(para) msgid "" "To launch instances, you must choose a name, an image, and a flavor for your" " instance." -msgstr "" +msgstr "Pour lancer des instances, vous devez choisir un nom, une image et un type d'instance." #: ./api-quick-start/src/docbkx/cli-uses.xml66(para) msgid "" "To list available images, call the Compute API through the nova client, as " "follows:" -msgstr "" +msgstr "Pour lister les images disponibles, faites l'appel suivant sur l'API Compute via le client nova :" #: ./api-quick-start/src/docbkx/cli-uses.xml76(para) msgid "To list flavors, run the following command:" -msgstr "" +msgstr "Pour lister les types d'instance, exécutez la commande suivante :" #: ./api-quick-start/src/docbkx/cli-uses.xml89(para) msgid "To launch an instance, note the IDs of your desired image and flavor." -msgstr "" +msgstr "Pour lancer une instance, notez les IDs de l'image et du type d'instance que vous souhaitez utiliser. " #: ./api-quick-start/src/docbkx/cli-uses.xml91(para) msgid "" "To launch an instance named my_instance, run the " " command with the image and flavor IDs and the server name, " "as follows:" -msgstr "" +msgstr "Pour lancer une instance qui s'appelle my_instance, exécutez la commande avec les IDs de l'image et du type d'instance, et en plus avec le nom du serveur, comme suit:" #: ./api-quick-start/src/docbkx/cli-uses.xml126(para) msgid "Use the command to view your server:" -msgstr "" +msgstr "Utilisez la commande pour voir votre serveur:" #: ./api-quick-start/src/docbkx/cli-uses.xml134(para) msgid "" "To view details for a specified server, use the command. " "Include the ID of the server:" -msgstr "" +msgstr "Pour voir les détails d'un serveur spécifié, utilisez la commande . Iincluez l'ID du serveur:" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml6(title) msgid "OpenStack APIs" @@ -196,7 +198,7 @@ msgid "" "authentication request to OpenStack Identity to acquire an authentication " "token. To request an authentication token, you must supply a payload of " "credentials in the authentication request." -msgstr "" +msgstr "Pour authentifier l'accès aux services OpenStack, vous devez d'abord faire part une requête d'authentification à l'identité OpenStack pour acquérir un token d'authentification. Pour demander un token d'authentification, vous devez fournir une charge d'utile des informations d'authentification (credentials) dans la requête." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml12(para) msgid "" @@ -205,7 +207,7 @@ msgid "" "cloud administrator for your user name, password, and tenant so that you can" " generate authentication tokens. Alternatively, you can supply a token " "rather than a user name and password." -msgstr "" +msgstr "Les informations d'identification (credentials) sont généralement une combinaison de votre nom d'utilisateur, de votre mot de passe et en option, le nom et l'ID du tenant dans lequel votre Cloud s'exécute. Demandez à votre administrateur de cloud votre nom d'utilisateur, votre mot de passe et votre tenant pour que vous puissiez créer des tokens d'authentification. Sinon, vous pouvez fournir un token au lieu d'un nom d'utilisateur et mot de passe. " #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml18(para) msgid "" @@ -214,17 +216,17 @@ msgid "" "get a token for each service. A token is valid for a limited time before it " "expires. A token can also become invalid for other reasons. For example, if " "the roles for a user change, existing tokens for that user are invalid." -msgstr "" +msgstr "Quand vous envoyez des requêtes API, il faut inclure le token dans le header X-Auth-Token. Si vous accédez à plusieurs services OpenStack, vous aurez besoin d'un token pour chaque service. Un token est valide pendant un temps limité avant son expiration. Un token peut également devenir non valide pour d'autres raisons. Par exemple, si les rôles d'un utilisateur changent, les tokens existant seront invalidés." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml26(title) msgid "Authentication and API request workflow" -msgstr "" +msgstr "Workflow d'authentification et des requêtes API." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml28(para) msgid "" "Request an authentication token from the Identity endpoint that your cloud " "administrator gave you. Send a payload of credentials in the request:" -msgstr "" +msgstr "Demander un token d'authentification depuis le point de terminaison d'identité que votre administrateur vous a donné. Envoyez une charge d'utile des informations d'identification (credentials) dans la requête. " #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml38(th) msgid "Parameter" @@ -240,88 +242,88 @@ msgstr "Description" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml45(td) msgid "username (Optional)" -msgstr "" +msgstr "nom d'utilisateur (Optionnel)" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml46(td) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml53(td) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml58(td) msgid "xsd:string" -msgstr "" +msgstr "xsd:string" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml47(td) msgid "" "The user name. If you do not provide a user name and password, you must " "provide a token." -msgstr "" +msgstr "Le nom d'utilisateur. Si vous ne fournissez pas de nom d'utilisateur et de mot de passe, vous devrez fournir un token." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml52(td) msgid "password (Optional)" -msgstr "" +msgstr "password (Optionnel)" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml54(td) msgid "The password for the user." -msgstr "" +msgstr "Le mot de passe de l'utilisateur." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml57(td) msgid "tenantName (Optional)" -msgstr "" +msgstr "tenantName (Optionnel)" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml60(parameter) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml72(parameter) msgid "tenantId" -msgstr "" +msgstr "tenantId" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml61(parameter) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml73(parameter) msgid "tenantName" -msgstr "Nomlocataire" +msgstr "tenantName" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml65(errorcode) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml77(errorcode) msgid "400" -msgstr "" +msgstr "400" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml66(errorname) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml78(errorname) msgid "Bad Request" -msgstr "" +msgstr "Requête Incorrecte" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml59(td) msgid "" "The tenant name. Both the and are " "optional, but should not be specified together. If both attributes are " "specified, the server responds with a ." -msgstr "" +msgstr "Le nom du tenant. et sont les deux en option, mais ils ne devraient pas être spécifiés ensemble. Si les deux attributs sont spécifiés, le serveur répondra avec un ." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml69(td) msgid "tenantId (Optional)" -msgstr "" +msgstr "tenantId (Optionnel)" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml70(td) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml82(td) msgid "capi:UUID" -msgstr "" +msgstr "capi:UUID" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml71(td) msgid "" "The tenant ID. Both the and are optional, " "but should not be specified together. If both attributes are specified, the " "server responds with a ." -msgstr "" +msgstr "L'ID tenant. et sont les deux en option, mais ils ne devraient pas être spécifiés ensemble. Si les deux attributs sont spécifiés, le serveur répondra avec un ." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml81(td) msgid "token (Optional)" -msgstr "" +msgstr "token (Optionnel)" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml83(td) msgid "" "A token. If you do not provide a token, you must provide a user name and " "password." -msgstr "" +msgstr "Un token. Si vous ne fournissez pas de token, vous devez fournir un nom d'utilisateur et un mot de passe." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml89(para) msgid "If the request succeeds, the server returns an authentication token." -msgstr "" +msgstr "Si la requête réussit, le serveur rendra un token d'authentification." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml93(para) msgid "" @@ -329,13 +331,13 @@ msgid "" "Token header. Continue to send API requests with that token until " "the job completes or a " "401Unauthorized error occurs." -msgstr "" +msgstr "Envoyez des requêtes API et incluez le token en-tête X-Auth-Token. Continuez à envoyer des requêtes API avec ce token jusqu'à la fin du tache ou jusqu'au moment où un erreur 401Unauthorized se produit. " #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml101(para) msgid "" "If the 401Unauthorized error " "occurs, request another token." -msgstr "" +msgstr "Si l'erreur 401Unauthorized se prouduit, demander un autre token." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml106(para) msgid "" @@ -344,17 +346,17 @@ msgid "" "information about the OpenStack APIs, see OpenStack API " "Reference." -msgstr "" +msgstr "Les exemples montrés dans cette section utilisent les commandes cURL. Pour des renseignements sur cURL, consultez http://curl.haxx.se/. Pour des renseignements sur les APIs OpenStack, consultez OpenStack API Reference." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml115(title) msgid "Authenticate" -msgstr "" +msgstr "Authentification" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml116(para) msgid "" "For a typical OpenStack deployment that runs Identity, use a cURL command " "like the following command to request a token:" -msgstr "" +msgstr "Sur une implémentation d'OpenStack typique qui utilise l'identification, utilisez une commande cURL suivante pour demander un token :" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml120(para) msgid "" @@ -363,21 +365,21 @@ msgid "" "\"id\":\"token\" and an expiration " "date and time in the form " "\"expires\":\"datetime\"." -msgstr "" +msgstr "Si la requête réussit, vous recevrez une réponse 200 OK suivie par un corps qui comporte un token sous la forme de \"id\":\"token\" avec la date et l'heure d'expiration sous la forme de \"expires\":\"datetime\"." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml126(para) msgid "The following example shows a successful response:" -msgstr "" +msgstr "L'exemple suivant montre une réponse réussie:" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml135(para) msgid "" "If you do not know your tenant name or ID, you can send an authentication " "request with an empty tenant, as follows:" -msgstr "" +msgstr "Si vous ne connaissez ni votre nom du tenant ni votre ID, vous pouvez envoyer une requête d'authentification avec un tenant vide, comme suit: " #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml142(title) msgid "Send API requests" -msgstr "" +msgstr "Envoyer des requêtes API" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml143(para) msgid "" @@ -387,31 +389,31 @@ msgid "" "APIs. For a complete list of Compute API calls, see Compute APIs and " "Extensions." -msgstr "" +msgstr "Cette section vous montre comment faire des appels d'API d'identité et d'API de compute. Pour voir une liste exhaustive des appels d'API d'identité, consultez Identity APIs. Pour voir une liste exhaustive des appels d'API de compute, consultez Compute APIs and Extensions." #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml151(para) msgid "Use the Identity API to request a list of tenants, as follows:" -msgstr "" +msgstr "Utilisez l'API d'identification pour demander la liste des tenants :" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml153(replaceable) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml157(replaceable) #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml160(replaceable) msgid "token" -msgstr "jeton" +msgstr "token" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml155(para) msgid "Use the Identity API to request a list of endpoints, as follows:" -msgstr "" +msgstr "Utilisez l'API d'identification pour demander une liste des points de terminaison (endpoints) :" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml159(para) msgid "Use the Compute API to list servers, as follows:" -msgstr "" +msgstr "Utilisez l'API Compute pour lister des serveurs :" #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml160(replaceable) msgid "tenant_id" -msgstr "" +msgstr "tenant_id" #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 #: ./api-quick-start/src/docbkx/api-quick-start-intro.xml0(None) msgid "translator-credits" -msgstr "Olivier Buisson , 2012" +msgstr "Olivier Buisson , 2012\nNicholas Elvidge , 2014\nFrançois Bureau , 2014" diff --git a/api-ref/locale/api-ref.pot b/api-ref/locale/api-ref.pot index 55256b069..0d6c8ee33 100644 --- a/api-ref/locale/api-ref.pot +++ b/api-ref/locale/api-ref.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-04-13 06:03+0000\n" +"POT-Creation-Date: 2014-04-18 06:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,31 +29,31 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:44(para) msgid "Performs non-lifecycle operations on the stack. Specify the action in the request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml:130(title) msgid "Software configuration" msgstr "" @@ -77,7 +77,7 @@ msgstr "" msgid "Databases" msgstr "" -#: ./api-ref/src/docbkx/ch_databases-v1.xml:71(title) ./api-ref/src/docbkx/ch_identity-v3.xml:142(title) +#: ./api-ref/src/docbkx/ch_databases-v1.xml:71(title) ./api-ref/src/docbkx/ch_identity-v3.xml:139(title) msgid "Users" msgstr "" @@ -169,39 +169,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml:210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml:207(para) msgid "Manage policies." msgstr "" @@ -899,64 +899,92 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:25(title) -msgid "Ports binding extended attributes (ports)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:31(para) +msgid "Enables administrative users to specify how an OpenStack Networking network object is mapped to the underlying networking infrastructure. Also, enables administrative users to view such attributes when they query networks. To this aim, this extension defines a set of provider-prefixed attributes." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:31(title) -msgid "Security groups and rules (security-groups)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:43(title) +msgid "Networks multiple provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:37(title) -msgid "Layer-3 networking" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:44(para) +msgid "Enables administrative users to define multiple physical bindings for an OpenStack Networking network and list or show details for networks with multiple physical bindings." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:38(para) -msgid "The Layer-3 networking extension enables you to route packets between subnets, forward packets from internal networks to external ones, and access instances from external networks through floating IPs." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:48(para) +msgid "You cannot update any provider attributes. If you try to do so, an error occurs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:42(para) -msgid "This extension introduces these resources:" -msgstr "" - -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:45(para) -msgid "router. A logical entity for forwarding packets across internal subnets and NATting them on external networks through an appropriate external gateway." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:50(para) +msgid "To delete a network with multiple physical bindings, issue a normal delete network request." msgstr "" #: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:52(para) +msgid "To define multiple physical bindings for a network, include a segments list in the request body of a POST /v2.0/networks request. Each element in the segments list has the same structure as the provider network attributes. These attributes are provider:network_type, provider:physical_network, and provider:segmentation_id. The validation rules for these attributes are the same as for the Networks provider extended attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:65(para) +msgid "The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:73(title) +msgid "Ports binding extended attributes (ports)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:79(title) +msgid "Security groups and rules (security-groups)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:85(title) +msgid "Layer-3 networking" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:86(para) +msgid "Route packets between subnets, forward packets from internal networks to external ones, and access instances from external networks through floating IPs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:89(para) +msgid "This extension introduces these resources:" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:92(para) +msgid "router. A logical entity for forwarding packets across internal subnets and NATting them on external networks through an appropriate external gateway." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:99(para) msgid "floatingip. An external IP address that is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:100(para) -msgid "Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml:147(para) +msgid "Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml:13(para) diff --git a/api-ref/locale/ar.po b/api-ref/locale/ar.po index 502dd3308..30fd6b7e4 100644 --- a/api-ref/locale/ar.po +++ b/api-ref/locale/ar.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/openstack/language/ar/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "مستخدمون" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "مجموعات" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "بولوني" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/bg_BG.po b/api-ref/locale/bg_BG.po index 8aa512dc4..5e01fdefa 100644 --- a/api-ref/locale/bg_BG.po +++ b/api-ref/locale/bg_BG.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/openstack/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Потребители" @@ -210,39 +210,39 @@ msgstr "Проекти" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Роли" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/bn_IN.po b/api-ref/locale/bn_IN.po index 0ee8da02c..19454f8ac 100644 --- a/api-ref/locale/bn_IN.po +++ b/api-ref/locale/bn_IN.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/openstack/language/bn_IN/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/bs.po b/api-ref/locale/bs.po index 1c4a13c68..f080a40d1 100644 --- a/api-ref/locale/bs.po +++ b/api-ref/locale/bs.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/openstack/language/bs/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ca.po b/api-ref/locale/ca.po index 6d62db777..8ba702874 100644 --- a/api-ref/locale/ca.po +++ b/api-ref/locale/ca.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/openstack/language/ca/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Usuaris" @@ -210,39 +210,39 @@ msgstr "Projectes" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Rols" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Polonès" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/cs.po b/api-ref/locale/cs.po index f6c52c126..e0e16a836 100644 --- a/api-ref/locale/cs.po +++ b/api-ref/locale/cs.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Czech (http://www.transifex.com/projects/p/openstack/language/cs/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Zádobníky" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -83,10 +83,10 @@ msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml59(title) msgid "Databases" -msgstr "" +msgstr "Databáze" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Uživatelé" @@ -210,39 +210,39 @@ msgstr "Projekty" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Skupiny" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Role" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/da.po b/api-ref/locale/da.po index 471616106..ba9753cbc 100644 --- a/api-ref/locale/da.po +++ b/api-ref/locale/da.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Danish (http://www.transifex.com/projects/p/openstack/language/da/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/de.po b/api-ref/locale/de.po index 7e5423606..4d9404051 100644 --- a/api-ref/locale/de.po +++ b/api-ref/locale/de.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: German (http://www.transifex.com/projects/p/openstack/language/de/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Stapel" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Datenbanken" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Benutzer" @@ -210,39 +210,39 @@ msgstr "Projekte" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Gruppen" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Rollen" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Richtlinien" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/el.po b/api-ref/locale/el.po index 21c227d89..28e871374 100644 --- a/api-ref/locale/el.po +++ b/api-ref/locale/el.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Greek (http://www.transifex.com/projects/p/openstack/language/el/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Ρόλοι" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/en_AU.po b/api-ref/locale/en_AU.po index f2bfc841d..9f05ca5e8 100644 --- a/api-ref/locale/en_AU.po +++ b/api-ref/locale/en_AU.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: English (Australia) (http://www.transifex.com/projects/p/openstack/language/en_AU/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Stacks" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Databases" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Users" @@ -210,39 +210,39 @@ msgstr "Projects" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Groups" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Roles" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Policies" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/en_GB.po b/api-ref/locale/en_GB.po index d9aa37504..fc89869fe 100644 --- a/api-ref/locale/en_GB.po +++ b/api-ref/locale/en_GB.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/openstack/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Stacks" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Databases" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Users" @@ -210,39 +210,39 @@ msgstr "Projects" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Groups" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Roles" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Policies" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/es.po b/api-ref/locale/es.po index 7dfcfef0d..8fde224ff 100644 --- a/api-ref/locale/es.po +++ b/api-ref/locale/es.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/openstack/language/es/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Pilas" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Bases de datos" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Usuarios" @@ -210,39 +210,39 @@ msgstr "Proyectos" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Grupos" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Roles" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Políticas" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/es_MX.po b/api-ref/locale/es_MX.po index afeeee151..ff9b9c62a 100644 --- a/api-ref/locale/es_MX.po +++ b/api-ref/locale/es_MX.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/openstack/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Usuarios" @@ -210,39 +210,39 @@ msgstr "Proyectos" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Grupos" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Roles" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/eu.po b/api-ref/locale/eu.po index 35ba899c7..79a0f43f0 100644 --- a/api-ref/locale/eu.po +++ b/api-ref/locale/eu.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Basque (http://www.transifex.com/projects/p/openstack/language/eu/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/fa.po b/api-ref/locale/fa.po index a4b09364e..6f905fa93 100644 --- a/api-ref/locale/fa.po +++ b/api-ref/locale/fa.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Persian (http://www.transifex.com/projects/p/openstack/language/fa/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/fi_FI.po b/api-ref/locale/fi_FI.po index 91d443b5c..7d67bbff9 100644 --- a/api-ref/locale/fi_FI.po +++ b/api-ref/locale/fi_FI.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/openstack/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Käyttäjät" @@ -210,39 +210,39 @@ msgstr "Projektit" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Roolit" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/fil.po b/api-ref/locale/fil.po index 75c543b0d..acac15ff5 100644 --- a/api-ref/locale/fil.po +++ b/api-ref/locale/fil.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Filipino (http://www.transifex.com/projects/p/openstack/language/fil/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Polako" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/fr.po b/api-ref/locale/fr.po index d78195a4a..d5dae9462 100644 --- a/api-ref/locale/fr.po +++ b/api-ref/locale/fr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack/language/fr/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Piles" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Bases de données" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Utilisateurs" @@ -210,39 +210,39 @@ msgstr "Projets" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Groupes" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "Information d'Authentification " -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Rôles" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Politiques" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/gl.po b/api-ref/locale/gl.po index 85676697f..05a753aaf 100644 --- a/api-ref/locale/gl.po +++ b/api-ref/locale/gl.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Galician (http://www.transifex.com/projects/p/openstack/language/gl/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/he.po b/api-ref/locale/he.po index 4f45c3d94..06f6c6101 100644 --- a/api-ref/locale/he.po +++ b/api-ref/locale/he.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/openstack/language/he/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "ערימות" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "משתמשים" @@ -210,39 +210,39 @@ msgstr "מיזמים" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "קבוצות" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "תפקידים" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/he_IL.po b/api-ref/locale/he_IL.po index 63443fe9a..907b9492f 100644 --- a/api-ref/locale/he_IL.po +++ b/api-ref/locale/he_IL.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/openstack/language/he_IL/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/hi.po b/api-ref/locale/hi.po index b1cac6165..d312a786b 100644 --- a/api-ref/locale/hi.po +++ b/api-ref/locale/hi.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/openstack/language/hi/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "ढेर" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "डेटाबेस" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "उपयोक्ता" @@ -210,39 +210,39 @@ msgstr "परियोजनाएँ" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "समूह" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "भूमिका" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "नीति" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/hr.po b/api-ref/locale/hr.po index e962d1e7a..6fdeea9e8 100644 --- a/api-ref/locale/hr.po +++ b/api-ref/locale/hr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/openstack/language/hr/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/hu.po b/api-ref/locale/hu.po index d4b93596f..aa5f0bbdb 100644 --- a/api-ref/locale/hu.po +++ b/api-ref/locale/hu.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/openstack/language/hu/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Felhasználók" @@ -210,39 +210,39 @@ msgstr "Projektek" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Szerepek" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/id.po b/api-ref/locale/id.po index 48fbc3b39..ceecec580 100644 --- a/api-ref/locale/id.po +++ b/api-ref/locale/id.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/openstack/language/id/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/is_IS.po b/api-ref/locale/is_IS.po index 9f84c3a82..a07daaf1e 100644 --- a/api-ref/locale/is_IS.po +++ b/api-ref/locale/is_IS.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/projects/p/openstack/language/is_IS/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/it.po b/api-ref/locale/it.po index 9bf030d0e..ae9f973c4 100644 --- a/api-ref/locale/it.po +++ b/api-ref/locale/it.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Italian (http://www.transifex.com/projects/p/openstack/language/it/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Polacco" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/it_IT.po b/api-ref/locale/it_IT.po index 028f950b7..bcbd461be 100644 --- a/api-ref/locale/it_IT.po +++ b/api-ref/locale/it_IT.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/openstack/language/it_IT/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ja.po b/api-ref/locale/ja.po index c8e884be8..aebb334df 100644 --- a/api-ref/locale/ja.po +++ b/api-ref/locale/ja.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack/language/ja/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "スタック" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "データベース" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "ユーザー" @@ -210,39 +210,39 @@ msgstr "プロジェクト" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "グループ" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "クレデンシャル" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "ロール" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "ポリシー" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ka_GE.po b/api-ref/locale/ka_GE.po index 131da2366..f05a418ce 100644 --- a/api-ref/locale/ka_GE.po +++ b/api-ref/locale/ka_GE.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/openstack/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "მომხმარებლები" @@ -210,39 +210,39 @@ msgstr "პროექტები" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "როლები" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/km.po b/api-ref/locale/km.po index 373dc21aa..99a452bae 100644 --- a/api-ref/locale/km.po +++ b/api-ref/locale/km.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Khmer (http://www.transifex.com/projects/p/openstack/language/km/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/kn.po b/api-ref/locale/kn.po index 9585edca2..5ea46fe28 100644 --- a/api-ref/locale/kn.po +++ b/api-ref/locale/kn.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/openstack/language/kn/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ko_KR.po b/api-ref/locale/ko_KR.po index 078107c29..f627e8004 100644 --- a/api-ref/locale/ko_KR.po +++ b/api-ref/locale/ko_KR.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/openstack/language/ko_KR/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "스택" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "데이터베이스" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "사용자" @@ -210,39 +210,39 @@ msgstr "프로젝트" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "그룹" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "인증서" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "역할" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "정책" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ml_IN.po b/api-ref/locale/ml_IN.po index 704500d74..ebdc393e4 100644 --- a/api-ref/locale/ml_IN.po +++ b/api-ref/locale/ml_IN.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/openstack/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/mr_IN.po b/api-ref/locale/mr_IN.po index 8af5cdf76..65353859e 100644 --- a/api-ref/locale/mr_IN.po +++ b/api-ref/locale/mr_IN.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Marathi (India) (http://www.transifex.com/projects/p/openstack/language/mr_IN/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ms.po b/api-ref/locale/ms.po index abe0ac31b..1a5e584d3 100644 --- a/api-ref/locale/ms.po +++ b/api-ref/locale/ms.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Malay (http://www.transifex.com/projects/p/openstack/language/ms/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/nb.po b/api-ref/locale/nb.po index ca6e85943..50eb46d66 100644 --- a/api-ref/locale/nb.po +++ b/api-ref/locale/nb.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/openstack/language/nb/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ne.po b/api-ref/locale/ne.po index 4826a7886..e72896a1b 100644 --- a/api-ref/locale/ne.po +++ b/api-ref/locale/ne.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/openstack/language/ne/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "प्रयोगकर्ताहरु" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "समुहहरु" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/nl_NL.po b/api-ref/locale/nl_NL.po index 08f808e23..c0fe87de3 100644 --- a/api-ref/locale/nl_NL.po +++ b/api-ref/locale/nl_NL.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/openstack/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Stapels" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Databases" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Gebruikers" @@ -210,39 +210,39 @@ msgstr "Projecten" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Groepen" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Rollen" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Beleidslijnen" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/pa_IN.po b/api-ref/locale/pa_IN.po index 4fd7f8ece..b0af3fa63 100644 --- a/api-ref/locale/pa_IN.po +++ b/api-ref/locale/pa_IN.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Panjabi (Punjabi) (India) (http://www.transifex.com/projects/p/openstack/language/pa_IN/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/pl_PL.po b/api-ref/locale/pl_PL.po index 945d3ebb2..06111bd6e 100644 --- a/api-ref/locale/pl_PL.po +++ b/api-ref/locale/pl_PL.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/openstack/language/pl_PL/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Stosy" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Bazy danych" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Użytkownicy" @@ -210,39 +210,39 @@ msgstr "Projekty" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Grupy" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "Dane uwierzytelniające" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Role" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Zasady" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/pt.po b/api-ref/locale/pt.po index 7ed38b3f2..54bf7f951 100644 --- a/api-ref/locale/pt.po +++ b/api-ref/locale/pt.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/openstack/language/pt/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Utilizadores" @@ -210,39 +210,39 @@ msgstr "Projetos" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Grupos" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "Credenciais" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Funções" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/pt_BR.po b/api-ref/locale/pt_BR.po index 806834693..a126783d5 100644 --- a/api-ref/locale/pt_BR.po +++ b/api-ref/locale/pt_BR.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/openstack/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Stacks" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Bases de Dados" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Usuários" @@ -210,39 +210,39 @@ msgstr "Projetos" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Grupos" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Papéis" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Políticas" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ro.po b/api-ref/locale/ro.po index 65964b8c0..b6aad7bbb 100644 --- a/api-ref/locale/ro.po +++ b/api-ref/locale/ro.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/openstack/language/ro/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Poloneza" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ru.po b/api-ref/locale/ru.po index ca0789054..3b70551e8 100644 --- a/api-ref/locale/ru.po +++ b/api-ref/locale/ru.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Russian (http://www.transifex.com/projects/p/openstack/language/ru/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Стеки" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Базы данных" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Пользователи" @@ -210,39 +210,39 @@ msgstr "Проекты" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Группы" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "Средства аутентификации" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Роли" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Политики" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/sk.po b/api-ref/locale/sk.po index 832b450e2..8e225e107 100644 --- a/api-ref/locale/sk.po +++ b/api-ref/locale/sk.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/openstack/language/sk/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/sl_SI.po b/api-ref/locale/sl_SI.po index d13d64bb2..0e70afc38 100644 --- a/api-ref/locale/sl_SI.po +++ b/api-ref/locale/sl_SI.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/openstack/language/sl_SI/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Baze" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Uporabniki" @@ -210,39 +210,39 @@ msgstr "Projekti" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Skupine" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Vloge" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/sq.po b/api-ref/locale/sq.po index 929113484..3beb063aa 100644 --- a/api-ref/locale/sq.po +++ b/api-ref/locale/sq.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/openstack/language/sq/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/sr.po b/api-ref/locale/sr.po index c2ddf24c0..02580dc8f 100644 --- a/api-ref/locale/sr.po +++ b/api-ref/locale/sr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/openstack/language/sr/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "Stack-ovi" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "Baze podataka" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Korisnici" @@ -210,39 +210,39 @@ msgstr "Projekti" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Grupe" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Uloge" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "Politike" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/sv.po b/api-ref/locale/sv.po index 36d3bd15a..e8cee38b1 100644 --- a/api-ref/locale/sv.po +++ b/api-ref/locale/sv.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/openstack/language/sv/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ta.po b/api-ref/locale/ta.po index cec968eb5..d4efa9a1b 100644 --- a/api-ref/locale/ta.po +++ b/api-ref/locale/ta.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Tamil (http://www.transifex.com/projects/p/openstack/language/ta/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/te_IN.po b/api-ref/locale/te_IN.po index dbe377c8b..6c1b40fc5 100644 --- a/api-ref/locale/te_IN.po +++ b/api-ref/locale/te_IN.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Telugu (India) (http://www.transifex.com/projects/p/openstack/language/te_IN/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/tl.po b/api-ref/locale/tl.po index 7b9998ccb..c68f9ea0e 100644 --- a/api-ref/locale/tl.po +++ b/api-ref/locale/tl.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Tagalog (http://www.transifex.com/projects/p/openstack/language/tl/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/tr_TR.po b/api-ref/locale/tr_TR.po index ea12060d7..2af642942 100644 --- a/api-ref/locale/tr_TR.po +++ b/api-ref/locale/tr_TR.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/openstack/language/tr_TR/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Kullanıcılar" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "Gruplar" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Roller" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/uk.po b/api-ref/locale/uk.po index a00661622..496a66c58 100644 --- a/api-ref/locale/uk.po +++ b/api-ref/locale/uk.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/openstack/language/uk/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/ur.po b/api-ref/locale/ur.po index da8da6a35..6803480d5 100644 --- a/api-ref/locale/ur.po +++ b/api-ref/locale/ur.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Urdu (http://www.transifex.com/projects/p/openstack/language/ur/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/vi_VN.po b/api-ref/locale/vi_VN.po index 6ae48950c..6e87c697f 100644 --- a/api-ref/locale/vi_VN.po +++ b/api-ref/locale/vi_VN.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/openstack/language/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "Người dùng" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "Vai trò" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/zh_CN.po b/api-ref/locale/zh_CN.po index 0dc5a0d76..16683a317 100644 --- a/api-ref/locale/zh_CN.po +++ b/api-ref/locale/zh_CN.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/openstack/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "栈" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "数据库" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "用户" @@ -210,39 +210,39 @@ msgstr "项目" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "组" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "凭证" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "角色" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "策略" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/zh_HK.po b/api-ref/locale/zh_HK.po index f2fdd4cc5..43d0d91ca 100644 --- a/api-ref/locale/zh_HK.po +++ b/api-ref/locale/zh_HK.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 13:11+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/openstack/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "" @@ -210,39 +210,39 @@ msgstr "" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para) diff --git a/api-ref/locale/zh_TW.po b/api-ref/locale/zh_TW.po index 5799fe9b5..02582505b 100644 --- a/api-ref/locale/zh_TW.po +++ b/api-ref/locale/zh_TW.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2014-04-11 13:11+0000\n" -"PO-Revision-Date: 2014-04-11 14:20+0000\n" +"POT-Creation-Date: 2014-04-17 20:04+0000\n" +"PO-Revision-Date: 2014-04-17 19:58+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/openstack/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -35,33 +35,33 @@ msgstr "" msgid "Stacks" msgstr "機櫃" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml42(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(title) msgid "Stack actions" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml43(para) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml44(para) msgid "" "Performs non-lifecycle operations on the stack. Specify the action in the " "request body." msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml53(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml54(title) msgid "Stack resources" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml86(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml87(title) msgid "Stack events" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml107(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml108(title) msgid "Templates" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml120(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml121(title) msgid "Build info" msgstr "" -#: ./api-ref/src/docbkx/ch_orchestration-v1.xml129(title) +#: ./api-ref/src/docbkx/ch_orchestration-v1.xml130(title) msgid "Software configuration" msgstr "" @@ -86,7 +86,7 @@ msgid "Databases" msgstr "資料庫" #: ./api-ref/src/docbkx/ch_databases-v1.xml71(title) -#: ./api-ref/src/docbkx/ch_identity-v3.xml142(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml139(title) msgid "Users" msgstr "使用者" @@ -210,39 +210,39 @@ msgstr "虛擬私人網路連線" msgid "Manage projects." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml143(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml140(para) msgid "Manage users." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml161(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml158(title) msgid "Groups" msgstr "群組" -#: ./api-ref/src/docbkx/ch_identity-v3.xml162(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml159(para) msgid "Manage groups." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml181(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml178(title) msgid "Credentials" msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml182(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml179(para) msgid "Manage credentials." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml194(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml191(title) msgid "Roles" msgstr "角色" -#: ./api-ref/src/docbkx/ch_identity-v3.xml195(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml192(para) msgid "Manage roles." msgstr "" -#: ./api-ref/src/docbkx/ch_identity-v3.xml209(title) +#: ./api-ref/src/docbkx/ch_identity-v3.xml206(title) msgid "Policies" msgstr "政策" -#: ./api-ref/src/docbkx/ch_identity-v3.xml210(para) +#: ./api-ref/src/docbkx/ch_identity-v3.xml207(para) msgid "Manage policies." msgstr "" @@ -1072,73 +1072,127 @@ msgstr "" msgid "OpenStack Block Storage API" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml9(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml22(title) msgid "Networking API v2.0 extensions" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml11(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml24(title) msgid "Quotas extension (quotas)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml12(para) -msgid "Lists, shows information for, updates, and resets quotas." +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(para) +msgid "List, show details for, update, and reset quotas." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml18(title) -msgid "Networks provider extended attributes (networks)" +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml30(title) +msgid "Networks provider extension (networks)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml25(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(para) +msgid "" +"Enables administrative users to specify how an OpenStack Networking network " +"object is mapped to the underlying networking infrastructure. Also, enables " +"administrative users to view such attributes when they query networks. To " +"this aim, this extension defines a set of " +"provider-prefixed attributes." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml43(title) +msgid "Networks multiple provider extension (networks)" +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml44(para) +msgid "" +"Enables administrative users to define multiple physical bindings for an " +"OpenStack Networking network and list or show details for networks with " +"multiple physical bindings." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml48(para) +msgid "" +"You cannot update any provider attributes. If you try to " +"do so, an error occurs." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml50(para) +msgid "" +"To delete a network with multiple physical bindings, issue a normal delete " +"network request." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +msgid "" +"To define multiple physical bindings for a network, include a " +"segments list in the request body of a POST " +"/v2.0/networks request. Each element in the " +"segments list has the same structure as the provider " +"network attributes. These attributes are " +"provider:network_type, " +"provider:physical_network, and " +"provider:segmentation_id. The validation rules for these " +"attributes are the same as for the Networks provider extended " +"attributes. You cannot use both extensions at the same time." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml65(para) +msgid "" +"The NSX and ML2 plug-ins support this extension. With the ML2 plug-in, you " +"can specify multiple VLANs for a specified network, a VXLAN tunnel ID, and a" +" VLAN." +msgstr "" + +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml73(title) msgid "Ports binding extended attributes (ports)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml31(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml79(title) msgid "Security groups and rules (security-groups)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml37(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml85(title) msgid "Layer-3 networking" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml38(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml86(para) msgid "" -"The Layer-3 networking extension enables you to route packets between " -"subnets, forward packets from internal networks to external ones, and access" -" instances from external networks through floating IPs." +"Route packets between subnets, forward packets from internal networks to " +"external ones, and access instances from external networks through floating " +"IPs." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml42(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml89(para) msgid "This extension introduces these resources:" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml45(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml92(para) msgid "" "router. A logical entity for forwarding " "packets across internal subnets and NATting them on external networks " "through an appropriate external gateway." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml52(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(para) msgid "" "floatingip. An external IP address that " "is mapped to a port that is attached to an internal network." msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml58(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml105(title) msgid "Routers (routers)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml82(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml129(title) msgid "Floating IPs (floatingips)" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml99(title) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml146(title) msgid "Metering labels and rules" msgstr "" -#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml100(para) +#: ./api-ref/src/docbkx/ch_netconn-ext-v2.xml147(para) msgid "" -"Creates, modifies, and deletes OpenStack Layer3 Metering labels and rules." +"Create, modify, and delete OpenStack Layer-3 metering labels and rules." msgstr "" #: ./api-ref/src/docbkx/ch_compute-v2-ext.xml13(para)