X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/sl/common.php diff --git a/resources/lang/sl/common.php b/resources/lang/sl/common.php index 65a42288c..cadd2ba88 100644 --- a/resources/lang/sl/common.php +++ b/resources/lang/sl/common.php @@ -9,7 +9,7 @@ return [ 'confirm' => 'Potrdi', 'back' => 'Nazaj', 'save' => 'Shrani', - 'continue' => 'Nadaljuj', + 'continue' => 'Naprej', 'select' => 'Izberi', 'toggle_all' => 'Vklopi vse', 'more' => 'Več', @@ -47,6 +47,7 @@ return [ 'sort_ascending' => 'Razvrsti naraščajoče', 'sort_descending' => 'Razvrsti padajoče', 'sort_name' => 'Ime', + 'sort_default' => 'Default', 'sort_created_at' => 'Datum nastanka', 'sort_updated_at' => 'Datum posodobitve', @@ -64,6 +65,7 @@ return [ 'breadcrumb' => 'Pot', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Meni profila', 'view_profile' => 'Ogled profila', 'edit_profile' => 'Uredi profil', @@ -72,9 +74,16 @@ return [ // Layout tabs 'tab_info' => 'Informacije', + 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'Vsebina', + 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => 'V kolikor imate težave s klikom na gumb ":actionText", kopirajte in prilepite spodnjo povezavo v vaš brskalnik:', 'email_rights' => 'Vse pravice pridržane', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Pravilnik o zasebnosti', + 'terms_of_service' => 'Pogoji uporabe', ];