Mehrsprachigkeit Button 'Abschicken' gefixt

This commit is contained in:
Gerry Raab
2017-10-18 21:54:46 +02:00
parent ffc778864a
commit c67fc2fd58
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ else
</tr>
<tr>
<td></td>
<td><input type="submit" name="submit" value="Absenden" /></td>
<td><input type="submit" name="submit" value="'.$p->t('global/abschicken').'" /></td>
</tr>
</table>
</form>';
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$this->phrasen['global/abbrechen']='annulla';
$this->phrasen['global/abmelden']='esci';
$this->phrasen['global/abschicken']='spedisci ';
$this->phrasen['global/abschicken']='Invia ';
$this->phrasen['global/adresse']='indirizzo';
$this->phrasen['global/aendern']='modifica';
$this->phrasen['global/aktion']='azione';