Files
firefly-iii/resources/lang/sl_SI/form.php

199 lines
7.3 KiB
PHP
Raw Normal View History

2017-05-02 21:10:26 +02:00
<?php
2017-08-12 10:41:37 +02:00
declare(strict_types=1);
2017-05-02 21:10:26 +02:00
/**
* form.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
// new user:
2017-05-16 15:10:18 +02:00
'bank_name' => 'Naziv banke',
2017-08-25 07:07:45 +02:00
'bank_balance' => '',
'savings_balance' => '',
'credit_card_limit' => '',
'automatch' => '',
'skip' => '',
'name' => '',
'active' => '',
'amount_min' => '',
'amount_max' => '',
'match' => '',
'repeat_freq' => '',
'journal_currency_id' => '',
'currency_id' => '',
'attachments' => '',
'journal_amount' => '',
2017-05-02 21:50:07 +02:00
'journal_asset_source_account' => 'premoženjski račun (vir)',
2017-08-25 07:07:45 +02:00
'journal_source_account_name' => '',
2017-05-02 22:40:07 +02:00
'journal_source_account_id' => 'premoženjski račun (vir)',
2017-08-25 07:07:45 +02:00
'BIC' => '',
'verify_password' => '',
'account_from_id' => '',
'account_to_id' => '',
'source_account' => '',
'destination_account' => '',
2017-05-02 22:40:07 +02:00
'journal_destination_account_id' => 'premoženjski račun (cilj)',
2017-05-02 21:50:07 +02:00
'asset_destination_account' => 'premoženjski račun (cilj)',
'asset_source_account' => 'premoženjski račun (vir)',
2017-08-25 07:07:45 +02:00
'journal_description' => '',
'note' => '',
'split_journal' => '',
'split_journal_explanation' => '',
'currency' => '',
2017-05-02 22:40:07 +02:00
'account_id' => 'premoženjski račun',
2017-08-25 07:07:45 +02:00
'budget_id' => '',
'openingBalance' => '',
'tagMode' => '',
'tagPosition' => '',
'virtualBalance' => '',
'longitude_latitude' => '',
'targetamount' => '',
'accountRole' => '',
'openingBalanceDate' => '',
'ccType' => '',
'ccMonthlyPaymentDate' => '',
'piggy_bank_id' => '',
'returnHere' => '',
'returnHereExplanation' => '',
'returnHereUpdateExplanation' => '',
'description' => '',
2017-05-02 23:40:09 +02:00
'expense_account' => 'konto stroškov',
2017-08-25 07:07:45 +02:00
'revenue_account' => '',
'decimal_places' => '',
'exchange_rate_instruction' => '',
'exchanged_amount' => '',
'source_amount' => '',
'destination_amount' => '',
'native_amount' => '',
2017-05-02 21:10:26 +02:00
2017-08-25 07:07:45 +02:00
'revenue_account_source' => '',
2017-05-02 21:50:07 +02:00
'source_account_asset' => 'vir (premoženjski račun)',
2017-05-02 23:40:09 +02:00
'destination_account_expense' => 'ciljni konto (stroški)',
2017-05-02 22:00:10 +02:00
'destination_account_asset' => 'ciljni račun (premoženjski račun)',
2017-08-25 07:07:45 +02:00
'source_account_revenue' => '',
'type' => '',
'convert_Withdrawal' => '',
'convert_Deposit' => '',
'convert_Transfer' => '',
2017-05-02 21:10:26 +02:00
2017-08-25 07:07:45 +02:00
'amount' => '',
'date' => '',
'interest_date' => '',
'book_date' => '',
'process_date' => '',
'category' => '',
'tags' => '',
'deletePermanently' => '',
'cancel' => '',
'targetdate' => '',
'tag' => '',
'under' => '',
'symbol' => '',
'code' => '',
'iban' => '',
'accountNumber' => '',
'has_headers' => '',
'date_format' => '',
'specifix' => '',
'attachments[]' => '',
'store_new_withdrawal' => '',
'store_new_deposit' => '',
'store_new_transfer' => '',
'add_new_withdrawal' => '',
'add_new_deposit' => '',
'add_new_transfer' => '',
'noPiggybank' => '',
'title' => '',
'notes' => '',
'filename' => '',
'mime' => '',
'size' => '',
'trigger' => '',
'stop_processing' => '',
'start_date' => '',
'end_date' => '',
'export_start_range' => '',
'export_end_range' => '',
'export_format' => '',
'include_attachments' => '',
'include_old_uploads' => '',
'accounts' => '',
'delete_account' => '',
'delete_bill' => '',
'delete_budget' => '',
'delete_category' => '',
'delete_currency' => '',
'delete_journal' => '',
'delete_attachment' => '',
'delete_rule' => '',
'delete_rule_group' => '',
'delete_link_type' => '',
'attachment_areYouSure' => '',
'account_areYouSure' => '',
'bill_areYouSure' => '',
'rule_areYouSure' => '',
'ruleGroup_areYouSure' => '',
'budget_areYouSure' => '',
'category_areYouSure' => '',
'currency_areYouSure' => '',
'piggyBank_areYouSure' => '',
'journal_areYouSure' => '',
'mass_journal_are_you_sure' => '',
'tag_areYouSure' => '',
'journal_link_areYouSure' => '',
'linkType_areYouSure' => '',
'permDeleteWarning' => '',
'mass_make_selection' => '',
'delete_all_permanently' => '',
'update_all_journals' => '',
'also_delete_transactions' => '',
'also_delete_connections' => '',
'also_delete_rules' => '',
'also_delete_piggyBanks' => '',
'bill_keep_transactions' => '',
'budget_keep_transactions' => '',
'category_keep_transactions' => '',
'tag_keep_transactions' => '',
2017-05-02 21:10:26 +02:00
2017-08-25 07:07:45 +02:00
'email' => '',
'password' => '',
'password_confirmation' => '',
'blocked' => '',
'blocked_code' => '',
2017-05-02 21:10:26 +02:00
// admin
2017-08-25 07:07:45 +02:00
'domain' => '',
'single_user_mode' => '',
'must_confirm_account' => '',
'is_demo_site' => '',
2017-05-02 21:10:26 +02:00
// import
2017-08-25 07:07:45 +02:00
'import_file' => '',
'configuration_file' => '',
'import_file_type' => '',
'csv_comma' => '',
'csv_semicolon' => '',
'csv_tab' => '',
'csv_delimiter' => '',
'csv_import_account' => '',
'csv_config' => '',
2017-05-02 21:10:26 +02:00
2017-08-25 07:07:45 +02:00
'due_date' => '',
'payment_date' => '',
'invoice_date' => '',
'internal_reference' => '',
2017-08-21 07:20:43 +02:00
2017-08-25 07:07:45 +02:00
'inward' => '',
'outward' => '',
2017-05-02 21:10:26 +02:00
];