This commit is contained in:
pezcurrel 2020-10-27 18:00:46 +01:00
parent 757c0af15d
commit 5e1ab6a485
18 changed files with 160 additions and 46 deletions

View file

@ -1,10 +1,12 @@
</nav> <?php
echo('</nav>
<div class="scrwide"> <div class="scrwide">
<div class="scrwidein"> <div class="scrwidein">
<section class="sectcont"> <section class="sectcont">
<h3>404: page not found</h3> <h3>404: '._('page not found').'</h3>
<p>Sorry, the requested URL was not found on this server.<br> <p>'._('Sorry, the requested URL was not found on this server.').'<br>
Try the menu ;-)</p> '._('Try the menu ;-)').'</p>
</section> </section>
</div> </div>
</div> </div>'.N);
?>

View file

@ -9,11 +9,11 @@ echo('</nav>
<h4>'._('Translation').'</h4> <h4>'._('Translation').'</h4>
<p>'._('Please help us make this site better by contributing to its translation from languages we already fully support (currently English and Italian) to your language or other languages you know! :-)').'<br> <p>'._('Please help us make this site better by contributing to its translation from languages we already fully support (currently English and Italian) to your language or other languages you know! :-)').'<br>
'._('Currently we are missing parts of translation to Catalan, Spanish and French, but of course you can also present yourself for translating to other, not yet supported languages.').'<br>'.N); '._('Currently we are missing parts of translation to Catalan, Spanish and French, but of course you can also present yourself for translating to other, not yet supported languages.').'<br>'.N);
printf(_('In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href="/about/%s">About</a> page.'),$dlang); printf(_('In both cases, just contact us at <span class="magt">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href="/about/%s">About</a> page.'),$dlang);
echo('<br> echo('<br>
'._('Currently theres no ongoing translation work.').' '._('Currently theres no ongoing translation work.').'
<h4>'._('Reporting problems').'</h4> <h4>'._('Reporting problems').'</h4>
<p>'._('You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net.').'</p> <p>'._('You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class="magt">masthelp[at]insicuri.net</span>.').'</p>
</section> </section>
</div> </div>
</div>'.N); </div>'.N);

View file

@ -256,6 +256,9 @@ a:active {
margin-top: 60px; margin-top: 60px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.magt {
color: magenta;
}
#transd { #transd {
position: fixed; position: fixed;
bottom: 10px; bottom: 10px;

View file

@ -16,7 +16,9 @@
* accorciare "hashtag più usati dell'ultima settimana" -> "hastag più usati (ult. settimana)" * accorciare "hashtag più usati dell'ultima settimana" -> "hastag più usati (ult. settimana)"
* about: mettere solo il nick, linkato alla pagina mastodon * about: mettere solo il nick, linkato alla pagina mastodon
- about, instances: una sola pagina * about, instances: una sola pagina
- anche home una sola pagina? con il suo file di gettext?
* la mail in "collabora" in magenta
- "scorporare" css home-guida - "scorporare" css home-guida
- a imgs/featured-it.svg dovrebbero affiancarsi immagini per le altre lingue, ma forse meglio fare una div testuale così da poterne tradurre il testo con gettext? Sarebbe anche più leggibile, probabilmente. - a imgs/featured-it.svg dovrebbero affiancarsi immagini per le altre lingue, ma forse meglio fare una div testuale così da poterne tradurre il testo con gettext? Sarebbe anche più leggibile, probabilmente.
- bida: garantire a MastoStartAdmin la possibilità di creare e alterare tabelle (in UPDATE.php) - bida: garantire a MastoStartAdmin la possibilità di creare e alterare tabelle (in UPDATE.php)

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: 2020-10-27 14:58+0200\n" "PO-Revision-Date: 2020-10-27 14:58+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"
@ -13,6 +13,18 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: 404.php:6
msgid "page not found"
msgstr ""
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr ""
#: 404.php:8
msgid "Try the menu ;-)"
msgstr ""
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -72,7 +84,7 @@ msgstr ""
#: contribute.php:12 #: contribute.php:12
#, php-format #, php-format
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgstr "" msgstr ""
#: contribute.php:14 #: contribute.php:14
@ -84,7 +96,7 @@ msgid "Reporting problems"
msgstr "" msgstr ""
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "" msgstr ""
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 16:08+0100\n" "POT-Creation-Date: 2020-10-27 17:04+0100\n"
"PO-Revision-Date: 2020-10-27 14:58+0200\n" "PO-Revision-Date: 2020-10-27 14:58+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"
@ -43,7 +43,7 @@ msgid "made the crawlers notifications management page for the backend"
msgstr "" msgstr ""
#: about.php:17 #: about.php:17
msgid "translated site text to Catalan" msgid "translated parts of site text to Catalan"
msgstr "" msgstr ""
#: about.php:19 #: about.php:19

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,6 +17,18 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: 404.php:6
msgid "page not found"
msgstr "page not found"
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr "Sorry, the requested URL was not found on this server."
#: 404.php:8
msgid "Try the menu ;-)"
msgstr "Try the menu ;-)"
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "About" msgstr "About"
@ -76,8 +88,8 @@ msgstr "Currently we are missing parts of translation to Catalan, Spanish and Fr
#: contribute.php:12 #: contribute.php:12
#, php-format #, php-format
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgstr "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgstr "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
#: contribute.php:14 #: contribute.php:14
msgid "Currently theres no ongoing translation work." msgid "Currently theres no ongoing translation work."
@ -88,8 +100,8 @@ msgid "Reporting problems"
msgstr "Reporting problems" msgstr "Reporting problems"
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgstr "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39
msgid "Guide" msgid "Guide"

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: 2020-10-27 14:59+0200\n" "PO-Revision-Date: 2020-10-27 14:59+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: Spanish <es@tp.org.es>\n" "Language-Team: Spanish <es@tp.org.es>\n"
@ -14,6 +14,18 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: 404.php:6
msgid "page not found"
msgstr ""
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr ""
#: 404.php:8
msgid "Try the menu ;-)"
msgstr ""
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "Acerca de" msgstr "Acerca de"
@ -73,7 +85,7 @@ msgstr ""
#: contribute.php:12 #: contribute.php:12
#, php-format #, php-format
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgstr "" msgstr ""
#: contribute.php:14 #: contribute.php:14
@ -85,7 +97,7 @@ msgid "Reporting problems"
msgstr "" msgstr ""
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "" msgstr ""
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 16:08+0100\n" "POT-Creation-Date: 2020-10-27 17:04+0100\n"
"PO-Revision-Date: 2020-10-27 14:59+0200\n" "PO-Revision-Date: 2020-10-27 14:59+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: Spanish <es@tp.org.es>\n" "Language-Team: Spanish <es@tp.org.es>\n"
@ -44,7 +44,7 @@ msgid "made the crawlers notifications management page for the backend"
msgstr "" msgstr ""
#: about.php:17 #: about.php:17
msgid "translated site text to Catalan" msgid "translated parts of site text to Catalan"
msgstr "" msgstr ""
#: about.php:19 #: about.php:19

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: 2020-10-27 14:59+0200\n" "PO-Revision-Date: 2020-10-27 14:59+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: French <traduc@traduc.org>\n" "Language-Team: French <traduc@traduc.org>\n"
@ -14,6 +14,18 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: 404.php:6
msgid "page not found"
msgstr ""
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr ""
#: 404.php:8
msgid "Try the menu ;-)"
msgstr ""
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "A propos" msgstr "A propos"
@ -73,7 +85,7 @@ msgstr ""
#: contribute.php:12 #: contribute.php:12
#, php-format #, php-format
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgstr "" msgstr ""
#: contribute.php:14 #: contribute.php:14
@ -85,7 +97,7 @@ msgid "Reporting problems"
msgstr "" msgstr ""
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "" msgstr ""
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 16:08+0100\n" "POT-Creation-Date: 2020-10-27 17:04+0100\n"
"PO-Revision-Date: 2020-10-27 14:59+0200\n" "PO-Revision-Date: 2020-10-27 14:59+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: French <traduc@traduc.org>\n" "Language-Team: French <traduc@traduc.org>\n"
@ -44,7 +44,7 @@ msgid "made the crawlers notifications management page for the backend"
msgstr "" msgstr ""
#: about.php:17 #: about.php:17
msgid "translated site text to Catalan" msgid "translated parts of site text to Catalan"
msgstr "" msgstr ""
#: about.php:19 #: about.php:19

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: 2020-10-27 14:34+0200\n" "PO-Revision-Date: 2020-10-27 14:34+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"
@ -14,6 +14,18 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: 404.php:6
msgid "page not found"
msgstr "pagina non trovata"
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr "La URL richiesta non corrisponde ad alcuna risosra su questo server."
#: 404.php:8
msgid "Try the menu ;-)"
msgstr "Prova il menu ;-)"
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "Info" msgstr "Info"
@ -72,9 +84,8 @@ msgid "Currently we are missing parts of translation to Catalan, Spanish and Fre
msgstr "Al momento mancano parti delle traduzioni in catalano, spagnolo e francese, ma ovviamente puoi anche proporti per tradurre in altre lingue non ancora supportate." msgstr "Al momento mancano parti delle traduzioni in catalano, spagnolo e francese, ma ovviamente puoi anche proporti per tradurre in altre lingue non ancora supportate."
#: contribute.php:12 #: contribute.php:12
#, php-format msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgstr "In entrambi i casi, manda una mail a <span class=\"magt\">mashtelp[at]insicuri.net</span> e dicci come vorresti contribuire alla traduzione, da che lingua a che lingua (se ci scrivi ricordati però che conosciamo solo litaliano e linglese); ti invieremo i file da tradurre (in formato testo) e segnaleremo su questa pagina che qualcun* si sta occupando di quella parte di traduzione. Infine, se lo vorrai, ti citeremo tra i collaboratori e le collaboratrici sulla pagina <a href=\"/about/%s\">Info</a>."
msgstr "In entrambi i casi, manda una mail a mashtelp[at]insicuri.net e dicci come vorresti contribuire alla traduzione, da che lingua a che lingua (se ci scrivi ricordati però che conosciamo solo litaliano e linglese); ti invieremo i file da tradurre (in formato testo) e segnaleremo su questa pagina che qualcun* si sta occupando di quella parte di traduzione. Infine, se lo vorrai, ti citeremo tra i collaboratori e le collaboratrici sulla pagina <a href=\"/about/%s\">Info</a>."
#: contribute.php:14 #: contribute.php:14
msgid "Currently theres no ongoing translation work." msgid "Currently theres no ongoing translation work."
@ -85,8 +96,8 @@ msgid "Reporting problems"
msgstr "Segnalazione di problemi" msgstr "Segnalazione di problemi"
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "Puoi segnalare qualsiasi problema dovessi avere con il sito (bugs, traduzioni sbagliate, istanze che dovremmo blacklistare nel motore di ricerca perché accettano contenuti fascisti/razzisti/sessisti/abilisti/sovranisti) al nostro indirizzo mail masthelp[at]insicuri.net." msgstr "Puoi segnalare qualsiasi problema dovessi avere con il sito (bugs, traduzioni sbagliate, istanze che dovremmo blacklistare nel motore di ricerca perché accettano contenuti fascisti / razzisti / sessisti / abilisti / sovranisti) al nostro indirizzo mail <span class=\"magt\">masthelp[at]insicuri.net</span>."
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39
msgid "Guide" msgid "Guide"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,6 +17,18 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: 404.php:6
msgid "page not found"
msgstr ""
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr ""
#: 404.php:8
msgid "Try the menu ;-)"
msgstr ""
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -76,7 +88,7 @@ msgstr ""
#: contribute.php:12 #: contribute.php:12
#, php-format #, php-format
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgstr "" msgstr ""
#: contribute.php:14 #: contribute.php:14
@ -88,7 +100,7 @@ msgid "Reporting problems"
msgstr "" msgstr ""
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "" msgstr ""
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: 2020-10-27 14:58+0200\n" "PO-Revision-Date: 2020-10-27 14:58+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"
@ -13,6 +13,18 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: 404.php:6
msgid "page not found"
msgstr ""
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr ""
#: 404.php:8
msgid "Try the menu ;-)"
msgstr ""
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -72,7 +84,7 @@ msgstr ""
#: contribute.php:12 #: contribute.php:12
#, php-format #, php-format
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgstr "" msgstr ""
#: contribute.php:14 #: contribute.php:14
@ -84,7 +96,7 @@ msgid "Reporting problems"
msgstr "" msgstr ""
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "" msgstr ""
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: 2020-10-27 14:59+0200\n" "PO-Revision-Date: 2020-10-27 14:59+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: French <traduc@traduc.org>\n" "Language-Team: French <traduc@traduc.org>\n"
@ -14,6 +14,18 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: 404.php:6
msgid "page not found"
msgstr ""
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr ""
#: 404.php:8
msgid "Try the menu ;-)"
msgstr ""
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "A propos" msgstr "A propos"
@ -73,7 +85,7 @@ msgstr ""
#: contribute.php:12 #: contribute.php:12
#, php-format #, php-format
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgstr "" msgstr ""
#: contribute.php:14 #: contribute.php:14
@ -85,7 +97,7 @@ msgid "Reporting problems"
msgstr "" msgstr ""
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "" msgstr ""
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39

View file

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: masthelp 0.1\n" "Project-Id-Version: masthelp 0.1\n"
"Report-Msgid-Bugs-To: masthelp@insicuri.net\n" "Report-Msgid-Bugs-To: masthelp@insicuri.net\n"
"POT-Creation-Date: 2020-10-27 17:04+0100\n" "POT-Creation-Date: 2020-10-27 17:56+0100\n"
"PO-Revision-Date: 2020-10-27 14:59+0200\n" "PO-Revision-Date: 2020-10-27 14:59+0200\n"
"Last-Translator: masthelp <masthelp@insicuri.net>\n" "Last-Translator: masthelp <masthelp@insicuri.net>\n"
"Language-Team: Spanish <es@tp.org.es>\n" "Language-Team: Spanish <es@tp.org.es>\n"
@ -14,6 +14,18 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: 404.php:6
msgid "page not found"
msgstr ""
#: 404.php:7
msgid "Sorry, the requested URL was not found on this server."
msgstr ""
#: 404.php:8
msgid "Try the menu ;-)"
msgstr ""
#: about.php:7 index.php:53 index.php:113 stats.php:39 #: about.php:7 index.php:53 index.php:113 stats.php:39
msgid "About" msgid "About"
msgstr "Acerca de" msgstr "Acerca de"
@ -73,7 +85,7 @@ msgstr ""
#: contribute.php:12 #: contribute.php:12
#, php-format #, php-format
msgid "In both cases, just contact us at masthelp[at]insicuri.net and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page." msgid "In both cases, just contact us at <span class=\"magt\">masthelp[at]insicuri.net</span> and tell us how youd like to contribute to translation, from which language and to which language (when writing to us please bear in mind we only speak and understand Italian and English); well then send the files to translate (in plain text format) to you and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, you could be cited as a contributor on our <a href=\"/about/%s\">About</a> page."
msgstr "" msgstr ""
#: contribute.php:14 #: contribute.php:14
@ -85,7 +97,7 @@ msgid "Reporting problems"
msgstr "" msgstr ""
#: contribute.php:16 #: contribute.php:16
msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist/racist/sexist/ableist/sovereignist contents) at masthelp[at]insicuri.net." msgid "You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) at <span class=\"magt\">masthelp[at]insicuri.net</span>."
msgstr "" msgstr ""
#: index.php:51 index.php:90 stats.php:39 #: index.php:51 index.php:90 stats.php:39