Skip to content

Commit

Permalink
Updates DFs
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Jul 11, 2023
1 parent ea020aa commit cb7cd9a
Show file tree
Hide file tree
Showing 47 changed files with 16,322 additions and 5 deletions.
1,071 changes: 1,069 additions & 2 deletions spec/fixtures/db/dynamic_finders.yml

Large diffs are not rendered by default.

502 changes: 499 additions & 3 deletions spec/fixtures/dynamic_finders/expected.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
# Copyright (C) 2023 Qewebby
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: 360 Product Viewer for WooCommerce 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp_360view\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-05-11T17:47:24+05:30\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: wp360view\n"

#. Plugin Name of the plugin
#. Description of the plugin
msgid "360 Product Viewer for WooCommerce"
msgstr ""

#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/360-product-viewer-for-woocommerce/"
msgstr ""

#. Author of the plugin
msgid "Qewebby"
msgstr ""

#. Author URI of the plugin
msgid "https://www.qewebby.com"
msgstr ""

#: includes/admin/class-wp360view-admin.php:108
msgid "360 Product image"
msgstr ""

#: includes/admin/class-wp360view-admin.php:141
msgid "Delete image"
msgstr ""

#: includes/admin/class-wp360view-admin.php:141
#: includes/admin/class-wp360view-admin.php:161
msgid "Delete"
msgstr ""

#: includes/admin/class-wp360view-admin.php:161
msgid "Add 360 Product images"
msgstr ""

#: includes/admin/class-wp360view-admin.php:161
msgid "Add to 360 Product gallery"
msgstr ""

#: includes/admin/class-wp360view-admin.php:161
msgid "Delete 360 Product image"
msgstr ""

#: includes/admin/class-wp360view-admin.php:161
msgid "Add 360 product images"
msgstr ""

#: includes/admin/class-wp360view-settings.php:39
msgid "360 View Settings"
msgstr ""

#: includes/admin/class-wp360view-settings.php:56
msgid "Shortcode Settings"
msgstr ""

#: includes/admin/class-wp360view-settings.php:78
msgid "Advance Settings"
msgstr ""

#: includes/admin/class-wp360view-settings.php:88
msgid "Enable Navigation"
msgstr ""

#: includes/admin/class-wp360view-settings.php:90
msgid "Enable navigation panel"
msgstr ""

#: includes/admin/class-wp360view-settings.php:91
msgid "Enable or disable navigation panel globally OR you can override this settings by <b>\"navigation\"</b> attibute by shortcode. Default value is <b>true</b>."
msgstr ""

#: includes/admin/class-wp360view-settings.php:99
#: includes/admin/class-wp360view-settings.php:101
msgid "Enable dragging"
msgstr ""

#: includes/admin/class-wp360view-settings.php:102
msgid "Enable or disable dragging option globally OR you can override this settings by <b>\"drag\"</b> attibute by shortcode. Default value is <b>true</b>."
msgstr ""

#: includes/admin/class-wp360view-settings.php:106
#: includes/admin/class-wp360view-settings.php:110
msgid "Play Speed"
msgstr ""

#: includes/admin/class-wp360view-settings.php:111
msgid "Add/change play speed of 360 slider globally OR you can override this settings by <b>\"playspeed\"</b> attibute by shortcode. Default value is <b>100</b>."
msgstr ""

#: includes/admin/class-wp360view-settings.php:115
#: includes/admin/class-wp360view-settings.php:119
msgid "Frame Rate"
msgstr ""

#: includes/admin/class-wp360view-settings.php:120
msgid "Add/change frame rate of 360 slider globally OR you can override this settings by <b>\"framerate\"</b> attibute by shortcode. Default value is <b>10</b>."
msgstr ""

#: includes/admin/class-wp360view-settings.php:128
msgid "Enable Spin"
msgstr ""

#: includes/admin/class-wp360view-settings.php:130
msgid "Enable spin"
msgstr ""

#: includes/admin/class-wp360view-settings.php:131
msgid "Enable or disable spin settings globally OR you can override this settings by <b>\"enablespin\"</b> attibute by shortcode. Default value is <b>false</b>."
msgstr ""

#: includes/admin/class-wp360view-settings.php:139
#: includes/admin/class-wp360view-settings.php:141
msgid "Show Cursor"
msgstr ""

#: includes/admin/class-wp360view-settings.php:142
msgid "Hide or show cursor globally OR you can override this settings by <b>\"showcursor\"</b> attibute by shortcode. Default value is <b>false</b>."
msgstr ""

#: includes/admin/class-wp360view-settings.php:151
msgid "Fullscreen"
msgstr ""

#: includes/admin/class-wp360view-settings.php:153
msgid "Enable full screen support"
msgstr ""

#: includes/admin/class-wp360view-settings.php:154
msgid "Enable or disable full screen support settings globally OR you can override this settings by <b>\"fullscreen\"</b> attibute by shortcode. Default value is <b>true</b>."
msgstr ""

#: includes/admin/class-wp360view-settings.php:162
msgid "Zoom In/Out"
msgstr ""

#: includes/admin/class-wp360view-settings.php:164
msgid "Enable Zoom In/Out"
msgstr ""

#: includes/admin/class-wp360view-settings.php:165
msgid "Enable or disable zoom in/out settings globally OR you can override this settings by <b>\"zoominout\"</b> attibute by shortcode. Default value is <b>true</b>"
msgstr ""

#: templates/360-product.php:22
#: templates/shortcode-template.php:26
msgid "360 Product View"
msgstr ""

#: wp_360view.php:134
msgid "Settings"
msgstr ""

#: wp_360view.php:176
msgid "WooCommerce"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
= 1.0.1 - 29 May 2023 =
* Fix: Some minor issues
Loading

0 comments on commit cb7cd9a

Please sign in to comment.