diff options
Diffstat (limited to '')
-rw-r--r-- | locale/pt/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/locale/pt/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po b/locale/pt/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po index 7561292..5ed4783 100644 --- a/locale/pt/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po +++ b/locale/pt/LC_MESSAGES/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.po @@ -170,12 +170,6 @@ msgid "" msgstr "" msgid "" -"As I experimented with [Neomutt](https://neomutt.org/), I wanted to keep " -"being able to enqueue emails for sending later like my previous setup, so " -"that I didn't rely on having an internet connection." -msgstr "" - -msgid "" "In the short Awk snippet, 3 things were new to me: the `match(...)`, " "`split(...)` and `for () {}`. The only other function I have ever used was " "`gsub(...)`, but these new ones felt similar enough that I could almost " @@ -187,6 +181,18 @@ msgstr "" msgid "I even did it incrementally:" msgstr "" +msgid "" +"As I experiment with [Neomutt](https://neomutt.org/), I wanted to keep being" +" able to enqueue emails for sending later like my previous setup, so that I " +"didn't rely on having an internet connection." +msgstr "" + +#~ msgid "" +#~ "As I experimented with [Neomutt](https://neomutt.org/), I wanted to keep " +#~ "being able to enqueue emails for sending later like my previous setup, so " +#~ "that I didn't rely on having an internet connection." +#~ msgstr "" + #~ msgid "I even did this incrementally:" #~ msgstr "" |