X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/hu/common.php diff --git a/resources/lang/hu/common.php b/resources/lang/hu/common.php index 5070adccd..116f57527 100644 --- a/resources/lang/hu/common.php +++ b/resources/lang/hu/common.php @@ -47,6 +47,7 @@ return [ 'sort_ascending' => 'Növekvő sorrend', 'sort_descending' => 'Csökkenő sorrend', 'sort_name' => 'Név', + 'sort_default' => 'Default', 'sort_created_at' => 'Létrehozás dátuma', 'sort_updated_at' => 'Frissítés dátuma', @@ -64,6 +65,7 @@ return [ 'breadcrumb' => 'Morzsa', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profil menü', 'view_profile' => 'Profil megtekintése', 'edit_profile' => 'Profil szerkesztése', @@ -72,9 +74,16 @@ return [ // Layout tabs 'tab_info' => 'Információ', + 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'Tartalom', + 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => 'Probléma esetén a lenti ":actionText" gombra kell kattintani, majd ki kell másolni a lenti webcímet és be kell illeszteni egy böngészőbe:', 'email_rights' => 'Minden jog fenntartva', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', ];