diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-07 12:17:17 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-10 16:27:45 +0200 |
commit | 7979864be3b9d380adbb32aa5d5fa2dfde851805 (patch) | |
tree | 29439d3555cd9068506d0aad3d113a75d9460439 /po/fr.po | |
parent | f93340b2cabbdf9be2f4f428ccf4fe5526eb5b7a (diff) |
Add initial headers to portable object files.
Those are just dummy headers created by ripping them off from "aur.pot"
and changing the "Content-Type" charset to UTF-8.
Needed to make msgmerge(1) operate on our converted ".po" files -
otherwise it would fail to detect the files' encodings and do nothing
but throw a pile of "invalid multibyte sequence" errors.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: AUR v1.8.1\n" +"Report-Msgid-Bugs-To: https://bugs.archlinux.org/index.php?project=2\n" +"POT-Creation-Date: 2011-04-07 13:52+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + # French (Français) translation # Translator: Morgan LEFIEUX <comete@archlinuxfr.org> |