From: Charles Plessy Date: Wed, 16 Aug 2023 05:26:45 +0000 (+0900) Subject: Remove as translation is borken X-Git-Url: https://source.charles.plessy.org/?a=commitdiff_plain;h=f3f2e634efc21b2882f2dbc6b3a1c7734b9e74bc;p=source.git Remove as translation is borken --- diff --git "a/Debian/debi\303\242neries/git-clean.en.po" "b/Debian/debi\303\242neries/git-clean.en.po" deleted file mode 100644 index 1bfc8b76..00000000 --- "a/Debian/debi\303\242neries/git-clean.en.po" +++ /dev/null @@ -1,50 +0,0 @@ -# SOME DESCRIPTIVE TITLE -# Copyright (C) YEAR Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , 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" diff --git "a/Debian/debi\303\242neries/git-clean.mdwn" "b/Debian/debi\303\242neries/git-clean.mdwn" deleted file mode 100644 index 931d34c6..00000000 --- "a/Debian/debi\303\242neries/git-clean.mdwn" +++ /dev/null @@ -1,9 +0,0 @@ -[[!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.