This commit is contained in:
erwanlr
2021-09-24 12:09:31 +02:00
parent d92152a557
commit e0b47d7501
13 changed files with 2728 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
# Changelog
## [1.0.0]
* Initial release!

View File

@@ -0,0 +1,430 @@
# Copyright (C) 2020 Awesome Motive
# This file is distributed under the GPL 2.0.
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: MyBooking Templates Importer 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-click-demo-"
"import/\n"
"POT-Creation-Date: 2021-09-07 13:29+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
"esc_html_x:1,2c;\n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
#: inc/MybookingTemplatesImport.php:365
msgid ""
"%1$s%3$sThat's it, all done!%4$s%2$sThe demo import has finished. Please "
"check your page and make sure that everything has imported correctly. If it "
"did, you can deactivate the %3$sMyBooking Templates Importer%4$s plugin, "
"because it has done its job.%5$s"
msgstr ""
#: inc/MybookingTemplatesImport.php:376
msgid ""
"%1$sThe demo import has finished, but there were some import errors.%2$sMore "
"details about the errors can be found in this %3$s%5$slog file%6$s%4$s%7$s"
msgstr ""
#: views/plugin-page.php:35
msgid ""
"%sWarning: your server is using %sPHP safe mode%s. This means that you might "
"experience server timeout errors.%s"
msgstr ""
#: inc/Helpers.php:306
msgid ""
"%sYour user role isn't high enough. You don't have permission to import demo "
"data.%s"
msgstr ""
#: views/plugin-page.php:133
msgid "All"
msgstr ""
#: inc/Helpers.php:177
msgid ""
"An error occurred while reading a file from your server! Tried reading file "
"from path: %s%s."
msgstr ""
#: inc/Helpers.php:224
msgid ""
"An error occurred while retrieving reading/writing permissions to your "
"server (could not retrieve WP filesystem credentials)!"
msgstr ""
#: inc/Helpers.php:143
msgid ""
"An error occurred while writing file to your server! Tried to write a file "
"to: %s%s."
msgstr ""
#: inc/MybookingTemplatesImport.php:191
msgid "Are you sure?"
msgstr ""
#: inc/WPCLICommands.php:71
msgid ""
"At least one of the possible options should be set! Check them with --help"
msgstr ""
#: inc/MybookingTemplatesImport.php:192
msgid "Cancel"
msgstr ""
#: inc/WPCLICommands.php:185
msgid "Content import file provided does not exist! Skipping this import!"
msgstr ""
#: inc/WPCLICommands.php:201
msgid "Content import finished!"
msgstr ""
#: inc/WPCLICommands.php:254
msgid "Customizer import file provided does not exist! Skipping this import!"
msgstr ""
#: inc/CustomizerImporter.php:43
msgid "Customizer settings import finished!"
msgstr ""
#: inc/WPCLICommands.php:263
msgid "Customizer settings imported successfully!"
msgstr ""
#: inc/WPCLICommands.php:148
msgid "Demo import files could not be retrieved!"
msgstr ""
#: inc/WPCLICommands.php:151
msgid "Demo import files retrieved successfully!"
msgstr ""
#: views/plugin-page.php:55
msgid "Elementor"
msgstr ""
#: inc/CustomizerImporter.php:73
msgid "Error: The customizer import file is missing! File path: %s"
msgstr ""
#: inc/CustomizerImporter.php:93
msgid ""
"Error: The customizer import file is not in a correct format. Please make "
"sure to use the correct customizer import file."
msgstr ""
#: inc/CustomizerImporter.php:99
msgid ""
"Error: The customizer import file is not suitable for current theme. You can "
"only import customizer settings for the same theme or a child theme."
msgstr ""
#: inc/WidgetImporter.php:118
msgid ""
"Error: Widget import data could not be read. Please try a different file."
msgstr ""
#: inc/WidgetImporter.php:88
msgid "Error: Widget import file could not be found."
msgstr ""
#: inc/WPCLICommands.php:286
msgid "Executing action: %s ..."
msgstr ""
#: inc/WPCLICommands.php:37
msgid "Here are the predefined demo imports:"
msgstr ""
#. Author URI of the plugin
msgid "https://mybooking.es"
msgstr ""
#. URI of the plugin
msgid "https://mybooking.es/"
msgstr ""
#: views/plugin-page.php:112 views/plugin-page.php:166
msgid "Import"
msgstr ""
#: inc/Helpers.php:212
msgid "Import Site Templates"
msgstr ""
#: inc/WidgetImporter.php:276
msgid "Imported"
msgstr ""
#: inc/WidgetImporter.php:280
msgid "Imported to Inactive"
msgstr ""
#: inc/WPCLICommands.php:196
msgid "Importing content"
msgstr ""
#: inc/WPCLICommands.php:194
msgid "Importing content (this might take a while)..."
msgstr ""
#: inc/CustomizerImporter.php:37 inc/CustomizerImporter.php:45
msgid "Importing customizer settings"
msgstr ""
#: inc/WPCLICommands.php:258
msgid "Importing customizer settings..."
msgstr ""
#: inc/ReduxImporter.php:32 inc/ReduxImporter.php:53 inc/ReduxImporter.php:66
msgid "Importing Redux settings"
msgstr ""
#: inc/WidgetImporter.php:40 inc/WidgetImporter.php:52
msgid "Importing widgets"
msgstr ""
#: inc/WPCLICommands.php:227
msgid "Importing widgets..."
msgstr ""
#: views/plugin-page.php:181
msgid "Importing, please wait!"
msgstr ""
#: inc/WPCLICommands.php:153
msgid "Importing..."
msgstr ""
#: views/plugin-page.php:50
msgid ""
"It creates the reservation process, contact, terms and conditions and legal "
"pages. It also setup the menus and the widgets to create a working site."
msgstr ""
#: views/plugin-page.php:59
msgid "MyBooking"
msgstr ""
#. Author of the plugin
msgid "mybooking"
msgstr ""
#: inc/MybookingTemplatesImport.php:138
msgid "Mybooking Importer"
msgstr ""
#: views/plugin-page.php:54
msgid "MyBooking Reservation Engine"
msgstr ""
#: inc/Helpers.php:211
msgid "MyBooking Templates Importer"
msgstr ""
#. Name of the plugin
#: inc/MybookingTemplatesImport.php:137 views/plugin-page.php:25
msgid "Mybooking Templates Importer"
msgstr ""
#: inc/Helpers.php:272
msgid "MyBooking Templates Importer - "
msgstr ""
#: inc/Importer.php:174
msgid "New AJAX call!"
msgstr ""
#: views/plugin-page.php:67
msgid ""
"No existing posts, pages, categories, images, custom post types or any other "
"data will be deleted or modified."
msgstr ""
#: inc/MybookingTemplatesImport.php:244
msgid "No import files specified!"
msgstr ""
#: inc/MybookingTemplatesImport.php:190
msgid "No preview image defined for this import."
msgstr ""
#: views/plugin-page.php:107 views/plugin-page.php:161
msgid "No preview image."
msgstr ""
#: inc/WidgetImporter.php:333
msgid "No results for widget import!"
msgstr ""
#: inc/WidgetImporter.php:286
msgid "No Title"
msgstr ""
#: views/plugin-page.php:69
msgid ""
"Please click on the Import button only once and wait, it can take a couple "
"of minutes."
msgstr ""
#: views/plugin-page.php:68
msgid ""
"Posts, pages, images, widgets, menus and other theme settings will get "
"imported."
msgstr ""
#: inc/WPCLICommands.php:135
msgid "Predefined demo import started! All other parameters will be ignored!"
msgstr ""
#: inc/WPCLICommands.php:173
msgid "Predefined import finished!"
msgstr ""
#: inc/WPCLICommands.php:143
msgid "Preparing the demo import files..."
msgstr ""
#: views/plugin-page.php:114 views/plugin-page.php:168
msgid "Preview"
msgstr ""
#: inc/ReduxImporter.php:51
msgid "Redux settings import for: %s finished successfully!"
msgstr ""
#: inc/MyBookingTemplateSites.php:16
msgid "Rent Selector with Elementor"
msgstr ""
#: views/plugin-page.php:52
msgid "Required plugins:"
msgstr ""
#: views/plugin-page.php:57
msgid "Required theme:"
msgstr ""
#. Description of the plugin
msgid ""
"Reservation templates importer for Mybooking theme and MyBooking Reservation "
"Engine. It allows to creating a renting or accomoodation website in minutes."
msgstr ""
#: views/plugin-page.php:140
msgid "Search demos..."
msgstr ""
#: views/plugin-page.php:83
msgid "Select one of the following templates:"
msgstr ""
#: inc/MybookingTemplatesImport.php:194
msgid "Selected demo import:"
msgstr ""
#: inc/WPCLICommands.php:140
msgid "Selected predefined demo import: %s"
msgstr ""
#: inc/WidgetImporter.php:157
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""
#: inc/WidgetImporter.php:178
msgid "Site does not support widget"
msgstr ""
#: inc/WPCLICommands.php:122
msgid ""
"The \"predefined\" parameter should be a number (an index of the "
"MybookingTemplatesImporter predefined demo import)!"
msgstr ""
#: mybooking-templates-importer.php:57
#, php-format
msgid ""
"The %2$sMybooking Demo Import%3$s plugin requires %2$sPHP 7.2+%3$s to run "
"properly. Please contact your hosting company and ask them to update the PHP "
"version of your site to at least PHP 7.2.%4$s Your current version of PHP: "
"%2$s%1$s%3$s"
msgstr ""
#: inc/ReduxImporter.php:57
msgid ""
"The Redux option name: %s, was not found in this WP site, so it was not "
"imported!"
msgstr ""
#: inc/ReduxImporter.php:23
msgid "The Redux plugin is not activated, so the Redux import was skipped!"
msgstr ""
#: inc/WPCLICommands.php:128
msgid ""
"The supplied predefined index does not exist! Please take a look at the "
"available predefined demo imports:"
msgstr ""
#: inc/WPCLICommands.php:34
msgid "There are no predefined demo imports for currently active theme!"
msgstr ""
#: inc/WPCLICommands.php:266
msgid "There were some issues while importing customizer settings!"
msgstr ""
#: inc/WPCLICommands.php:204
msgid "There were some issues while importing the content!"
msgstr ""
#: inc/WPCLICommands.php:235
msgid "There were some issues while importing widgets!"
msgstr ""
#: inc/Helpers.php:200
msgid ""
"This WordPress page does not have %sdirect%s write file access. This plugin "
"needs it in order to save the demo import xml file to the upload directory "
"of your site. You can change this setting with these instructions: %s."
msgstr ""
#: views/plugin-page.php:64
msgid "When you import the data, the following things might happen:"
msgstr ""
#: inc/WidgetImporter.php:211
msgid "Widget already exists"
msgstr ""
#: inc/WPCLICommands.php:223
msgid "Widgets import file provided does not exist! Skipping this import!"
msgstr ""
#: inc/WPCLICommands.php:232
msgid "Widgets imported successfully!"
msgstr ""
#: inc/MybookingTemplatesImport.php:193
msgid "Yes, import!"
msgstr ""
#: inc/Helpers.php:232
msgid "Your WordPress login credentials don't allow to use WP_Filesystem!"
msgstr ""