-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e113a0e
commit a12169b
Showing
5 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
# This file is distributed under the same license as the Embed Any Document plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Embed Any Document 2.6.0\n" | ||
"Project-Id-Version: Embed Any Document 2.6.1\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/embed-any-document\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: Awsm Innovations <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2020-06-03T15:19:03+00:00\n" | ||
"POT-Creation-Date: 2020-06-04T10:30:36+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.4.0\n" | ||
"X-Domain: embed-any-document\n" | ||
|
@@ -80,7 +80,7 @@ msgid "Loader" | |
msgstr "" | ||
|
||
#: awsm-embed.php:256 | ||
#: inc/popup.php:114 | ||
#: inc/popup.php:116 | ||
msgid "Loading..." | ||
msgstr "" | ||
|
||
|
@@ -207,37 +207,37 @@ msgid "Download Text" | |
msgstr "" | ||
|
||
#: inc/popup.php:78 | ||
#: inc/popup.php:84 | ||
#: inc/popup.php:86 | ||
#: blocks/document/modules/inspector.js:84 | ||
msgid "Viewer" | ||
msgstr "" | ||
|
||
#: inc/popup.php:86 | ||
#: inc/popup.php:88 | ||
msgid "Box" | ||
msgstr "" | ||
|
||
#: inc/popup.php:87 | ||
#: inc/popup.php:89 | ||
msgid "Drive" | ||
msgstr "" | ||
|
||
#. translators: %1$s: strong opening tag, %2$s: strong closing tag | ||
#: inc/popup.php:94 | ||
#: inc/popup.php:96 | ||
msgid "%1$s Note:%2$s Browser based PDF embedding feature is not supported by certain browsers and some external servers. Google viewer will be used as a fallback for the unsupported browsers." | ||
msgstr "" | ||
|
||
#: inc/popup.php:101 | ||
#: inc/popup.php:103 | ||
msgid "Do not cache this file (Affects performance)" | ||
msgstr "" | ||
|
||
#: inc/popup.php:105 | ||
#: inc/popup.php:107 | ||
msgid "Shortcode Preview" | ||
msgstr "" | ||
|
||
#: inc/popup.php:114 | ||
#: inc/popup.php:116 | ||
msgid "Insert" | ||
msgstr "" | ||
|
||
#: inc/popup.php:118 | ||
#: inc/popup.php:120 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,13 +82,16 @@ Great. Send it to [email protected]. We will answer it as soon as we can. | |
|
||
== Changelog == | ||
|
||
= V 2.6.1 - 2020-06-04 = | ||
* Fixed: Fatal error during plugin updation in some installations. | ||
|
||
= V 2.6.0 - 2020-06-03 = | ||
Added: Browser Based viewer. | ||
Fixed: Document Block automatic reload issue in Gutenberg editor. | ||
Fixed: Preloader for Google viewer not hiding in some installations when document is loaded. | ||
Fixed: Cache 'off' setting not working when 'Google' viewer is selected. | ||
Improved: AMP support. | ||
Other bug fixes and improvements. | ||
* Added: Browser Based viewer. | ||
* Fixed: Document Block automatic reload issue in Gutenberg editor. | ||
* Fixed: Preloader for Google viewer not hiding in some installations when document is loaded. | ||
* Fixed: Cache 'off' setting not working when 'Google' viewer is selected. | ||
* Improved: AMP support. | ||
* Other bug fixes and improvements. | ||
|
||
= V 2.5.0 - 2020-05-08 = | ||
* Added: Pre-load screen for Google Docs viewer with reload and open in new tab options for better user experience. | ||
|
@@ -103,12 +106,9 @@ Other bug fixes and improvements. | |
* Fixed: Disabled Microsoft viewer support for unsupported extensions | ||
* Fixed: Localization issues | ||
|
||
= V 2.3.2 - 2018-01-24 = | ||
* Focus added when modal window opens | ||
|
||
[See changelog of previous versions](https://raw.githubusercontent.com/awsmin/Embed-Any-Documents/master/CHANGELOG.md) | ||
|
||
== Upgrade Notice == | ||
|
||
= 2.6.0 = | ||
Added Browser Based viewer. | ||
= 2.6.1 = | ||
Fixes fatal error during updation. |