forked from friendica/friendica-addons
IT mathjax addon translation update THX Sylke Vicious
This commit is contained in:
parent
e611017932
commit
d6ff1c7ef6
|
@ -5,13 +5,14 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
|
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
|
||||||
|
# Sylke Vicious <silkevicious@gmail.com>, 2021
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||||
"PO-Revision-Date: 2015-08-31 10:19+0000\n"
|
"PO-Revision-Date: 2021-02-16 12:51+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -19,35 +20,17 @@ msgstr ""
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: mathjax.php:36
|
#: mathjax.php:43
|
||||||
msgid "Settings"
|
|
||||||
msgstr "Impostazioni"
|
|
||||||
|
|
||||||
#: mathjax.php:37
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"The MathJax addon renders mathematical formulae written using the LaTeX "
|
"The MathJax addon renders mathematical formulae written using the LaTeX "
|
||||||
"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
|
"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
|
||||||
"your wall,network tab and private mail."
|
"your wall,network tab and private mail."
|
||||||
msgstr "Iladdon\"MatJax\" renderizza formule matematiche scritta usando la sintassi LaTeX circondate dalle usuali $$ o un blocco eqnarray nei messaggi della tua bacheca, pagina Rete e messaggi privati."
|
msgstr "Il plugin \"MatJax\" renderizza formule matematiche scritta usando la sintassi LaTeX circondate dalle usuali $$ o un blocco eqnarray nei messaggi della tua bacheca, pagina Rete e messaggi privati."
|
||||||
|
|
||||||
#: mathjax.php:38
|
#: mathjax.php:44
|
||||||
msgid "Use the MathJax renderer"
|
msgid "Use the MathJax renderer"
|
||||||
msgstr "Usa il render MathJax"
|
msgstr "Usa il render MathJax"
|
||||||
|
|
||||||
#: mathjax.php:42
|
#: mathjax.php:45
|
||||||
msgid "Submit"
|
msgid "Save Settings"
|
||||||
msgstr "Invia"
|
msgstr "Salva Impostazioni"
|
||||||
|
|
||||||
#: mathjax.php:66
|
|
||||||
msgid "Settings updated."
|
|
||||||
msgstr "Impostazioni aggiornate."
|
|
||||||
|
|
||||||
#: mathjax.php:75
|
|
||||||
msgid "MathJax Base URL"
|
|
||||||
msgstr "Indirizzo di base di MathJax"
|
|
||||||
|
|
||||||
#: mathjax.php:75
|
|
||||||
msgid ""
|
|
||||||
"The URL for the javascript file that should be included to use MathJax. Can "
|
|
||||||
"be either the MathJax CDN or another installation of MathJax."
|
|
||||||
msgstr "L'indirizzo per il file javascript che deve essere incluso per usare MathJax. Può essere sul CDN di MathJax o in un'altra installazione di MathJax."
|
|
||||||
|
|
|
@ -6,10 +6,6 @@ function string_plural_select_it($n){
|
||||||
return intval($n != 1);
|
return intval($n != 1);
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Settings"] = "Impostazioni";
|
$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Il plugin \"MatJax\" renderizza formule matematiche scritta usando la sintassi LaTeX circondate dalle usuali $$ o un blocco eqnarray nei messaggi della tua bacheca, pagina Rete e messaggi privati.";
|
||||||
$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Iladdon\"MatJax\" renderizza formule matematiche scritta usando la sintassi LaTeX circondate dalle usuali $$ o un blocco eqnarray nei messaggi della tua bacheca, pagina Rete e messaggi privati.";
|
|
||||||
$a->strings["Use the MathJax renderer"] = "Usa il render MathJax";
|
$a->strings["Use the MathJax renderer"] = "Usa il render MathJax";
|
||||||
$a->strings["Submit"] = "Invia";
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
|
||||||
$a->strings["MathJax Base URL"] = "Indirizzo di base di MathJax";
|
|
||||||
$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "L'indirizzo per il file javascript che deve essere incluso per usare MathJax. Può essere sul CDN di MathJax o in un'altra installazione di MathJax.";
|
|
||||||
|
|
Loading…
Reference in a new issue