mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
637 B
PHP
21 lines
637 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Nowy profil',
|
|
'new_adress' => 'Nowy adres',
|
|
'show' => 'Pokaż adres',
|
|
'update_password' => 'Aktualizować hasło',
|
|
'update_profile' => 'Zaktualizować profil',
|
|
'delete' => 'Usunąć',
|
|
'extend' => 'Poszerzać',
|
|
'extend_all' => 'Rozszerz wszystko',
|
|
'edit' => 'Edytować',
|
|
'go_profile' => 'Przejdź do szczegółów profilu',
|
|
'go_user' => 'Przejdź do szczegółów użytkownika',
|
|
'personal' => 'Osobisty',
|
|
'corporate' => 'Zbiorowy',
|
|
'export' => 'Eksport',
|
|
'new_education' => 'New Education',
|
|
'new_education_part' => 'New Education part',
|
|
];
|