From da60498f38eeabf802825ca09d71450820e3f37a Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 24 Jul 2016 17:12:21 +0200 Subject: [PATCH] i18n: removed unnecessary N_ on non-nls string --- po/de.po | 7 +------ po/fr.po | 7 +------ src/log/normal.c | 2 +- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/po/de.po b/po/de.po index 59dd661..dd7d5ae 100644 --- a/po/de.po +++ b/po/de.po @@ -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: \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" diff --git a/po/fr.po b/po/fr.po index 2d937b2..371ac29 100644 --- a/po/fr.po +++ b/po/fr.po @@ -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: \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." diff --git a/src/log/normal.c b/src/log/normal.c index 1f91a72..dabe7e1 100644 --- a/src/log/normal.c +++ b/src/log/normal.c @@ -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",