diff options
author | Andrea Scarpino <andrea@archlinux.org> | 2010-03-03 00:12:34 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2010-03-07 18:19:06 +0100 |
commit | 3568ad8bd8b193f19f89ccc2e3875a4ee88006e8 (patch) | |
tree | 8ed009a24b114b5e04790518b139b3c8b08346f5 | |
parent | dca1cfa7f3d414e6c975279d024511bbfb55550a (diff) | |
download | aur-3568ad8bd8b193f19f89ccc2e3875a4ee88006e8.tar.gz aur-3568ad8bd8b193f19f89ccc2e3875a4ee88006e8.tar.xz |
fix french translation (FS#18533)
Reported-by: Mathieu Pasquet <mathieui>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r-- | web/lang/fr.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/fr.po b/web/lang/fr.po index 1637913d..57289472 100644 --- a/web/lang/fr.po +++ b/web/lang/fr.po @@ -521,7 +521,7 @@ $_t["Couldn't add to notification list."] = "Ajout impossible à la liste de not $_t["You did not select any packages to flag."] = "Vous n'avez sélectionné aucun paquet à marquer."; -$_t["The selected packages have been disowned."] = "Les paquets sélectionnés ont été abandonné."; +$_t["The selected packages have been disowned."] = "Les paquets sélectionnés ont été abandonnés."; $_t["The selected packages have been flagged safe."] = "Les paquets sélectionnés ont été marqué comme sains."; @@ -563,7 +563,7 @@ $_t["Error trying to unpack upload - PKGBUILD does not exist."] = "Erreur en ess $_t["Could not create incoming directory: %s."] = "Impossible de créer le répertoire entrant: %s."; -$_t["Upload package file"] = "Fichier àdu paquet à tranférer"; +$_t["Upload package file"] = "Fichier du paquet à transférer"; $_t["Package Location"] = "Chemin du paquet"; |