]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/hu/common.php
Allow toggling between grid and list view in shelf view (shelves.show)
[bookstack] / resources / lang / hu / common.php
index 4e72d5f94a15107e9372f719575f96459fca6417..4bf5b503036ff8ee69d3542806680297baf53624 100644 (file)
@@ -40,6 +40,10 @@ return [
     'add' => 'Hozzáadás',
 
     // Sort Options
+    'sort_options' => 'Sort Options',
+    'sort_direction_toggle' => 'Sort Direction Toggle',
+    'sort_ascending' => 'Sort Ascending',
+    'sort_descending' => 'Sort Descending',
     'sort_name' => 'Név',
     'sort_created_at' => 'Létrehozás dátuma',
     'sort_updated_at' => 'Frissítés dátuma',
@@ -55,8 +59,10 @@ return [
     'grid_view' => 'Rács nézet',
     'list_view' => 'Lista nézet',
     'default' => 'Alapértelmezés szerinti',
+    'breadcrumb' => 'Breadcrumb',
 
     // Header
+    'profile_menu' => 'Profile Menu',
     'view_profile' => 'Profil megtekintése',
     'edit_profile' => 'Profil szerkesztése',