Compare commits

..

4 Commits

Author SHA1 Message Date
erwanlr
e9a5bc66df Bumps version 2019-11-11 12:41:29 +00:00
erwanlr
edebc77726 Fixes 1426 2019-11-09 17:55:31 +00:00
erwanlr
271dee824d Adds DFs 2019-11-09 10:59:46 +00:00
erwanlr
1e868d10ca Ignores slow specs when executing rake tasks 2019-11-05 20:11:03 +00:00
15 changed files with 4123 additions and 7 deletions

View File

@@ -6,14 +6,18 @@ exec = []
begin
require 'rubocop/rake_task'
RuboCop::RakeTask.new
exec << :rubocop
rescue LoadError
end
begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
RSpec::Core::RakeTask.new(:spec) { |t| t.rspec_opts = %w{--tag ~slow} }
exec << :spec
rescue LoadError
end

View File

@@ -4,7 +4,6 @@ module WPScan
module Finders
module DbExports
# DB Exports finder
# See https://github.com/wpscanteam/wpscan-v3/issues/62
class KnownLocations < CMSScanner::Finders::Finder
include CMSScanner::Finders::Finder::Enumerator
@@ -41,7 +40,7 @@ module WPScan
# @return [ Hash ]
def potential_urls(opts = {})
urls = {}
domain_name = target.uri.host[/(^[\w|-]+)/, 1]
domain_name = PublicSuffix.domain(target.uri.host)[/(^[\w|-]+)/, 1]
File.open(opts[:list]).each_with_index do |path, index|
path.gsub!('{domain_name}', domain_name)

View File

@@ -2,5 +2,5 @@
# Version
module WPScan
VERSION = '3.7.4'
VERSION = '3.7.5'
end

View File

@@ -9,7 +9,7 @@ describe WPScan::Finders::DbExports::KnownLocations do
describe '#potential_urls' do
before do
expect(target).to receive(:sub_dir).at_least(1).and_return(false)
allow(target).to receive(:sub_dir).and_return(false)
end
it 'replace {domain_name} by its value' do
@@ -22,11 +22,45 @@ describe WPScan::Finders::DbExports::KnownLocations do
http://ex.lo/aa/backups/db_backup.sql
]
end
%w[dev poc www].each do |sub_domain|
context "when #{sub_domain} sub-domain" do
let(:url) { "https://#{sub_domain}.domain.tld" }
it 'replace {domain_name} by its correct value' do
expect(finder.potential_urls(opts).keys).to include "#{url}/domain.sql"
end
end
end
context 'when multi-level tlds' do
let(:url) { 'https://something.com.tr' }
it 'replace {domain_name} by its correct value' do
expect(finder.potential_urls(opts).keys).to include 'https://something.com.tr/something.sql'
end
end
context 'when multi-level tlds and sub-domain' do
let(:url) { 'https://dev.something.com.tr' }
it 'replace {domain_name} by its correct value' do
expect(finder.potential_urls(opts).keys).to include 'https://dev.something.com.tr/something.sql'
end
end
context 'when some weird stuff' do
let(:url) { 'https://098f6bcd4621d373cade4e832627b4f6.aa-bb-ccc-dd.domain-test.com' }
it 'replace {domain_name} by its correct value' do
expect(finder.potential_urls(opts).keys).to include "#{url}/domain-test.sql"
end
end
end
describe '#aggressive' do
before do
expect(target).to receive(:sub_dir).at_least(1).and_return(false)
allow(target).to receive(:sub_dir).and_return(false)
expect(target).to receive(:head_or_get_params).and_return(method: :head)
finder.potential_urls(opts).each_key do |url|

File diff suppressed because it is too large Load Diff

View File

@@ -414,6 +414,13 @@ plugins:
interesting_entries:
- 'http://wp.lab/wp-content/plugins/above-the-fold-optimization/package.json,
Match: ''2.9.2'''
absolute-reviews:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/absolute-reviews/public/css/absolute-reviews-public.css?ver=1.0.0
confidence: 10
academic-bloggers-toolkit:
QueryParameter:
number: 4.11.3
@@ -952,6 +959,13 @@ plugins:
interesting_entries:
- 'http://wp.lab/wp-content/plugins/additional-content/languages/additional-content.pot,
Match: ''"Project-Id-Version: Additional Content 1.3.0'''
additional-product-fields-for-woocommerce:
TranslationFile:
number: 1.2.11
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/additional-product-fields-for-woocommerce/languages/rednaowooextraproduct.pot,
Match: ''Product Options Builder for WooCommerce 1.2.11'''
addon-elements-for-elementor-page-builder:
QueryParameter:
number: '1.0'
@@ -7128,6 +7142,13 @@ plugins:
interesting_entries:
- http://wp.lab/wp-content/plugins/checkin/assets/front.css?ver=1.0
- http://wp.lab/wp-content/plugins/checkin/assets/front.js?ver=1.0
checkout-add-on-woo-onepage:
TranslationFile:
number: '0.9'
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/checkout-add-on-woo-onepage/lang/woo-onepage-checkout.pot,
Match: ''commerce OnePage Checkout Add-on - Lite 0.9'''
cherry-popups:
QueryParameter:
number: 1.1.6
@@ -8191,6 +8212,14 @@ plugins:
interesting_entries:
- 'http://wp.lab/wp-content/plugins/connections-business-directory-local-time/CHANGELOG.txt,
Match: ''= 1.0'''
connects-tracking:
QueryParameter:
number: 1.0.1
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/connects-tracking/public/css/connects-tracking-public.css?ver=1.0.1
- http://wp.lab/wp-content/plugins/connects-tracking/public/js/connects-tracking-public.js?ver=1.0.1
confidence: 20
constant-contact-api:
TranslationFile:
number: 4.1.1
@@ -10086,6 +10115,13 @@ plugins:
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/dolibarr-rest-api/package.json, Match: ''1.0.0'''
domyaccounting:
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/domyaccounting/languages/rtwdma-domyaccounting.pot,
Match: ''"Integration-1.0.0'''
donate-visa:
QueryParameter:
number: 1.0.0
@@ -10243,6 +10279,13 @@ plugins:
- http://wp.lab/wp-content/plugins/ds-suit/public/css/public.css?ver=1.15.4
- http://wp.lab/wp-content/plugins/ds-suit/public/js/public.js?ver=1.15.4
confidence: 20
dse-divi-section-enhancer:
TranslationFile:
number: '2.2'
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/dse-divi-section-enhancer/languages/dse-divi-section-enhancer.pot,
Match: ''oject-Id-Version: DIVI Section Enhancer 2.2'''
dsidxpress:
QueryParameter:
number: 3.0.0
@@ -11102,6 +11145,13 @@ plugins:
interesting_entries:
- http://wp.lab/wp-content/plugins/edd-paypal-payment/public/css/paypal-edd-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/edd-paypal-payment/public/js/paypal-edd-public.js?ver=1.0.0
edd-payu-latam-gateway:
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/edd-payu-latam-gateway/languages/wpas-edd-payu-latam-en_US.po,
Match: ''"Downloads 1.0.0'''
edd-purchase-details:
TranslationFile:
number: 1.0.0
@@ -12115,6 +12165,14 @@ plugins:
interesting_entries:
- 'http://wp.lab/wp-content/plugins/events-manager-osm/package.json, Match:
''0.2.1'''
eventscout:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/eventscout/public/css/event-scout-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/eventscout/public/js/event-scout-public.js?ver=1.0.0
confidence: 20
everest-comment-rating-lite:
QueryParameter:
number: 1.0.2
@@ -12998,6 +13056,14 @@ plugins:
interesting_entries:
- 'http://wp.lab/wp-content/plugins/firstform/languages/firstform-ja.po, Match:
''"Project-Id-Version: FirstForm 1.0'''
fixed-chat-icons:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/fixed-chat-icons/public/css/fixed-chat-icons-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/fixed-chat-icons/public/js/fixed-chat-icons-public.js?ver=1.0.0
confidence: 20
fixed-circular-navigation-menu:
QueryParameter:
number: 1.1.1
@@ -13739,6 +13805,14 @@ plugins:
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/fpp-pano/changelog.txt, Match: ''1.0.1'''
freeflow:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/freeflow//css/style.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/freeflow//js/getdeviceid.min.js?ver=1.0.0
confidence: 20
freelancer-sharing-icons:
QueryParameter:
number: 1.0.0
@@ -18574,6 +18648,13 @@ plugins:
- http://wp.lab/wp-content/plugins/kodmi-age-validator/public/css/kodmi-age-validator-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/kodmi-age-validator/public/js/kodmi-age-validator-public.js?ver=1.0.0
confidence: 20
koko-analytics:
QueryParameter:
number: '1.0'
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/koko-analytics/assets/dist/js/script.js?ver=1.0
confidence: 10
komentify:
QueryParameter:
number: 1.0.0
@@ -19793,6 +19874,13 @@ plugins:
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/logo-controller/CHANGELOG.md, Match: ''1.0'''
logo-scheduler-great-for-holidays-events-and-more:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/logo-scheduler-great-for-holidays-events-and-more/inc/frontend/css/amwnlogos-frontend.css?ver=1.0.0
confidence: 10
logo-showcase-creative:
QueryParameter:
number: 1.0.0
@@ -19854,6 +19942,12 @@ plugins:
- http://wp.lab/wp-content/plugins/loops-n-slides/_inc/css/loopsns-loop.css?ver=1.1.1
- http://wp.lab/wp-content/plugins/loops-n-slides/_inc/js/loopsns-loop.js?ver=1.1.1
confidence: 20
lorem-toolbox:
ComposerFile:
number: 1.0.0
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/lorem-toolbox/package.json, Match: ''1.0.0'''
lorem-user-generator:
TranslationFile:
number: 1.0.1
@@ -29050,6 +29144,13 @@ plugins:
- http://wp.lab/wp-content/plugins/samba-videos/public/css/samba-videos-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/samba-videos/public/js/samba-videos-public.js?ver=1.0.0
confidence: 20
same-but-different:
QueryParameter:
number: 1.0.01
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/same-but-different/library/css/style.css?ver=1.0.01
confidence: 10
samuweb-related-questions:
QueryParameter:
number: '1.0'
@@ -30021,7 +30122,15 @@ plugins:
interesting_entries:
- http://wp.lab/wp-content/plugins/shared-files/public/css/shared-files-public.css?ver=1.0.2
- http://wp.lab/wp-content/plugins/shared-files/public/js/shared-files-public.js?ver=1.0.2
confidence: 20
- http://wp.lab/wp-content/plugins/shared-files/public/shared-files-public.css?ver=1.0.2
- http://wp.lab/wp-content/plugins/shared-files/public/shared-files-public.js?ver=1.0.2
confidence: 40
TranslationFile:
number: 1.4.7
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/shared-files/languages/shared-files.pot,
Match: ''"Project-Id-Version: Shared Files 1.4.7'''
shared-whiteboard:
QueryParameter:
number: '1.0'
@@ -30503,6 +30612,14 @@ plugins:
interesting_entries:
- http://wp.lab/wp-content/plugins/simple-category-posts-widget/css/p2hc-category-posts.css?ver=0.1
confidence: 10
simple-classifieds:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/simple-classifieds/assets/css/classifieds.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/simple-classifieds/assets/scripts/classifieds.js?ver=1.0.0
confidence: 20
simple-code-block:
TranslationFile:
number: 1.0.0
@@ -31731,6 +31848,15 @@ plugins:
- http://wp.lab/wp-content/plugins/smiling-video/css/skin-smiling-player-multicp-2.0.css?smver=1.1.3&ver=4.9.1
- http://wp.lab/wp-content/plugins/smiling-video/js/sm-common-func.js?smver=1.1.3&ver=4.9.1
confidence: 40
smooth-back-to-top-button:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/smooth-back-to-top-button/assets/css/sbttb-fonts.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/smooth-back-to-top-button/assets/css/smooth-back-to-top-button.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/smooth-back-to-top-button/assets/js/smooth-back-to-top-button.js?ver=1.0.0
confidence: 30
smooth-gallery-replacement:
QueryParameter:
number: '1.0'
@@ -46251,6 +46377,13 @@ plugins:
interesting_entries:
- http://wp.lab/wp-content/plugins/wunderground/assets/css/wunderground.css?ver=2.1.3
- http://wp.lab/wp-content/plugins/wunderground/assets/js/widget.min.js?ver=2.1.3
wuunder-for-woocommerce:
ChangeLog:
number: 2.7.8
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/wuunder-for-woocommerce/CHANGELOG.md, Match:
''## [2.7.8]'''
wwd-mailer:
QueryParameter:
number: 1.0.0

View File

@@ -0,0 +1,619 @@
# Copyright (C) 2019 RedNao
# This file is distributed under the same license as the Extra Product Options Builder for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: Extra Product Options Builder for WooCommerce 1.2.11\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-extra-products\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: 2019-11-02T18:08:21+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.3.0\n"
"X-Domain: rednaowooextraproduct\n"
#. Plugin Name of the plugin
msgid "Extra Product Options Builder for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "http://smartforms.rednao.com/getit"
msgstr ""
#. Description of the plugin
msgid "Additional product fields for woocommerce"
msgstr ""
#. Author of the plugin
msgid "RedNao"
msgstr ""
#. Author URI of the plugin
msgid "http://rednao.com"
msgstr ""
#: jstranslations/InternalShared.php:2
msgid "Jan"
msgstr ""
#: jstranslations/InternalShared.php:3
msgid "Feb"
msgstr ""
#: jstranslations/InternalShared.php:4
msgid "Mar"
msgstr ""
#: jstranslations/InternalShared.php:5
msgid "Apr"
msgstr ""
#: jstranslations/InternalShared.php:6
msgid "May"
msgstr ""
#: jstranslations/InternalShared.php:7
msgid "Jun"
msgstr ""
#: jstranslations/InternalShared.php:8
msgid "Jul"
msgstr ""
#: jstranslations/InternalShared.php:9
msgid "Aug"
msgstr ""
#: jstranslations/InternalShared.php:10
msgid "Sep"
msgstr ""
#: jstranslations/InternalShared.php:11
msgid "Oct"
msgstr ""
#: jstranslations/InternalShared.php:12
msgid "Nov"
msgstr ""
#: jstranslations/InternalShared.php:13
msgid "Dec"
msgstr ""
#: jstranslations/InternalShared.php:14
msgid "January"
msgstr ""
#: jstranslations/InternalShared.php:15
msgid "February"
msgstr ""
#: jstranslations/InternalShared.php:16
msgid "March"
msgstr ""
#: jstranslations/InternalShared.php:17
msgid "April"
msgstr ""
#: jstranslations/InternalShared.php:18
msgid "June"
msgstr ""
#: jstranslations/InternalShared.php:19
msgid "July"
msgstr ""
#: jstranslations/InternalShared.php:20
msgid "August"
msgstr ""
#: jstranslations/InternalShared.php:21
msgid "September"
msgstr ""
#: jstranslations/InternalShared.php:22
msgid "October"
msgstr ""
#: jstranslations/InternalShared.php:23
msgid "November"
msgstr ""
#: jstranslations/InternalShared.php:24
msgid "December"
msgstr ""
#: jstranslations/InternalShared.php:25
msgid "Su"
msgstr ""
#: jstranslations/InternalShared.php:26
msgid "Mo"
msgstr ""
#: jstranslations/InternalShared.php:27
msgid "Tu"
msgstr ""
#: jstranslations/InternalShared.php:28
msgid "We"
msgstr ""
#: jstranslations/InternalShared.php:29
msgid "Th"
msgstr ""
#: jstranslations/InternalShared.php:30
msgid "Fr"
msgstr ""
#: jstranslations/InternalShared.php:31
msgid "Sa"
msgstr ""
#: jstranslations/InternalShared.php:32
msgid "Sun"
msgstr ""
#: jstranslations/InternalShared.php:33
msgid "Mon"
msgstr ""
#: jstranslations/InternalShared.php:34
msgid "Tue"
msgstr ""
#: jstranslations/InternalShared.php:35
msgid "Wed"
msgstr ""
#: jstranslations/InternalShared.php:36
msgid "Thu"
msgstr ""
#: jstranslations/InternalShared.php:37
msgid "Fri"
msgstr ""
#: jstranslations/InternalShared.php:38
msgid "Sat"
msgstr ""
#: jstranslations/InternalShared.php:39
#: jstranslations/ProductFieldBuilder.php:97
msgid "Sunday"
msgstr ""
#: jstranslations/InternalShared.php:40
#: jstranslations/ProductFieldBuilder.php:98
msgid "Monday"
msgstr ""
#: jstranslations/InternalShared.php:41
#: jstranslations/ProductFieldBuilder.php:99
msgid "Tuesday"
msgstr ""
#: jstranslations/InternalShared.php:42
#: jstranslations/ProductFieldBuilder.php:100
msgid "Wednesday"
msgstr ""
#: jstranslations/InternalShared.php:43
#: jstranslations/ProductFieldBuilder.php:101
msgid "Thursday"
msgstr ""
#: jstranslations/InternalShared.php:44
#: jstranslations/ProductFieldBuilder.php:102
msgid "Friday"
msgstr ""
#: jstranslations/InternalShared.php:45
#: jstranslations/ProductFieldBuilder.php:103
msgid "Saturday"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:2
msgid "Please select a field"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:3
msgid "Cancel"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:4
msgid "Import"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:5
msgid "Export"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:6
#: ProductFieldBuilder.php:1
msgid "Label"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:7
msgid "Image URL"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:8
msgid "Price"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:9
msgid "Sale"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:10
msgid "Price Type"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:11
msgid "Fixed amount"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:12
msgid "% of original price"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:13
msgid "% of original price + options"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:14
msgid "Settings"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:15
msgid "Conditions"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:16
msgid "Enable Show/Hide Conditions"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:17
msgid "Show"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:18
msgid "Hide"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:19
msgid "this field if"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:20
msgid "Select a field"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:21
msgid "Fields"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:22
msgid "AND"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:23
msgid "or"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:24
msgid "Add new group"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:25
msgid "Select one"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:26
msgid "Equal to"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:27
msgid "Not Equal to"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:28
msgid "Is Empty"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:29
msgid "Is Not Empty"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:30
msgid "Contains"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:31
msgid "Not Contains"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:32
msgid "Default text"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:33
#: ProductFieldBuilder.php:1
msgid "Placeholder"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:34
#: ProductFieldBuilder.php:1
msgid "Required"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:35
#: ProductFieldBuilder.php:1
msgid "Show quantity selector"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:36
#: ProductFieldBuilder.php:1
msgid "Quantity Position"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:37
msgid "Left"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:38
msgid "Right"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:39
msgid "Top"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:40
msgid "Bottom"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:41
#: ProductFieldBuilder.php:1
msgid "Default value"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:42
#: ProductFieldBuilder.php:1
msgid "Quantity Label"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:43
#: ProductFieldBuilder.php:1
msgid "0 = No Maximum"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:44
#: ProductFieldBuilder.php:1
msgid "Maximum Value"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:45
#: ProductFieldBuilder.php:1
msgid "0 = No Minimum"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:46
#: ProductFieldBuilder.php:1
msgid "Minimum Value"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:47
msgid "Price type"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:48
msgid "None (don't use this field to calculate price)"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:49
msgid "Fixed Amount"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:50
#: ProductFieldBuilder.php:1
msgid "Quantity"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:51
msgid "Current value"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:52
msgid "Percent of the original price"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:53
msgid "Percent of the original price + options"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:54
msgid "Price per word"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:55
msgid "Price per char"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:56
msgid "Sale Price (Empty = No Sale)"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:57
msgid "Percentage"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:58
msgid "Sale Percentage"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:59
msgid "Free chars"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:60
msgid "Ignore Spaces"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:61
msgid "Free words"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:62
#: ProductFieldBuilder.php:1
msgid "Hide price"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:63
#: ProductFieldBuilder.php:1
msgid "General"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:64
#: ProductFieldBuilder.php:1
msgid "Pricing"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:65
msgid "Text"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:66
#: ProductFieldBuilder.php:1
msgid "Options"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:67
msgid "Phone: (999)99-999-999"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:68
msgid "Credit Card: 9999 9999 9999 9999"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:69
msgid "Custom"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:70
msgid "9=Numbers, a=letters, *=Numbers or letters"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:71
msgid "Custom Mask"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:72
msgid "Mask Char"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:73
msgid "Image Width"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:74
msgid "Image Height"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:75
msgid "Allow Multiple"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:76
msgid "Horizontal"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:77
msgid "Vertical"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:78
#: ProductFieldBuilder.php:1
msgid "Date Format"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:79
msgid "Price Per Day"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:80
msgid "Label (Start Date)"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:81
msgid "Placeholder (Start Date)"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:82
msgid "Default Date (Start Date)"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:83
msgid "This property support two type of fields"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:84
msgid "A number, representing the number of dates from now e.g. 0 for today 1 for tomorrow"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:85
msgid "2 for the day after tomorrow and so on. It supports negative numbers as well"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:86
msgid "An specific date in the format of YYYY/MM/DD e.g. 2000/02/01 for February first of 2000"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:87
msgid "Start Date"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:88
msgid "Label (End Date)"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:89
msgid "End Date"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:90
msgid "Title"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:91
msgid "Style"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:92
msgid "Dashed"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:93
msgid "Solid"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:94
msgid "Color"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:95
msgid "Default Date"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:96
msgid "Week Start On"
msgstr ""
#: jstranslations/ProductFieldBuilder.php:104
msgid "Default Color"
msgstr ""

View File

@@ -0,0 +1,13 @@
# Copyright (C) 2014 Woo OnePage Checkout Shop
# This file is distributed under the same license as the Woo OnePage Checkout Shop package.
msgid ""
msgstr ""
"Project-Id-Version: Woo OnePage Checkout Woocommerce OnePage Checkout Add-on - Lite 0.9\n"
"Report-Msgid-Bugs-To: http://wordpress.org/woo-onepage\n"
"POT-Creation-Date: 2019-11-06 11:28:06+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
"Last-Translator: AmaderCode Lab <amadercode@gmail.com>\n"
"Language-Team: ACL Translator <amadercode@gmail.com>\n"

View File

@@ -0,0 +1,796 @@
msgid ""
msgstr ""
"Project-Id-Version: DoMyAccounting - WooCommerce QuickBooks "
"Integration-1.0.0\n"
"POT-Creation-Date: 2019-10-18 13:10+0530\n"
"PO-Revision-Date: 2019-10-18 13:10+0530\n"
"Last-Translator: \n"
"Language-Team: RedefiningTheWeb\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.0.6\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/partials/rtwdma-domyaccounting-admin-display.php:29
msgid "Authentication"
msgstr ""
#: admin/partials/rtwdma-domyaccounting-admin-display.php:30
msgid "Accounts Setup"
msgstr ""
#: admin/partials/rtwdma-domyaccounting-admin-display.php:31
msgid "Basic Setup"
msgstr ""
#: admin/partials/rtwdma-domyaccounting-admin-display.php:32
msgid "Automation Setup"
msgstr ""
#: admin/partials/rtwdma-domyaccounting-admin-display.php:33
msgid "Advance Setup"
msgstr ""
#: admin/partials/rtwdma-domyaccounting-admin-display.php:34
msgid "One Click Import/Export"
msgstr ""
#: admin/partials/rtwdma-domyaccounting-admin-display.php:35
msgid "Help"
msgstr ""
#: admin/partials/rtwdma-domyaccounting-admin-display.php:42
msgid "DoMyAccounting"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:108
msgid "All Products successfully exported in QuickBooks Online"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:109
msgid "All Customers successfully exported in QuickBooks Online"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:110
msgid "All Orders successfully exported in QuickBooks Online"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:169
msgid "QBO Ref ID"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:180
#: admin/rtwdma-class-domyaccounting-admin.php:190
msgid "QBO ID"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:205
#: admin/rtwdma-class-domyaccounting-admin.php:232
#: admin/rtwdma-class-domyaccounting-admin.php:255
msgid "Export"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:234
msgid "Not in selected status"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:363
#: admin/rtwdma-class-domyaccounting-admin.php:384
#: admin/rtwdma-class-domyaccounting-admin.php:395
msgid "Export to QuickBooks"
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:517
msgid "Successfully Exported to QuickBooks Online."
msgstr ""
#: admin/rtwdma-class-domyaccounting-admin.php:519
#: templates/admin/rtwdma-accounts.php:18 templates/admin/rtwdma-advance.php:20
#: templates/admin/rtwdma-automation.php:20 templates/admin/rtwdma-basic.php:20
msgid "Dismiss this notices."
msgstr ""
#: templates/admin/rtwdma-accounts.php:16 templates/admin/rtwdma-advance.php:18
#: templates/admin/rtwdma-automation.php:18 templates/admin/rtwdma-basic.php:18
msgid "Settings saved."
msgstr ""
#: templates/admin/rtwdma-accounts.php:43
msgid "Accounts Selection for Accounting"
msgstr ""
#: templates/admin/rtwdma-accounts.php:50
msgid "Income Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:53
msgid "Select Income Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:64
msgid "Asset Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:67
msgid "Select Asset Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:78
msgid "Expense Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:81
msgid "Select Expense Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:92
msgid "Discount Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:95
msgid "Select Discount Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:106
msgid "Fees Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:109
msgid "Select Fees Account Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:120
msgid "TaxCode Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:123
msgid "Select TaxCode Reference"
msgstr ""
#: templates/admin/rtwdma-accounts.php:138
#: templates/admin/rtwdma-advance.php:129
#: templates/admin/rtwdma-automation.php:108
#: templates/admin/rtwdma-basic.php:154
msgid "Save Changes"
msgstr ""
#: templates/admin/rtwdma-accounts.php:146
msgid "For selecting accounts, Please connect with QuickBooks Online first."
msgstr ""
#: templates/admin/rtwdma-advance.php:51
msgid "Advance Settings"
msgstr ""
#: templates/admin/rtwdma-advance.php:54
msgid "Enable APi Execution Log File "
msgstr ""
#: templates/admin/rtwdma-advance.php:60
msgid ""
"Enable api execution log file for storing all api logs of QuickBooks Online."
msgstr ""
#: templates/admin/rtwdma-advance.php:64
msgid "Enable guest order's customer creation in QuickBooks "
msgstr ""
#: templates/admin/rtwdma-advance.php:70
msgid ""
"Enable this to create customer in QuickBooks Online that placed a guest "
"order."
msgstr ""
#: templates/admin/rtwdma-advance.php:74
msgid "Enable to sync all expences "
msgstr ""
#: templates/admin/rtwdma-advance.php:80
msgid ""
"Enable this to sync all expences in QuickBooks Online like paypal & stripe "
"fee."
msgstr ""
#: templates/admin/rtwdma-advance.php:85
msgid "Order status selection for Exporting Order"
msgstr ""
#: templates/admin/rtwdma-advance.php:102
msgid "Which action will perform on selected order status"
msgstr ""
#: templates/admin/rtwdma-advance.php:106
#: templates/admin/rtwdma-advance.php:122
msgid "Select Action"
msgstr ""
#: templates/admin/rtwdma-advance.php:107
msgid "Create Estimate"
msgstr ""
#: templates/admin/rtwdma-advance.php:108
msgid "Create & Send Estimate"
msgstr ""
#: templates/admin/rtwdma-advance.php:109
msgid "Create Invoice"
msgstr ""
#: templates/admin/rtwdma-advance.php:110
msgid "Create & Send Invoice"
msgstr ""
#: templates/admin/rtwdma-advance.php:111
msgid "Create Sale Receipt"
msgstr ""
#: templates/admin/rtwdma-advance.php:112
msgid "Create & Send Sale Receipt"
msgstr ""
#: templates/admin/rtwdma-advance.php:118
msgid "For the refunded order create "
msgstr ""
#: templates/admin/rtwdma-advance.php:123
msgid "Refund Receipt"
msgstr ""
#: templates/admin/rtwdma-advance.php:124
msgid "Credit Memo"
msgstr ""
#: templates/admin/rtwdma-authentication.php:19
msgid "Authentication Setup"
msgstr ""
#: templates/admin/rtwdma-authentication.php:21
msgid "Authentication Required"
msgstr ""
#: templates/admin/rtwdma-authentication.php:27
msgid "Connected"
msgstr ""
#: templates/admin/rtwdma-authentication.php:29
msgid "Not Connected"
msgstr ""
#: templates/admin/rtwdma-authentication.php:35
msgid "Quickbooks Redirect Url"
msgstr ""
#: templates/admin/rtwdma-authentication.php:38
msgid "Copy"
msgstr ""
#: templates/admin/rtwdma-authentication.php:42
msgid "Enter Client ID"
msgstr ""
#: templates/admin/rtwdma-authentication.php:46
msgid "Enter Client Secret Key"
msgstr ""
#: templates/admin/rtwdma-authentication.php:50
msgid "Account Type"
msgstr ""
#: templates/admin/rtwdma-authentication.php:53
msgid "Development"
msgstr ""
#: templates/admin/rtwdma-authentication.php:54
msgid "Production"
msgstr ""
#: templates/admin/rtwdma-authentication.php:59
msgid "Connect to QuickBooks"
msgstr ""
#: templates/admin/rtwdma-automation.php:51
msgid "Automation Settings"
msgstr ""
#: templates/admin/rtwdma-automation.php:54
msgid "Enable Automated Customer Export & Update in Quickbook"
msgstr ""
#: templates/admin/rtwdma-automation.php:60
msgid ""
"Enable to allow real-time syncing of Customers in QuickBooks Online at time "
"of new registration and details updation."
msgstr ""
#: templates/admin/rtwdma-automation.php:64
msgid "Enable Automated Product Export & Update in Quickbook"
msgstr ""
#: templates/admin/rtwdma-automation.php:70
msgid ""
"Enable to allow real-time syncing of Products in QuickBooks Online at time "
"of product creation & updation."
msgstr ""
#: templates/admin/rtwdma-automation.php:74
msgid "Enable Automated Invoice create & Update of a order in Quickbook"
msgstr ""
#: templates/admin/rtwdma-automation.php:80
msgid ""
"Enable to allow real-time invoice creation & updation of Orders in "
"QuickBooks Online at every order status. "
msgstr ""
#: templates/admin/rtwdma-automation.php:84
msgid "Customer Import will run after every"
msgstr ""
#: templates/admin/rtwdma-automation.php:88
msgid "Customers will be imported from QuickBooks after every entered hours."
msgstr ""
#: templates/admin/rtwdma-automation.php:92
msgid "Product Import will run after every"
msgstr ""
#: templates/admin/rtwdma-automation.php:96
msgid "Products will be imported from QuickBooks after every entered hours. "
msgstr ""
#: templates/admin/rtwdma-automation.php:100
msgid "Order Import will run after every"
msgstr ""
#: templates/admin/rtwdma-automation.php:104
msgid "Orders will be imported from QuickBooks after every entered hours. "
msgstr ""
#: templates/admin/rtwdma-basic.php:58
msgid "Export Settings"
msgstr ""
#: templates/admin/rtwdma-basic.php:61
msgid "Enable Customer Export in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:66
msgid "Enable this to allow syncing of store Customers in QuickBooks Online "
msgstr ""
#: templates/admin/rtwdma-basic.php:70
msgid "Enable Product Export in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:76
msgid "Enable this to allow syncing of store Products in QuickBooks Online "
msgstr ""
#: templates/admin/rtwdma-basic.php:80
msgid "Enable Order Export in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:86
msgid "Enable this to allow syncing of store Orders in QuickBooks Online "
msgstr ""
#: templates/admin/rtwdma-basic.php:90
msgid "Bulk Export Settings"
msgstr ""
#: templates/admin/rtwdma-basic.php:93
msgid "Enable Bulk Customer Export in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:98
msgid ""
"Enable this to allow bulk export of store Customers in QuickBooks Online "
msgstr ""
#: templates/admin/rtwdma-basic.php:102
msgid "Enable Bulk Product Export in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:108
msgid ""
"Enable this to allow bulk export of store Products in QuickBooks Online "
msgstr ""
#: templates/admin/rtwdma-basic.php:112
msgid "Enable Bulk Order Export in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:118
msgid "Enable this to allow bulk import of store Orders in QuickBooks Online "
msgstr ""
#: templates/admin/rtwdma-basic.php:122
msgid "Import Settings"
msgstr ""
#: templates/admin/rtwdma-basic.php:125
msgid "Enable Customer Import in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:130
msgid ""
"Enable this to allow syncing of QuickBooks Online customers in WooCommerce "
"Store."
msgstr ""
#: templates/admin/rtwdma-basic.php:134
msgid "Enable Product Import in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:140
msgid ""
"Enable this to allow syncing of QuickBooks Online products in WooCommerce "
"Store."
msgstr ""
#: templates/admin/rtwdma-basic.php:144
msgid "Enable Order Import in Quickbook"
msgstr ""
#: templates/admin/rtwdma-basic.php:150
msgid ""
"Enable this to allow syncing of QuickBooks Online orders in WooCommerce "
"Store."
msgstr ""
#: templates/admin/rtwdma-help.php:15
msgid "Know How It Works"
msgstr ""
#: templates/admin/rtwdma-help.php:21
msgid "Documentation"
msgstr ""
#: templates/admin/rtwdma-help.php:24
msgid "Contact Our Support Through"
msgstr ""
#: templates/admin/rtwdma-help.php:30
msgid "Support Desk"
msgstr ""
#: templates/admin/rtwdma-help.php:38
msgid "Skype"
msgstr ""
#: templates/admin/rtwdma-help.php:48
msgid "How to connect with QuickBooks Online?"
msgstr ""
#: templates/admin/rtwdma-help.php:50
msgid "You need to follow following steps :"
msgstr ""
#: templates/admin/rtwdma-help.php:52
msgid "Go to Quickbooks Online site and Sign In or Sign Up with a account."
msgstr ""
#: templates/admin/rtwdma-help.php:53
msgid ""
"Click on create a new app for the accounting of your woocommerce store ( you "
"dont need to create a new app if you have already a running app for store "
"accounting)."
msgstr ""
#: templates/admin/rtwdma-help.php:54
msgid "Select and open a app for getting production keys."
msgstr ""
#: templates/admin/rtwdma-help.php:55
msgid "In app dashboard you will get a keys tab , open keys tab."
msgstr ""
#: templates/admin/rtwdma-help.php:56
msgid ""
"Copy client id form keys pannel and put in plugin configuration section "
"client id."
msgstr ""
#: templates/admin/rtwdma-help.php:57
msgid ""
"Copy Client Secret form keys panel and put in plugin configuration section "
"Client Secret."
msgstr ""
#: templates/admin/rtwdma-help.php:58
msgid ""
"Put Plugin configuration page url as quickbooks redirect url in the keys tab "
"redirect url section."
msgstr ""
#: templates/admin/rtwdma-help.php:59
msgid "Select Account type in plugin configuration page."
msgstr ""
#: templates/admin/rtwdma-help.php:60
msgid "Now click on authenticate button."
msgstr ""
#: templates/admin/rtwdma-help.php:61
msgid "Now your store is connected to quickbooks online."
msgstr ""
#: templates/admin/rtwdma-help.php:64
msgid "How to Export products manually?"
msgstr ""
#: templates/admin/rtwdma-help.php:66
msgid ""
"For the manual export of products in QuickBooks Online, you need to do "
"following steps :"
msgstr ""
#: templates/admin/rtwdma-help.php:68
msgid "Enable products export settings in basic settings tab."
msgstr ""
#: templates/admin/rtwdma-help.php:69
msgid "You will get QBO coloumn and Export button on products listing page."
msgstr ""
#: templates/admin/rtwdma-help.php:70
msgid "Also you will get product export button on product edit page."
msgstr ""
#: templates/admin/rtwdma-help.php:71
msgid ""
"After Clicking on export button product details will be updated in "
"QuickBooks Online."
msgstr ""
#: templates/admin/rtwdma-help.php:74
msgid "How to Export customers manually?"
msgstr ""
#: templates/admin/rtwdma-help.php:76
msgid ""
"For the manual export of customers in QuickBooks Online, you need to do "
"following steps :"
msgstr ""
#: templates/admin/rtwdma-help.php:78
msgid "Enable customers export settings in basic settings tab."
msgstr ""
#: templates/admin/rtwdma-help.php:79
msgid "You will get QBO coloumn and Export button on customers listing page."
msgstr ""
#: templates/admin/rtwdma-help.php:80
msgid ""
"After Clicking on export button customer details will be updated in "
"QuickBooks Online."
msgstr ""
#: templates/admin/rtwdma-help.php:83
msgid "How to Export orders manually?"
msgstr ""
#: templates/admin/rtwdma-help.php:85
msgid ""
"For the manual export of orders in QuickBooks Online, you need to do "
"following steps :"
msgstr ""
#: templates/admin/rtwdma-help.php:87
msgid "Enable orders export settings in basic settings tab."
msgstr ""
#: templates/admin/rtwdma-help.php:88
msgid "You will get QBO coloumn and Export button on orders listing page."
msgstr ""
#: templates/admin/rtwdma-help.php:89
msgid "Also you will get order export button on order edit page."
msgstr ""
#: templates/admin/rtwdma-help.php:90
msgid ""
"After Clicking on export button order details will be updated in QuickBooks "
"Online."
msgstr ""
#: templates/admin/rtwdma-help.php:93
msgid "When products is exported in QickBooks Online automatically?"
msgstr ""
#: templates/admin/rtwdma-help.php:95
msgid ""
"First you need to enable automatic product export setting in automation tab "
"and after that when you will update any product after any changes then it "
"will be also updated in QuickBooks Online automatically."
msgstr ""
#: templates/admin/rtwdma-help.php:99
msgid "Read More"
msgstr ""
#: templates/admin/rtwdma-help.php:102
msgid "When customers is exported in QickBooks Online automatically?"
msgstr ""
#: templates/admin/rtwdma-help.php:104
msgid ""
"First you need to enable automatic customer export setting in automation tab "
"and after that when you will update any customer after any changes then it "
"will be also updated in QuickBooks Online automatically."
msgstr ""
#: templates/admin/rtwdma-help.php:106
msgid "When orders is exported in QickBooks Online automatically?"
msgstr ""
#: templates/admin/rtwdma-help.php:108
msgid ""
"First you need to enable automatic order export setting in automation tab "
"and after that when you will update any order after any changes then it will "
"be also updated in QuickBooks Online automatically."
msgstr ""
#: templates/admin/rtwdma-help.php:110
msgid "How to bulk export products in QuickBooks Online?"
msgstr ""
#: templates/admin/rtwdma-help.php:112
msgid ""
"For the bulk export of products in QuickBooks Online, you need to do "
"following steps :"
msgstr ""
#: templates/admin/rtwdma-help.php:114
msgid "Enable bulk products export settings in basic settings tab."
msgstr ""
#: templates/admin/rtwdma-help.php:115
msgid ""
"You will get Export to QuickBooks option in products bulk options in "
"products listing page."
msgstr ""
#: templates/admin/rtwdma-help.php:116
msgid ""
"Select products that you want to export and then select Export to QuickBooks "
"option in bulk actions list."
msgstr ""
#: templates/admin/rtwdma-help.php:117
msgid "All products is exported successfully in QuickBooks Online."
msgstr ""
#: templates/admin/rtwdma-help.php:120
msgid "How to bulk export customers in QuickBooks Online?"
msgstr ""
#: templates/admin/rtwdma-help.php:122
msgid ""
"For the bulk export of customers in QuickBooks Online, you need to do "
"following steps :"
msgstr ""
#: templates/admin/rtwdma-help.php:124
msgid "Enable bulk customers export settings in basic settings tab."
msgstr ""
#: templates/admin/rtwdma-help.php:125
msgid ""
"You will get Export to QuickBooks option in customer bulk options in "
"customer listing page."
msgstr ""
#: templates/admin/rtwdma-help.php:126
msgid ""
"Select customers that you want to export and then select Export to "
"QuickBooks option in bulk actions list."
msgstr ""
#: templates/admin/rtwdma-help.php:127
msgid "All customers is exported successfully in QuickBooks Online."
msgstr ""
#: templates/admin/rtwdma-help.php:130
msgid "How to bulk export orders in QuickBooks Online?"
msgstr ""
#: templates/admin/rtwdma-help.php:132
msgid ""
"For the bulk export of orders in QuickBooks Online, you need to do following "
"steps :"
msgstr ""
#: templates/admin/rtwdma-help.php:134
msgid "Enable bulk orders export settings in basic settings tab."
msgstr ""
#: templates/admin/rtwdma-help.php:135
msgid ""
"You will get Export to QuickBooks option in order bulk options in order "
"listing page."
msgstr ""
#: templates/admin/rtwdma-help.php:136
msgid ""
"Select orders that you want to export and then select Export to QuickBooks "
"option in bulk actions list."
msgstr ""
#: templates/admin/rtwdma-help.php:137
msgid "All orders is exported successfully in QuickBooks Online."
msgstr ""
#: templates/admin/rtwdma-help.php:140
msgid "How to import products Inventoey from QuickBooks Online."
msgstr ""
#: templates/admin/rtwdma-help.php:142
msgid ""
"We have provided import/export tab for importing/exporting all products "
"anytime and also we have provided option for import data automatically after "
"a fixed time duration. For this you need to set time in advance setiings tab."
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:24
msgid "One Click Export Section"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:27
msgid "Export All Customers"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:29
msgid "For One Click Customers Export, Enable Basic Export Setting"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:34
msgid "Export All Products"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:36
msgid "For One Click Products Export, Enable Basic Export Setting"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:41
msgid "Export All orders"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:43
msgid "For One Click Orders Export, Enable Basic Export Setting"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:48
msgid "One Click Import Section"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:51
msgid "Import All Customers"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:53
msgid "For One Click Customers Import, Enable Basic Import Setting"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:58
msgid "Import All Products"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:60
msgid "For One Click Products Import, Enable Basic Import Setting"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:65
msgid "Import All orders"
msgstr ""
#: templates/admin/rtwdma-one-click-sync.php:67
msgid "For One Click Orders Import, Enable Basic Import Setting"
msgstr ""

View File

@@ -0,0 +1,83 @@
msgid ""
msgstr ""
"Project-Id-Version: Payment Gateway for PayUmoney Latam on Easy Digital "
"Downloads 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-02 19:22+0530\n"
"PO-Revision-Date: 2019-11-02 19:22+0530\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_n_noop:1,2;"
"_nx:1,2;_x;_ex;esc_attr_e;esc_attr__\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 2.2.1\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/class-edd-payu-latam-admin.php:26 includes/class-edd-payu-latam.php:82
#: includes/class-edd-payu-latam.php:83
msgid "PayUmoney Latam"
msgstr ""
#: admin/class-edd-payu-latam-admin.php:36
msgid "PayUmoney Latam Payments Settings"
msgstr ""
#: admin/class-edd-payu-latam-admin.php:41
msgid "API Key"
msgstr ""
#: admin/class-edd-payu-latam-admin.php:48
msgid "Login"
msgstr ""
#: admin/class-edd-payu-latam-admin.php:55
msgid "Merchant ID"
msgstr ""
#: admin/class-edd-payu-latam-admin.php:62
msgid "Account ID"
msgstr ""
#: includes/class-edd-payu-latam.php:108
msgid "Nonce verification has failed"
msgstr ""
#: includes/class-edd-payu-latam.php:108
msgid "Error"
msgstr ""
#: includes/class-edd-payu-latam.php:140
msgid "Redirecting to PayUmoney Latam site, click on button if not redirected."
msgstr ""
#: includes/class-edd-payu-latam.php:183
msgid "Pay via PayUmoney Latam"
msgstr ""
#: includes/class-edd-payu-latam.php:192
msgid "Payment Error"
msgstr ""
#: includes/class-edd-payu-latam.php:192
#, php-format
msgid ""
"Payment creation failed while processing a PayUmoney payment gateway "
"purchase. Payment data: %s"
msgstr ""
#: includes/class-edd-payu-latam.php:228 includes/class-edd-payu-latam.php:233
#: includes/class-edd-payu-latam.php:237 includes/class-edd-payu-latam.php:241
#, php-format
msgid "Payment done via PayUmoney Latam with transaction id %s"
msgstr ""
#: wpas-edd-payu-latam-gateway.php:30
#, php-format
msgid "%s requires to install the %sEasy Digital Downloads%s plugin."
msgstr ""

View File

@@ -0,0 +1,25 @@
{
"name": "lorem-wordpress-plugin",
"version": "1.0.0",
"description": "various development/production tools for lorem-wordpress-plugin",
"main": "index.js",
"repository": "git@github.com:erdembircan/lorem-wordpress-plugin.git",
"author": "Erdem Bircan <erdem.erdembircan@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev:start": "browser-sync start --proxy localhost:8080 --files '!node_modules/**/*.*, **/*.php, **/*.js, **/*.css'",
"lint": "eslint assets/js",
"zip": "zip -r lorem-toolbox.zip . -x 'node_modules/*' -x *.git* -x *.md*"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"browser-sync": "^2.26.7",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
}
}

View File

@@ -137,6 +137,10 @@
<link rel="stylesheet" id="about-author-box-css-css" href="http://wp.lab/wp-content/plugins/about-author-box/css/about-author-box.css?ver=1.0.0" type="text/css" media="all">
<!-- absolute-reviews -->
<link rel="stylesheet" id="absolute-reviews-css" href="http://wp.lab/wp-content/plugins/absolute-reviews/public/css/absolute-reviews-public.css?ver=1.0.0" type="text/css" media="all">
<!-- academic-bloggers-toolkit -->
<link rel="stylesheet" id="abt-css-css" href="http://wp.lab/wp-content/plugins/academic-bloggers-toolkit/css/frontend.css?ver=4.11.3" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/academic-bloggers-toolkit/js/frontend.js?ver=4.11.3"></script>
@@ -3069,6 +3073,11 @@
<link rel="stylesheet" id="cn-public-css" href="http://wp.lab/wp-content/plugins/connections/assets/css/cn-user.min.css?ver=8.6.12" type="text/css" media="all">
<!-- connects-tracking -->
<link rel="stylesheet" id="connects-tracking-css" href="http://wp.lab/wp-content/plugins/connects-tracking/public/css/connects-tracking-public.css?ver=1.0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/connects-tracking/public/js/connects-tracking-public.js?ver=1.0.1"></script>
<!-- constant-contact-forms -->
<link rel="stylesheet" id="ctct_form_styles-css" href="http://wp.lab/wp-content/plugins/constant-contact-forms/assets/css/style.css?ver=1.3.5" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/constant-contact-forms/assets/js/ctct-plugin-frontend.min.js?ver=1.3.5"></script>
@@ -4283,6 +4292,11 @@
<script type="text/javascript" defer src="http://wp.lab/wp-content/plugins/events-made-easy/js/eme.js?ver=2.0.68"></script>
<!-- eventscout -->
<link rel="stylesheet" id="event-scout-css" href="http://wp.lab/wp-content/plugins/eventscout/public/css/event-scout-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/eventscout/public/js/event-scout-public.js?ver=1.0.0"></script>
<!-- everest-comment-rating-lite -->
<link rel="stylesheet" id="ECR-frontend-style-css" href="http://wp.lab/wp-content/plugins/everest-comment-rating-lite/css/ecr-frontend.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/everest-comment-rating-lite/js/ecr-frontend.js?ver=1.0.2"></script>
@@ -4659,6 +4673,11 @@
<link rel="stylesheet" id="fireems-css" href="http://wp.lab/wp-content/plugins/fireems-stats/public/css/fireems-stats-public.css?ver=2.0.0" type="text/css" media="all">
<!-- fixed-chat-icons -->
<link rel="stylesheet" id="fixed-chat-icons-css" href="http://wp.lab/wp-content/plugins/fixed-chat-icons/public/css/fixed-chat-icons-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/fixed-chat-icons/public/js/fixed-chat-icons-public.js?ver=1.0.0"></script>
<!-- fixed-circular-navigation-menu -->
<link rel="stylesheet" id="circular-nav-style-css" href="http://wp.lab/wp-content/plugins/fixed-circular-navigation-menu/public/assets/css/circular-nav.css?ver=1.1.1" type="text/css" media="all">
<link rel="stylesheet" id="circular-nav-options-css" href="http://wp.lab/wp-content/plugins/fixed-circular-navigation-menu/public/assets/css/cn-options.css?ver=1.1.1" type="text/css" media="all">
@@ -4962,6 +4981,11 @@
<link rel="stylesheet" id="foxyshop_css-css" href="http://wp.lab/wp-content/plugins/foxyshop/css/foxyshop.css?ver=4.7.3" type="text/css" media="all">
<!-- freeflow -->
<link rel="stylesheet" id="freeflow-style-css" href="http://wp.lab/wp-content/plugins/freeflow//css/style.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/freeflow//js/getdeviceid.min.js?ver=1.0.0"></script>
<!-- freelancer-sharing-icons -->
<link rel="stylesheet" id="freelancer_share_icons-css" href="http://wp.lab/wp-content/plugins/freelancer-sharing-icons/public/css/freelancer_share_icons-public.css?ver=1.0.0" type="text/css" media="all">
@@ -6744,6 +6768,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/kodmi-age-validator/public/js/kodmi-age-validator-public.js?ver=1.0.0"></script>
<!-- koko-analytics -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/koko-analytics/assets/dist/js/script.js?ver=1.0"></script>
<!-- komentify -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/komentify/public/js/komentify-public.js?ver=1.0.0"></script>
@@ -7229,6 +7257,10 @@
<link rel="stylesheet" id="lcf-style-css" href="http://wp.lab/wp-content/plugins/logo-carousel-free/public/assets/css/style.css?ver=3.1.1" type="text/css" media="all">
<!-- logo-scheduler-great-for-holidays-events-and-more -->
<link rel="stylesheet" id="amwnlogos-frontend-css" href="http://wp.lab/wp-content/plugins/logo-scheduler-great-for-holidays-events-and-more/inc/frontend/css/amwnlogos-frontend.css?ver=1.0.0" type="text/css" media="all">
<!-- logo-showcase-creative -->
<link rel="stylesheet" id="ccs-slick-style-css" href="http://wp.lab/wp-content/plugins/logo-showcase-creative/assets/css/slick.css?ver=1.0.0" type="text/css" media="all">
<link rel="stylesheet" id="ccs-cls-public-style-css" href="http://wp.lab/wp-content/plugins/logo-showcase-creative/assets/css/ccs-cls-public-style.css?ver=1.0.0" type="text/css" media="all">
@@ -10795,6 +10827,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/samba-videos/public/js/samba-videos-public.js?ver=1.0.0"></script>
<!-- same-but-different -->
<link rel="stylesheet" id="same-but-different-style-css" href="http://wp.lab/wp-content/plugins/same-but-different/library/css/style.css?ver=1.0.01" type="text/css" media="all">
<!-- samuweb-related-questions -->
<link rel="stylesheet" id="samuweb-related-questions-style-css" href="http://wp.lab/wp-content/plugins/samuweb-related-questions/samuweb-related-questions-style.css?ver=1.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/samuweb-related-questions/samuweb-related-questions.js?ver=1.0"></script>
@@ -11163,6 +11199,8 @@
<!-- shared-files -->
<link rel="stylesheet" id="shared-files-css" href="http://wp.lab/wp-content/plugins/shared-files/public/css/shared-files-public.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/shared-files/public/js/shared-files-public.js?ver=1.0.2"></script>
<link rel="stylesheet" id="shared-files-css" href="http://wp.lab/wp-content/plugins/shared-files/public/shared-files-public.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/shared-files/public/shared-files-public.js?ver=1.0.2"></script>
<!-- shared-whiteboard -->
@@ -11361,6 +11399,11 @@
<link rel="stylesheet" id="p2hc-category-posts-css" href="http://wp.lab/wp-content/plugins/simple-category-posts-widget/css/p2hc-category-posts.css?ver=0.1" type="text/css" media="all">
<!-- simple-classifieds -->
<link rel="stylesheet" id="simple-classifieds-css" href="http://wp.lab/wp-content/plugins/simple-classifieds/assets/css/classifieds.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/simple-classifieds/assets/scripts/classifieds.js?ver=1.0.0"></script>
<!-- simple-contact-form-revisited-plugin -->
<link rel="stylesheet" id="simple-form-revisited-plugin-style-css" href="http://wp.lab/wp-content/plugins/simple-contact-form-revisited-plugin/assets/css/style.css?ver=2.0.9" type="text/css" media="screen">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/simple-contact-form-revisited-plugin/assets/js/simple-contact-form-revisited-plugin.js?ver=2.0.9"></script>
@@ -11839,6 +11882,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/smiling-video/js/sm-common-func.js?smver=1.1.3&amp;ver=4.9.1"></script>
<!-- smooth-back-to-top-button -->
<link rel="stylesheet" id="sbttb-fonts-css" href="http://wp.lab/wp-content/plugins/smooth-back-to-top-button/assets/css/sbttb-fonts.css?ver=1.0.0" type="text/css" media="all">
<link rel="stylesheet" id="sbttb-style-css" href="http://wp.lab/wp-content/plugins/smooth-back-to-top-button/assets/css/smooth-back-to-top-button.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/smooth-back-to-top-button/assets/js/smooth-back-to-top-button.js?ver=1.0.0"></script>
<!-- smooth-gallery-replacement -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/smooth-gallery-replacement/scripts/History.js?ver=1.0"></script>

View File

@@ -0,0 +1,268 @@
# Copyright (C) 2019 Anssi Laitila
# This file is distributed under the same license as the Shared Files plugin.
msgid ""
msgstr ""
"Project-Id-Version: Shared Files 1.4.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-09-22T23:43:45+03:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.1.0\n"
"X-Domain: shared-files\n"
#. Plugin Name of the plugin
msgid "Shared Files"
msgstr ""
#. Description of the plugin
msgid "A simple yet effective tool to list downloadable files on your site."
msgstr ""
#: admin/class-shared-files-admin.php:88
msgid "Current file:"
msgstr ""
#: admin/class-shared-files-admin.php:89
msgid "Replace with a new file"
msgstr ""
#: admin/class-shared-files-admin.php:95
msgid "External URL"
msgstr ""
#: admin/class-shared-files-admin.php:95
msgid "Instead of adding a local file, you may provide an external URL to a file located elsewhere."
msgstr ""
#: admin/class-shared-files-admin.php:95
msgid "Note: if the external URL is defined, the file above will not be saved."
msgstr ""
#: admin/class-shared-files-admin.php:97
msgid "Description"
msgstr ""
#: admin/class-shared-files-admin.php:120
msgid "Please insert the file first or define an external URL."
msgstr ""
#: admin/class-shared-files-admin.php:247
msgid "File"
msgstr ""
#: admin/class-shared-files-admin.php:248
msgid "Add New File"
msgstr ""
#: admin/class-shared-files-admin.php:249
msgid "Edit File"
msgstr ""
#: admin/class-shared-files-admin.php:250
#: public/class-shared-files-public.php:541
msgid "No files found."
msgstr ""
#: admin/class-shared-files-admin.php:251
msgid "File Management"
msgstr ""
#: admin/class-shared-files-admin.php:252
msgid "Add New"
msgstr ""
#: admin/class-shared-files-admin.php:278
msgid "Shortcode"
msgstr ""
#: admin/class-shared-files-admin.php:279
msgid "File size"
msgstr ""
#: admin/class-shared-files-admin.php:280
msgid "File loads"
msgstr ""
#: admin/class-shared-files-admin.php:281
msgid "File added"
msgstr ""
#: admin/class-shared-files-admin.php:282
msgid "Last access"
msgstr ""
#: admin/class-shared-files-admin.php:283
msgid "Bandwidth usage (estimate)"
msgstr ""
#: admin/class-shared-files-admin.php:344
#: admin/class-shared-files-admin.php:345
msgid "Category"
msgstr ""
#: admin/class-shared-files-admin.php:346
msgid "Search Categories"
msgstr ""
#: admin/class-shared-files-admin.php:347
msgid "All Categories"
msgstr ""
#: admin/class-shared-files-admin.php:348
msgid "Parent Category"
msgstr ""
#: admin/class-shared-files-admin.php:349
msgid "Parent Category:"
msgstr ""
#: admin/class-shared-files-admin.php:350
msgid "Edit Category"
msgstr ""
#: admin/class-shared-files-admin.php:351
msgid "Update Category"
msgstr ""
#: admin/class-shared-files-admin.php:352
msgid "Add New Category"
msgstr ""
#: admin/class-shared-files-admin.php:353
msgid "New Type Name"
msgstr ""
#: admin/class-shared-files-admin.php:354
msgid "Categories"
msgstr ""
#: admin/class-shared-files-admin.php:507
#: admin/class-shared-files-admin.php:549
msgid "How to use the Shared Files plugin"
msgstr ""
#: admin/class-shared-files-admin.php:508
msgid "Help / Support"
msgstr ""
#: admin/class-shared-files-admin.php:518
msgid "Settings"
msgstr ""
#: admin/class-shared-files-admin.php:551
msgid "Add the files via the File Management page"
msgstr ""
#: admin/class-shared-files-admin.php:552
msgid "Choose one of the following methods:"
msgstr ""
#: admin/class-shared-files-admin.php:554
msgid "List all the files:"
msgstr ""
#: admin/class-shared-files-admin.php:554
#: admin/class-shared-files-admin.php:559
#: admin/class-shared-files-admin.php:560
msgid "Insert the shortcode"
msgstr ""
#: admin/class-shared-files-admin.php:554
msgid "to the content editor of any page you wish the file list to appear. If there are more than one category, a dropdown of categories will appear above the file list."
msgstr ""
#: admin/class-shared-files-admin.php:556
msgid "Using the parameter hide_search you may hide the search form like so:"
msgstr ""
#: admin/class-shared-files-admin.php:559
msgid "List only files in certain category:"
msgstr ""
#: admin/class-shared-files-admin.php:559
msgid "You can find / define the category slug by editing the category."
msgstr ""
#: admin/class-shared-files-admin.php:560
msgid "List a single file:"
msgstr ""
#: admin/class-shared-files-admin.php:560
msgid "The file_id parameter is unique for each file and can be found under the Shortcode column in File Management page."
msgstr ""
#: admin/class-shared-files-admin.php:564
msgid "Any feedback is welcome. You may contact the author at"
msgstr ""
#: admin/class-shared-files-admin.php:564
msgid "or e-mail directly:"
msgstr ""
#: admin/class-shared-files-admin.php:566
msgid "Give a rating for the plugin"
msgstr ""
#: admin/class-shared-files-admin.php:567
msgid "Whether it's 1 star or 5 stars, I'm grateful for your rating. You may rate the plugin"
msgstr ""
#: admin/class-shared-files-admin.php:567
msgid "here"
msgstr ""
#: admin/class-shared-files-admin.php:569
msgid "Send direct feedback to the author"
msgstr ""
#: admin/class-shared-files-admin.php:570
msgid "Fill out the form below to send feedback or questions to the author. Only the information provided below is sent. Thanks!"
msgstr ""
#: admin/class-settings-page.php:15
msgid "General settings"
msgstr ""
#: admin/class-settings-page.php:22
msgid "Send an email notify when a file is downloaded"
msgstr ""
#: admin/class-settings-page.php:31
msgid "Notification recipient email"
msgstr ""
#: admin/class-settings-page.php:49
msgid "By activating this you agree that the email sending is handled by the plugin developers own server and using <a href=\"https://www.mailgun.com\" target=\"_blank\">Mailgun</a>. The server is a DigitalOcean Droplet hosted in the EU. This method was chosen to ensure reliable mail delivery."
msgstr ""
#: admin/class-settings-page.php:100
msgid "Shared Files Settings"
msgstr ""
#: public/class-shared-files-public.php:217
msgid "File not found"
msgstr ""
#: public/class-shared-files-public.php:234
msgid "Search files..."
msgstr ""
#: public/class-shared-files-public.php:245
msgid "Choose category"
msgstr ""
#: public/class-shared-files-public.php:387
msgid "file found."
msgstr ""
#: public/class-shared-files-public.php:387
msgid "files found."
msgstr ""
#: public/class-shared-files-public.php:535
msgid "Browse more files:"
msgstr ""

View File

@@ -0,0 +1,268 @@
# Change Log
All notable changes to this project will be documented in this file.
Please file changes under `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed` or `Security`.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
## Un-released
## Released
## [2.7.8](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tag/2.7.8) - 2019-10-30
### Added
- Support sanitize functions
### Fixed
- Removed curl functions and use WP functions for getting filesize of images
## [2.7.7](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tag/2.7.7) - 2019-10-11
### Added
- Support for value and weight via mywuunder import (REST API)
## [2.7.6](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tag/2.7.6) - 2019-10-07
### Added
- Booking token support for imported orders via REST API
## [2.7.5](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tag/2.7.5) - 2019-09-30
### Fixed
- Parcelshop locator wuunder production settings
- Order value
- Line ending description
## [2.7.4](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tag/2.7.4) - 2019-09-27
### Added
- Preferred_service_level to Woocommerce REST API Orders resourcelist
## [2.7.3](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tag/2.7.3) - 2019-09-25
### Fix
- Fixed WC version constant usage
## [2.7.2](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tag/2.7.2) - 2019-09-19
### Fix
- Code styling and typo fixes
- Checkout validation parcelshop locator bugfixed [@timoj](https://github.com/timoj) [WWE-97](https://wuunder.atlassian.net/secure/RapidBoard.jspa?rapidView=6&projectKey=WWE&modal=detail&selectedIssue=WWE-97)
- Code styling [@timoj](https://github.com/timoj) [WWE-97](https://wuunder.atlassian.net/secure/RapidBoard.jspa?rapidView=6&projectKey=WWE&modal=detail&selectedIssue=WWE-97)
### Added
- Translations checkout text parcelshop locator text [WWE-97](https://wuunder.atlassian.net/secure/RapidBoard.jspa?rapidView=6&projectKey=WWE&modal=detail&selectedIssue=WWE-97)
## [2.7.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tag/2.7.0) - 2019-04-01
### Fix
- Parcelshop selection fix & endline char fix ([#12](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/pull/12))
- Changed text when the customer has selected a parcelshop in the checkout page.([#WWE-8](https://wuunder.atlassian.net/projects/WWE/issues/WWE-8))
- Added default option to the parcelshop shipping method ([#WWE-4](https://wuunder.atlassian.net/projects/WWE/issues/WWE-4))
## [2.6.3](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.6.3) Pre-release - 2018-1-21
### Fix
- Changed header docs [@timoj](https://github.com/timoj)
## [2.6.2](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.6.2) Pre-release - 2018-1-21
### Fix
- Merged guidelines [@timoj](https://github.com/timoj)
## [2.6.1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.6.1) Pre-release - 2018-10-19
### Fix
- Fixed handling dimensions product, changed by woocommerce [@timoj](https://github.com/timoj)
## [2.6.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.6.0) Pre-release - 2018-10-19
### Added
- Added logging respecting WP_DEBUG [@timoj](https://github.com/timoj)
## [2.5.1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.5.1) Pre-release - 2018-10-10
### Fix
- Bugfix parcelshop locator settings [@timoj](https://github.com/timoj)
## [2.5.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.5.0) Pre-release - 2018-9-17
### Fix
- Bugfix dimensions [@timoj](https://github.com/timoj)
### Added
- Added default image setting (base64) [@timoj](https://github.com/timoj)
## [2.4.7](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.4.7) Pre-release - 2018-9-7
### Fix
- Bugfix escaping quotes js func parameter [@timoj](https://github.com/timoj)
## [2.4.6](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.4.6) Pre-release - 2018-9-7
### Added
- Bugfix company name [@timoj](https://github.com/timoj)
## [2.4.5](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.4.5) Pre-release - 2018-9-5
### Fix
- Bugfix parcelshoppicker js [@timoj](https://github.com/timoj)
## [2.4.4](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.4.4) Pre-release - 2018-8-15
### Added
- Logging [@timoj](https://github.com/timoj)
- Filesize check for images [@timoj](https://github.com/timoj)
## [2.4.3](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.4.3) Pre-release - 2018-8-15
### Added
- Added temp logging [@timoj](https://github.com/timoj)
- Added different handler for checking image filesize [@timoj](https://github.com/timoj)
## [2.4.2](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.4.2) Pre-release - 2018-8-02
### Added
- Added free from for parcelshop shipping method [@timoj](https://github.com/timoj)
## [2.4.1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.4.1) Pre-release - 2018-7-30
### Fix
- Added bugfixes parcelshop picker [@timoj](https://github.com/timoj)
## [2.4.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.4.0) Pre-release - 2018-06-08
### Added
This is a test release. Not ready for production.
- Added parcelshop functionality [@timoj](https://github.com/timoj)
## [2.3.1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.3.1) Pre-release - 2018-03-27
### Fix
- Fixed warning with building api data [@timoj](https://github.com/timoj)
## [2.3.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/releases/tag/2.3.0) Pre-release - 2018-03-27
### Added
- Added support for 2nd webhook [@timoj](https://github.com/timoj)
### Fix
-Fixed api domain [@timoj](https://github.com/timoj)
## Released
## Old Change Log Format
## [2.2.2](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.2.2) (2017-12-28)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.2.1...2.2.2)
## [2.2.1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.2.1) (2017-12-28)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.2.0...2.2.1)
## [2.2.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.2.0) (2017-12-27)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.1.2...2.2.0)
**Merged pull requests:**
- cleanup [\#3](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/pull/3) ([timoj](https://github.com/timoj))
## [2.1.2](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.1.2) (2017-11-20)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.1.1...2.1.2)
## [2.1.1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.1.1) (2017-10-27)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.1.0...2.1.1)
## [2.1.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.1.0) (2017-10-03)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.0.7...2.1.0)
**Merged pull requests:**
- Preferred service level & post booking order status [\#2](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/pull/2) ([timoj](https://github.com/timoj))
## [2.0.7](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.0.7) (2017-09-21)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.0.6...2.0.7)
## [2.0.6](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.0.6) (2017-09-20)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.0.5...2.0.6)
## [2.0.5](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.0.5) (2017-09-19)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.0.4...2.0.5)
## [2.0.4](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.0.4) (2017-08-28)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.0.3...2.0.4)
## [2.0.3](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.0.3) (2017-07-07)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.0.2...2.0.3)
## [2.0.2](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.0.2) (2017-07-04)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.0.1...2.0.2)
## [2.0.1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.0.1) (2017-06-19)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/2.0.0...2.0.1)
## [2.0.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/2.0.0) (2017-06-15)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/1.0.1...2.0.0)
## [1.0.1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/1.0.1) (2017-06-07)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/1.0...1.0.1)
## [1.0](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/1.0) (2017-06-07)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/0.9...1.0)
## [0.9](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/0.9) (2017-06-01)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/0.8...0.9)
## [0.8](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/0.8) (2017-05-11)
[Full Changelog](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/compare/0.7...0.8)
**Merged pull requests:**
- Dimension/weight fix [\#1](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/pull/1) ([riklempens](https://github.com/riklempens))
## [0.7](https://github.com/kabisa/wuunder-webshopplugin-woocommerce/tree/0.7) (2017-05-09)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*