diff options
author | TotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru> | 2017-04-10 00:41:49 +0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-04-09 18:16:12 -0700 |
commit | c1afe5d5fb31d3f58c38b3d43119c11a623ad449 (patch) | |
tree | 79ae00b3c25a8f7dab0e23ff246116fd9901b19b /po/fr.po | |
parent | 71e97ad4a1053c7c8d5f0b4d2d369e481b3848f7 (diff) |
Fixed French translation
There was the message after compiling:
[100%] Built target network
/hardinfo/po/fr.po:410: 'msgid' and 'msgstr' entries do not both end with '\n'
/usr/bin/msgfmt: found 1 fatal error
po/CMakeFiles/i18n.dir/build.make:57: recipe for target 'i18n' failed
make[2]: *** [i18n] Error 1
CMakeFiles/Makefile2:308: recipe for target 'po/CMakeFiles/i18n.dir/all' failed
make[1]: *** [po/CMakeFiles/i18n.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -407,7 +407,7 @@ msgstr "" #: shell//syncmanager.c:518 #, c-format msgid "Failed while performing \"%s\". Please file a bug report if this problem persists. (Use the Help→Report bug option.)" -msgstr "Échec lors de l'exécution de \"%s\". S'il vous plaît remplissez un rapport de bug si ce problème persiste. (Utilisez l'option Aide → Rapport de Bug.) \n" +msgstr "Échec lors de l'exécution de \"%s\". S'il vous plaît remplissez un rapport de bug si ce problème persiste. (Utilisez l'option Aide → Rapport de Bug.)" #: shell//syncmanager.c:646 msgid "Network Updater" |