Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b46ecb3c9 |
@@ -1,7 +0,0 @@
|
||||
version: "2"
|
||||
# https://docs.codeclimate.com/docs/default-analysis-configuration#sample-codeclimateyml
|
||||
checks:
|
||||
method-complexity:
|
||||
enabled: true
|
||||
config:
|
||||
threshold: 15
|
||||
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -9,14 +9,14 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: [2.5, 2.6, 2.7, '3.0', 3.1]
|
||||
ruby: [2.5, 2.6, 2.7]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Set up Ruby ${{ matrix.ruby }}
|
||||
uses: ruby/setup-ruby@v1
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
||||
|
||||
56
.github/workflows/docker.yml
vendored
56
.github/workflows/docker.yml
vendored
@@ -1,56 +0,0 @@
|
||||
name: Build Docker Images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
release:
|
||||
types: [published]
|
||||
schedule:
|
||||
- cron: "0 7 * * *"
|
||||
|
||||
jobs:
|
||||
images:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: checkout sources
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set tag to latest
|
||||
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'schedule'
|
||||
run: |
|
||||
echo "DOCKER_TAG=latest" >> $GITHUB_ENV
|
||||
|
||||
- name: Set tag to release name
|
||||
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
echo "DOCKER_TAG=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Check if DOCKER_TAG is set
|
||||
if: env.DOCKER_TAG == ''
|
||||
run: |
|
||||
echo DOCKER_TAG is not set!
|
||||
exit 1
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
id: buildx
|
||||
with:
|
||||
install: true
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1.14.1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
push: true
|
||||
tags: wpscanteam/wpscan:${{ env.DOCKER_TAG }}
|
||||
4
.github/workflows/gempush.yml
vendored
4
.github/workflows/gempush.yml
vendored
@@ -10,9 +10,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- name: Set up Ruby 2.6
|
||||
uses: actions/setup-ruby@v1.1.3
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.x
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ Lint/MissingSuper:
|
||||
Lint/UriEscapeUnescape:
|
||||
Enabled: false
|
||||
Metrics/AbcSize:
|
||||
Max: 27
|
||||
Max: 25
|
||||
Metrics/BlockLength:
|
||||
Exclude:
|
||||
- 'spec/**/*'
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.0.2
|
||||
2.7.2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ruby:3.0.2-alpine AS builder
|
||||
FROM ruby:2.7.2-alpine AS builder
|
||||
LABEL maintainer="WPScan Team <contact@wpscan.com>"
|
||||
|
||||
RUN echo "install: --no-document --no-post-install-message\nupdate: --no-document --no-post-install-message" > /etc/gemrc
|
||||
@@ -19,7 +19,7 @@ RUN rake install --trace
|
||||
RUN chmod -R a+r /usr/local/bundle
|
||||
|
||||
|
||||
FROM ruby:3.0.2-alpine
|
||||
FROM ruby:2.7.2-alpine
|
||||
LABEL maintainer="WPScan Team <contact@wpscan.com>"
|
||||
LABEL org.opencontainers.image.source https://github.com/wpscanteam/wpscan
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="https://badge.fury.io/rb/wpscan" target="_blank"><img src="https://badge.fury.io/rb/wpscan.svg"></a>
|
||||
<a href="https://hub.docker.com/r/wpscanteam/wpscan/" target="_blank"><img src="https://img.shields.io/docker/pulls/wpscanteam/wpscan.svg"></a>
|
||||
<a href="https://github.com/wpscanteam/wpscan/actions?query=workflow%3ABuild" target="_blank"><img src="https://github.com/wpscanteam/wpscan/workflows/Build/badge.svg"></a>
|
||||
<a href="https://codeclimate.com/github/wpscanteam/wpscan" target="_blank"><img src="https://codeclimate.com/github/wpscanteam/wpscan/badges/gpa.svg"></a>
|
||||
</p>
|
||||
|
||||
@@ -6,8 +6,7 @@ module WPScan
|
||||
class Aliases < CMSScanner::Controller::Base
|
||||
def cli_options
|
||||
[
|
||||
OptAlias.new(['--stealthy'],
|
||||
alias_for: '--random-user-agent --detection-mode passive --plugins-version-detection passive')
|
||||
OptAlias.new(['--stealthy'], alias_for: '--random-user-agent --detection-mode passive')
|
||||
]
|
||||
end
|
||||
end
|
||||
|
||||
@@ -32,8 +32,7 @@ module WPScan
|
||||
value_if_empty: '1-100')
|
||||
},
|
||||
value_if_empty: 'vp,vt,tt,cb,dbe,u,m',
|
||||
incompatible: [%i[vp ap p], %i[vt at t]],
|
||||
default: { all_plugins: true, config_backups: true }
|
||||
incompatible: [%i[vp ap p], %i[vt at t]]
|
||||
),
|
||||
OptRegexp.new(
|
||||
[
|
||||
@@ -52,7 +51,7 @@ module WPScan
|
||||
OptChoice.new(
|
||||
['--plugins-detection MODE',
|
||||
'Use the supplied mode to enumerate Plugins.'],
|
||||
choices: %w[mixed passive aggressive], normalize: :to_sym, default: :passive
|
||||
choices: %w[mixed passive aggressive], normalize: :to_sym
|
||||
),
|
||||
OptBoolean.new(
|
||||
['--plugins-version-all',
|
||||
@@ -63,7 +62,7 @@ module WPScan
|
||||
OptChoice.new(
|
||||
['--plugins-version-detection MODE',
|
||||
'Use the supplied mode to check plugins\' versions.'],
|
||||
choices: %w[mixed passive aggressive], normalize: :to_sym, default: :mixed
|
||||
choices: %w[mixed passive aggressive], normalize: :to_sym
|
||||
),
|
||||
OptInteger.new(
|
||||
['--plugins-threshold THRESHOLD',
|
||||
|
||||
@@ -200,7 +200,7 @@ module WPScan
|
||||
# If the --enumerate is used, the default value is handled by the Option
|
||||
# However, when using --passwords alone, the default has to be set by the code below
|
||||
def enum_users_range
|
||||
ParsedCli.enumerate[:users] || cli_enum_choices[0].choices[:u].validate(nil)
|
||||
ParsedCli.enumerate&.dig(:users) || cli_enum_choices[0].choices[:u].validate(nil)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -39,57 +39,18 @@ module WPScan
|
||||
#
|
||||
# @return [ Hash ]
|
||||
def potential_urls(opts = {})
|
||||
urls = {}
|
||||
index = 0
|
||||
urls = {}
|
||||
domain_name = (PublicSuffix.domain(target.uri.host) || target.uri.host)[/(^[\w|-]+)/, 1]
|
||||
|
||||
File.open(opts[:list]).each do |path|
|
||||
path.chomp!
|
||||
File.open(opts[:list]).each_with_index do |path, index|
|
||||
path.gsub!('{domain_name}', domain_name)
|
||||
|
||||
if path.include?('{domain_name}')
|
||||
urls[target.url(path.gsub('{domain_name}', domain_name))] = index
|
||||
|
||||
if domain_name != domain_name_with_sub
|
||||
urls[target.url(path.gsub('{domain_name}', domain_name_with_sub))] = index + 1
|
||||
|
||||
index += 1
|
||||
end
|
||||
else
|
||||
urls[target.url(path)] = index
|
||||
end
|
||||
|
||||
index += 1
|
||||
urls[target.url(path.chomp)] = index
|
||||
end
|
||||
|
||||
urls
|
||||
end
|
||||
|
||||
def domain_name
|
||||
@domain_name ||= if Resolv::AddressRegex.match?(target.uri.host)
|
||||
target.uri.host
|
||||
else
|
||||
(PublicSuffix.domain(target.uri.host) || target.uri.host)[/(^[\w|-]+)/, 1]
|
||||
end
|
||||
end
|
||||
|
||||
def domain_name_with_sub
|
||||
@domain_name_with_sub ||=
|
||||
if Resolv::AddressRegex.match?(target.uri.host)
|
||||
target.uri.host
|
||||
else
|
||||
parsed = PublicSuffix.parse(target.uri.host)
|
||||
|
||||
if parsed.subdomain
|
||||
parsed.subdomain.gsub(".#{parsed.tld}", '')
|
||||
elsif parsed.domain
|
||||
parsed.domain.gsub(".#{parsed.tld}", '')
|
||||
else
|
||||
target.uri.host
|
||||
end
|
||||
end
|
||||
rescue PublicSuffix::DomainNotAllowed
|
||||
@domain_name_with_sub = target.uri.host
|
||||
end
|
||||
|
||||
def create_progress_bar(opts = {})
|
||||
super(opts.merge(title: ' Checking DB Exports -'))
|
||||
end
|
||||
|
||||
@@ -13,7 +13,7 @@ module WPScan
|
||||
|
||||
return unless [200, 302].include?(res.code)
|
||||
return if res.code == 302 && location&.include?('wp-login.php?action=register')
|
||||
return unless res.code == 200 || (res.code == 302 && location&.include?('wp-signup.php'))
|
||||
return unless res.code == 200 || res.code == 302 && location&.include?('wp-signup.php')
|
||||
|
||||
target.multisite = true
|
||||
|
||||
|
||||
@@ -59,13 +59,13 @@ module WPScan
|
||||
#
|
||||
# @return [ String, nil ] The best version number detected from the changelog section
|
||||
def from_changelog_section(body)
|
||||
extracted_versions = body.scan(/^=+\s+(?:v(?:ersion)?\s*)?([0-9.-]+)[^=]*=+$/i)
|
||||
extracted_versions = body.scan(%r{=+\s+(?:v(?:ersion)?\s*)?([0-9.-]+)[ \ta-z0-9().\-/]*=+}i)
|
||||
|
||||
return if extracted_versions.nil? || extracted_versions.empty?
|
||||
|
||||
extracted_versions.flatten!
|
||||
# must contain at least one number
|
||||
extracted_versions = extracted_versions.grep(/[0-9]+/)
|
||||
extracted_versions = extracted_versions.select { |x| x =~ /[0-9]+/ }
|
||||
|
||||
sorted = extracted_versions.sort do |x, y|
|
||||
Gem::Version.new(x) <=> Gem::Version.new(y)
|
||||
|
||||
@@ -30,7 +30,7 @@ module WPScan
|
||||
def vulnerabilities
|
||||
vulns = []
|
||||
|
||||
vulns << rce_webshot_vuln if version == false || (version > '1.35' && version < '2.8.14' && webshot_enabled?)
|
||||
vulns << rce_webshot_vuln if version == false || version > '1.35' && version < '2.8.14' && webshot_enabled?
|
||||
vulns << rce_132_vuln if version == false || version < '1.33'
|
||||
|
||||
vulns
|
||||
|
||||
@@ -162,7 +162,7 @@ module WPScan
|
||||
#
|
||||
# @return [ Typhoeus::Response ]
|
||||
def head_and_get(path, codes = [200], params = {})
|
||||
final_path = @path_from_blog.dup # @path_from_blog is set in the plugin/theme
|
||||
final_path = +@path_from_blog
|
||||
final_path << path unless path.nil?
|
||||
|
||||
blog.head_and_get(final_path, codes, params)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<% if @version -%>
|
||||
<%= info_icon %> WordPress version <%= @version.number %> identified (<%= @version.status.tr('-', '_').humanize %>, released on <%= @version.release_date %>).
|
||||
<%= info_icon %> WordPress version <%= @version.number %> identified (<%= @version.status.capitalize %>, released on <%= @version.release_date %>).
|
||||
<%= render('@finding', item: @version) -%>
|
||||
<% else -%>
|
||||
<%= notice_icon %> The WordPress version could not be detected.
|
||||
|
||||
@@ -13,7 +13,6 @@ require 'uri'
|
||||
require 'time'
|
||||
require 'readline'
|
||||
require 'securerandom'
|
||||
require 'resolv'
|
||||
# Monkey Patches/Fixes/Override
|
||||
require 'wpscan/typhoeus/response' # Adds a from_vuln_api? method
|
||||
# Custom Libs
|
||||
|
||||
@@ -11,11 +11,7 @@ module WPScan
|
||||
|
||||
# @return [ Hash ]
|
||||
def self.all_df_data
|
||||
@all_df_data ||= if Gem::Version.new(Psych::VERSION) >= Gem::Version.new('4.0.0')
|
||||
YAML.safe_load(File.read(df_file), permitted_classes: [Regexp])
|
||||
else
|
||||
YAML.safe_load(File.read(df_file), [Regexp])
|
||||
end
|
||||
@all_df_data ||= YAML.safe_load(File.read(df_file), [Regexp])
|
||||
end
|
||||
|
||||
# @return [ Array<Symbol> ]
|
||||
|
||||
@@ -24,13 +24,7 @@ module WPScan
|
||||
|
||||
FileUtils.mkdir_p(repo_directory.to_s) unless Dir.exist?(repo_directory.to_s)
|
||||
|
||||
# When --no-update is passed, return to avoid raising an error if the directory is not writable
|
||||
# Mainly there for Homebrew: https://github.com/wpscanteam/wpscan/pull/1455
|
||||
return if ParsedCli.update == false
|
||||
|
||||
unless repo_directory.writable?
|
||||
raise "#{repo_directory} is not writable (uid: #{Process.uid}, gid: #{Process.gid})"
|
||||
end
|
||||
raise "#{repo_directory} is not writable" unless repo_directory.writable?
|
||||
|
||||
delete_old_files
|
||||
end
|
||||
@@ -135,7 +129,7 @@ module WPScan
|
||||
res = Typhoeus.get(file_url, request_params)
|
||||
raise Error::Download, res if res.timed_out? || res.code != 200
|
||||
|
||||
File.binwrite(file_path, res.body)
|
||||
File.open(file_path, 'wb') { |f| f.write(res.body) }
|
||||
|
||||
local_file_checksum(filename)
|
||||
end
|
||||
|
||||
@@ -5,16 +5,16 @@ module WPScan
|
||||
class PluginsThresholdReached < Standard
|
||||
def to_s
|
||||
"The number of plugins detected reached the threshold of #{ParsedCli.plugins_threshold} " \
|
||||
'which might indicate False Positive. It would be recommended to use the --exclude-content-based ' \
|
||||
'option to ignore the bad responses.'
|
||||
'which might indicate False Positive. It would be recommended to use the --exclude-content-based ' \
|
||||
'option to ignore the bad responses.'
|
||||
end
|
||||
end
|
||||
|
||||
class ThemesThresholdReached < Standard
|
||||
def to_s
|
||||
"The number of themes detected reached the threshold of #{ParsedCli.themes_threshold} " \
|
||||
'which might indicate False Positive. It would be recommended to use the --exclude-content-based ' \
|
||||
'option to ignore the bad responses.'
|
||||
'which might indicate False Positive. It would be recommended to use the --exclude-content-based ' \
|
||||
'option to ignore the bad responses.'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -26,7 +26,7 @@ module WPScan
|
||||
class WpContentDirNotDetected < Standard
|
||||
def to_s
|
||||
'Unable to identify the wp-content dir, please supply it with --wp-content-dir,' \
|
||||
' use the --scope option or make sure the --url value given is the correct one'
|
||||
' use the --scope option or make sure the --url value given is the correct one'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -56,9 +56,7 @@ module WPScan
|
||||
|
||||
homepage_result = find(target.homepage_res, opts)
|
||||
|
||||
unless homepage_result.nil? || (homepage_result.is_a?(Array) && homepage_result&.empty?)
|
||||
return homepage_result
|
||||
end
|
||||
return homepage_result unless homepage_result.nil? || homepage_result.is_a?(Array) && homepage_result&.empty?
|
||||
|
||||
find(target.error_404_res, opts)
|
||||
end
|
||||
|
||||
@@ -125,14 +125,14 @@ module WPScan
|
||||
return @uri.to_s unless path
|
||||
|
||||
if %r{wp-content/plugins}i.match?(path)
|
||||
new_path = path.gsub('wp-content/plugins', plugins_dir)
|
||||
path = +path.gsub('wp-content/plugins', plugins_dir)
|
||||
elsif /wp-content/i.match?(path)
|
||||
new_path = path.gsub('wp-content', content_dir)
|
||||
path = +path.gsub('wp-content', content_dir)
|
||||
elsif path[0] != '/' && sub_dir
|
||||
new_path = "#{sub_dir}/#{path}"
|
||||
path = "#{sub_dir}/#{path}"
|
||||
end
|
||||
|
||||
super(new_path || path)
|
||||
super(path)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
# Version
|
||||
module WPScan
|
||||
VERSION = '3.8.22'
|
||||
VERSION = '3.9.0-dev'
|
||||
end
|
||||
|
||||
@@ -21,9 +21,7 @@ describe WPScan::Controller::Aliases do
|
||||
describe 'parsed_options' do
|
||||
context 'when no --stealthy supplied' do
|
||||
it 'contains the correct options' do
|
||||
expect(WPScan::ParsedCli.options).to include(
|
||||
detection_mode: :mixed, plugins_version_detection: :mixed
|
||||
)
|
||||
expect(WPScan::ParsedCli.options).to include(detection_mode: :mixed)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -31,9 +29,7 @@ describe WPScan::Controller::Aliases do
|
||||
let(:cli_args) { "#{super()} --stealthy" }
|
||||
|
||||
it 'contains the correct options' do
|
||||
expect(WPScan::ParsedCli.options).to include(
|
||||
random_user_agent: true, detection_mode: :passive, plugins_version_detection: :passive
|
||||
)
|
||||
expect(WPScan::ParsedCli.options).to include(random_user_agent: true, detection_mode: :passive)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -29,7 +29,7 @@ describe WPScan::Controller::Enumeration do
|
||||
let(:type) { t }
|
||||
let(:detection_mode) { :mixed }
|
||||
|
||||
context 'when vulnerable' do
|
||||
context 'when vulnerable and mixed detection' do
|
||||
let(:cli_args) { "#{super()} -e v#{type[0]}" }
|
||||
|
||||
it 'returns the expected string' do
|
||||
@@ -37,7 +37,7 @@ describe WPScan::Controller::Enumeration do
|
||||
end
|
||||
end
|
||||
|
||||
context 'when all' do
|
||||
context 'when all and passive detection' do
|
||||
let(:cli_args) { "#{super()} -e a#{type[0]}" }
|
||||
let(:detection_mode) { :passive }
|
||||
|
||||
@@ -46,7 +46,7 @@ describe WPScan::Controller::Enumeration do
|
||||
end
|
||||
end
|
||||
|
||||
context 'when most popular' do
|
||||
context 'when most popular and aggressive detection' do
|
||||
let(:cli_args) { "#{super()} -e #{type[0]}" }
|
||||
let(:detection_mode) { :aggressive }
|
||||
|
||||
@@ -58,14 +58,6 @@ describe WPScan::Controller::Enumeration do
|
||||
end
|
||||
end
|
||||
|
||||
describe '#default_opts' do
|
||||
context 'when no --enumerate' do
|
||||
it 'contains the correct version_detection' do
|
||||
expect(controller.default_opts('plugins')[:version_detection]).to include(mode: :mixed)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe '#cli_options' do
|
||||
it 'contains the correct options' do
|
||||
expect(controller.cli_options.map(&:to_sym)).to eql(
|
||||
@@ -104,17 +96,6 @@ describe WPScan::Controller::Enumeration do
|
||||
|
||||
describe '#run' do
|
||||
context 'when no :enumerate' do
|
||||
before do
|
||||
expect(controller).to receive(:enum_plugins)
|
||||
expect(controller).to receive(:enum_config_backups)
|
||||
|
||||
expect(WPScan::ParsedCli.plugins_detection).to eql :passive
|
||||
end
|
||||
|
||||
it 'calls enum_plugins and enum_config_backups' do
|
||||
controller.run
|
||||
end
|
||||
|
||||
context 'when --passwords supplied but no --username or --usernames' do
|
||||
let(:cli_args) { "#{super()} --passwords some-file.txt" }
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ describe WPScan::Finders::DbExports::KnownLocations do
|
||||
allow(target).to receive(:sub_dir).and_return(false)
|
||||
end
|
||||
|
||||
it 'replaces {domain_name} by its values' do
|
||||
it 'replaces {domain_name} by its value' do
|
||||
expect(finder.potential_urls(opts).keys).to eql %w[
|
||||
http://ex.lo/aa/ex.sql
|
||||
http://ex.lo/aa/wordpress.sql
|
||||
@@ -27,8 +27,8 @@ describe WPScan::Finders::DbExports::KnownLocations do
|
||||
context "when #{sub_domain} sub-domain" do
|
||||
let(:url) { "https://#{sub_domain}.domain.tld" }
|
||||
|
||||
it 'replaces {domain_name} by its correct values' do
|
||||
expect(finder.potential_urls(opts).keys).to include "#{url}/domain.sql", "#{url}/#{sub_domain}.domain.sql"
|
||||
it 'replaces {domain_name} by its correct value' do
|
||||
expect(finder.potential_urls(opts).keys).to include "#{url}/domain.sql"
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -44,22 +44,16 @@ describe WPScan::Finders::DbExports::KnownLocations do
|
||||
context 'when multi-level tlds and sub-domain' do
|
||||
let(:url) { 'https://dev.something.com.tr' }
|
||||
|
||||
it 'replaces {domain_name} by its correct values' do
|
||||
expect(finder.potential_urls(opts).keys).to include(
|
||||
'https://dev.something.com.tr/something.sql',
|
||||
'https://dev.something.com.tr/dev.something.sql'
|
||||
)
|
||||
it 'replaces {domain_name} by its correct value' do
|
||||
expect(finder.potential_urls(opts).keys).to include 'https://dev.something.com.tr/something.sql'
|
||||
end
|
||||
end
|
||||
|
||||
context 'when some weird stuff' do
|
||||
let(:url) { 'https://098f6bcd4621d373cade4e832627b4f6.aa-bb-ccc-dd.domain-test.com' }
|
||||
|
||||
it 'replaces {domain_name} by its correct values' do
|
||||
expect(finder.potential_urls(opts).keys).to include(
|
||||
"#{url}/domain-test.sql",
|
||||
"#{url}/098f6bcd4621d373cade4e832627b4f6.aa-bb-ccc-dd.domain-test.sql"
|
||||
)
|
||||
it 'replaces {domain_name} by its correct value' do
|
||||
expect(finder.potential_urls(opts).keys).to include "#{url}/domain-test.sql"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -70,14 +64,6 @@ describe WPScan::Finders::DbExports::KnownLocations do
|
||||
expect(finder.potential_urls(opts).keys).to include "#{url}/dc-2.sql"
|
||||
end
|
||||
end
|
||||
|
||||
context 'when an IP address' do
|
||||
let(:url) { 'http://192.168.1.12' }
|
||||
|
||||
it 'replaces {domain_name} by the IP address' do
|
||||
expect(finder.potential_urls(opts).keys).to include "#{url}/192.168.1.12.sql"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe '#aggressive' do
|
||||
|
||||
@@ -35,7 +35,7 @@ describe WPScan::Finders::Passwords::WpLogin do
|
||||
context 'when multiple cookies set' do
|
||||
let(:headers) do
|
||||
"Set-Cookie: wordpress_test_cookie=WP+Cookie+check; path=/\r\n" \
|
||||
'Set-Cookie: something=value; path=/'
|
||||
'Set-Cookie: something=value; path=/'
|
||||
end
|
||||
|
||||
it 'returns false' do
|
||||
@@ -47,9 +47,9 @@ describe WPScan::Finders::Passwords::WpLogin do
|
||||
context 'when logged_in cookie set' do
|
||||
let(:headers) do
|
||||
"Set-Cookie: wordpress_test_cookie=WP+Cookie+check; path=/\r\r" \
|
||||
"Set-Cookie: wordpress_xxx=yyy; path=/wp-content/plugins; httponly\r\n" \
|
||||
"Set-Cookie: wordpress_xxx=yyy; path=/wp-admin; httponly\r\n" \
|
||||
'Set-Cookie: wordpress_logged_in_xxx=yyy; path=/; httponly'
|
||||
"Set-Cookie: wordpress_xxx=yyy; path=/wp-content/plugins; httponly\r\n" \
|
||||
"Set-Cookie: wordpress_xxx=yyy; path=/wp-admin; httponly\r\n" \
|
||||
'Set-Cookie: wordpress_logged_in_xxx=yyy; path=/; httponly'
|
||||
end
|
||||
|
||||
it 'returns false' do
|
||||
|
||||
@@ -108,8 +108,7 @@ describe WPScan::Finders::PluginVersion::Readme do
|
||||
'advanced-most-recent-posts-mod' => '1.6.5.2',
|
||||
'a-lead-capture-contact-form-and-tab-button-by-awebvoicecom' => '3.1',
|
||||
'backup-scheduler' => '1.5.9',
|
||||
'release_date_slash' => '1.0.4',
|
||||
'cool_tag_cloud' => '2.27'
|
||||
'release_date_slash' => '1.0.4'
|
||||
}.each do |file, version_number|
|
||||
context "whith #{file}.txt" do
|
||||
it 'returns the expected version' do
|
||||
|
||||
17189
spec/fixtures/db/dynamic_finders.yml
vendored
17189
spec/fixtures/db/dynamic_finders.yml
vendored
File diff suppressed because it is too large
Load Diff
7378
spec/fixtures/dynamic_finders/expected.yml
vendored
7378
spec/fixtures/dynamic_finders/expected.yml
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,97 +0,0 @@
|
||||
= 4.0.0 =
|
||||
* Released 2021.07.20
|
||||
* Upgraded to use V4 of the what3words AutoSuggest Component with improved styling and functionality.
|
||||
* Updated admin section interface.
|
||||
* Addition of advanced clipping options to restrict suggestions displayed to a user.
|
||||
* Addition of options to store latitude and longitude coordinates and nearest place against a record.
|
||||
* Added ability to change the field label.
|
||||
|
||||
= 3.0.11 =
|
||||
* Released 2021.06.30
|
||||
* Fixes non-fatal debugging log output for PHP "Variable assignment" error
|
||||
|
||||
= 3.0.10 =
|
||||
* Released 2021.03.09
|
||||
* Fixes passing API key to autosuggest for requests.
|
||||
|
||||
= 3.0.9 =
|
||||
* Released 2021.02.03
|
||||
* Updated screenshots
|
||||
* Send key version numbers to what3words API via `X-W3W-Plugin` request header.
|
||||
|
||||
= 3.0.8 =
|
||||
* Released 2020.12.11
|
||||
* Improved interoperability, errors in 3rd party scripts will be less likely to prevent the plugin operating.
|
||||
* Bumped to latest WordPress release, 5.6
|
||||
|
||||
= 3.0.7 =
|
||||
* Released 2020.06.17
|
||||
* Addresses an error that prevented the plugin loading on Internet Explorer.
|
||||
* Minor styling improvements.
|
||||
|
||||
= 3.0.6 =
|
||||
* Released 2020.06.02
|
||||
* Further improvements to match theme styling
|
||||
* Clarified the purpose of the `Input Selector(s)` field
|
||||
* Updated readme
|
||||
|
||||
= 3.0.5 =
|
||||
* Released 2020.06.01
|
||||
* Apply missing `font-size` property.
|
||||
|
||||
= 3.0.4 =
|
||||
* Released 2020.06.01
|
||||
* Hotfix missing `font-size` property.
|
||||
|
||||
= 3.0.3 =
|
||||
* Released 2020.06.01
|
||||
* Plugin tweaked to take up less vertical height on themes with slimmer text inputs.
|
||||
|
||||
= 3.0.2 =
|
||||
* Released 2020.06.01
|
||||
* The plugin now inherits styles from the current wordpress theme for more seamless integration.
|
||||
* The following css properties are automatically applied to the upgraded input: `background-color`, `border`, `border-radius`, `color`, `font`, `height`.
|
||||
|
||||
= 3.0.1 =
|
||||
* Released 2020.05.27
|
||||
* Fixes an issue where country clipping would not work when shipping and billing addresses were in different countries.
|
||||
* Updated screenshots
|
||||
|
||||
= 3.0.0 =
|
||||
* Released 2020.05.26
|
||||
* Updated the plugin to use new web component and V3 of the what3words API. Note that this release simplifies the plugin setup and removes some settings.
|
||||
* Updated links to what3words documentation and developer site
|
||||
* Settings available are now:
|
||||
* API key
|
||||
* CSS selector to specify which inputs should be upgraded to the auto suggest component
|
||||
* Placeholder text shown on inputs
|
||||
* Turn on/off the WooCommerce integration, to automatically add what3words address fields to your checkout forms
|
||||
|
||||
= 2.0.4 =
|
||||
* Released 2019.01.16
|
||||
* Added new function to allow a country field to be specified for country clipping
|
||||
|
||||
= 2.0.3 =
|
||||
* Released 2018.04.05
|
||||
* bug fixes
|
||||
|
||||
= 2.0.2 =
|
||||
* Released 2018.03.16
|
||||
* bug fixes
|
||||
|
||||
= 2.0.1 =
|
||||
* Released 2018.01.09
|
||||
* bug fixes
|
||||
|
||||
= 2.0.0 =
|
||||
* Released 2018.01.08
|
||||
* Reworked and redesigned plugin code base
|
||||
|
||||
= 1.1.0 =
|
||||
* uses what3words autosuggest jQuery plugin 1.2.0
|
||||
|
||||
= 1.0.1 =
|
||||
* General fixes
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release
|
||||
@@ -1,2 +0,0 @@
|
||||
/**1.0.0 - 2022.04.01**/
|
||||
~ The first released.
|
||||
@@ -1,344 +0,0 @@
|
||||
3.19.11 - 22 July 2021
|
||||
- Improvement: Compatibility with the WordPress 5.8
|
||||
- Fix: Advanced Carousel element not working properly.
|
||||
- Fix: The Price Box element is not showing horizontally.
|
||||
- Fix: Hotspot module styling options are not applying properly.
|
||||
- Fix: Functional code is showing when the interactive banner is used with the Advanced carousel.
|
||||
|
||||
3.19.10 - 04 June 2021
|
||||
- Improvement: Compatibility with the latest JavaScript and CSS standard rule.
|
||||
- Improvement: Added the prefix to all the PHP function and class name to avoid future conflicts.
|
||||
- Improvement: Added the prefix to the global variable, script and style handlers.
|
||||
- Fix: Fixed the PHP error foreach() argument must be of type array|object.
|
||||
- Fix: Fixed the PHP notice undefined index into the google font manager.
|
||||
|
||||
3.19.9 - 18 Feb 2021
|
||||
- Improvement : Updated the Smooth-scroll library.
|
||||
- Fix : Ultimate Icon conflict issue with Yoast SEO.
|
||||
- Fix : Console error unable to preventDefault inside passive event listener due to the target being treated as passive.
|
||||
- Fix : Console error cannot read property 'msie' of undefined.
|
||||
- Fix : Youtube video background is not working on MacOSX BigSur.
|
||||
- Fix : Console error cannot read property '1' of null.
|
||||
|
||||
3.19.8 - 12 Dec 2020
|
||||
- Improvement: Shortcode compatibility with PHP 8.0 – Deprecated: Function ultimate_wrap_shortcode_in_div().
|
||||
- Fix: Deprecated jquery issue into Interactive Mouse Parallax row background after WordPress - 5.6
|
||||
- Fix: Console warning jQuery.browser is deprecated after WordPress - 5.6
|
||||
- Fix: Console warning indexOf is not a function after WordPress - 5.6
|
||||
- Fix: Console warning jquery-fn-load is deprecated for below elements after WordPress - 5.6
|
||||
- Heading
|
||||
- Countdown
|
||||
- Creative-link
|
||||
- Dual-Button
|
||||
- Filp-Box
|
||||
- iHover
|
||||
- Info-banner
|
||||
- Info-Box
|
||||
- Info-circle
|
||||
- Modal popup
|
||||
- Team Module
|
||||
- Content Box
|
||||
- Image separator
|
||||
- Google Map
|
||||
- Advanced carousel
|
||||
|
||||
- Fix: Console warning pseudo-event is deprecated for below modules after WordPress - 5.6
|
||||
- Advanced Button
|
||||
- Flip-Box
|
||||
- Interactive Banner
|
||||
|
||||
3.19.7 - 09 Nov 2020
|
||||
- Improvement: Updated the jparallax.js library for the parallax effect.
|
||||
- Improvement: Updated the strings into the backend.
|
||||
- Fix - Console warning jquery-fn-load-is-deprecated.
|
||||
- Fix - Interactive Mouse Parallax row background not working.
|
||||
- Fix - Typography is not applied to prefix into the Fancy text element.
|
||||
|
||||
3.19.6 - 12 Aug 2020
|
||||
- Improvement: Compatibility to WordPress 5.5.
|
||||
- Fix: Google Fonts are not loading into the Google Font Manager tab for WordPress 5.5.
|
||||
- Fix: Upload the custom icon support is not working for WordPress 5.5.
|
||||
- Fix: Save button functionality is not working for the elements with the WordPress 5.5.
|
||||
- Fix: Switch buttons of the Element Tab and Debug Tab are not working with the WordPress 5.5.
|
||||
|
||||
3.19.5 - 16 June 2020
|
||||
- New: Users can now share non-personal usage data to help us test and develop better products. ( <a href="https://store.brainstormforce.com/usage-tracking/?utm_source=changelog&utm_medium=changelog&utm_campaign=usage_tracking" target="_blank" rel="noopener">Know More</a> )
|
||||
- Fix: Fixed the flip-box background overlapping issue into firefox.
|
||||
- Fix: Fixed the duplicate ID issue into the Counter element.
|
||||
- Fix: Fixed the PHP notice issue with the PHP 7.4
|
||||
- Fix: Breaking the UI for the video element while using the Vimeo link.
|
||||
- Fix: Fixed the PHP notice trying to access array offset on the value of type bool.
|
||||
|
||||
3.19.4 - 12 March 2020
|
||||
- Improvement: Updated Dual Color Heading element code for WPML compatibility.
|
||||
- Fix: PHP Notice of $icon_img variable is not defined.
|
||||
- Fix: Interactive Banner Captions come over the sticky header while scrolling.
|
||||
- Fix: PHP Notice of $img_width variable is not defined.
|
||||
- Fix: The hover text color of button2 stopped working for Dual button.
|
||||
- Fix: PHP Notice of $icon_size variable is not defined.
|
||||
- Fix: Rendering issue when background is not set for flip-box.
|
||||
- Fix: PHP Notice of $icon_border_radius variable is not defined.
|
||||
- Fix: Update the strings inside the modules.
|
||||
- Fix: PHP Notice of $icon_border_spacing variable is not defined.
|
||||
|
||||
3.19.3 - 20 Feb 2020
|
||||
- Improvement: Compatibility with latest WordPress PHP_CodeSniffer rules.
|
||||
|
||||
3.19.2 - 03 Feb 2020
|
||||
- Improvement: Hardened the security of the plugin.
|
||||
|
||||
3.19.1 - 22 Jan 2020
|
||||
- Security Fix: Cross-site scripting (XSS) vulnerability.
|
||||
|
||||
3.19.0 - 30 July 2019
|
||||
- New: Introducing Dual Color Heading Element.
|
||||
- Improvement: Added the Extra class option for the Hotspot item.
|
||||
- Improvement: Update WPML XML file for Compatibility.
|
||||
- Improvement: Update the string as an Element instead of Modules in backend settings.
|
||||
- Fix: PHP Notice of $ub variable is not initialized.
|
||||
- Fix: Hotspot glow animation color is not working.
|
||||
- Fix: PHP Warning in Team element appearing on the front end.
|
||||
- Removed purchase key License activation method as the API for this is now being deprecated by Envato.
|
||||
|
||||
3.18.0 - 18 Feb 2019
|
||||
- New: Introduce Ribbon element.
|
||||
- Improvement: Added the animation option for a marker in Google Map.
|
||||
- Fix: Advanced Carousel rendering issue when page refresh.
|
||||
- Fix: PHP Notice Undefined license-form-method variable.
|
||||
|
||||
3.17.1 - 6 Dec 2018
|
||||
- Improvement: Added Text transform option for Fancy text.
|
||||
- Improvement: Update WPML xml file for Compatibility.
|
||||
- Improvement: Added license key purchase form button in debug screen.
|
||||
- Fix: Spacing issue in Fancy text.
|
||||
- Fix: Advanced Carousel doesn't slide properly with one at a time option on Tablet and Mobile devices.
|
||||
|
||||
3.17.0 - 29 Oct 2018
|
||||
- New: Introduce Video element.
|
||||
- Improvement: Toolip will display in case of link in Just Icon.
|
||||
- Fix: Fancy Text not consistent in slide up option.
|
||||
- Removed purchase key License activation method as the API for this is now being deprecated by Envato.
|
||||
|
||||
3.16.26 - 27-Sept-2018
|
||||
- Improvement: Added Border radius option for Flip Box.
|
||||
- Fix: Advanced Tab collapsed when the value is not set for the Active tab.
|
||||
- Fix: Control option not working when Load script globally option is enabled in the hosted video.
|
||||
- Fix: Youtube video not working when the Viewport option is enabled.
|
||||
|
||||
3.16.25 - 22-Aug-2018
|
||||
- Improvement: Added Modal on menu option in Debug setting.
|
||||
- Improvement: Added Description color option for Flip Box.
|
||||
- Improvement: Updated YTplayer JS library for YouTube video.
|
||||
- Improvement: Updated fancy text element code for WPML compatibility.
|
||||
- Fix: Content visibility issue on mobile device in Advanced tab on accordion mode.
|
||||
- Fix: CSS duplication issue on resize in dual button element.
|
||||
- Fix: Timeline position issue in RTL condition.
|
||||
- Fix: Advanced carousel show slide issue in tab and mobile.
|
||||
|
||||
3.16.24 - 28-may-2018
|
||||
- Improvement: Updated registration form popup for updater with GDPR Compliance.
|
||||
- Improvement: Changed license to GPL v2.
|
||||
|
||||
3.16.23 - 15-may-2018
|
||||
- Improvement: Added post/page title select option for headings.
|
||||
- Improvement: Added div, paragraph and span tag options with heading tags for Timeline.
|
||||
- Improvement: Added custom JS option on click of the advanced button.
|
||||
- Fix: Advanced Tabs accordion issue on default active tab.
|
||||
- Fix: Set false to PauseOnFocus in advance carousel settings.
|
||||
- Fix: Flipbox visibility issue while using custom height option.
|
||||
|
||||
3.16.22 - 11-April-2018
|
||||
- Improvement: Updated page builder name as WPBakery Page Builder instead of visual composer.
|
||||
- Improvement: Added div, paragraph and span tag options with heading tags for package title and for subheading in Info table.
|
||||
- Improvement: New registration form popup for updater.
|
||||
- Improvement: Added div, paragraph and span tag options with heading tags for list item title in Info list.
|
||||
- Improvement: Added Focus on select option on advanced carousel.
|
||||
- Improvement: Improve UI.
|
||||
- Fix: Rel Attribute option space issue.
|
||||
- Fix: Icon not uploaded due to server issue.
|
||||
- Fix: Advanced tab js causing issue in IE.
|
||||
- Fix: Flipbox module animation issue in firefox browser.
|
||||
- Fix: Info circle item animation issue in different Browsers while initial load.
|
||||
|
||||
3.16.21 - 3-January-2018
|
||||
- Improvement: Added div, paragraph and span tag options with heading tags for package title and for subheading in Price Box.
|
||||
- Fix: Conflict with venus theme function name.
|
||||
- Fix: Counter in Module's list have different name on page element list.
|
||||
- Fix: Dual button height issue on First loading with Advanced Tab.
|
||||
- Fix: Advanced Tabs ID does not work in URL.
|
||||
- Fix: HTML validation error in counter element.
|
||||
- Fix: RTL issue in effect 18 of ihover element.
|
||||
- Fix: Rel Attribute option is not working in advance button.
|
||||
- Fix: Space issue in anchor tag attribute.
|
||||
- Fix: Change the labels from optimized to combined in script & style tab and separator instead of seperator in heading element.
|
||||
|
||||
3.16.20 - 21-November-2017
|
||||
- Improvement: Added div, paragraph and span tag options with heading tags for title in Info-banner.
|
||||
- Improvement: Update WPML xml file for Compatibility.
|
||||
- Fix: Advanced Tab Active Tab option issue.
|
||||
- Fix: WPBakery Page Builder map element has issue with advanced tabs.
|
||||
- Fix: Fancy text issue with special character(&) in string.
|
||||
- Fix: Info circle connector alignment issue in RTL condition.
|
||||
- Fix: Info circle item animation issue in Safari Browser.
|
||||
- Fix: Modal Box - Close Modal On Overlay Click and ESC not working when selector option is used.
|
||||
- Fix: Info-circle border not applied properly in safari browser.
|
||||
- Fix: Interactive banner2 link redirect issue in touch devices.
|
||||
- Fix: Toggle button issue while using Visual Composer starter theme.
|
||||
|
||||
3.16.19.1 - 13-November-2017
|
||||
- Fix: Row background pattern images are not showing in effect tab.
|
||||
|
||||
3.16.19 - 6-November-2017
|
||||
- Improvement: Added info list border type option.
|
||||
- Improvement: Optimize plugin code and improved performance.
|
||||
- Improvement: Added padding option for info-circle item.
|
||||
- Improvement: Added time delay option for redirecting the links on touch devices in interactive banner2.
|
||||
- Fix: Info circle clipped at bottom / top is not working properly.
|
||||
- Fix: Info circle image alignment issue.
|
||||
- Fix: Advanced Tab content height issue on First loading with animation style.
|
||||
- Fix: Anchor tag link and tooltip issue in Just Icon.
|
||||
- Fix: Anchor tag link issue in Icon.
|
||||
- Fix: Timeline issue without timeline item disappear.
|
||||
- Fix: Js error in row background.
|
||||
- Fix: Smooth Scroll issue in Chrome Browser.
|
||||
- Fix: Dual button getting collapse in Advanced Tabs.
|
||||
|
||||
3.16.18 - 20-September-2017
|
||||
Security Fix: A cross-site scripting (XSS) vulnerability was discovered in html links, WordPress core has patched it's vulnerability in 4.8.2 release and we've also fix it for Ultimate Addons for Visual Composer.
|
||||
|
||||
3.16.17 - 13-September-2017
|
||||
- Improvement: Added modal Close icon design feature.
|
||||
- Improvement: Added modal popup close on ESC key.
|
||||
- Improvement: Added hover color option for button in Modal.
|
||||
- Improvement: Added modal hide feature on page load for mobile/tablet devices.
|
||||
- Improvement: Advance Tab navigation icon for accordion updated.
|
||||
- Fix: Need to change CSS for pan style in Info banner element.
|
||||
- Fix: Info circle responsive issue.
|
||||
|
||||
3.16.16 - 29-August-2017
|
||||
- Improvement: Advanced Tab ID is now editable.
|
||||
- Improvement: Link markup condition for team element need improvement.
|
||||
- Improvement: Added image alignment option for image in image separator.
|
||||
- Fix: Row separator tilt left right issue.
|
||||
- Fix: Info-Circle does not include image in description area.
|
||||
- Fix: Info-Circle animation not working properly.
|
||||
- Fix: Hosted video background height issue.
|
||||
- Fix: Video background placeholder images do not show up after video completes.
|
||||
- Fix: Timeline right side item spacing issue.
|
||||
- Fix: Timeline has html markup issue and point issue.
|
||||
- Fix: Scripts Loading issue in Carousel.
|
||||
- Fix: Scripts Loading issue in Fancy text.
|
||||
|
||||
3.16.15 - 16-August-2017
|
||||
- Improvement: Added tag options for titles in Flipbox.
|
||||
- Improvement: iHover style addition.
|
||||
- Fix: Info List icon position in RTL should not change.
|
||||
- Fix: Fancy text slide up effect is not working in the Advanced tab.
|
||||
- Fix: Advanced carousel dot navigation color option is not working.
|
||||
- Fix: Dual button getting collapse in expandable section.
|
||||
- Fix: Carousel loading issue in tabs.
|
||||
- Fix: Interactive banner-2 title alignment issue.
|
||||
- Fix: iHover style not working in Internet Explorer.
|
||||
|
||||
3.16.14.1 - 11-August-2017
|
||||
- Fix: Element converting into text-blocks.
|
||||
|
||||
3.16.14 - 1-August-2017
|
||||
- Improvement: Added div, paragraph and span tag options with heading tags for title in modules.
|
||||
- Improvement: Interactive banner added Title tags option.
|
||||
- Improvement: iHover - added Title tags option.
|
||||
- Improvement: Compress plugin images.
|
||||
- Fix: Timeline issue with the link.
|
||||
- Fix: Info box alignment issue with icon at right with heading.
|
||||
- Fix: Dual button font size and line height option not working.
|
||||
- Fix: Hotspot RTL Compatibility.
|
||||
- Fix: Just icon tooltip text is not working.
|
||||
- Fix: Fatal error for redeclaration class in modules.
|
||||
- Fix: Advanced tabs scroll issue while click on tab.
|
||||
|
||||
3.16.13 - 18-July-2017
|
||||
- Improvement: Optimize all the plugin code.
|
||||
- Improvement: Provide filters for theme authors to disable enqueing google fonts in front end.
|
||||
- Fix: Flipbox flip not working on some of the websites.
|
||||
|
||||
3.16.12 - 4-May-2017
|
||||
- Fix: PHP Warning in font manager appearing on front end for some users.
|
||||
|
||||
3.16.11 - 29-Apr-2017
|
||||
- Improved overall security of the plugin by added sanitization wherever required, All the Ajax actions are now checked for user capabilities and nounce to harden the security.
|
||||
- Fix: Dual button not working properly for the second style.
|
||||
- Fix: WooCommere compatibility for version v3.0.4.
|
||||
|
||||
3.16.10 - 07-Apr-2017
|
||||
- Fix: Google Fonts Manager loading fonts with http instead of https in the preview.
|
||||
- Fix: Google Fonts URL returning 404 if the generated URL had duplicate '|' character.
|
||||
- Fix: JavaScript error on WooCommerce v3.0 product pages.
|
||||
- Fix: Option disable parallax on mobile not working.
|
||||
- Fix: Info list aligning besides each other instead of one below other.
|
||||
|
||||
3.16.9 - 07-Mar-2017
|
||||
- Fix: Token invalid error appearing for some users when activating the license. We apologize for the inconvenience.
|
||||
- Fix: Dual button icon images not aligned to center.
|
||||
- Fix: Dual button second button linking to the first buttons link.
|
||||
- Fix: Dual button first button background size option not working when "Design your own" option is selected.
|
||||
- Fix: Advanced Tabs causing Javascript errors on pages with anchors with # links.
|
||||
- Fix: Advanced button "rel" option not working.
|
||||
- Fix: Some users having issues with appear animations not triggering correctly when the row/element is in the viewport.
|
||||
|
||||
3.16.8 - 20-Feb-2017
|
||||
- New: Added WPML Compatibility.
|
||||
- New: Option to pause on hover and center mode in Advanced carousel
|
||||
- New: Option to open selected tab by providing tab index number.
|
||||
- New: Option for title alignment in expandable section element.
|
||||
- New: Added margin/padding options for highlight box.
|
||||
- New: Option to select Zoom control position in Google maps element.
|
||||
- New: Added Typography option for Countdown.
|
||||
- New: All new license activation method to activate license key with just one click.
|
||||
- Improvement: Added aria labels for Next/Prev buttons in Advanced Carousel.
|
||||
- Improvement: RTL Support for All the elements.
|
||||
- Improvement: Rel and Title tag for all the links in all elements.
|
||||
- Improvement: Maps - Added option to enable/disable dragging effect on the desktop.
|
||||
- Improvement: Info Box - Added option to select heading tags for the title.
|
||||
- Improvement: Modal Box - Added support for hosted videos in the modal box, Add any video with WordPress media selector and Select "Hosted video" in option What is this video about.
|
||||
- Improvement: Optimized images in the plugins package.
|
||||
- Fixed: Ultimate Addons menu not being registered in some multisite environments.
|
||||
- Fixed: JavaScript files not being loaded on pages even if shortcode was present on a page.
|
||||
- Fixed: Animation effects in advanced carousel not working.
|
||||
- Fixed: Interactive banner 2 - Multiple interactive banners opening links in new tab, each link did not open a new tab, rather loaded the page in the same new tab.
|
||||
- Fixed: Info list - List alignment set to right breaks the content alignment to enter.
|
||||
- Fixed: Disable Parallax on mobile option not working.
|
||||
- Fixed: Insufficient memory error when activating the plugin from WP-CLI.
|
||||
- Fixed: Flipbox center aligned not working on mobile devices.
|
||||
|
||||
3.16.7 - 04-Aug-2016
|
||||
- Fixed: Appear animation conflict causing pages to creash in salient theme.
|
||||
- Fixed: Flip boxes not working when added inside advanced carousel on mobile phones.
|
||||
- Fixed: Info list causing descriptions not aligned in the center of adjacent icons.
|
||||
- Fixed: Appear animation breaking for some users.
|
||||
- Updaed slick js to latest version which fixes compatibility issues in Ultimate Carousel.
|
||||
- Lots of minor bug fixes and browser compatibility fixes.
|
||||
|
||||
3.16.6
|
||||
- Fixed: Font Icons - SSL issue for $_SERVER[HTTPS] failing
|
||||
- Fixed: Icon Manager - Font zip are not showing after being uploaded
|
||||
- Fixed: Icon Manager - Filetype x-zip allowed to upload
|
||||
- Fixed: Advacned Button - Animation issue while background image applied
|
||||
- Fixed: Video backgrounds - Safari browser alignment issue
|
||||
- Improvement: Google Maps - Changed Google Map policy support to new domains with API key required - http://bsf.io/google-map-api-key
|
||||
|
||||
3.16.5
|
||||
- Fixed: PHP 5.2 fatal error for transient fallback
|
||||
|
||||
3.16.4
|
||||
- Fixed: Video Backgrounds - VC stretch row and full height conflict
|
||||
- Fixed: Hosted Video background - JS console error
|
||||
- Fixed: IB 2 - Style 11 iOS issue
|
||||
- Fixed: Image param - content pass as array instead string
|
||||
- Fixed: Hotspot - Misalignment
|
||||
- Fixed: Row Backgrounds - Image separator conflict with full height option
|
||||
- Fixed: Admin - Redux CSS conflicts with UAVC
|
||||
- Fixed: Timeline - Backend structure break due image alignment
|
||||
- Fixed: Multiple video backgrounds - Poster images not showing on mobile devices
|
||||
- Improvement - Advanced Tabs - Responsive accordion scroll to container on open tab option - http://bsf.io/lmde8
|
||||
- Improvement - Advanced Button - Inline alignment option added to display buttons inline - http://bsf.io/bvkn4
|
||||
- BSF Core v1.17 - With fallback to W3 Total Cache's deleting transients on every page reload
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"name": "a-note-above",
|
||||
"version": "1.0.1",
|
||||
"description": "A way to keep notes on your dashboard.",
|
||||
"author": "Josh Brown <joshbrown101@gmail.com>",
|
||||
"license": "GPLv2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "webpack --watch --progress --hide-modules",
|
||||
"dev-build": "webpack -d --mode development",
|
||||
"build": "webpack -p --mode production"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"vue": "^2.6.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.13",
|
||||
"@babel/preset-env": "latest",
|
||||
"babel-loader": "^8.2.2",
|
||||
"browser-sync": "^2.26.14",
|
||||
"browser-sync-webpack-plugin": "^2.3.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"file-loader": "^4.3.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"html-webpack-template": "^6.2.0",
|
||||
"less": "^3.13.1",
|
||||
"less-loader": "^5.0.0",
|
||||
"mini-css-extract-plugin": "^0.8.2",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
||||
"terser-webpack-plugin": "^4.2.3",
|
||||
"url-loader": "^2.3.0",
|
||||
"vue-loader": "^15.9.6",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
}
|
||||
}
|
||||
@@ -1,66 +0,0 @@
|
||||
# Copyright (C) 2021 AbsolutePlugins
|
||||
# This file is distributed under the GPLv3 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Absolute Thumbnail Column 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/absolute-thumbnail-column\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: 2021-07-07T14:49:00+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: absp-thumbnail-column\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Absolute Thumbnail Column"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://absoluteplugins.com/plugins/absolute-thumbnail-column/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Absolute Thumbnail column allows you to upload, select and change thumbnail on any post-types right from the post table."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "AbsolutePlugins"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://absoluteplugins.com/"
|
||||
msgstr ""
|
||||
|
||||
#: absolute-thumbnail-column.php:112
|
||||
msgid "Thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: absolute-thumbnail-column.php:175
|
||||
#: absolute-thumbnail-column.php:177
|
||||
msgid "Click the image to edit or update"
|
||||
msgstr ""
|
||||
|
||||
#: absolute-thumbnail-column.php:179
|
||||
#: absolute-thumbnail-column.php:181
|
||||
msgid "Remove featured image"
|
||||
msgstr ""
|
||||
|
||||
#: absolute-thumbnail-column.php:189
|
||||
msgid "No Thumb"
|
||||
msgstr ""
|
||||
|
||||
#: absolute-thumbnail-column.php:197
|
||||
#: absolute-thumbnail-column.php:199
|
||||
msgid "Set featured image"
|
||||
msgstr ""
|
||||
|
||||
#: absolute-thumbnail-column.php:360
|
||||
msgid "Could not set that as the thumbnail image. Try a different attachment."
|
||||
msgstr ""
|
||||
|
||||
#: absolute-thumbnail-column.php:362
|
||||
msgid "Could not remove the post thumbnail image. Try a again later."
|
||||
msgstr ""
|
||||
@@ -1,622 +0,0 @@
|
||||
# Copyright (C) 2022 AcademyLMS
|
||||
# This file is distributed under the GPL-3.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Academy Starter Templates 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/academy-starter-templates\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: 2022-02-20T16:36:06+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: academy-starter-templates\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Academy Starter Templates"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "http://demo.academylms.net"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Demo importer plugin for academy lms."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "AcademyLMS"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://academylms.net"
|
||||
msgstr ""
|
||||
|
||||
#: includes/hooks.php:183
|
||||
msgid "No relevent plugin for this demo."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/customizer-importer.php:38
|
||||
#: includes/library/customizer-importer.php:45
|
||||
msgid "Importing customizer settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/customizer-importer.php:43
|
||||
msgid "Customizer settings import finished!"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - file path
|
||||
#: includes/library/customizer-importer.php:73
|
||||
msgid "Error: The customizer import file is missing! File path: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/customizer-importer.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 ""
|
||||
|
||||
#: includes/library/customizer-importer.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 ""
|
||||
|
||||
#: includes/library/downloader.php:59
|
||||
msgid "Missing URL for downloading a file!"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s and %3$s - strong HTML tags, %2$s - file URL, %4$s - br HTML tag, %5$s - error code, %6$s - error message.
|
||||
#: includes/library/downloader.php:77
|
||||
msgid "An error occurred while fetching file from: %1$s%2$s%3$s!%4$sReason: %5$s - %6$s."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s - br HTML tag, %2$s - file path
|
||||
#: includes/library/helpers.php:196
|
||||
#: includes/library/helpers.php:239
|
||||
msgid "An error occurred while writing file to your server! Tried to write a file to: %1$s%2$s."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s - br HTML tag, %2$s - file path
|
||||
#: includes/library/helpers.php:273
|
||||
msgid "An error occurred while reading a file from your server! Tried reading file from path: %1$s%2$s."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s and %2$s - strong HTML tags, %3$s - HTML link to a doc page.
|
||||
#: includes/library/helpers.php:296
|
||||
msgid "This WordPress page does not have %1$sdirect%2$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: %3$s."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:313
|
||||
msgid "An error occurred while retrieving reading/writing permissions to your server (could not retrieve WP filesystem credentials)!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:321
|
||||
msgid "Your WordPress login credentials don't allow to use WP_Filesystem!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:361
|
||||
msgid "Academy Starter Templates - "
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s - opening div and paragraph HTML tags, %2$s - closing div and paragraph HTML tags.
|
||||
#: includes/library/helpers.php:395
|
||||
msgid "%1$sYour user role isn't high enough. You don't have permission to import demo data.%2$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:428
|
||||
msgid "No file provided."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - the error message.
|
||||
#: includes/library/helpers.php:456
|
||||
msgid "Content file was not uploaded. Error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:460
|
||||
#: includes/library/helpers.php:476
|
||||
#: includes/library/helpers.php:492
|
||||
#: includes/library/helpers.php:503
|
||||
#: includes/library/helpers.php:522
|
||||
#: includes/library/helpers.php:530
|
||||
msgid "Upload files"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - the error message.
|
||||
#: includes/library/helpers.php:472
|
||||
msgid "Widget file was not uploaded. Error: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - the error message.
|
||||
#: includes/library/helpers.php:488
|
||||
msgid "Customizer file was not uploaded. Error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:501
|
||||
msgid "Missing Redux option name! Please also enter the Redux option name!"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - the error message.
|
||||
#: includes/library/helpers.php:518
|
||||
msgid "Redux file was not uploaded. Error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:528
|
||||
msgid "The import files were successfully uploaded!"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - the max execution time.
|
||||
#: includes/library/helpers.php:554
|
||||
msgid "Initial max execution time = %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s - new line break, %2$s - the site URL, %3$s - the file path for content import, %4$s - the file path for widgets import, %5$s - the file path for widgets import, %6$s - the file path for redux import.
|
||||
#: includes/library/helpers.php:558
|
||||
msgid "Files info:%1$sSite URL = %2$s%1$sData file = %3$s%1$sWidget file = %4$s%1$sCustomizer file = %5$s%1$sRedux files:%1$s%6$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:561
|
||||
#: includes/library/helpers.php:562
|
||||
#: includes/library/helpers.php:563
|
||||
#: includes/library/helpers.php:564
|
||||
msgid "not defined!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/helpers.php:735
|
||||
#: includes/library/helpers.php:736
|
||||
msgid "Academy Starter"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/importer.php:175
|
||||
msgid "New AJAX call!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:215
|
||||
msgid "No preview image defined for this import."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:216
|
||||
msgid "Are you sure?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:217
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:218
|
||||
msgid "Yes, import!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:219
|
||||
msgid "Selected demo import:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:220
|
||||
msgid "Installing..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:221
|
||||
#: includes/library/wpcli-commands.php:154
|
||||
msgid "Importing..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:222
|
||||
msgid "Successfully Imported!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:223
|
||||
msgid "Install Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:224
|
||||
msgid "Installed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:225
|
||||
msgid "Import Failed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:226
|
||||
msgid "Whoops, there was a problem importing your content."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:227
|
||||
msgid "Looks like some of the plugins failed to install. Please try again. If this issue persists, please manually install the failing plugins and come back to this step to import the theme demo data."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:228
|
||||
msgid "Invalid file type detected! Please select an XML file for the Content Import."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:229
|
||||
msgid "Invalid file type detected! Please select a JSON or WIE file for the Widgets Import."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:230
|
||||
msgid "Invalid file type detected! Please select a DAT file for the Customizer Import."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:231
|
||||
msgid "Invalid file type detected! Please select a JSON file for the Redux Import."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:248
|
||||
msgid "Manual import files are missing! Please select the import files and try again."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:263
|
||||
#: includes/library/one-click-demo-import.php:308
|
||||
msgid "Manually uploaded files"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:320
|
||||
#: includes/library/one-click-demo-import.php:331
|
||||
msgid "Downloaded files"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - the name of the selected import.
|
||||
#: includes/library/one-click-demo-import.php:327
|
||||
msgid "The import files for: %s were successfully downloaded!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:335
|
||||
msgid "No import files specified!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:452
|
||||
#: views/import.php:118
|
||||
msgid "Import Complete!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:453
|
||||
#: views/import.php:121
|
||||
msgid "Congrats, your demo was imported successfully. You can now begin editing your site."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:454
|
||||
msgid "Successful Import"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/one-click-demo-import.php:457
|
||||
msgid "Your import completed, but some things may not have imported properly."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - link to the log file.
|
||||
#: includes/library/one-click-demo-import.php:461
|
||||
msgid "<p><a href=\"%s\" target=\"_blank\">View error log</a> for more information.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:86
|
||||
msgid "WPForms"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:87
|
||||
msgid "Join 4,000,000+ professionals who build smarter forms and surveys with WPForms."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:93
|
||||
msgid "All in One SEO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:94
|
||||
msgid "Use All in One SEO Pack to optimize your WordPress site for SEO."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:100
|
||||
msgid "MonsterInsights"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:101
|
||||
msgid "The #1 Google Analytics Plugin for WordPress that’s easy and powerful."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:107
|
||||
msgid "Custom Landing Pages by SeedProd"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:108
|
||||
msgid "Work on your site in private while visitors see a \"Coming Soon\" or \"Maintenance Mode\" page."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:113
|
||||
msgid "Smash Balloon Social Photo Feed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:114
|
||||
msgid "Display beautifully clean, customizable, and responsive Instagram feeds."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:119
|
||||
msgid "WP Mail SMTP"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:120
|
||||
msgid "Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, Mailgun, and more."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:225
|
||||
msgid "Could not install the plugin. You don't have permission to install plugins."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:231
|
||||
msgid "Could not install the plugin. Plugin slug is missing."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:236
|
||||
msgid "Plugin is already installed and activated!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:244
|
||||
msgid "Plugin was already installed! We activated it for you."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:252
|
||||
msgid "Could not install the plugin. Don't have file permission."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:292
|
||||
msgid "Plugin installed and activated succesfully."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/plugin-installer.php:299
|
||||
msgid "Could not install the plugin. WP Plugin installer could not retrieve plugin information."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/view-helpers.php:20
|
||||
msgid "Academy Starter Templates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/view-helpers.php:22
|
||||
msgid "Questionmark icon"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/view-helpers.php:53
|
||||
msgid "Theme screenshot"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:41
|
||||
#: includes/library/widget-importer.php:52
|
||||
msgid "Importing widgets"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:88
|
||||
msgid "Error: Widget import file could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:118
|
||||
msgid "Error: Widget import data could not be read. Please try a different file."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:156
|
||||
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:177
|
||||
msgid "Site does not support widget"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:210
|
||||
msgid "Widget already exists"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:275
|
||||
msgid "Imported"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:278
|
||||
msgid "Imported to Inactive"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:284
|
||||
msgid "No Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/widget-importer.php:331
|
||||
msgid "No results for widget import!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:35
|
||||
msgid "There are no predefined demo imports for currently active theme!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:38
|
||||
msgid "Here are the predefined demo imports:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:72
|
||||
msgid "At least one of the possible options should be set! Check them with --help"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:123
|
||||
msgid "The \"predefined\" parameter should be a number (an index of the OCDI predefined demo import)!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:129
|
||||
msgid "The supplied predefined index does not exist! Please take a look at the available predefined demo imports:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:136
|
||||
msgid "Predefined demo import started! All other parameters will be ignored!"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - the name of the selected demo import.
|
||||
#: includes/library/wpcli-commands.php:141
|
||||
msgid "Selected predefined demo import: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:144
|
||||
msgid "Preparing the demo import files..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:149
|
||||
msgid "Demo import files could not be retrieved!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:152
|
||||
msgid "Demo import files retrieved successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:174
|
||||
msgid "Predefined import finished!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:186
|
||||
msgid "Content import file provided does not exist! Skipping this import!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:195
|
||||
msgid "Importing content (this might take a while)..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:197
|
||||
msgid "Importing content"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:202
|
||||
msgid "Content import finished!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:204
|
||||
msgid "There were some issues while importing the content!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:223
|
||||
msgid "Widgets import file provided does not exist! Skipping this import!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:227
|
||||
msgid "Importing widgets..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:232
|
||||
msgid "Widgets imported successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:234
|
||||
msgid "There were some issues while importing widgets!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:253
|
||||
msgid "Customizer import file provided does not exist! Skipping this import!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:257
|
||||
msgid "Importing customizer settings..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:262
|
||||
msgid "Customizer settings imported successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/library/wpcli-commands.php:264
|
||||
msgid "There were some issues while importing customizer settings!"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - the name of the executing action.
|
||||
#: includes/library/wpcli-commands.php:284
|
||||
msgid "Executing action: %s ..."
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:28
|
||||
msgid "Before We Import Your Demo"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:30
|
||||
msgid "To ensure the best experience, installing the following plugins is strongly recommended, and in some cases required."
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:43
|
||||
msgid "All required/recommended plugins are already installed. You can import your demo content."
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:56
|
||||
#: views/import.php:89
|
||||
msgid "Star icon"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:71
|
||||
#: views/install-plugins.php:49
|
||||
msgid "Checkmark icon"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:73
|
||||
msgid "Lock icon"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:75
|
||||
#: views/install-plugins.php:50
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:85
|
||||
msgid "The plugins with %1$s are recommended by Academy Starter Templates plugin to help you grow your website. They are not required for the %2$s theme to work."
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:98
|
||||
#: views/install-plugins.php:57
|
||||
msgid "Back icon"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:98
|
||||
#: views/install-plugins.php:57
|
||||
msgid "Go Back"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:99
|
||||
msgid "Continue & Import"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:108
|
||||
msgid "Importing Content"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:109
|
||||
msgid "Please sit tight while we import your content. Do not refresh the page or hit the back button."
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:112
|
||||
msgid "Importing animation"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:129
|
||||
msgid "Theme Settings"
|
||||
msgstr ""
|
||||
|
||||
#: views/import.php:130
|
||||
msgid "Visit Site"
|
||||
msgstr ""
|
||||
|
||||
#: views/install-plugins.php:25
|
||||
msgid "Install Recommended Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: views/install-plugins.php:27
|
||||
msgid "Want to use the best plugins for the job? Here is the list of awesome plugins that will help you achieve your goals."
|
||||
msgstr ""
|
||||
|
||||
#: views/install-plugins.php:58
|
||||
msgid "Install & Activate"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s - the opening div and paragraph HTML tags, %2$s and %3$s - strong HTML tags, %4$s - the closing div and paragraph HTML tags.
|
||||
#: views/plugin-page.php:27
|
||||
msgid "%1$sWarning: your server is using %2$sPHP safe mode%3$s. This means that you might experience server timeout errors.%4$s"
|
||||
msgstr ""
|
||||
|
||||
#: views/plugin-page.php:50
|
||||
msgid "All Demos"
|
||||
msgstr ""
|
||||
|
||||
#: views/plugin-page.php:63
|
||||
msgid "Search Demos..."
|
||||
msgstr ""
|
||||
|
||||
#: views/plugin-page.php:86
|
||||
msgid "No preview image."
|
||||
msgstr ""
|
||||
|
||||
#: views/plugin-page.php:93
|
||||
msgid "Preview Demo"
|
||||
msgstr ""
|
||||
|
||||
#: views/plugin-page.php:95
|
||||
msgid "Import Demo"
|
||||
msgstr ""
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright (C) 2021 Acowebs
|
||||
# This file is distributed under the same license as the Aco Variation Swatches for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Aco Variation Swatches for WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/aco-woo-variation-swatches-free\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: 2021-05-01T11:51:41+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.3.0\n"
|
||||
"X-Domain: aco-variation-swatches-for-woocommerce\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#. Description of the plugin
|
||||
msgid "Aco Variation Swatches for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Acowebs"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://acowebs.com"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-acovsw-backend.php:130
|
||||
#: includes/class-acovsw-backend.php:137
|
||||
msgid "Variation Swatches"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-acovsw-backend.php:132
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-acovsw-options.php:113
|
||||
msgid "Select an option"
|
||||
msgstr ""
|
||||
@@ -1,21 +0,0 @@
|
||||
*** Changelog ***
|
||||
|
||||
= 3.2.0 - 2021-06-03 =
|
||||
* Fix - Add "no ordering" option to as_next_scheduled_action().
|
||||
* Fix - Add secondary scheduled date checks when claiming actions (DBStore) | #634.
|
||||
* Fix - Add secondary scheduled date checks when claiming actions (wpPostStore) | #634.
|
||||
* Fix - Adds a new index to the action table, reducing the potential for deadlocks (props: @glagonikas).
|
||||
* Fix - Fix unit tests infrastructure and adapt tests to PHP 8.
|
||||
* Fix - Identify in-use data store.
|
||||
* Fix - Improve test_migration_is_scheduled.
|
||||
* Fix - PHP notice on list table.
|
||||
* Fix - Speed up clean up and batch selects.
|
||||
* Fix - Update pending dependencies.
|
||||
* Fix - [PHP 8.0] Only pass action arg values through to do_action_ref_array().
|
||||
* Fix - [PHP 8] Set the PHP version to 7.1 in composer.json for PHP 8 compatibility.
|
||||
* Fix - add is_initialized() to docs.
|
||||
* Fix - fix file permissions.
|
||||
* Fix - fixes #664 by replacing __ with esc_html__.
|
||||
|
||||
= 3.1.6 - 2020-05-12 =
|
||||
* Change log starts.
|
||||
@@ -1,337 +0,0 @@
|
||||
# Copyright (C) 2021 WP White Security
|
||||
# This file is distributed under the same license as the WP Activity Log for Gravity Forms plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WP Activity Log for Gravity Forms 1.1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activity-log-gravity-forms\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: 2021-04-27T11:24:00+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: wsal-gravity-forms\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WP Activity Log for Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpactivitylog.com/extensions/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "A WP Activity Log plugin extension for Gravity Forms."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP White Security"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://www.wpwhitesecurity.com/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:39
|
||||
msgid "Keep a log when website visitors submits a form (by default the plugin only keeps a log when logged in users submit a form)."
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:52
|
||||
msgid "Forms in Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:53
|
||||
msgid "Confirmations in Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:54
|
||||
msgid "Notifications in Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:55
|
||||
msgid "Entries in Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:56
|
||||
msgid "Fields in Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:57
|
||||
msgid "Settings in Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:68
|
||||
msgid "Starred"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:69
|
||||
msgid "Unstarred"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:70
|
||||
msgid "Read"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:71
|
||||
msgid "Unread"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:72
|
||||
msgid "Submitted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:4
|
||||
msgid "Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:5
|
||||
msgid "Monitor Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:10
|
||||
msgid "A form was created, modified"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:11
|
||||
msgid "The Form called %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:14
|
||||
#: wp-security-audit-log/custom-alerts.php:30
|
||||
#: wp-security-audit-log/custom-alerts.php:45
|
||||
#: wp-security-audit-log/custom-alerts.php:60
|
||||
#: wp-security-audit-log/custom-alerts.php:93
|
||||
#: wp-security-audit-log/custom-alerts.php:108
|
||||
#: wp-security-audit-log/custom-alerts.php:129
|
||||
#: wp-security-audit-log/custom-alerts.php:144
|
||||
#: wp-security-audit-log/custom-alerts.php:162
|
||||
#: wp-security-audit-log/custom-alerts.php:177
|
||||
#: wp-security-audit-log/custom-alerts.php:196
|
||||
#: wp-security-audit-log/custom-alerts.php:211
|
||||
#: wp-security-audit-log/custom-alerts.php:243
|
||||
#: wp-security-audit-log/custom-alerts.php:258
|
||||
msgid "Form ID"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:17
|
||||
#: wp-security-audit-log/custom-alerts.php:33
|
||||
#: wp-security-audit-log/custom-alerts.php:63
|
||||
#: wp-security-audit-log/custom-alerts.php:96
|
||||
#: wp-security-audit-log/custom-alerts.php:132
|
||||
#: wp-security-audit-log/custom-alerts.php:147
|
||||
#: wp-security-audit-log/custom-alerts.php:165
|
||||
#: wp-security-audit-log/custom-alerts.php:180
|
||||
msgid "View form in the editor"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:26
|
||||
msgid "A form was moved to trash"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:27
|
||||
msgid "Moved the form to trash."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:29
|
||||
#: wp-security-audit-log/custom-alerts.php:195
|
||||
#: wp-security-audit-log/custom-alerts.php:226
|
||||
#: wp-security-audit-log/custom-alerts.php:242
|
||||
#: wp-security-audit-log/custom-alerts.php:257
|
||||
msgid "Form name"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:42
|
||||
msgid "A form was permanently deleted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:43
|
||||
msgid "Permanently deleted the form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:55
|
||||
msgid "A form setting was modified"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:56
|
||||
msgid "The setting %setting_name% in form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:58
|
||||
#: wp-security-audit-log/custom-alerts.php:276
|
||||
msgid "Previous value"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:59
|
||||
#: wp-security-audit-log/custom-alerts.php:277
|
||||
msgid "New value"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:72
|
||||
msgid "A form was duplicated"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:73
|
||||
msgid "Duplicated the form %original_form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:75
|
||||
msgid "New form name"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:76
|
||||
msgid "Source form ID"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:77
|
||||
msgid "New form ID"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:80
|
||||
msgid "View new duplicated form in the editor"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:89
|
||||
msgid "A field was created, modified or deleted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:90
|
||||
msgid "The Field called %field_name% in the form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:92
|
||||
msgid "Field type"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:105
|
||||
msgid "A form was submitted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:106
|
||||
msgid "Submitted the form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:109
|
||||
msgid "Submission email"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:112
|
||||
#: wp-security-audit-log/custom-alerts.php:199
|
||||
#: wp-security-audit-log/custom-alerts.php:214
|
||||
#: wp-security-audit-log/custom-alerts.php:230
|
||||
#: wp-security-audit-log/custom-alerts.php:261
|
||||
msgid "View entry"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:124
|
||||
msgid "A confirmation was created, modified or deleted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:125
|
||||
msgid "The Confirmation called %confirmation_name% in the form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:127
|
||||
msgid "Confirmation type"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:128
|
||||
msgid "Confirmation message"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:141
|
||||
msgid "A confirmation was activated or deactivated"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:142
|
||||
msgid "The confirmation %confirmation_name% in the form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:159
|
||||
msgid "A notification was created, modified or deleted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:160
|
||||
msgid "The Notification called %notification_name% in the form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:174
|
||||
msgid "A notification was activated or deactivated"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:175
|
||||
msgid "Changed the status of the Notification called %notification_name% in the form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:192
|
||||
msgid "An entry was starred or unstarred"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:193
|
||||
msgid "Entry title: %entry_title%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:208
|
||||
msgid "An entry was marked as read or unread"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:209
|
||||
msgid "The entry called %entry_title% from form %form_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:223
|
||||
msgid "An entry was moved to trash"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:224
|
||||
msgid "Deleted the entry %event_desc%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:227
|
||||
msgid "Form ID "
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:239
|
||||
msgid "An entry was permanently deleted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:240
|
||||
msgid "Permanently deleted the entry %entry_title%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:253
|
||||
msgid "An entry note was created or deleted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:254
|
||||
msgid "The entry note %entry_note%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:256
|
||||
msgid "Entry title"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:273
|
||||
msgid "A plugin setting was changed."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:274
|
||||
msgid "Changed the plugin setting %setting_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-sensors/WSAL_Sensors_Gravity_Forms.php:972
|
||||
msgid "moved to trash"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-sensors/WSAL_Sensors_Gravity_Forms.php:1010
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-sensors/WSAL_Sensors_Gravity_Forms.php:1081
|
||||
msgid "Not found"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-sensors/WSAL_Sensors_Gravity_Forms.php:1221
|
||||
msgid "Not provided"
|
||||
msgstr ""
|
||||
@@ -1,204 +0,0 @@
|
||||
# Copyright (C) 2021 WP White Security
|
||||
# This file is distributed under the same license as the WP Activity Log Extension for TablePress plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WP Activity Log Extension for TablePress 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activity-log-tablepress\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: 2021-10-11T13:50:49+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: wsal-tablepress\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WP Activity Log Extension for TablePress"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpactivitylog.com/extensions/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "A WP Activity Log plugin extension for TablePress"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP White Security"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://www.wpwhitesecurity.com/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:15
|
||||
#: wp-security-audit-log/custom-alerts.php:4
|
||||
msgid "TablePress"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wsal-functions.php:26
|
||||
msgid "Imported"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:5
|
||||
msgid "Monitor TablePress"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:10
|
||||
msgid "A table was created"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:11
|
||||
msgid "Added the new table %table_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:14
|
||||
#: wp-security-audit-log/custom-alerts.php:32
|
||||
#: wp-security-audit-log/custom-alerts.php:63
|
||||
#: wp-security-audit-log/custom-alerts.php:98
|
||||
#: wp-security-audit-log/custom-alerts.php:118
|
||||
#: wp-security-audit-log/custom-alerts.php:136
|
||||
#: wp-security-audit-log/custom-alerts.php:154
|
||||
msgid "Table ID"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:15
|
||||
#: wp-security-audit-log/custom-alerts.php:99
|
||||
msgid "Number of rows"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:16
|
||||
#: wp-security-audit-log/custom-alerts.php:100
|
||||
msgid "Number of columns"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:19
|
||||
#: wp-security-audit-log/custom-alerts.php:50
|
||||
#: wp-security-audit-log/custom-alerts.php:66
|
||||
#: wp-security-audit-log/custom-alerts.php:84
|
||||
#: wp-security-audit-log/custom-alerts.php:105
|
||||
#: wp-security-audit-log/custom-alerts.php:123
|
||||
#: wp-security-audit-log/custom-alerts.php:141
|
||||
#: wp-security-audit-log/custom-alerts.php:157
|
||||
msgid "View in the editor"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:28
|
||||
msgid "A table was deleted"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:29
|
||||
msgid "Deleted the table %table_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:42
|
||||
msgid "A table was duplicated"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:43
|
||||
msgid "Created a copy of the table %table_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:46
|
||||
msgid "New table name"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:47
|
||||
#: wp-security-audit-log/custom-alerts.php:81
|
||||
msgid "New table ID"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:59
|
||||
msgid "A table was imported"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:60
|
||||
msgid "Imported the table %table_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:76
|
||||
msgid "A table ID was changed"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:77
|
||||
msgid "Changed the ID of the table %table_name%."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:80
|
||||
msgid "Previous table ID"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:94
|
||||
msgid "A table was modified"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:95
|
||||
msgid "Made changes to the table %table_name%"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:101
|
||||
msgid "Previous number of rows"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:102
|
||||
msgid "Previous number of columns"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:114
|
||||
msgid "A table row was added or removed"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:115
|
||||
msgid "A row was added or removed from the table %table_name%"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:119
|
||||
msgid "Previous row count"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:120
|
||||
msgid "New row count"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:132
|
||||
msgid "A table column was added or removed"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:133
|
||||
msgid "A column was added or removed from the table %table_name%"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:137
|
||||
msgid "Previous column count"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:138
|
||||
msgid "New column count"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:150
|
||||
msgid "A table option was modified"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-alerts.php:151
|
||||
msgid "Changed the status of the table option %option_name% in %table_name%"
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-sensors/WSAL_Sensors_TablePress.php:224
|
||||
msgid "The last row of the table is the table footer."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-sensors/WSAL_Sensors_TablePress.php:226
|
||||
msgid "The first row of the table is the table header."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-sensors/WSAL_Sensors_TablePress.php:228
|
||||
msgid "The background colors of consecutive rows shall alternate."
|
||||
msgstr ""
|
||||
|
||||
#: wp-security-audit-log/custom-sensors/WSAL_Sensors_TablePress.php:230
|
||||
msgid "Highlight a row while the mouse cursor hovers above it by changing its background color."
|
||||
msgstr ""
|
||||
@@ -1,5 +0,0 @@
|
||||
# Additional Block Styles Changelog
|
||||
|
||||
## 1.0.0, 20220330
|
||||
|
||||
- Initial release.
|
||||
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"name": "Admin-Color-Schemes",
|
||||
"slug": "admin-color-schemes",
|
||||
"description": "WordPress dashboard color schemes",
|
||||
"version": "3.0.0",
|
||||
"devDependencies": {
|
||||
"@wordpress/env": "4.2.0",
|
||||
"@wordpress/stylelint-config": "19.1.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-concat": "2.6.1",
|
||||
"gulp-csso": "4.0.1",
|
||||
"gulp-dart-sass": "1.0.2",
|
||||
"gulp-rename": "2.0.0",
|
||||
"gulp-rtlcss": "1.4.2",
|
||||
"stylelint": "13.13.1"
|
||||
},
|
||||
"stylelint": {
|
||||
"extends": [
|
||||
"@wordpress/stylelint-config/scss"
|
||||
],
|
||||
"rules": {
|
||||
"no-descending-specificity": null
|
||||
},
|
||||
"ignoreFiles": [
|
||||
"_*.scss",
|
||||
"editor.css"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"wp-env": "wp-env",
|
||||
"start": "gulp",
|
||||
"build": "gulp build",
|
||||
"lint": "stylelint */*.scss"
|
||||
}
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright (C) 2021 Brickdots
|
||||
# This file is distributed under the same license as the Admin Todotastic plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Admin Todotastic 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/src\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: n/a\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Admin Todotastic"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wordpress.org/plugins/admin-todotastic"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Assign todo to internal users by mentioning them"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Brickdots"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://brickdots.com"
|
||||
msgstr ""
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright (C) 2022 CodeRockz
|
||||
# This file is distributed under the same license as the Advance Cash On Delivery For WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Advance Cash On Delivery For WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/coderockz-wc-advance-cod-free\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: 2022-03-25T16:59:24+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: coderockz-wc-advance-cod-free\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Advance Cash On Delivery For WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://coderockz.com/downloads/woocommerce-advance-cash-on-delivery/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "This is a short description of what the plugin does. It's displayed in the WordPress admin area."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "CodeRockz"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://coderockz.com"
|
||||
msgstr ""
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"name": "advanced-image-comparison-for-elementor",
|
||||
"version": "1.0.0",
|
||||
"description": "Advanced Testimonial Carousel for Elementor WordPress Plugin",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"laravel-mix": "^6.0.13",
|
||||
"node-sass": "^5.0.0",
|
||||
"postcss": "^8.2.6",
|
||||
"resolve-url-loader": "^3.1.2",
|
||||
"sass": "^1.32.8",
|
||||
"sass-loader": "^10.1.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
||||
"hot": "mix watch --hot",
|
||||
"production": "mix --production"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ruhel241/advanced-testimonial-carousel.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ruhel241/advanced-testimonial-carousel/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ruhel241/advanced-testimonial-carousel#readme"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
= 1.0.0 =
|
||||
* WordPress 5.9 and PHP 8.0 ready
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
== Archived Changelog Entries ==
|
||||
|
||||
This file contains older changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable.
|
||||
For the latest changes, please see the "Changelog" section of the [readme.txt file](https://plugins.svn.wordpress.org/plugin_name/trunk/readme.txt).
|
||||
|
||||
= 1.0.0 =
|
||||
*Release Date - 19 May 2021*
|
||||
|
||||
* Initial release
|
||||
@@ -1,47 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: agnoplay wordpress v1.0.2\n"
|
||||
"Report-Msgid-Bugs-To: Translator Name <info@agnoplay.com>\n"
|
||||
"POT-Creation-Date: 2021-08-04 11:36+0200\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Egeniq <info@agnoplay.com>\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
|
||||
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
||||
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,"
|
||||
"_nc:4c,1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: agnoplay-wordpress.php:98 agnoplay-wordpress.php:99
|
||||
#: agnoplay-wordpress.php:167
|
||||
msgid "Agnoplay settings"
|
||||
msgstr "Agnoplay instellingen"
|
||||
|
||||
#: agnoplay-wordpress.php:120
|
||||
msgid "Videoplayer brand ID"
|
||||
msgstr "Videospeler merk ID"
|
||||
|
||||
#: agnoplay-wordpress.php:128
|
||||
msgid "Liveplayer brand ID"
|
||||
msgstr "Livespeler merk ID"
|
||||
|
||||
#: agnoplay-wordpress.php:136
|
||||
msgid "Audioplayer brand ID"
|
||||
msgstr "Audiospeler merk ID"
|
||||
|
||||
#: agnoplay-wordpress.php:160
|
||||
msgid ""
|
||||
"Enter the brand ID of your players, including the equivalent license keys. "
|
||||
"Please contact Agnoplay for the correct values"
|
||||
msgstr ""
|
||||
"Voer het merk ID van uw spelers in, inclusief de bijbehorende "
|
||||
"licentiesleutels. Neem contact op met Agnoplay voor de correcte waarden"
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"name": "mysearchplugin",
|
||||
"version": "1.0.0",
|
||||
"description": "this is search plugin",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"start": "wp-scripts start",
|
||||
"dev": "wp-scripts start",
|
||||
"devFast": "wp-scripts start",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@wordpress/scripts": "*"
|
||||
}
|
||||
}
|
||||
@@ -1,495 +0,0 @@
|
||||
# Copyright (C) 2021 All Embed Addons for elementor
|
||||
# This file is distributed under the same license as the All Embed Addons for elementor package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: All Embed Addons for elementor 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/All-Embed-Elementor-Addons\n"
|
||||
"POT-Creation-Date: 2021-05-28 04:47:21+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#. translators: 1: Plugin name 2: Elementor
|
||||
|
||||
#: All-Embed.php:129
|
||||
msgid "\"%1$s\" requires \"%2$s\" to be installed and activated."
|
||||
msgstr ""
|
||||
|
||||
#: All-Embed.php:130
|
||||
msgid "Media Player Addon"
|
||||
msgstr ""
|
||||
|
||||
#: All-Embed.php:131 All-Embed.php:154
|
||||
msgid "Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Plugin name 2: Elementor 3: Required Elementor version
|
||||
#. translators: 1: Plugin name 2: PHP 3: Required PHP version
|
||||
|
||||
#: All-Embed.php:152 All-Embed.php:176
|
||||
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
||||
msgstr ""
|
||||
|
||||
#: All-Embed.php:153
|
||||
msgid "unlimited addon"
|
||||
msgstr ""
|
||||
|
||||
#: All-Embed.php:177
|
||||
msgid "venus wp"
|
||||
msgstr ""
|
||||
|
||||
#: All-Embed.php:178
|
||||
msgid "PHP"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:167
|
||||
msgid "All Embed For Elementor"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/Sirv.php:40
|
||||
msgid "Sirv Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/Sirv.php:90
|
||||
msgid "Sirv Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/Sirv.php:99
|
||||
msgid "Sirv Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/Sirv.php:102 widgets/appointly.php:102 widgets/bandcamp.php:102
|
||||
#: widgets/codepen.php:102 widgets/creddle.php:102 widgets/dailymotion.php:102
|
||||
#: widgets/dartfish.php:102 widgets/facebook.php:102 widgets/genial.php:102
|
||||
#: widgets/giphy.php:102 widgets/google-map.php:102 widgets/imgur.php:102
|
||||
#: widgets/invison.php:102 widgets/jotform.php:102 widgets/kuula.php:102
|
||||
#: widgets/linkedin.php:102 widgets/mixcloud.php:102 widgets/pinterest.php:102
|
||||
#: widgets/reddit.php:102 widgets/slideshare.php:102 widgets/soundcloud.php:102
|
||||
#: widgets/spotify.php:102 widgets/twitch.php:102 widgets/twitframe.php:102
|
||||
#: widgets/vimeo_addon.php:102 widgets/youtube_addon.php:102
|
||||
msgid "https://your-link.com"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/Sirv.php:112
|
||||
msgid "Sirv Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/Sirv.php:119 widgets/appointly.php:119 widgets/bandcamp.php:119
|
||||
#: widgets/codepen.php:119 widgets/creddle.php:119 widgets/dailymotion.php:118
|
||||
#: widgets/dartfish.php:119 widgets/facebook.php:119 widgets/genial.php:119
|
||||
#: widgets/giphy.php:119 widgets/google-map.php:119 widgets/imgur.php:119
|
||||
#: widgets/invison.php:119 widgets/jotform.php:119 widgets/kuula.php:119
|
||||
#: widgets/linkedin.php:119 widgets/mixcloud.php:119 widgets/pinterest.php:119
|
||||
#: widgets/reddit.php:119 widgets/slideshare.php:119 widgets/soundcloud.php:119
|
||||
#: widgets/spotify.php:119 widgets/twitch.php:119 widgets/twitframe.php:119
|
||||
#: widgets/vimeo_addon.php:119 widgets/youtube_addon.php:119
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/Sirv.php:147 widgets/appointly.php:148 widgets/bandcamp.php:147
|
||||
#: widgets/codepen.php:147 widgets/creddle.php:147 widgets/dailymotion.php:146
|
||||
#: widgets/dartfish.php:147 widgets/facebook.php:147 widgets/genial.php:147
|
||||
#: widgets/giphy.php:147 widgets/google-map.php:147 widgets/invison.php:147
|
||||
#: widgets/jotform.php:147 widgets/kuula.php:147 widgets/linkedin.php:147
|
||||
#: widgets/mixcloud.php:147 widgets/pinterest.php:147 widgets/reddit.php:147
|
||||
#: widgets/slideshare.php:147 widgets/soundcloud.php:147
|
||||
#: widgets/spotify.php:147 widgets/twitch.php:147 widgets/twitframe.php:147
|
||||
#: widgets/vimeo_addon.php:147 widgets/youtube_addon.php:147
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/appointly.php:40
|
||||
msgid "appointly Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/appointly.php:90
|
||||
msgid "appointly Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/appointly.php:99 widgets/dartfish.php:99 widgets/invison.php:99
|
||||
#: widgets/jotform.php:99 widgets/soundcloud.php:99 widgets/vimeo_addon.php:99
|
||||
#: widgets/youtube_addon.php:99
|
||||
msgid "Video Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/appointly.php:112
|
||||
msgid "appointly Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/bandcamp.php:40
|
||||
msgid "bandcamp Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/bandcamp.php:90
|
||||
msgid "bandcamp Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/bandcamp.php:99
|
||||
msgid "bandcamp Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/bandcamp.php:112
|
||||
msgid "bandcamp Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/codepen.php:40
|
||||
msgid "Codepen Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/codepen.php:90
|
||||
msgid "Codepen Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/codepen.php:99
|
||||
msgid "Codepen Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/codepen.php:112
|
||||
msgid "Codepen Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/creddle.php:40
|
||||
msgid "creddle Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/creddle.php:90
|
||||
msgid "creddle Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/creddle.php:99
|
||||
msgid "creddle Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/creddle.php:112
|
||||
msgid "creddle Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/dailymotion.php:40
|
||||
msgid "dailymotion Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/dailymotion.php:90
|
||||
msgid "dailymotion Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/dailymotion.php:99
|
||||
msgid "dailymotion Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/dailymotion.php:112
|
||||
msgid "dailymotion Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/dartfish.php:40
|
||||
msgid "dartfish Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/dartfish.php:90
|
||||
msgid "dartfish Player Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/dartfish.php:112
|
||||
msgid "Player Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/facebook.php:40
|
||||
msgid "facebook Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/facebook.php:90
|
||||
msgid "facebook Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/facebook.php:99
|
||||
msgid "facebook Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/facebook.php:112
|
||||
msgid "facebook Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/genial.php:40
|
||||
msgid "genial Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/genial.php:90
|
||||
msgid "genial Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/genial.php:99
|
||||
msgid "genial Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/genial.php:112
|
||||
msgid "genial Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/giphy.php:40
|
||||
msgid "giphy Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/giphy.php:90
|
||||
msgid "Giphy Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/giphy.php:99
|
||||
msgid "Giphy Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/giphy.php:112
|
||||
msgid "Giphy Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/google-map.php:40
|
||||
msgid "Google Map Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/google-map.php:90
|
||||
msgid "Map Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/google-map.php:99
|
||||
msgid "Map Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/google-map.php:112
|
||||
msgid "Map Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/imgur.php:40
|
||||
msgid "imgur Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/imgur.php:90
|
||||
msgid "imgur Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/imgur.php:99
|
||||
msgid "imgur Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/imgur.php:112
|
||||
msgid "imgur Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/invison.php:40
|
||||
msgid "invison Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/invison.php:90
|
||||
msgid "invison Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/invison.php:112
|
||||
msgid "invison Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/jotform.php:40
|
||||
msgid "jotform Embed Form"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/jotform.php:90
|
||||
msgid "jotform Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/jotform.php:112
|
||||
msgid "jotform Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/kuula.php:40
|
||||
msgid "kuula Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/kuula.php:90
|
||||
msgid "kuula Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/kuula.php:99
|
||||
msgid "kuula Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/kuula.php:112
|
||||
msgid "kuula Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/linkedin.php:40
|
||||
msgid "linkedin Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/linkedin.php:90
|
||||
msgid "linkedin Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/linkedin.php:99
|
||||
msgid "linkedin Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/linkedin.php:112
|
||||
msgid "linkedin Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/mixcloud.php:40
|
||||
msgid "mixcloud Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/mixcloud.php:90
|
||||
msgid "mixcloud Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/mixcloud.php:99
|
||||
msgid "mixcloud Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/mixcloud.php:112
|
||||
msgid "mixcloud Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/pinterest.php:40
|
||||
msgid "pinterest Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/pinterest.php:90
|
||||
msgid "pinterest Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/pinterest.php:99
|
||||
msgid "pinterest Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/pinterest.php:112
|
||||
msgid "pinterest Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/reddit.php:40
|
||||
msgid "reddit Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/reddit.php:90
|
||||
msgid "reddit Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/reddit.php:99
|
||||
msgid "reddit Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/reddit.php:112
|
||||
msgid "reddit Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/slideshare.php:40
|
||||
msgid "Slideshare Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/slideshare.php:90
|
||||
msgid "Slideshare Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/slideshare.php:99
|
||||
msgid "Slideshare Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/slideshare.php:112
|
||||
msgid "Slideshare Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/soundcloud.php:40
|
||||
msgid "Soundcloud Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/soundcloud.php:90
|
||||
msgid "Soundcloud Player Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/soundcloud.php:112
|
||||
msgid "Soundcloud Player Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/spotify.php:40
|
||||
msgid "Spotify Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/spotify.php:90
|
||||
msgid "spotify Player Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/spotify.php:99
|
||||
msgid "Spotify Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/spotify.php:112
|
||||
msgid "Spotify Player Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/twitch.php:40
|
||||
msgid "twitch Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/twitch.php:90
|
||||
msgid "twitch Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/twitch.php:99
|
||||
msgid "twitch Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/twitch.php:112
|
||||
msgid "twitch Player Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/twitframe.php:40
|
||||
msgid "twitframe Embed"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/twitframe.php:90
|
||||
msgid "twitframe Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/twitframe.php:99
|
||||
msgid "twitframe Link"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/twitframe.php:112
|
||||
msgid "twitframe Player Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/vimeo_addon.php:40
|
||||
msgid "Vimeo Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/vimeo_addon.php:90
|
||||
msgid "Vimeo Player Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/vimeo_addon.php:112
|
||||
msgid "Vimeo Player Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/youtube_addon.php:40
|
||||
msgid "Youtube Embed Player"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/youtube_addon.php:90
|
||||
msgid "Youtube Player Content Settings"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/youtube_addon.php:112
|
||||
msgid "Youtube Player Other Settings"
|
||||
msgstr ""
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "All Embed Addons for elementor"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Collection of All types of Embed files such as YouTube, Vimeo and more...."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "bPlugins LLC"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://bPlugins.com"
|
||||
msgstr ""
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright (C) 2020 RedNao
|
||||
# This file is distributed under the same license as the Easy Pricing Forms plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Easy Pricing Forms 1.2.13\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-calculation-forms\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: 2020-04-25T13:05:42+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.3.0\n"
|
||||
"X-Domain: rednaoeasycalculationforms\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Easy Pricing Forms"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "http://smartforms.rednao.com/getit"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Order Forms, Quotes, Even Registration and more. If you need to calculate a price in your form this is the best builder for you."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "RedNao"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://rednao.com"
|
||||
msgstr ""
|
||||
@@ -1,50 +0,0 @@
|
||||
{
|
||||
"name": "all-in-one-music-player",
|
||||
"title": "All in One Music Player",
|
||||
"version": "1.0.0",
|
||||
"homepage": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sanzeeb3/music-player.git"
|
||||
},
|
||||
"license": "GPL-3.0+",
|
||||
"main": "Gruntfile.js",
|
||||
"scripts": {
|
||||
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
|
||||
"dev": "cross-env BABEL_ENV=default webpack --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "~9.1.5",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-plugin-transform-react-jsx": "^6.24.1",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"cross-env": "^5.0.1",
|
||||
"grunt": "~1.3.0",
|
||||
"lint-staged": "^9.5.0",
|
||||
"grunt-checktextdomain": "~1.0.1",
|
||||
"grunt-contrib-compress": "^1.5.0",
|
||||
"grunt-contrib-cssmin": "~2.2.1",
|
||||
"grunt-contrib-jshint": "~1.1.0",
|
||||
"grunt-contrib-uglify": "4.0.1",
|
||||
"grunt-contrib-watch": "~1.1.0",
|
||||
"grunt-phpcs": "~0.4.0",
|
||||
"grunt-postcss": "~0.9.0",
|
||||
"grunt-replace": "^2.0.2",
|
||||
"grunt-rtlcss": "~2.0.1",
|
||||
"grunt-sass": "~3.0.1",
|
||||
"grunt-stylelint": "~0.10.1",
|
||||
"grunt-wp-i18n": "^1.0.3",
|
||||
"node-sass": "^4.14.1",
|
||||
"stylelint": "~9.5.0",
|
||||
"webpack": "^3.1.0",
|
||||
"husky": "^3.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.9.3",
|
||||
"npm": ">=5.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"save": "^2.3.3"
|
||||
}
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright (C) 2021 Sanjeev Aryal
|
||||
# This file is distributed under the same license as the All in One Music Player package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: All in One Music Player 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-06-18 04:53:28+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
|
||||
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
||||
|
||||
#: src/Plugin.php:243
|
||||
msgid "No music player selected."
|
||||
msgstr ""
|
||||
|
||||
#: templates/a-player.php:2 templates/circular-spikes.php:5
|
||||
msgid "Searching media files..."
|
||||
msgstr ""
|
||||
|
||||
#: templates/a-player.php:3 templates/circular-spikes.php:6
|
||||
msgid "Please upload your audio files in the media library."
|
||||
msgstr ""
|
||||
|
||||
#: templates/flat-black.php:5
|
||||
msgid "Hide Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/flat-black.php:57
|
||||
msgid "Show Playlist"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "All in One Music Player"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Easily embed your favourite music player in your website."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Sanjeev Aryal"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://www.sanjeebaryal.com.np"
|
||||
msgstr ""
|
||||
@@ -1,7 +0,0 @@
|
||||
Version 1.1 - February 18, 2022
|
||||
-Change Tutorial link
|
||||
-Fixed Bug related to Team configuration
|
||||
-Change the tested up
|
||||
|
||||
Version 1.0 - December 30, 2021
|
||||
|
||||
@@ -1,353 +0,0 @@
|
||||
# Copyright (C) 2021 Ali Ali
|
||||
# This file is distributed under the same license as the Alpha Google Map For Elementor plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Alpha Google Map For Elementor 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\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: 2021-06-03T11:57:48+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: alpha-google-map-for-elementor\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: include/alpha-map.php:122
|
||||
#: include/alpha-map.php:138
|
||||
msgid "Alpha Google Map For Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Premium Google Map features for WordPress."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Ali Ali"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://github.com/Ali-A-Ali"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Just text decoration 2: Just text decoration
|
||||
#: include/alpha-map.php:99
|
||||
msgid "%1$sAlpha Google Map For Elementor%2$s requires %1$s\"Elementor\"%2$s plugin to be active. Please activate Elementor to continue."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-map.php:100
|
||||
msgid "Activate Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Just text decoration 2: Just text decoration
|
||||
#: include/alpha-map.php:107
|
||||
msgid "%1$sAlpha Google Map For Elementor%2$s requires %1$s\"Elementor\"%2$s plugin to be installed and activated. Please install Elementor to continue."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-map.php:108
|
||||
msgid "Install Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Plugin name 2: Elementor 3: Required Elementor version
|
||||
#: include/alpha-map.php:121
|
||||
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-map.php:123
|
||||
msgid "Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Plugin name 2: Required PHP version
|
||||
#: include/alpha-map.php:137
|
||||
msgid "\"%1$s\" requires PHP version %3$s or greater."
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:28
|
||||
msgid "Alpha Google Map"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:44
|
||||
msgid "API"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:51
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:53
|
||||
msgid "Enter your Google API Key"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:60
|
||||
msgid "Location Latitude"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:63
|
||||
msgid "Enter your location latitude"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:72
|
||||
msgid "Location Longitude"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:75
|
||||
msgid "Enter your location longitude"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:86
|
||||
msgid "Markers"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:93
|
||||
msgid "Max Width"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:95
|
||||
msgid "Set the Maximum width for markers description box"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:104
|
||||
msgid "Custom Icon"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:116
|
||||
msgid "Icon On Active Pin"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:129
|
||||
#: include/Alpha_Google_Map.php:714
|
||||
msgid "Size"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:148
|
||||
msgid "Pin Latitude"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:158
|
||||
msgid "Pin Longitude"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:168
|
||||
#: include/Alpha_Google_Map.php:363
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:178
|
||||
#: include/Alpha_Google_Map.php:447
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:188
|
||||
#: include/Alpha_Google_Map.php:531
|
||||
msgid "Time Table"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:198
|
||||
msgid "Pin Gallery"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:208
|
||||
msgid "Map Pins"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:213
|
||||
msgid "Alpha Google Maps"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:214
|
||||
msgid "Add an optional description to your map pin"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:215
|
||||
msgid "Add a time table for the location pin"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:227
|
||||
msgid "Controls"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:234
|
||||
msgid "Map Type"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:237
|
||||
msgid "Road Map"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:238
|
||||
msgid "Satellite"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:239
|
||||
msgid "Terrain"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:240
|
||||
msgid "Hybrid"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:249
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:269
|
||||
msgid "Zoom"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:286
|
||||
msgid "Disable Map Drag"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:294
|
||||
msgid "Map Type Controls"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:302
|
||||
msgid "Zoom Controls"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:310
|
||||
msgid "Street View Control"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:318
|
||||
msgid "Fullscreen Control"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:326
|
||||
msgid "Scroll Wheel Zoom"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:334
|
||||
msgid "Info Container Always Opened"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:342
|
||||
msgid "Info Container Opened when Hovered"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:350
|
||||
msgid "Info Container Closed when Mouse Out"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:371
|
||||
#: include/Alpha_Google_Map.php:455
|
||||
#: include/Alpha_Google_Map.php:539
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:395
|
||||
#: include/Alpha_Google_Map.php:479
|
||||
#: include/Alpha_Google_Map.php:563
|
||||
#: include/Alpha_Google_Map.php:652
|
||||
#: include/Alpha_Google_Map.php:834
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:407
|
||||
#: include/Alpha_Google_Map.php:491
|
||||
#: include/Alpha_Google_Map.php:575
|
||||
#: include/Alpha_Google_Map.php:664
|
||||
#: include/Alpha_Google_Map.php:846
|
||||
msgid "Padding"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:419
|
||||
#: include/Alpha_Google_Map.php:503
|
||||
#: include/Alpha_Google_Map.php:587
|
||||
#: include/Alpha_Google_Map.php:751
|
||||
msgid "Alignment"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:423
|
||||
#: include/Alpha_Google_Map.php:507
|
||||
#: include/Alpha_Google_Map.php:591
|
||||
#: include/Alpha_Google_Map.php:755
|
||||
msgid "Left"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:427
|
||||
#: include/Alpha_Google_Map.php:511
|
||||
#: include/Alpha_Google_Map.php:595
|
||||
#: include/Alpha_Google_Map.php:759
|
||||
msgid "Center"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:431
|
||||
#: include/Alpha_Google_Map.php:515
|
||||
#: include/Alpha_Google_Map.php:599
|
||||
#: include/Alpha_Google_Map.php:763
|
||||
msgid "Right"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:615
|
||||
msgid "Map"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:631
|
||||
msgid "Border Radius"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:643
|
||||
msgid "Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:679
|
||||
#: include/Alpha_Google_Map.php:686
|
||||
#: include/Alpha_Google_Map.php:793
|
||||
msgid "Map Title"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:691
|
||||
msgid "Enter your title"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:692
|
||||
msgid "Add Your Title Text Here"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:699
|
||||
msgid "Link"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:718
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:719
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:720
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:721
|
||||
msgid "Large"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:722
|
||||
msgid "XL"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:723
|
||||
msgid "XXL"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:731
|
||||
msgid "HTML Tag"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:767
|
||||
msgid "Justified"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:781
|
||||
msgid "View"
|
||||
msgstr ""
|
||||
|
||||
#: include/Alpha_Google_Map.php:801
|
||||
msgid "Text Color"
|
||||
msgstr ""
|
||||
@@ -1,6 +0,0 @@
|
||||
*** WP Davies Alpha Insights ***
|
||||
|
||||
= 2020.10.2 - version 1.0.0 =
|
||||
* Initial release
|
||||
|
||||
// Fix, Tweak, Feature, Update, Add, Remove
|
||||
@@ -1,281 +0,0 @@
|
||||
# Copyright (C) 2021 Ali Ali
|
||||
# This file is distributed under the same license as the Alpha Price Table For Elementor plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Alpha Price Table For Elementor 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/alpha-price-table-for-elementor\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: 2021-06-05T02:56:49+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: alpha-pricetable-for-elementor\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Alpha Price Table For Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Premium Price Table for wordpress."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Ali Ali"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://github.com/Ali-A-Ali"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Just text decoration 2: Just text decoration
|
||||
#: include/alpha-pricetable.php:87
|
||||
msgid "%1$sAlpha Price Table for Elementor%2$s requires %1$s\"Elementor\"%2$s plugin to be active. Please activate Elementor to continue."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-pricetable.php:88
|
||||
msgid "Activate Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Just text decoration 2: Just text decoration
|
||||
#: include/alpha-pricetable.php:95
|
||||
msgid "%1$sAlpha Price Table for Elementor%2$s requires %1$s\"Elementor\"%2$s plugin to be installed and activated. Please install Elementor to continue."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-pricetable.php:96
|
||||
msgid "Install Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Plugin name 2: Elementor 3: Required Elementor version
|
||||
#: include/alpha-pricetable.php:110
|
||||
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-pricetable.php:111
|
||||
msgid "Alpha Price Table for Elementor"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-pricetable.php:112
|
||||
msgid "Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Plugin name 2: Required PHP version
|
||||
#: include/alpha-pricetable.php:126
|
||||
msgid "\"%1$s\" requires PHP version %2$s or greater."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-pricetable.php:127
|
||||
#: include/alpha_price_table.php:21
|
||||
msgid "Alpha Price Table"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:36
|
||||
#: include/alpha_price_table.php:227
|
||||
msgid "Header"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:43
|
||||
#: include/alpha_price_table.php:263
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:45
|
||||
msgid "Enter your title"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:52
|
||||
msgid "Alignment"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:57
|
||||
msgid "Left"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:61
|
||||
msgid "Center"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:65
|
||||
msgid "Right"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:78
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:80
|
||||
msgid "Enter your description"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:87
|
||||
msgid "Heading Tag"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:105
|
||||
#: include/alpha_price_table.php:323
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:114
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:116
|
||||
msgid "List Item"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:128
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:138
|
||||
msgid "Icon Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:150
|
||||
msgid "Icon Position"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:154
|
||||
msgid "Before"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:155
|
||||
msgid "After"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:170
|
||||
msgid "List Item #1"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:175
|
||||
msgid "List Item #2"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:180
|
||||
msgid "List Item #3"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:194
|
||||
#: include/alpha_price_table.php:400
|
||||
msgid "Footer"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:201
|
||||
msgid "Button Text"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:203
|
||||
msgid "Click Here"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:210
|
||||
msgid "Link"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:212
|
||||
msgid "https://your-link.com"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:236
|
||||
#: include/alpha_price_table.php:332
|
||||
#: include/alpha_price_table.php:409
|
||||
#: include/alpha_price_table.php:502
|
||||
#: include/alpha_price_table.php:587
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:251
|
||||
#: include/alpha_price_table.php:344
|
||||
#: include/alpha_price_table.php:420
|
||||
msgid "Padding"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:272
|
||||
#: include/alpha_price_table.php:301
|
||||
#: include/alpha_price_table.php:356
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:292
|
||||
msgid "Sub Title"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:381
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:432
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:444
|
||||
msgid "Size"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:448
|
||||
msgid "Extra Small"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:449
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:450
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:451
|
||||
msgid "Large"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:452
|
||||
msgid "Extra Large"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:465
|
||||
msgid "Normal"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:475
|
||||
#: include/alpha_price_table.php:573
|
||||
msgid "Text Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:531
|
||||
msgid "Border Radius"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:546
|
||||
msgid "Text Padding"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:563
|
||||
msgid "Hover"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:601
|
||||
msgid "Border Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:615
|
||||
msgid "Animation"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:632
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:641
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:645
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_price_table.php:646
|
||||
msgid "Visible"
|
||||
msgstr ""
|
||||
@@ -1,222 +0,0 @@
|
||||
# Copyright (C) 2021 Ali Ali
|
||||
# This file is distributed under the same license as the Alpha Single Product For Elementor plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Alpha Single Product For Elementor 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/alpha-single-product-for-elementor\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: 2021-06-09T04:33:58+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: alpha-single-product-for-elementor\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Alpha Single Product For Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Single WooCommerce Product Widget Addon For Elementor."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Ali Ali"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://github.com/Ali-A-Ali"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-sp.php:80
|
||||
#: include/alpha_sp_product.php:463
|
||||
msgid "Go to cart"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Just text decoration 2: Just text decoration
|
||||
#: include/alpha-sp.php:109
|
||||
msgid "%1$sAlpha Single Product Widget for Elementor%2$s requires %1$s\"Elementor\"%2$s plugin to be active. Please activate Elementor to continue."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-sp.php:110
|
||||
msgid "Activate Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Just text decoration 2: Just text decoration
|
||||
#: include/alpha-sp.php:117
|
||||
msgid "%1$sAlpha Single Product Widget for Elementor%2$s requires %1$s\"Elementor\"%2$s plugin to be installed and activated. Please install Elementor to continue."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-sp.php:118
|
||||
msgid "Install Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Just text decoration 2: Just text decoration
|
||||
#: include/alpha-sp.php:137
|
||||
msgid "%1$sAlpha Single Product Widget for Elementor%2$s requires %1$s\"WooCommerce\"%2$s plugin to be active. Please activate WooCommerce to continue."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-sp.php:138
|
||||
msgid "Activate WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Just text decoration 2: Just text decoration
|
||||
#: include/alpha-sp.php:145
|
||||
msgid "%1$sAlpha Single Product Widget for Elementor%2$s requires %1$s\"WooCommerce\"%2$s plugin to be installed and activated. Please install WooCommerce to continue."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-sp.php:146
|
||||
msgid "Install WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Plugin name 2: Elementor 3: Required Elementor version
|
||||
#: include/alpha-sp.php:160
|
||||
msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-sp.php:161
|
||||
msgid "Alpha Single Product Widget for Elementor"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-sp.php:162
|
||||
msgid "Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Plugin name 2: Required PHP version
|
||||
#: include/alpha-sp.php:176
|
||||
msgid "\"%1$s\" requires PHP version %2$s or greater."
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha-sp.php:177
|
||||
msgid "Alpha Single Product Widget"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:20
|
||||
msgid "Alpha SP Widget"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:36
|
||||
msgid "Query Settings"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:43
|
||||
msgid "Select Product"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:57
|
||||
msgid "Product Settings"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:63
|
||||
msgid "Hide Title"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:74
|
||||
msgid "Hide Price"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:85
|
||||
msgid "Action Button Text"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:87
|
||||
msgid "ADD TO CART"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:94
|
||||
msgid "Add CSS Class"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:102
|
||||
msgid "Product Image Size"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:111
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:122
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:136
|
||||
msgid "Style"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:144
|
||||
msgid "Padding"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:156
|
||||
#: include/alpha_sp_product.php:211
|
||||
#: include/alpha_sp_product.php:254
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:169
|
||||
msgid "Product Title"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:187
|
||||
msgid "Title Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:199
|
||||
msgid "Title Hover Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:224
|
||||
msgid "Product Price"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:233
|
||||
msgid "Price Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:269
|
||||
msgid "Action Button Style"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:277
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:291
|
||||
msgid "Normal"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:298
|
||||
#: include/alpha_sp_product.php:387
|
||||
msgid "Text Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:319
|
||||
#: include/alpha_sp_product.php:398
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:342
|
||||
msgid "Border Radius"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:354
|
||||
msgid "Button Padding"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:366
|
||||
msgid "Button Margin"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:380
|
||||
msgid "Hover"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:409
|
||||
msgid "Border Color"
|
||||
msgstr ""
|
||||
|
||||
#: include/alpha_sp_product.php:431
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"name": "fragment-amzn",
|
||||
"version": "1.0.1",
|
||||
"description": "Amazonの商品を検索してブロックに追加します。",
|
||||
"author": "fragment.co.jp",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"start": "wp-scripts start",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/block-editor": "^7.0.2",
|
||||
"@wordpress/blocks": "^11.1.0",
|
||||
"@wordpress/i18n": "^4.2.2",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-plugin-transform-react-jsx": "^6.24.1",
|
||||
"babel-preset-env": "^1.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^16.1.5"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with minor modifications,
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0] - 8th Dec 2021
|
||||
Initial plugin release.
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "api-cache-pro",
|
||||
"version": "0.0.3",
|
||||
"description": "A simple plugin to cache WP Rest API Requests.",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/hubbardlabs/api-cache-pro.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hubbardlabs/api-cache-pro/issues"
|
||||
},
|
||||
"homepage": "https://github.com/hubbardlabs/api-cache-pro#readme"
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"name": "arrayforms",
|
||||
"version": "1.0.0",
|
||||
"description": "Build Array Forms Embed",
|
||||
"author": "BuildArray.com",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"start": "wp-scripts start",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/api-fetch": "^5.1.1",
|
||||
"@wordpress/block-editor": "^6.1.0",
|
||||
"@wordpress/blocks": "^9.1.0",
|
||||
"@wordpress/core-data": "^3.1.7",
|
||||
"@wordpress/i18n": "^4.1.0",
|
||||
"@wordpress/plugins": "^3.1.2",
|
||||
"axios": "^0.21.1",
|
||||
"immer": "^9.0.3",
|
||||
"react-transition-group": "^4.4.2",
|
||||
"styled-components": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^16.1.0",
|
||||
"dotenv-webpack": "^7.0.3"
|
||||
}
|
||||
}
|
||||
@@ -1,230 +0,0 @@
|
||||
# Copyright (C) 2022 Khorshid, ArvanCloud
|
||||
# This file is distributed under the GPL-3.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ArvanCloud CDN 0.0.2\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/temp-git\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: 2022-02-17T17:05:53+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: arvancloud-cdn\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: wp-arvancloud-cdn.php:29
|
||||
msgid "ArvanCloud CDN"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.arvancloud.com/en/products/cdn"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "ArvanCloud CDN service caches your website content. Using this plugin, you will be able to purge and update the cached version, either manually or automatically, so that your users visit the latest version of your website at any time."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Khorshid, ArvanCloud"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:113
|
||||
msgid "Please Wait"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:114
|
||||
msgid "Request sent."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:115
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:116
|
||||
msgid "Update failed"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:142
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:143
|
||||
#: admin/partials/wp-arvancloud-cdn-settings-display.php:8
|
||||
msgid "CDN General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:151
|
||||
#: admin/partials/wp-arvancloud-cdn-about-us-display.php:2
|
||||
msgid "About ArvanCloud"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:152
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:181
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:184
|
||||
msgid "Clear Cache"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:287
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:290
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:293
|
||||
msgid "Pending DNS changes"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:296
|
||||
msgid "Pending CDN"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:299
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:318
|
||||
msgid "Basic"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:321
|
||||
msgid "Growth"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:324
|
||||
msgid "Professional"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-arvancloud-cdn-admin.php:327
|
||||
msgid "Enterprise"
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:47
|
||||
msgid "There was a problem. please try again later."
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:73
|
||||
#: admin/inc/class-request-handler.php:162
|
||||
#: admin/inc/class-request-handler.php:268
|
||||
msgid "ArvanCloud is not responding right now. please try again later."
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:79
|
||||
#: admin/inc/class-request-handler.php:170
|
||||
#: admin/inc/class-request-handler.php:270
|
||||
msgid "ArvanCloud API key is invalid. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:87
|
||||
msgid "Purging CDN cache request sent successfully"
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:195
|
||||
#: admin/partials/wp-arvancloud-cdn-settings-display.php:15
|
||||
msgid "-- not shown --"
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:198
|
||||
msgid "Enter your API key"
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:217
|
||||
msgid "settings saved."
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:237
|
||||
msgid "Invalid security token sent."
|
||||
msgstr ""
|
||||
|
||||
#: admin/inc/class-request-handler.php:245
|
||||
msgid "Invalid item sent."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-about-us-display.php:6
|
||||
msgid "ArvanCloud, an international cloud services provider in Germany, offers various effective solutions for its customers worldwide. As one of the fastest-growing cloud solutions providers in the market, with an exceptional team, cutting-edge technologies and equipment, ArvancCloud aims to become a leader in the cloud industry. <br /> Equipped with a globally distributed network of more than 40 PoPs, ArvanCloud prides itself on innovative cloud solutions at the best price and highest quality. With ArvanCloud solutions, every customer can enjoy a fast, secure, reliable, and affordable cloud service. <br /> ArvanCloud has always provided the broadest set of services possible, to make a significant difference in the cloud services industry. Currently, its portfolio includes numerous cloud products, such as Cloud CDN, Manage DNS, Cloud Security, Video Streaming, Live Streaming Platform, Cloud Object Storage, and Platform as a service."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-footer.php:5
|
||||
msgid "CDN Plans"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-footer.php:6
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-footer.php:7
|
||||
msgid "Email Us"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-header.php:6
|
||||
msgid "Status: "
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-header.php:33
|
||||
msgid "Change API Key"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-header.php:37
|
||||
msgid "Back to options"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-header.php:43
|
||||
msgid "ArvanCloud panel →"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:18
|
||||
msgid "CDN Options"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:27
|
||||
msgid "Purge Cache"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:28
|
||||
msgid "This will help you to get the full version of the new data from your web server by clearing the cache data from Arvan servers."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:37
|
||||
msgid "Always Online"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:38
|
||||
msgid "After activating of this feature, in case of website or webserver time out, the last saved version in arvancloud will be shown to the user. Arvancloud can only show the main page or dynamic pages if it has the permission to cache."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:47
|
||||
msgid "Development Mode"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:48
|
||||
msgid "Activating Development Mode will temporarily stop caching so that developers can work easier. Web optimization will also be disabled."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:57
|
||||
msgid "Automatic cleaning"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-options-display.php:58
|
||||
msgid "Automatically clear cache when a post or page or custom post type is edited or created or deleted."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-settings-display.php:10
|
||||
msgid "Configure CDN API"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-settings-display.php:18
|
||||
msgid "Get API Key"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/wp-arvancloud-cdn-settings-display.php:20
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: wp-arvancloud-cdn.php:30
|
||||
msgid "wp-arvancloud-cdn"
|
||||
msgstr ""
|
||||
@@ -1,254 +0,0 @@
|
||||
# Copyright (C) 2021 Ascendoor
|
||||
# This file is distributed under the GNU General Public License v3.0.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Ascendoor Logo Slide 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ascendoor-logo-slide\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: 2021-10-21T10:44:52+05:45\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: ascendoor-logo-slide\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: admin/includes/class-ascendoor-logo-slide-admin-settings.php:75
|
||||
#: admin/includes/class-ascendoor-logo-slide-admin-settings.php:76
|
||||
msgid "Ascendoor Logo Slide"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "https://ascendoor.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Simple logo slide with CSS transition effects."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Ascendoor"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1. PHP Version.
|
||||
#: includes/class-ascendoor-logo-slide-activate-deactivate.php:33
|
||||
msgid "Ascendoor Logo Slide plugin requires PHP version %s or higher."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1. WordPress Version.
|
||||
#: includes/class-ascendoor-logo-slide-activate-deactivate.php:48
|
||||
msgid "Ascendoor Logo Slide plugin requires WordPress version %s or higher."
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/build/index.js:1
|
||||
#: admin/resources/src/components/Loading/index.js:6
|
||||
msgid "Loading…"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Common/ResponsiveIcons.js:18
|
||||
#: admin/resources/src/components/Header/Info.js:136
|
||||
#: admin/resources/src/components/Header/ResponsivePreview.js:26
|
||||
msgid "Mobile"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Common/ResponsiveIcons.js:40
|
||||
#: admin/resources/src/components/Header/Info.js:118
|
||||
#: admin/resources/src/components/Header/ResponsivePreview.js:48
|
||||
msgid "Tablet"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Common/ResponsiveIcons.js:62
|
||||
#: admin/resources/src/components/Header/Info.js:100
|
||||
#: admin/resources/src/components/Header/ResponsivePreview.js:70
|
||||
msgid "Desktop"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Header/Info.js:24
|
||||
msgid "Info"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Header/Info.js:49
|
||||
msgid "Close info content"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Header/Info.js:62
|
||||
msgid "You have some inactive columns. Please use the guide below for the recommended setup."
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Header/Info.js:68
|
||||
msgid "Total Added Logos:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Header/Info.js:80
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/RowColumn/index.js:99
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Header/Info.js:83
|
||||
msgid "Min. No. of Logos"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Header/Info.js:89
|
||||
msgid "Inactive Columns"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Header/Info.js:167
|
||||
msgid "Duplicate logos to fill the inactive columns."
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/AddLogo.js:19
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/AddLogo.js:21
|
||||
msgid "Select Logo"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/AddLogo.js:101
|
||||
msgid "Add Logo"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/EditLogo.js:61
|
||||
msgid "Logo Alt Text"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/EditLogo.js:74
|
||||
msgid "Logo Title"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/EditLogo.js:87
|
||||
msgid "Logo Link To"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/EditLogo.js:102
|
||||
msgid "Link Open In"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/index.js:63
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/index.js:87
|
||||
msgid "Close Edit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/index.js:109
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/ManageLogo/index.js:144
|
||||
msgid "Manage Logo"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/RowColumn/index.js:92
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/RowColumn/index.js:115
|
||||
msgid "Column Gap"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/SlideType/index.js:49
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/SlideType/index.js:55
|
||||
msgid "Slide Type"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/SlideType/index.js:71
|
||||
msgid "Slide Time"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/SlideType/index.js:74
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/SlideType/index.js:104
|
||||
#: admin/resources/src/components/Tabs/GeneralTab/SlideType/index.js:107
|
||||
msgid "Pause on Hover"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/index.js:40
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/index.js:51
|
||||
msgid "Style"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:160
|
||||
msgid "Select Background Image"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:162
|
||||
msgid "Select Image"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:304
|
||||
msgid "Container"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:311
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:390
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Logos/index.js:181
|
||||
msgid "Padding"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:469
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Logos/index.js:260
|
||||
msgid "Class Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:481
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:495
|
||||
msgid "Background Type"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:516
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:535
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:582
|
||||
msgid "Update Image"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:564
|
||||
msgid "Add Image"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:599
|
||||
msgid "Remove Image"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:610
|
||||
msgid "Background Position"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:658
|
||||
msgid "Background Size"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:686
|
||||
msgid "Background Repeat"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Container/index.js:718
|
||||
msgid "Background Attachment"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Logos/index.js:145
|
||||
msgid "Logos"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Logos/index.js:152
|
||||
msgid "Height (in PX)"
|
||||
msgstr ""
|
||||
|
||||
#: admin/resources/src/components/Tabs/StyleTab/Logos/index.js:163
|
||||
msgid "Hint: 0 = Auto. The frontend logo container and the current backend preview container might not be the same. Set height based on frontend view."
|
||||
msgstr ""
|
||||
@@ -1,186 +0,0 @@
|
||||
# Copyright (C) 2021 Ascendoor
|
||||
# This file is distributed under the GNU General Public License v3.0.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Ascendoor Metadata Manager 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ascendoor-metadata-manager\n"
|
||||
"Last-Translator: Ascendoor <info@ascendoor.com>\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: 2021-10-27T14:44:34+05:45\n"
|
||||
"PO-Revision-Date: 2021-10-27 00:00+05:45\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: ascendoor-metadata-manager\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Ascendoor Metadata Manager"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "View and manage posts, terms, users and comments metadata."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Ascendoor"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://ascendoor.com/"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-ascendoor-metadata-manager-admin.php:109
|
||||
msgid "Are you sure to delete this meta data?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-ascendoor-metadata-manager-admin.php:110
|
||||
msgid "Invalid Request!!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-ascendoor-metadata-manager-admin.php:111
|
||||
msgid "This meta data seems to be private. Are you sure to delete this meta data?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-ascendoor-metadata-manager-admin.php:112
|
||||
msgid "Reload page?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-ascendoor-metadata-manager-admin.php:113
|
||||
msgid "This meta data seems to be private. Are you sure to update this meta data?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-ascendoor-metadata-manager-admin.php:114
|
||||
msgid "Are you sure to update this meta data?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-comment-metas.php:83
|
||||
msgid "Comment Metadata Manager"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-comment-metas.php:112
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-post-metas.php:124
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:133
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:122
|
||||
msgid "Meta Key"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-comment-metas.php:115
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-post-metas.php:127
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:136
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:125
|
||||
msgid "Meta Value"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-comment-metas.php:118
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-post-metas.php:130
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:139
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:128
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:104
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-comment-metas.php:156
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-post-metas.php:168
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:177
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:166
|
||||
msgid "Meta data list is empty."
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-comment-metas.php:165
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-post-metas.php:177
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:186
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:175
|
||||
msgid "Meta data not found."
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-comment-metas.php:198
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-post-metas.php:210
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:218
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:207
|
||||
msgid "You are not allowed to delete this meta data."
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-comment-metas.php:230
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-post-metas.php:242
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:250
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:239
|
||||
msgid "You are not allowed to update this meta data."
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-post-metas.php:95
|
||||
msgid "Post Metadata Manager"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-settings.php:78
|
||||
msgid "Disable Metadata Manager for Post Types"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-settings.php:109
|
||||
msgid "Disable Metadata Manager for Taxonomies"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-settings.php:138
|
||||
msgid "Disable Metadata Manager for Users or Comments"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-settings.php:145
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-settings.php:157
|
||||
msgid "Comments"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-settings.php:187
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-settings.php:287
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:100
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-term-metas.php:107
|
||||
msgid "Term Metadata Manager"
|
||||
msgstr ""
|
||||
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:90
|
||||
#: admin/includes/class-ascendoor-metadata-manager-admin-user-metas.php:97
|
||||
msgid "User Metadata Manager"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:41
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:73
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:48
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:80
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s - WordPress sanitization Function Name with Anchor Tag, %2$s - WordPress sanitization Function Name with Anchor Tag
|
||||
#. translators: %1$s - WordPress sanitization Function Name with Anchor Tag, %2$s - WordPress sanitization Function Name with Anchor Tag
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:59
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:91
|
||||
msgid "While updating, meta value will be sanitized and filtered with %1$s (if meta value contains HTML tags) or %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:107
|
||||
msgid "Delete meta key and value"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/ascendoor-metadata-manager-admin.php:118
|
||||
msgid "Edit meta value"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - PHP Version.
|
||||
#: includes/class-ascendoor-metadata-manager-activate-deactivate.php:34
|
||||
msgid "Ascendoor Metadata Manager plugin requires PHP version %s or higher."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s - WordPress Version.
|
||||
#: includes/class-ascendoor-metadata-manager-activate-deactivate.php:49
|
||||
msgid "Ascendoor Metadata Manager plugin requires WordPress version %s or higher."
|
||||
msgstr ""
|
||||
@@ -1,345 +0,0 @@
|
||||
# Copyright (C) 2021 aThemes
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: aThemes Blocks 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/athemes-blocks\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-07-23T15:39:37+00:00\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: athemes-blocks\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "aThemes Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "aThemes Blocks is a Gutenberg plugin extending the WordPress editor with awesome blocks."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "aThemes"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://athemes.com"
|
||||
msgstr ""
|
||||
|
||||
#: athemes-blocks.php:36
|
||||
msgid "aThemes Blocks plugin requires PHP version %s+. Please update your server PHP version to get the plugin working."
|
||||
msgstr ""
|
||||
|
||||
#: athemes-blocks.php:46
|
||||
msgid "aThemes Blocks plugin requires WordPress version %s+. Please update the WordPress version to get the plugin working."
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/index.js:25
|
||||
msgid "Container Block"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/index.js:27
|
||||
msgid "A style wrapper to combine different blocks in a single row."
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/index.js:30
|
||||
msgid "wrapper"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/index.js:31
|
||||
msgid "athemes"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/index.js:32
|
||||
msgid "container"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/index.js:33
|
||||
msgid "section"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/index.js:46
|
||||
msgid "Lorem ipsum dolor"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/index.js:53
|
||||
msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam id tempus metus. Donec vestibulum, purus at eleifend maximus."
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:107
|
||||
#: src/components/global-advanced-controls/index.js:29
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:115
|
||||
#: src/block/container/edit.js:123
|
||||
#: src/block/container/edit.js:131
|
||||
msgid "Content Width"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:140
|
||||
msgid "Border Radius"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:152
|
||||
msgid "Moves the block to backward or forward"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:154
|
||||
msgid "Z-index"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:167
|
||||
msgid "Content Alignment"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:262
|
||||
msgid "Spacing"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:271
|
||||
msgid "Paddings"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/block/container/edit.js:450
|
||||
msgid "Margins"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/panel-tabs-buttons/index.js:25
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/panel-tabs-buttons/index.js:31
|
||||
msgid "Style"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/panel-tabs-buttons/index.js:37
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/responsive-controls/index.js:141
|
||||
msgid "Units"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/responsive-controls/index.js:155
|
||||
msgid "Device"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/advanced-control/index.js:28
|
||||
msgid "Element ID"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:36
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:42
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:48
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:54
|
||||
msgid "Gradient"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:60
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:65
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:73
|
||||
msgid "Gradient Color #1"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:78
|
||||
msgid "Gradient Color #2"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:83
|
||||
msgid "Degree"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:92
|
||||
msgid "Color #1 position"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:101
|
||||
msgid "Color #2 position"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:127
|
||||
#: src/components/background-control/index.js:134
|
||||
msgid "Select a image"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:134
|
||||
msgid "Replace image"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:150
|
||||
msgid "Remove Image"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:157
|
||||
msgid "Background Size"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:161
|
||||
msgid "Auto"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:162
|
||||
msgid "Contain"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:163
|
||||
msgid "Cover"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:167
|
||||
msgid "Background Position"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:171
|
||||
msgid "Top left"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:172
|
||||
msgid "Top center"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:173
|
||||
msgid "Top right"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:174
|
||||
msgid "Center left"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:175
|
||||
msgid "Center"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:176
|
||||
msgid "Center right"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:177
|
||||
msgid "Bottom left"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:178
|
||||
msgid "Bottom center"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:179
|
||||
msgid "Bottom right"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:183
|
||||
msgid "Background Attachment"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:187
|
||||
msgid "Fixed"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:188
|
||||
msgid "Scroll"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:192
|
||||
msgid "Background Repeat"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:196
|
||||
msgid "No repeat"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:197
|
||||
msgid "Repeat"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:198
|
||||
msgid "Repeat X"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:199
|
||||
msgid "Repeat Y"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:200
|
||||
msgid "Round"
|
||||
msgstr ""
|
||||
|
||||
#: dist/blocks.build.js:1
|
||||
#: src/components/background-control/index.js:201
|
||||
msgid "Space"
|
||||
msgstr ""
|
||||
@@ -1,149 +0,0 @@
|
||||
# Atlas Content Modeler Changelog
|
||||
|
||||
## 0.8.0 - 2021-10-13
|
||||
|
||||
### Added
|
||||
- Share models between sites using the new Export and Import models feature. Visit Content Modeler → Tools to get started.
|
||||
- Added "author" support to custom post types. This unlocks new functionality such as assigning specific users to a post, and querying posts by author in WPGraphQL.
|
||||
|
||||
### Fixed
|
||||
- Fixed bug where the model icon could not be changed when editing an existing model.
|
||||
- Fixed bug in the Number field where you could not define a Step value without also defining a Max value.
|
||||
- Improved duplicate field slug detection to ensure forward and reverse slugs for the Relationship field are unique in WPGraphQL.
|
||||
|
||||
### Changed
|
||||
- The `@wordpress/i18n` package is no longer bundled in the plugin's scripts, relying on the version that ships with WordPress instead.
|
||||
|
||||
## 0.7.0 - 2021-10-04
|
||||
|
||||
### Added
|
||||
- Relationship Field: one-to-one and one-to-many relationships were renamed to many-to-one and many-to-many to accurately reflect their function.
|
||||
- Relationship Field: fields can now optionally include reverse references.
|
||||
- Relationship Field: added [Beta] flag as the feature takes shape.
|
||||
- Chore: set "Requires at least" to WordPress version 5.7
|
||||
- Chore: set "Requires PHP" to version 7.2
|
||||
|
||||
### Fixed
|
||||
- Fixed bug where the app prompted about "Unsaved changes" when no changes had been made.
|
||||
|
||||
## 0.6.0 - 2021-09-09
|
||||
|
||||
### Added
|
||||
- Create one-to-one and one-to-many relationships between model entries with the new Relationship field.
|
||||
- A plugin icon will appear on the plugin update page during future updates.
|
||||
|
||||
### Fixed
|
||||
- Improved modal scroll behavior and positioning.
|
||||
|
||||
## 0.5.0 - 2021-08-12
|
||||
|
||||
### Added
|
||||
- You can now add custom Taxonomies and assign them to your models. Visit Atlas Content Modeler → Taxonomies to get started.
|
||||
- Models and Taxonomies submenu items now appear in the admin sidebar below Atlas Content Modeler.
|
||||
|
||||
### Changed
|
||||
- Refactored PHP tests.
|
||||
|
||||
## 0.4.2 - 2021-08-04
|
||||
|
||||
### Added
|
||||
- Ability to choose an icon when creating or editing a model.
|
||||
- Option to restrict file types for the media field.
|
||||
- Generate WordPress changelog from the Markdown changelog so that changes are visible from the WordPress changes modal.
|
||||
- Plugin developer improvements: GitHub Pull Request template; Code Climate configuration; Makefile for test environments.
|
||||
|
||||
### Changed
|
||||
- Change “API Identifier” field title on model entry forms to “Model ID” with a new description to better reflect its use.
|
||||
- Continuous Integration: the generated plugin zip is now tested and verified before deploying.
|
||||
|
||||
### Fixed
|
||||
- Improve query generation for “Open in GraphiQL” to include lowercase model names and models with the same plural and singular name.
|
||||
- Improve sanitization of model slugs. Includes safe migration of existing model slugs.
|
||||
- Prevent a PHP warning during title filtering if post info can not be found.
|
||||
- Improve number field validation.
|
||||
|
||||
## 0.4.1 - 2021-06-24
|
||||
### Added
|
||||
- Generate POT language file for translations.
|
||||
|
||||
### Changed
|
||||
- Use `include` in place of `require` so that missing or corrupt files do not take WordPress down.
|
||||
|
||||
### Removed
|
||||
- Removed the Multiple Choice field for now while we add support for custom choice API IDs.
|
||||
|
||||
## 0.4.0 - 2021-06-22
|
||||
- First public release. There may be breaking changes until 1.0.0.
|
||||
|
||||
### Added
|
||||
- New Multiple Choice field (beta) to create radio and checklist groups.
|
||||
- New “Send Feedback” button to share your experience with us.
|
||||
- New model option for “Private” or “Public” API visibility.
|
||||
- The Text field now includes an optional character minimum and maximum count in Advanced Settings.
|
||||
- The Number field now includes an optional minimum, maximum and step value in Advanced Settings.
|
||||
- Prompt to complete edits to an open field when attempting to open another field.
|
||||
- Added LICENSE, CONTRIBUTING and CHANGELOG files.
|
||||
|
||||
### Changed
|
||||
- REST responses now show Atlas Content Modeler fields under an `acm_fields` property.
|
||||
- REST responses now display detailed information about media fields.
|
||||
- Changed “Text Length” to “Input Type” in the Text field. Text length is now determined in Advanced Settings. Input type lets developers choose an input or textarea field.
|
||||
- Increased the clickable area on dropdown menu items in the developer app.
|
||||
- Adjusted styling in the publisher app.
|
||||
- Refactored default value handling to improve field load times.
|
||||
- Internal REST routes now include an `atlas` prefix.
|
||||
- The README now includes a getting started guide.
|
||||
|
||||
### Fixed
|
||||
- Pressing return in the publisher app will now submit the form, instead of clearing fields.
|
||||
- Corrected an issue preventing fields from appearing in REST responses.
|
||||
- Prevented custom fields from showing in REST when `show_in_rest` is false.
|
||||
- Strings in the publisher and developer interfaces are now translatable.
|
||||
- Fixed Jest tests and add to Continuous Integration workflow.
|
||||
- Improved admin URL handling for WordPress sites hosted in a subfolder.
|
||||
- Improved plugin update error messages to include the name of the plugin reporting them.
|
||||
- Prevented a styling issue with the Content Modeler admin menu item.
|
||||
|
||||
## 0.3.0 - 2021-06-01
|
||||
### Added
|
||||
- Developers can now mark fields as required.
|
||||
- Publishers will see inline errors prompting them to fill required fields.
|
||||
|
||||
### Changed
|
||||
- Rebranded to Atlas Content Modeler.
|
||||
- Changed data storage format.
|
||||
- Changed model data option name from wpe_content_model_post_types to atlas_content_modeler_post_types.
|
||||
- Updated admin sidebar icons for settings and entries.
|
||||
- Improved Rich Text fields, including adding media support.
|
||||
- Open fields now close when another field is created or opened.
|
||||
- Media fields now have a WPGraphQL type of MediaItem instead of String to enable complete queries for media information.
|
||||
|
||||
### Fixed
|
||||
- Improved model and field list appearance at mobile screen widths.
|
||||
- Improved client-side field validation for publishers.
|
||||
- Hid duplicate page title on new entry screens.
|
||||
- Corrected headers when editing entries.
|
||||
- Protected meta fields to prevent them appearing in the Custom Fields meta box.
|
||||
|
||||
### Removed
|
||||
- Repeater fields have been removed.
|
||||
- Screen options have been removed from entry pages for content model post types.
|
||||
- Post thumbnail support has been removed for content model post types.
|
||||
|
||||
## 0.2.0 - 2021-05-07
|
||||
### Added
|
||||
- Publishers can now enter model entries via a form.
|
||||
- Developers have the option to set a field as the title field.
|
||||
- The plugin now checks for updates.
|
||||
- Model and field options now close on blur or when the escape key is pressed.
|
||||
- Model options include “Open in GraphiQL” if the WPGraphQL plugin is active.
|
||||
- Improved developer tooling for linting, including pre-commit hooks.
|
||||
|
||||
### Changed
|
||||
- The media field is restricted to single file uploads for now.
|
||||
|
||||
### Removed
|
||||
- Unused “Created on” column from the model table.
|
||||
|
||||
## 0.1.0
|
||||
- Initial version.
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +0,0 @@
|
||||
## Changelog ##
|
||||
|
||||
### 1.0 ###
|
||||
* Initial Release
|
||||
|
||||
### 1.0.1 ###
|
||||
* Link to settings page now available in list of installed plugins
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright (C) 2022 Thomas Zwirner
|
||||
# This file is distributed under the GPL-2.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Auto Category for Posts 1.0.2\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-category-for-posts\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: 2022-02-09T15:01:42+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.6.0\n"
|
||||
"X-Domain: auto-category-for-posts\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Auto Category for Posts"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Automatically add a default-category to each new post before it is first saved."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Thomas Zwirner"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.thomaszwirner.de"
|
||||
msgstr ""
|
||||
|
||||
#: auto-category-for-posts.php:97
|
||||
#: admin/js.js:24
|
||||
msgid "Set as default"
|
||||
msgstr ""
|
||||
|
||||
#: auto-category-for-posts.php:100
|
||||
#: admin/js.js:26
|
||||
msgid "Default category"
|
||||
msgstr ""
|
||||
|
||||
#: auto-category-for-posts.php:153
|
||||
msgid "Error on saving new settings for default category."
|
||||
msgstr ""
|
||||
|
||||
#: auto-category-for-posts.php:184
|
||||
msgid "Given category does not exists."
|
||||
msgstr ""
|
||||
|
||||
#: auto-category-for-posts.php:188
|
||||
msgid "No new category-id given."
|
||||
msgstr ""
|
||||
@@ -1,272 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Autodate (Wordpress plugin) 1.0\n"
|
||||
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/autodate\n"
|
||||
"POT-Creation-Date: 2021-05-02 11:00+0800\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Sergei Sahapov <s.sahapov@hotmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: __;"
|
||||
"X-Poedit-Basepath: .\n"
|
||||
"X-Poedit-SearchPath-0: ..\n"
|
||||
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "This plugin allows you to add dates to your site that will update automatically according to the interval you specify"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: ../php_inc/autodate.php:60
|
||||
#, php-format
|
||||
msgid "Autodate"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:60 ../php_inc/autodate.php:362
|
||||
#, php-format
|
||||
msgid "Autodate management"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:87
|
||||
#, php-format
|
||||
msgid ""
|
||||
"An error occurred while transferring data.\n"
|
||||
" Refresh the Autodate page and try changing the data again"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:96
|
||||
#, php-format
|
||||
msgid "Failed to update data for field *Short description*"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:102
|
||||
#, php-format
|
||||
msgid "Failed to update data for field *When to update the date*"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:108
|
||||
#, php-format
|
||||
msgid "Failed to update data for field *Update frequency*"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:114
|
||||
#, php-format
|
||||
msgid "Failed to update data for field *Displayed date*"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:120
|
||||
#, php-format
|
||||
msgid "Failed to update data for field *How much to shift the date*"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:126
|
||||
#, php-format
|
||||
msgid "Failed to update the state of switch *Switched on/Switched off*"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:206
|
||||
#, php-format
|
||||
msgid ""
|
||||
"An error occured while saving your changes.\n"
|
||||
" Refresh the plugin page"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:209
|
||||
#, php-format
|
||||
msgid "New date information has been saved"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:213 ../php_inc/autodate.php:218
|
||||
#, php-format
|
||||
msgid "Data changes saved"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:221
|
||||
#, php-format
|
||||
msgid ""
|
||||
"An error occurred while saving data.\n"
|
||||
" Refresh the Autodate page and try changing the data again"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "does not exist"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "Switched on"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "Switched off"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "Save changes"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "Delete this data"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "Are you sure you want to delete this data?"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "Data has not been deleted!\\n Refresh the Autodate page and try again"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "Data deleted successfully"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:357
|
||||
#, php-format
|
||||
msgid "Want to add new data?"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:362
|
||||
#, php-format
|
||||
msgid "On this plugin page you can: manage automatically updated dates, create new ones, delete existing ones"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:373
|
||||
#, php-format
|
||||
msgid "Autodate usage hint"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:376
|
||||
#, php-format
|
||||
msgid "How to use Autodate"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:379
|
||||
#, php-format
|
||||
msgid "To use the plugin, you need to take a few steps:"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:381
|
||||
#, php-format
|
||||
msgid "Create new date (button <strong>Add date</strong>)"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:382
|
||||
#, php-format
|
||||
msgid "Customize the date:"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:384
|
||||
#, php-format
|
||||
msgid "Specify the value of the <strong>Displayed date</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:385
|
||||
#, php-format
|
||||
msgid "Specify the value of the <strong>How much to shift the date</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:386
|
||||
#, php-format
|
||||
msgid "Specify the value of the <strong>When to update the date</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:387
|
||||
#, php-format
|
||||
msgid "Specify the value of the <strong>Update frequency</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:388
|
||||
#, php-format
|
||||
msgid "For further convenience of editing the date, it is recommended to specify a value for the <strong>short description</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:391
|
||||
#, php-format
|
||||
msgid "Switch on date (<strong>Switched on/Switched off</strong>)<br><em>Please note that if the target date is <strong>switched off</strong>, then it will not be displayed on the site, BUT it will be updated in accordance with the specified settings.</em>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:392
|
||||
#, php-format
|
||||
msgid "Save the date (button <strong>Save changes</strong>)"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:393
|
||||
#, php-format
|
||||
msgid "Copy the generated <strong>shortcode</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:394
|
||||
#, php-format
|
||||
msgid "Add <strong>shortcode</strong> to post or page content<br><em>Please note that the date will be displayed in the format specified in your Wordpress settings ( <strong>Settings</strong> --> <strong>General</strong> --> item <strong>Date format</strong> )</em><br>P.S. Please note that the <strong style='color: #f00;'>Autodate only works with the date</strong>, data that determine the time (hours, minutes, seconds) are not taken into account."
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:396
|
||||
#, php-format
|
||||
msgid "You can also:"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:398
|
||||
#, php-format
|
||||
msgid "Delete previously created dates (red button <strong>X</strong>)"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:399
|
||||
#, php-format
|
||||
msgid "Edit settings of previously created dates (Remember to save your changes - button <strong>Save changes</strong>)"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:410 ../php_inc/autodate.php:413
|
||||
#, php-format
|
||||
msgid "How to manage date settings"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:416
|
||||
#, php-format
|
||||
msgid "Let's say the Autodate settings fields contain the following values:"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:416
|
||||
#, php-format
|
||||
msgid "<strong>Displayed date:</strong> 15.01.2021"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:416
|
||||
#, php-format
|
||||
msgid "How much to shift the date"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:416
|
||||
#, php-format
|
||||
msgid "<strong>When to update the date:</strong> 13.01.2021"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:416
|
||||
#, php-format
|
||||
msgid "Update frequency"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:416
|
||||
#, php-format
|
||||
msgid "This means that until <strong>13.01.2021</strong> the website will display the date <strong>15.01.2021</strong>.<br>From <strong>13.01.2021</strong> to <strong>22.01.2021</strong> <em>(13.01 + 10 is the date of the next update)</em> the date on the website will be as follows: <strong>25.01.2021</strong> <em>(15.01 + 10 is the date shift)</em>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:424
|
||||
#, php-format
|
||||
msgid "<th>Switch on/Switch off </th><th>Shortcode</th><th>Short description</th><th>Displayed date</th><th>How much to shift the date</th><th>When to update the date</th><th>Update frequency</th>"
|
||||
msgstr ""
|
||||
|
||||
#: ../php_inc/autodate.php:424
|
||||
#, php-format
|
||||
msgid "Add date"
|
||||
msgstr ""
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright (c) $(date +'%Y') Automatic Image Uploader.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Automatic Image Uploader 1.2.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/automatic-image-uploader\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: 2022-02-21T05:53:35+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: aiu\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Automatic Image Uploader"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "http://www.iranimij.com"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Upload your images automatically."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Iman Heydari"
|
||||
msgstr ""
|
||||
|
||||
#: automatic-image-uploader.php:263
|
||||
msgid "Automatic image uploader"
|
||||
msgstr ""
|
||||
|
||||
#: automatic-image-uploader.php:264
|
||||
msgid "AIU"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.php:101
|
||||
msgid "The data has been saved."
|
||||
msgstr ""
|
||||
@@ -1,2 +0,0 @@
|
||||
1.0.1
|
||||
* Initial release
|
||||
@@ -1,6 +0,0 @@
|
||||
== Changelog ==
|
||||
= 1.0.1 =
|
||||
fixed bug in the validate_account function that caused an incorrect response when a valid uname and invalid pin were passed in
|
||||
|
||||
= 1.0.0 =
|
||||
initial release
|
||||
@@ -1,146 +0,0 @@
|
||||
# Copyright (C) 2021 Valice
|
||||
# This file is distributed under the GPLv2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Banner Alerts 1.4.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/banner-alerts\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-28T21:27:03-07:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: banner-alerts\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: src/Admin/AdminPages.php:42
|
||||
msgid "Banner Alerts"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.banneralertsplugin.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Provides an easy interface for creating and displaying alerts or notices as a banner on a website"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Valice"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.valice.com/"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:55
|
||||
msgid "Display title?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:58
|
||||
#: src/Admin/AdminPages.php:77
|
||||
#: src/Admin/AdminPages.php:92
|
||||
#: src/Admin/AdminPages.php:149
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:62
|
||||
#: src/Admin/AdminPages.php:81
|
||||
#: src/Admin/AdminPages.php:96
|
||||
#: src/Admin/AdminPages.php:153
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:66
|
||||
msgid "Link"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:70
|
||||
msgid "Display the title of alert in the banner alert popup?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:74
|
||||
msgid "Display read more link?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:85
|
||||
msgid "Display read more link in the banner alert popup?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:89
|
||||
msgid "Display dismiss link?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:100
|
||||
msgid "Allow alerts to be dismissed?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:104
|
||||
msgid "Display content"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:107
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:111
|
||||
msgid "Full Message"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:115
|
||||
msgid "Excerpt"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:119
|
||||
msgid "Choose the display setting for the alert message in the banner alert popup"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:123
|
||||
msgid "Open/Close Speed"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:126
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:130
|
||||
msgid "Faster"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:134
|
||||
msgid "Slower"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:138
|
||||
msgid "Immediate"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:142
|
||||
msgid "Choose the speed in which the alert is opened and closed"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:146
|
||||
msgid "Use Slider"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:157
|
||||
msgid "Display alerts in a slider when multiple alerts are active?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:161
|
||||
msgid "Display styles"
|
||||
msgstr ""
|
||||
|
||||
#: src/BannerAlerts.php:118
|
||||
msgid "Dismiss"
|
||||
msgstr ""
|
||||
|
||||
#: src/BannerAlerts.php:119
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#: src/BannerAlerts.php:131
|
||||
msgid "A valid unix timestamp is required."
|
||||
msgstr ""
|
||||
@@ -1,138 +0,0 @@
|
||||
# Copyright (C) 2022 J Hanlon | Waas Hero
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Login Module for Beaver Builder 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/login-module-for-beaver-builder\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: 2022-03-17T06:27:47+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: login-module-for-bb\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Login Module for Beaver Builder"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://waashero.com/login-hero-pro-for-beaver-builder/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Add an easy to use Beaver Builder Login/Logout button module. Works for single sites and multisite."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "J Hanlon | Waas Hero"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://waashero.com"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:11
|
||||
msgid "Login Modal"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:12
|
||||
msgid "User Login Popup Button."
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:13
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:28
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:31
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:37
|
||||
msgid "Log In Button Text"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:38
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:52
|
||||
msgid "Log In"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:39
|
||||
msgid "Enter the text for the Log In button."
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:44
|
||||
msgid "Log Out Button Text"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:45
|
||||
msgid "Log Out"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:46
|
||||
msgid "Enter the text for the Log Out button."
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:51
|
||||
msgid "Popup Title"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:53
|
||||
msgid "Enter the text for the header in the Log In popup."
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:58
|
||||
msgid "Popup Reset Password Text"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:59
|
||||
msgid "Lost your password? Click here to reset."
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:60
|
||||
msgid "Enter the text for the Reset Password link in the Log In popup."
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:69
|
||||
msgid "Style"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:72
|
||||
msgid "Sign In Popup"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:77
|
||||
msgid "Popup Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:89
|
||||
msgid "Popup Text Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:103
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:108
|
||||
msgid "Log In Button Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:120
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:144
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:169
|
||||
msgid "Button Text Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:132
|
||||
msgid "Log Out Button Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/login-logout-reset/class-login-logout-module.php:157
|
||||
msgid "Popup Log In Button Color"
|
||||
msgstr ""
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"name": "wordpress-invoices-plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "Beautiful and easy invoices for Wordpress",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"clone": "git clone https://github.com/mokuappio/serverless-invoices.git",
|
||||
"pull": "cd serverless-invoices && git pull",
|
||||
"config": "copy vue.config.js serverless-invoices\\vue.config.js && copy app.config.js serverless-invoices\\src\\config\\app.config.js",
|
||||
"build": "npm run config && cd serverless-invoices && npm i && npm run build",
|
||||
"prepare-release": "mv serverless-invoices/node_modules ../node_modules_temp && cp -r . ../bci",
|
||||
"clean-release": "rm -rf ../bci/.idea && rm -rf ../bci/.git && rm -rf ../bci/serverless-invoices/.git && mv ../node_modules_temp serverless-invoices/node_modules",
|
||||
"compress-release": "mv ../bci beautiful-custom-invoices && tar -a -c -f beautiful-custom-invoices.zip beautiful-custom-invoices && rm -rf beautiful-custom-invoices",
|
||||
"release": "npm run prepare-release && npm run clean-release && npm run compress-release"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@bitbucket.org/elevateou/wordpress-invoices-plugin.git"
|
||||
},
|
||||
"author": "Elevate OU",
|
||||
"license": "ISC",
|
||||
"homepage": "https://bitbucket.org/elevateou/wordpress-invoices-plugin#readme"
|
||||
}
|
||||
47002
spec/fixtures/dynamic_finders/plugin_version/beautiful-image-card/composer_file/package-lock.json
generated
vendored
47002
spec/fixtures/dynamic_finders/plugin_version/beautiful-image-card/composer_file/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,7 +0,0 @@
|
||||
## [1.0.1] - 2021-09-29
|
||||
|
||||
- Fix fa-icon block type
|
||||
|
||||
## [1.0.0] - 2021-09-29
|
||||
|
||||
- First release
|
||||
@@ -1,156 +0,0 @@
|
||||
Changelog
|
||||
|
||||
V1.8.3
|
||||
- Added Tutorial Videos for All Templates to help you use Bertha so much better. An Inbuilt Academy is now on every template.
|
||||
- Added Avoid Duplication Setting for Ideas. Bertha now learns much quicker as to what you require.
|
||||
- Improved UI - We made Bertha prettier and easier to navigate.
|
||||
- Fixed Empty Ideas. Bertha thinks harder now before producing content.
|
||||
- Fixed Long Form Notice. The notice was appearing out of context.
|
||||
- Fixed Template Redirection Issue. Sometimes a user was running out of words and being sent to the wrong upgrade page. This has now been fixed.
|
||||
|
||||
V1.8.2
|
||||
- Added Lazy Load Effect for History, Favourite and Draft Tabs
|
||||
- Added Redo Button to Long Form Content
|
||||
- Updated Security
|
||||
- Improved UI
|
||||
- Fixed Divi Tinymce Double Icon Issue
|
||||
- Fixed Gutenberg Title Block
|
||||
|
||||
V1.8.1
|
||||
- Fixed Minor Bugs
|
||||
|
||||
V1.8.0
|
||||
- Improved UI
|
||||
- Added Report
|
||||
- Added Word Limit for Specific Site
|
||||
- Fixed Bertha Icon Click Issue
|
||||
- Fixed Search Icon in Long Form
|
||||
- Changed Descriptions for templates and Categories
|
||||
- Added Header to all Bertha Pages
|
||||
- Fixed Category button conflict with Atarim
|
||||
- Fixed Empty Long Form Content
|
||||
- Fixed Minor Bugs
|
||||
|
||||
|
||||
V1.7.1
|
||||
- Improved UI
|
||||
- Fixed Bertha Icons for Elementor and Visual Composer
|
||||
- Fixed Notice if Cursor is not in focus in any input field while clicking Idea for Divi, Elementor and Visual Composer
|
||||
- Fixed Paragrapg Generator Taxonomies and History Filter
|
||||
|
||||
V1.7.0
|
||||
- Added Compatibility with Atarim
|
||||
- Added Frontend Bertha
|
||||
- Updated Icons UI
|
||||
- Fixed Minor Bugs
|
||||
|
||||
V1.6.0
|
||||
- Improved UI
|
||||
- Improved long form content
|
||||
- Fixed Compatibility issue with Divi Latest Version
|
||||
- Fixed Compatibility issue with Yoast SEO
|
||||
- Added Bertha Icons on Every Admin Page
|
||||
- Modified Edit Draft Flow
|
||||
- Added Template Sorting Categories
|
||||
- Changed Blurb Generator Name
|
||||
- Added Trash
|
||||
- Added AIDA Marketing Framework Template
|
||||
- Added SEO City Based Pages Template
|
||||
- Added Business or Product Name Template
|
||||
- Added Before, After and Bridge Template
|
||||
- Added PAS Framework Template
|
||||
- Added FAQs List Template
|
||||
- Added FAQ Answers Template
|
||||
- Added Content Summary Template
|
||||
- Added Contact Form Blurb Template
|
||||
- Added SEO Keyword Suggestions Template
|
||||
- Added Evil Bertha Template
|
||||
|
||||
V1.5.0
|
||||
- Added Bertha Long Form Content
|
||||
- Fixed Launch Bertha Notice Text
|
||||
- Fixed Minor Bugs
|
||||
- Added new Icon styling and Improved UI
|
||||
|
||||
V1.4.0
|
||||
- Added Bertha Everywhere
|
||||
- Added Seo Title Tag Template
|
||||
- Added Seo Description Tag Template
|
||||
- Added Additional Title Type for Section Title Generator Template
|
||||
|
||||
V1.3.0
|
||||
- Added Copy & Favourites
|
||||
- Fixed License Activation Flow
|
||||
- Fixed Idea CPT Visibility from SEO Plugins
|
||||
- Added Notice if Cursor is not in focus in any input field while clicking Idea
|
||||
|
||||
V1.2.0
|
||||
- Updated Full-on About Us Page Template
|
||||
- Added Company Mission & Vision Template
|
||||
|
||||
V1.1.2
|
||||
- Modified compatibility issue with Visual Composer
|
||||
- Fixed structural bugs
|
||||
|
||||
V1.1.1
|
||||
- Fixed Idea CPT Visibility Issue
|
||||
- Fixed License Redirection Modal Issue
|
||||
- Fixed Exclude Idea CPT from Search
|
||||
- Fixed Backslash Issue with Idea Generation
|
||||
- Fixed Divi Compatibility Issue
|
||||
|
||||
V1.1.0
|
||||
- Fixed Empty Idea Generation
|
||||
- Fixed bootstrap compatibility issues
|
||||
|
||||
V1.0.9
|
||||
- Fixed bootstrap compatibility issues
|
||||
|
||||
V1.0.8
|
||||
- Added partial compatibility with Thrive Architect
|
||||
- Added Monthly Reset Token
|
||||
- Fixed Zapier Email event for 95% word Limit
|
||||
- Fixed compatibility with Beaver Builder
|
||||
- Fixed Redirection Flow after License Activation
|
||||
- Minor Bug Fixes
|
||||
|
||||
V1.0.7
|
||||
- Fixed Tooltips
|
||||
- Added partial compatibility with Beaver Builder
|
||||
- Added partial compatibility with Visual Composer
|
||||
- Added partial compatibility with Oxygen Builder
|
||||
- Minor Bug Fixes
|
||||
|
||||
|
||||
V1.0.6
|
||||
- Fixed Premium Tag Flow
|
||||
- Fixed Live Search Filter Flow
|
||||
- Added Placeholder for Live Search Filter
|
||||
- Added Character Limit for All Bertha AI Inputs
|
||||
- Fixed Descriptions hide issue while Back Flow
|
||||
- Modified Redirection Flow After Onboarding Process
|
||||
- Added Zapier Email Event for 1% and 95% Word Limit
|
||||
- Fixed Visibility of Upgrade Now button in General Setting
|
||||
- Changed Join The Facebook Community Button Link
|
||||
- Changed Become Bertha's Partner Button Link
|
||||
- Changed Post a Review Button Link
|
||||
- Added Latest Vesion in License Page
|
||||
- Fixed Bertha AI Menu Blank Redirection
|
||||
- Fixed Word Limit Restriction for templates
|
||||
- Fixed Buy Url for Limit Exceed
|
||||
- Added Redirect Url to Ran Out of Words Page for Limit Exceeded Templates
|
||||
- Added Notification for Empty History Filter Result
|
||||
- Fixed Suggest a Template Hide from Live Search
|
||||
|
||||
|
||||
V1.0.5
|
||||
- Added Template Access for Free & Pro Version Respectively
|
||||
- Added Live Search Filter for template Selection
|
||||
- Fixed Empty Ideas
|
||||
- Fixed Syntax Errors
|
||||
- Added Class to Upgrade Button
|
||||
- Changed Upgrade button Link
|
||||
- Added Notice for Empty History Tab
|
||||
- Added Premium Tag for Premium Templates
|
||||
- Changed Premium Templates Notice for Free Version
|
||||
|
||||
@@ -1,167 +0,0 @@
|
||||
# Copyright (C) 2021 Nguyen Pham
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/best-suggestion-boxes"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"Project-Id-Version: Best Suggestion Boxes 1.0.0\n"
|
||||
"Language-Team: \n"
|
||||
"Language: en_US\n"
|
||||
"X-Poedit-KeywordsList: _e;__\n"
|
||||
"X-Poedit-Basepath: .\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. Best Suggestion Boxes
|
||||
#: admin/class-admin.php:285
|
||||
msgid "Best Suggestion Boxes"
|
||||
msgstr ""
|
||||
|
||||
#. A Better Way to Connect With Customers. You don't have time to talk with some online customers? This plugin will help you connect with them.
|
||||
#: admin/class-admin.php:286
|
||||
msgid "A Better Way to Connect With Customers. You don't have time to talk with some online customers? This plugin will help you connect with them."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Nguyen Pham"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:60 admin/class-admin.php:216 admin/class-admin.php:221
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:198
|
||||
msgid "Suggestion"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:201 admin/partials/admin-display.php:21
|
||||
msgid "Add New Screen"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:202 admin/partials/admin-display.php:22
|
||||
msgid "Add New Suggest"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:222 admin/class-admin.php:289
|
||||
msgid "Copyright"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:237
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:239
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:240
|
||||
msgid "Chat with us!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:243
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:247
|
||||
msgid "Style color"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:250
|
||||
msgid "Icon Size"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:253
|
||||
msgid "Title Size"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:256
|
||||
msgid "Font Size"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:259
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:261
|
||||
msgid "Bottom Right"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:262
|
||||
msgid "Bottom Left"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:263
|
||||
msgid "Top Right"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:264
|
||||
msgid "Top Left"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:268
|
||||
msgid "Padding X"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:271
|
||||
msgid "Padding Y"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:282 admin/class-admin.php:291
|
||||
msgid "Section Description"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin.php:294
|
||||
msgid "Author"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/admin-display.php:18
|
||||
msgid "Screens and Suggestions"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/admin-display.php:44 admin/partials/admin-display.php:63
|
||||
#: admin/partials/admin-display.php:70
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/admin-display.php:45 admin/partials/admin-display.php:64
|
||||
#: admin/partials/admin-display.php:70 admin/partials/screen.php:47
|
||||
#: admin/partials/suggest.php:71
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/admin-display.php:61
|
||||
msgid "Suggestions"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/admin-display.php:62
|
||||
msgid "Go to"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/screen.php:27
|
||||
msgid "Screen's name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/screen.php:42
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/screen.php:47 admin/partials/suggest.php:71
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/suggest.php:28 admin/partials/suggest.php:62
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/suggest.php:43
|
||||
msgid "Screen"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/suggest.php:52
|
||||
msgid "Click go to screen"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/suggest.php:54
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
@@ -1,43 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR BeTheme
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: BeThemesMe 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-09 11:42+0530\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"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: includes/elementor-elements/features.php:42
|
||||
#: includes/elementor-elements/features.php:87
|
||||
msgid "Our Process"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:96
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:99
|
||||
msgid "Enter the title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:105
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:108
|
||||
msgid "Enter the description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:115
|
||||
msgid "Process Tabs"
|
||||
msgstr ""
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"name": "buddypress-birthdays",
|
||||
"version": "1.6.0",
|
||||
"url": "https://github.com/vapvarun/buddypress-birthdays",
|
||||
"license": "GPL-2.0+",
|
||||
"description": "buddypress-birthdays",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-checktextdomain": "^1.0.1",
|
||||
"grunt-wp-i18n": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vapvarun/buddypress-birthdays"
|
||||
},
|
||||
"dependencies": {
|
||||
"load-grunt-tasks": "^3.5.2",
|
||||
"npm": "^8.1.4"
|
||||
}
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
# Copyright (C) 2021 BitForm
|
||||
# This file is distributed under the same license as the BitForm plugin.
|
||||
"Project-Id-Version: BitForm 1.0.0\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: bitform\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#. Description of the plugin
|
||||
#. Author of the plugin
|
||||
msgid "BitForm"
|
||||
msgstr ""
|
||||
|
||||
#: Common/Widget.php:18
|
||||
msgid "Display a BitForm"
|
||||
msgstr ""
|
||||
|
||||
#: Common/Widget.php:43
|
||||
msgid "Form:"
|
||||
msgstr ""
|
||||
|
||||
#: Common/Widget.php:45
|
||||
msgid "Select a form"
|
||||
msgstr ""
|
||||
|
||||
#: Common/Widget.php:53
|
||||
msgid "Width:"
|
||||
msgstr ""
|
||||
|
||||
#: Common/Widget.php:59
|
||||
msgid "Height:"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/EntryController.php:66
|
||||
#: Controller/EntryController.php:99
|
||||
#: Controller/PublicController.php:42
|
||||
#: Controller/PublicController.php:55
|
||||
msgid "Data submit failed"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/EntryValidator.php:30
|
||||
#: Controller/EntryValidator.php:50
|
||||
#: Controller/FileController.php:91
|
||||
#: Controller/FormController.php:97
|
||||
#: Controller/FormController.php:118
|
||||
#: Controller/PublicController.php:76
|
||||
msgid "Invalid form"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/EntryValidator.php:60
|
||||
#: Controller/EntryValidator.php:77
|
||||
#: Controller/EntryValidator.php:86
|
||||
#: Controller/EntryValidator.php:96
|
||||
msgid "Form is closed"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/EntryValidator.php:111
|
||||
msgid "Token is required"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/EntryValidator.php:117
|
||||
msgid "Secret is required"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/EntryValidator.php:128
|
||||
msgid "Google server is unreachable"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/EntryValidator.php:132
|
||||
msgid "ReCaptcha verification failed. Please submit again, or refresh the page and try again"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/FileController.php:99
|
||||
#: Controller/PublicController.php:63
|
||||
msgid "Invalid file type"
|
||||
msgstr ""
|
||||
|
||||
#: Controller/FormController.php:92
|
||||
#: Controller/FormController.php:113
|
||||
msgid "Invalid scope"
|
||||
msgstr ""
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "blaze-woocommerce-plugin",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:Bureau-Inc/blaze-woocommerce-plugin",
|
||||
"author": "Blaze <palash@bureau.id>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-php": "^0.17.6",
|
||||
"prettier": "^2.5.1"
|
||||
}
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Block Editor Gallery Slider 1.0\n"
|
||||
"Report-Msgid-Bugs-To: hello@krasenslavov.com \n"
|
||||
"Last-Translator: Krasen Slavov <hello@krasenslavov.com>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"POT-Creation-Date: 2022-02-14 10:44+0000\n"
|
||||
"X-Generator: Loco https://localise.biz/"
|
||||
@@ -1,14 +0,0 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Block Editor Navigator 1.0\n"
|
||||
"Report-Msgid-Bugs-To: hello@krasenslavov.com \n"
|
||||
"Last-Translator: Krasen Slavov <hello@krasenslavov.com>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"POT-Creation-Date: 2022-02-14 10:44+0000\n"
|
||||
"X-Generator: Loco https://localise.biz/"
|
||||
@@ -1,14 +0,0 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Block Search and Replace 1.0\n"
|
||||
"Report-Msgid-Bugs-To: hello@krasenslavov.com \n"
|
||||
"Last-Translator: Krasen Slavov <hello@krasenslavov.com>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"POT-Creation-Date: 2022-02-14 10:44+0000\n"
|
||||
"X-Generator: Loco https://localise.biz/"
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"name": "ctc-gallery",
|
||||
"version": "1.0.0",
|
||||
"description": "CTC Gallery WordPress plugin",
|
||||
"main": "js-masonry.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ujw0l/masonry-gallery.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Masonry",
|
||||
"gallery",
|
||||
"Wordpress-plugin",
|
||||
"gutenberg-block"
|
||||
],
|
||||
"author": "UjW0L",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ujw0l/masonry-gallery/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ujw0l/masonry-gallery#readme",
|
||||
"dependencies": {
|
||||
"js-overlay": "^1.0.9",
|
||||
"js-masonry": "^1.1.0"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "block-xray-attributes",
|
||||
"version": "1.1.1",
|
||||
"description": "Shows the attributes of the current Gutenberg block in the Document sidebar.",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"dev": "wp-scripts start",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Sal Ferrarello",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^20.0.1"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 - 02-12-2021 =
|
||||
* Initial release
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"name": "luckies",
|
||||
"version": "2.0.1",
|
||||
"description": "",
|
||||
"main": "./src/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"start": "wp-scripts start"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Dragi Postolovski",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-react": "^7.16.7",
|
||||
"@wordpress/scripts": "20.0.2"
|
||||
}
|
||||
}
|
||||
@@ -1,456 +0,0 @@
|
||||
# Copyright (C) 2022 Wpmet
|
||||
# This file is distributed under the GPLv3.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Blocks for ShopEngine - Woocommerce Builder 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"https://wordpress.org/support/plugin/blocks-for-shopengine\n"
|
||||
"POT-Creation-Date: 2022-03-31 06:55:31+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
||||
|
||||
#: blocks/product-review/dummy-review.php:54
|
||||
msgid "1"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:55
|
||||
msgid "2"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:56
|
||||
msgid "3"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:57
|
||||
msgid "4"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:10
|
||||
#: blocks/product-review/dummy-review.php:58
|
||||
msgid "5"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/add-to-cart/screen.php:16
|
||||
msgid "To see the add to cart button , please set stock status as instock for - ."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/additional-information/screen.php:4
|
||||
#: blocks/checkout-form-additional/screen.php:38
|
||||
msgid "Additional information"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/advanced-search/screen.php:32
|
||||
msgid "Search for Products..."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/archive-description/screen.php:26
|
||||
msgid ""
|
||||
"This is a dummy archive description based paragraph. It only appears on "
|
||||
"editor page and will help you to customize your actual description"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/archive-result-count/screen.php:9
|
||||
msgid "Showing all results"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-table/cart.php:51
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-table/cart.php:67
|
||||
msgid "Remove this item"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-table/cart.php:81
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-table/cart.php:96
|
||||
msgid "Available on backorder"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-table/cart.php:103
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-table/cart.php:110
|
||||
msgid "Quantity"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-table/cart.php:138 blocks/cart-totals/screen.php:34
|
||||
#: blocks/cart-totals/screen.php:35
|
||||
msgid "Subtotal"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-totals/screen.php:73 blocks/cart-totals/screen.php:74
|
||||
msgid "Shipping"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-totals/screen.php:93
|
||||
#. translators: %s location.
|
||||
msgid "(estimated for %s)"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/cart-totals/screen.php:121 blocks/cart-totals/screen.php:122
|
||||
msgid "Total"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-coupon-form/screen.php:35
|
||||
msgid "Have a coupon?"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-coupon-form/screen.php:37
|
||||
msgid "Click here to enter your code"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-coupon-form/screen.php:43
|
||||
msgid "If you have a coupon code, please apply it below."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-coupon-form/screen.php:47
|
||||
msgid "Coupon code"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-coupon-form/screen.php:52
|
||||
msgid "Apply coupon"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-form-billing/screen.php:47
|
||||
msgid "Billing & Shipping"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-form-billing/screen.php:51
|
||||
msgid "Billing details"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-form-billing/screen.php:79
|
||||
msgid "Create an account?"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-form-shipping/screen.php:36
|
||||
msgid "Ship to a different address?"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-payment/screen.php:30
|
||||
msgid ""
|
||||
"Your cart is empty, please add some simple product in cart and then come "
|
||||
"back to editor to see checkout page."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-review-order/screen.php:4
|
||||
msgid "Your order"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-review-order/screen.php:21
|
||||
msgid "Some hardcoded html only for editor...."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/checkout-shipping-methods/screen.php:25
|
||||
msgid "Some hardcoded html for editor only for checkout shipping method widget!."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/deal-products/screen.php:89
|
||||
msgid "%"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/deal-products/screen.php:104 utils/helper.php:322
|
||||
msgid "Days"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/deal-products/screen.php:110 utils/helper.php:323
|
||||
msgid "Hours"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/deal-products/screen.php:115
|
||||
msgid "Min"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/deal-products/screen.php:120
|
||||
msgid "Sec"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/deal-products/screen.php:157
|
||||
msgid "Available:"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/deal-products/screen.php:161
|
||||
msgid "Sold:"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/deal-products/screen.php:173
|
||||
msgid "No deal products available"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:3
|
||||
msgid "Default sorting"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:4
|
||||
msgid "Sort by popularity"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:5
|
||||
msgid "Sort by average rating"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:6
|
||||
msgid "Sort by latest"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:7
|
||||
msgid "Sort by price: low to high"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:8
|
||||
msgid "Sort by price: high to low"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:9
|
||||
msgid "Sort by title: a to z"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:10
|
||||
msgid "Sort by title: z to a"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/filter-orderby/screen.php:24 blocks/filter-orderby/screen.php:35
|
||||
msgid "Shop order"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-categories/screen.php:26
|
||||
msgid "Category:"
|
||||
msgid_plural "Categories:"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: blocks/product-category-lists/screen.php:41
|
||||
msgid "%s product"
|
||||
msgid_plural "%s products"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: blocks/product-category-lists/screen.php:64
|
||||
msgid "Add some category"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-excerpt/screen.php:21
|
||||
msgid ""
|
||||
"Dummy short description only for editor preview mode if and only if the "
|
||||
"editor selected product has no short description."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-image/screen.php:31
|
||||
msgid "% OFF"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-list/screen.php:231 utils/helper.php:268
|
||||
msgid "Sale!"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-list/screen.php:256
|
||||
msgid ","
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-list/screen.php:307
|
||||
msgid "No product found."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-rating/screen.php:23
|
||||
msgid "%s customer review"
|
||||
msgid_plural "%s customer reviews"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:4
|
||||
msgid "2 reviews for"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:4
|
||||
msgid "(dummy reviews, only for preview)"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:10
|
||||
msgid "Rated 5 out of 5"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:10
|
||||
#: blocks/product-review/dummy-review.php:27
|
||||
msgid "Rated"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:10
|
||||
#: blocks/product-review/dummy-review.php:27
|
||||
msgid "out of 5"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:12
|
||||
msgid "Jhon Doe"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:13
|
||||
#: blocks/product-review/dummy-review.php:30
|
||||
msgid "(verified owner)"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:27
|
||||
msgid "Rated 3 out of 5"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:29
|
||||
msgid "David"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:31
|
||||
msgid "May 26, 2021"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:47
|
||||
msgid "Cancel reply"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:51
|
||||
msgid "Your rating"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:51
|
||||
#: blocks/product-review/dummy-review.php:71
|
||||
msgid "*"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:62
|
||||
msgid "Rate…"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:63
|
||||
msgid "Perfect"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:64
|
||||
msgid "Good"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:65
|
||||
msgid "Average"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:66
|
||||
msgid "Not that bad"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:67
|
||||
msgid "Very poor"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:71
|
||||
msgid "Your review"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-review/dummy-review.php:75
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-sku/screen.php:10
|
||||
msgid "This product has no sku"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-sku/screen.php:30
|
||||
msgid "SKU:"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-sku/screen.php:34
|
||||
msgid "N/A"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-stock/screen.php:57
|
||||
msgid "On backorder"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-stock/screen.php:59
|
||||
msgid "In Stock"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-stock/screen.php:61
|
||||
msgid "Out of stock"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-tags/screen.php:13
|
||||
msgid "This product has no tags"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/product-tags/screen.php:25
|
||||
msgid "TAG:"
|
||||
msgid_plural "TAGs:"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: blocks/recently-viewed-products/screen.php:76
|
||||
msgid "Ends in "
|
||||
msgstr ""
|
||||
|
||||
#: blocks/related/screen.php:60
|
||||
msgid "Some hardcoded html only for editor"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/return-to-shop/screen.php:9
|
||||
msgid "Return to shop"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/up-sells/screen.php:44
|
||||
msgid "Some hardcoded html for only editor....."
|
||||
msgstr ""
|
||||
|
||||
#: shopengine-gutenberg-addon.php:102
|
||||
msgid "Shopengine Gutenberg Addon requires ShopEngine version 2.1.1 or higher. "
|
||||
msgstr ""
|
||||
|
||||
#: shopengine-gutenberg-addon.php:119
|
||||
msgid "Activate ShopEngine"
|
||||
msgstr ""
|
||||
|
||||
#: shopengine-gutenberg-addon.php:122
|
||||
msgid "Install ShopEngine"
|
||||
msgstr ""
|
||||
|
||||
#: shopengine-gutenberg-addon.php:130
|
||||
msgid ""
|
||||
"Shopengine Gutenberg Addon requires ShopEngine, which is currently NOT "
|
||||
"RUNNING. "
|
||||
msgstr ""
|
||||
|
||||
#: utils/helper.php:324
|
||||
msgid "Minutes"
|
||||
msgstr ""
|
||||
|
||||
#: utils/helper.php:325
|
||||
msgid "Seconds"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Blocks for ShopEngine - Woocommerce Builder"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wpmet.com/plugin/shopengine"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"ShopEngine Gutenberg Addon is the most-complete WooCommerce template "
|
||||
"builder for Elementor. It helps you build and customize the single product "
|
||||
"page, cart page, archive page, checkout page, order page, my account page, "
|
||||
"and thank-you page from scratch. It also packed with product comparison, "
|
||||
"wishlist, quick view, and variation swatches etc."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Wpmet"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://wpmet.com"
|
||||
msgstr ""
|
||||
@@ -1,5 +0,0 @@
|
||||
*** Changelog ***
|
||||
|
||||
= 1.0.0 - 2021-06-17 =
|
||||
* Initial Release
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"name": "pricing-block",
|
||||
"version": "1.0.0",
|
||||
"description": "Pricing Block",
|
||||
"author": "Bluebox Digital",
|
||||
"main": "build/index.js",
|
||||
"devDependencies": {
|
||||
"@wordpress/block-editor": "^5.3.3",
|
||||
"@wordpress/blocks": "^8.0.3",
|
||||
"@wordpress/components": "^13.0.3",
|
||||
"@wordpress/eslint-plugin": "^9.0.4",
|
||||
"@wordpress/i18n": "^3.20.0",
|
||||
"@wordpress/prettier-config": "^1.0.3",
|
||||
"@wordpress/scripts": "^9.0.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"prettier": "^2.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"format:js": "wp-scripts format-js",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"start": "wp-scripts start"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user