+++ /dev/null
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"POT-Creation-Date: 2023-08-16 05:08+0000\n"
-"PO-Revision-Date: 2023-08-16 13:57+0900\n"
-"Last-Translator: \n"
-"Language-Team: \n"
-"Language: en\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.2.2\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta date=\"Wed, 16 Aug 2023 13:32:11 +0900\"]]\n"
-msgstr "[[!meta date=\"Wed, 16 Aug 2023 13:32:11 +0900\"]]\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta updated=\"Wed, 16 Aug 2023 13:32:11 +0900\"]]\n"
-msgstr "[[!meta updated=\"Wed, 16 Aug 2023 13:32:11 +0900\"]]\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!tag Debian]]\n"
-msgstr "[[!tag Debian]]\n"
-
-#. type: Plain text
-#, no-wrap
-msgid "[[!meta title=\"J'ai oublié « make clean ».\"]]\n"
-msgstr "[[!meta title=\"I forgot about the “make clean” command.\"]]\n"
-
-#. type: Plain text
-msgid ""
-"Je ne me souviens plus de la dernière fois où j'ai utilisé la commande `make clean`.\n"
-"Si j'empaquète pour Debian, le travail se fait dans un dépôt _git_, et j'utilise les commandes `git clean -fdx ; git checkout .` que je peux rappeler depuis mon historique des commandes via `Ctrl-r` la plupart du temps.\n"
-"Et dans les autres cas, si les sources ne sont pas déjà dans _git_, alors les commandes `git init . ; git add . ; git commit -m 'hopla'` règlent le problème.\n"
-msgstr ""
-"I do not remember when was the last time I used the `make clean` command. "
-"When I package for Debian, the work is done in a _git_ repository, I use the "
-"commands `git clean -fdx ; git checkout .` and I often can recall them from "
-"the shell history via `Crtl-r`. And in the other cases, if the sources were "
-"not already in a _git_ repository, then the commands `git init . ; git "
-"add . ; git commit -m 'hopla'` solve the problem.\n"
+++ /dev/null
-[[!meta date="Wed, 16 Aug 2023 13:32:11 +0900"]]
-[[!meta updated="Wed, 16 Aug 2023 13:32:11 +0900"]]
-[[!tag Debian]]
-
-[[!meta title="J'ai oublié « make clean »."]]
-
-Je ne me souviens plus de la dernière fois où j'ai utilisé la commande `make clean`.
-Si j'empaquète pour Debian, le travail se fait dans un dépôt _git_, et j'utilise les commandes `git clean -fdx ; git checkout .` que je peux rappeler depuis mon historique des commandes via `Ctrl-r` la plupart du temps.
-Et dans les autres cas, si les sources ne sont pas déjà dans _git_, alors les commandes `git init . ; git add . ; git commit -m 'hopla'` règlent le problème.