Compare commits
53 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f887f8baa4 | ||
|
|
4d00d97be9 | ||
|
|
b0e946ee29 | ||
|
|
1220b9f47b | ||
|
|
12d2d0ffb0 | ||
|
|
4581113741 | ||
|
|
a20c769eae | ||
|
|
3259316cf1 | ||
|
|
9cc06234e4 | ||
|
|
1ee73268d7 | ||
|
|
f477620899 | ||
|
|
8a9dc1ce2c | ||
|
|
b584aa24bd | ||
|
|
8dfe78a210 | ||
|
|
7143cb5def | ||
|
|
e6c49d99b6 | ||
|
|
6e71f9771c | ||
|
|
452126b56a | ||
|
|
28dfd8b3b9 | ||
|
|
d3196bc03f | ||
|
|
0bff3231cd | ||
|
|
6e9d147dd0 | ||
|
|
9a7872a7c4 | ||
|
|
e8f10fb2db | ||
|
|
221f3fcbfd | ||
|
|
ab5153363f | ||
|
|
8576145d3f | ||
|
|
7908fb7d97 | ||
|
|
44b934540e | ||
|
|
9978595237 | ||
|
|
109c701e4f | ||
|
|
11f35d86ff | ||
|
|
fa3005f2b7 | ||
|
|
f30255d6d8 | ||
|
|
183df75112 | ||
|
|
105d06c8f8 | ||
|
|
82941906ca | ||
|
|
470fbb1ff3 | ||
|
|
8c6234879e | ||
|
|
689252c715 | ||
|
|
19cf00227b | ||
|
|
c9795dc560 | ||
|
|
188c8f31b2 | ||
|
|
76b2c067f6 | ||
|
|
01316ceac1 | ||
|
|
52f14c5f06 | ||
|
|
6782730d80 | ||
|
|
4235871a00 | ||
|
|
cb27a22fc4 | ||
|
|
e639d4eee3 | ||
|
|
d95b70f1c2 | ||
|
|
fb97553f7c | ||
|
|
b3b3bec6b0 |
@@ -1,6 +1,7 @@
|
||||
require: rubocop-performance
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
SuggestExtensions: false
|
||||
TargetRubyVersion: 2.5
|
||||
Exclude:
|
||||
- '*.gemspec'
|
||||
|
||||
25
README.md
25
README.md
@@ -24,10 +24,11 @@
|
||||
## Prerequisites
|
||||
|
||||
- (Optional but highly recommended: [RVM](https://rvm.io/rvm/install))
|
||||
- Ruby >= 2.3 - Recommended: latest
|
||||
- Ruby >= 2.5 - Recommended: latest
|
||||
- Ruby 2.5.0 to 2.5.3 can cause an 'undefined symbol: rmpd_util_str_to_d' error in some systems, see [#1283](https://github.com/wpscanteam/wpscan/issues/1283)
|
||||
- Curl >= 7.21 - Recommended: latest
|
||||
- Curl >= 7.72 - Recommended: latest
|
||||
- The 7.29 has a segfault
|
||||
- The < 7.72 could result in `Stream error in the HTTP/2 framing layer` in some cases
|
||||
- RubyGems - Recommended: latest
|
||||
- Nokogiri might require packages to be installed via your package manager depending on your OS, see https://nokogiri.org/tutorials/installing_nokogiri.html
|
||||
|
||||
@@ -35,6 +36,10 @@
|
||||
|
||||
When using a pentesting distubution (such as Kali Linux), it is recommended to install/update wpscan via the package manager if available.
|
||||
|
||||
### In macOSX via Homebrew
|
||||
|
||||
`brew install wpscanteam/tap/wpscan`
|
||||
|
||||
### From RubyGems
|
||||
|
||||
```shell
|
||||
@@ -47,7 +52,7 @@ On MacOSX, if a ```Gem::FilePermissionError``` is raised due to the Apple's Syst
|
||||
|
||||
You can update the local database by using ```wpscan --update```
|
||||
|
||||
Updating WPScan itself is either done via ```gem update wpscan``` or the packages manager (this is quite important for distributions such as in Kali Linux: ```apt-get update && apt-get upgrade```) depending how WPScan was (pre)installed
|
||||
Updating WPScan itself is either done via ```gem update wpscan``` or the packages manager (this is quite important for distributions such as in Kali Linux: ```apt-get update && apt-get upgrade```) depending on how WPScan was (pre)installed
|
||||
|
||||
# Docker
|
||||
|
||||
@@ -80,9 +85,19 @@ For more options, open a terminal and type ```wpscan --help``` (if you built wps
|
||||
|
||||
The DB is located at ~/.wpscan/db
|
||||
|
||||
## Vulnerability Database
|
||||
## Optional: WordPress Vulnerability Database API
|
||||
|
||||
The WPScan CLI tool uses the [WPScan API](https://wpscan.com/api) to retrieve WordPress vulnerability data in real time. For WPScan to retrieve the vulnerability data an API token must be supplied via the `--api-token` option, or via a configuration file, as discussed below. An API token can be obtained by registering an account on [WPScan](https://wpscan.com/register). Up to 50 API requests per day are given free of charge to registered users. Once the 50 API requests are exhausted, WPScan will continue to work as normal but without any vulnerability data. Users can upgrade to paid API usage to increase their API limits within their user profile on [WPScan](https://wpscan.com/).
|
||||
The WPScan CLI tool uses the [WordPress Vulnerability Database API](https://wpscan.com/api) to retrieve WordPress vulnerability data in real time. For WPScan to retrieve the vulnerability data an API token must be supplied via the `--api-token` option, or via a configuration file, as discussed below. An API token can be obtained by registering an account on [WPScan.com](https://wpscan.com/register).
|
||||
|
||||
Up to 25 API requests per day are given free of charge, that should be suitable to scan most WordPress websites at least once per day. When the daily 25 API requests are exhausted, WPScan will continue to work as normal but without any vulnerability data. Users can upgrade to paid API usage to increase their API limits within their user profile on [WPScan.com](https://wpscan.com/).
|
||||
|
||||
#### The Free plan allows 25 API requests per day. View the different [available API plans](https://wpscan.com/api).
|
||||
|
||||
### How many API requests do you need?
|
||||
|
||||
- Our WordPress scanner makes one API request for the WordPress version, one request per installed plugin and one request per installed theme.
|
||||
- On average, a WordPress website has 22 installed plugins.
|
||||
- The Free plan should cover around 50% of all WordPress websites.
|
||||
|
||||
## Load CLI options from file/s
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ module WPScan
|
||||
def cli_options
|
||||
[OptURL.new(['--url URL', 'The URL of the blog to scan'],
|
||||
required_unless: %i[update help hh version], default_protocol: 'http')] +
|
||||
super.drop(1) + # delete the --url from CMSScanner
|
||||
super.drop(2) + # delete the --url and --force from CMSScanner
|
||||
[
|
||||
OptChoice.new(['--server SERVER', 'Force the supplied server module to be loaded'],
|
||||
choices: %w[apache iis nginx],
|
||||
normalize: %i[downcase to_sym],
|
||||
advanced: true),
|
||||
OptBoolean.new(['--force', 'Do not check if the target is running WordPress']),
|
||||
OptBoolean.new(['--force', 'Do not check if the target is running WordPress or returns a 403']),
|
||||
OptBoolean.new(['--[no-]update', 'Whether or not to update the Database'])
|
||||
]
|
||||
end
|
||||
@@ -39,7 +39,7 @@ module WPScan
|
||||
output('@notice', msg: 'It seems like you have not updated the database for some time.')
|
||||
print '[?] Do you want to update now? [Y]es [N]o, default: [N]'
|
||||
|
||||
/^y/i.match?(Readline.readline) ? true : false
|
||||
/^y/i.match?(Readline.readline)
|
||||
end
|
||||
|
||||
def update_db
|
||||
|
||||
@@ -7,7 +7,7 @@ module WPScan
|
||||
class KnownLocations < CMSScanner::Finders::Finder
|
||||
include CMSScanner::Finders::Finder::Enumerator
|
||||
|
||||
SQL_PATTERN = /(?:DROP|(?:UN)?LOCK|CREATE) TABLE|INSERT INTO/.freeze
|
||||
SQL_PATTERN = /(?:DROP|(?:UN)?LOCK|CREATE|ALTER) (?:TABLE|DATABASE)|INSERT INTO/.freeze
|
||||
|
||||
# @param [ Hash ] opts
|
||||
# @option opts [ String ] :list
|
||||
|
||||
@@ -6,6 +6,7 @@ require_relative 'interesting_findings/multisite'
|
||||
require_relative 'interesting_findings/debug_log'
|
||||
require_relative 'interesting_findings/backup_db'
|
||||
require_relative 'interesting_findings/mu_plugins'
|
||||
require_relative 'interesting_findings/php_disabled'
|
||||
require_relative 'interesting_findings/registration'
|
||||
require_relative 'interesting_findings/tmm_db_migrate'
|
||||
require_relative 'interesting_findings/upload_sql_dump'
|
||||
@@ -26,7 +27,7 @@ module WPScan
|
||||
%w[
|
||||
Readme DebugLog FullPathDisclosure BackupDB DuplicatorInstallerLog
|
||||
Multisite MuPlugins Registration UploadDirectoryListing TmmDbMigrate
|
||||
UploadSQLDump EmergencyPwdResetScript WPCron
|
||||
UploadSQLDump EmergencyPwdResetScript WPCron PHPDisabled
|
||||
].each do |f|
|
||||
finders << InterestingFindings.const_get(f).new(target)
|
||||
end
|
||||
|
||||
21
app/finders/interesting_findings/php_disabled.rb
Normal file
21
app/finders/interesting_findings/php_disabled.rb
Normal file
@@ -0,0 +1,21 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module WPScan
|
||||
module Finders
|
||||
module InterestingFindings
|
||||
# See https://github.com/wpscanteam/wpscan/issues/1593
|
||||
class PHPDisabled < CMSScanner::Finders::Finder
|
||||
PATTERN = /\$wp_version =/.freeze
|
||||
|
||||
# @return [ InterestingFinding ]
|
||||
def aggressive(_opts = {})
|
||||
path = 'wp-includes/version.php'
|
||||
|
||||
return unless PATTERN.match?(target.head_and_get(path).body)
|
||||
|
||||
Model::PHPDisabled.new(target.url(path), confidence: 100, found_by: DIRECT_ACCESS)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -132,5 +132,19 @@ module WPScan
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
class PHPDisabled < InterestingFinding
|
||||
# @return [ String ]
|
||||
def to_s
|
||||
@to_s ||= 'PHP seems to be disabled'
|
||||
end
|
||||
|
||||
# @return [ Hash ]
|
||||
def references
|
||||
@references ||= {
|
||||
url: ['https://github.com/wpscanteam/wpscan/issues/1593']
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -63,7 +63,7 @@ module WPScan
|
||||
def webshot_enabled?
|
||||
res = Browser.get(url, params: { webshot: 1, src: "http://#{default_allowed_domains.sample}" })
|
||||
|
||||
/WEBSHOT_ENABLED == true/.match?(res.body) ? false : true
|
||||
!/WEBSHOT_ENABLED == true/.match?(res.body)
|
||||
end
|
||||
|
||||
# @return [ Array<String> ] The default allowed domains (between the 2.0 and 2.8.13)
|
||||
|
||||
@@ -53,7 +53,9 @@ module WPScan
|
||||
#
|
||||
# @return [ Boolean ]
|
||||
def vulnerable_to?(vuln)
|
||||
return true unless version && vuln && vuln.fixed_in && !vuln.fixed_in.empty?
|
||||
return false if version && vuln&.introduced_in && version < vuln.introduced_in
|
||||
|
||||
return true unless version && vuln&.fixed_in && !vuln.fixed_in.empty?
|
||||
|
||||
version < vuln.fixed_in
|
||||
end
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
<% end -%>
|
||||
<% else -%>
|
||||
<%= warning_icon %> No WPScan API Token given, as a result vulnerability data has not been output.
|
||||
<%= warning_icon %> You can get a free API token with 50 daily requests by registering at https://wpscan.com/register
|
||||
<%= warning_icon %> You can get a free API token with 25 daily requests by registering at https://wpscan.com/register
|
||||
<% end -%>
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
"requests_remaining": <%= @status['requests_remaining'].to_json %>
|
||||
<% end -%>
|
||||
<% else -%>
|
||||
"error": "No WPScan API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 50 daily requests by registering at https://wpscan.com/register"
|
||||
"error": "No WPScan API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 25 daily requests by registering at https://wpscan.com/register"
|
||||
<% end -%>
|
||||
},
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
# Version
|
||||
module WPScan
|
||||
VERSION = '3.8.11'
|
||||
VERSION = '3.8.16'
|
||||
end
|
||||
|
||||
@@ -21,6 +21,7 @@ module WPScan
|
||||
references: references,
|
||||
type: json_data['vuln_type'],
|
||||
fixed_in: json_data['fixed_in'],
|
||||
introduced_in: json_data['introduced_in'],
|
||||
cvss: json_data['cvss']&.symbolize_keys
|
||||
)
|
||||
end
|
||||
|
||||
@@ -7,7 +7,7 @@ describe WPScan::Controller::VulnApi do
|
||||
|
||||
before do
|
||||
WPScan::ParsedCli.options = rspec_parsed_options(cli_args)
|
||||
WPScan::DB::VulnApi.instance_variable_set(:'@default_request_params', nil)
|
||||
WPScan::DB::VulnApi.instance_variable_set(:@default_request_params, nil)
|
||||
end
|
||||
|
||||
describe '#cli_options' do
|
||||
|
||||
@@ -102,19 +102,29 @@ describe WPScan::Finders::DbExports::KnownLocations do
|
||||
expect(target).to receive(:homepage_or_404?).twice.and_return(false)
|
||||
end
|
||||
|
||||
it 'returns the expected Array<DbExport>' do
|
||||
expected = []
|
||||
context 'when matching the pattern' do
|
||||
it 'returns the expected Array<DbExport>' do
|
||||
expected = []
|
||||
|
||||
found_files.each do |file|
|
||||
url = "#{target.url}#{file}"
|
||||
expected << WPScan::Model::DbExport.new(
|
||||
url,
|
||||
confidence: 100,
|
||||
found_by: described_class::DIRECT_ACCESS
|
||||
)
|
||||
found_files.each do |file|
|
||||
url = "#{target.url}#{file}"
|
||||
expected << WPScan::Model::DbExport.new(
|
||||
url,
|
||||
confidence: 100,
|
||||
found_by: described_class::DIRECT_ACCESS
|
||||
)
|
||||
end
|
||||
|
||||
expect(finder.aggressive(opts)).to eql expected
|
||||
end
|
||||
end
|
||||
|
||||
expect(finder.aggressive(opts)).to eql expected
|
||||
context 'when not matching the pattern' do
|
||||
let(:db_export) { '' }
|
||||
|
||||
it 'returns an empty array' do
|
||||
expect(finder.aggressive(opts)).to eql []
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
50
spec/app/finders/interesting_findings/php_disabled_spec.rb
Normal file
50
spec/app/finders/interesting_findings/php_disabled_spec.rb
Normal file
@@ -0,0 +1,50 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe WPScan::Finders::InterestingFindings::PHPDisabled do
|
||||
subject(:finder) { described_class.new(target) }
|
||||
let(:target) { WPScan::Target.new(url).extend(CMSScanner::Target::Server::Apache) }
|
||||
let(:url) { 'http://ex.lo/' }
|
||||
let(:fixtures) { FINDERS_FIXTURES.join('interesting_findings', 'php_disabled') }
|
||||
let(:file_path) { 'wp-includes/version.php' }
|
||||
let(:file_url) { target.url(file_path) }
|
||||
|
||||
describe '#aggressive' do
|
||||
before do
|
||||
expect(target).to receive(:sub_dir).at_least(1).and_return(false)
|
||||
expect(target).to receive(:head_or_get_params).and_return(method: :head)
|
||||
end
|
||||
|
||||
context 'when not a 200' do
|
||||
it 'return nil' do
|
||||
stub_request(:head, file_url).to_return(status: 404)
|
||||
|
||||
expect(finder.aggressive).to eql nil
|
||||
end
|
||||
end
|
||||
|
||||
context 'when a 200' do
|
||||
before do
|
||||
stub_request(:head, file_url)
|
||||
stub_request(:get, file_url).to_return(body: body)
|
||||
end
|
||||
|
||||
context 'when the body does not match' do
|
||||
let(:body) { '' }
|
||||
|
||||
its(:aggressive) { should be_nil }
|
||||
end
|
||||
|
||||
context 'when the body matches' do
|
||||
let(:body) { File.read(fixtures.join('version.php')) }
|
||||
|
||||
it 'returns the PHPDisabled' do
|
||||
expect(finder.aggressive).to eql WPScan::Model::PHPDisabled.new(
|
||||
file_url,
|
||||
confidence: 100,
|
||||
found_by: described_class::DIRECT_ACCESS
|
||||
)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -10,7 +10,7 @@ describe WPScan::Finders::InterestingFindings::Base do
|
||||
%w[
|
||||
Readme DebugLog FullPathDisclosure
|
||||
Multisite MuPlugins Registration UploadDirectoryListing TmmDbMigrate
|
||||
UploadSQLDump
|
||||
UploadSQLDump PHPDisabled
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
@@ -172,7 +172,7 @@ describe WPScan::Model::Plugin do
|
||||
|
||||
after do
|
||||
expect(plugin.vulnerabilities).to eq @expected
|
||||
expect(plugin.vulnerable?).to eql @expected.empty? ? false : true
|
||||
expect(plugin.vulnerable?).to eql !@expected.empty?
|
||||
end
|
||||
|
||||
context 'when plugin not in the DB' do
|
||||
@@ -195,50 +195,108 @@ describe WPScan::Model::Plugin do
|
||||
end
|
||||
|
||||
context 'when vulnerabilities' do
|
||||
let(:slug) { 'vulnerable-not-popular' }
|
||||
let(:db_data) { vuln_api_data_for('plugins/vulnerable-not-popular') }
|
||||
context 'when only fixed_in' do
|
||||
let(:slug) { 'vulnerable-not-popular' }
|
||||
let(:db_data) { vuln_api_data_for('plugins/vulnerable-not-popular') }
|
||||
|
||||
let(:all_vulns) do
|
||||
[
|
||||
WPScan::Vulnerability.new(
|
||||
'First Vuln <= 6.3.10 - LFI',
|
||||
references: { wpvulndb: '1' },
|
||||
type: 'LFI',
|
||||
fixed_in: '6.3.10'
|
||||
),
|
||||
WPScan::Vulnerability.new('No Fixed In', references: { wpvulndb: '2' })
|
||||
]
|
||||
end
|
||||
|
||||
context 'when no plugin version' do
|
||||
before { expect(plugin).to receive(:version).at_least(1).and_return(false) }
|
||||
|
||||
it 'returns all the vulnerabilities' do
|
||||
@expected = all_vulns
|
||||
end
|
||||
end
|
||||
|
||||
context 'when plugin version' do
|
||||
before do
|
||||
expect(plugin)
|
||||
.to receive(:version)
|
||||
.at_least(1)
|
||||
.and_return(WPScan::Model::Version.new(number))
|
||||
let(:all_vulns) do
|
||||
[
|
||||
WPScan::Vulnerability.new(
|
||||
'First Vuln <= 6.3.10 - LFI',
|
||||
references: { wpvulndb: '1' },
|
||||
type: 'LFI',
|
||||
fixed_in: '6.3.10'
|
||||
),
|
||||
WPScan::Vulnerability.new('No Fixed In', references: { wpvulndb: '2' })
|
||||
]
|
||||
end
|
||||
|
||||
context 'when < to a fixed_in' do
|
||||
let(:number) { '5.0' }
|
||||
context 'when no plugin version' do
|
||||
before { expect(plugin).to receive(:version).at_least(1).and_return(false) }
|
||||
|
||||
it 'returns it' do
|
||||
it 'returns all the vulnerabilities' do
|
||||
@expected = all_vulns
|
||||
end
|
||||
end
|
||||
|
||||
context 'when >= to a fixed_in' do
|
||||
let(:number) { '6.3.10' }
|
||||
context 'when plugin version' do
|
||||
before do
|
||||
expect(plugin)
|
||||
.to receive(:version)
|
||||
.at_least(1)
|
||||
.and_return(WPScan::Model::Version.new(number))
|
||||
end
|
||||
|
||||
it 'does not return it ' do
|
||||
@expected = [all_vulns.last]
|
||||
context 'when < to fixed_in' do
|
||||
let(:number) { '5.0' }
|
||||
|
||||
it 'returns it' do
|
||||
@expected = all_vulns
|
||||
end
|
||||
end
|
||||
|
||||
context 'when >= to fixed_in' do
|
||||
let(:number) { '6.3.10' }
|
||||
|
||||
it 'does not return it ' do
|
||||
@expected = [all_vulns.last]
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
context 'when introduced_in' do
|
||||
let(:db_data) { vuln_api_data_for('plugins/vulnerable-introduced-in') }
|
||||
|
||||
let(:all_vulns) do
|
||||
[
|
||||
WPScan::Vulnerability.new(
|
||||
'Introduced In 6.4',
|
||||
fixed_in: '6.5',
|
||||
introduced_in: '6.4',
|
||||
references: { wpvulndb: '1' }
|
||||
)
|
||||
]
|
||||
end
|
||||
|
||||
context 'when no plugin version' do
|
||||
before { expect(plugin).to receive(:version).at_least(1).and_return(false) }
|
||||
|
||||
it 'returns all the vulnerabilities' do
|
||||
@expected = all_vulns
|
||||
end
|
||||
end
|
||||
|
||||
context 'when plugin version' do
|
||||
before do
|
||||
expect(plugin)
|
||||
.to receive(:version)
|
||||
.at_least(1)
|
||||
.and_return(WPScan::Model::Version.new(number))
|
||||
end
|
||||
|
||||
context 'when < to introduced_in' do
|
||||
let(:number) { '5.0' }
|
||||
|
||||
it 'does not return it' do
|
||||
@expected = []
|
||||
end
|
||||
end
|
||||
|
||||
context 'when >= to fixed_in' do
|
||||
let(:number) { '6.5' }
|
||||
|
||||
it 'does not return it' do
|
||||
@expected = []
|
||||
end
|
||||
end
|
||||
|
||||
context 'when >= to introduced_in' do
|
||||
let(:number) { '6.4' }
|
||||
|
||||
it 'returns it' do
|
||||
@expected = all_vulns
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -200,7 +200,7 @@ describe WPScan::Model::Theme do
|
||||
|
||||
after do
|
||||
expect(theme.vulnerabilities).to eq @expected
|
||||
expect(theme.vulnerable?).to eql @expected.empty? ? false : true
|
||||
expect(theme.vulnerable?).to eql !@expected.empty?
|
||||
end
|
||||
|
||||
context 'when theme not in the DB' do
|
||||
|
||||
5348
spec/fixtures/db/dynamic_finders.yml
vendored
5348
spec/fixtures/db/dynamic_finders.yml
vendored
File diff suppressed because it is too large
Load Diff
13
spec/fixtures/db/vuln_api/plugins/vulnerable-introduced-in.json
vendored
Normal file
13
spec/fixtures/db/vuln_api/plugins/vulnerable-introduced-in.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"latest_version": null,
|
||||
"last_updated": null,
|
||||
"popular": false,
|
||||
"vulnerabilities" : [
|
||||
{
|
||||
"title": "Introduced In 6.4",
|
||||
"id": 1,
|
||||
"introduced_in": "6.4",
|
||||
"fixed_in": "6.5"
|
||||
}
|
||||
]
|
||||
}
|
||||
2293
spec/fixtures/dynamic_finders/expected.yml
vendored
2293
spec/fixtures/dynamic_finders/expected.yml
vendored
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,495 @@
|
||||
# Copyright (C) 2020 ZealousWeb
|
||||
# This file is distributed under the same license as the Accept SagePay Payments Using Contact Form 7 plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Accept SagePay Payments Using Contact Form 7 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/accept-sagepay-payments-using-contact-form-7\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-11-27T08:04:48+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: accept-sagepay-payments-using-contact-form-7\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Accept SagePay Payments Using Contact Form 7"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "This plugin will integrate Sagepay payment gateway for making your payments through Contact Form 7."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "ZealousWeb"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.zealousweb.com"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.action.php:81
|
||||
msgid "From Data"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.action.php:82
|
||||
#: inc/admin/class.cfspzw.admin.action.php:344
|
||||
msgid "Do you need help for configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.action.php:347
|
||||
msgid "Refer the document."
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.action.php:349
|
||||
msgid "Support Link"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.filter.php:55
|
||||
msgid "SagePay"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.filter.php:104
|
||||
#: inc/admin/template/cfspzw.template.php:140
|
||||
msgid "Document Link"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.filter.php:139
|
||||
msgid "User Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.filter.php:140
|
||||
msgid "Invoice ID"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.filter.php:141
|
||||
msgid "Transaction Status"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.filter.php:142
|
||||
msgid "Total Amount"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cfspzw.admin.filter.php:143
|
||||
msgid "Submitted Date"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:68
|
||||
msgid "Sandbox"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:69
|
||||
msgid "Live"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:73
|
||||
msgid "Payment"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:74
|
||||
msgid "Deferred"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:75
|
||||
msgid "Authenticate"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:79
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:80
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:139
|
||||
msgid "To use SagePay option, first you need to create and save form tags."
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:149
|
||||
msgid "Sagepay Enable"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:159
|
||||
msgid "Enable Debug Mode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:169
|
||||
msgid "Payment Mode "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:186
|
||||
msgid "Sandbox Vendor Name "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:197
|
||||
msgid "Sandbox Encryption Password "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:209
|
||||
msgid "Live Vendor Name "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:220
|
||||
msgid "Live Encryption Password "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:232
|
||||
msgid "Amount Field Name "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:238
|
||||
msgid "Select field name for amount"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:251
|
||||
msgid "Customer Email "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:257
|
||||
msgid "Select field name for customer email"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:270
|
||||
msgid "Quantity Field Name (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:276
|
||||
msgid "Select field name for quantity"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:290
|
||||
msgid "Transaction type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:308
|
||||
msgid "Apply 3D Secure"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:326
|
||||
msgid "Select Currency"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:345
|
||||
msgid "VendorTXCode Prefix (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:356
|
||||
msgid "Success Return URL (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:362
|
||||
#: inc/admin/template/cfspzw.template.php:382
|
||||
msgid "Select page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:376
|
||||
msgid "Cancel Return URL (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:400
|
||||
msgid "Customer Billing Details"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:409
|
||||
msgid "Billing First Name "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:415
|
||||
msgid "Select field name for billing first name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:428
|
||||
msgid "Billing Last Name "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:434
|
||||
msgid "Select field name for billing last name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:447
|
||||
msgid "Billing Address "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:453
|
||||
msgid "Select field name for billing address"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:466
|
||||
msgid "Billing City "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:472
|
||||
msgid "Select field name for billing city"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:485
|
||||
msgid "Billing State "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:491
|
||||
msgid "Select field name for billing state"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:504
|
||||
msgid "Select Billing Country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:510
|
||||
msgid "Select field name for billing country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:523
|
||||
msgid "Billing Zipcode "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:529
|
||||
msgid "Select field name for billing zipcode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:546
|
||||
msgid "Customer Shipping Details"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:555
|
||||
msgid "Shipping First Name "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:561
|
||||
msgid "Select field name for shipping first name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:574
|
||||
msgid "Shipping Last Name "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:580
|
||||
msgid "Select field name for shipping last name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:593
|
||||
msgid "Shipping Address "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:599
|
||||
msgid "Select field name for shipping address"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:612
|
||||
msgid "Shipping City "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:618
|
||||
msgid "Select field name for shipping city"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:631
|
||||
msgid "Shipping State "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:637
|
||||
msgid "Select field name for shipping state"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:650
|
||||
msgid "Select Shipping Country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:656
|
||||
msgid "Select field name for shipping country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:669
|
||||
msgid "Shipping Zipcode "
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:675
|
||||
msgid "Select field name for shipping zipcode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:709
|
||||
msgid "<h3>Vendor Name </h3><p>Get Vendor Name from <a href=\"#\" target=\"_blank\">here</a></p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:713
|
||||
msgid "<h3>Encryption Password</h3><p>Get Encryption Password from <a href=\"#\" target=\"_blank\">here</a></p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:717
|
||||
msgid "<h3>Select Currency</h3><p>Select the currency.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:721
|
||||
msgid "<h3>Amount Field</h3><p>Select field from where amount value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:725
|
||||
msgid "<h3>Quantity Field</h3><p>Select field from where quantity value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:729
|
||||
msgid "<h3>Customer Email Field</h3><p>Select field from where customer email value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:733
|
||||
msgid "<h3>VendorTXCode Prefix Field</h3><p>Please enter unique prefix name which display in invoice order.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:737
|
||||
msgid "<h3>Success Return URL Field </h3><p>Select page and redirect customer after succesfully payment done.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:741
|
||||
msgid "<h3>Cancel Return URL Field </h3><p>Select page and redirect customer after cancel payment process or payment not done.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:745
|
||||
msgid "<h3>Billing First Name Field</h3><p>Select field from where billing first name value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:749
|
||||
msgid "<h3>Billing Last Name Field</h3><p>Select field from where billing last name value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:753
|
||||
msgid "<h3>Billing Address Field</h3><p>Select field from where billing address value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:757
|
||||
msgid "<h3>Billing City Field</h3><p>Select field from where billing city value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:761
|
||||
msgid "<h3>Billing State Field</h3><p>Select field from where billing state value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:765
|
||||
msgid "<h3>Billing Country Field</h3><p>Select field from where billing country value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:769
|
||||
msgid "<h3>Billing ZipCode Field</h3><p>Select field from where billing zipcode value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:773
|
||||
msgid "<h3>Shipping First Name Field</h3><p>Select field from where shipping first name value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:777
|
||||
msgid "<h3>Shipping Last Name Field</h3><p>Select field from where shipping last name value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:781
|
||||
msgid "<h3>Shipping Address Field</h3><p>Select field from where shipping address value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:785
|
||||
msgid "<h3>Shipping City Field</h3><p>Select field from where shipping city value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:789
|
||||
msgid "<h3>Shipping State Field</h3><p>Select field from where shipping state value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:793
|
||||
msgid "<h3>Shipping Country Field</h3><p>Select field from where shipping country value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cfspzw.template.php:797
|
||||
msgid "<h3>Shipping ZipCode Field</h3><p>Select field from where shipping zipcode value needs to be retrieved.</p><p><b>Note: </b> Save the FORM details to view the list of fields.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cfspzw.php:112
|
||||
#: inc/class.cfspzw.php:113
|
||||
#: inc/class.cfspzw.php:118
|
||||
msgid "Sagepay Payment Details"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cfspzw.php:114
|
||||
msgid "Transaction Detail"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cfspzw.php:158
|
||||
msgid "<strong><a href=\"https://wordpress.org/plugins/contact-form-7/\" target=\"_blank\">Contact Form 7</a></strong> is required to use <strong>%s</strong>."
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cfspzw.php:177
|
||||
msgid "Sagepay Country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cfspzw.php:280
|
||||
msgid "Generate a form-tag for to display Sagepay Country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cfspzw.php:289
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cfspzw.php:304
|
||||
msgid "Insert Tag"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cfspzw.php:311
|
||||
msgid "To use the value input through this field in a mail field, you need to insert the corresponding mail-tag (%s) into the field on the Mail tab."
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:213
|
||||
msgid "SagePay Payment Notification"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:427
|
||||
#: inc/lib/class.cfspzw.lib.php:437
|
||||
msgid "Sagepay Response Details:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:568
|
||||
msgid "Payment Page not Configured Properly. Please Conatct Admin. "
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:631
|
||||
#: inc/lib/class.cfspzw.lib.php:640
|
||||
#: inc/lib/class.cfspzw.lib.php:967
|
||||
msgid "Please Enter Amount value or Value in Numeric."
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:732
|
||||
msgid "Order #%s"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:846
|
||||
msgid "Something goes wrong! Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:866
|
||||
msgid "Transaction Amount :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:870
|
||||
msgid "Payment Status :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:874
|
||||
msgid "Transaction Id :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:878
|
||||
msgid "Invoice ID :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:886
|
||||
msgid "Response :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:934
|
||||
msgid "Please wait you are redirecting to sagepay..!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:969
|
||||
msgid "The field is required."
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cfspzw.lib.php:993
|
||||
msgid "One or more fields have an error. Please check and try again."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,316 @@
|
||||
# Copyright (C) 2021 Web Rockstar
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WP Admin Notes 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-admin-notes-off\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-02-26T17:52:32+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0-alpha-59d879d\n"
|
||||
"X-Domain: wp-admin-notes\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: admin/class-wp-admin-notes-admin.php:357
|
||||
msgid "WP Admin Notes"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "https://webrockstar.net"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Create and manage admin footer text, help tabs, and notices directly from the WordPress admin."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Web Rockstar"
|
||||
msgstr ""
|
||||
|
||||
#: admin/admin-post-view.php:3
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#: admin/admin-post-view.php:32
|
||||
msgid "Enter your note here."
|
||||
msgstr ""
|
||||
|
||||
#: admin/admin-post-view.php:34
|
||||
msgid "Make Private"
|
||||
msgstr ""
|
||||
|
||||
#: admin/admin-post-view.php:35
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/admin-post-view.php:36
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: admin/admin-post-view.php:37
|
||||
msgid "Note is public and visible to all users"
|
||||
msgstr ""
|
||||
|
||||
#: admin/admin-post-view.php:71
|
||||
msgid "There are currently no admin notes."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:198
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:219
|
||||
msgid "Screen ID"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:238
|
||||
msgctxt "post type general name"
|
||||
msgid "Help Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:239
|
||||
msgctxt "post type singular name"
|
||||
msgid "Help Tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:240
|
||||
msgctxt "admin menu"
|
||||
msgid "Help Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:241
|
||||
msgctxt "add new on admin bar"
|
||||
msgid "Help Tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:242
|
||||
msgctxt "wpan_help_tab"
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:243
|
||||
msgid "Add New Help Tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:244
|
||||
msgid "New Help Tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:245
|
||||
msgid "Edit Help Tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:246
|
||||
msgid "View Help Tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:247
|
||||
msgid "All Help Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:248
|
||||
msgid "Search Help Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:249
|
||||
msgid "Parent Help Tabs:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:250
|
||||
msgid "No Help Tabs found."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-help-tab.php:251
|
||||
msgid "No Help Tabs found in Trash."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:258
|
||||
msgctxt "post type general name"
|
||||
msgid "Admin Notices"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:259
|
||||
msgctxt "post type singular name"
|
||||
msgid "Admin Notice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:260
|
||||
msgctxt "admin menu"
|
||||
msgid "Admin Notices"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:261
|
||||
msgctxt "add new on admin bar"
|
||||
msgid "Admin Notice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:262
|
||||
msgctxt "wpan_notice"
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:263
|
||||
msgid "Add New Admin Notice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:264
|
||||
msgid "New Admin Notice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:265
|
||||
msgid "Edit Admin Notice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:266
|
||||
msgid "View Admin Notice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:267
|
||||
msgid "All Admin Notices"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:268
|
||||
msgid "Search Admin Notices"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:269
|
||||
msgid "Parent Admin Notices:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:270
|
||||
msgid "No Admin Notices found."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin-notice.php:271
|
||||
msgid "No Admin Notices found in Trash."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:114
|
||||
#: admin/class-wp-admin-notes-admin.php:183
|
||||
msgid "(click to copy)"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:115
|
||||
msgid "(copied!)"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:361
|
||||
msgid "Admin Footer Text"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:362
|
||||
msgid ""
|
||||
"Overrides the default text in the very bottom left corner of every WordPress admin page.\n"
|
||||
"\t\t\t\t\tThis is typically used to highlight the department or company that developed/configured the website."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:364
|
||||
msgid "Enable Admin Footer Text"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:367
|
||||
msgid "Footer Text"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:370
|
||||
msgid "Website built and configured by..."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:377
|
||||
msgid "Allowed HTML: a, strong, em"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:378
|
||||
msgid "Footer Text Icon Image"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:379
|
||||
msgid ""
|
||||
"Optional image icon for the admin footer text. Icon is displayed at 24px X 24px and left aligned.\n"
|
||||
"\t\t\t\t Transparent PNG or SVG works best."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:389
|
||||
msgid "Notice Posts"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:391
|
||||
msgid "Disable Notice Posts"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:393
|
||||
msgid "Toggles the display of the Admin Notices post type on the left menu bar."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:395
|
||||
msgid "Help Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:396
|
||||
msgid "Custom help tabs on WordPress admin pages. Created and managed in the WordPress admin."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:397
|
||||
msgid "Disable Help Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:399
|
||||
msgid "Toggles the display of the Help Tab post type on the left menu bar."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:402
|
||||
msgid "Global Help Tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:403
|
||||
msgid ""
|
||||
"A single global help tab that appears on every WordPress admin page.\n"
|
||||
"\t\t\t\t\t This is typically used to display a message about who to contact regarding technical issues or feature requests."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:405
|
||||
msgid "Enable Global Help Tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:407
|
||||
msgid "Global Help Tab Title"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:416
|
||||
msgid "Global Help Tab Body"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:425
|
||||
msgid "Allowed HTML includes: a, strong, em, ul, ol, li, h1, h2, h3, h4, h5, h6. "
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:426
|
||||
msgid "Global Help Tab Logo Image"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:427
|
||||
msgid ""
|
||||
"Optional logo image to display at the bottom of the global help tab content.\n"
|
||||
"\t\t\t\t\t\t This is typically the logo of the company that configured/developed the website, if applicable.\n"
|
||||
"\t\t\t\t\t\t This image is displayed with a maximum width and height of 200px. Transparent PNG or SVG works best."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:439
|
||||
msgid "Other Settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:441
|
||||
msgid "Hide Default Help Tabs"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:445
|
||||
msgid "Animate Help Tab Before First Click"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-wp-admin-notes-admin.php:447
|
||||
msgid ""
|
||||
"To help users discover the help tab, it will bounce and highlight until clicked.\n"
|
||||
"\t\t\t\t\t After it is clicked once it will never animate again for that user."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,167 @@
|
||||
# Copyright (C) 2021 WP Concern
|
||||
# This file is distributed under the GPL3.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Advanced Google reCAPTCHA 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"https://wordpress.org/support/plugin/advanced-google-recaptcha\n"
|
||||
"POT-Creation-Date: 2021-03-09 07:19:48+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"
|
||||
"X-Generator: node-wp-i18n 1.2.5\n"
|
||||
|
||||
#: edd_templates/shortcode-login.php:16
|
||||
msgid "Log into Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: edd_templates/shortcode-login.php:19
|
||||
msgid "Username or Email"
|
||||
msgstr ""
|
||||
|
||||
#: edd_templates/shortcode-login.php:23
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: edd_templates/shortcode-login.php:30
|
||||
msgid "Remember Me"
|
||||
msgstr ""
|
||||
|
||||
#: edd_templates/shortcode-login.php:36
|
||||
msgid "Log In"
|
||||
msgstr ""
|
||||
|
||||
#: edd_templates/shortcode-login.php:40
|
||||
msgid "Lost Password?"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:26 inc/core.php:227
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:27
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:39
|
||||
msgid "Save Changes"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Advanced Google reCAPTCHA"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:130
|
||||
#. translators: 1: link open, 2: link close
|
||||
msgid ""
|
||||
"Please %1$sregister your domain%2$s first, get required keys from Google "
|
||||
"(reCAPTCHA v2 or reCAPTCHA v3) and save them below."
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:139
|
||||
msgid "You can enable/disable reCAPTCHA for different forms separately."
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:175
|
||||
msgid ""
|
||||
"Applies for default login, WooCommerce login and Easy Digital Downloads "
|
||||
"login."
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:211
|
||||
msgid "Key Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:213
|
||||
msgid "reCAPTCHA Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:215
|
||||
msgid "Site Key"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:216
|
||||
msgid "Secret Key"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:218
|
||||
msgid "Status Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:220
|
||||
msgid "Enable for Login"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:221
|
||||
msgid "Enable for Register"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:222
|
||||
msgid "Enable for Lost Password"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:224
|
||||
msgid "Enable for Comment Form"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:225
|
||||
msgid "Enable for WooCommerce Register"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:226
|
||||
msgid "Enable for Easy Digital Downloads Register"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:227
|
||||
msgid "Enable for BuddyPress Register"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:272
|
||||
msgid "To implement reCAPTCHA, Key settings should be completed first."
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:274
|
||||
msgid "Captcha Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:314
|
||||
msgid "V2"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin.php:315
|
||||
msgid "V3"
|
||||
msgstr ""
|
||||
|
||||
#: inc/core.php:150 inc/core.php:153 inc/core.php:170 inc/core.php:173
|
||||
#: inc/core.php:192 inc/core.php:195 inc/core.php:211 inc/core.php:214
|
||||
#: inc/core.php:373 inc/core.php:383 inc/core.php:424 inc/core.php:434
|
||||
#: inc/core.php:452 inc/core.php:455 inc/core.php:471 inc/core.php:474
|
||||
msgid "Google reCAPTCHA verification failed."
|
||||
msgstr ""
|
||||
|
||||
#: inc/core.php:170 inc/core.php:173 inc/core.php:192 inc/core.php:195
|
||||
#: inc/core.php:211 inc/core.php:214 inc/core.php:373 inc/core.php:383
|
||||
#: inc/core.php:424 inc/core.php:434
|
||||
msgid "ERROR:"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://www.wpconcern.com/advanced-google-recaptcha/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Advanced Google reCAPTCHA will safeguard your WordPress site from spam "
|
||||
"comments and brute force attacks."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "WP Concern"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://www.wpconcern.com/"
|
||||
msgstr ""
|
||||
4
spec/fixtures/dynamic_finders/plugin_version/af-companion/change_log/changelog.txt
vendored
Normal file
4
spec/fixtures/dynamic_finders/plugin_version/af-companion/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
### 1.0.0 - 16/02/2021
|
||||
|
||||
Changes:
|
||||
*INITIAL RELEASE*
|
||||
24
spec/fixtures/dynamic_finders/plugin_version/affiliatebooster-blocks/composer_file/package.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/affiliatebooster-blocks/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "my-block-cgb-guten-block",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "cgb-scripts start",
|
||||
"build": "cgb-scripts build",
|
||||
"eject": "cgb-scripts eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/compose": "^3.19.1",
|
||||
"@wordpress/icons": "^2.4.0",
|
||||
"cgb-scripts": "1.23.1",
|
||||
"classnames": "^2.2.6",
|
||||
"memize": "^1.1.0",
|
||||
"npm-upgrade": "^2.0.3",
|
||||
"react-select": "^3.1.0",
|
||||
"striptags": "^2.2.1",
|
||||
"uglify-js": "^3.10.0",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"update": "^0.7.4",
|
||||
"webfontloader": "^1.6.28"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,220 @@
|
||||
# Agy is a powerful solution to add any kind of verification restriction on your website. Easy to setup, optimized for all devices, and modern design option to match your
|
||||
# Copyright (C) YEAR Marko Radulovic
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <upss070288@gmail.com>, 2021.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Agy Verification 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-01-05 19:48+0100\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"
|
||||
|
||||
#: agy-verification.php:69
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: agy-verification.php:83
|
||||
msgid "Docs & FAQs"
|
||||
msgstr ""
|
||||
|
||||
#: agy-verification.php:88
|
||||
msgid "GitHub"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:24
|
||||
msgid "You have successfully saved your settings."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:93
|
||||
#, php-format
|
||||
msgid "<a href=\"%s\" target=\"%s\" class=\"%s\">"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:145
|
||||
#, php-format
|
||||
msgid "<a href=\"%s\" target=\"%s\"><img src=\"%s\" class=\"%s\"></a>"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:159
|
||||
msgid "_blank"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:161
|
||||
msgid "agy-logo"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:176 includes/Agy_Dashboard.php:262
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:177 includes/Agy_Dashboard.php:267
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:179 includes/Agy_Dashboard.php:272
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:186
|
||||
msgid "Agy Verification"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:222
|
||||
msgid "Save Changes"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:244
|
||||
msgid "Set your General settings."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:249
|
||||
msgid "Set all of the text for your modal verification."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:254
|
||||
msgid "Set the desirable design for the modal verification."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:278
|
||||
msgid "Enable / Disable"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:283
|
||||
msgid "Show for unregistered users only"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:288
|
||||
msgid "Activate Debug mode"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:293
|
||||
msgid "Exit URL"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:299
|
||||
msgid "Headline"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:304
|
||||
msgid "Subtitle"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:309
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:314
|
||||
msgid "Enter Button Label"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:319
|
||||
msgid "Exit Button Label"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:324
|
||||
msgid "Separator Text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:329
|
||||
msgid "Slogan"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:335
|
||||
msgid "Background color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:340
|
||||
msgid "Z-Index ( Overlay )"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:345
|
||||
msgid "Content Box width ( in px )"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:350
|
||||
msgid "Headline Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:355
|
||||
msgid "Headline Font size ( in px )"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:360
|
||||
msgid "Subtitle Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:365
|
||||
msgid "Subtitle Font size ( in px )"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:370
|
||||
msgid "Message Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:375
|
||||
msgid "Message Font size ( in px )"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:380
|
||||
msgid "Enter Button background color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:385
|
||||
msgid "Enter Button font color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:390
|
||||
msgid "Enter Button border style"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:395
|
||||
msgid "Enter Button border color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:400
|
||||
msgid "Enter Button font size ( in px )"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:405
|
||||
msgid "Exit Button background color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:410
|
||||
msgid "Exit Button font color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:415
|
||||
msgid "Exit Button border style"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:420
|
||||
msgid "Exit Button border color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:425
|
||||
msgid "Exit Button font size ( in px )"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:430
|
||||
msgid "Separator Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:435
|
||||
msgid "Separator Font size ( in px )"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:440
|
||||
msgid "Slogan Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Agy_Dashboard.php:445
|
||||
msgid "Slogan Font size ( in px )"
|
||||
msgstr ""
|
||||
30
spec/fixtures/dynamic_finders/plugin_version/asura-connector/composer_file/package.json
vendored
Normal file
30
spec/fixtures/dynamic_finders/plugin_version/asura-connector/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "asura-connector",
|
||||
"version": "1.0.0",
|
||||
"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+ssh://git@github.com/thelostasura/asura-connector.git"
|
||||
},
|
||||
"author": "thelostasura <mail@thelostasura.com>",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/thelostasura/asura-connector/issues"
|
||||
},
|
||||
"homepage": "https://github.com/thelostasura/asura-connector",
|
||||
"devDependencies": {
|
||||
"@vue/compiler-sfc": "^3.0.4",
|
||||
"axios": "^0.21.0",
|
||||
"laravel-mix": "^6.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"vue": "^3.0.4",
|
||||
"vue-loader": "^16.1.2",
|
||||
"vue-router": "4"
|
||||
}
|
||||
}
|
||||
19
spec/fixtures/dynamic_finders/plugin_version/audius-block/composer_file/package.json
vendored
Normal file
19
spec/fixtures/dynamic_finders/plugin_version/audius-block/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "audius-wp",
|
||||
"version": "1.1.0",
|
||||
"description": "Audius.co Wordpress plugin",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"start": "wp-scripts start",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "12.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"hashids": "^2.2.2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
# Copyright (C) 2021 Kan-Ru Chen
|
||||
# This file is distributed under the same license as the Auto Login with Cloudflare plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Auto Login with Cloudflare 0.9.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-login-with-cloudflare\n"
|
||||
"POT-Creation-Date: 2021-02-02T14:25:58+09:00\n"
|
||||
"PO-Revision-Date: 2021-01-31 00:43+09:00\n"
|
||||
"Last-Translator: Kan-Ru Chen <kanru@kanru.info>\n"
|
||||
"Language-Team: Kan-Ru Chen <kanru@kanru.info>\n"
|
||||
"Language: \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: auto-login-with-cloudflare\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: settings.php:114 settings.php:115
|
||||
msgid "Auto Login with Cloudflare"
|
||||
msgstr "用 Cloudflare 自動登入"
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/kanru/auto-login-with-cloudflare"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Allow login to Wordpress when using Cloudflare Access."
|
||||
msgstr "讓 Wordpress 可以用 Cloudflare Access 自動登入。"
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Kan-Ru Chen"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://github.com/kanru"
|
||||
msgstr ""
|
||||
|
||||
#: settings.php:18
|
||||
msgid "Application settings"
|
||||
msgstr "應用程式設定"
|
||||
|
||||
#: settings.php:25
|
||||
msgid "Auth domain"
|
||||
msgstr "認證網域"
|
||||
|
||||
#: settings.php:37
|
||||
msgid "Application audience (AUD) tag"
|
||||
msgstr "應用程式代表碼 (AUD)"
|
||||
|
||||
#: settings.php:49
|
||||
msgid "Redirect login page"
|
||||
msgstr "重新導向登入頁"
|
||||
|
||||
#: settings.php:106
|
||||
msgid "redirect to Cloudflare Access"
|
||||
msgstr "自動重新導向登入頁面到 Cloudflare Access"
|
||||
|
||||
#: settings.php:136
|
||||
msgid "Save Settings"
|
||||
msgstr "儲存設定"
|
||||
|
||||
#: auto-login-with-cloudflare.php:187
|
||||
msgid "Settings"
|
||||
msgstr "設定"
|
||||
|
||||
#: auto-login-with-cloudflare.php:188
|
||||
msgid "Buy me a coffee"
|
||||
msgstr "贊助我一杯咖啡"
|
||||
@@ -0,0 +1,159 @@
|
||||
# Copyright (C) 2020 Chris Bibby
|
||||
# This file is distributed under the same license as the Automizy Gravity Forms package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Automizy Gravity Forms 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"https://wordpress.org/support/plugin/automizy-gravity-forms\n"
|
||||
"POT-Creation-Date: 2020-12-29 02:55:07+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2020-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 0.5.4\n"
|
||||
"X-Poedit-KeywordsList: "
|
||||
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
||||
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
||||
"Language: en\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-Country: United States\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-Basepath: ../\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-Bookmarks: \n"
|
||||
"X-Textdomain-Support: yes\n"
|
||||
|
||||
#: automizy-gravity-forms.php:100 trunk/automizy-gravity-forms.php:47
|
||||
msgid "Automizy Gravity Forms requires Gravity Forms to be active."
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:36 trunk/inc/class-gf-automizy.php:36
|
||||
msgid "Subscribe contact to Automizy only when payment is received."
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:71 trunk/inc/class-gf-automizy.php:71
|
||||
msgid "Automizy Account Information"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:75 trunk/inc/class-gf-automizy.php:75
|
||||
msgid ""
|
||||
"Automizy is Email Marketing Software\n"
|
||||
"\t\t\t\t\t\t\t\t\t\t\t that is designed to increase your open rates. If "
|
||||
"you don't have an Automizy account, you can %1$ssign up for one here.%2$s"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:84 trunk/inc/class-gf-automizy.php:84
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:90 trunk/inc/class-gf-automizy.php:90
|
||||
msgid "You can find your API key <a href=\"%s\" target=\"_blank\">here</a>."
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:114 trunk/inc/class-gf-automizy.php:114
|
||||
msgid "Automizy Feed Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:117 trunk/inc/class-gf-automizy.php:117
|
||||
msgid "Feed name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:120 trunk/inc/class-gf-automizy.php:120
|
||||
msgid "Give the feed a name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:124 inc/class-gf-automizy.php:196
|
||||
#: trunk/inc/class-gf-automizy.php:124 trunk/inc/class-gf-automizy.php:196
|
||||
msgid "Feed Description"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:127 trunk/inc/class-gf-automizy.php:127
|
||||
msgid "Enter a description for this feed"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:132 inc/class-gf-automizy.php:140
|
||||
#: inc/class-gf-automizy.php:195 trunk/inc/class-gf-automizy.php:132
|
||||
#: trunk/inc/class-gf-automizy.php:140 trunk/inc/class-gf-automizy.php:195
|
||||
msgid "Contact List"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:137 trunk/inc/class-gf-automizy.php:137
|
||||
msgid "No lists found"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:141 trunk/inc/class-gf-automizy.php:141
|
||||
msgid "Select your list you want to add your contacts to"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:146 trunk/inc/class-gf-automizy.php:146
|
||||
msgid "Tag"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:151 trunk/inc/class-gf-automizy.php:151
|
||||
msgid "No tags found"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:154 trunk/inc/class-gf-automizy.php:154
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:155 trunk/inc/class-gf-automizy.php:155
|
||||
msgid "Tag this contact"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:160 inc/class-gf-automizy.php:165
|
||||
#: trunk/inc/class-gf-automizy.php:160 trunk/inc/class-gf-automizy.php:165
|
||||
msgid "Map Fields"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:166 trunk/inc/class-gf-automizy.php:166
|
||||
msgid ""
|
||||
"Map your Automizy fields to the appropriate Gravity Form fields by "
|
||||
"selecting the appropriate form field from the list."
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:171 trunk/inc/class-gf-automizy.php:171
|
||||
msgid "Condition"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:173 trunk/inc/class-gf-automizy.php:173
|
||||
msgid "Enable Condition"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:174 trunk/inc/class-gf-automizy.php:174
|
||||
msgid "Process this simple feed if"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:194 trunk/inc/class-gf-automizy.php:194
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:252 trunk/inc/class-gf-automizy.php:252
|
||||
msgid "Select a list"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:283 trunk/inc/class-gf-automizy.php:283
|
||||
msgid "Select a tag"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-gf-automizy.php:318 trunk/inc/class-gf-automizy.php:318
|
||||
msgid "Couldn't add to list because we couldn't fire up the API"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Automizy Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Automizy connector for Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Chris Bibby"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://chrisbibby.com.au"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,4 @@
|
||||
*** Avalon23 Products Filter Changelog ***
|
||||
|
||||
2020-11-20 - version 1.0.1
|
||||
* Initial release
|
||||
327
spec/fixtures/dynamic_finders/plugin_version/bip-pages/translation_file/languages/bip-pages.pot
vendored
Normal file
327
spec/fixtures/dynamic_finders/plugin_version/bip-pages/translation_file/languages/bip-pages.pot
vendored
Normal file
@@ -0,0 +1,327 @@
|
||||
# Copyright (C) 2020 Łukasz Garczewski
|
||||
# This file is distributed under the same license as the BIP for WordPress plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: BIP for WordPress 1.1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bip-for-wordpress\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-12-16T02:01:58+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.3.0\n"
|
||||
"X-Domain: bip-pages\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "BIP for WordPress"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://klucznicy.org.pl/open-source/bip-for-wordpress/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "A plugin adding BIP (Biuletyn Informacji Publicznej) functionality to WordPress"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Łukasz Garczewski"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://klucznicy.org.pl/open-source/"
|
||||
msgstr ""
|
||||
|
||||
#: bip-logo-widget.php:21
|
||||
msgid "BIP Logo Widget"
|
||||
msgstr ""
|
||||
|
||||
#: bip-logo-widget.php:34
|
||||
msgid "Our organization's BIP"
|
||||
msgstr ""
|
||||
|
||||
#: bip-logo-widget.php:51
|
||||
msgid "This widget displays the BIP logo with a link to your BIP main page."
|
||||
msgstr ""
|
||||
|
||||
#: bip-logo-widget.php:57
|
||||
msgid "Variant"
|
||||
msgstr ""
|
||||
|
||||
#: bip-logo-widget.php:72
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#: bip-logo-widget.php:87
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-activation.php:46
|
||||
#: bip-pages-settings.php:75
|
||||
#: bip-pages-styling.php:27
|
||||
msgid "BIP Main Page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-activation.php:56
|
||||
msgid "BIP usage manual"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-activation.php:110
|
||||
msgid "BIP Pages plugin has been activated. Use the settings page below to configure your main page."
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-activation.php:115
|
||||
msgid "BIP Pages: your main page and BIP instructions page have been created automatically."
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-deactivation.php:56
|
||||
msgid "BIP Pages plugin has been deactivated. Your BIP pages have been converted to standard pages (or drafts in case of a conflicting page title)"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-main-page.php:23
|
||||
#: js/editor_notices.js:2
|
||||
msgid "You are editing the BIP main page."
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-main-page.php:24
|
||||
#: js/editor_notices.js:3
|
||||
msgid "Parts of this page are automatically generated. The text you enter below will be displayed between the automatic BIP header and footer."
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-meta-boxes.php:8
|
||||
msgid "Content prepared by"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-meta-boxes.php:39
|
||||
msgid "Enter name and surname of content author"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:10
|
||||
#: bip-pages-settings.php:11
|
||||
#: templates/bip-page-settings-template.php:4
|
||||
msgid "BIP Pages Settings"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:30
|
||||
msgid "Settings saved successfully."
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:68
|
||||
msgid "BIP Main Page settings"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:83
|
||||
msgid "Organization Address"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:91
|
||||
msgid "E-Mail Address"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:99
|
||||
msgid "Phone Number"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:107
|
||||
msgid "Name of representative"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:115
|
||||
msgid "BIP instruction page settings"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:122
|
||||
msgid "Usage instruction page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:130
|
||||
msgid "BIP access settings"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:137
|
||||
msgid "Who can edit BIP pages"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:145
|
||||
msgid "Who can publish BIP pages"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:153
|
||||
msgid "Who can delete BIP pages"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is internal option identifired, either "id" or "instruction_id"
|
||||
#: bip-pages-settings.php:178
|
||||
msgid "Invalid page ID given for %s"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:202
|
||||
msgid "Invalid phone number given."
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:219
|
||||
#: bip-pages-settings.php:241
|
||||
msgid "Not selected"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:230
|
||||
msgid "Edit BIP main page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:252
|
||||
msgid "Edit BIP instruction page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:266
|
||||
msgid "The address of your organization"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:278
|
||||
msgid "Full name of a BIP editor"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:284
|
||||
msgid "Email to a BIP editor"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:292
|
||||
msgid "Phone number to your organization"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-settings.php:313
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages-styling.php:30
|
||||
msgid "BIP Instruction Page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:79
|
||||
msgctxt "Post type general name"
|
||||
msgid "BIP pages"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:80
|
||||
msgctxt "Post type singular name"
|
||||
msgid "BIP page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:81
|
||||
msgctxt "Admin Menu text"
|
||||
msgid "BIP Pages"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:82
|
||||
msgctxt "Add New on Toolbar"
|
||||
msgid "BIP page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:83
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:84
|
||||
msgid "Add New BIP page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:85
|
||||
msgid "New BIP page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:86
|
||||
msgid "Edit BIP page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:87
|
||||
msgid "View BIP page"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:88
|
||||
msgid "All BIP pages"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:89
|
||||
msgid "Search BIP pages"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:90
|
||||
msgid "Parent BIP pages:"
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:91
|
||||
msgid "No BIP pages found."
|
||||
msgstr ""
|
||||
|
||||
#: bip-pages.php:92
|
||||
msgid "No BIP pages found in Trash."
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-main-template.php:3
|
||||
msgid "Biuletyn Informacji Publicznej"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is substituted with blog name
|
||||
#: templates/bip-main-template.php:8
|
||||
msgid "%s: Biuletyn Informacji Publicznej"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-main-template.php:15
|
||||
msgid "Address:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-main-template.php:19
|
||||
msgid "Editor:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-main-template.php:25
|
||||
msgid "E-mail address:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-main-template.php:31
|
||||
msgid "Phone number:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-main-template.php:44
|
||||
msgid "Recently updated BIP pages"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-main-template.php:56
|
||||
msgid "BIP pages usage manual"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is the name of the original author of page contents
|
||||
#: templates/bip-page-footer-template.php:5
|
||||
msgid "Information prepared by: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is the name of the user who published the page (may be a link)
|
||||
#: templates/bip-page-footer-template.php:11
|
||||
msgid "Published by: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is the date and time of page creation
|
||||
#: templates/bip-page-footer-template.php:17
|
||||
msgid "Page created: %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is the date and time of last page modification
|
||||
#: templates/bip-page-footer-template.php:23
|
||||
msgid "Last updated: %s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-search-form.php:4
|
||||
msgctxt "label"
|
||||
msgid "Search for BIP pages:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-search-form.php:7
|
||||
msgctxt "placeholder"
|
||||
msgid "Search BIP pages…"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bip-search-form.php:10
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,55 @@
|
||||
# Copyright (C) 2021 Tammersoft
|
||||
# This file is distributed under the same license as the Blogging Tools plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Blogging Tools 1.0.2\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/blogging-tools-pro\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-01-23T09:42:38+02:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: blogging-tools\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Blogging Tools"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Various tools to help blogging."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Tammersoft"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.tammersoft.com"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-bt-admin-list.php:11
|
||||
msgid "Word count"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-bt-admin-list.php:12
|
||||
msgid "Images"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-bt-admin-list.php:13
|
||||
msgid "Links"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-bt-admin-list.php:43
|
||||
msgid "Outlinks"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-bt-admin-list.php:44
|
||||
msgid "Internal"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-bt-admin-list.php:45
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
17
spec/fixtures/dynamic_finders/plugin_version/boleto-cora/composer_file/package.json
vendored
Normal file
17
spec/fixtures/dynamic_finders/plugin_version/boleto-cora/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "cora-woocommerce",
|
||||
"description": "Powerfully simple financial services",
|
||||
"version": "1.0",
|
||||
"main": "Gruntfile.js",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"load-grunt-tasks": "0.2.0",
|
||||
"grunt-contrib-imagemin": "~0.4.0",
|
||||
"grunt-rsync": "~0.2.1",
|
||||
"grunt-shell": "~0.6.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0",
|
||||
"npm": ">=1.1.0"
|
||||
}
|
||||
}
|
||||
2361
spec/fixtures/dynamic_finders/plugin_version/booking-x/translation_file/languages/bookingx.pot
vendored
Normal file
2361
spec/fixtures/dynamic_finders/plugin_version/booking-x/translation_file/languages/bookingx.pot
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "woo-telegram",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"browser-sync": "^2.26.13",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-cached": "^1.1.1",
|
||||
"gulp-cssbeautify": "^3.0.0",
|
||||
"gulp-livereload": "^4.0.2",
|
||||
"gulp-sass": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"wp-sheet-editor-taxonomy-terms","version":"1.5.9","vgDistName":"bulk-edit-categories-tags","vgPreviousVersion":"1.5.8.4","sheetEditorModules":{"free":["autofill-cells","columns-resizing","columns-visibility","filters","wp-sheet-editor","user-path"],"pro":["acf","advanced-filters","columns-renaming","formulas","custom-columns","universal-sheet","yoast-seo","wpml","columns-manager"]},"package_file_path":"C:\\VegaCorp\\dev\\wp-sheet-editor\/taxonomy-terms\/package.json","vgEditorKeys":["category","post_tag","product_cat","product_tag"]}
|
||||
@@ -0,0 +1,259 @@
|
||||
# Copyright (C) 2020 WP Sheet Editor
|
||||
# This file is distributed under the same license as the WP Sheet Editor - Taxonomy Terms plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WP Sheet Editor - Taxonomy Terms 1.5.9\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/taxonomy-terms\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-12-19T01:16:41+00:00\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 "WP Sheet Editor - Taxonomy Terms"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpsheeteditor.com/go/taxonomy-terms-addon?utm_source=wp-admin&utm_medium=plugins-list&utm_campaign=taxonomy-terms"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Edit categories and tags in a spreadsheet."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP Sheet Editor"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpsheeteditor.com/?utm_source=wp-admin&utm_medium=plugins-list&utm_campaign=taxonomy-terms"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:21
|
||||
msgid "Edit categories, tags, attributes, taxonomies"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:45
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:20
|
||||
msgid "Edit in a Spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:57
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:32
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:69
|
||||
msgid "Hierarchy"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:81
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:50
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:57
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:74
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:89
|
||||
msgid "Slug"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:98
|
||||
msgid "Parent"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:113
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:95
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:136
|
||||
msgid "Count"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:146
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:160
|
||||
msgid "Taxonomy"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:169
|
||||
msgid "Display type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:176
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:177
|
||||
msgid "Products"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:178
|
||||
msgid "Subcategories"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:179
|
||||
msgid "Both"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:184
|
||||
msgid "Thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:197
|
||||
msgid "Full hierarchy"
|
||||
msgstr ""
|
||||
|
||||
#: inc/bootstrap.php:206
|
||||
msgid "Old Platform ID"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:44
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:68
|
||||
msgid "Default sort order"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:73
|
||||
msgid "Custom ordering"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:75
|
||||
msgid "Name (numeric)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:76
|
||||
msgid "Term ID"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:83
|
||||
msgid "Enable Archives"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/wc-attributes-bootstrap.php:113
|
||||
msgid "Manage terms"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/wc-attributes.php:70
|
||||
#: inc/integrations/wc-attributes.php:122
|
||||
msgid "WooCommerce Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: inc/providers/term.php:399
|
||||
msgid "The item id does not exist. Error #89827j"
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:160
|
||||
msgid "Request not allowed. Try again later."
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:163
|
||||
msgid "Please select the term that you want to keep."
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:180
|
||||
msgid "Please select the terms to remove."
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:212
|
||||
#: inc/sheet.php:251
|
||||
msgid "%s terms merged."
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:244
|
||||
msgid "Terms to remove not found."
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:293
|
||||
#: views/merge-terms-modal.php:5
|
||||
msgid "Merge terms"
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:295
|
||||
msgid "Combine terms into one and automatically reassign the posts to use the final term."
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:380
|
||||
msgid "Parent keyword"
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:380
|
||||
msgid "We will display all the categories below parent that contains this keyword"
|
||||
msgstr ""
|
||||
|
||||
#: inc/sheet.php:411
|
||||
msgid "We find items that have the same SLUG in the CSV and the WP Field.<br>Please select the CSV column that contains the slug.<br>You must import the slug column if you want to update existing categories, items without slug will be created as new."
|
||||
msgstr ""
|
||||
|
||||
#: taxonomy-terms.php:81
|
||||
msgid "Please update the WP Sheet Editor plugin and all its extensions to the latest version. The features of the plugin \""
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:8
|
||||
msgid "Replace these terms"
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:8
|
||||
msgid "Select the categories that will be removed."
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:11
|
||||
msgid "Select individual items"
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:12
|
||||
msgid "Select all the items from a search"
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:13
|
||||
msgid "Merge all the duplicates with same name and hierarchy"
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:17
|
||||
msgid "Enter name..."
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:22
|
||||
msgid "with this term"
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:22
|
||||
msgid "This term will remain saved."
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:23
|
||||
msgid "Enter a name..."
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:28
|
||||
msgid "I understand it will remove all the terms from my search and keep the term selected above."
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:28
|
||||
msgid "For example, if you searched for categories with keyword Car, it will combine all the found categories into one"
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:38
|
||||
msgid "Execute"
|
||||
msgstr ""
|
||||
|
||||
#: views/merge-terms-modal.php:39
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:4
|
||||
msgid "Thank you for installing our plugin."
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:33
|
||||
msgid "You can open the Bulk Editor Now: %s"
|
||||
msgstr ""
|
||||
1
spec/fixtures/dynamic_finders/plugin_version/bulk-edit-events/composer_file/package.json
vendored
Normal file
1
spec/fixtures/dynamic_finders/plugin_version/bulk-edit-events/composer_file/package.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"name":"wp-sheet-editor-events","version":"1.0.37","vgDistName":"bulk-edit-events","vgPreviousVersion":"1.0.36.4","sheetEditorModules":{"free":["autofill-cells","columns-resizing","columns-visibility","filters","wp-sheet-editor","user-path"],"pro":["advanced-filters","columns-renaming","formulas","custom-columns","spreadsheet-setup","yoast-seo","wpml","posts-templates","acf","universal-sheet","columns-manager"]},"package_file_path":"C:\\VegaCorp\\dev\\wp-sheet-editor\/events\/package.json","vgEditorKeys":["tribe_events","tribe_organizer","tribe_venue"]}
|
||||
@@ -0,0 +1,139 @@
|
||||
# Copyright (C) 2020 WP Sheet Editor
|
||||
# This file is distributed under the same license as the WP Sheet Editor - Events plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WP Sheet Editor - Events 1.0.37\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/events\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-12-19T01:15:49+00:00\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 "WP Sheet Editor - Events"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpsheeteditor.com/go/events-addon?utm_source=wp-admin&utm_medium=plugins-list&utm_campaign=events"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Edit events in spreadsheet."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP Sheet Editor"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpsheeteditor.com/?utm_source=wp-admin&utm_medium=plugins-list&utm_campaign=events"
|
||||
msgstr ""
|
||||
|
||||
#: events.php:79
|
||||
msgid "Please update the WP Sheet Editor plugin and all its extensions to the latest version. The features of the plugin \""
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:99
|
||||
#: integrations/the-events-calendar-organizers.php:37
|
||||
#: integrations/the-events-calendar-venues.php:40
|
||||
msgid "Open spreadsheet."
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:100
|
||||
#: integrations/the-events-calendar-organizers.php:38
|
||||
#: integrations/the-events-calendar-venues.php:41
|
||||
msgid "Edit %s"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:234
|
||||
msgid "Start date"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:239
|
||||
msgid "Start time (H:i:s)"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:243
|
||||
msgid "End date"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:248
|
||||
msgid "End time (H:i:s)"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:254
|
||||
#: integrations/the-events-calendar-venues.php:66
|
||||
msgid "Origin"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:258
|
||||
#: integrations/the-events-calendar-venues.php:70
|
||||
msgid "WordPress"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:259
|
||||
#: integrations/the-events-calendar-venues.php:71
|
||||
msgid "Percentage discount"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:266
|
||||
msgid "Venue"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:276
|
||||
msgid "Organizer 1"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:281
|
||||
msgid "Organizer 2"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:286
|
||||
msgid "Organizer 3"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:291
|
||||
msgid "Currency position"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:295
|
||||
msgid "Before cost"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:296
|
||||
msgid "After cost"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:303
|
||||
msgid "Is featured"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:314
|
||||
#: integrations/the-events-calendar-venues.php:78
|
||||
msgid "Show map link"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-events.php:325
|
||||
#: integrations/the-events-calendar-venues.php:87
|
||||
msgid "Show map"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/the-events-calendar-venues.php:57
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:4
|
||||
msgid "Thank you for installing our plugin."
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:9
|
||||
msgid "This plugin lets you edit events in the spreadsheet and it supports these event plugins: The Events Calendar by ModernTribe (we will add support for more plugins in the next update). This plugin requires one of those plugins."
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:10
|
||||
msgid "In the left menu, go to \"WP Sheet Editor > Edit events\""
|
||||
msgstr ""
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"wp-sheet-editor-frontend-editor","version":"2.4.1","vgDistName":"bulk-edit-posts-on-frontend","vgPreviousVersion":"2.4.0.4","sheetEditorModules":{"free":["autofill-cells","columns-resizing","filters","wp-sheet-editor","user-path","columns-renaming","columns-visibility"],"pro":["acf","advanced-filters","formulas","custom-columns","custom-post-types","woocommerce","universal-sheet","yoast-seo","wpml","posts-templates"]},"package_file_path":"C:\\VegaCorp\\dev\\wp-sheet-editor\/frontend-sheet\/package.json","vgEditorKeys":["post","page","product"]}
|
||||
@@ -0,0 +1,408 @@
|
||||
# Copyright (C) 2020 WP Sheet Editor
|
||||
# This file is distributed under the same license as the WP Sheet Editor - Editable Frontend Tables plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WP Sheet Editor - Editable Frontend Tables 2.4.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/frontend-sheet\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-12-19T01:15:59+00:00\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 "WP Sheet Editor - Editable Frontend Tables"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpsheeteditor.com/extensions/frontend-spreadsheet-editor/?utm_source=wp-admin&utm_medium=plugins-list&utm_campaign=frontend"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Display spreadsheet editor on the frontend or custom admin pages, create custom spreadsheets as dashboards for apps."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP Sheet Editor"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpsheeteditor.com/?utm_source=wp-admin&utm_medium=plugins-list&utm_campaign=frontend"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:92
|
||||
msgid "Edit posts"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:122
|
||||
msgid "Please update the WP Sheet Editor plugin and all its extensions to the latest version. The features of the plugin \""
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:145
|
||||
msgid "Try premium plugin for FREE"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:295
|
||||
msgid "Frontend Spreadsheets"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:300
|
||||
msgid "Login message"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:301
|
||||
msgid "You need to login to view this page."
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:302
|
||||
msgid "This will be displayed when the current user is not logged in and tries to see a spreadsheet page. We will display a login form after your message."
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:307
|
||||
msgid "Hide admin bar on the frontend"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:308
|
||||
msgid "By default WordPress shows a black bar at the top of the page when a logged in user views a frontend page. The bar lets you access the wp-admin, log out, edit the current page, etc. If you enable this option we will hide that bar and you can use the shortcode: [vg_display_logout_link] to display the logout link."
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:315
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:316
|
||||
msgid "This logo will be displayed above the spreadsheet in the frontend"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:321
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:322
|
||||
msgid "This menu will be displayed at the top right section above the spreadsheet."
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:328
|
||||
msgid "Main Color"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:329
|
||||
msgid "This color will be used as background for the header and footer."
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:336
|
||||
msgid "Links Color"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:337
|
||||
msgid "This color will be used for the menu links, it should be the opposite of the background color. i.e. dark background with light text, or light background with dark text"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:351
|
||||
msgid "All spreadsheets"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:354
|
||||
msgid "Custom columns"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:440
|
||||
msgid "Posts"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:441
|
||||
msgid "Pages"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:479
|
||||
msgid "Quick settings"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:586
|
||||
#: views/backend/metabox.php:47
|
||||
msgid " <small>(Premium. <a href=\"%s\" target=\"_blank\">Try for Free for 7 Days</a>)</small>"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:744
|
||||
msgctxt "Post Type General Name"
|
||||
msgid "Spreadsheets"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:745
|
||||
msgctxt "Post Type Singular Name"
|
||||
msgid "Spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:747
|
||||
msgid "Post Type"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:748
|
||||
msgid "Spreadsheet Archives"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:749
|
||||
msgid "Spreadsheet Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:750
|
||||
msgid "Parent Spreadsheet:"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:751
|
||||
msgid "All Spreadsheets"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:752
|
||||
msgid "Add New Spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:753
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:754
|
||||
msgid "New Spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:755
|
||||
msgid "Edit settings"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:756
|
||||
msgid "Update settings"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:757
|
||||
msgid "View Spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:758
|
||||
msgid "View Spreadsheets"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:759
|
||||
msgid "Search Spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:760
|
||||
msgid "Not found"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:761
|
||||
msgid "Not found in Trash"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:762
|
||||
msgid "Featured Image"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:763
|
||||
msgid "Set featured image"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:764
|
||||
msgid "Remove featured image"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:765
|
||||
msgid "Use as featured image"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:766
|
||||
msgid "Insert into item"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:767
|
||||
msgid "Uploaded to this item"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:768
|
||||
msgid "Spreadsheets list"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:769
|
||||
msgid "Spreadsheets list navigation"
|
||||
msgstr ""
|
||||
|
||||
#: frontend-editor.php:770
|
||||
msgid "Filter items list"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/dokan/views/metabox.php:3
|
||||
msgid "Dokan"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/dokan/views/metabox.php:6
|
||||
msgid "If you fill the options below, we will add a link in the Dokan dashboard, so the vendors can open the spreadsheet from that menu."
|
||||
msgstr ""
|
||||
|
||||
#: integrations/dokan/views/metabox.php:9
|
||||
#: integrations/wcfm/views/metabox.php:9
|
||||
#: integrations/wcmp/views/metabox.php:9
|
||||
msgid "Menu title"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/dokan/views/metabox.php:13
|
||||
msgid "Menu position"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/dokan/views/metabox.php:17
|
||||
msgid "Menu icon"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/dokan/views/metabox.php:18
|
||||
msgid "Enter the name of a fontawesome icon. You can view the <a href=\"https://fontawesome.com/cheatsheet\" target=\"_blank\">icons list here</a>. Example: edit"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/wcfm/views/metabox.php:3
|
||||
msgid "WCFM Marketplace"
|
||||
msgstr ""
|
||||
|
||||
#: integrations/wcfm/views/metabox.php:6
|
||||
#: integrations/wcmp/views/metabox.php:6
|
||||
msgid "If you fill the options below, we will add a link in the WCMP dashboard, so the vendors can open the spreadsheet from that menu."
|
||||
msgstr ""
|
||||
|
||||
#: integrations/wcmp/views/metabox.php:3
|
||||
msgid "WCMP Marketplace"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:5
|
||||
msgid "Need help?"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:6
|
||||
msgid "Watch tutorial"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:8
|
||||
msgid "My account and license"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:13
|
||||
msgid "1. What information do you want to edit on the frontend?"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:31
|
||||
#: views/backend/metabox.php:93
|
||||
#: views/backend/metabox.php:128
|
||||
#: views/backend/metabox.php:167
|
||||
msgid "Save changes"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:37
|
||||
msgid "Please select the post type and save changes. After you save changes you will be able to see the rest of the settings and instructions."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:51
|
||||
msgid "2. Setup page in the frontend"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:53
|
||||
msgid "You need to set a logo in the settings page. Optionally you can change the background color, links color, and set a header menu."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:55
|
||||
msgid "Open Settings Page"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:55
|
||||
msgid "Preview Frontend Editor"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:57
|
||||
msgid "When you finish this step you can start using the frontend editor. You can add the frontend page to a menu or share the link with your users."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:61
|
||||
msgid "Add this shortcode to a full-width page: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:63
|
||||
msgid "Page detected: This page contains the shortcode: <b>%s</b> (<a href=\"%s\" target=\"_blank\">Preview</a> - <a href=\"%s\" target=\"_blank\">Edit</a>)"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:67
|
||||
msgid "3. Available tools (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:95
|
||||
msgid "4. Columns visibility and Custom Fields (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:132
|
||||
msgid "5. Filter rows (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:134
|
||||
msgid "You can use this search form to select what rows should appear in the spreadsheet table. You can use {user_id} and we will automatically replace it with the ID of the current user."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:164
|
||||
msgid "Add new"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:172
|
||||
msgid "Learn more about security and user roles (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:175
|
||||
msgid "The editor is available only for logged in users. Unknown users will see a login form automatically."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:177
|
||||
msgid "User roles"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:180
|
||||
msgid "Subscriber role is not allowed to use the editor."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:181
|
||||
msgid "Contributor role can view and edit their own posts only, but they can´t upload images."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:182
|
||||
msgid "Author role can view and edit their own posts only, they can upload images."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:183
|
||||
msgid "Editor role can view and edit all posts and pages."
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:188
|
||||
msgid "<li>Shop manager role can view and edit WooCommerce products.</li>"
|
||||
msgstr ""
|
||||
|
||||
#: views/backend/metabox.php:193
|
||||
msgid "Administrator role can view and edit everything."
|
||||
msgstr ""
|
||||
|
||||
#: views/frontend/page-template.php:64
|
||||
msgid "Primary Menu"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: views/frontend/page-template.php:112
|
||||
msgid "Edit<span class=\"screen-reader-text\"> \"%s\"</span>"
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:16
|
||||
msgid "Thank you for installing our plugin. You can start using it in 5 minutes. Please follow these steps:"
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:28
|
||||
msgid "Add this shortcode to a full-width page: [vg_sheet_editor editor_id=\"%s\"] and it works automatically."
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:29
|
||||
msgid "<a href=\"%s\" target=\"_blank\" class=\"button quick-settings-button\">Quick Settings</a>"
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:31
|
||||
msgid "Fill the settings. <a href=\"%s\" target=\"_blank\" class=\"button\">Click here</a>"
|
||||
msgstr ""
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"wp-sheet-editor-users","version":"1.4.1","vgDistName":"bulk-edit-user-profiles-in-spreadsheet","vgPreviousVersion":"1.4.0.4","sheetEditorModules":{"free":["autofill-cells","columns-resizing","columns-visibility","filters","wp-sheet-editor","user-path"],"pro":["acf","advanced-filters","columns-renaming","formulas","custom-columns","spreadsheet-setup","universal-sheet","columns-manager"]},"package_file_path":"C:\\VegaCorp\\dev\\wp-sheet-editor\/users-sheet\/package.json","vgEditorKeys":["user"]}
|
||||
@@ -0,0 +1,400 @@
|
||||
# Copyright (C) 2020 WP Sheet Editor
|
||||
# This file is distributed under the same license as the WP Sheet Editor - Users plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WP Sheet Editor - Users 1.4.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/users-sheet\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-12-19T01:16:52+00:00\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 "WP Sheet Editor - Users"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpsheeteditor.com/extensions/edit-users-spreadsheet/?utm_source=wp-admin&utm_medium=plugins-list&utm_campaign=users"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Edit users in spreadsheet."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP Sheet Editor"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpsheeteditor.com/?utm_source=wp-admin&utm_medium=plugins-list&utm_campaign=users"
|
||||
msgstr ""
|
||||
|
||||
#: inc/buddypress.php:43
|
||||
msgid "BP: %s"
|
||||
msgstr ""
|
||||
|
||||
#: inc/helpers.php:24
|
||||
msgid "Subscriber"
|
||||
msgstr ""
|
||||
|
||||
#: inc/helpers.php:39
|
||||
msgid "Customer"
|
||||
msgstr ""
|
||||
|
||||
#: inc/helpers.php:40
|
||||
msgid "Shop manager"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/edd.php:45
|
||||
msgid "Licenses count"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:37
|
||||
msgid "Show WooCommerce Membership columns grouped by plan?"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:38
|
||||
msgid "By default, we show membership columns by the assignment order (membership 1 appears first, etc.). Activate this option to show columns for each membership plan by name."
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:74
|
||||
msgid "Active membership plan"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:76
|
||||
msgid "Any"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:119
|
||||
msgid "Membership : %s : Status"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:133
|
||||
msgid "Membership : %s : Start date"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:147
|
||||
msgid "Membership : %s : End date"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:164
|
||||
msgid "Membership %d : Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:179
|
||||
msgid "Membership %d : Status"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:193
|
||||
msgid "Membership %d : Start date"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce-memberships.php:207
|
||||
msgid "Membership %d : End date"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:100
|
||||
msgid "WC Customers: Flush the cache"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:152
|
||||
msgid "Billing first name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:164
|
||||
msgid "Billing last name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:176
|
||||
msgid "Billing company"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:188
|
||||
msgid "Billing address 1"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:200
|
||||
msgid "Billing address 2"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:212
|
||||
msgid "Billing city"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:224
|
||||
msgid "Billing post code"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:236
|
||||
msgid "Billing country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:248
|
||||
msgid "Billing state"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:260
|
||||
msgid "Billing phone"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:272
|
||||
msgid "Billing email"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:285
|
||||
msgid "Shipping first name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:297
|
||||
msgid "Shipping last name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:309
|
||||
msgid "Shipping company"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:321
|
||||
msgid "Shipping address 1"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:333
|
||||
msgid "Shipping address 2"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:345
|
||||
msgid "Shipping city"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:357
|
||||
msgid "Shipping post code"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:369
|
||||
msgid "Shipping country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:381
|
||||
msgid "Shipping state"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:393
|
||||
msgid "Shipping phone"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:405
|
||||
msgid "Shipping email"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:417
|
||||
msgid "Last purchase date"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:430
|
||||
msgid "Total spent"
|
||||
msgstr ""
|
||||
|
||||
#: inc/integrations/woocommerce.php:442
|
||||
msgid "Average order value"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:24
|
||||
msgid "Edit in a Spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:43
|
||||
msgid "Edit Users"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:49
|
||||
msgid "Bulk Editor"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:70
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:82
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:94
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:106
|
||||
#: users.php:420
|
||||
msgid "Role"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:124
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:140
|
||||
msgid "First name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:152
|
||||
msgid "Last name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:164
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:175
|
||||
msgid "Registration date"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:188
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:200
|
||||
msgid "Nicename"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:212
|
||||
msgid "Website"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:224
|
||||
msgid "Display name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:236
|
||||
msgid "Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:248
|
||||
msgid "Rich editing"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:266
|
||||
msgid "Comment shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:283
|
||||
msgid "Color scheme"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:304
|
||||
msgid "Show admin bar on frontend"
|
||||
msgstr ""
|
||||
|
||||
#: inc/spreadsheet-bootstrap.php:329
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:85
|
||||
msgid "Please update the WP Sheet Editor plugin and all its extensions to the latest version. The features of the plugin \""
|
||||
msgstr ""
|
||||
|
||||
#: users.php:132
|
||||
msgid "My license"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:212
|
||||
msgid "Users sheet"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:217
|
||||
msgid "Hide administrators on the spreadsheet?"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:218
|
||||
msgid "We will not show administrator users in the spreadsheet, so no one can see or edit them, even administrators wont be able to see other administrators."
|
||||
msgstr ""
|
||||
|
||||
#: users.php:224
|
||||
msgid "Which user roles will be displayed and edited in the spreadsheet?"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:225
|
||||
msgid "Enter the list of role keys separated by commas. For example, if you only want to edit and see customers on the spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:237
|
||||
msgid "3. Install the free plugin: <a href='https://wordpress.org/plugins/disable-emails/' target='_blank'>Disable emails</a> temporarily before the import, if you don't want WordPress to send any notifications during the import (like email changed, password changed, etc) and don't forget to activate the emails again when you finish importing."
|
||||
msgstr ""
|
||||
|
||||
#: users.php:347
|
||||
#: users.php:563
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:421
|
||||
msgid "Select..."
|
||||
msgstr ""
|
||||
|
||||
#: users.php:422
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:434
|
||||
msgid "Search in user email, login, nicename, display name"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:513
|
||||
msgid "Send welcome email when a new user is imported?"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:521
|
||||
msgid ". <b>Lite version</b> listing \"subscriber\" users. <b>Go pro:</b> edit all the roles (%s), custom fields, export, import, and more"
|
||||
msgstr ""
|
||||
|
||||
#: users.php:544
|
||||
msgid "We find users that have the same ID, email, or username in the CSV and the WP Profile.<br>Please select the CSV column that contains one of those fields.<br>You must import the selected column if you want to update existing users, rows without the value will be created as new."
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:6
|
||||
msgid "Go premium"
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:8
|
||||
msgid "Edit Customers billing and shipping info."
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:9
|
||||
msgid "Update hundreds of user profiles using formulas"
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:10
|
||||
msgid "Advanced search. Find user profiles quickly."
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:11
|
||||
msgid "Create a lot of users quickly."
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:12
|
||||
msgid "Edit custom fields from user profiles, including passwords"
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:13
|
||||
msgid "Edit users with any role, including %s."
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:14
|
||||
msgid "Hide and rename columns in the spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: views/upgrade-message.php:22
|
||||
msgid "<p><b>Money back guarantee.</b> We´ll give you a refund if the plugin doesn´t work.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:4
|
||||
msgid "Thank you for installing our plugin."
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:10
|
||||
msgid "<p>Note. You are using the free version and you can edit only users with \"%s\" role.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: views/welcome-page-content.php:15
|
||||
msgid "You can open the Users Bulk Editor Now: <a href=\"%s\" class=\"button\">Click here</a>"
|
||||
msgstr ""
|
||||
29
spec/fixtures/dynamic_finders/plugin_version/carousel-glider-js/composer_file/package.json
vendored
Normal file
29
spec/fixtures/dynamic_finders/plugin_version/carousel-glider-js/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "static",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "gulpfile.js",
|
||||
"dependencies": {
|
||||
"bulma": "^0.8.0",
|
||||
"bulma-extensions": "^6.2.7",
|
||||
"chart.js": "^2.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.26.7",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"gulp-group-css-media-queries": "^1.2.2",
|
||||
"gulp-plumber": "^1.2.1",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"gulp-sass-glob": "^1.1.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-uglify-es": "^2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
24
spec/fixtures/dynamic_finders/plugin_version/category-archives-block/composer_file/package.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/category-archives-block/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "category-archives-block",
|
||||
"version": "0.1.0",
|
||||
"description": "Displays a monthly or yearly archive of posts for one ore more specific categories.",
|
||||
"author": "The WordPress Contributors",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"format:js": "wp-scripts format-js",
|
||||
"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": "^5.2.2",
|
||||
"@wordpress/blocks": "^6.25.2",
|
||||
"@wordpress/i18n": "^3.17.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^13.0.1"
|
||||
}
|
||||
}
|
||||
97
spec/fixtures/dynamic_finders/plugin_version/chillpay-payment-gateway/change_log/CHANGELOG.md
vendored
Normal file
97
spec/fixtures/dynamic_finders/plugin_version/chillpay-payment-gateway/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
# CHANGELOG
|
||||
|
||||
### 'v2.0.0 (Nov 2, 2020)'
|
||||
|
||||
#### 🌟 Highlights
|
||||
|
||||
- Support Installment Payment (KBANK).
|
||||
|
||||
|
||||
#### 🛠️ Enhancements
|
||||
|
||||
- Using CURL Instead of HTTP API.
|
||||
- Code Refactoring, simplifying Callback and Result function.
|
||||
- Code Refactoring, simplifying ChillPay setting process.
|
||||
- ChillPay Setting Page, sanitizing input fields before save.
|
||||
- Added label to show mode on setting page.
|
||||
|
||||
---
|
||||
|
||||
### 'v1.8.0 (Aug 14, 2020)'
|
||||
|
||||
#### 🛠️ Enhancements
|
||||
|
||||
- Add an enabled button to create new order in case of failed status.
|
||||
|
||||
#### 🐞 Bug Fixes
|
||||
|
||||
- Adjust Updating Process for Order Status.
|
||||
|
||||
---
|
||||
|
||||
### 'v1.7.1 (May 7, 2020)'
|
||||
|
||||
#### 🛠️ Enhancements
|
||||
|
||||
- Auto check when there is one channel.
|
||||
- Support custom incrementing order numbers for WooCommerce orders.
|
||||
|
||||
#### 🐞 Bug Fixes
|
||||
|
||||
- Adjust Updating Process for Order Status.
|
||||
|
||||
---
|
||||
|
||||
### 'v1.7.0 (, 2020)'
|
||||
|
||||
#### 🌟 Highlights
|
||||
|
||||
- Support Alipay Payment.
|
||||
- Support WeChat Pay Payment.
|
||||
- Split Input Text on SandBox/PROD Mode
|
||||
|
||||
---
|
||||
|
||||
### 'v1.6.0 (Jan 7, 2020)'
|
||||
|
||||
#### 🌟 Highlights
|
||||
|
||||
- Add menu ChillPay : Manual sync payment status
|
||||
- Add process auto sync payment status
|
||||
|
||||
---
|
||||
|
||||
### `v1.5.9 (Dec 26, 2019)`
|
||||
|
||||
#### 🌟 Highlights
|
||||
|
||||
- Support multi currency.
|
||||
- Support Bill Payment.
|
||||
- Show payment methods as informed to ChillPay.
|
||||
|
||||
#### 🛠️ Enhancements
|
||||
|
||||
- Separate Mobile Banking from the Internet Banking.
|
||||
- Add URL Background (callback function) to use for sending payment results to the system.
|
||||
- Improve the UI of the payment methods.
|
||||
- Use Mode selection instead of copying the api url.
|
||||
|
||||
---
|
||||
|
||||
### `v1.5.8 (Aug 20, 2019)`
|
||||
|
||||
#### 🐞 Bug Fixes
|
||||
|
||||
- Error when user enter the mobile number that is not connected to the K PLUS.
|
||||
|
||||
---
|
||||
|
||||
### `v1.5.7 (May 28, 2019)`
|
||||
|
||||
#### 🐞 Bug Fixes
|
||||
|
||||
- Fix customer information retrieval.
|
||||
|
||||
#### 🛠️ Enhancements
|
||||
|
||||
- Add input text api url.
|
||||
46
spec/fixtures/dynamic_finders/plugin_version/cision-modules/composer_file/composer.json
vendored
Normal file
46
spec/fixtures/dynamic_finders/plugin_version/cision-modules/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "cyclonecode/cision-modules",
|
||||
"type": "wordpress-plugin",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"cision",
|
||||
"modules",
|
||||
"ticker"
|
||||
],
|
||||
"description": "Cision client modules.",
|
||||
"require": {
|
||||
"composer/installers": "^1.6",
|
||||
"php": ">=5.4",
|
||||
"cyclonecode/plugin": "^1.0.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.5.8"
|
||||
},
|
||||
"time": "2021-01-28",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"readme": "readme.txt",
|
||||
"homepage": "https://wordpress.org/plugins/cision-modules",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Cyclonecode",
|
||||
"email": "cyclonecode@gmail.com",
|
||||
"role": "Maintainer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "cyclonecode.help@gmail.com",
|
||||
"issues": "https://wordpress.org/support/plugin/cision-modules/",
|
||||
"source": "https://plugins.trac.wordpress.org/browser/cision-modules/",
|
||||
"docs": "https://wordpress.org/plugins/cision-modules/#description",
|
||||
"rss": "https://plugins.trac.wordpress.org/log/cision-modules/?limit=100&mode=stop_on_copy&format=rss",
|
||||
"chat": "https://join.slack.com/t/cyclonecode/shared_invite/zt-6bdtbdab-n9QaMLM~exHP19zFDPN~AQ"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"CisionModules\\": [
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable"
|
||||
}
|
||||
@@ -0,0 +1,390 @@
|
||||
# Copyright (C) 2021 AitThemes
|
||||
# This file is distributed under the same license as the Citadela Directory Plugin Lite plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Citadela Directory Plugin Lite 1.0.6\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/citadela-directory-lite\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-02-05T10:09:17+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: citadela-directory-lite\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Citadela Directory Plugin Lite"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.citadelawp.com/wordpress-plugins/free-directory-plugin/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Create directory listing website"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "AitThemes"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.citadelawp.com/"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/CitadelaDirectory.php:71
|
||||
msgid "Full Version"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/CitadelaDirectory.php:141
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/CitadelaDirectory.php:182
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: post title
|
||||
#: plugin/CitadelaDirectory.php:200
|
||||
msgid "Comments<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: post title
|
||||
#: plugin/CitadelaDirectory.php:214
|
||||
msgid "Comment<span class=\"screen-reader-text\"> on %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: post title
|
||||
#: plugin/CitadelaDirectory.php:219
|
||||
msgid "Comments<span class=\"screen-reader-text\"> on %s"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/CitadelaDirectory.php:399
|
||||
msgid "Citadela Directory Lite Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/compatibility.php:22
|
||||
msgid "%s plugin and PHP incompatiblity"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/compatibility.php:22
|
||||
#: plugin/compatibility.php:27
|
||||
#: plugin/compatibility.php:56
|
||||
#: plugin/compatibility.php:61
|
||||
#: plugin/compatibility.php:77
|
||||
#: plugin/compatibility.php:79
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:17
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:27
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:45
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:47
|
||||
#: plugin/settings/CitadelaDirectorySettings.php:25
|
||||
#: plugin/settings/CitadelaDirectorySettings.php:26
|
||||
msgid "Citadela Directory Lite"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1. url to upgrading guide, 2. plugin's name
|
||||
#: plugin/compatibility.php:25
|
||||
msgid "We've noticed that you're running an outdated version of PHP which is no longer supported, therefore <em>the plugin was deactivated</em>. Make sure your site is fast and secure, by <a href='%1$s'>upgrading PHP to the latest version</a>. Minimal requirement for %2$s is <strong>PHP 5.6.20</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/compatibility.php:56
|
||||
msgid "%s plugin and WordPress incompatiblity"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1. url to WordPress Update page, 2. plugin's name
|
||||
#: plugin/compatibility.php:59
|
||||
msgid "We've noticed that you're running an outdated version of WordPress, therefore <em>the plugin was deactivated</em>. Make sure your site is secure and up to date, by <a href='%1$s'>updating WordPress to the latest version</a>. Minimal requirement for %2$s is <strong>WordPress 5.2</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/compatibility.php:77
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:17
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:27
|
||||
msgid "%s plugin could not be activated"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/compatibility.php:79
|
||||
msgid "You have already active Citadela Directory plugin, therefore the plugin was deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: plugin/controls/butterbean/CitadelaButterbeanMap.php:22
|
||||
#: plugin/cpt/item/templates/parts/item-container.php:70
|
||||
#: plugin/cpt/item/templates/parts/single-item-contact-details.php:14
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/controls/butterbean/CitadelaButterbeanMap.php:28
|
||||
msgid "Latitude"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/controls/butterbean/CitadelaButterbeanMap.php:35
|
||||
msgid "Longitude"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/controls/butterbean/templates/control-citadela_map.php:31
|
||||
msgid "Find address"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/controls/butterbean/templates/control-citadela_map.php:69
|
||||
msgid "Couldn't find location, try different address."
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:26
|
||||
msgctxt "post type general name"
|
||||
msgid "Items"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:27
|
||||
msgctxt "post type singular name"
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:28
|
||||
msgctxt "post type menu name"
|
||||
msgid "Items"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:29
|
||||
msgctxt "Item"
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:30
|
||||
msgid "Add New Item"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:31
|
||||
msgid "Edit Item"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:32
|
||||
msgid "New Item"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:33
|
||||
msgid "View Item"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:34
|
||||
msgid "Search Items"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:35
|
||||
msgid "No Items found"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:36
|
||||
msgid "No Items found in Trash"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:37
|
||||
msgid "All Items"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:86
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:94
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:98
|
||||
msgid "Opening Hours"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:112
|
||||
msgid "Subtitle"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:134
|
||||
#: plugin/cpt/item/templates/parts/single-item-contact-details.php:35
|
||||
msgid "Telephone"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:141
|
||||
#: plugin/cpt/item/templates/parts/single-item-contact-details.php:45
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:148
|
||||
msgid "Show Email Address"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:149
|
||||
msgid "Decide if email address is visible for visitors"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:155
|
||||
msgid "Website Link"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:156
|
||||
msgid "Use correct full website url"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:163
|
||||
msgid "Website Link Label"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemConfig.php:164
|
||||
msgid "Text displayed instead of full website url"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/CitadelaItemMetabox.php:66
|
||||
msgid "Item Options"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/templates/parts/archive-item-page-title.php:8
|
||||
msgid "Archives: "
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/templates/parts/archive-item-page-title.php:9
|
||||
msgid "Items"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/templates/parts/content-none.php:12
|
||||
msgid "It seems we can’t find what you’re looking for."
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/templates/parts/item-container.php:62
|
||||
msgid "View more"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/templates/parts/item-container.php:77
|
||||
#: plugin/cpt/item/templates/parts/single-item-contact-details.php:55
|
||||
msgid "Web"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/cpt/item/templates/parts/single-item-contact-details.php:25
|
||||
msgid "GPS"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:18
|
||||
msgid "You have already active Citadela Directory plugin, therefore the free version of plugin was deactivated."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:28
|
||||
msgid "Plugin is not compatible with the current active theme."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:45
|
||||
msgid "%s plugin incompatibility"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s plugin's name
|
||||
#: plugin/includes/CitadelaDirectoryCompatibility.php:47
|
||||
msgid "Recently activated theme is not compatible with %s plugin, therefore the plugin was deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: plugin/settings/template/citadela-directory-lite-screen.php:7
|
||||
msgid "Created by AitThemes"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/settings/template/citadela-directory-lite-screen.php:8
|
||||
msgid "Thank you for installing Citadela Directory Lite by AitThemes"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/settings/template/citadela-directory-lite-screen.php:9
|
||||
msgid "Citadela Directory Lite plugin allows you to add map with listing items to your WordPress website. Lite plugin is fully functional but only includes basic functionality. We also have a full version of Citadela Directory plugin that will allow you to do way more. Please see below for quick comparison."
|
||||
msgstr ""
|
||||
|
||||
#: plugin/settings/template/citadela-directory-lite-screen.php:172
|
||||
msgid "Directory Item"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/settings/template/citadela-directory-lite-screen.php:196
|
||||
msgid "Directory Archive Pages"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/settings/template/citadela-directory-lite-screen.php:221
|
||||
msgid "Directory Blocks"
|
||||
msgstr ""
|
||||
|
||||
#: plugin/settings/template/citadela-directory-lite-screen.php:250
|
||||
msgid "Directory Subscriptions"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:164
|
||||
#: blocks/directory-items-list/src/edit.js:29
|
||||
msgid "Items List Options"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:167
|
||||
#: blocks/directory-items-list/src/edit.js:33
|
||||
msgid "Number of items"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:177
|
||||
#: blocks/directory-items-list/src/edit.js:45
|
||||
msgid "Order by"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:180
|
||||
#: blocks/directory-items-list/src/edit.js:48
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:183
|
||||
#: blocks/directory-items-list/src/edit.js:49
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:186
|
||||
#: blocks/directory-items-list/src/edit.js:50
|
||||
msgid "Order number"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:189
|
||||
#: blocks/directory-items-list/src/edit.js:51
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:200
|
||||
#: blocks/directory-items-list/src/edit.js:63
|
||||
msgid "Descending"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:203
|
||||
#: blocks/directory-items-list/src/edit.js:64
|
||||
msgid "Ascending"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:212
|
||||
#: blocks/directory-items-list/src/edit.js:74
|
||||
msgid "Show featured image"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:320
|
||||
#: blocks/directory-items-list/src/index.js:7
|
||||
msgid "Directory Items List"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:321
|
||||
#: blocks/directory-items-list/src/index.js:8
|
||||
msgid "Displays directory items in grid layout."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:431
|
||||
#: blocks/directory-map/src/index.js:7
|
||||
msgid "Directory Map"
|
||||
msgstr ""
|
||||
|
||||
#: blocks/build/index.js:432
|
||||
#: blocks/directory-map/src/index.js:8
|
||||
msgid "Displays directory items on map."
|
||||
msgstr ""
|
||||
|
||||
#: blocks/common-scripts/leaflet-maps-initializer.js:459
|
||||
#: blocks/components/leaflet-popup.js:34
|
||||
msgid "Show more"
|
||||
msgstr ""
|
||||
762
spec/fixtures/dynamic_finders/plugin_version/come-back/translation_file/languages/come-back.pot
vendored
Normal file
762
spec/fixtures/dynamic_finders/plugin_version/come-back/translation_file/languages/come-back.pot
vendored
Normal file
@@ -0,0 +1,762 @@
|
||||
# Copyright (C) 2020 Sanjeev Aryal
|
||||
# This file is distributed under the same license as the Come Back! package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Come Back! 1.2.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-12-18 04:47:51+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2020-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"
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Come Back!"
|
||||
msgstr ""
|
||||
|
||||
#: src/Settings.php:77
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/Settings.php:82
|
||||
msgid "Send email to user after inactive days:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Settings.php:89
|
||||
msgid "Email Subject:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Settings.php:96
|
||||
msgid "Email Message:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Settings.php:111
|
||||
msgid "Pro Tip:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Settings.php:112
|
||||
msgid ""
|
||||
"There are helpful %1s that you can use on the email subject and email "
|
||||
"message."
|
||||
msgstr ""
|
||||
|
||||
#: src/Settings.php:202
|
||||
#. translators: %1$s - WP.org link; %2$s - same WP.org link.
|
||||
msgid ""
|
||||
"Please rate <strong>Come Back</strong> <a href=\"%1$s\" target=\"_blank\" "
|
||||
"rel=\"noopener noreferrer\">★★★★★</a> on <a "
|
||||
"href=\"%2$s\" target=\"_blank\" rel=\"noopener "
|
||||
"noreferrer\">WordPress.org</a> to help us spread the word. Thank you from "
|
||||
"the Come Back team!"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ActionFactory.php:161
|
||||
msgid "Invalid action - must be a recurring action."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:60
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:75
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:76
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:89
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:19
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:30
|
||||
msgid "Scheduled Actions"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:127
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:129
|
||||
msgid "About Action Scheduler %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:131
|
||||
msgid ""
|
||||
"Action Scheduler is a scalable, traceable job queue for background "
|
||||
"processing large sets of actions. Action Scheduler works by triggering an "
|
||||
"action hook to run at some time in the future. Scheduled actions can also "
|
||||
"be scheduled to run on a recurring schedule."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:139
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:141
|
||||
msgid "Scheduled Action Columns"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:143
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:96
|
||||
msgid "Hook"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:143
|
||||
msgid "Name of the action hook that will be triggered."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:144
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:97
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:144
|
||||
msgid "Action statuses are Pending, Complete, Canceled, Failed"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:145
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:98
|
||||
msgid "Arguments"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:145
|
||||
msgid "Optional data array passed to the action hook."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:146
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:99
|
||||
msgid "Group"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:146
|
||||
msgid "Optional action group."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:147
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:100
|
||||
msgid "Recurrence"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:147
|
||||
msgid "The action's schedule frequency."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:148
|
||||
msgid "Scheduled"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:148
|
||||
msgid "The date/time the action is/was scheduled to run."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:149
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:102
|
||||
msgid "Log"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_AdminView.php:149
|
||||
msgid "Activity log for the action."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_DataController.php:133
|
||||
#. translators: %d: amount of time
|
||||
msgid "Stopped the insanity for %d second"
|
||||
msgid_plural "Stopped the insanity for %d seconds"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_DataController.php:137
|
||||
msgid "Attempting to reduce used memory..."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_InvalidActionException.php:21
|
||||
#. translators: 1: action ID 2: schedule
|
||||
msgid "Action [%1$s] has an invalid schedule: %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_InvalidActionException.php:40
|
||||
#. translators: 1: action ID 2: arguments
|
||||
msgid ""
|
||||
"Action [%1$s] has invalid arguments. It cannot be JSON decoded to an array. "
|
||||
"$args = %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:92
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:101
|
||||
msgid "Scheduled Date"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:122
|
||||
msgid "Claim ID"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:129
|
||||
msgid "Run"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:130
|
||||
msgid "Process the action now as if it were run as part of a queue"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:133
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:134
|
||||
msgid "Cancel the action now to avoid it being run in future"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:144
|
||||
#. translators: %s: amount of time
|
||||
msgid "%s year"
|
||||
msgid_plural "%s years"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:149
|
||||
#. translators: %s: amount of time
|
||||
msgid "%s month"
|
||||
msgid_plural "%s months"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:154
|
||||
#. translators: %s: amount of time
|
||||
msgid "%s week"
|
||||
msgid_plural "%s weeks"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:159
|
||||
#. translators: %s: amount of time
|
||||
msgid "%s day"
|
||||
msgid_plural "%s days"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:164
|
||||
#. translators: %s: amount of time
|
||||
msgid "%s hour"
|
||||
msgid_plural "%s hours"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:169
|
||||
#. translators: %s: amount of time
|
||||
msgid "%s minute"
|
||||
msgid_plural "%s minutes"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:174
|
||||
#. translators: %s: amount of time
|
||||
msgid "%s second"
|
||||
msgid_plural "%s seconds"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:201
|
||||
msgid "Now!"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:237
|
||||
#. translators: %s: time interval
|
||||
msgid "Every %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:243
|
||||
msgid "Non-repeating"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:341
|
||||
msgid ""
|
||||
"It appears one or more database tables were missing. Attempting to "
|
||||
"re-create the missing table(s)."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:357
|
||||
#. translators: %s: amount of claims
|
||||
msgid ""
|
||||
"Maximum simultaneous queues already in progress (%s queue). No additional "
|
||||
"queues will begin processing until the current queues are complete."
|
||||
msgid_plural ""
|
||||
"Maximum simultaneous queues already in progress (%s queues). No additional "
|
||||
"queues will begin processing until the current queues are complete."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:374
|
||||
#. translators: %s: process URL
|
||||
msgid ""
|
||||
"A new queue has begun processing. <a href=\"%s\">View actions in-progress "
|
||||
"»</a>"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:377
|
||||
#. translators: %d: seconds
|
||||
msgid "The next queue will begin processing in approximately %d seconds."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:398
|
||||
#. translators: %s: action HTML
|
||||
msgid "Successfully executed action: %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:402
|
||||
#. translators: %s: action HTML
|
||||
msgid "Successfully canceled action: %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:406
|
||||
#. translators: %s: action HTML
|
||||
msgid "Successfully processed change for action: %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:412
|
||||
#. translators: 1: action HTML 2: action ID 3: error message
|
||||
msgid "Could not process change for action: \"%1$s\" (ID: %2$d). Error: %3$s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:458
|
||||
#. translators: %s: date interval
|
||||
msgid " (%s ago)"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:461
|
||||
#. translators: %s: date interval
|
||||
msgid " (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_ListTable.php:610
|
||||
msgid "Search hook, args and claim ID"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_QueueRunner.php:192
|
||||
msgid "Every minute"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php:103
|
||||
#. translators: %s: date interval
|
||||
msgid "This data will be deleted in %s."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php:108
|
||||
#. translators: 1: next cleanup message 2: github issue URL
|
||||
msgid ""
|
||||
"Action Scheduler has migrated data to custom tables; however, orphaned log "
|
||||
"entries exist in the WordPress Comments table. %1$s <a href=\"%2$s\">Learn "
|
||||
"more »</a>"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_wcSystemStatus.php:101
|
||||
msgid "Action Scheduler"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_wcSystemStatus.php:101
|
||||
msgid "This section shows scheduled action counts."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_wcSystemStatus.php:104
|
||||
msgid "Version:"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_wcSystemStatus.php:108
|
||||
msgid "Action Status"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_wcSystemStatus.php:110
|
||||
msgid "Count"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_wcSystemStatus.php:111
|
||||
msgid "Oldest Scheduled Date"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/ActionScheduler_wcSystemStatus.php:112
|
||||
msgid "Newest Scheduled Date"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php:33
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ProgressBar.php:47
|
||||
#. translators: %s php class name
|
||||
msgid "The %s class can only be run within WP CLI."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php:59
|
||||
msgid "There are too many concurrent batches, but the run is forced to continue."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php:61
|
||||
msgid "There are too many concurrent batches."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php:93
|
||||
#. translators: %d: amount of actions
|
||||
msgid "Running %d action"
|
||||
msgid_plural "Running %d actions"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php:113
|
||||
msgid "The claim has been lost. Aborting current batch."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php:138
|
||||
#. translators: %s refers to the action ID
|
||||
msgid "Started processing action %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php:155
|
||||
#. translators: 1: action ID 2: hook name
|
||||
msgid "Completed processing action %1$s with hook: %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php:170
|
||||
#. translators: 1: action ID 2: exception message
|
||||
msgid "Error processing action %1$s: %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php:100
|
||||
#. translators: %d refers to how many scheduled taks were found to run
|
||||
msgid "Found %d scheduled task"
|
||||
msgid_plural "Found %d scheduled tasks"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php:117
|
||||
#. translators: %d refers to the total number of batches executed
|
||||
msgid "%d batch executed."
|
||||
msgid_plural "%d batches executed."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php:136
|
||||
#. translators: %s refers to the exception error message
|
||||
msgid "There was an error running the action scheduler: %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php:153
|
||||
#. translators: %d refers to the total number of taskes completed
|
||||
msgid "%d scheduled task completed."
|
||||
msgid_plural "%d scheduled tasks completed."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler.php:195
|
||||
msgid "%s() was called before the Action Scheduler data store was initialized"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:467
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:567
|
||||
#. translators: %s: search query
|
||||
msgid "Search results for \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:672
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:72
|
||||
msgid "action created"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:76
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php:134
|
||||
msgid "action canceled"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:82
|
||||
#. translators: %s: context
|
||||
msgid "action started via %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:84
|
||||
msgid "action started"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:92
|
||||
#. translators: %s: context
|
||||
msgid "action complete via %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:94
|
||||
msgid "action complete"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:102
|
||||
#. translators: 1: context 2: exception message
|
||||
msgid "action failed via %1$s: %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:105
|
||||
#. translators: %s: exception message
|
||||
msgid "action failed: %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:112
|
||||
#. translators: %s: amount of time
|
||||
msgid "action timed out after %s seconds"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:118
|
||||
#. translators: 1: error message 2: filename 3: line
|
||||
msgid "unexpected shutdown: PHP Fatal error %1$s in %2$s on line %3$s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:123
|
||||
msgid "action reset"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:129
|
||||
#. translators: %s: context
|
||||
msgid "action ignored via %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:131
|
||||
msgid "action ignored"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:146
|
||||
#. translators: %s: exception message
|
||||
msgid "There was a failure fetching this action: %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:148
|
||||
msgid "There was a failure fetching this action"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Logger.php:156
|
||||
#. translators: %s: exception message
|
||||
msgid "There was a failure scheduling the next instance of this action: %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Store.php:227
|
||||
msgid ""
|
||||
"ActionScheduler_Action::$args too long. To ensure the args column can be "
|
||||
"indexed, action args should not be more than %d characters when encoded as "
|
||||
"JSON."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Store.php:301
|
||||
msgid "Complete"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Store.php:302
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Store.php:303
|
||||
msgid "In-progress"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Store.php:304
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/abstracts/ActionScheduler_Store.php:305
|
||||
msgid "Canceled"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:67
|
||||
msgid "Database error."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:75
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:25
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44
|
||||
#. translators: %s: error message
|
||||
msgid "Error saving action: %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:268
|
||||
msgid "Invalid value for select or count parameter. Cannot query actions."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:458
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:548
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:580
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:777
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:819
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:457
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:468
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:495
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:773
|
||||
#. translators: %s: action ID
|
||||
msgid "Unidentified action %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:661
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:627
|
||||
#. translators: %s: group name
|
||||
msgid "The group \"%s\" does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:675
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:607
|
||||
msgid "Unable to claim actions. Database error."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:838
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:740
|
||||
msgid "Invalid action ID. No status found."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:840
|
||||
msgid "Unknown status found for action."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:62
|
||||
msgid "Unable to save action."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:283
|
||||
msgid "Invalid schedule. Cannot save action."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:689
|
||||
#. translators: %s: claim ID
|
||||
msgid "Unable to unlock claim %s. Database error."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:704
|
||||
#. translators: %s: action ID
|
||||
msgid "Unable to unlock claim on action %s. Database error."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:716
|
||||
#. translators: %s: action ID
|
||||
msgid "Unable to mark failure on action %s. Database error."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php:840
|
||||
msgid "%s Support for strings longer than this will be removed in a future version."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php:38
|
||||
#. translators: %s: count
|
||||
msgid "Failed <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Failed <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php:53
|
||||
#. translators: %s: count
|
||||
msgid "In-Progress <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "In-Progress <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:20
|
||||
msgid "Scheduled actions are hooks triggered on a cetain date and time."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:31
|
||||
msgid "Scheduled Action"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:33
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:34
|
||||
msgid "Add New Scheduled Action"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:35
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:36
|
||||
msgid "Edit Scheduled Action"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:37
|
||||
msgid "New Scheduled Action"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:38
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:39
|
||||
msgid "View Action"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:40
|
||||
msgid "Search Scheduled Actions"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:41
|
||||
msgid "No actions found"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:42
|
||||
msgid "No actions found in trash"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php:14
|
||||
msgid "Action Group"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/ActionMigrator.php:95
|
||||
msgid "Unable to remove source migrated action %s"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/Config.php:52
|
||||
msgid "Source store must be configured before running a migration"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/Config.php:74
|
||||
msgid "Source logger must be configured before running a migration"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/Config.php:96
|
||||
msgid "Destination store must be configured before running a migration"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/Config.php:118
|
||||
msgid "Destination logger must be configured before running a migration"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/Controller.php:142
|
||||
msgid ""
|
||||
"Action Scheduler migration in progress. The list of scheduled actions may "
|
||||
"be incomplete."
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/Runner.php:82
|
||||
#. translators: %d: amount of actions
|
||||
msgid "Migrating %d action"
|
||||
msgid_plural "Migrating %d actions"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/migration/Runner.php:107
|
||||
#. translators: 1: source action ID 2: source store class 3: destination action
|
||||
#. ID 4: destination store class
|
||||
msgid "Migrated action with ID %1$d in %2$s to ID %3$d in %4$s"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Sends email notification to inactive customers."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Sanjeev Aryal"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "http://www.sanjeebaryal.com.np"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php:36
|
||||
msgctxt "post"
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php:51
|
||||
msgctxt "post"
|
||||
msgid "In-Progress"
|
||||
msgstr ""
|
||||
|
||||
#: wp-content/plugins/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php:32
|
||||
msgctxt "Admin menu name"
|
||||
msgid "Scheduled Actions"
|
||||
msgstr ""
|
||||
@@ -1227,4 +1227,9 @@ LiverRoom (Pvt) Ltd., hereby disclaims all copyright interest in the program &ld
|
||||
-->
|
||||
|
||||
|
||||
<!-- hyperise-opengraph-tags -->
|
||||
<!-- HR-2.6: -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "complianz-terms-conditions",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "cgb-scripts start",
|
||||
"build": "cgb-scripts build",
|
||||
"eject": "cgb-scripts eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/i18n": "^3.9.0",
|
||||
"axios": "^0.21.1",
|
||||
"cgb-scripts": "^1.23.0",
|
||||
"composer": "^4.1.0",
|
||||
"mpdf": "^1.0.0",
|
||||
"po2json": "^1.0.0-beta-2"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
4
spec/fixtures/dynamic_finders/plugin_version/coyote/change_log/changelog.txt
vendored
Normal file
4
spec/fixtures/dynamic_finders/plugin_version/coyote/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 =
|
||||
* First release of the plugin.
|
||||
@@ -0,0 +1,865 @@
|
||||
# Copyright (C) 2021 PressX
|
||||
# This file is distributed under the same license as the Custom Codes plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Custom Codes 2.1.9\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/custom-codes\n"
|
||||
"Last-Translator: Bilal TAS <bilal@pressx.co>\n"
|
||||
"Language-Team: PressX <info@pressx.co>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-01-20T21:53:46+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: custom-codes\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: lib/post-type.php:21
|
||||
#: lib/post-type.php:29
|
||||
msgid "Custom Codes"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wordpress.org/plugins/custom-codes/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Your custom SASS, CSS, JS and PHP customizations in same directory."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "PressX"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://pressx.co"
|
||||
msgstr ""
|
||||
|
||||
#: lib/activation.php:44
|
||||
#: lib/views/settings-area.php:20
|
||||
#: lib/views/settings-area.php:21
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:23
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:24
|
||||
#: lib/views/locations-area.php:21
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:25
|
||||
msgid "Release Order"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:26
|
||||
msgid "Author"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:47
|
||||
msgid "Not selected"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:67
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:73
|
||||
#: lib/views/locations-area.php:52
|
||||
msgid "Frontend"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:79
|
||||
#: lib/views/locations-area.php:148
|
||||
msgid "Backend"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:82
|
||||
msgid "All roles"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:98
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:103
|
||||
#: lib/views/locations-area.php:161
|
||||
msgid "Everywhere"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:108
|
||||
#: lib/views/locations-area.php:163
|
||||
msgid "Nowhere"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:116
|
||||
msgid "Page"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:119
|
||||
msgid "All pages"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:135
|
||||
msgid "Post"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:138
|
||||
msgid "All posts"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:154
|
||||
msgid "Post Type"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:157
|
||||
msgid "All post types"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:174
|
||||
#: lib/views/locations-area.php:100
|
||||
msgid "Categories / Terms"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:177
|
||||
msgid "All terms"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:196
|
||||
#: lib/views/locations-area.php:114
|
||||
msgid "Archives / Taxonomies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:199
|
||||
msgid "All taxonomies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:216
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#: lib/admin-columns.php:219
|
||||
msgid "All templates"
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:207
|
||||
msgid "DESKTOP STYLES"
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:208
|
||||
msgid "TABLET LANDSCAPE STYLES"
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:209
|
||||
msgid "TABLET PORTRAIT STYLES"
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:210
|
||||
msgid "SMARTPHONE LANDSCAPE STYLES"
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:211
|
||||
msgid "SMARTPHONE PORTRAIT STYLES"
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:212
|
||||
msgid "RETINA DISPLAY STYLES"
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:254
|
||||
msgid "Could not be written to the file."
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:270
|
||||
msgid "Could not be written to the bundle file."
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:279
|
||||
#: lib/editor-saver.php:318
|
||||
msgid "Bundle file could not be deleted."
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:289
|
||||
msgid "File could not be deleted."
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:306
|
||||
msgid "File output could not be deleted."
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:335
|
||||
#: lib/editor-saver.php:434
|
||||
msgid "No compiler found"
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:361
|
||||
#: lib/editor-saver.php:459
|
||||
msgid "Compiled output could not be written to the file."
|
||||
msgstr ""
|
||||
|
||||
#: lib/editor-saver.php:427
|
||||
msgid "Output could not be written to the file."
|
||||
msgstr ""
|
||||
|
||||
#: lib/permissions.php:38
|
||||
msgid "\"wp-content/custom_codes\" folder does not have correct permissions. Please update its permissions to be able to use the plugin."
|
||||
msgstr ""
|
||||
|
||||
#: lib/permissions.php:39
|
||||
msgid "Exists:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/permissions.php:39
|
||||
msgid "Readable:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/permissions.php:39
|
||||
msgid "Writable:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/permissions.php:39
|
||||
msgid "Executable:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/post-type.php:19
|
||||
#: lib/views/admin-bar.php:34
|
||||
msgid "Codes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/post-type.php:20
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
|
||||
#: lib/post-type.php:22
|
||||
msgid "Edit Code"
|
||||
msgstr ""
|
||||
|
||||
#: lib/post-type.php:23
|
||||
msgid "Add New Code"
|
||||
msgstr ""
|
||||
|
||||
#: lib/post-type.php:24
|
||||
msgid "No code added yet."
|
||||
msgstr ""
|
||||
|
||||
#: lib/post-type.php:25
|
||||
msgid "Search Codes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:25
|
||||
msgid "Selected language for the custom code"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:37
|
||||
msgid "Location of the code"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:51
|
||||
msgid "Pages that the code will be applied"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:63
|
||||
msgid "Posts that the code will be applied"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:75
|
||||
msgid "Post types that the code will be applied"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:87
|
||||
msgid "Terms that the code will be applied"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:99
|
||||
msgid "Taxonomies that the code will be applied"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:111
|
||||
msgid "Templates that the code will be applied"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:123
|
||||
msgid "Code includes list."
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:137
|
||||
msgid "Roles that the code will be applied"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:149
|
||||
msgid "Save count of each code post"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:162
|
||||
msgid "User defined editor theme"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:174
|
||||
msgid "User defined editor font size"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:186
|
||||
msgid "User defined editor indent option"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:199
|
||||
msgid "AJAX Saver"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:211
|
||||
msgid "Play sound when saved"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:223
|
||||
msgid "Save with \"Cmd/Ctrl S\""
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:235
|
||||
msgid "Emmet Feature"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:248
|
||||
#: lib/views/settings-area.php:151
|
||||
msgid "Initial Editor Tab"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:260
|
||||
msgid "Output Order"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:272
|
||||
msgid "Desktop <br> Media Query"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:284
|
||||
msgid "Tablet Landscape <br> Media Query"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:296
|
||||
msgid "Tablet Portrait <br> Media Query"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:308
|
||||
msgid "Smartphone Landscape <br> Media Query"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:320
|
||||
msgid "Smartphone Portrait <br> Media Query"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:332
|
||||
msgid "Retina Displays <br> Media Query"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:345
|
||||
msgid "Show admin bar menu"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register-data.php:357
|
||||
msgid "Store codes after uninstallation"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:19
|
||||
msgctxt "taxonomy general name"
|
||||
msgid "Code Groups"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:20
|
||||
msgctxt "taxonomy singular name"
|
||||
msgid "Group"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:21
|
||||
msgid "Search Groups"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:22
|
||||
msgid "All Groups"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:23
|
||||
msgid "Parent Group"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:24
|
||||
msgid "Parent Group:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:25
|
||||
msgid "Edit Group"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:26
|
||||
msgid "Update Group"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:27
|
||||
msgid "Add New Group"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:28
|
||||
msgid "New Group Name"
|
||||
msgstr ""
|
||||
|
||||
#: lib/taxonomy.php:29
|
||||
msgid "Code Groups"
|
||||
msgstr ""
|
||||
|
||||
#: lib/upgrade.php:59
|
||||
#: lib/upgrade.php:118
|
||||
msgid "Public Mixins"
|
||||
msgstr ""
|
||||
|
||||
#: lib/upgrade.php:59
|
||||
#: lib/upgrade.php:118
|
||||
msgid "Admin Mixins"
|
||||
msgstr ""
|
||||
|
||||
#: lib/upgrade.php:93
|
||||
#: lib/upgrade.php:234
|
||||
msgid "Import Mixins"
|
||||
msgstr ""
|
||||
|
||||
#: lib/upgrade.php:172
|
||||
#: lib/upgrade.php:271
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#: lib/upgrade.php:172
|
||||
#: lib/upgrade.php:271
|
||||
msgid "Public"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Admin or Public 2: Language selected
|
||||
#: lib/upgrade.php:191
|
||||
#: lib/upgrade.php:290
|
||||
msgid "%1$s Side %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: lib/upgrade.php:347
|
||||
msgid "Custom PHP Functions"
|
||||
msgstr ""
|
||||
|
||||
#: lib/upgrade.php:391
|
||||
#: lib/upgrade.php:405
|
||||
msgid "Admin Notes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/admin-bar.php:50
|
||||
msgid "Untitled Code"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/admin-bar.php:61
|
||||
msgid "All Codes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/admin-bar.php:70
|
||||
msgid "+ New Code"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:42
|
||||
msgid "SELECT EDITOR TYPE"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:51
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:77
|
||||
msgid "SHORTCUTS"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:79
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:80
|
||||
msgid "Find"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:81
|
||||
msgid "Find & Replace"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:82
|
||||
msgid "Multiple Lines"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:82
|
||||
msgid "Option/Alt + Click and Drag"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:83
|
||||
msgid "Add Multi Cursor"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:83
|
||||
msgid "Command/Ctrl + Click"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:84
|
||||
msgid "Comment the Line"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:85
|
||||
msgid "Tidy Codes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:86
|
||||
msgid "Toggle Fullscreen Mode"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:87
|
||||
msgid "Space Hierarchy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:87
|
||||
msgid "(Select) + Shift + Tab"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:88
|
||||
msgid "Emmet Abbreviations"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:88
|
||||
msgid "Write Abbs. + Tab"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:91
|
||||
msgid "Code Folding"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Editor Name 2: Language name
|
||||
#: lib/views/editor-area.php:163
|
||||
msgid "Write your custom %1$s %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:169
|
||||
msgid "Insufficient permissions to write this editor"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:172
|
||||
msgid "Editor file might exist but content is not readable and writable"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:207
|
||||
msgid "Please click \"Update\" to confirm the new language."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:215
|
||||
msgid "Dark Theme"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:216
|
||||
msgid "Light Theme"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:223
|
||||
msgid "Font Size:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:269
|
||||
msgid "OUTPUT"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/editor-area.php:270
|
||||
msgid "SAVE"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/includes-area.php:28
|
||||
msgid "Includes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:56
|
||||
msgid "Pages"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:58
|
||||
#: lib/views/locations-area.php:69
|
||||
#: lib/views/locations-area.php:89
|
||||
#: lib/views/locations-area.php:102
|
||||
#: lib/views/locations-area.php:116
|
||||
#: lib/views/locations-area.php:126
|
||||
#: lib/views/locations-area.php:150
|
||||
msgid "Optional"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:58
|
||||
msgid "Select specific page(s):"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:64
|
||||
msgid "If none of them selected, codes will be applied all pages."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:67
|
||||
msgid "Posts"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:69
|
||||
msgid "Select specific post(s):"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:84
|
||||
#: lib/views/locations-area.php:97
|
||||
msgid "If none of them selected, codes will be applied all single posts."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:87
|
||||
msgid "Post Types"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:89
|
||||
msgid "Select specific post type(s):"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:102
|
||||
msgid "Select specific term(s):"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:116
|
||||
msgid "Select specific taxonomy(s):"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:124
|
||||
msgid "Templates"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:126
|
||||
msgid "Select specific template(s):"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:143
|
||||
msgid "If none of them selected, codes will be applied all the pages that have any assigned custom template."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:150
|
||||
msgid "Select specific role(s):"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:156
|
||||
msgid "If none of them selected, codes will be applied all roles."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:159
|
||||
msgid "Login Screen"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:171
|
||||
msgid "Current Editor File:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:172
|
||||
#: lib/views/locations-area.php:174
|
||||
#: lib/views/locations-area.php:181
|
||||
#: lib/views/locations-area.php:183
|
||||
msgid "Copied!"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:172
|
||||
#: lib/views/locations-area.php:174
|
||||
#: lib/views/locations-area.php:181
|
||||
#: lib/views/locations-area.php:183
|
||||
msgid "Click to Copy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:174
|
||||
#: lib/views/locations-area.php:183
|
||||
msgid "Compiled"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:180
|
||||
msgid "Output File:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/locations-area.php:194
|
||||
msgid "Release Order:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:48
|
||||
msgid "Custom Codes Settings"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:53
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:54
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:59
|
||||
msgid "Editor"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:60
|
||||
msgid "Style"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:61
|
||||
msgid "Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:72
|
||||
msgid "Settings saved."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:72
|
||||
msgid "Note: If you just update the media queries, you need to update the style codes to apply new ones."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:73
|
||||
msgid "Dismiss this notice."
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:85
|
||||
msgid "Editor Settings"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:86
|
||||
msgid "Change the general settings"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:95
|
||||
#: lib/views/settings-area.php:109
|
||||
#: lib/views/settings-area.php:307
|
||||
msgid "Yes, please"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:95
|
||||
#: lib/views/settings-area.php:109
|
||||
#: lib/views/settings-area.php:120
|
||||
msgid "Recommended for better experience"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:96
|
||||
msgid "No, use default WP post saver"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:104
|
||||
msgid "Only works if AJAX saver enabled"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:110
|
||||
msgid "No sound"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:120
|
||||
msgid "Yes, use keyboard shortcut"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:121
|
||||
msgid "No keyboard shortcut"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:131
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:131
|
||||
msgid "Recommended"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:132
|
||||
msgid "Deactive"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:145
|
||||
msgid "Style Settings"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:146
|
||||
msgid "Change the settings related to styles"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:157
|
||||
msgid "First Editor"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:157
|
||||
#: lib/views/settings-area.php:192
|
||||
#: lib/views/settings-area.php:206
|
||||
#: lib/views/settings-area.php:220
|
||||
#: lib/views/settings-area.php:234
|
||||
#: lib/views/settings-area.php:248
|
||||
#: lib/views/settings-area.php:262
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:161
|
||||
msgid "Global Editor"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:161
|
||||
msgid "Editor without Media Query"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:174
|
||||
msgid "Mobile First"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:175
|
||||
msgid "Recommended for mobile performance"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:179
|
||||
msgid "Desktop First"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:191
|
||||
#: lib/views/settings-area.php:194
|
||||
#: lib/views/settings-area.php:205
|
||||
#: lib/views/settings-area.php:219
|
||||
#: lib/views/settings-area.php:233
|
||||
#: lib/views/settings-area.php:247
|
||||
#: lib/views/settings-area.php:249
|
||||
#: lib/views/settings-area.php:261
|
||||
msgid "No media query"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:270
|
||||
msgid "Reset Media Queries as"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:273
|
||||
msgid "Mobile First (Min Width)"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:274
|
||||
msgid "Desktop First (Max Width)"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:286
|
||||
msgid "Plugin Settings"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:287
|
||||
msgid "Change the core plugin settings"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:296
|
||||
msgid "Yes, show the menu"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:296
|
||||
msgid "Recommended for easy access"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:297
|
||||
msgid "Hide the menu on admin bar"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:307
|
||||
msgid "Recommended for later use"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:308
|
||||
msgid "Delete the codes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/views/settings-area.php:319
|
||||
msgid "Save Changes"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,8 @@
|
||||
***CHANGELOG***
|
||||
|
||||
|
||||
Version 1.0.0 - 09 March 2021
|
||||
|
||||
|
||||
* Initial release
|
||||
|
||||
@@ -0,0 +1,172 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Dark Mode Lite 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://frsarker.com\n"
|
||||
"POT-Creation-Date: 2021-01-17 07:08+0600\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: functions.php:56
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/save_advanced.php:20
|
||||
msgid "Advanced Settings Updated."
|
||||
msgstr ""
|
||||
|
||||
#: includes/save_general.php:22
|
||||
msgid "General Settings Updated."
|
||||
msgstr ""
|
||||
|
||||
#: includes/save_style.php:21
|
||||
msgid "Style Settings Updated."
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:11
|
||||
msgid "Dark Mode Lite"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:12
|
||||
msgid "Dark Night Mode functionality for your WordPress Website"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:19
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:27
|
||||
msgid "General Settings:"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:30
|
||||
msgid "Dark Mode (Visitor)"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:33 views/main-container.php:43
|
||||
#: views/main-container.php:82
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:34 views/main-container.php:44
|
||||
#: views/main-container.php:83
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:40
|
||||
msgid "Dark Mode (Admin Panel)"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:50
|
||||
msgid "Make Dark First"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:53
|
||||
msgid "Enable - Visitors will see the dark mode first"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:54
|
||||
msgid "Disable - Visitors will see the light mode first"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:60 views/main-container.php:122
|
||||
#: views/main-container.php:184
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:68
|
||||
msgid "Advanced Settings"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:76
|
||||
msgid "Advanced Settings:"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:79
|
||||
msgid "Low Image Brightness"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:91
|
||||
msgid "Image Brightness Level"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:129
|
||||
msgid "Style Settings"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:137
|
||||
msgid "Style Settings:"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:140
|
||||
msgid "Floating Switch Style"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:143
|
||||
msgid "Switch 1"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:144
|
||||
msgid "Switch 2 - Available in Pro Version"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:150
|
||||
msgid "Floating Switch Color (Pro)"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:157
|
||||
msgid "Floating Switch Position"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:160
|
||||
msgid "Bottom Right"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:161
|
||||
msgid "Bottom Left"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:167
|
||||
msgid "Color Preset"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:170
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:171
|
||||
msgid "Color Preset 2 - Available in Pro Version"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:172
|
||||
msgid "Color Preset 3 - Available in Pro Version"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:173
|
||||
msgid "Color Preset 4 - Available in Pro Version"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:174
|
||||
msgid "Color Preset 5 - Available in Pro Version"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:175
|
||||
msgid "Color Preset 6 - Available in Pro Version"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:176
|
||||
msgid "Color Preset 7 - Available in Pro Version"
|
||||
msgstr ""
|
||||
|
||||
#: views/main-container.php:177
|
||||
msgid "Custom Background/Text/Link Color - Available in Pro Version"
|
||||
msgstr ""
|
||||
149
spec/fixtures/dynamic_finders/plugin_version/deau-api/translation_file/languages/deau-api-en_US.po
vendored
Normal file
149
spec/fixtures/dynamic_finders/plugin_version/deau-api/translation_file/languages/deau-api-en_US.po
vendored
Normal file
@@ -0,0 +1,149 @@
|
||||
# Copyright (C) 2020 Caronima Inc.
|
||||
# This file is distributed under the same license as the DBP Cloud WP Plugin package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: deAU API Plugin Pot v1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
||||
"POT-Creation-Date: 2021-01-06 21:21+0900\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: info@caronima.com\n"
|
||||
"Language: en_US\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.4.2\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: assets/sidebar.php:9
|
||||
msgid "開発者"
|
||||
msgstr "Developer"
|
||||
|
||||
#: assets/sidebar.php:9
|
||||
msgid "株式会社カロニマ"
|
||||
msgstr "Caronima Inc."
|
||||
|
||||
#: assets/sidebar.php:11
|
||||
msgid "WebアプリのYouTube"
|
||||
msgstr "Web App YouTube"
|
||||
|
||||
#: assets/sidebar.php:12
|
||||
msgid "WebアプリのFacebook"
|
||||
msgstr "Web App Facebook"
|
||||
|
||||
#: assets/sidebar.php:13
|
||||
msgid "WebアプリのTwitter"
|
||||
msgstr "Web App Twitter"
|
||||
|
||||
#: assets/sidebar.php:14
|
||||
msgid "Webアプリ"
|
||||
msgstr "Web App"
|
||||
|
||||
#: assets/sidebar.php:15
|
||||
msgid "Webアプリの利用規約"
|
||||
msgstr "Web App Terms"
|
||||
|
||||
#: assets/sidebar.php:16
|
||||
msgid "Webアプリのプライバシーポリシー"
|
||||
msgstr "Web App Privacy Policy"
|
||||
|
||||
#: assets/sidebar.php:17
|
||||
msgid "開発者のWebサイト"
|
||||
msgstr "Corporate Website"
|
||||
|
||||
#: assets/sidebar.php:21
|
||||
msgid "プラグイン名"
|
||||
msgstr "Plugin Name"
|
||||
|
||||
#: assets/sidebar.php:23
|
||||
msgid "プラグインバージョン"
|
||||
msgstr "Plugin Version"
|
||||
|
||||
#: assets/sidebar.php:25
|
||||
msgid "Webアプリ名"
|
||||
msgstr "Web App Name"
|
||||
|
||||
#: deau-api.php:36
|
||||
#, php-format
|
||||
msgid "このプラグインは、PHP %s 以上が必要になります。"
|
||||
msgstr "Oops, this plugin will soon require PHP %s or higher."
|
||||
|
||||
#: deau-api.php:69
|
||||
msgid "PHPのクラス名が競合しています。"
|
||||
msgstr "Oops, PHP Class Name Conflict."
|
||||
|
||||
#: function.php:91
|
||||
msgid "法人番号"
|
||||
msgstr "Japan Corporate Number"
|
||||
|
||||
#: function.php:95
|
||||
msgid "deAU Appパスワード"
|
||||
msgstr "deAU App password"
|
||||
|
||||
#: function.php:100
|
||||
msgid "法人情報"
|
||||
msgstr "Corporate information"
|
||||
|
||||
#: function.php:106
|
||||
msgid "ERROR! CODE 402: WebアプリのAPIが停止中です。"
|
||||
msgstr "ERROR! CODE 402: The API of the web application is stopped."
|
||||
|
||||
#: function.php:162
|
||||
msgid "deAUのWebアプリでデータの編集・確認"
|
||||
msgstr "Edit / check data on deAU web app"
|
||||
|
||||
#: function.php:166
|
||||
msgid "ERROR! CODE 404: WebアプリのAPIのエンドポイントが見つかりません。"
|
||||
msgstr "ERROR! CODE 404: Web app API endpoint not found."
|
||||
|
||||
#: function.php:172
|
||||
msgid "ショートコード: "
|
||||
msgstr "Shortcodes: "
|
||||
|
||||
#: function.php:181 function.php:189
|
||||
msgid "削除"
|
||||
msgstr "Delete"
|
||||
|
||||
#: function.php:189
|
||||
msgid "このショートコードを削除しますか?この操作は取り消せません。"
|
||||
msgstr "Do you want to remove this shortcode? This operation cannot be undone."
|
||||
|
||||
#: function.php:190
|
||||
msgid "ショートコードを作成"
|
||||
msgstr "Create a shortcode"
|
||||
|
||||
#: function.php:195
|
||||
msgid "法人沿革"
|
||||
msgstr "Corporate history"
|
||||
|
||||
#: function.php:196
|
||||
msgid "沿革表示ショートコード: "
|
||||
msgstr "History display shortcode: "
|
||||
|
||||
#: function.php:203
|
||||
msgid ""
|
||||
"ショートコードで書き出されたHTML及び法人沿革のスタイルは、左メニューの 外観 "
|
||||
"-> カスタマイズ -> 追加 CSS にて編集できます。(Wordpress ver.4.7以降)"
|
||||
msgstr ""
|
||||
"The HTML and corporate history styles exported by shortcode can be edited "
|
||||
"with Appearance-> Customize-> Additional CSS on the left menu. (Wordpress "
|
||||
"ver.4.7 or later)"
|
||||
|
||||
#: function.php:275
|
||||
msgid ""
|
||||
"ERROR: deAU APIのショートコードのslugの値が空か又はその値が存在しません。"
|
||||
msgstr "ERROR: The deAU API shortcode slug value is empty or does not exist."
|
||||
|
||||
#: function.php:284
|
||||
msgid "ERROR: deAU APIのショートコードのslugの値を指定してください。"
|
||||
msgstr "ERROR: Specify the slug value of the deAU API shortcode."
|
||||
|
||||
#~ msgid "Author"
|
||||
#~ msgstr "Author"
|
||||
@@ -0,0 +1,227 @@
|
||||
# Copyright (C) 2020 WP Git Updater
|
||||
# This file is distributed under the GPLv2.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Display Display Git Status 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"https://wordpress.org/support/plugin/display-git-status\n"
|
||||
"POT-Creation-Date: 2020-12-22 16:38:51+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2020-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 0.5.4\n"
|
||||
"X-Poedit-KeywordsList: "
|
||||
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
||||
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
||||
"Language: en\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-Country: United States\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-Basepath: ../\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-Bookmarks: \n"
|
||||
"X-Textdomain-Support: yes\n"
|
||||
|
||||
#: display-git-status.php:86 display-git-status.php:436
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:209
|
||||
#. translators: Asserting the current git branch
|
||||
msgid "You are currently on the %s branch"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:217
|
||||
#. translators: Asserting the current git branch
|
||||
msgid "You are currently on the %s branch, but there are uncommitted changes!"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:227 display-git-status.php:296
|
||||
msgid "Git Icon"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:242 display-git-status.php:297
|
||||
msgid "Display Git Status"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:251
|
||||
msgid ""
|
||||
"The function shell_exec is unavailable. The plugin cannot function "
|
||||
"correctly without it!"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:254
|
||||
msgid ""
|
||||
"The saved location is not a git repository! The git status menu item will "
|
||||
"be hidden from view."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:305
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:316
|
||||
#. translators: Author credit
|
||||
msgid "Git status is brought to you by "
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:320
|
||||
#. translators: Author credit tagline
|
||||
msgid "Automated Source Controlled WordPress Updates."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:352
|
||||
msgid "Git Settings"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:353
|
||||
msgid "Git Repository Location"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:355
|
||||
msgid "Git Status"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:356
|
||||
msgid "Repository Status"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:357
|
||||
msgid "Last Commit"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:369
|
||||
msgid "Settings Saved"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:417
|
||||
msgid "Introduction"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:418
|
||||
msgid ""
|
||||
"Display Git Status is a pretty simple plugin, all it needs is access to the "
|
||||
"shell_exec function and to be pointed at a git repository."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:419
|
||||
msgid ""
|
||||
"The plugin will not perform any state altering operations, it will access "
|
||||
"the repository using read only methods to fetch information like branch "
|
||||
"name, last commit and status."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:426
|
||||
msgid "Admin Bar Item"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:427
|
||||
msgid ""
|
||||
"When directed to a git repository via the \"Git Repository Location\" "
|
||||
"setting the plugin will add a new admin bar item with the git icon."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:428
|
||||
msgid "Next to the icon you can see the branch name currently checked out."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:429
|
||||
msgid ""
|
||||
"Take note of the background color of this item. When the background is red "
|
||||
"it means your local repository is out of sync with git."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:437
|
||||
msgid "The plugin only has one setting, and that's the repository location."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:438
|
||||
msgid "From this its able to perform all of its other functions."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:439
|
||||
msgid ""
|
||||
"The repository location is most likely to be your wp-content folder, or the "
|
||||
"root folder of the install."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:442
|
||||
#. translators: Blog post link
|
||||
msgid "Checkout our blog on %s for some of the common approaches."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:443
|
||||
msgid "WordPress Source Control Strategies"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:446
|
||||
msgid ""
|
||||
"However it can be anything suitable for your use case. It doesn't even have "
|
||||
"to be WordPress, you could use it to be aware of any git repository on the "
|
||||
"local filesystem (that the php process user as access to)."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:453
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:455
|
||||
msgid ""
|
||||
"Display Git Status is a complimentary plugin for Git Source Controlled "
|
||||
"websites, provided by WP Git Updater."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:456
|
||||
msgid ""
|
||||
"WP Git Updater provides an automated plugin and theme update service for "
|
||||
"git source controlled WordPress sites."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:457
|
||||
msgid ""
|
||||
"Use of Git status does not require an active subscription to the WP Git "
|
||||
"Updater service. However we would super greatful if you tried out our 10 "
|
||||
"day free trial."
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:460
|
||||
#. translators: About us link
|
||||
msgid "Visit %s for more information."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "WP Git Updater"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:468
|
||||
msgid "For more information:"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:470
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
#: display-git-status.php:471
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Display Display Git Status"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wpgitupdater.dev/docs/latest/plugins#display-display-git-status"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"A simple WordPress plugin to display your current git branch and status in "
|
||||
"the admin area."
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://wpgitupdater.dev"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,299 @@
|
||||
# Copyright (C) 2021 dozentlms.com
|
||||
# This file is distributed under the GPLv2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Dozent LMS Certificate 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 19:02:08+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: DozentLMS Certificate\n"
|
||||
"Language-Team: DozentLMS Certificate\n"
|
||||
"Language: en\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-Country: United States\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: "
|
||||
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
||||
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
||||
"X-Poedit-Basepath: ../\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-Bookmarks: \n"
|
||||
"X-Textdomain-Support: yes\n"
|
||||
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
||||
|
||||
#: core/classes/Certificate_Download.php:46
|
||||
msgid "Download Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Download.php:128
|
||||
msgid "Course Not found"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Metabox.php:27
|
||||
msgid "Certificate Builder"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Metabox.php:111
|
||||
msgid "Perfect certificate image size : w-%s, h-%s"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:27
|
||||
msgid "Add New Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:28
|
||||
msgid "New Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:29
|
||||
msgid "Edit Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:30
|
||||
msgid "View Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:31 core/classes/WPDashboard.php:22
|
||||
#: core/views/certificates-list.php:13
|
||||
msgid "Certificates"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:32
|
||||
msgid "Search Certificates"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:33
|
||||
msgid "Parent Certificates:"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:34
|
||||
msgid "No lectures found."
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:35
|
||||
msgid "No lectures found in Trash."
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:40
|
||||
msgid "Description."
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Template.php:66
|
||||
msgid "Certificate Template"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Template.php:67
|
||||
msgid "Choose a certificate template to personalize your course certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:36
|
||||
msgid ""
|
||||
"%s PHP Version Upgrade Notice: %s In order to use %s, your server PHP "
|
||||
"version requires at least %s or greater"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:38
|
||||
msgid ""
|
||||
"Currently your server running PHP version %s which out of date, upgrade "
|
||||
"your PHP version"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:49
|
||||
msgid "In order to use %s Plugin, your server must have installed GD extension"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:93
|
||||
msgid ""
|
||||
"in order to work %s properly, you must need to activate the Dozent LMS Core "
|
||||
"plugin."
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:94
|
||||
msgid "Activate Dozent LMS Now"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:103
|
||||
msgid ""
|
||||
"in order to work %s properly, you must need to install the Dozent LMS Core "
|
||||
"plugin."
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:104
|
||||
msgid "Install Dozent LMS Now"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:134
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:138
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:139
|
||||
msgid "Set up certificate settings to control the Dozent LMS certificate plugin"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:143
|
||||
msgid "Course Specific Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:144
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Dozent_LMS_Certificate_Base.php:145
|
||||
msgid ""
|
||||
"Course-specific certificates allow instructors to choose certificate "
|
||||
"templates for each course."
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate.php:153
|
||||
msgid "Course Title"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:43
|
||||
msgid "Example Template"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:53
|
||||
msgid "Certificate Content"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:64
|
||||
msgid "Content Wrapper"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:69
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:75
|
||||
msgid ""
|
||||
"Set total width of certificate content as per your certificate design, "
|
||||
"preferable width is 520"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:83 core/views/certificate_builder.php:174
|
||||
msgid "Font Family"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:97 core/views/certificate_builder.php:188
|
||||
msgid "Font Size"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:103
|
||||
#: core/views/certificate_builder.php:194
|
||||
msgid "Set font size, preferable 18"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:111
|
||||
msgid "Font Color"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:118
|
||||
msgid "Set color of the text"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:126
|
||||
msgid "Text Align"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:132
|
||||
msgid "Left"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:137
|
||||
msgid "Center"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:142
|
||||
msgid "Right"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:151
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:162
|
||||
msgid ""
|
||||
"Adjust top margin as per your designs requirement. To make center content, "
|
||||
"set left - auto, right - auto"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:169
|
||||
msgid "Student Name"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificate_builder.php:206
|
||||
msgid "Test Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificates-list.php:15
|
||||
msgid "Add Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificates-list.php:44
|
||||
msgid "Set as Default"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificates-list.php:58 core/views/certificates-list.php:62
|
||||
msgid "Import Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/views/certificates-list.php:59
|
||||
msgid ""
|
||||
"Import pre-designed certificate to use those instants, you can always add "
|
||||
"your custom-designed certificate"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Dozent LMS Certificate"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid ""
|
||||
"https://www.dozentlms.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&"
|
||||
"utm_medium=wp-dash"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Dozent LMS Certificate allows students to receive a certificate when they "
|
||||
"completed any course."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "dozentlms.com"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid ""
|
||||
"https://www.dozentlms.com/dozent-lms-certificate/?utm_source=wp-plugins&utm_"
|
||||
"campaign=plugin-uri&utm_medium=wp-dash"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:22
|
||||
msgctxt "post type general name"
|
||||
msgid "Certificates"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:23
|
||||
msgctxt "post type singular name"
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:24
|
||||
msgctxt "admin menu"
|
||||
msgid "Certificates"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:25
|
||||
msgctxt "add new on admin bar"
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: core/classes/Certificate_Post_Type.php:26
|
||||
msgctxt "certificate"
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
3042
spec/fixtures/dynamic_finders/plugin_version/dozent/translation_file/languages/dozent.pot
vendored
Normal file
3042
spec/fixtures/dynamic_finders/plugin_version/dozent/translation_file/languages/dozent.pot
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,50 @@
|
||||
# Copyright (C) 2021 WP Ninjas - Jonas Tietgen, Ferry Abt
|
||||
# This file is distributed under the same license as the Duplicate Pages, Posts & CPT plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Duplicate Pages, Posts & CPT 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/duplicate-by-wpninjas\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-01-28T11:31:53+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: duplicate-pages-posts\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Duplicate Pages, Posts & CPT"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wp-ninjas.de/plugins/duplicate-pages-posts/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Duplicate pages, posts and custom post types with all their settings and contents with a single click."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP Ninjas - Jonas Tietgen, Ferry Abt"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wp-ninjas.de/"
|
||||
msgstr ""
|
||||
|
||||
#: duplicate-pages-posts.php:43
|
||||
msgctxt "list link"
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: duplicate-pages-posts.php:72
|
||||
msgctxt "admin bar"
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: duplicate-pages-posts.php:98
|
||||
msgctxt "post title"
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,39 @@
|
||||
# Copyright (C) 2020 Sebastian Pisula
|
||||
# This file is distributed under the same license as the Duplicate Term plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Duplicate Term 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/duplicate-term\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-12-19T21:27:24+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: duplicate-term\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Duplicate Term"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Duplicate terms."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Sebastian Pisula"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://profiles.wordpress.org/sebastianpisula/"
|
||||
msgstr ""
|
||||
|
||||
#: duplicate-term.php:77
|
||||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: duplicate-term.php:106
|
||||
msgid "%s (Clone %d)"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,49 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: xq-xe-xt-xy 1.0\n"
|
||||
"POT-Creation-Date: 2018-07-11 09:44+0300\n"
|
||||
"PO-Revision-Date: 2018-07-11 09:44+0300\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Marko Maksym\n"
|
||||
"Language: uk_UA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"X-Poedit-Basepath: ../includes\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Poedit-KeywordsList: __;_e\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: admin/class-admin-main.php:66
|
||||
msgid "Title of the page"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin-main.php:66
|
||||
msgid "Link Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin-main.php:69
|
||||
msgid "Submenu title"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-admin-main.php:69
|
||||
msgid "Submenu item"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/index.php:8
|
||||
msgid "Settings Page"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/main_module_menu.php:10
|
||||
msgid "Main page"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/main_module_menu.php:13 admin/templates/page1.php:8
|
||||
msgid "Page 1"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/main_module_menu.php:16 admin/templates/page2.php:8
|
||||
msgid "Page 2"
|
||||
msgstr ""
|
||||
156
spec/fixtures/dynamic_finders/plugin_version/easy-contact-form-pro/change_log/changelogs.txt
vendored
Normal file
156
spec/fixtures/dynamic_finders/plugin_version/easy-contact-form-pro/change_log/changelogs.txt
vendored
Normal file
@@ -0,0 +1,156 @@
|
||||
== Changelog ==
|
||||
= 1.1.1.0 =* TWEAK : Ability to use custom Date Format in Date form field
|
||||
* FIXED : Many other PHP and CSS clean and optimization
|
||||
|
||||
= 1.1.0.9 =* FIXED : RTL ( right to left ) language issue for several countries
|
||||
* FIXED : Many other PHP and CSS clean and optimization
|
||||
|
||||
= 1.1.0.7 =* FIXED : Date Range dropdown issue on mobile devices
|
||||
* FIXED : PHP error issue on Submissions page
|
||||
* FIXED : Many other PHP and CSS clean and optimization
|
||||
* FIXED : Simple Captcha random char not show up on first load
|
||||
* FIXED : SMTP password and configuration issue in PHP 7
|
||||
* TWEAK : Now you can easily add the form using Gutenberg block
|
||||
* TWEAK : Now this plugin support for using GMAIL SMTP with OAuth method for both Gmail or G Suite
|
||||
* TWEAK : Form preview now opened in lightbox instead of in a new tab
|
||||
|
||||
= 1.1.0.5 =* FIXED : Shortcode generator CSS conflict with another GhozyLab plugins
|
||||
|
||||
= 1.1.0.3 =* FIXED : Shortcode Generator button disappeared in Gutenberg editor (WP version 5+)
|
||||
* FIXED : Many other PHP and CSS clean and optimization
|
||||
|
||||
= 1.1.0.1 =* UPDATED : PHP 7 Compatibility
|
||||
* FIXED : Sender Maps API
|
||||
* FIXED : PHP Switch error on several host
|
||||
* FIXED : Icon indicator not update if has same IP Address on block/unblock IP Address
|
||||
|
||||
= 1.1.0.0 =* FIXED : Ability to set email subject
|
||||
* FIXED : PHP error when export to CSV
|
||||
* FIXED : Checkbox validation issue
|
||||
* FIXED : Form not appear when only available one form in widget list
|
||||
* FIXED : Many other PHP and CSS clean and optimization
|
||||
* TWEAK : Sent, error and warning notifications with modal message box
|
||||
* TWEAK : Permission on Submissions page, only Admin that can read the sensitive data such as email or IP address
|
||||
* UPDATED : Font Awesome to 4.7.0
|
||||
* UPDATED : Form Validation script
|
||||
|
||||
= 1.0.9.9 =* FIXED : CSS focus issue on submit button
|
||||
* FIXED : Simple Captcha issue on first load
|
||||
* FIXED : Google new reCaptcha issue on mobile device
|
||||
* FIXED : Form footer width issue on several themes
|
||||
* FIXED : jQuery error on Support Page
|
||||
* FIXED : Form styles not applied to modal form
|
||||
* FIXED : Image header PHP error on several themes / hosting provider
|
||||
* TWEAK : Ability to insert the form easily via Visual Composer Components list
|
||||
* TWEAK : Ability to disable Sticky / Popup form on mobile device. See on Global Settings > Sticky Form > Disable on Mobile
|
||||
* TWEAK : Ability to set Form Align. See on Docs & Help Center > Troubleshooting & Tutorials > Align
|
||||
* TWEAK : Ability to export sender email to CSV format. See on Submissions > Top Left Dropdown menu > Export Email to CSV option
|
||||
* UPDATED : Form builder core script
|
||||
|
||||
= 1.0.9.7 =* FIXED : Lightbox issue on free plugins page
|
||||
* FIXED : Typography issue ( font color & size not applied ) when use Open Sans font type
|
||||
* TWEAK : Ability to change field text color. See on Settings > Layout & Styles > Form Elements > Fields Text Color
|
||||
* TWEAK : Ability to set the background color if there are error/no error on fields when form submitted. See on Settings > Layout & Styles > Form Elements > Fields Background Color on Success & Fields Background Color on Error
|
||||
* TWEAK : Ability to use image for your form background. See on Settings > Layout & Styles > Form Layout > Form Pattern or Form Background
|
||||
|
||||
= 1.0.9.5 =* ADDED : Option to clone/duplicate forms. See on Forms Overview Page
|
||||
* ADDED : Two Error message styles ( Shake & Pulsate effect ). See on Settings > Layout & Styles > Form Elements > Error Message Style
|
||||
* FIXED : Cross-site scripting (XSS) vulnerability. PLEASE UPDATE NOW!
|
||||
* FIXED : Field icons not appear in several Themes
|
||||
* FIXED : Form pattern and form background color issue on Popup Mode
|
||||
* TWEAK : Menu form ( edit, duplicate, preview & delete ) on Forms Overview
|
||||
* TWEAK : Function to avoid conflict with Lite version
|
||||
|
||||
= 1.0.9.3 =* FIXED : Date Range issue
|
||||
* FIXED : Email Subject will auto use Email Header when no email field on the form
|
||||
* FIXED : Label font size & style
|
||||
* FIXED : Many other PHP and CSS clean and optimization
|
||||
* ADDED : Number field
|
||||
* ADDED : Custom HTML Code field
|
||||
* ADDED : New Option to set fields margin. See on Settings > Layout & Styles > Form Elements > Fields Margin
|
||||
* TWEAK : Ability to change field icon color. See on Settings > Layout & Styles > Form Elements > Fields Icon Color
|
||||
* TWEAK : Ability to change field border color. See on Settings > Layout & Styles > Form Elements > Fields Border Color
|
||||
* TWEAK : Ability to set Message and Textarea rows ( height ). Click Message and Textarea field on Form editor and you will find the option on the left panel named Field Attributes
|
||||
|
||||
= 1.0.9.1 =* ADDED : Send a Copy Option. See on Form Settings > Email
|
||||
* UPDATED : Font Awesome to 4.5.0
|
||||
* TWEAK : Submission details list so you can get all form data based on user input. See on Submissions > View Details
|
||||
|
||||
= 1.0.9.0 =* FIXED : Contact Form Widget disappear
|
||||
|
||||
= 1.0.8.9 =* TWEAK : Ability to set multiple recipient ( multiple recipients may be specified using a comma-separated email ). For example : a@domain.com, b@domain.com, c@domain.com etc.
|
||||
* TWEAK : Ability to change language for BROWSE text on Attachment field and --- SELECT --- text on Dropdown field. See on Settings > Miscellaneous > Custom Text / Label
|
||||
|
||||
= 1.0.8.7 =* FIXED : Sticky Form scrollbar issue in several modern browser
|
||||
|
||||
= 1.0.8.5 =* ADDED : Ability to reply message directly from Submissions list. See on Easy Contact Pro > Submissions
|
||||
* ADDED : Sticky Form Posts / Pages exclusion option
|
||||
= 1.0.8.3 =* FIXED : Disable Metabox Toggle Function
|
||||
* FIXED : CSS conflict with several themes
|
||||
* FIXED : Widget issue in version WP 4.2.4 and ready for WP 4.3 ( Release on August 18 )
|
||||
* ADDED : General Settings page, see on Global Settings menu
|
||||
* ADDED : Google Fonts Support
|
||||
* ADDED : Ability to open Form from Link ( image or text link ), see on Docs & Help Center Page to apply it
|
||||
* ADDED : Typography option, see on Form Settings > Layout & Styles
|
||||
* ADDED : Option to be able to get popup notification in admin area if you get a new email or when available new info or news. See on Global Settings > General Settings
|
||||
|
||||
= 1.0.8.1 =* FIXED : Send email error message
|
||||
* ADDED : New Feature that allow you to use image in form header. See on Settings > Layout & Styles > Header & Footer Area
|
||||
* ADDED : Refresh Captcha ( Simple Captcha ) button
|
||||
* ADDED : WP_DEBUG check on Admin Init
|
||||
* ADDED : Contact Support Form, see on Easy Contact Pro > Docs & Help Center menu
|
||||
* UPDATED : Ability to remove default name, email and message fields
|
||||
* FIXED : Optimizing for Mobile
|
||||
|
||||
= 1.0.7.19 =* FIXED : Submit loading animation when reCaptcha error
|
||||
* UPDATED : Font Awesome to 4.3.0
|
||||
* UPDATED : Global Settings Page interface, now using AJAX
|
||||
* ADDED : Extra Page, this feature will make you more easy to earn money with GhozyLab Affiliate Program. See on Whats New tab.
|
||||
* ADDED : New Hook in form header, this option to make the form support for the next Addons release such as Change form header with image/icon, etc
|
||||
* FIXED : Deactivate license when WP_DEBUG is true
|
||||
|
||||
= 1.0.7.17 =* NEW : Welcome Page
|
||||
* FIXED : New reCAPTCHA & Old reCAPTCHA responsive issue
|
||||
* FIXED : Preview mode on several themes
|
||||
* FIXED : Preview mode on site with SSL ON
|
||||
* FIXED : Undefined ajaxurl
|
||||
|
||||
= 1.0.7.15 =* ADDED : Slider field
|
||||
* ADDED : Date Range field so you can easily set start and finish date just one click
|
||||
* ADDED : Sender information including country, location ( Geolocation ), IP Address, etc. See on Easy Contact Pro > Submissions > View Details
|
||||
* ADDED : Option to set the error message ( Tooltip or Text under each field ). See on Layout & Styles > Form Elements > Error Message Style
|
||||
* ADDED : Option to set form padding
|
||||
* ADDED : New function to be able to use Addons ( BETA )
|
||||
* FIXED : Single quote issue in Message after sent.
|
||||
* FIXED : Preview mode on several themes, for example Avada theme.
|
||||
* FIXED : Loss SMTP password when re-save the settings
|
||||
* IMPORTANT : Connection issue with GhozyLab server, please update NOW!
|
||||
|
||||
= 1.0.7.13 =* FIXED : Global setting missing style when saved on WP Multisite
|
||||
* FIXED : Encrypt/Decrypt SMTP password function
|
||||
* ADDED : Address field
|
||||
|
||||
= 1.0.7.11 =* FIXED : Text area width
|
||||
* ADDED : Phone field with fancy mask
|
||||
|
||||
= 1.0.7.10 =* FIXED : Disappearance of name field.
|
||||
|
||||
= 1.0.7.9 =* ADDED : Sticky Popup Form. You can put the form to show in sticky/Popup mode. See on Global Settings > Sticky Popup Form
|
||||
* ADDED : Form Preview option in Form Editor
|
||||
* ADDED : Date and Rating System form fields
|
||||
* ADDED : form Pattern Option ( see on Layout & Styles > Form Layout )
|
||||
* ADDED : New Option to set Form footer color ( see on Layout & Styles > Header & Footer Area )
|
||||
* FIXED : Send email error when WP_DEBUG ( in wp-config.php ) set to TRUE
|
||||
|
||||
= 1.0.7.7 =* ADDED : Form pre-loader
|
||||
* ADDED : SMPT mail function and SMPT Mail Settings Page ( Global Settings )
|
||||
* FIXED : Fields CSS issue on several themes
|
||||
* FIXED : Submission page issue
|
||||
|
||||
= 1.0.7.5 =* ADDED : Submissions Report & Statistic Page
|
||||
* ADDED : Free Install Plugin Page
|
||||
* FIXED : Default form width and default form title
|
||||
|
||||
= 1.0.7.3 =* FIXED : If checkbox label containing single quote
|
||||
|
||||
= 1.0.0.0 =* This is the launch version. No changes yet
|
||||
@@ -0,0 +1,67 @@
|
||||
# Copyright (C) 2021 Erika Gili
|
||||
# This file is distributed under the same license as the Email Fields for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Email Fields for WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/email-fields-for-woocommerce\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-02-16T10:40:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: email-fields-for-woocommerce\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Email Fields for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.penguinet.it/progetti/email-fields-for-woocommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Manage Reply To and BCC of the WooCommerce emails"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Erika Gili"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.penguinet.it"
|
||||
msgstr ""
|
||||
|
||||
#: src/GeneralFields.php:38
|
||||
msgid "Email Reply-To options"
|
||||
msgstr ""
|
||||
|
||||
#: src/GeneralFields.php:44
|
||||
msgid "\"Reply-To\" name"
|
||||
msgstr ""
|
||||
|
||||
#: src/GeneralFields.php:45
|
||||
msgid "How the Reply-To name appears in outgoing WooCommerce emails."
|
||||
msgstr ""
|
||||
|
||||
#: src/GeneralFields.php:57
|
||||
msgid "\"Reply-To\" address"
|
||||
msgstr ""
|
||||
|
||||
#: src/GeneralFields.php:58
|
||||
msgid "The Reply-To email address in outgoing WooCommerce emails. Add only one."
|
||||
msgstr ""
|
||||
|
||||
#: src/GeneralFields.php:85
|
||||
msgid "Email Bcc options"
|
||||
msgstr ""
|
||||
|
||||
#: src/GeneralFields.php:91
|
||||
msgid "\"Bcc\" address"
|
||||
msgstr ""
|
||||
|
||||
#: src/GeneralFields.php:92
|
||||
msgid "Add one blind carbon copy address in outgoing WooCommerce emails."
|
||||
msgstr ""
|
||||
5
spec/fixtures/dynamic_finders/plugin_version/email-test/change_log/CHANGELOG.md
vendored
Normal file
5
spec/fixtures/dynamic_finders/plugin_version/email-test/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Email Test's Changelog
|
||||
|
||||
## 0.1.0 (December 14, 2020)
|
||||
|
||||
* Initial release
|
||||
46
spec/fixtures/dynamic_finders/plugin_version/emissary-for-woocommerce/change_log/changelog.txt
vendored
Normal file
46
spec/fixtures/dynamic_finders/plugin_version/emissary-for-woocommerce/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
=== Emissary for Woocommerce ===
|
||||
Contributors: jsaldanav
|
||||
Tags: comments, spam, antispam, anti-spam, contact form, anti spam, comment moderation, comment spam, contact form spam, spam comments
|
||||
Requires at least: 4.6
|
||||
Donate link: https://emissary.mx/
|
||||
Requires PHP: 5.2.17
|
||||
Tested up to: 5.6
|
||||
Stable tag: 1.0
|
||||
License: GPLv2 or later
|
||||
|
||||
The essential logistics software for your business. Show shipping costs based on purchase weight and zip codes.
|
||||
|
||||
== Description ==
|
||||
|
||||
Emissary for Woocommerce displays various shipping options based on weight, zip codes, and carrier coverage.
|
||||
|
||||
Major features in Emissary for Woocommerce include:
|
||||
|
||||
* Dynamic shipping costs.
|
||||
* includes extended zones.
|
||||
|
||||
== Installation ==
|
||||
|
||||
Upload the Emissary for woocommerce plugin to your blog, activate it, and then enter your Emissary.mx API key.
|
||||
|
||||
1, 2, 3: You're done!
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0 =
|
||||
*Release Date - 05 February 2021
|
||||
|
||||
* Release initial
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
Any questions or problems please report it to the emissary.mx chat
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.0 =
|
||||
Release initial
|
||||
|
||||
== Screenshots ==
|
||||
1. Emissary for Woocommerce configuration
|
||||
2. Emissary for woocommerce in the checkout
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
= 0.0.1 =
|
||||
* March, 9, 2021
|
||||
* Initial release.
|
||||
3
spec/fixtures/dynamic_finders/plugin_version/exs-gdpr/change_log/changelog.txt
vendored
Normal file
3
spec/fixtures/dynamic_finders/plugin_version/exs-gdpr/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
= 0.0.1 =
|
||||
* March, 9, 2021
|
||||
* Initial release.
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "extended-simple-history-beaver-builder",
|
||||
"version": "1.0.0",
|
||||
"description": "Extended Simple History for Beaver Builder",
|
||||
"main": "extended-simple-history-beaver-builder.php",
|
||||
"scripts": {
|
||||
"lint:js": "wp-scripts lint-js assets/js/src/",
|
||||
"lint:css": "wp-scripts lint-style assets/css/scss/",
|
||||
"build:js": "node build-scripts/js.js;",
|
||||
"build:css": "node build-scripts/css.js;",
|
||||
"build:i18n": "node ./node_modules/node-wp-i18n/bin/wpi18n addtextdomain && node ./node_modules/node-wp-i18n/bin/wpi18n makepot",
|
||||
"watch:css": "./node_modules/watch/cli.js 'npm run build:css' assets/css/scss/ --ignoreDotFiles --wait=2",
|
||||
"watch:js": "./node_modules/watch/cli.js 'npm run build:js' assets/js/src/ --ignoreDotFiles --wait=2",
|
||||
"watch:i18n": "./node_modules/watch/cli.js 'npm run build:i18n' includes/ --ignoreDotFiles --wait=2",
|
||||
"watch": "npm run watch:css & npm run watch:js",
|
||||
"build": "npm run build:css && npm run build:js && npm run build:i18n;"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git"
|
||||
},
|
||||
"author": "WEBDOGS",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@wordpress/browserslist-config": "^2.7.0",
|
||||
"@wordpress/scripts": "^12.6.1",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^16.5.2",
|
||||
"cssnano": "^4.1.10",
|
||||
"fs": "0.0.1-security",
|
||||
"node-sass": "^4.14.1",
|
||||
"node-wp-i18n": "^1.2.4",
|
||||
"postcss": "^7.0.35",
|
||||
"postcss-preset-env": "^6.7.0",
|
||||
"uglify-js": "^3.12.4",
|
||||
"watch": "^1.0.2"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"extends @wordpress/browserslist-config"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"browserslist": [
|
||||
"extends @wordpress/browserslist-config"
|
||||
],
|
||||
"dependencies": {}
|
||||
}
|
||||
@@ -0,0 +1,141 @@
|
||||
# Copyright (C) 2021 WEBDOGS
|
||||
# This file is distributed under the same license as the Extended Simple History for Beaver Builder package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Extended Simple History for Beaver Builder 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"https://wordpress.org/support/plugin/extended-simple-history-beaver-builder\n"
|
||||
"POT-Creation-Date: 2021-01-25 18:06:12+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"
|
||||
"X-Generator: node-wp-i18n 1.2.4\n"
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:79
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:79
|
||||
msgid "Rendered"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:80
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:80
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:81
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:81
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:111
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:111
|
||||
msgid "Beaver Builder {post_type_label} \"{post_title}\" updated"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:115
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:115
|
||||
msgid "Beaver Builder {post_type_label} \"{post_title}\" draft saved"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:119
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:119
|
||||
msgid "Beaver Builder Global Settings Updated"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:193
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:193
|
||||
#. Translators: %s is the Beaver Builder setting slug.
|
||||
msgid "Global Setting %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:460
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:460
|
||||
#. Translators: %s is the Beaver Builder setting slug.
|
||||
msgid "Layout %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:478
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:478
|
||||
#. Translators: %1$s is the Beaver Builder node type (Row, Column-group,
|
||||
#. Column, or Module). %2$s is the Module type if the node type is module,
|
||||
#. otherwise an empty string.
|
||||
msgid "Deleted: %1$s %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:498
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:498
|
||||
#. Translators: %1$s is the Beaver Builder node type (Row, Column-group,
|
||||
#. Column, or Module). %2$s is the Module type if the node type is module,
|
||||
#. otherwise an empty string.
|
||||
msgid "%1$s %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:519
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:519
|
||||
#. Translators: %1$s is the Beaver Builder node type (Row, Column-group,
|
||||
#. Column, or Module). %2$s is the Module type if the node type is module,
|
||||
#. otherwise an empty string.
|
||||
msgid "New %1$s %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:567
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:567
|
||||
msgid "Moved"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:629
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:629
|
||||
#. Translators: %s is the post type.
|
||||
msgid "View %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:639
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:665
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:668
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:639
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:665
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:668
|
||||
msgid " Click to view/hide"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:665
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:665
|
||||
#. Translators: %s is the diff label.
|
||||
msgid "Drafted change: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:668
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:668
|
||||
#. Translators: %s is the diff label.
|
||||
msgid "Updated: %s"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Extended Simple History for Beaver Builder"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "A Simple History extension to log additional data from Beaver Builder."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "WEBDOGS"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://webdogs.com"
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:99
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:99
|
||||
msgctxt "Logger: Beaver Builder"
|
||||
msgid "Logs more details for Beaver Builder edits."
|
||||
msgstr ""
|
||||
|
||||
#: includes/classes/simple-history/loggers/class-beaver-builder.php:104
|
||||
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:104
|
||||
msgctxt "Logger: Beaver Builder"
|
||||
msgid "Using plugin Beaver Builder"
|
||||
msgstr ""
|
||||
229
spec/fixtures/dynamic_finders/plugin_version/fail2wp/translation_file/languages/fail2wp.pot
vendored
Normal file
229
spec/fixtures/dynamic_finders/plugin_version/fail2wp/translation_file/languages/fail2wp.pot
vendored
Normal file
@@ -0,0 +1,229 @@
|
||||
# Fail2WP WordPress plugin <LANGUAGE> translation
|
||||
# Copyright (C) 2021 Joaquim Homrighausen
|
||||
# This file is distributed under the same license as the Fail2WP package.
|
||||
# Joaquim Homrighausen <joho@webbplatsen.se>, 2021.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: fail2wp 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-03 10:24+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Joaquim Homrighausen <joho@webbplatsen.se>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: fail2wp.php:184
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:240 fail2wp.php:245
|
||||
msgid "Unknown role"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:286
|
||||
msgid ""
|
||||
"Provides authentication related logging and security functions for "
|
||||
"WordPress, suitable for use with Fail2ban"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:289
|
||||
msgid "Basic configuration"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:292
|
||||
msgid "Logging"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:295
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:298
|
||||
msgid "Cloudflare"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:301
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:307
|
||||
msgid ""
|
||||
"One or more of openlog(), closelog(), and/or syslog() seem to be missing on "
|
||||
"this system"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:355
|
||||
msgid "Thank you for installing"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:356
|
||||
msgid ""
|
||||
"This plugin provides security functions and integration between "
|
||||
"WordPress and"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:360
|
||||
msgid "Commercial support and customizations for this plugin is available from"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:362
|
||||
msgid "in Stockholm, Sweden. We speak Swedish and English"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:364
|
||||
msgid ""
|
||||
"The plugin is written by Joaquim Homrighausen and sponsored by WebbPlatsen i "
|
||||
"Sverige AB."
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:365
|
||||
msgid ""
|
||||
"If you find this plugin useful, the author is happy to receive a donation, "
|
||||
"good review, or just a kind word."
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:366
|
||||
msgid ""
|
||||
"If there is something you feel to be missing from this plugin, or if you "
|
||||
"have found a problem with the code or a feature, please do not hesitate to "
|
||||
"reach out to"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:381
|
||||
msgid "Site label"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:382
|
||||
msgid "Block user enum"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:383
|
||||
msgid "Block username login"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:384
|
||||
msgid "Secure login messages"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:385
|
||||
msgid "Other settings"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:386
|
||||
msgid "Remove settings"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:389
|
||||
msgid "Successful login"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:390
|
||||
msgid "Unsuccessful login"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:395
|
||||
msgid "Logging prefix"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:396
|
||||
msgid "Also log to PHP log"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:399
|
||||
msgid "Check for Cloudflare IP"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:400
|
||||
msgid "Cloudflare IPv4"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:401
|
||||
msgid "Cloudflare IPv6"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:484
|
||||
msgid ""
|
||||
"The site name to use for logging, defaults to your site name if left empty"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:529
|
||||
msgid "Unknown users"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:537
|
||||
msgid "User enumeration attempts (i.e. your.site/...?author=nnn)"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:545
|
||||
msgid "Remove all plugin settings and data when plugin is uninstalled"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:553
|
||||
msgid "Block user enumeration attempts (i.e. your.site/...?author=nnn)"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:561
|
||||
msgid "Require users to login with their e-mail address"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:569
|
||||
msgid "Change login failure messages to contain less detail"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:577
|
||||
msgid ""
|
||||
"Please make sure you understand how these settings can impact the operation "
|
||||
"of the plugin before making changes to them."
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:585
|
||||
msgid "These settings allows the plugin to better interact with Cloudflare."
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:587
|
||||
msgid ""
|
||||
"If your site is not published via Cloudflare, you can safely ignore these "
|
||||
"settings."
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:589
|
||||
msgid "For an updated list of Cloudflare IPs, please use this link"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:599
|
||||
msgid "The logging prefix, this should normally be left empty"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:606
|
||||
msgid "Log the same information to PHP log using error_log()"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:614
|
||||
msgid "Attempt to unmask real IP when Cloudflare IP is detected"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:626 fail2wp.php:637
|
||||
msgid ""
|
||||
"IPs matching these addresses will be considerd to be coming from Cloudflare"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:962 fail2wp.php:966
|
||||
msgid "Please specify your e-mail address to login"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:989
|
||||
msgid "E-mail address"
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:1094 fail2wp.php:1122
|
||||
msgid "Invalid login credentials, please try again."
|
||||
msgstr ""
|
||||
|
||||
#: fail2wp.php:1126
|
||||
msgid "Lost password"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,64 @@
|
||||
# Copyright (C) 2021 Lucia Dossin
|
||||
# This file is distributed under the same license as the FBC Latest Backup for UpdraftPlus plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: FBC Latest Backup for UpdraftPlus 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fbc-latest-backup\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-03-12T14:02:27+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: fbc-latest-backup\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "FBC Latest Backup for UpdraftPlus"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Adds a widget to the dashboard, letting you know the date and time of latest backup and how many edits were made since then, if any"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Lucia Dossin"
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:20
|
||||
msgid "No information available. Please make sure that UpdraftPlus Backup plugin is installed and activated."
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:57
|
||||
msgid "Edits since last backup"
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:59
|
||||
msgid "Edit since last backup"
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:67
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:70
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:73
|
||||
msgid "Time"
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:80
|
||||
msgid "Completed"
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:91
|
||||
msgid "No information available. Please check if at least one backup has been made."
|
||||
msgstr ""
|
||||
|
||||
#: admin/widget.php:98
|
||||
#: admin/widget.php:106
|
||||
msgid "Latest Backup"
|
||||
msgstr ""
|
||||
1315
spec/fixtures/dynamic_finders/plugin_version/firebox/translation_file/languages/firebox.pot
vendored
Normal file
1315
spec/fixtures/dynamic_finders/plugin_version/firebox/translation_file/languages/firebox.pot
vendored
Normal file
File diff suppressed because it is too large
Load Diff
23
spec/fixtures/dynamic_finders/plugin_version/firepro/composer_file/package.json
vendored
Normal file
23
spec/fixtures/dynamic_finders/plugin_version/firepro/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "firepro",
|
||||
"version": "0.1.0",
|
||||
"description": "Example block written with ESNext standard and JSX support – build step required.",
|
||||
"author": "The WordPress Contributors",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "node compile/compile.js && wp-scripts build",
|
||||
"format:js": "wp-scripts format-js",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"start": "wp-scripts start",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^12.1.1",
|
||||
"raw-loader": "^4.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/media-utils": "^1.18.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
*** Changelog ***
|
||||
|
||||
= 1.0.0 =
|
||||
* Beta release
|
||||
|
||||
= 1.0.1 =
|
||||
* Adicionando cancelamento da venda
|
||||
|
||||
= 1.0.2 =
|
||||
* Adicionando validação no valor do cancelamento
|
||||
|
||||
= 1.0.3 =
|
||||
* Ajuste no valor do cancelamento
|
||||
|
||||
= 1.0.4 =
|
||||
* Ajustes internos para futura inserção de novos tipos de pagamento
|
||||
|
||||
= 1.0.5 =
|
||||
* Mudança nas credenciais de configuração
|
||||
|
||||
= 1.0.6 =
|
||||
* Ajustes campos adicionais
|
||||
|
||||
= 1.0.7 =
|
||||
* Ajustes nas instruções do plugin
|
||||
1880
spec/fixtures/dynamic_finders/plugin_version/forumwp/translation_file/languages/forumwp-en_US.po
vendored
Normal file
1880
spec/fixtures/dynamic_finders/plugin_version/forumwp/translation_file/languages/forumwp-en_US.po
vendored
Normal file
File diff suppressed because it is too large
Load Diff
25
spec/fixtures/dynamic_finders/plugin_version/friends/composer_file/package.json
vendored
Normal file
25
spec/fixtures/dynamic_finders/plugin_version/friends/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Friends",
|
||||
"version": "1.5.4",
|
||||
"private": true,
|
||||
"description": "Blocks of the Friends Plugin for WordPress",
|
||||
"homepage": "https://wpfriends.at/",
|
||||
"repository": "git+https://github.com/akirk/friends.git",
|
||||
"author": "Alex Kirk",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"keywords": [],
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^14.0.0",
|
||||
"lerna": "^3.20.2",
|
||||
"spectre.css": "^0.5.9"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "lerna run build",
|
||||
"lint:js": "lerna run lint:js",
|
||||
"lint:pkg-json": "wp-scripts lint-pkg-json ./package.json ./blocks/*/package.json",
|
||||
"format:js": "wp-scripts format-js",
|
||||
"lint:js:fix": "npm run lint:js -- --fix",
|
||||
"test": "wp-scripts test-unit-js",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,996 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Get-A-Quote 1.0.0\n"
|
||||
"POT-Creation-Date: 2021-03-13 12:35+0530\n"
|
||||
"PO-Revision-Date: 2021-03-13 12:35+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: MakeWebBetter\n"
|
||||
"Language: en_US\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.4.2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: esc_html_e;__;_e;esc_html__;esc_attr_e;esc_url_raw;"
|
||||
"esc_url;esc_attr;esc_html;esc_attr__\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:189
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:45
|
||||
msgid "Get A Quote"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:196
|
||||
msgid "Overview"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:251
|
||||
msgid "Enable Quote Form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:253
|
||||
msgid "Enable plugin to start the functionality."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:264 admin/class-get-a-quote-admin.php:435
|
||||
#: admin/class-get-a-quote-admin.php:455
|
||||
msgid "Save Changes"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:282
|
||||
msgid "User Guide"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:283
|
||||
msgid "View the detailed guides and documentation to set up your plugin."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:284
|
||||
msgid "VIEW"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:288
|
||||
msgid "Free Support"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:289
|
||||
msgid "Please submit a ticket , our team will respond within 24 hours."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:290
|
||||
msgid "SUBMIT"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:335
|
||||
msgid "Id of some field is missing"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:338
|
||||
msgid "Settings saved !"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:355
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:32
|
||||
msgid "Form Fields"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:360
|
||||
msgid "Taxonomies"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:364
|
||||
msgid "Email Setting"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:390
|
||||
msgid "Activate Email"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:400
|
||||
msgid "Get reply on email"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:407
|
||||
msgid "Enter reply back email"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:410
|
||||
msgid "Email Subject"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:417
|
||||
msgid "Subject Here"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:420
|
||||
msgid "Email Message"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:429
|
||||
msgid "Message Here"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:484
|
||||
msgid "Enable Quote Status"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:492 admin/class-get-a-quote-admin.php:505
|
||||
#: includes/class-get-a-quote.php:461 includes/class-get-a-quote.php:464
|
||||
#: includes/class-get-a-quote.php:467
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:493 admin/class-get-a-quote-admin.php:506
|
||||
#: includes/class-get-a-quote.php:461 includes/class-get-a-quote.php:464
|
||||
#: includes/class-get-a-quote.php:467
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:497
|
||||
msgid "Enable Service Type"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:519
|
||||
msgid "Quote Details"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:543
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:57
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:552
|
||||
msgid "Quote Service"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:555
|
||||
#: common/class-get-a-quote-common.php:152
|
||||
msgid "Quote Status"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:557
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:69
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:87
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:558
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:89
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:116
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-get-a-quote-admin.php:559
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-dashboard.php:32
|
||||
msgid "get-a-quote-support"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-dashboard.php:32
|
||||
#: admin/partials/get-a-quote-admin-dashboard.php:51
|
||||
msgid "&gaq_tab="
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-dashboard.php:32
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:18
|
||||
msgid "admin/src/images/overview-banner.png"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:22
|
||||
msgid "What is Get A Quote for WordPress?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:26
|
||||
msgid ""
|
||||
"Get A Quote for WordPress plugin helps you create & add a quotation form on "
|
||||
"your WordPress website. Users can fill this form to submit a request for a "
|
||||
"quotation of the required services. With this plugin, you can add multiple "
|
||||
"statuses for\n"
|
||||
"\t\t\t\tyour quotations, multiple services in the form, & acknowledge users "
|
||||
"through an email for the successful submission of their quote request."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:32
|
||||
msgid "With our Get A Quote for WordPress plugin you can:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:34
|
||||
msgid "Add a quote form on your website"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:35
|
||||
msgid "Notify customers for their quote submission through emails"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:36
|
||||
msgid "Enable/Disable your quotation form fields"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:37
|
||||
msgid "Enable/Disable service and quote status taxonomy"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:38
|
||||
msgid "Add different statuses for your quotation"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:45
|
||||
msgid "admin/src/images/Quotation-Form.png"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:48
|
||||
msgid "Quotation Form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:52
|
||||
msgid ""
|
||||
"The plugin provides a quotation form you can add on your website. Customers "
|
||||
"will fill this form to submit a quotation request on your website. As soon "
|
||||
"as you install and activate our Get A Quote plugin, this form will "
|
||||
"automatically\n"
|
||||
"\t\t\t\t\t\t\tbe created."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:64
|
||||
msgid "admin/src/images/taxonomy.png"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:67
|
||||
msgid "Service and quote status taxonomies"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:68
|
||||
msgid ""
|
||||
"The plugin provides you two different types of taxonomies. <b>1) Quote "
|
||||
"Service Taxonomy</b>, <b>2) Quote Status Taxonomy</b>. Merchants can enable/"
|
||||
"disable these taxonomies as per their requirements."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:75
|
||||
msgid "admin/src/images/Multiple-Quotation-Status.png"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:78
|
||||
msgid "Multiple quotation statuses"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:79
|
||||
msgid ""
|
||||
"Our Get A Quote plugin helps merchants to create multiple statuses for "
|
||||
"quotations. Admin can check and change the status for a particular quote."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:86
|
||||
msgid "admin/src/images/services.png"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:89
|
||||
msgid "Multiple services"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:93
|
||||
msgid ""
|
||||
"With this plugin, merchants can create multiple services to offer. Customers "
|
||||
"will be able to select these services through the quotation form you added "
|
||||
"to your website. These services will be displayed in the Services field of\n"
|
||||
"\t\t\t\t\t\t\tyour quotation form."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:105
|
||||
msgid "admin/src/images/acknowledgement.png"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:108
|
||||
msgid "Submission Acknowledgement through email"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:112
|
||||
msgid ""
|
||||
"Our Get A Quote plugin also lets you send an acknowledgment email to the "
|
||||
"user whenever s/he submits the quote requests. You can create and save your "
|
||||
"email subject and message which will be sent to the user to notify them "
|
||||
"about\n"
|
||||
"\t\t\t\t\t\t\ttheir successful submission of their quote request."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:124
|
||||
msgid "Exclusive Support"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:125
|
||||
msgid "Receive dedicated "
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:125
|
||||
msgid "24x7 "
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:128
|
||||
msgid ""
|
||||
"Phone, Email & Skype support. Our Support is ready to assist you regarding "
|
||||
"any query, issue, or feature request and if that doesn't help our Technical "
|
||||
"team will connect with you personally and have your query\n"
|
||||
"\t\t\t\t\tresolved."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:145
|
||||
msgid "Connect with us in one click"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-admin-overview.php:146
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-email-setting.php:38
|
||||
#: admin/partials/get-a-quote-taxonomies.php:44
|
||||
msgid "Settings saved"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:20
|
||||
#: admin/partials/get-a-quote-form-fields-preview.php:18
|
||||
msgid "admin/src/images/mwb-logo1.png"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:32
|
||||
msgid "(current)"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:35
|
||||
#: admin/partials/get-a-quote-form-fields-preview.php:30
|
||||
msgid "Preview Form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:41
|
||||
msgid "Publish"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:52
|
||||
msgid "Save Form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:57
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:105
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:61
|
||||
msgid "First name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:65
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:67
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:73
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:77
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:96
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:81
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:77
|
||||
msgid "Zipcode"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:85
|
||||
msgid "Budget"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:93
|
||||
msgid "Additional"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:101
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-edit.php:103
|
||||
msgid "Placeholder-Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields-preview.php:36
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields.php:18
|
||||
msgid "Form Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields.php:19
|
||||
msgid "Shortcode"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields.php:20
|
||||
msgid "Operation"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields.php:23
|
||||
msgid "Contact Form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-form-fields.php:25
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-taxonomies.php:64
|
||||
#: common/class-get-a-quote-common.php:153
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-taxonomies.php:65
|
||||
msgid "Add Status Terms"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-taxonomies.php:66
|
||||
#: admin/partials/get-a-quote-taxonomies.php:82
|
||||
msgid "Active Terms"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-taxonomies.php:70
|
||||
#: admin/partials/get-a-quote-taxonomies.php:86
|
||||
msgid "Term Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-taxonomies.php:80
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:46
|
||||
#: common/class-get-a-quote-common.php:114
|
||||
msgid "Service"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/get-a-quote-taxonomies.php:81
|
||||
msgid "Add Service Terms"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:38
|
||||
msgid "Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:106
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:125
|
||||
msgid "Additional Details"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:136
|
||||
msgid "Attached File"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:150
|
||||
msgid "Open File"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/meta-box/get-a-quote-custom-meta-box.php:152
|
||||
msgid "No File Selected"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:72
|
||||
#: common/class-get-a-quote-common.php:83
|
||||
msgid "Quotes"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:73
|
||||
#: common/class-get-a-quote-common.php:140
|
||||
msgid "Quote"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:74
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:75
|
||||
msgid "Add New Quote"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:76
|
||||
msgid "Edit Quote"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:77
|
||||
msgid "New Quote"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:78
|
||||
msgid "All Quotes"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:79
|
||||
msgid "View Quote"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:80
|
||||
msgid "Search Quotes"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:81
|
||||
msgid "No Quotes Found"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:82
|
||||
msgid "No Quotes Found In Trash"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:113
|
||||
#: common/class-get-a-quote-common.php:123
|
||||
msgid "Services"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:115
|
||||
msgid "Search Services"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:116
|
||||
msgid "All Services"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:117
|
||||
msgid "Parent Service"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:118
|
||||
msgid "Parent Service:"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:119
|
||||
msgid "Edit Service"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:120
|
||||
msgid "Update Service"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:121
|
||||
msgid "Add New Service"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:122
|
||||
msgid "New Service Name"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:139
|
||||
msgid "Quotation"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:154
|
||||
msgid "Search Status"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:155
|
||||
msgid "All Status"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:156
|
||||
msgid "Parent Status"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:157
|
||||
msgid "Parent Status:"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:158
|
||||
msgid "Edit Status"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:159
|
||||
msgid "Update Status"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:160
|
||||
msgid "Add New Status"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:161
|
||||
msgid "New Status Name"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:162
|
||||
msgid "Quote Statuses"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:178
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#: common/class-get-a-quote-common.php:179
|
||||
msgid "Pending For Review"
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-deactivation-template-display.php:28
|
||||
msgid "x"
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-deactivation-template-display.php:32
|
||||
msgid "May we have a little info about why you are deactivating?"
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-deactivation-template-display.php:42
|
||||
msgid "Skip and Deactivate Now"
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-onboarding-template-display.php:34
|
||||
msgid "Welcome to MakeWebBetter"
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-onboarding-template-display.php:35
|
||||
msgid ""
|
||||
"We love making new friends! Subscribe below and we promise to keep you up-to-"
|
||||
"date with our latest new plugins, updates, awesome deals and a few special "
|
||||
"offers."
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-onboarding-template-display.php:45
|
||||
msgid "Skip For Now"
|
||||
msgstr ""
|
||||
|
||||
#: get-a-quote.php:76 get-a-quote.php:82
|
||||
msgid "get-a-quote"
|
||||
msgstr ""
|
||||
|
||||
#: get-a-quote.php:149
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1834
|
||||
msgid "A Coruña"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1835
|
||||
msgid "Araba"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1836
|
||||
msgid "Albacete"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1837
|
||||
msgid "Alicante"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1838
|
||||
msgid "Almería"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1839
|
||||
msgid "Asturias"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1840
|
||||
msgid "Ávila"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1841
|
||||
msgid "Badajoz"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1842
|
||||
msgid "Baleares"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1843
|
||||
msgid "Barcelona"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1844
|
||||
msgid "Burgos"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1845
|
||||
msgid "Cáceres"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1846
|
||||
msgid "Cádiz"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1847
|
||||
msgid "Cantabria"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1848
|
||||
msgid "Castellón"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1849
|
||||
msgid "Ceuta"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1850
|
||||
msgid "Ciudad Real"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1851
|
||||
msgid "Córdoba"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1852
|
||||
msgid "Cuenca"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1853
|
||||
msgid "Girona"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1854
|
||||
msgid "Granada"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1855
|
||||
msgid "Guadalajara"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1856
|
||||
msgid "Gipuzkoa"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1857
|
||||
msgid "Huelva"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1858
|
||||
msgid "Huesca"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1859
|
||||
msgid "Jaén"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1860
|
||||
msgid "La Rioja"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1861
|
||||
msgid "Las Palmas"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1862
|
||||
msgid "León"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1863
|
||||
msgid "Lleida"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1864
|
||||
msgid "Lugo"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1865
|
||||
msgid "Madrid"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1866
|
||||
msgid "Málaga"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1867
|
||||
msgid "Melilla"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1868
|
||||
msgid "Murcia"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1869
|
||||
msgid "Navarra"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1870
|
||||
msgid "Ourense"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1871
|
||||
msgid "Palencia"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1872
|
||||
msgid "Pontevedra"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1873
|
||||
msgid "Salamanca"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1874
|
||||
msgid "Santa Cruz de Tenerife"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1875
|
||||
msgid "Segovia"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1876
|
||||
msgid "Sevilla"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1877
|
||||
msgid "Soria"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1878
|
||||
msgid "Tarragona"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1879
|
||||
msgid "Teruel"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1880
|
||||
msgid "Toledo"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1881
|
||||
msgid "Valencia"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1882
|
||||
msgid "Valladolid"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1883
|
||||
msgid "Bizkaia"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1884
|
||||
msgid "Zamora"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gaq-country-manager.php:1885
|
||||
msgid "Zaragoza"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-activator.php:60
|
||||
msgid "Quote Form"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-activator.php:62
|
||||
msgid "[gaq_form_fields]"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:183
|
||||
msgid "Name field is empty."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:186
|
||||
msgid "Name is to be character or alphanumeric."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:199
|
||||
msgid "Email field is empty."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:203
|
||||
msgid "Invalid email format."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:212
|
||||
msgid "Phone field is empty."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:219
|
||||
msgid "Enter numbers only in Phone field."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:224
|
||||
msgid "Enter only number in Phone field."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:234
|
||||
msgid "Only characters are allowed in City field."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:245
|
||||
msgid "Invalid Zipcode"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:254
|
||||
msgid "Only numbers are not allowed in State."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote-helper.php:264
|
||||
msgid "Only numbers are not allowed in Country."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:355
|
||||
msgid "General Setting"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:379
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Unable to locate file at location \"%s\". Some features may not work "
|
||||
"properly in this plugin. Please contact us!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:437
|
||||
msgid "N/A (phpversion function does not exist)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:446
|
||||
msgid "N/A (make sure exec function is enabled)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:449
|
||||
msgid "N/A (ABSPATH constant not defined)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:452
|
||||
msgid "N/A (php_uname function does not exist)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:455
|
||||
msgid "N/A (get_bloginfo function does not exist)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:458
|
||||
msgid "N/A (get_option function does not exist)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:470
|
||||
msgid "N/A (count_users function does not exist)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:473
|
||||
msgid "0"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:476 includes/class-get-a-quote.php:482
|
||||
#: includes/class-get-a-quote.php:485 includes/class-get-a-quote.php:513
|
||||
#: includes/class-get-a-quote.php:516
|
||||
msgid "N/A (ini_get function does not exist)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:479
|
||||
msgid "N/A"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:497
|
||||
msgid "N/A (gethostname function does not exist)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:500 includes/class-get-a-quote.php:509
|
||||
msgid "N/A (make sure exec is enabled)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-get-a-quote.php:519
|
||||
msgid "N/A (file_get_contents function does not exist)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-makewebbetter-onboarding-helper.php:330
|
||||
msgid "What is your monthly revenue?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-makewebbetter-onboarding-helper.php:347
|
||||
msgid "What industry defines your business?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-makewebbetter-onboarding-helper.php:382
|
||||
msgid "What is the best email address to contact you?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-makewebbetter-onboarding-helper.php:392
|
||||
msgid "What is your contact number?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-makewebbetter-onboarding-helper.php:635
|
||||
msgid "Select Any One Option..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-makewebbetter-onboarding-helper.php:893
|
||||
msgid "Unexpected Error Occured"
|
||||
msgstr ""
|
||||
|
||||
#: public/partials/get-a-quote-public-display.php:43
|
||||
msgid "Type Of Service"
|
||||
msgstr ""
|
||||
3
spec/fixtures/dynamic_finders/plugin_version/gev-email-validator/change_log/CHANGELOG.txt
vendored
Normal file
3
spec/fixtures/dynamic_finders/plugin_version/gev-email-validator/change_log/CHANGELOG.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 2021-02-09
|
||||
@@ -0,0 +1,163 @@
|
||||
# Copyright (C) 2021 maranqz
|
||||
# This file is distributed under the same license as the GEV Email Validator plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GEV Email Validator 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gev-email-validator\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-02-09T16:11:16+00:00\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 "GEV Email Validator"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "The Cheapest advanced Email Address Validation to forms. Prevents typos in email address field and eliminates spam submissions with fake email addresses. The solution is based on <a href=\"https://rapidapi.com/maranqz/api/email-validator15\" target=\"_blank\">Email Validator</a> service."
|
||||
msgstr "Самая дешевая настраиваемая проверка адреса электронной почты (email) для форм. Предотвращает опечатки в поле адреса электронной почты и устраняет спам с поддельных адресов. Решение основано на сервисе <a href=\"https://rapidapi.com/maranqz/api/email-validator15\" target=\"_blank\">Email Validator</a>."
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "maranqz"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-email-validator-admin.php:167
|
||||
msgid "Email Validator Settings"
|
||||
msgstr "Email Validator Настройки"
|
||||
|
||||
#: admin/class-email-validator-admin.php:173
|
||||
msgid "API Key"
|
||||
msgstr "API ключ"
|
||||
|
||||
#: admin/class-email-validator-admin.php:183
|
||||
msgid "Verify API Key"
|
||||
msgstr "Проверить API ключ"
|
||||
|
||||
#: admin/class-email-validator-admin.php:184
|
||||
#: admin/partials/email-validator-admin-display.php:27
|
||||
msgid "Checking..."
|
||||
msgstr "Проверка..."
|
||||
|
||||
#: admin/class-email-validator-admin.php:188
|
||||
msgid "You can find the key in <a href=\"https://rapidapi.com/developer/security/\" target=\"_blank\">Rapid Api</a>, <a href=\"https://docs.rapidapi.com/docs/keys\" target=\"_blank\">Documentation</a>."
|
||||
msgstr "Вы можете найти ключ на <a href=\"https://rapidapi.com/developer/security/\" target=\"_blank\">Rapid Api</a>, <a href=\"https://docs.rapidapi.com/docs/keys\" target=\"_blank\">Документация</a>."
|
||||
|
||||
#: admin/class-email-validator-admin.php:195
|
||||
msgid "Block Invalid Email"
|
||||
msgstr "Блокировать невальдный email"
|
||||
|
||||
#: admin/class-email-validator-admin.php:201
|
||||
msgid "Block Role-Based Email"
|
||||
msgstr "Блокировать ролевой email"
|
||||
|
||||
#: admin/class-email-validator-admin.php:207
|
||||
msgid "Block Free Email"
|
||||
msgstr "Блокировать бесплатный email"
|
||||
|
||||
#: admin/class-email-validator-admin.php:213
|
||||
msgid "Block Disposable Email"
|
||||
msgstr "Блокировать одноразовый email"
|
||||
|
||||
#: admin/class-email-validator-admin.php:219
|
||||
msgid "Block UnDeliverable Email"
|
||||
msgstr "Блокировать недоставляемый email"
|
||||
|
||||
#: admin/class-email-validator-admin.php:225
|
||||
msgid "Use in WP-Admin"
|
||||
msgstr "Использовать в WP-Admin"
|
||||
|
||||
#: admin/class-email-validator-admin.php:231
|
||||
msgid "Pages to Skip"
|
||||
msgstr "Страницы для пропуска"
|
||||
|
||||
#: admin/class-email-validator-admin.php:235
|
||||
msgid "One line one page as regular expression"
|
||||
msgstr "Одна линия, одна страница в виде регулярного выражения"
|
||||
|
||||
#: admin/class-email-validator-admin.php:243
|
||||
msgid "Emails to Skip"
|
||||
msgstr "Emailы для пропуска"
|
||||
|
||||
#: admin/class-email-validator-admin.php:247
|
||||
msgid "One line one email as regular expression"
|
||||
msgstr "Одна линия, один email в виде регулярного выражения"
|
||||
|
||||
#: admin/class-email-validator-admin.php:254
|
||||
msgid "Integration with"
|
||||
msgstr "Интеграция с"
|
||||
|
||||
#: admin/class-email-validator-admin.php:271
|
||||
msgid "Please enter a API Key and click \"Save\"."
|
||||
msgstr "Пожалуйста введите API ключ и нажмите «Сохранить»."
|
||||
|
||||
#: admin/class-email-validator-admin.php:294
|
||||
msgid "API Key is valid. Click \"Save\" button below."
|
||||
msgstr "API ключ достоверный. Нажмите кнопку «Сохранить» ниже."
|
||||
|
||||
#: admin/class-email-validator-admin.php:329
|
||||
msgid "Settings"
|
||||
msgstr "Настройки"
|
||||
|
||||
#: admin/class-email-validator-admin.php:343
|
||||
msgid "On"
|
||||
msgstr "Вкл."
|
||||
|
||||
#: admin/class-email-validator-admin.php:347
|
||||
msgid "Off"
|
||||
msgstr "Выкл."
|
||||
|
||||
#: admin/class-email-validator-admin.php:379
|
||||
msgid "Reset default value"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/email-validator-admin-display.php:15
|
||||
msgid "Save"
|
||||
msgstr "Сохранить"
|
||||
|
||||
#: admin/partials/email-validator-admin-display.php:19
|
||||
msgid "Email Validation Demo"
|
||||
msgstr "Email Validation Демонстрация"
|
||||
|
||||
#: admin/partials/email-validator-admin-display.php:20
|
||||
msgid "You can use this form to see how Email Validator validates email addresses."
|
||||
msgstr "Вы можете использовать эту форму, чтобы увидеть, как Email Validator проверяет адреса электронной почты."
|
||||
|
||||
#: admin/partials/email-validator-admin-display.php:26
|
||||
msgid "Validate Email"
|
||||
msgstr "Проверить Email"
|
||||
|
||||
#: includes/class-email-validator-validator.php:26
|
||||
msgid "Please enter a "
|
||||
msgstr "Пожалуйста введите "
|
||||
|
||||
#: includes/class-email-validator-validator.php:27
|
||||
msgid " email address."
|
||||
msgstr " email."
|
||||
|
||||
#: includes/class-email-validator-validator.php:30
|
||||
msgid "valid"
|
||||
msgstr "валидный"
|
||||
|
||||
#: includes/class-email-validator-validator.php:31
|
||||
msgid "non-free"
|
||||
msgstr "небесплатный"
|
||||
|
||||
#: includes/class-email-validator-validator.php:32
|
||||
msgid "non-disposable"
|
||||
msgstr "неодноразовый"
|
||||
|
||||
#: includes/class-email-validator-validator.php:33
|
||||
msgid "non-role"
|
||||
msgstr "неролевой"
|
||||
|
||||
#: includes/class-email-validator-validator.php:34
|
||||
msgid "existing"
|
||||
msgstr "существующий"
|
||||
|
||||
#: includes/class-email-validator-validator.php:92
|
||||
msgid "Address is valid."
|
||||
msgstr "Адрес действителен."
|
||||
@@ -0,0 +1,5 @@
|
||||
# Improving Search Form Accessibility Changelog
|
||||
|
||||
## 1.0.0, 20210313
|
||||
|
||||
- Initial release.
|
||||
@@ -0,0 +1,67 @@
|
||||
# Copyright (C) 2021 Espen Munthe
|
||||
# This file is distributed under the same license as the Insert Block Pattern Block plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Insert Block Pattern Block 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ibpb\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-01-17T12:02:03+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.2.0\n"
|
||||
"X-Domain: ibpb\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Insert Block Pattern Block"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Gutenberg Block for inserting Theme Block Patterns into page/post or into a insertable block areas (like columns)."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Espen Munthe"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://espenmunthe.com"
|
||||
msgstr ""
|
||||
|
||||
#: insert-block-pattern-block.php:48
|
||||
#: insert-block-pattern-block.php:84
|
||||
#: src/insert-block-pattern-block/edit.js:169
|
||||
#: src/insert-block-pattern-block/register-block-type.js:19
|
||||
#: dist/ibpb_blocks_registration.js:292
|
||||
#: dist/ibpb_blocks_registration.js:340
|
||||
msgid "Insert Block Pattern"
|
||||
msgstr ""
|
||||
|
||||
#: insert-block-pattern-block.php:49
|
||||
#: src/insert-block-pattern-block/register-block-type.js:20
|
||||
#: dist/ibpb_blocks_registration.js:341
|
||||
msgid "Block for inserting a Block Pattern"
|
||||
msgstr ""
|
||||
|
||||
#: insert-block-pattern-block.php:50
|
||||
#: src/insert-block-pattern-block/register-block-type.js:22
|
||||
#: dist/ibpb_blocks_registration.js:343
|
||||
msgid "Block Pattern"
|
||||
msgstr ""
|
||||
|
||||
#: src/insert-block-pattern-block/edit.js:61
|
||||
#: dist/ibpb_blocks_registration.js:205
|
||||
msgid "Select a Block Pattern Category"
|
||||
msgstr ""
|
||||
|
||||
#: src/insert-block-pattern-block/edit.js:66
|
||||
#: dist/ibpb_blocks_registration.js:211
|
||||
msgid "Uncategorized"
|
||||
msgstr ""
|
||||
|
||||
#: src/insert-block-pattern-block/edit.js:106
|
||||
#: dist/ibpb_blocks_registration.js:247
|
||||
msgid "Select a Block Pattern"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,90 @@
|
||||
# Copyright (C) 2020 Integration of Insightly with caldera forms
|
||||
# This file is distributed under the same license as the Integration of Insightly with caldera forms package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Integration of Insightly with caldera forms 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/zetamatic-integration-insightly-caldera-forms\n"
|
||||
"POT-Creation-Date: 2020-10-28 04:58:17+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: inc/class-integration-insightly-calderaforms.php:96
|
||||
msgid "Insightly Integration"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-integration-insightly-calderaforms.php:97
|
||||
msgid "Send Caldera Forms submission data to Insightly using Insightly REST API."
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:3
|
||||
msgid "Your API Key and API URL can be determined by accessing User Settings. To know more click "
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:3
|
||||
msgid "here"
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:7
|
||||
msgid "Please provide Base64 encoded Insightly API key"
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:10
|
||||
msgid "Insightly API key"
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:18
|
||||
msgid "Insightly API URL"
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:26
|
||||
msgid "Insightly Object"
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:29
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:35
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:42
|
||||
msgid "Last Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/config.php:49
|
||||
msgid "Your Email"
|
||||
msgstr ""
|
||||
|
||||
#: inc/plugin-activation-error.php:19
|
||||
msgid "You must Deactivate the <strong>Integration of Insightly and Caldera Forms Pro</strong> plugin before activating <strong>Integration of Insightly and Caldera Forms</strong>."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: PHP version
|
||||
|
||||
#: integration-insightly-calderaforms.php:54
|
||||
msgid "Integration of Insightly and Caldera Forms requires PHP version %s+, plugin is currently NOT RUNNING."
|
||||
msgstr ""
|
||||
|
||||
#: integration-insightly-calderaforms.php:78
|
||||
msgid "Don't show this message again!"
|
||||
msgstr ""
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Integration of Insightly with caldera forms"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://zetamatic.com"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "The Insightly and Caldera Forms Integration plugin lets you add a new Insightly Processor to Caldera form. It automatically syncs data from your Caldera form to your Insightly CRM when the form is submitted."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "ZetaMatic"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,936 @@
|
||||
# Copyright (C) 2021 3D FlipBook
|
||||
# This file is distributed under the same license as the 3D FlipBook package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 3D FlipBook 1.10.18\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/3d-flip-book\n"
|
||||
"POT-Creation-Date: 2021-03-20 05:25:30+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"
|
||||
|
||||
#: inc/dictionary.php:26
|
||||
msgid "auto"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:27
|
||||
msgid "Sorry something went wrong with the server please try again"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:28
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:29
|
||||
msgid "Pages"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:30
|
||||
msgid "Book properties"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:31
|
||||
msgid "Sheet properties"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:32
|
||||
msgid "Cover properties"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:33
|
||||
msgid "Page properties"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:34
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:35
|
||||
msgid "PDF file"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:36
|
||||
msgid "Images, HTMLs files"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:37
|
||||
msgid "interactive"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:38
|
||||
msgid "Page number"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:39
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:40
|
||||
msgid "CSS Layer"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:41
|
||||
msgid "CSS"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:42
|
||||
msgid "HTML"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:43
|
||||
msgid "Java Script"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:44
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:45
|
||||
msgid "Select files"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:46
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:47
|
||||
msgid "Add image pages"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:48
|
||||
msgid "Add HTML pages"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:49
|
||||
msgid "Add PDF page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:50
|
||||
msgid "Remove all pages"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:51
|
||||
msgid "items per page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:52
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:53
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:54
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:55
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:56
|
||||
msgid "PDF page number"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:57
|
||||
msgid "Select image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:58
|
||||
msgid "Change image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:59
|
||||
msgid "Auto thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:60
|
||||
msgid "book height"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:61
|
||||
msgid "book width"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:62
|
||||
msgid "gravity constant"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:63
|
||||
msgid "amount of rendered cached pages"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:64
|
||||
msgid "render loaded hidden pages in the background"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:65
|
||||
msgid "render pages while they are flipping, it can slow down animation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:66
|
||||
msgid "amount of loaded by user pages that are used for predicting user behaviour"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:67
|
||||
msgid "quantity of predicted pages for automatic loading"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:68
|
||||
msgid "initial flipping velocity, it should be enough to overcome the gravity"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:69
|
||||
msgid "max corner (flexible part of the sheet) deviation from the whole sheet"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:70
|
||||
msgid "sheet flexibility"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:71
|
||||
msgid "part of the sheet that can be flexed, should be in range (0, 1)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:72
|
||||
msgid "speed of changing bending angle of the flexible corner"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:73
|
||||
msgid "curvature of open sheet, 0 is for flat sheet"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:74
|
||||
msgid "width texture resolution"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:75
|
||||
msgid "height texture resolution"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:76
|
||||
msgid "sheet color"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:77
|
||||
msgid "sheet thickness"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:78
|
||||
msgid "sheet weight"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:79
|
||||
msgid "cover height is more on 2*padding and cover width more on 1*padding than page ones, so you can set different sizes for typical pages and cover like for real book"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:80
|
||||
msgid "binder texture"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:81
|
||||
msgid "Deep linking URL parameter name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:82
|
||||
msgid "items pre page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:83
|
||||
msgid "3D Flip Book"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:84
|
||||
msgid "View mode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:85
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:86
|
||||
msgid "Thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:87
|
||||
msgid "Thumbnail and Lightbox"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:88
|
||||
msgid "Lightbox activation link"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:89
|
||||
msgid "Fullscreen"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:90
|
||||
msgid "Select skin"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:91
|
||||
msgid "3D FlipBook container CSS classes"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:92
|
||||
msgid "Lightbox theme"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:93
|
||||
msgid "Light"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:94
|
||||
msgid "Dark"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:95
|
||||
msgid "default value"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:96
|
||||
msgid "Default value"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:97
|
||||
msgid "minimum value"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:98
|
||||
msgid "maximum value"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:99
|
||||
msgid "amount of zoom levels"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:100
|
||||
msgid "amount of lighting levels"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:101
|
||||
msgid "pan step for comands cmdPanLeft, cmdPanRight, cmdPanUp, cmdPanDown"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:102
|
||||
msgid "zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:103
|
||||
msgid "zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:104
|
||||
msgid "set default zoom"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:105
|
||||
msgid "show bookmarks"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:106
|
||||
msgid "turn 10 pages backward"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:107
|
||||
msgid "turn a page backward"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:108
|
||||
msgid "turn a page forward"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:109
|
||||
msgid "turn 10 pages forward"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:110
|
||||
msgid "download"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:111
|
||||
msgid "print"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:112
|
||||
msgid "toggle fulscreen mode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:113
|
||||
msgid "show/hide the settings toolbar button"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:114
|
||||
msgid "toggle the smart pan mode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:115
|
||||
msgid "toggle single page mode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:116
|
||||
msgid "toggle sound effects"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:117
|
||||
msgid "toggle statistics monitor"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:118
|
||||
msgid "increase lighting"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:119
|
||||
msgid "reduce lighting"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:120
|
||||
msgid "move pan to the left"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:121
|
||||
msgid "move pan to the right"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:122
|
||||
msgid "move pan to the up"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:123
|
||||
msgid "move pan to the down"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:124
|
||||
msgid "rotate the book by means mouse drag operation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:125
|
||||
msgid "zoom by means mouse drag operation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:126
|
||||
msgid "pan by means mouse drag operation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:127
|
||||
msgid "zoom by means mouse wheel operation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:128
|
||||
msgid "rotate the book by means touch drag operation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:129
|
||||
msgid "zoom by means touch drag operation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:130
|
||||
msgid "pan by means touch drag operation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:131
|
||||
msgid "Ctrl, Shift, Alt, or their combination like Ctrl+Shift"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:132
|
||||
msgid "modificator"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:133
|
||||
msgid "keyboard key"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:134
|
||||
msgid "key"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:135
|
||||
msgid "mouse button"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:136
|
||||
msgid "button"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:137
|
||||
msgid "amount of touches"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:138
|
||||
msgid "touches"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:139
|
||||
msgid "event that activates the action"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:140
|
||||
msgid "event"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:141
|
||||
msgid "is action enabled"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:142
|
||||
msgid "is action enabled in narrow view"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:143
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:144
|
||||
msgid "enabledInNarrow"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:145
|
||||
msgid "is active by default"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:146
|
||||
msgid "active"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:147
|
||||
msgid "is active for mobile devices by default"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:148
|
||||
msgid "activeForMobile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:149
|
||||
msgid "Zoom"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:150
|
||||
msgid "Lighting"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:151
|
||||
msgid "Pan"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:152 inc/settings.php:7
|
||||
msgid "3D FlipBook - Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:153
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:154
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:155
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:156
|
||||
msgid "Settings saved successfully"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:157
|
||||
msgid "One"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:158
|
||||
msgid "Two"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:159
|
||||
msgid "Three"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:160
|
||||
msgid "Left"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:161
|
||||
msgid "Middle"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:162
|
||||
msgid "Right"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:163
|
||||
msgid "Mouse button down"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:164
|
||||
msgid "Mouse move"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:165
|
||||
msgid "Mouse button up"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:166
|
||||
msgid "Click"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:167
|
||||
msgid "Double click"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:168
|
||||
msgid "Touch start"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:169
|
||||
msgid "Touch move"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:170
|
||||
msgid "Touch end"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:171
|
||||
msgid "Key down"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:172
|
||||
msgid "Key press"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:173
|
||||
msgid "Key up"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:174
|
||||
msgid "rtl is a right-to-left, top-to-bottom script, writing starts from the right of the page and continues to the left"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:175
|
||||
msgid "Please wait... the Application is Loading"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:176
|
||||
msgid "PDF is Loading:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:177
|
||||
msgid "Previous page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:178
|
||||
msgid "Next page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:179
|
||||
msgid "Table of contents"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:180
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:181
|
||||
msgid "Bookmarks"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:182
|
||||
msgid "Thumbnails"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:183
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:184
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:185
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:186
|
||||
msgid "Fit view"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:187
|
||||
msgid "10 pages backward"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:188
|
||||
msgid "10 pages forward"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:189
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:190
|
||||
msgid "Print"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:191
|
||||
msgid "Full screen"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:192 inc/settings.php:8
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:193
|
||||
msgid "Smart pan"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:194
|
||||
msgid "Single page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:195
|
||||
msgid "Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:196
|
||||
msgid "Stats"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:197
|
||||
msgid "Increase lighting"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:198
|
||||
msgid "Reduce lighting"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:199
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:200
|
||||
msgid "See the debugging console for details (Ctrl+Shift+I in Chrome)."
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:201
|
||||
msgid "yes"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:202
|
||||
msgid "no"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:203
|
||||
msgid "Skin"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:204
|
||||
msgid "default control skin"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:205
|
||||
msgid "CSS text for skin customization"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:206
|
||||
msgid "Lightbox"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:207
|
||||
msgid "default lightbox"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:208
|
||||
msgid "Loading Animation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:209
|
||||
msgid "show the skin loading animation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:210
|
||||
msgid "show the book loading animation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:211
|
||||
msgid "Auto Resolution"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:212
|
||||
msgid "the page texture resolution will be computed automatically"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:213
|
||||
msgid "the computed automatically resolution is multiplied by the coefficient"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:214
|
||||
msgid "Narrow View"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:215
|
||||
msgid "width in pixels when the view switches into the narrow mode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:216
|
||||
msgid "Ready Function"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:217
|
||||
msgid "function ready(scene) {/* code */} ready"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:218
|
||||
msgid "global book ready function: function ready(scene) {/* code */} ready"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:219
|
||||
msgid "Control properties"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:220
|
||||
msgid "Book style"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:221
|
||||
msgid "Pages customization"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:222
|
||||
msgid "show advanced options"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:223
|
||||
msgid "render loaded hidden pages in the background on mobile devices"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:224
|
||||
msgid "curvature of open sheet, 0.05 is for flat sheet"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:225
|
||||
msgid "side texture"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:226
|
||||
msgid "3D FlipBook source"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:227
|
||||
msgid "Prebuilt"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:228
|
||||
msgid "PDF URL"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:229 inc/taxonomy.php:7
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:230
|
||||
msgid "Style"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:231
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:232
|
||||
msgid "500px, 50% - % of parent container height, empty - auto"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:233
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:234
|
||||
msgid "color: #333"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:235
|
||||
msgid "image: http://example.com/image.jpg"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:236
|
||||
msgid "http://example.com?fb3d-page=1"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:237
|
||||
msgid "Thumbnail URL"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:238
|
||||
msgid "Volumetric"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:239
|
||||
msgid "Volumetric with paddings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/dictionary.php:240
|
||||
msgid "Flat"
|
||||
msgstr ""
|
||||
|
||||
#: inc/edit.php:12
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
#: inc/edit.php:25
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: inc/edit.php:40
|
||||
msgid "Shortcode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/edit.php:81
|
||||
msgid "User Manual"
|
||||
msgstr ""
|
||||
|
||||
#: inc/edit.php:84
|
||||
msgid "Video Examples"
|
||||
msgstr ""
|
||||
|
||||
#: inc/edit.php:87
|
||||
msgid "Support Forum"
|
||||
msgstr ""
|
||||
|
||||
#: inc/edit.php:100
|
||||
msgid "More options"
|
||||
msgstr ""
|
||||
|
||||
#: inc/post.php:7
|
||||
msgid "3D FlipBook"
|
||||
msgstr ""
|
||||
|
||||
#: inc/post.php:9
|
||||
msgid "All Books"
|
||||
msgstr ""
|
||||
|
||||
#: inc/shortcode-generator.php:7 inc/shortcode-generator.php:24
|
||||
msgid "3D FlipBook - Shortcode Generator"
|
||||
msgstr ""
|
||||
|
||||
#: inc/shortcode-generator.php:8
|
||||
msgid "Shortcode Generator"
|
||||
msgstr ""
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "3D FlipBook"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "http://3dflipbook.net/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Interactive 3D FlipBook Powered Physics Engine WordPress Plugin"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "iberezansky"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "http://3dflipbook.net/"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,57 @@
|
||||
# Copyright (C) 2021 JSM's Show Comment Metadata
|
||||
# This file is distributed under the same license as the JSM's Show Comment Metadata package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: JSM's Show Comment Metadata 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-show-comment-"
|
||||
"meta\n"
|
||||
"POT-Creation-Date: 2021-MO-DA HO:MI+ZONE\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"
|
||||
|
||||
#: jsm-show-comment-meta.php:95
|
||||
msgid ""
|
||||
"The %1$s plugin requires %2$s version %3$s or newer and has been deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: jsm-show-comment-meta.php:97
|
||||
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin."
|
||||
msgstr ""
|
||||
|
||||
#: jsm-show-comment-meta.php:121
|
||||
msgid "Comment Metadata"
|
||||
msgstr ""
|
||||
|
||||
#: jsm-show-comment-meta.php:172
|
||||
msgid "Key"
|
||||
msgstr ""
|
||||
|
||||
#: jsm-show-comment-meta.php:174
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "JSM's Show Comment Metadata"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://surniaulula.com/extend/plugins/jsm-show-comment-meta/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Show all comment meta (aka custom fields) in a metabox on comment editing "
|
||||
"pages."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "JS Morisset"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://surniaulula.com/"
|
||||
msgstr ""
|
||||
2045
spec/fixtures/dynamic_finders/plugin_version/just-tables/translation_file/languages/just-tables.pot
vendored
Normal file
2045
spec/fixtures/dynamic_finders/plugin_version/just-tables/translation_file/languages/just-tables.pot
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,159 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: KASSA.AT For WooCommerce 1.0.0\n"
|
||||
"POT-Creation-Date: 2020-12-29 09:28+0100\n"
|
||||
"PO-Revision-Date: 2020-12-29 09:28+0100\n"
|
||||
"Last-Translator: manuelschultz\n"
|
||||
"Language-Team: KASSA.AT\n"
|
||||
"Language: de_DE@formal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.4.2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-KeywordsList: __;_e;esc_attr_e;esc_html__\n"
|
||||
"X-Poedit-SearchPath-0: api-connection.php\n"
|
||||
"X-Poedit-SearchPath-1: create-menus.php\n"
|
||||
"X-Poedit-SearchPath-2: kassa-at-for-woocommerce.php\n"
|
||||
"X-Poedit-SearchPath-3: stock-syncro.php\n"
|
||||
|
||||
#: create-menus.php:33
|
||||
msgid "You do not have sufficient permissions to access this page."
|
||||
msgstr ""
|
||||
"Sie haben nicht die nötigen Berechtigungen um auf die Seite zuzugreifen."
|
||||
|
||||
#: create-menus.php:152
|
||||
msgid "KASSA.AT connection:"
|
||||
msgstr "Verbindung zu KASSA.AT:"
|
||||
|
||||
#: create-menus.php:155
|
||||
msgid "You are already connected to a KASSA.AT account."
|
||||
msgstr "Sie sind bereits mit einer KASSA.AT-Konto. verbunden."
|
||||
|
||||
#: create-menus.php:158
|
||||
msgid "Remove connection to KASSA.AT."
|
||||
msgstr "Entfernen Sie die Verbindung zu KASSA.AT."
|
||||
|
||||
#: create-menus.php:166
|
||||
msgid "Connect with KASSA.AT account"
|
||||
msgstr "Mit KASSA.AT Verbinden"
|
||||
|
||||
#: create-menus.php:171
|
||||
msgid "Dont have a KASSA.AT account? Create one!"
|
||||
msgstr "Haben Sie kein KASSA.AT-Konto? Erstellen Sie eines!"
|
||||
|
||||
#: create-menus.php:177
|
||||
msgid "Synchronize Stocks:"
|
||||
msgstr "Synchronisieren Sie den Lagerstand:"
|
||||
|
||||
#: create-menus.php:178
|
||||
msgid "Choose warehouse:"
|
||||
msgstr "Wählen Sie ein Lager:"
|
||||
|
||||
#: create-menus.php:188
|
||||
msgid "Save changes!"
|
||||
msgstr "Änderungen speichern!"
|
||||
|
||||
#: create-menus.php:195
|
||||
msgid "Synchronize stocks with KASSA.AT."
|
||||
msgstr "Lagerstände mit KASSA.AT synchronisieren."
|
||||
|
||||
#: create-menus.php:196
|
||||
msgid "Use KASSA.AT-data"
|
||||
msgstr "KASSA.AT-Daten als Master verwenden"
|
||||
|
||||
#: create-menus.php:203
|
||||
msgid "Synchronize!"
|
||||
msgstr "Synchronisieren!"
|
||||
|
||||
#: kassa-at-for-woocommerce.php:167
|
||||
msgid "Please follow these instructions to use the plugin:"
|
||||
msgstr "Bitte folgen Sie den Anweisungen, um das Plugin einzurichten:"
|
||||
|
||||
#: kassa-at-for-woocommerce.php:171
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you don't have a KASSA.AT account please create one <a href=\"%s\">here</"
|
||||
"a>."
|
||||
msgstr ""
|
||||
"Wenn Sie kein KASSA.AT Konto haben erstellen Sie eines <a href=\"%s\">hier</"
|
||||
"a>."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:172
|
||||
msgid ""
|
||||
"Use the Button \"Connect with KASSA.AT account\" to connect to the register-"
|
||||
"service."
|
||||
msgstr ""
|
||||
"Klicken Sie den Knopf \"Mit KASSA.AT Verbinden\" um die Verbindung "
|
||||
"herzustellen."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:176
|
||||
msgid ""
|
||||
"Login the KASSA.AT site and create your articles. Note that in order to have "
|
||||
"connect the WP-site and the KASSA.AT-account, you need to fill in the "
|
||||
"\"Artikelnummer\"-field with your article numbers."
|
||||
msgstr ""
|
||||
"Loggen Sie sich in Ihr KASSA.AT Konto ein und legen Sie Ihre Artikel an. "
|
||||
"Beachten Sie, dass Sie das Feld \"Artikelnummer\" ausfüllen (Dies wird "
|
||||
"später noch wichtig)."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:177
|
||||
msgid ""
|
||||
"In your KASSA.AT account, create a warehouse and assign the articles to it."
|
||||
msgstr ""
|
||||
"Legen Sie dann ein Lager in Ihrem KASSA.AT Konto an und befüllen Sie dieses "
|
||||
"mit Ihren Artikeln."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:178
|
||||
msgid ""
|
||||
"Go back to your WordPress page, choose your register-warehouse from your "
|
||||
"KASSA.AT's warehouses."
|
||||
msgstr ""
|
||||
"Gehen Sie nun zurück zu Ihrer WordPress Seite und wählen Sie das Lager aus, "
|
||||
"das Sie eben befüllt haben."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:179
|
||||
msgid ""
|
||||
"Go to your woocommerce-article section and create or edit your articles, use "
|
||||
"the article-number from your KASSA.AT-articles in the \"SKU\"-field and "
|
||||
"activate stock-management."
|
||||
msgstr ""
|
||||
"Gehen Sie zu der Artikelübersicht von Woocommerce und erstellen Sie hier "
|
||||
"Ihre Artikel oder bearbeiten Sie diese. Achten Sie bitte darauf, dass Sie "
|
||||
"die Artikelnummer Ihrer KASSA.AT Artikel in das \"Artikelnummer\"-Feld "
|
||||
"eintragen und aktivieren Sie \"Lagerbestand verwalten\"."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:180
|
||||
msgid ""
|
||||
"Go to the KASSA.AT-menu in your wordpress-site and press the \"Synchronize!"
|
||||
"\" Button."
|
||||
msgstr ""
|
||||
"Gehen Sie auf Ihrer WordPress-Seite in das KASSA.AT Menü zurück und drücken "
|
||||
"Sie auf den \"Synchronisieren!\"-Knopf."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:182
|
||||
msgid ""
|
||||
"And here we go. Whenever a customer buys anything in your local store or a "
|
||||
"customer orders something in your online-store, your KASSA.AT-service will "
|
||||
"have trace of that and will always check, that the onlineshop displays the "
|
||||
"correct amount of items in stock."
|
||||
msgstr ""
|
||||
"Und schon sind wir fertig. Wann immer ein Kunde etwas in Ihrem Geschäft "
|
||||
"kauft, oder etwas in Ihrem Onlineshop bestellt Werden die Lagerstände von "
|
||||
"beiden Systemen angepasst, sodass Sie immer den korrekten Lagerstand im "
|
||||
"Blick haben können."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:188
|
||||
#, php-format
|
||||
msgid "If you have any questions with the setting up, feel free to %s."
|
||||
msgstr "Wenn Sie irgendwelche Fragen haben, %s."
|
||||
|
||||
#: kassa-at-for-woocommerce.php:192
|
||||
msgid "contact us"
|
||||
msgstr "kontaktieren Sie uns"
|
||||
|
||||
#: stock-syncro.php:96
|
||||
#, php-format
|
||||
msgid "Woocommerce Invoice: %s"
|
||||
msgstr "Woocommerce-Rechnung: %s"
|
||||
@@ -0,0 +1,8 @@
|
||||
= 1.0.2 - 13 january 2021 =
|
||||
* Fixed: Fatal error during Sendinblue Api call
|
||||
|
||||
= 1.0.1 - 12 janauary 2021 =
|
||||
* Update: Plugin URI, Using WordPress uri instead of Github uri
|
||||
|
||||
= 1.0.0 - 11 january 2021 =
|
||||
* Initial release
|
||||
@@ -0,0 +1,101 @@
|
||||
# Copyright (C) 2021 Santiago Becerra
|
||||
# This file is distributed under the same license as the Manage Admin Columns plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Manage Admin Columns 1.4.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/manage-admin-columns\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-01-04T01:22:42+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: manage-admin-columns\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Manage Admin Columns"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/sanbec/manage-admin-columns"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "This plugin adds a featured image column to the WordPress admin."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Santiago Becerra"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpcombo.com"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:83
|
||||
#: includes/class-firstcolumnfeaturedimage.php:97
|
||||
msgid "Manage Admin Columns Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:98
|
||||
msgid "Featured Image Column"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:116
|
||||
msgid "Style Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:123
|
||||
msgid "Choose the size and shape of the featured image at the list table"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:134
|
||||
msgid "Featured Image Size:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:163
|
||||
msgid "Shape:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:174
|
||||
msgid "Circle"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:177
|
||||
msgid "Square"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:188
|
||||
msgid "Lightbox"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:199
|
||||
msgid "Open lightbox on image click"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:209
|
||||
msgid "Border"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:220
|
||||
msgid "Show border on hover"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:225
|
||||
msgid "Post Types"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:233
|
||||
msgid "Select the post types where you want the featured image column to be displayed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:307
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-firstcolumnfeaturedimage.php:363
|
||||
#: includes/class-firstcolumnfeaturedimage.php:364
|
||||
msgid "No image"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,178 @@
|
||||
# Copyright (C) 2020 Michael Baierl - Einfach Websites
|
||||
# This file is distributed under the same license as the Divi Projects by mbaierl plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Divi Projects by mbaierl 0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mbaierl-divi-"
|
||||
"projects\n"
|
||||
"POT-Creation-Date: 2020-11-21T15:37:00+00:00\n"
|
||||
"PO-Revision-Date: 2020-11-21 16:37+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.4.2\n"
|
||||
"X-Domain: et_builder\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Projects Custom Post Type for Divi by mbaierl"
|
||||
msgstr "Projekte von Divi - by mbaierl"
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "https://mbaierl.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid ""
|
||||
"The Divi \"Projects\" Custom Post Type - in case you move away from Divi but "
|
||||
"still want to use the Projects."
|
||||
msgstr ""
|
||||
"Die Divi “Projekte” Sammlung - falls du von Divi zu einem anderen Theme "
|
||||
"wechselst, aber “Projekte” nach wie vor verwenden willst."
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Michael Baierl - Einfach Websites"
|
||||
msgstr ""
|
||||
|
||||
#: includes/divi-projects-cpt.php:17
|
||||
msgid "Projects"
|
||||
msgstr "Projekte"
|
||||
|
||||
#: includes/divi-projects-cpt.php:18
|
||||
msgid "Project"
|
||||
msgstr "Projekt"
|
||||
|
||||
#: includes/divi-projects-cpt.php:19
|
||||
msgid "Add New"
|
||||
msgstr "Neu"
|
||||
|
||||
#: includes/divi-projects-cpt.php:20
|
||||
msgid "Add New Project"
|
||||
msgstr "Neues Projekt"
|
||||
|
||||
#: includes/divi-projects-cpt.php:21
|
||||
msgid "Edit Project"
|
||||
msgstr "Projekt bearbeiten"
|
||||
|
||||
#: includes/divi-projects-cpt.php:22
|
||||
msgid "New Project"
|
||||
msgstr "Neues Projekt"
|
||||
|
||||
#: includes/divi-projects-cpt.php:23
|
||||
msgid "All Projects"
|
||||
msgstr "Alle Projekte"
|
||||
|
||||
#: includes/divi-projects-cpt.php:24
|
||||
msgid "View Project"
|
||||
msgstr "Projekt anzeigen"
|
||||
|
||||
#: includes/divi-projects-cpt.php:25
|
||||
msgid "Search Projects"
|
||||
msgstr "Projekte durchsuchen"
|
||||
|
||||
#: includes/divi-projects-cpt.php:26
|
||||
msgid "Nothing found"
|
||||
msgstr "Nichts gefunden"
|
||||
|
||||
#: includes/divi-projects-cpt.php:27
|
||||
msgid "Nothing found in Trash"
|
||||
msgstr "Nichts im Papierkorb gefunden"
|
||||
|
||||
#: includes/divi-projects-cpt.php:58
|
||||
msgid "Project Categories"
|
||||
msgstr "Projekt Kategorien"
|
||||
|
||||
#: includes/divi-projects-cpt.php:59
|
||||
msgid "Project Category"
|
||||
msgstr "Projekt Kategorie"
|
||||
|
||||
#: includes/divi-projects-cpt.php:60
|
||||
msgid "Search Categories"
|
||||
msgstr "Kategorien durchsuchen"
|
||||
|
||||
#: includes/divi-projects-cpt.php:61
|
||||
msgid "All Categories"
|
||||
msgstr "Alle Kategorien"
|
||||
|
||||
#: includes/divi-projects-cpt.php:62
|
||||
msgid "Parent Category"
|
||||
msgstr "Übergeordnete Kategorie"
|
||||
|
||||
#: includes/divi-projects-cpt.php:63
|
||||
msgid "Parent Category:"
|
||||
msgstr "Übergeordnete Kategorie:"
|
||||
|
||||
#: includes/divi-projects-cpt.php:64
|
||||
msgid "Edit Category"
|
||||
msgstr "Kategorie bearbeiten"
|
||||
|
||||
#: includes/divi-projects-cpt.php:65
|
||||
msgid "Update Category"
|
||||
msgstr "Kategorie aktualisieren"
|
||||
|
||||
#: includes/divi-projects-cpt.php:66
|
||||
msgid "Add New Category"
|
||||
msgstr "Neue Kategorie"
|
||||
|
||||
#: includes/divi-projects-cpt.php:67
|
||||
msgid "New Category Name"
|
||||
msgstr "Name der neuen Kategorie"
|
||||
|
||||
#: includes/divi-projects-cpt.php:68
|
||||
msgid "Categories"
|
||||
msgstr "Kategorien"
|
||||
|
||||
#: includes/divi-projects-cpt.php:69
|
||||
msgid "You currently don't have any project categories."
|
||||
msgstr "Du hast aktuell keine Projekt-Kategorien."
|
||||
|
||||
#: includes/divi-projects-cpt.php:83
|
||||
msgid "Project Tags"
|
||||
msgstr "Projekt Schlagwörter"
|
||||
|
||||
#: includes/divi-projects-cpt.php:84
|
||||
msgid "Project Tag"
|
||||
msgstr "Projekt Schlagwort"
|
||||
|
||||
#: includes/divi-projects-cpt.php:85
|
||||
msgid "Search Tags"
|
||||
msgstr "Schlagwörter suchen"
|
||||
|
||||
#: includes/divi-projects-cpt.php:86
|
||||
msgid "All Tags"
|
||||
msgstr "Alle Schlagwörter"
|
||||
|
||||
#: includes/divi-projects-cpt.php:87
|
||||
msgid "Parent Tag"
|
||||
msgstr "Übergeordnetes Schlagwort"
|
||||
|
||||
#: includes/divi-projects-cpt.php:88
|
||||
msgid "Parent Tag:"
|
||||
msgstr "Übergeordnetes Schlagwort:"
|
||||
|
||||
#: includes/divi-projects-cpt.php:89
|
||||
msgid "Edit Tag"
|
||||
msgstr "Schlagwort bearbeiten"
|
||||
|
||||
#: includes/divi-projects-cpt.php:90
|
||||
msgid "Update Tag"
|
||||
msgstr "Schlagwort aktualisieren"
|
||||
|
||||
#: includes/divi-projects-cpt.php:91
|
||||
msgid "Add New Tag"
|
||||
msgstr "Neues Schlagwort erstellen"
|
||||
|
||||
#: includes/divi-projects-cpt.php:92
|
||||
msgid "New Tag Name"
|
||||
msgstr "Name des neuen Schlagwortes"
|
||||
|
||||
#: includes/divi-projects-cpt.php:93
|
||||
msgid "Tags"
|
||||
msgstr "Schlagwörter"
|
||||
|
||||
#~ msgid "Divi Projects by mbaierl"
|
||||
#~ msgstr "Divi Projekte von mbaierl"
|
||||
File diff suppressed because it is too large
Load Diff
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