- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
84 lines
5.8 KiB
PHP
Executable File
84 lines
5.8 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Ovidiu
|
|
* Date: 3/14/2017
|
|
* Time: 10:01 AM
|
|
*/
|
|
|
|
/**
|
|
* TCB Javascript translations
|
|
*/
|
|
|
|
return [
|
|
'templates' => __( 'Templates', 'thrive-cb' ),
|
|
'dashboard' => __( 'Thrive Dashboard', 'thrive-cb' ),
|
|
'no_categories' => __( 'Please insert some categories!', 'thrive-cb' ),
|
|
'delete_template_txt' => __( 'Are you sure you want to delete the template "%s" ?', 'thrive-cb' ),
|
|
'delete_category_txt' => __( 'Are you sure you want to delete the category "%s" ?', 'thrive-cb' ),
|
|
'delete_symbol_txt' => __( 'Are you sure you want to delete the symbol "%s" ?', 'thrive-cb' ),
|
|
'delete_header_txt' => __( 'Are you sure you want to delete the header "%s" ?', 'thrive-cb' ),
|
|
'delete_footer_txt' => __( 'Are you sure you want to delete the footer "%s" ?', 'thrive-cb' ),
|
|
'show_more' => __( 'Show more templates', 'thrive-cb' ),
|
|
'show_less' => __( 'Show less templates', 'thrive-cb' ),
|
|
'symbols' => __( 'Symbols', 'thrive-cb' ),
|
|
'templates_symbols' => __( 'Templates & Symbols', 'thrive-cb' ),
|
|
'global_elements' => __( 'Global Elements', 'thrive-cb' ),
|
|
'category_save' => __( 'The category was saved successfully', 'thrive-cb' ),
|
|
'category_not_save' => __( 'There was an error while trying to save your category', 'thrive-cb' ),
|
|
'symbol_save' => __( 'The symbol was saved successfully', 'thrive-cb' ),
|
|
'header_save' => __( 'The header was saved successfully', 'thrive-cb' ),
|
|
'footer_save' => __( 'The footer was saved successfully', 'thrive-cb' ),
|
|
'symbol_not_save' => __( 'There was an error while trying to save the symbol', 'thrive-cb' ),
|
|
'header_not_save' => __( 'There was an error while trying to save the header', 'thrive-cb' ),
|
|
'footer_not_save' => __( 'There was an error while trying to save the footer', 'thrive-cb' ),
|
|
'uncategorized_symbols' => __( 'Uncategorized Symbols', 'thrive-cb' ),
|
|
'category_deleted' => __( 'The category was deleted', 'thrive-cb' ),
|
|
'category_not_deleted' => __( 'An error occurred and the category was not deleted', 'thrive-cb' ),
|
|
'symbol_deleted' => __( 'The symbol was deleted', 'thrive-cb' ),
|
|
'header_deleted' => __( 'The header was deleted', 'thrive-cb' ),
|
|
'footer_deleted' => __( 'The footer was deleted', 'thrive-cb' ),
|
|
'symbol_not_deleted' => __( 'An error occurred and the symbol was not deleted', 'thrive-cb' ),
|
|
'header_not_deleted' => __( 'An error occurred and the header was not deleted', 'thrive-cb' ),
|
|
'footer_not_deleted' => __( 'An error occurred and the footer was not deleted', 'thrive-cb' ),
|
|
'create_symbol' => __( 'Create new Symbol', 'thrive-cb' ),
|
|
'create_category' => __( 'Create a new Category', 'thrive-cb' ),
|
|
'create_header' => __( 'Create New Header', 'thrive-cb' ),
|
|
'create_footer' => __( 'Create New Footer', 'thrive-cb' ),
|
|
'create_new' => __( 'Create new', 'thrive-cb' ),
|
|
'description_category' => __( 'Organize your Symbols into categories for a better overview', 'thrive-cb' ),
|
|
'description_symbol' => __( 'Create a new symbol and load it on any page by using Thrive Architect', 'thrive-cb' ),
|
|
'save_category_text' => __( 'Save Category', 'thrive-cb' ),
|
|
'save_symbol_text' => __( 'Save and edit with Architect', 'thrive-cb' ),
|
|
'placeholder_category' => __( 'Enter Category Name', 'thrive-cb' ),
|
|
'placeholder_symbol' => __( 'Enter Symbol Name', 'thrive-cb' ),
|
|
'symbol_name_required' => __( 'Symbol name is required', 'thrive-cb' ),
|
|
'category_name_required' => __( 'Category name is required', 'thrive-cb' ),
|
|
'category_created' => __( 'The Category was successfully created!', 'thrive-cb' ),
|
|
'category_not_created' => __( 'There was an error while trying to create your category', 'thrive-cb' ),
|
|
'symbol_created' => __( 'The Symbol was successfully created!', 'thrive-cb' ),
|
|
'symbol_not_created' => __( 'There was an error while trying to create your symbol', 'thrive-cb' ),
|
|
'add_as_category' => __( 'Add as Category', 'thrive-cb' ),
|
|
'select_category' => __( 'Select Category...', 'thrive-cb' ),
|
|
'duplicate_symbol_success' => __( 'The symbol was duplicated', 'thrive-cb' ),
|
|
'duplicate_header_success' => __( 'The header was duplicated', 'thrive-cb' ),
|
|
'duplicate_footer_success' => __( 'The footer was duplicated', 'thrive-cb' ),
|
|
'cannot_duplicate_symbol' => __( 'The symbol could not be duplicated', 'thrive-cb' ),
|
|
'cannot_duplicate_header' => __( 'The header could not be duplicated', 'thrive-cb' ),
|
|
'cannot_duplicate_footer' => __( 'The footer could not be duplicated', 'thrive-cb' ),
|
|
'symbol_moved_success' => __( 'The symbol was moved successfully', 'thrive-cb' ),
|
|
'symbol_moved_error' => __( 'There was an error while trying to move the symbol', 'thrive-cb' ),
|
|
'search_symbol' => __( 'Search symbols', 'thrive-cb' ),
|
|
'search_ct' => __( 'Search templates', 'thrive-cb' ),
|
|
'search_headers' => __( 'Search headers', 'thrive-cb' ),
|
|
'search_footers' => __( 'Search footers', 'thrive-cb' ),
|
|
'symbol_name' => __( 'Symbol Name', 'thrive-cb' ),
|
|
'ct_name' => __( 'Template Name', 'thrive-cb' ),
|
|
'headers_name' => __( 'Header Name', 'thrive-cb' ),
|
|
'footers_name' => __( 'Footer Name', 'thrive-cb' ),
|
|
'header_name_required' => __( 'Header name is required', 'thrive-cb' ),
|
|
'footer_name_required' => __( 'Footer name is required', 'thrive-cb' ),
|
|
'empty_list' => __( 'You have no %s yet. You can start building %s by clicking on the button above.', 'thrive-cb' ),
|
|
'text_not_deleted' => __( 'This item could not be deleted', 'thrive-cb' ),
|
|
];
|