forked from indymedia/epicyon
Change submit to vote
parent
55d65156da
commit
c2c3b745f8
|
@ -136,5 +136,6 @@
|
|||
"Mod": "Cym",
|
||||
"Approve follow requests": "Cymeradwyo dilyn ceisiadau",
|
||||
"Page down": "Tudalen lawr",
|
||||
"Page up": "Tudalen i fyny"
|
||||
"Page up": "Tudalen i fyny",
|
||||
"Vote": "Vote"
|
||||
}
|
||||
|
|
|
@ -136,5 +136,6 @@
|
|||
"Mod": "Mod",
|
||||
"Approve follow requests": "Follow-Anfragen genehmigen",
|
||||
"Page down": "Bild runter",
|
||||
"Page up": "Bild auf"
|
||||
"Page up": "Bild auf",
|
||||
"Vote": "Vote"
|
||||
}
|
||||
|
|
|
@ -136,5 +136,6 @@
|
|||
"Mod": "Mod",
|
||||
"Approve follow requests": "Approve follow requests",
|
||||
"Page down": "Page down",
|
||||
"Page up": "Page up"
|
||||
"Page up": "Page up",
|
||||
"Vote": "Vote"
|
||||
}
|
||||
|
|
|
@ -136,5 +136,6 @@
|
|||
"Mod": "Mod",
|
||||
"Approve follow requests": "Aprobar seguir solicitudes",
|
||||
"Page down": "Página abajo",
|
||||
"Page up": "Página arriba"
|
||||
"Page up": "Página arriba",
|
||||
"Vote": "Vote"
|
||||
}
|
||||
|
|
|
@ -136,5 +136,6 @@
|
|||
"Mod": "Mod",
|
||||
"Approve follow requests": "Approuver les demandes de suivi",
|
||||
"Page down": "Bas de page",
|
||||
"Page up": "Haut de page"
|
||||
"Page up": "Haut de page",
|
||||
"Vote": "Vote"
|
||||
}
|
||||
|
|
|
@ -136,5 +136,6 @@
|
|||
"Mod": "Mod",
|
||||
"Approve follow requests": "Iarratais a leanúint a cheadú",
|
||||
"Page down": "Leathanach Síos",
|
||||
"Page up": "Leathanach suas"
|
||||
"Page up": "Leathanach suas",
|
||||
"Vote": "Vote"
|
||||
}
|
||||
|
|
|
@ -136,5 +136,6 @@
|
|||
"Mod": "Mod",
|
||||
"Approve follow requests": "Approvare seguire le richieste",
|
||||
"Page down": "Pagina giù",
|
||||
"Page up": "Pagina su"
|
||||
"Page up": "Pagina su",
|
||||
"Vote": "Vote"
|
||||
}
|
||||
|
|
|
@ -1405,7 +1405,7 @@ def insertQuestion(translate: {}, \
|
|||
if not choice.get('name'):
|
||||
continue
|
||||
content+='<input type="radio" name="answer" value="'+choice['name']+'"> '+choice['name']+'<br><br>'
|
||||
content+='<input type="submit" value="'+translate['Submit']+'"><br><br>'
|
||||
content+='<input type="submit" value="'+translate['Vote']+'" class="left"><br><br>'
|
||||
content+='</form></div>'
|
||||
return content
|
||||
|
||||
|
|
Loading…
Reference in New Issue