diff --git a/translations.pot b/translations.pot index 96d8224421..629fc8b6cb 100644 --- a/translations.pot +++ b/translations.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPLv2 or later msgid "" msgstr "" -"Project-Id-Version: GravityView 2.17.6\n" +"Project-Id-Version: GravityView 2.17.7\n" "Report-Msgid-Bugs-To: https://www.gravitykit.com/support\n" "Last-Translator: GravityKit \n" "Language-Team: GravityKit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-05-03T18:22:19+00:00\n" +"POT-Creation-Date: 2023-05-05T00:08:23+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.7.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1771,23 +1771,23 @@ msgstr "" msgid "What’s New" msgstr "" -#: includes/class-admin-welcome.php:787 +#: includes/class-admin-welcome.php:793 msgid "View change history" msgstr "" -#: includes/class-admin-welcome.php:837 +#: includes/class-admin-welcome.php:843 msgid "GravityView is brought to you by:" msgstr "" -#: includes/class-admin-welcome.php:875 +#: includes/class-admin-welcome.php:881 msgid "Contributors" msgstr "" -#: includes/class-admin-welcome.php:907 +#: includes/class-admin-welcome.php:913 msgid "Want to contribute?" msgstr "" -#: includes/class-admin-welcome.php:908 +#: includes/class-admin-welcome.php:914 msgid "If you want to contribute to the code, %syou can on Github%s. If your contributions are accepted, you will be thanked here." msgstr "" diff --git a/vendor_prefixed/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php b/vendor_prefixed/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php index 1d7004fe89..4aa3ac00bb 100644 --- a/vendor_prefixed/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php +++ b/vendor_prefixed/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php @@ -16,7 +16,7 @@ * and is licensed under the MIT license. For more information, see * . * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/BaseTranslator.php b/vendor_prefixed/gettext/gettext/src/BaseTranslator.php index 4b03e5e77d..86c55fd6ae 100644 --- a/vendor_prefixed/gettext/gettext/src/BaseTranslator.php +++ b/vendor_prefixed/gettext/gettext/src/BaseTranslator.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/Blade.php b/vendor_prefixed/gettext/gettext/src/Extractors/Blade.php index 8fb73ba20c..c4e1ffbbfd 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/Blade.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/Blade.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/Csv.php b/vendor_prefixed/gettext/gettext/src/Extractors/Csv.php index 0170b5e121..2d1965bf92 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/Csv.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/Csv.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/CsvDictionary.php b/vendor_prefixed/gettext/gettext/src/Extractors/CsvDictionary.php index cf59ef0be9..0d0bc4a42c 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/CsvDictionary.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/CsvDictionary.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/Extractor.php b/vendor_prefixed/gettext/gettext/src/Extractors/Extractor.php index 5d84db40b2..f0238aeb5d 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/Extractor.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/Extractor.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/ExtractorInterface.php b/vendor_prefixed/gettext/gettext/src/Extractors/ExtractorInterface.php index cb029ed299..b602bade8d 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/ExtractorInterface.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/ExtractorInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/ExtractorMultiInterface.php b/vendor_prefixed/gettext/gettext/src/Extractors/ExtractorMultiInterface.php index 7af9b32cf0..bf918405df 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/ExtractorMultiInterface.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/ExtractorMultiInterface.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/Jed.php b/vendor_prefixed/gettext/gettext/src/Extractors/Jed.php index 31d42f41f0..01955f4b10 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/Jed.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/Jed.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/JsCode.php b/vendor_prefixed/gettext/gettext/src/Extractors/JsCode.php index 9b81fd67cc..80f1eddfea 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/JsCode.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/JsCode.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/Json.php b/vendor_prefixed/gettext/gettext/src/Extractors/Json.php index 0d0447c82e..589e923fba 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/Json.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/Json.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/JsonDictionary.php b/vendor_prefixed/gettext/gettext/src/Extractors/JsonDictionary.php index e944c36fb3..40cee223ea 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/JsonDictionary.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/JsonDictionary.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/Mo.php b/vendor_prefixed/gettext/gettext/src/Extractors/Mo.php index 5b6cded07f..b17f985868 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/Mo.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/Mo.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/PhpArray.php b/vendor_prefixed/gettext/gettext/src/Extractors/PhpArray.php index b8469a80bb..46bee76457 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/PhpArray.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/PhpArray.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/PhpCode.php b/vendor_prefixed/gettext/gettext/src/Extractors/PhpCode.php index f2d018d85a..6e378b3914 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/PhpCode.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/PhpCode.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/Po.php b/vendor_prefixed/gettext/gettext/src/Extractors/Po.php index 0fa1fd95da..75bf602b13 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/Po.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/Po.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/Twig.php b/vendor_prefixed/gettext/gettext/src/Extractors/Twig.php index e5f9b8f2da..9cde9e7c0f 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/Twig.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/Twig.php @@ -2,7 +2,7 @@ /** * @license MIT * - * Modified by gravityview on 03-May-2023 using Strauss. + * Modified by gravityview on 05-May-2023 using Strauss. * @see https://github.com/BrianHenryIE/strauss */ diff --git a/vendor_prefixed/gettext/gettext/src/Extractors/VueJs.php b/vendor_prefixed/gettext/gettext/src/Extractors/VueJs.php index dd84709143..d5e4aaeafb 100644 --- a/vendor_prefixed/gettext/gettext/src/Extractors/VueJs.php +++ b/vendor_prefixed/gettext/gettext/src/Extractors/VueJs.php @@ -1,7 +1,7 @@