| 
									
										
										
										
											2017-01-02 11:02:27 +01:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-02 11:02:27 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * list.php | 
					
						
							| 
									
										
										
										
											2018-06-01 14:22:08 +02:00
										 |  |  |  * Copyright (c) 2018 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This file is part of Firefly III. | 
					
						
							| 
									
										
										
										
											2017-01-02 11:02:27 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Firefly III is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation, either version 3 of the License, or | 
					
						
							|  |  |  |  * (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2017-01-02 11:02:27 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Firefly III is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							| 
									
										
										
										
											2017-12-19 05:24:14 +01:00
										 |  |  |  * along with Firefly III. If not, see <http://www.gnu.org/licenses/>. | 
					
						
							| 
									
										
										
										
											2017-01-02 11:02:27 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2017-12-19 19:35:54 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-01 14:22:08 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-02 11:02:27 +01:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:36 +02:00
										 |  |  |     'buttons'                 => 'Przyciski', | 
					
						
							|  |  |  |     'icon'                    => 'Ikona', | 
					
						
							|  |  |  |     'id'                      => 'ID', | 
					
						
							|  |  |  |     'create_date'             => 'Utworzono', | 
					
						
							|  |  |  |     'update_date'             => 'Zaktualizowano', | 
					
						
							| 
									
										
										
										
											2017-11-24 17:06:42 +01:00
										 |  |  |     'updated_at'              => 'Zaktualizowano', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:36 +02:00
										 |  |  |     'balance_before'          => 'Saldo przed', | 
					
						
							|  |  |  |     'balance_after'           => 'Saldo po', | 
					
						
							|  |  |  |     'name'                    => 'Nazwa', | 
					
						
							|  |  |  |     'role'                    => 'Rola', | 
					
						
							|  |  |  |     'currentBalance'          => 'Bieżące saldo', | 
					
						
							| 
									
										
										
										
											2018-04-21 20:48:18 +02:00
										 |  |  |     'linked_to_rules'         => 'Powiązane reguły', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:36 +02:00
										 |  |  |     'active'                  => 'Jest aktywny?', | 
					
						
							|  |  |  |     'lastActivity'            => 'Ostatnia aktywność', | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |     'balanceDiff'             => 'Różnica sald', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:36 +02:00
										 |  |  |     'matchesOn'               => 'Dopasowanie', | 
					
						
							|  |  |  |     'account_type'            => 'Typ konta', | 
					
						
							|  |  |  |     'created_at'              => 'Utworzono', | 
					
						
							|  |  |  |     'account'                 => 'Konto', | 
					
						
							|  |  |  |     'matchingAmount'          => 'Kwota', | 
					
						
							|  |  |  |     'split_number'            => '# podziału', | 
					
						
							|  |  |  |     'destination'             => 'Cel', | 
					
						
							|  |  |  |     'source'                  => 'Źródło', | 
					
						
							|  |  |  |     'next_expected_match'     => 'Następne oczekiwane dopasowanie', | 
					
						
							|  |  |  |     'automatch'               => 'Auto dopasowanie?', | 
					
						
							|  |  |  |     'repeat_freq'             => 'Powtarza się', | 
					
						
							|  |  |  |     'description'             => 'Opis', | 
					
						
							|  |  |  |     'amount'                  => 'Kwota', | 
					
						
							|  |  |  |     'internal_reference'      => 'Wewnętrzny numer', | 
					
						
							|  |  |  |     'date'                    => 'Data', | 
					
						
							|  |  |  |     'interest_date'           => 'Stopa procentowa', | 
					
						
							|  |  |  |     'book_date'               => 'Data księgowania', | 
					
						
							|  |  |  |     'process_date'            => 'Przetworzono', | 
					
						
							|  |  |  |     'due_date'                => 'Termin realizacji', | 
					
						
							|  |  |  |     'payment_date'            => 'Data płatności', | 
					
						
							|  |  |  |     'invoice_date'            => 'Data faktury', | 
					
						
							|  |  |  |     'interal_reference'       => 'Wewnętrzny numer', | 
					
						
							|  |  |  |     'notes'                   => 'Notatki', | 
					
						
							|  |  |  |     'from'                    => 'Z', | 
					
						
							|  |  |  |     'piggy_bank'              => 'Skarbonka', | 
					
						
							|  |  |  |     'to'                      => 'Do', | 
					
						
							|  |  |  |     'budget'                  => 'Budżet', | 
					
						
							|  |  |  |     'category'                => 'Kategoria', | 
					
						
							|  |  |  |     'bill'                    => 'Rachunek', | 
					
						
							|  |  |  |     'withdrawal'              => 'Wypłata', | 
					
						
							|  |  |  |     'deposit'                 => 'Wpłata', | 
					
						
							| 
									
										
										
										
											2017-12-27 15:58:03 +01:00
										 |  |  |     'transfer'                => 'Transfer', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:36 +02:00
										 |  |  |     'type'                    => 'Typ', | 
					
						
							|  |  |  |     'completed'               => 'Zakończone', | 
					
						
							|  |  |  |     'iban'                    => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period'     => 'Zapłacono w tym okresie', | 
					
						
							|  |  |  |     'email'                   => 'Adres E-Mail', | 
					
						
							|  |  |  |     'registered_at'           => 'Zarejestrowano', | 
					
						
							|  |  |  |     'is_blocked'              => 'Jest zablokowany', | 
					
						
							|  |  |  |     'is_admin'                => 'Jest administratorem', | 
					
						
							|  |  |  |     'has_two_factor'          => 'Ma dwustopniową autoryzację', | 
					
						
							|  |  |  |     'blocked_code'            => 'Kod blokady', | 
					
						
							|  |  |  |     'source_account'          => 'Konto źródłowe', | 
					
						
							|  |  |  |     'destination_account'     => 'Konto docelowe', | 
					
						
							|  |  |  |     'accounts_count'          => 'Liczba kont', | 
					
						
							|  |  |  |     'journals_count'          => 'Liczba transakcji', | 
					
						
							|  |  |  |     'attachments_count'       => 'Liczba załączników', | 
					
						
							|  |  |  |     'bills_count'             => 'Liczba rachunków', | 
					
						
							|  |  |  |     'categories_count'        => 'Liczba kategorii', | 
					
						
							|  |  |  |     'export_jobs_count'       => 'Liczba zadań eksportu', | 
					
						
							|  |  |  |     'import_jobs_count'       => 'Liczba zadań importu', | 
					
						
							|  |  |  |     'budget_count'            => 'Liczba budżetów', | 
					
						
							|  |  |  |     'rule_and_groups_count'   => 'Liczba reguł i grup reguł', | 
					
						
							|  |  |  |     'tags_count'              => 'Liczba tagów', | 
					
						
							| 
									
										
										
										
											2017-12-31 09:10:38 +01:00
										 |  |  |     'tags'                    => 'Tagi', | 
					
						
							| 
									
										
										
										
											2017-10-06 23:20:27 +02:00
										 |  |  |     'inward'                  => 'Opis wewnętrzny', | 
					
						
							|  |  |  |     'outward'                 => 'Opis zewnętrzny', | 
					
						
							| 
									
										
										
										
											2017-09-24 21:20:36 +02:00
										 |  |  |     'number_of_transactions'  => 'Liczba transakcji', | 
					
						
							| 
									
										
										
										
											2017-10-04 20:20:08 +02:00
										 |  |  |     'total_amount'            => 'Łączna kwota', | 
					
						
							| 
									
										
										
										
											2017-10-04 20:30:19 +02:00
										 |  |  |     'sum'                     => 'Suma', | 
					
						
							|  |  |  |     'sum_excluding_transfers' => 'Suma (bez transferów)', | 
					
						
							|  |  |  |     'sum_withdrawals'         => 'Suma wypłat', | 
					
						
							|  |  |  |     'sum_deposits'            => 'Suma wpłat', | 
					
						
							|  |  |  |     'sum_transfers'           => 'Suma transferów', | 
					
						
							| 
									
										
										
										
											2017-12-23 22:02:29 +01:00
										 |  |  |     'reconcile'               => 'Uzgodnij', | 
					
						
							| 
									
										
										
										
											2018-01-29 19:13:43 +01:00
										 |  |  |     'account_on_spectre'      => 'Konto (Spectre)', | 
					
						
							| 
									
										
										
										
											2018-08-05 15:33:49 +02:00
										 |  |  |     'account_on_ynab'         => 'Account (YNAB)', | 
					
						
							| 
									
										
										
										
											2018-01-29 19:13:43 +01:00
										 |  |  |     'do_import'               => 'Importuj z tego konta', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |     'sepa-ct-id'              => 'SEPA End to End Identifier', | 
					
						
							|  |  |  |     'sepa-ct-op'              => 'SEPA Opposing Account Identifier', | 
					
						
							|  |  |  |     'sepa-db'                 => 'SEPA Mandate Identifier', | 
					
						
							|  |  |  |     'sepa-country'            => 'SEPA Country', | 
					
						
							|  |  |  |     'sepa-cc'                 => 'SEPA Clearing Code', | 
					
						
							|  |  |  |     'sepa-ep'                 => 'SEPA External Purpose', | 
					
						
							|  |  |  |     'sepa-ci'                 => 'SEPA Creditor Identifier', | 
					
						
							| 
									
										
										
										
											2018-07-25 16:44:06 +02:00
										 |  |  |     'sepa-batch-id'           => 'SEPA Batch ID', | 
					
						
							| 
									
										
										
										
											2018-06-01 14:22:08 +02:00
										 |  |  |     'external_id'             => 'External ID', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |     'account_at_bunq'         => 'Konto bunq', | 
					
						
							| 
									
										
										
										
											2018-04-28 15:26:45 +02:00
										 |  |  |     'file_name'               => 'Nazwa pliku', | 
					
						
							|  |  |  |     'file_size'               => 'Rozmiar pliku', | 
					
						
							|  |  |  |     'file_type'               => 'Typ pliku', | 
					
						
							|  |  |  |     'attached_to'             => 'Dołączony do', | 
					
						
							|  |  |  |     'file_exists'             => 'Plik istnieje', | 
					
						
							| 
									
										
										
										
											2018-06-01 14:22:08 +02:00
										 |  |  |     'spectre_bank'            => 'Bank', | 
					
						
							|  |  |  |     'spectre_last_use'        => 'Last login', | 
					
						
							|  |  |  |     'spectre_status'          => 'Status', | 
					
						
							|  |  |  |     'bunq_payment_id'         => 'bunq payment ID', | 
					
						
							| 
									
										
										
										
											2018-06-23 06:29:14 +02:00
										 |  |  |     'repetitions'             => 'Repetitions', | 
					
						
							|  |  |  |     'title'                   => 'Title', | 
					
						
							| 
									
										
										
										
											2018-06-27 21:37:16 +02:00
										 |  |  |     'transaction_s'           => 'Transakcja(e)', | 
					
						
							|  |  |  |     'field'                   => 'Pole', | 
					
						
							|  |  |  |     'value'                   => 'Wartość', | 
					
						
							| 
									
										
										
										
											2018-08-05 20:44:05 +02:00
										 |  |  |     'interest'                => 'Interest', | 
					
						
							|  |  |  |     'interest_period'         => 'interest period', | 
					
						
							|  |  |  |     'liability_type'          => 'Type of liability', | 
					
						
							| 
									
										
										
										
											2017-09-03 10:41:15 +02:00
										 |  |  | ]; |