mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Mehrsprachigkeit Button 'Abschicken' gefixt
This commit is contained in:
@@ -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,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';
|
||||
|
||||
Reference in New Issue
Block a user