akaunting/resources/lang/el-GR/reconciliations.php

17 lines
629 B
PHP
Raw Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
'reconcile' => 'Σύγκριση',
'reconciled' => 'Σε συμφωνία',
'closing_balance' => 'Υπόλοιπο κλεισίματος',
'unreconciled' => 'Σε ασυμφωνία',
2019-12-25 14:32:47 +03:00
'transactions' => 'Συναλλαγές',
2018-11-08 12:11:42 +03:00
'start_date' => 'Ημερομηνία Έναρξης',
'end_date' => 'Ημερομηνία Λήξης',
'cleared_amount' => 'Εκκαθαρισμένο Υπόλοιπο',
2018-12-25 12:44:02 +03:00
'deposit' => 'Κατάθεση',
'withdrawal' => 'Ανάληψη',
2018-11-08 12:11:42 +03:00
];