diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-07-15 12:18:00 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-07-15 12:18:00 +0900 |
commit | dd9455afdf3117bf7b95742feac64d7d48c213e2 (patch) | |
tree | 5133e0a80ddc6d26c524a1d59fbdeff42eba5748 /messages/it/LC_MESSAGES/mailman.po | |
parent | 7714812f387346277d6cf10e2ff50488347421a4 (diff) | |
download | mailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.tar.gz mailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.tar.xz mailman2-dd9455afdf3117bf7b95742feac64d7d48c213e2.zip |
fix python doc urls
Diffstat (limited to '')
-rwxr-xr-x | messages/it/LC_MESSAGES/mailman.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/messages/it/LC_MESSAGES/mailman.po b/messages/it/LC_MESSAGES/mailman.po index 1d679007..9c0b04dd 100755 --- a/messages/it/LC_MESSAGES/mailman.po +++ b/messages/it/LC_MESSAGES/mailman.po @@ -7405,7 +7405,7 @@ msgid "" "\n" " <p>In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a <a href=\n" -" \"http://docs.python.org/library/re.html\"\n" +" \"https://docs.python.org/2/library/re.html\"\n" " >Python regular expression</a>. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7443,7 +7443,7 @@ msgstr "" "\n" " <p>Nei campi sottostanti aggiungi un indirizzo per riga; \n" " inizia la riga con un carattere ^ per indicare una\n" -" <a href=\"http://docs.python.org/library/re.html\"\n" +" <a href=\"https://docs.python.org/2/library/re.html\"\n" " >Espressione regolare Python</a>. Quando inserisci " "backslash,\n" " fallo come se stessi inserendo stringhe grezze Python (ad \n" @@ -8256,7 +8256,7 @@ msgstr "Devo abilitare il filtro sugli argomenti?" msgid "" "The topic filter categorizes each incoming email message\n" " according to <a\n" -" href=\"http://docs.python.org/library/re.html\">regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters</a> you specify below. If the message's\n" " <code>Subject:</code> or <code>Keywords:</code> header contains " "a\n" @@ -8280,7 +8280,7 @@ msgid "" msgstr "" "Il filtro per argomenti categorizza ogni messaggio entrante\n" " in base a\n" -"<a href=\"http://docs.python.org/library/re.html\">\n" +"<a href=\"https://docs.python.org/2/library/re.html\">\n" " espressioni regolari</a> che puoi specificare più\n" " in basso. Se i campi <code>Subject:</code> oppure\n" " <code>Keywords:</code> nel messaggio contengono parole\n" @@ -11028,7 +11028,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -11069,7 +11069,7 @@ msgstr "" "usando il modulo Python re. La specifica completa si puņ trovare\n" "all'indirizzo:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "La ricerca degli indirizzi č non sensibile a maiuscole/minuscole\n" "ma vengono mostrati gli indirizzi senza alterazioni.\n" |