| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  | <?php | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /** | 
					
						
							|  |  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * This program is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  |  * it under the terms of the GNU Affero General Public License as | 
					
						
							|  |  |  |  |  * published by the Free Software Foundation, either version 3 of the | 
					
						
							|  |  |  |  |  * License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * GNU Affero General Public License for more details. | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | declare(strict_types=1); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | return [ | 
					
						
							|  |  |  |  |     'home'                   => 'Αρχική', | 
					
						
							|  |  |  |  |     'edit_currency'          => 'Επεξεργασία νομίσματος ":name"', | 
					
						
							|  |  |  |  |     'delete_currency'        => 'Διαγραφή νομίσματος ":name"', | 
					
						
							|  |  |  |  |     'newPiggyBank'           => 'Δημιουργία ενός νέου κουμπαρά', | 
					
						
							| 
									
										
										
										
											2020-02-22 06:21:56 +01:00
										 |  |  |  |     'edit_piggyBank'         => 'Επεξεργασία κουμπαρά ":name"', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |     'preferences'            => 'Προτιμήσεις', | 
					
						
							|  |  |  |  |     'profile'                => 'Προφίλ', | 
					
						
							| 
									
										
										
										
											2021-03-23 18:39:01 +01:00
										 |  |  |  |     'accounts'               => 'Λογαριασμοί', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |     'changePassword'         => 'Αλλάξτε τον κωδικό σας', | 
					
						
							|  |  |  |  |     'change_email'           => 'Αλλάξτε τη διεύθυνση του email σας', | 
					
						
							| 
									
										
										
										
											2020-02-23 07:09:09 +01:00
										 |  |  |  |     'bills'                  => 'Πάγια έξοδα', | 
					
						
							|  |  |  |  |     'newBill'                => 'Νέο πάγιο έξοδο', | 
					
						
							|  |  |  |  |     'edit_bill'              => 'Επεξεργασία πάγιου έξοδου ":name"', | 
					
						
							|  |  |  |  |     'delete_bill'            => 'Διαγραφή πάγιου έξοδου ":name"', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |     'reports'                => 'Αναφορές', | 
					
						
							|  |  |  |  |     'search_result'          => 'Αποτελέσματα αναζήτησης για ":query"', | 
					
						
							| 
									
										
										
										
											2020-02-22 06:21:56 +01:00
										 |  |  |  |     'withdrawal_list'        => 'Δαπάνες', | 
					
						
							|  |  |  |  |     'Withdrawal_list'        => 'Δαπάνες', | 
					
						
							| 
									
										
										
										
											2020-03-06 05:25:36 +01:00
										 |  |  |  |     'deposit_list'           => 'Έσοδα και καταθέσεις', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |     'transfer_list'          => 'Μεταφορές', | 
					
						
							|  |  |  |  |     'transfers_list'         => 'Μεταφορές', | 
					
						
							| 
									
										
										
										
											2020-02-22 06:21:56 +01:00
										 |  |  |  |     'reconciliation_list'    => 'Συνδιαλλαγές', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |     'create_withdrawal'      => 'Δημιουργία νέας ανάληψης', | 
					
						
							|  |  |  |  |     'create_deposit'         => 'Δημιουργία νέας κατάθεσης', | 
					
						
							|  |  |  |  |     'create_transfer'        => 'Δημιουργία νέας μεταφοράς', | 
					
						
							|  |  |  |  |     'create_new_transaction' => 'Δημιουργία μιας νέας συναλλαγής', | 
					
						
							|  |  |  |  |     'edit_journal'           => 'Επεξεργασία συναλλαγής ":description"', | 
					
						
							|  |  |  |  |     'edit_reconciliation'    => 'Επεξεργασία ":description"', | 
					
						
							|  |  |  |  |     'delete_journal'         => 'Διαγραφή συναλλαγής ":description"', | 
					
						
							| 
									
										
										
										
											2020-03-06 05:25:36 +01:00
										 |  |  |  |     'delete_group'           => 'Διαγραφή συναλλαγής ":description"', | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  |     'tags'                   => 'Ετικέτες', | 
					
						
							|  |  |  |  |     'createTag'              => 'Δημιουργία νέας ετικέτας', | 
					
						
							|  |  |  |  |     'edit_tag'               => 'Επεξεργασία ετικέτας ":tag"', | 
					
						
							|  |  |  |  |     'delete_tag'             => 'Διαγραφή ετικέτας ":tag"', | 
					
						
							|  |  |  |  |     'delete_journal_link'    => 'Διαγραφή συνδέσμου μεταξύ των συναλλαγών', | 
					
						
							| 
									
										
										
										
											2020-07-17 19:00:38 +02:00
										 |  |  |  |     'edit_object_group'      => 'Επεξεργασία ομάδας ":title"', | 
					
						
							|  |  |  |  |     'delete_object_group'    => 'Διαγραφή ομάδας ":title"', | 
					
						
							| 
									
										
										
										
											2022-01-28 21:19:05 +01:00
										 |  |  |  |     'logout_others'          => 'Αποσυνδέσετε τις άλλες συνεδρίες' | 
					
						
							| 
									
										
										
										
											2019-09-06 20:26:13 +02:00
										 |  |  |  | ]; |