File "translations.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/momota/inc/translations.php
File size: 20.75 KB
MIME-type: text/x-php
Charset: utf-8

<?php

return array(

	// panel / sections general texts
	'press_enter_to_open_section'             => __( 'Press return or enter to open this section', 'momota' ),
	'back'                                    => __( 'Back', 'momota' ),
	'help'                                    => __( 'Help', 'momota' ),
	'header_sections'                         => __( 'Header', 'momota' ),
	'footer_sections'                         => __( 'Footer', 'momota' ),
	'content_sections'                        => __( 'Content', 'momota' ),
	'content_settings'                        => __( 'Content Settings', 'momota' ),
	'top_bar_settings'                        => __( 'Top Bar Settings', 'momota' ),
	'nav_settings'                            => __( 'Navigation Settings', 'momota' ),
	'hero_settings'                           => __( 'Hero Settings', 'momota' ),
	'footer_settings'                         => __( 'Footer Settings', 'momota' ),
	'blog_settings'                           => __( 'Blog Settings', 'momota' ),
	'content'                                 => __( 'Content', 'momota' ),
	'style'                                   => __( 'Style', 'momota' ),
	'advanced'                                => __( 'Advanced', 'momota' ),

	// hero
	'background_type'                         => __( 'Background Type', 'momota' ),
	'background_color'                        => __( 'Background Color', 'momota' ),
	'background_image'                        => __( 'Background Image', 'momota' ),
	'color'                                   => __( 'Color', 'momota' ),
	'image'                                   => __( 'Image', 'momota' ),
	'gradient'                                => __( 'Gradient', 'momota' ),
	'slideshow'                               => __( 'Slideshow', 'momota' ),
	'video'                                   => __( 'Video', 'momota' ),

	// divider
	'show_bottom_divider'                     => __( 'Show bottom divider', 'momota' ),
	'divider_style'                           => __( 'Divider style', 'momota' ),
	'divider_height'                          => __( 'Divider height', 'momota' ),
	'divider_negative'                        => __( 'Divider negative', 'momota' ),
	// divider style
	'tilt'                                    => __( 'Tilt', 'momota' ),
	'tilt-flipped'                            => __( 'Tilt Flipped', 'momota' ),

	// controls
	'select'                                  => __( 'Select', 'momota' ),
	'select_item'                             => __( 'Select item', 'momota' ),
	'select_image'                            => __( 'Select image', 'momota' ),
	'OK'                                      => __( 'OK', 'momota' ),
	'clear'                                   => __( 'Clear', 'momota' ),
	'none'                                    => __( 'None', 'momota' ),
	'add'                                     => __( 'Add', 'momota' ),
	'remove'                                  => __( 'Remove', 'momota' ),
	'slide_n'                                 => __( 'Slide %s', 'momota' ),
	'add_slide'                               => __( 'Add Slide', 'momota' ),
	'position'                                => __( 'Position', 'momota' ),

	// position
	'top_left'                                => __( 'Top Left', 'momota' ),
	'top_center'                              => __( 'Top Center', 'momota' ),
	'top_right'                               => __( 'Top Right', 'momota' ),
	'center_left'                             => __( 'Center Left', 'momota' ),
	'center_center'                           => __( 'Center Center', 'momota' ),
	'center_right'                            => __( 'Center Right', 'momota' ),
	'bottom_left'                             => __( 'Bottom Left', 'momota' ),
	'bottom_center'                           => __( 'Bottom Center', 'momota' ),
	'bottom_right'                            => __( 'Bottom Right', 'momota' ),
	'attachment'                              => __( 'Attachment', 'momota' ),
	'scroll'                                  => __( 'Scroll', 'momota' ),
	'fixed'                                   => __( 'Fixed', 'momota' ),
	'size'                                    => __( 'Size', 'momota' ),
	'no-repeat'                               => __( 'Do not repeat', 'momota' ),
	'repeat'                                  => __( 'Repeat %s', 'momota' ),
	'auto'                                    => __( 'Auto', 'momota' ),
	'cover'                                   => __( 'Cover', 'momota' ),
	'contain'                                 => __( 'Contain', 'momota' ),
	'slide_duration'                          => __( 'Slide Duration', 'momota' ),
	'effect_speed'                            => __( 'Effect Speed', 'momota' ),
	'video_type'                              => __( 'Video type', 'momota' ),
	'self_hosted'                             => __( 'Self Hosted', 'momota' ),
	'self_hosted_video'                       => __( 'Self Hosted Video', 'momota' ),
	'external_video'                          => __( 'External', 'momota' ),
	'video_poster'                            => __( 'Video Poster', 'momota' ),
	'youtube_url'                             => __( 'Youtube link', 'momota' ),
	'show_background_overlay'                 => __( 'Show Background Overlay', 'momota' ),
	'overlay_type'                            => __( 'Overlay Type', 'momota' ),
	'shape_only'                              => __( 'Shape Only', 'momota' ),
	'opacity'                                 => __( 'Opacity', 'momota' ),
	'circles'                                 => __( 'Circles', 'momota' ),
	'10degree_stripes'                        => __( '10deg Stripes', 'momota' ),
	'rounded_squares_blue'                    => __( 'Rounded Square Blue', 'momota' ),
	'many_rounded_squares_blue'               => __( 'Many Rounded Squares Blue', 'momota' ),
	'two_circles'                             => __( 'Two Circles', 'momota' ),
	'circles_2'                               => __( 'Circles 2', 'momota' ),
	'circles_3'                               => __( 'Circles 3', 'momota' ),
	'circles_gradient'                        => __( 'Circles Gradient', 'momota' ),
	'circles_white_gradient'                  => __( 'Circles White Gradient', 'momota' ),
	'waves'                                   => __( 'Waves', 'momota' ),
	'waves_inverted'                          => __( 'Waves Inverted', 'momota' ),
	'dots'                                    => __( 'Dots', 'momota' ),
	'left_tilted_lines'                       => __( 'Left Tilted Lines', 'momota' ),
	'right_tilted_lines'                      => __( 'Right Tilted Lines', 'momota' ),
	'right_tilted_strips'                     => __( 'Right Tilted Strips', 'momota' ),
	'shape_light'                             => __( 'Shape Light', 'momota' ),
	'overlay_shape'                           => __( 'Overlay Shape', 'momota' ),

	// hero content
	'hero_layout'                             => __( 'Hero layout', 'momota' ),
	'text_only'                               => __( 'Text only', 'momota' ),
	'text_with_media_on_right'                => __( 'Text with media on right', 'momota' ),
	'text_with_media_on_left'                 => __( 'Text with media on left', 'momota' ),
	'show_title'                              => __( 'Show Title', 'momota' ),
	'show_subtitle'                           => __( 'Show Subtitle', 'momota' ),
	'title'                                   => __( 'Title', 'momota' ),
	'subtitle'                                => __( 'Subtitle', 'momota' ),
	'text_width'                              => __( 'Text width', 'momota' ),
	'button'                                  => __( 'Button', 'momota' ),
	'add_button'                              => __( 'Add Button', 'momota' ),
	'buttons'                                 => __( 'Buttons', 'momota' ),
	'button_type'                             => __( 'Button Type', 'momota' ),
	'primary_button'                          => __( 'Primary Button', 'momota' ),
	'secondary_button'                        => __( 'Secondary Button', 'momota' ),
	'label'                                   => __( 'Label', 'momota' ),
	'link'                                    => __( 'Link', 'momota' ),
	'icons'                                   => __( 'Icons', 'momota' ),
	'align'                                   => __( 'Align', 'momota' ),
	'spacing_top'                             => __( 'Spacing top', 'momota' ),
	'spacing_bottom'                          => __( 'Spacing bottom', 'momota' ),
	'full_height'                             => __( 'Full Height', 'momota' ),
	'hero_column_width'                       => __( 'Text column width', 'momota' ),

	// hero image
	'box_shadow'                              => __( 'Box shadow', 'momota' ),
	'horizontal'                              => __( 'Horizontal', 'momota' ),
	'vertical'                                => __( 'Vertical', 'momota' ),
	'spread'                                  => __( 'Spread', 'momota' ),
	'blur'                                    => __( 'Blur', 'momota' ),
	'frame_options'                           => __( 'Frame options', 'momota' ),
	'type'                                    => __( 'Type', 'momota' ),
	'border'                                  => __( 'Border', 'momota' ),
	'width'                                   => __( 'Width', 'momota' ),
	'height'                                  => __( 'Height', 'momota' ),
	'offset'                                  => __( 'Offset', 'momota' ),
	'offset_left'                             => __( 'Offset left', 'momota' ),
	'offset_top'                              => __( 'Offset top', 'momota' ),
	'frame_thickness'                         => __( 'Frame thickness', 'momota' ),
	'frame_over_image'                        => __( 'Show frame over image', 'momota' ),
	'frame_shadow'                            => __( 'Show frame shadow', 'momota' ),

	// top bar
	'information_fields'                      => __( 'Information Fields', 'momota' ),
	'social_icons'                            => __( 'Social Icons', 'momota' ),
	'content_type'                            => __( 'Content Type', 'momota' ),
	'field_n'                                 => __( 'Field %s', 'momota' ),
	'add_field'                               => __( 'Add Field', 'momota' ),
	'icon_n'                                  => __( 'Icon %s', 'momota' ),
	'add_item'                                => __( 'Add Item', 'momota' ),
	'add_icon'                                => __( 'Add Icon', 'momota' ),
	'icon'                                    => __( 'Icon', 'momota' ),
	'text'                                    => __( 'Text', 'momota' ),

	// nav bar
	'show_top_bar'                            => __( 'Show top bar', 'momota' ),
	'boxed'                                   => __( 'Boxed', 'momota' ),
	'container_width'                         => __( 'Container width', 'momota' ),
	'full_width'                              => __( 'Full width', 'momota' ),
	'transparent_nav'                         => __( 'Transparent nav', 'momota' ),
	'button_align'                            => __( 'Button align', 'momota' ),

	// logo
	'layout_type'                             => __( 'Layout type', 'momota' ),
	'alternate_logo_image'                    => __( 'Alternate logo image', 'momota' ),
	'navigation_padding'                      => __( 'Navigation padding', 'momota' ),
	'logo'                                    => __( 'Logo', 'momota' ),

	'logo_image_only'                         => __( 'Logo image only', 'momota' ),
	'site_title_text_only'                    => __( 'Site title text only', 'momota' ),
	'image_with_text_below'                   => __( 'Image with text below', 'momota' ),
	'image_with_text_right'                   => __( 'Image with text on the right', 'momota' ),
	'image_with_text_above'                   => __( 'Image with text above', 'momota' ),
	'image_with_text_left'                    => __( 'Image with text on the left', 'momota' ),

	// menu
	'menu'                                    => __( 'Menu', 'momota' ),
	'no_menu'                                 => __( '- No menu -', 'momota' ),
	'edit_menu_structure'                     => __( 'Edit Menu Structure', 'momota' ),
	'show_offscreen_menu_on'                  => __( 'Show offscreen menu on', 'momota' ),
	'mobile'                                  => __( 'Mobile', 'momota' ),
	'mobile_tablet'                           => __( 'Mobile and tablet', 'momota' ),
	'mobile_tablet_desktop'                   => __( 'Mobile, tablet and desktop', 'momota' ),
	'button_highlight_type'                   => __( 'Button highlight type', 'momota' ),
	'button_hover_effect'                     => __( 'Button hover effect', 'momota' ),

	// menu style
	'bottom_line'                             => __( 'Bottom line', 'momota' ),
	'top_line'                                => __( 'Top line', 'momota' ),
	'double_line'                             => __( 'Double line', 'momota' ),
	'background'                              => __( 'Background', 'momota' ),

	'drop_in'                                 => __( 'Drop in', 'momota' ),
	'drop_out'                                => __( 'Drop out', 'momota' ),
	'grow_from_left'                          => __( 'Grow from left', 'momota' ),
	'grow_from_right'                         => __( 'Grow from right', 'momota' ),
	'grow_from_center'                        => __( 'Grow from center', 'momota' ),

	'grow_up'                                 => __( 'Grow up', 'momota' ),
	'grow_down'                               => __( 'Grow down', 'momota' ),
	'grow_left'                               => __( 'Grow left', 'momota' ),
	'grow_right'                              => __( 'Grow right', 'momota' ),
	'shutter_in_horizontal'                   => __( 'Shutter in horizontal', 'momota' ),
	'shutter_out_horizontal'                  => __( 'Shutter out horizontal', 'momota' ),
	'shutter_in_vertical'                     => __( 'Shutter in vertical', 'momota' ),
	'shutter_out_vertical'                    => __( 'Shutter out vertical', 'momota' ),

	// navbar
	'logo_nav'                                => __( 'Logo / Nav', 'momota' ), // logo /nav
	'logo_above'                              => __( 'Logo above', 'momota' ), // logo above

	// frontend

	'read_more'                               => __( 'Read More', 'momota' ),

	// plugin

	'plugin_message'                          => __(
		'To enable all the theme features, please install %s plugin',
		'momota'
	),
	'install_with_placeholder'                => __( 'Install %s', 'momota' ),
	'activate_with_placeholder'               => __( 'Activate %s', 'momota' ),

	// blog

	'posts_per_row'                           => __( 'Posts per row', 'momota' ),
	'show_blog_sidebar'                       => __( 'Show blog sidebar ', 'momota' ),
	'enable_masonry'                          => __( 'Enable masonry', 'momota' ),
	'show_thumbnail_placeholder'              => __( 'Show thumbnail placeholder', 'momota' ),
	'thumbnail_placeholder_color'             => __( 'Thumbnail placeholder color', 'momota' ),

	// admin
	'theme_page_name'                         => __( 'Colibri Settings', 'momota' ),
	'or'                                      => __( 'or', 'momota' ),
	'get_started'                             => __( 'Get Started', 'momota' ),
	'get_started_section_1_title'             => __( 'Recommended plugins', 'momota' ),
	'get_started_section_2_title'             => __( 'Links to Customizer Settings', 'momota' ),
	'get_started_set_logo'                    => __( 'Set your logo', 'momota' ),
	'get_started_change_hero_image'           => __( 'Change the hero image', 'momota' ),
	'get_started_change_customize_navigation' => __( 'Customize navigation', 'momota' ),
	'get_started_change_customize_hero'       => __( 'Customize frontpage hero', 'momota' ),
	'get_started_customize_footer'            => __( 'Customize footer', 'momota' ),
	'get_started_change_color_settings'       => __( 'Change color settings', 'momota' ),
	'get_started_customize_fonts'             => __( 'Customize fonts', 'momota' ),
	'get_started_set_menu_links'              => __( 'Customize menu', 'momota' ),
	'customize'                               => __( 'Customize', 'momota' ),
	'welcome_message'                         => __( 'Welcome to %s', 'momota' ),
	'check_all_demo_sites_page'               => __( 'Check all demo sites page', 'momota' ),
	'start_with_selected_page'                => __( 'Start with selected design', 'momota' ),
	'admin_sidebar_documentation_title'       => __( 'Documentation', 'momota' ),
	'admin_sidebar_documentation_description' => __(
		'Colibri is easy to learn and master, but you can always check out our documentation to check out features you might have missed.',
		'momota'
	),
	'admin_sidebar_documentation_action'      => __( 'Check documentation', 'momota' ),
	'admin_sidebar_support_title'             => __( 'Support', 'momota' ),
	'admin_sidebar_support_description'       => __(
		'Our technical team is here to help you build an awesome website. We usually answer support issues in less than 1 business day.',
		'momota'
	),
	'admin_sidebar_support_action'            => __( 'Open a support ticket', 'momota' ),
	'admin_sidebar_review_title'              => __( 'Leave a Review', 'momota' ),
	'admin_sidebar_review_description'        => __(
		'We strive to provide our customers with the best service in our industry, so your feedback is very important to us. We would greatly appreciate it if you would take a few minutes to share your experience with us via this survey.',
		'momota'
	),
	'admin_sidebar_review_action'             => __( 'Leave a review', 'momota' ),
	'contact_form_plugin_description'         => sprintf(
		__( '%1$s plugin is recommended for the %2$s contact section.', 'momota' ),
		'Forminator',
		'Kubio Page Builder'
	),
	'page_builder_plugin_description'         => sprintf(
		__( '%1$s plugin adds drag and drop functionality and many other features to the %2$s theme.', 'momota' ),
		'Kubio Page Builder',
		wp_get_theme( get_stylesheet() )->get( 'Name' )
	),
	'activate'                                => __( 'Activate', 'momota' ),
	'install'                                 => __( 'Install', 'momota' ),
	'continue'                                => __( 'Continue', 'momota' ),
	'installing'                              => __( 'Installing %s', 'momota' ),
	'activating'                              => __( 'Activating %s', 'momota' ),
	'preparing_front_page_installation'       => __( 'Preparing Front Page installation', 'momota' ),
	'would_you_like_to_install_front_page'    => __( "Would you like to generate a homepage using AI? It's fast and FREE!", 'momota' ),
	'theme_description'                       => __( '%s uses an AI page generator to create a homepage that is adapted to your website. Here’s what you’ll get:', 'momota' ),
	'install_homepage_with_ai'                => __( 'Generate homepage with AI', 'momota' ),
	'install_default_homepage'                => __( 'No thanks, install the default homepage', 'momota' ),
	'plugin_installed_and_active'             => __( 'Active', 'momota' ),
	'skip_to_content'                         => __( 'Skip to content', 'momota' ),
	'change_header_design'                    => __( 'Choose header design', 'momota' ),
	'change_footer_design'                    => __( 'Choose footer design', 'momota' ),
	'dont_show_anymore'                       => __( "Don't show anymore", 'momota' ),
	'add_section'                             => __( 'Add Predefined Section', 'momota' ),
	'benefit_1'                               => __( 'A homepage customized for your website', 'momota' ),
	'benefit_2'                               => __( 'Texts and images based on your website subject', 'momota' ),
	'benefit_3'                               => __( 'Matching color scheme and typography', 'momota' ),
	'benefit_4'                               => __( 'Contact form and social media integration', 'momota' ),
	'start_with_a_front_page_plugin_info'     => __(
		'Any of these actions will also install the Kubio Page Builder plugin.',
		'momota'
	),

	'undefined_sanitize_function_for_control' => __(
		'Undefined sanitize function for control "%s"',
		'momota'
	),

	// Kubio themebase
	'themebase_step1_title'                   => __( 'What would you like to display on your front page?', 'momota' ),
	'themebase_step1_option1_title'           => __( 'Custom Home Page', 'momota' ),
	'themebase_step1_option1_subtitle'        => __( 'Choose this if you\'re building a presentation website', 'momota' ),
	'themebase_step2_title'                   => __( 'Would you like to generate a new homepage using AI? It\'s fast & FREE!', 'momota' ),
	'themebase_step2_option1_title'           => __( 'Latest Blog Posts', 'momota' ),
	'themebase_step2_option1_subtitle'        => __( 'Choose this if you\'re building a blog or a content website', 'momota' ),
	'themebase_step2_button1'                 => __( 'Generate Homepage', 'momota' ),
	'themebase_step2_button2'                 => __( 'No thanks, install the default homepage', 'momota' ),
	'themebase_step2_footer_info'             => __( '*Any of these actions will also install the Kubio Page Builder plugin.', 'momota' ),

);