translate link added to the options page. fixes #68
This commit is contained in:
parent
a263b42ede
commit
8b83a297b9
6 changed files with 45 additions and 0 deletions
|
|
@ -417,6 +417,15 @@
|
|||
"backToOptionsText": {
|
||||
"message": "Optionen",
|
||||
"description": ""
|
||||
},
|
||||
"TranslateText": {
|
||||
"message": "Möchtest du helfen, dieses Add-on zu übersetzen?",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"TranslateLink": {
|
||||
"message": "Finde es heraus!",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -417,5 +417,15 @@
|
|||
"backToOptionsText": {
|
||||
"message": "Options",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"TranslateText": {
|
||||
"message": "Do you want to help translate this addon?",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"TranslateLink": {
|
||||
"message": "Find out how!",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -417,6 +417,15 @@
|
|||
"backToOptionsText": {
|
||||
"message": "Options",
|
||||
"description": ""
|
||||
},
|
||||
"TranslateText": {
|
||||
"message": "Voulez-vous aider à traduire cet addon ?",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"TranslateLink": {
|
||||
"message": "Découvrez comment !",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -334,5 +334,13 @@
|
|||
"backToOptionsText": {
|
||||
"message": "Opzioni",
|
||||
"description": ""
|
||||
},
|
||||
"TranslateText": {
|
||||
"message": "Vuoi aiutare a tradurre questo addon?",
|
||||
"description": ""
|
||||
},
|
||||
"TranslateLink": {
|
||||
"message": "Scopri come!",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -91,4 +91,12 @@ span.dims_label{
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
div#miczTranslate{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
@ -91,6 +91,7 @@
|
|||
__MSG_prefsInfoDesc_2__<br/>
|
||||
__MSG_prefsInfoDesc_3__</p>
|
||||
</div>
|
||||
<div id="miczTranslate">__MSG_TranslateText__ <a href="https://micz.it/thunderbird-addon-thunderai/translate/">__MSG_TranslateLink__</a></div>
|
||||
<div id="miczDonation">__MSG_prefsDonation_1__<br/><a href="http://micz.it/thunderbird-addon-thunderai/donate/">__MSG_prefsDonation_2__</a></div>
|
||||
<script src="mzta-options.js" type="module"></script>
|
||||
<script src="../js/mzta-i18n.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue