Skip to content

Commit

Permalink
Add updated translations/assets & release v2.17.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityView - CI committed Apr 12, 2023
1 parent 6ddb414 commit 683e8db
Show file tree
Hide file tree
Showing 564 changed files with 591 additions and 586 deletions.
29 changes: 17 additions & 12 deletions translations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv2 or later
msgid ""
msgstr ""
"Project-Id-Version: GravityView 2.17.4\n"
"Project-Id-Version: GravityView 2.17.5\n"
"Report-Msgid-Bugs-To: https://www.gravitykit.com/support\n"
"Last-Translator: GravityKit <support@gravitykit.com>\n"
"Language-Team: GravityKit <support@gravitykit.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-04-07T21:01:36+00:00\n"
"POT-Creation-Date: 2023-04-12T19:29:59+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"
Expand Down Expand Up @@ -572,7 +572,7 @@ msgstr ""

#: future/includes/class-gv-settings-view.php:286
#: future/includes/class-gv-settings-view.php:317
#: includes/class-common.php:1569
#: includes/class-common.php:1574
#: includes/fields/class-gravityview-field-date-created.php:29
msgid "Date Created"
msgstr ""
Expand Down Expand Up @@ -1762,23 +1762,23 @@ msgstr ""
msgid "What&rsquo;s New"
msgstr ""

#: includes/class-admin-welcome.php:734
#: includes/class-admin-welcome.php:743
msgid "View change history"
msgstr ""

#: includes/class-admin-welcome.php:784
#: includes/class-admin-welcome.php:793
msgid "GravityView is brought to you by:"
msgstr ""

#: includes/class-admin-welcome.php:822
#: includes/class-admin-welcome.php:831
msgid "Contributors"
msgstr ""

#: includes/class-admin-welcome.php:854
#: includes/class-admin-welcome.php:863
msgid "Want to contribute?"
msgstr ""

#: includes/class-admin-welcome.php:855
#: includes/class-admin-welcome.php:864
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 ""

Expand Down Expand Up @@ -1917,20 +1917,20 @@ msgid "Post ID"
msgstr ""

#. translators: %s: relative time from now, used for generic date comparisons. "1 day ago", or "20 seconds ago"
#: includes/class-common.php:1168
#: includes/class-common.php:1173
msgid "%s ago"
msgstr ""

#: includes/class-common.php:1522
#: includes/class-common.php:1527
msgid "Default (Entry ID)"
msgstr ""

#: includes/class-common.php:1573
#: includes/class-common.php:1578
#: includes/fields/class-gravityview-field-date-updated.php:31
msgid "Date Updated"
msgstr ""

#: includes/class-common.php:1704
#: includes/class-common.php:1709
msgid "Email hidden; Javascript is required."
msgstr ""

Expand Down Expand Up @@ -1979,6 +1979,11 @@ msgctxt "Edit View with the ID of %d"
msgid "Edit View #%d"
msgstr ""

#: includes/class-gravityview-admin-bar.php:143
msgctxt "Edit Form with the ID of %d"
msgid "Edit Form #%d"
msgstr ""

#: includes/class-gravityview-admin-duplicate-view.php:241
msgid "Clone"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit9d154cf4d2181074d2737f03592d46c6::getLoader();
return ComposerAutoloaderInitad93fe63ede2025271069f62d1a565a7::getLoader();
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit9d154cf4d2181074d2737f03592d46c6
class ComposerAutoloaderInitad93fe63ede2025271069f62d1a565a7
{
private static $loader;

Expand All @@ -22,18 +22,18 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit9d154cf4d2181074d2737f03592d46c6', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitad93fe63ede2025271069f62d1a565a7', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit9d154cf4d2181074d2737f03592d46c6', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitad93fe63ede2025271069f62d1a565a7', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit9d154cf4d2181074d2737f03592d46c6::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitad93fe63ede2025271069f62d1a565a7::getInitializer($loader));

$loader->register(true);

$includeFiles = \Composer\Autoload\ComposerStaticInit9d154cf4d2181074d2737f03592d46c6::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInitad93fe63ede2025271069f62d1a565a7::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire9d154cf4d2181074d2737f03592d46c6($fileIdentifier, $file);
composerRequiread93fe63ede2025271069f62d1a565a7($fileIdentifier, $file);
}

return $loader;
Expand All @@ -45,7 +45,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire9d154cf4d2181074d2737f03592d46c6($fileIdentifier, $file)
function composerRequiread93fe63ede2025271069f62d1a565a7($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit9d154cf4d2181074d2737f03592d46c6
class ComposerStaticInitad93fe63ede2025271069f62d1a565a7
{
public static $files = array (
'5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
Expand Down Expand Up @@ -128,10 +128,10 @@ class ComposerStaticInit9d154cf4d2181074d2737f03592d46c6
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit9d154cf4d2181074d2737f03592d46c6::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9d154cf4d2181074d2737f03592d46c6::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit9d154cf4d2181074d2737f03592d46c6::$prefixesPsr0;
$loader->classMap = ComposerStaticInit9d154cf4d2181074d2737f03592d46c6::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitad93fe63ede2025271069f62d1a565a7::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitad93fe63ede2025271069f62d1a565a7::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitad93fe63ede2025271069f62d1a565a7::$prefixesPsr0;
$loader->classMap = ComposerStaticInitad93fe63ede2025271069f62d1a565a7::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'gravityview/gravityview',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '139f4cab6a5e7d5488f7f051c6ac8d987d67a433',
'reference' => '6ddb4141598538243c9fb49403da9af2a06ecfa3',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -51,7 +51,7 @@
'gravityview/gravityview' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '139f4cab6a5e7d5488f7f051c6ac8d987d67a433',
'reference' => '6ddb4141598538243c9fb49403da9af2a06ecfa3',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* and is licensed under the MIT license. For more information, see
* <http://www.doctrine-project.org>.
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/BaseTranslator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Jed.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/JsCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Mo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/PhpCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Po.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Twig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/VueJs.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/** @noinspection PhpComposerExtensionStubsInspection *
* @license MIT
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Xliff.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Extractors/Yaml.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
2 changes: 1 addition & 1 deletion vendor_prefixed/gettext/gettext/src/Generators/Csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @license MIT
*
* Modified by gravityview on 07-April-2023 using Strauss.
* Modified by gravityview on 12-April-2023 using Strauss.
* @see https://github.com/BrianHenryIE/strauss
*/

Expand Down
Loading

0 comments on commit 683e8db

Please sign in to comment.