From: Charles Plessy Date: Sat, 19 Jan 2013 03:00:34 +0000 (+0000) Subject: updated PO files X-Git-Url: https://source.charles.plessy.org/?a=commitdiff_plain;h=f26541e8528590f5029ce307298b953765476d35;p=source%2F.git updated PO files --- diff --git "a/Debian/debi\303\242neries/installeur-debian-dans-un-nuage-2.en.po" "b/Debian/debi\303\242neries/installeur-debian-dans-un-nuage-2.en.po" index d17b4997..ea83e031 100644 --- "a/Debian/debi\303\242neries/installeur-debian-dans-un-nuage-2.en.po" +++ "b/Debian/debi\303\242neries/installeur-debian-dans-un-nuage-2.en.po" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2013-01-19 02:10+0000\n" +"POT-Creation-Date: 2013-01-19 03:00+0000\n" "PO-Revision-Date: 2013-01-19 12:00+0900\n" "Last-Translator: Charles Plessy \n" "Language-Team: bar\n" @@ -39,7 +39,6 @@ msgstr "[[!meta title=\"Debian-Installer in a Cloud, part 2.\"]]\n" #. type: Plain text #, no-wrap -#| msgid "J'arrive enfin à créer une [[image machine de l'installeur Debian|installeur-debian-dans-un-nuage]] automatiquement, sans qu'aucune clé ou mot de passe ne transite dans le réseau ni sur le Nuage." msgid "" "J'arrive enfin à créer une [[image machine de l'installeur\n" "Debian|installeur-debian-dans-un-nuage]] automatiquement, sans qu'aucune clé ou\n" @@ -48,19 +47,10 @@ msgid "" "implémenté l'attribut `InstanceInitiatedShutdownBehavior` dans [[!debpkg\n" "euca2ools]] 2.2.\n" msgstr "" -"I finally manage to create an [[image of the Debian Installer|installeur-" -"debian-dans-un-nuage]] automatically, with no key or password transiting on " -"the Cloud or the network, and without using the `ec2-api-tools`, which are " -"_non-Free_. Thanks to Eucalyptus for implementing the attribute " -"`InstanceInitiatedShutdownBehavior` in [[!debpkg\n" +"I finally manage to create an [[image of the Debian Installer|installeur-debian-dans-un-nuage]] automatically, with no key or password transiting on the Cloud or the network, and without using the `ec2-api-tools`, which are _non-Free_. Thanks to Eucalyptus for implementing the attribute `InstanceInitiatedShutdownBehavior` in [[!debpkg\n" "euca2ools]] 2.2.\n" #. type: Plain text -#| msgid "" -#| "Pour ce faire, je démarre une micro-instance avec un volume " -#| "supplémentaire, et je lui passe un script via [[cloud-init]], qui va " -#| "télécharger l'installeur Debian sur ce volume et éteindre la micro " -#| "instance. Ensuite, j'enregistre ce volume comme image machine." msgid "" "En résumé, je démarre une micro-instance avec un volume supplémentaire, et " "je lui passe un script via [[cloud-init]], qui va télécharger l'Installeur " @@ -69,15 +59,9 @@ msgid "" msgstr "" "In brief, I start a micro-instance with an additional volume, and I pass it " "a script for [[cloud-init]], which will download the Installer on the volume " -"and shut down the instance. Then, I register the volume as a machine " -"image." +"and shut down the instance. Then, I register the volume as a machine image." #. type: Plain text -#| msgid "" -#| "Les images machines de l'Installeur créées ainsi peuvent être démarrées " -#| "avec une pré-configuration pour installer Debian sur un autre volume. Je " -#| "bute encore sur cette pré-configuration. Plus de détails dans un " -#| "prochain article." msgid "" "Ces images machines de l'Installeur sont faites pour être pré-configurées " "via les [métadonnées d'instance](http://docs.aws.amazon.com/AWSEC2/latest/" @@ -92,14 +76,15 @@ msgstr "" "article. In the meantime, here are the commands I a using." #. type: Plain text +#, fuzzy #| msgid "" -#| "Depuis l'ordinateur local, lancer une instance sur le Nuage. Pour le " -#| "moment il faut utiliser une image Ubuntu en attendant que cloud-init soit " -#| "installé par défaut sur les images Debian (http://bugs.debian.org/696595)." +#| "Depuis l'ordinateur local, lancer une instance sur le Nuage. J'utilise " +#| "une image Ubuntu en attendant que [[!debbug 696595]] sont réglé et que " +#| "cloud-init soit installé par défaut sur les images Debian." msgid "" "Depuis l'ordinateur local, lancer une instance sur le Nuage. J'utilise une " -"image Ubuntu en attendant que [[!debbug 696595]] sont réglé et que cloud-" -"init soit installé par défaut sur les images Debian." +"image Ubuntu en attendant que [[!debbug 696595 desc=\"#696595\"]] soit réglé " +"et que `cloud-init` soit installé par défaut sur les images Debian." msgstr "" "On the local computer, start an instance on the Cloud. Until [[!debbug " "696595]] is fixed and cloud-init is installed by default, I use a Ubuntu " @@ -107,14 +92,9 @@ msgstr "" #. type: Plain text #, no-wrap -#| msgid "" -#| "
\n"
-#| "HELPER_AMI=ami-7609bb77 # Ubuntu 12.04 LTS Precise amd64 EBS in Tôkyô\n"
-#| "
\n" msgid " HELPER_AMI=ami-7609bb77 # Ubuntu 12.04 LTS Precise amd64 EBS in (Asie Nord-Est)\n" msgstr "" -" HELPER_AMI=ami-7609bb77 # Ubuntu 12.04 LTS Precise amd64 EBS (Asia " -"North-East)\n" +" HELPER_AMI=ami-7609bb77 # Ubuntu 12.04 LTS Precise amd64 EBS (Asia North-East)\n" "\n" #. type: Plain text @@ -129,16 +109,6 @@ msgstr "" #. type: Plain text #, no-wrap -#| msgid "" -#| "
\n"
-#| "HELPER_INSTANCE=$( euca-run-instances \\\n"
-#| "        --instance-initiated-shutdown-behavior terminate \\\n"
-#| "        --instance-type t1.micro \\\n"
-#| "        --block-device-mapping /dev/sdb=:1:false \\\n"
-#| "        --user-data-file debigen-install-installer-cloud \\\n"
-#| "        $HELPER_AMI |\n"
-#| "        tee /dev/stderr | grep INSTANCE | awk '{print $2}')\n"
-#| "
\n" msgid "" " HELPER_INSTANCE=$( euca-run-instances \\\n" " --instance-initiated-shutdown-behavior terminate \\\n" @@ -157,22 +127,19 @@ msgstr "" " tee /dev/stderr | grep INSTANCE | awk '{print $2}')\n" #. type: Plain text -msgid "On attend que le démarrage soit fini" +#, fuzzy +#| msgid "On attend que le démarrage soit fini" +msgid "On attend que le démarrage soit fini." msgstr "Wait that the boot finished." #. type: Plain text #, no-wrap -#| msgid "" -#| "
\n"
-#| "while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"running\" ]; do sleep 30; done\n"
-#| "
\n" msgid "" " while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"running\" ]\n" " do sleep 30\n" " done\n" msgstr "" -" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | " -"cut -f 6 | tee /dev/stderr) = \"running\" ]\n" +" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"running\" ]\n" " do sleep 30\n" " done" @@ -182,12 +149,6 @@ msgstr "Get the volume's identifier" #. type: Plain text #, no-wrap -#| msgid "" -#| "
\n"
-#| "TARGET_VOLUME=$( euca-describe-volumes |\n"
-#| "        grep $HELPER_INSTANCE | grep '/dev/sdb' |\n"
-#| "        tee /dev/stderr | awk '{print $2}')\n"
-#| "
\n" msgid "" " TARGET_VOLUME=$( euca-describe-volumes |\n" " grep $HELPER_INSTANCE | grep '/dev/sdb' |\n" @@ -203,24 +164,16 @@ msgstr "Wait that the scripts shuts down the instance." #. type: Plain text #, no-wrap -#| msgid "" -#| "
\n"
-#| "while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"terminated\" ]; do sleep 30; done\n"
-#| "
\n" msgid "" " while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"terminated\" ]\n" " do sleep 30\n" " done\n" msgstr "" -" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | " -"cut -f 6 | tee /dev/stderr) = \"terminated\" ]\n" +" while [ ! $(euca-describe-instances $HELPER_INSTANCE | grep INSTANCE | cut -f 6 | tee /dev/stderr) = \"terminated\" ]\n" " do sleep 30\n" " done\n" #. type: Plain text -#| msgid "" -#| "Et enfin, on enregistre une images à partir d'un instantané du volume. " -#| "(Notez que `PV_KERNEL=aki-44992845` est pour la région de Tôkyô." msgid "Et enfin, on enregistre une image à partir d'un instantané du volume." msgstr "Snapshot the volume and register it as a machine image." @@ -231,9 +184,6 @@ msgstr " PV_KERNEL=aki-44992845 # Boot PV-Grub on hd0 (Asia North-East)" #. type: Plain text #, no-wrap -#| msgid "" -#| "TARGET_SNAPSHOT=$( euca-create-snapshot $TARGET_VOLUME |\n" -#| " tee /dev/stderr | awk '{print $2}')\n" msgid "" " TARGET_SNAPSHOT=$( euca-create-snapshot $TARGET_VOLUME |\n" " tee /dev/stderr | awk '{print $2}')\n" @@ -243,22 +193,11 @@ msgstr "" #. type: Plain text #, no-wrap -#| msgid "while euca-describe-snapshots $TARGET_SNAPSHOT | grep -q pending ; do sleep 30 ; done" msgid " while euca-describe-snapshots $TARGET_SNAPSHOT | grep -q pending ; do sleep 30 ; done\n" -msgstr " while euca-describe-snapshots $TARGET_SNAPSHOT | grep -q pending ; do " -"sleep 30 ; done\n" +msgstr " while euca-describe-snapshots $TARGET_SNAPSHOT | grep -q pending ; do sleep 30 ; done\n" #. type: Plain text #, no-wrap -#| msgid "" -#| "INSTALLER_IMAGE=$( euca-register \\\n" -#| " --name test_di \\\n" -#| " --description test_of_debian_installer \\\n" -#| " --snapshot $TARGET_SNAPSHOT \\\n" -#| " --kernel $PV_KERNEL \\\n" -#| " --architecture x86_64 |\n" -#| " tee /dev/stderr | awk '{print $2}')\n" -#| "\n" msgid "" " euca-register \\\n" " --name test_di \\\n" @@ -275,8 +214,11 @@ msgstr "" " --architecture x86_64\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "Voici le script appelé debigen-install-installer-cloud, lancé plus haut." msgid "" -"Voici le script appelé debigen-install-installer-cloud, lancé plus haut." +"Voici le script appelé `debigen-install-installer-cloud`, lancé plus haut." msgstr "Here is the script called debigen-install-installer-cloud, used above." #. type: Plain text @@ -311,8 +253,7 @@ msgstr "" " DIST=squeeze\n" " DI_VERSION=20110106+squeeze4+b2\n" " MIRROR=jp\n" -" BASEURL=http://ftp.$MIRROR.debian.org/debian/dists/$DIST/main/installer-" -"$ARCH/$DI_VERSION/images/netboot/xen\n" +" BASEURL=http://ftp.$MIRROR.debian.org/debian/dists/$DIST/main/installer-$ARCH/$DI_VERSION/images/netboot/xen\n" #. type: Plain text #, no-wrap @@ -346,12 +287,15 @@ msgid "" msgstr "" " title Debian Installer ($DI_VERSION $ARCH)\n" " root (hd0)\n" -" kernel /vmlinuz root=LABEL=debian-installer ro console=hvc0 auto=true " -"priority=critical url=http://169.254.169.254/latest/user-data " -"DEBIAN_FRONTEND=text\n" +" kernel /vmlinuz root=LABEL=debian-installer ro console=hvc0 auto=true priority=critical url=http://169.254.169.254/latest/user-data DEBIAN_FRONTEND=text\n" " initrd /initrd.gz\n" " __END__\n" +#. type: Plain text +#, no-wrap +msgid " sleep 30\n" +msgstr "" + #. type: Plain text #, no-wrap msgid " halt\n"