i18n: removed unnecessary N_ on non-nls string

This commit is contained in:
Snaipe 2016-07-24 17:12:21 +02:00
parent 856a5f80c0
commit da60498f38
3 changed files with 3 additions and 13 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Criterion \n"
"Report-Msgid-Bugs-To: franklinmathieu+criterion@gmail.com\n"
"POT-Creation-Date: 2016-07-23 23:58+0200\n"
"POT-Creation-Date: 2016-07-24 17:11+0200\n"
"PO-Revision-Date: 2016-02-12 11:12+0100\n"
"Last-Translator: <a1lu@arcor.de>\n"
"Language-Team: German\n"
@ -114,11 +114,6 @@ msgstr ""
"%1$sSynthese: Getestet: %2$s%3$lu%4$s | Bestanden: %5$s%6$lu%7$s | Fehler: "
"%8$s%9$lu%10$s | Abstürze: %11$s%12$lu%13$s %14$s\n"
#: src/log/normal.c:77
#, c-format
msgid "%s::%s: %s\n"
msgstr "%s::%s: %s\n"
#: src/string/i18n.c:13
msgid "The conditions for this assertion were not met."
msgstr "Die Bedingung für diesen Behauptung wurden nicht erfüllt"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: criterion 2.0.0\n"
"Report-Msgid-Bugs-To: franklinmathieu+criterion@gmail.com\n"
"POT-Creation-Date: 2016-07-23 23:58+0200\n"
"POT-Creation-Date: 2016-07-24 17:11+0200\n"
"PO-Revision-Date: 2015-04-03 17:58+0200\n"
"Last-Translator: <franklinmathieu@gmail.com>\n"
"Language-Team: French\n"
@ -114,11 +114,6 @@ msgstr ""
"%1$sSynthèse: Testés: %2$s%3$lu%4$s | Validés: %5$s%6$lu%7$s | Échoués: %8$s"
"%9$lu%10$s | Plantages: %11$s%12$lu%13$s %14$s\n"
#: src/log/normal.c:77
#, fuzzy, c-format
msgid "%s::%s: %s\n"
msgstr "%1$s::%2$s: (%3$3.2fs)\n"
#: src/string/i18n.c:13
msgid "The conditions for this assertion were not met."
msgstr "Les conditions de cette assertion n'ont pas été remplies."

View file

@ -74,7 +74,7 @@ static msg_t msg_theory_fail = " Theory %s::%s failed with the following parame
static msg_t msg_test_timeout = "%s::%s: Timed out. (%3.2fs)\n";
static msg_t msg_test_crash_line = "%s%s%s:%s%u%s: Unexpected signal caught below this line!\n";
static msg_t msg_test_crash = "%s::%s: CRASH!\n";
static msg_t msg_test_abort = N_("%s::%s: %s\n");
static msg_t msg_test_abort = "%s::%s: %s\n";
static msg_t msg_test_other_crash = "%sWarning! The test `%s::%s` crashed during its setup or teardown.%s\n";
static msg_t msg_test_abnormal_exit = "%sWarning! The test `%s::%s` exited during its setup or teardown.%s\n";
static msg_t msg_pre_suite[] = { "Running %s%lu%s test from %s%s%s:\n",