akaunting/resources/lang/en-GB/messages.php

42 lines
2.3 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'success' => [
'added' => ':type added!',
'updated' => ':type updated!',
'deleted' => ':type deleted!',
2017-11-26 15:20:17 +03:00
'duplicated' => ':type duplicated!',
2017-11-30 11:47:56 +03:00
'imported' => ':type imported!',
2021-04-16 00:59:43 +03:00
'import_queued' => ':type import has been scheduled! You will receive an email when it is finished.',
'exported' => ':type exported!',
2021-06-27 11:40:46 +03:00
'export_queued' => ':type export of the current page has been scheduled! You will receive an email when it is ready to download.',
2018-06-11 11:19:30 +03:00
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
'clear_all' => 'Great! You\'ve cleared all of your :type.',
2017-09-14 22:21:00 +03:00
],
2018-11-29 17:34:21 +03:00
2017-09-14 22:21:00 +03:00
'error' => [
2018-10-30 13:11:10 +03:00
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
2017-09-14 22:21:00 +03:00
'not_user_company' => 'Error: You are not allowed to manage this company!',
2018-03-21 16:21:51 +03:00
'customer' => 'Error: User not created! :name already uses this email address.',
2017-11-30 11:47:56 +03:00
'no_file' => 'Error: No file selected!',
'last_category' => 'Error: Can not delete the last :type category!',
2019-11-16 10:21:14 +03:00
'change_type' => 'Error: Can not change the type because it has :text related!',
2019-12-23 18:02:42 +03:00
'invalid_apikey' => 'Error: The API Key entered is invalid!',
2021-04-16 00:59:43 +03:00
'import_column' => 'Error: :message Column name: :column. Line number: :line.',
2018-06-27 17:01:26 +03:00
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
2017-09-14 22:21:00 +03:00
],
2018-11-29 13:10:52 +03:00
2017-09-14 22:21:00 +03:00
'warning' => [
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
'disabled' => 'Warning: You are not allowed to disable <b>:name</b> because it has :text related.',
'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
2018-11-29 13:10:52 +03:00
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
2019-11-16 10:21:14 +03:00
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
2017-09-14 22:21:00 +03:00
],
];