59 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			59 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
|  | <?php | ||
|  | return [ | ||
|  | 
 | ||
|  |     /** | ||
|  |      * Buttons | ||
|  |      */ | ||
|  |     'cancel' => 'Zrušiť', | ||
|  |     'confirm' => 'Potvrdiť', | ||
|  |     'back' => 'Späť', | ||
|  |     'save' => 'Uložiť', | ||
|  |     'continue' => 'Pokračovať', | ||
|  |     'select' => 'Vybrať', | ||
|  | 
 | ||
|  |     /** | ||
|  |      * Form Labels | ||
|  |      */ | ||
|  |     'name' => 'Meno', | ||
|  |     'description' => 'Popis', | ||
|  |     'role' => 'Rola', | ||
|  | 
 | ||
|  |     /** | ||
|  |      * Actions | ||
|  |      */ | ||
|  |     'actions' => 'Akcie', | ||
|  |     'view' => 'Zobraziť', | ||
|  |     'create' => 'Vytvoriť', | ||
|  |     'update' => 'Aktualizovať', | ||
|  |     'edit' => 'Editovať', | ||
|  |     'sort' => 'Zoradiť', | ||
|  |     'move' => 'Presunúť', | ||
|  |     'delete' => 'Zmazať', | ||
|  |     'search' => 'Hľadť', | ||
|  |     'search_clear' => 'Vyčistiť hľadanie', | ||
|  |     'reset' => 'Reset', | ||
|  |     'remove' => 'Odstrániť', | ||
|  | 
 | ||
|  | 
 | ||
|  |     /** | ||
|  |      * Misc | ||
|  |      */ | ||
|  |     'deleted_user' => 'Odstránený používateľ', | ||
|  |     'no_activity' => 'Žiadna aktivita na zobrazenie', | ||
|  |     'no_items' => 'Žiadne položky nie sú dostupné', | ||
|  |     'back_to_top' => 'Späť nahor', | ||
|  |     'toggle_details' => 'Prepnúť detaily', | ||
|  | 
 | ||
|  |     /** | ||
|  |      * Header | ||
|  |      */ | ||
|  |     'view_profile' => 'Zobraziť profil', | ||
|  |     'edit_profile' => 'Upraviť profil', | ||
|  | 
 | ||
|  |     /** | ||
|  |      * Email Content | ||
|  |      */ | ||
|  |     'email_action_help' => 'Ak máte problém klinkúť na tlačidlo ":actionText", skopírujte a vložte URL uvedenú nižšie do Vášho prehliadača:', | ||
|  |     'email_rights' => 'Všetky práva vyhradené', | ||
|  | ]; |