mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 10:59:28 +00:00
9 lines
300 B
PHP
Executable File
9 lines
300 B
PHP
Executable File
<?php
|
|
$this->phrasen['buchungen/betrag']='Importo';
|
|
$this->phrasen['buchungen/buchgstyp']='tipologia registrazione';
|
|
$this->phrasen['buchungen/buchungsdatum']='data registrazione';
|
|
$this->phrasen['buchungen/buchungstext']='testo registrazione';
|
|
$this->phrasen['buchungen/titel']='registrazioni';
|
|
|
|
?>
|