mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 21:28:30 +01:00
32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'trash' => 'Kosz',
|
||
|
|
||
|
'deleted_links' => 'Usunięte linki',
|
||
|
'deleted_lists' => 'Usunięte listy',
|
||
|
'deleted_tags' => 'Usunięte tagi',
|
||
|
'deleted_notes' => 'Usunięte notatki',
|
||
|
|
||
|
'restore' => 'Przywróć wpis',
|
||
|
|
||
|
'clear_trash' => 'Wyczyść kosz',
|
||
|
'delete_warning' => 'Trwale usunięte wpisy nie mogą zostać przywrócone!',
|
||
|
'delete_no_entries' => 'Brak wpisów do usunięcia.',
|
||
|
|
||
|
'delete_success.links' => 'Trwale usunięto wszystkie linki.',
|
||
|
'delete_success.lists' => 'Trwale usunięto wszystkie listy.',
|
||
|
'delete_success.tags' => 'Trwale usunięto wszystkie tagi.',
|
||
|
'delete_success.notes' => 'Trwale usunięto wszystkie notatki.',
|
||
|
|
||
|
'restore.link' => 'Przywrócono link z kosza.',
|
||
|
'restore.list' => 'Przywrócono listę z kosza.',
|
||
|
'restore.tag' => 'Przywrócono tag z kosza.',
|
||
|
'restore.note' => 'Przywrócono notatkę z kosza.',
|
||
|
|
||
|
'restore.not_found' => 'Nie znaleziono elementu, który ma zostać przywrócony.',
|
||
|
'restore.not_allowed' => 'Nie masz uprawnień, aby przywrócić ten przedmiot.',
|
||
|
|
||
|
];
|