mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-05-25 01:29:39 -05:00
15 lines
939 B
PHP
15 lines
939 B
PHP
<?php
|
|
|
|
return [
|
|
'added_new_plant' => 'Dodano nową roślinę: <a href="{url}">{name}</a>',
|
|
'moved_plant_to_history' => 'Przeniesiono roślinę <a href="{url}">{name}</a> do {history}',
|
|
'restored_plant_from_history' => 'Przywrócono <a href="{url}">{name}</a> z {history}',
|
|
'deleted_plant' => 'Usunięto <strong>{name}</strong>',
|
|
'created_task' => 'Stworzono nowe zadanie: <a href="{url}">{name}</a>',
|
|
'completed_task' => 'Ukończono zadanie: <a href="{url}">{name}</a>',
|
|
'reactivated_task' => 'Dezaktywowano zadanie: <a href="{url}">{name}</a>',
|
|
'created_inventory_item' => 'Stworzono nowy przedmiot wyposażenia: <a href="{url}">{name}</a>',
|
|
'removed_inventory_item' => 'Usunięto <strong>{name}</strong> z wyposażenia',
|
|
'added_calendar_item' => 'Dodano nowy wpis w kalendarzu: <a href="{url}">{name}</a>',
|
|
'edited_calendar_item' => 'Edytowano wpis z kalendarza: <a href="{url}">{name}</a>'
|
|
]; |