diff options
author | EuAndreh <eu@euandre.org> | 2021-06-08 13:16:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-08 13:16:41 -0300 |
commit | d8e48270ac061ae54e6bb9de88e91d1370f9447b (patch) | |
tree | e611665de7ed52c1abf6cdf9e78f7e9c006998d2 /locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po | |
parent | aux/workflow/public.sh: Use tabs over spaces (diff) | |
download | euandre.org-d8e48270ac061ae54e6bb9de88e91d1370f9447b.tar.gz euandre.org-d8e48270ac061ae54e6bb9de88e91d1370f9447b.tar.xz |
Update locale/ files
Diffstat (limited to 'locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po')
-rw-r--r-- | locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po b/locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po index e30c889..d935827 100644 --- a/locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po +++ b/locale/pt/LC_MESSAGES/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.po @@ -21,11 +21,6 @@ msgid "" "scenarios" msgstr "" -msgid "" -"Yesterday I pushed v0.1.0 of [fallible](https://fallible.euandreh.xyz), a " -"miniscule library for fault-injection and stress-testing C programs." -msgstr "" - msgid "Existing solutions" msgstr "" @@ -299,11 +294,6 @@ msgid "" msgstr "" msgid "" -"Compile with `-DFALLIBLE` and run [`fallible-" -"check.1`](https:/fallible.euandreh.xyz/fallible-check.1.html):" -msgstr "" - -msgid "" "$ c99 -DFALLIBLE -o leaky leaky.c -lfallible\n" "$ fallible-check ./leaky\n" "Valgrind failed when we did not expect it to:\n" @@ -343,6 +333,26 @@ msgid "" " return false;\n" msgstr "" +msgid "" +"Yesterday I pushed v0.1.0 of [fallible](https://euandreh.xyz/fallible/), a " +"miniscule library for fault-injection and stress-testing C programs." +msgstr "" + +msgid "" +"Compile with `-DFALLIBLE` and run [`fallible-" +"check.1`](https://euandreh.xyz/fallible/fallible-check.1.html):" +msgstr "" + +#~ msgid "" +#~ "Yesterday I pushed v0.1.0 of [fallible](https://fallible.euandreh.xyz), a " +#~ "miniscule library for fault-injection and stress-testing C programs." +#~ msgstr "" + +#~ msgid "" +#~ "Compile with `-DFALLIBLE` and run [`fallible-" +#~ "check.1`](https:/fallible.euandreh.xyz/fallible-check.1.html):" +#~ msgstr "" + #~ msgid "" #~ "--- 3.c\t2021-02-17 00:15:38.019706074 -0300\n" #~ "+++ 4.c\t2021-02-17 00:44:32.306885590 -0300\n" |