diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:18:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:18:55 +0100 |
commit | 342261d35b7cb778d8b04ca5bcd6a274494e9205 (patch) | |
tree | 4ed7b75331b9656afd6ec953ed38cd2d5bc5678b /po/pt.po | |
parent | 4712d0bb0653b4827ed699c4ac0493a68c531c1d (diff) | |
download | weechat-342261d35b7cb778d8b04ca5bcd6a274494e9205.zip |
core: use https for all links where secured http is supported
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-11-17 11:35+0100\n" +"POT-Creation-Date: 2018-11-29 23:17+0100\n" "PO-Revision-Date: 2018-11-17 10:36+0100\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -6099,7 +6099,7 @@ msgid "" "Examples:\n" " /exec -n ls -l /tmp\n" " /exec -sh -n ps xu | grep weechat\n" -" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" +" /exec -n -norc url:https://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/" "weechat_user.en.html\n" " /exec -o uptime\n" @@ -12049,10 +12049,11 @@ msgid "" "1 are recommended values)" msgstr "" +#, fuzzy msgid "" "POSIX extended regular expression with origins allowed in websockets (case " "insensitive, use \"(?-i)\" at beginning to make it case sensitive), example: " -"\"^http://(www\\.)?example\\.(com|org)\"" +"\"^https?://(www\\.)?example\\.(com|org)\"" msgstr "" "expressão regular POSIX estendida com as origens permitidas em websockets " "(não distingue maiúscula e minúsculas , use \"(?-i)\" no início para " |