From a5e4e6cd2a0619b0d7d309b456a4f9be54f838b6 Mon Sep 17 00:00:00 2001 From: GravityView - CI Date: Tue, 20 Jun 2023 19:11:35 +0000 Subject: [PATCH] Add updated translations/assets & release v2.18 [ci skip] --- translations.pot | 152 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 116 insertions(+), 36 deletions(-) diff --git a/translations.pot b/translations.pot index 1913966891..c193fa5c23 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.8\n" +"Project-Id-Version: GravityView 2.18\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-06-16T19:01:03+00:00\n" +"POT-Creation-Date: 2023-06-20T19:11:24+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" @@ -760,7 +760,7 @@ msgid "Previous Page Button Text" msgstr "" #: future/includes/class-gv-settings-view.php:523 -#: includes/extensions/delete-entry/class-delete-entry-admin.php:133 +#: includes/extensions/delete-entry/class-gravityview-field-delete-link.php:109 msgid "Delete Link Text" msgstr "" @@ -1254,9 +1254,9 @@ msgstr "" #: includes/admin/metaboxes/class-gravityview-admin-metaboxes.php:155 #: includes/class-gravityview-entry-link-shortcode.php:236 -#: includes/extensions/delete-entry/class-delete-entry-admin.php:135 -#: includes/extensions/delete-entry/class-delete-entry-admin.php:167 -#: includes/extensions/delete-entry/class-delete-entry-admin.php:209 +#: includes/extensions/delete-entry/class-delete-entry-admin.php:83 +#: includes/extensions/delete-entry/class-gravityview-field-delete-link.php:32 +#: includes/extensions/delete-entry/class-gravityview-field-delete-link.php:111 #: includes/extensions/delete-entry/fields/delete_link.php:19 #: templates/fields/field-delete_link-html.php:38 #: templates/fields/field-duplicate_link-html.php:38 @@ -1751,23 +1751,23 @@ msgstr "" msgid "What’s New" msgstr "" -#: includes/class-admin-welcome.php:812 +#: includes/class-admin-welcome.php:825 msgid "View change history" msgstr "" -#: includes/class-admin-welcome.php:862 +#: includes/class-admin-welcome.php:875 msgid "GravityView is brought to you by:" msgstr "" -#: includes/class-admin-welcome.php:900 +#: includes/class-admin-welcome.php:913 msgid "Contributors" msgstr "" -#: includes/class-admin-welcome.php:932 +#: includes/class-admin-welcome.php:945 msgid "Want to contribute?" msgstr "" -#: includes/class-admin-welcome.php:933 +#: includes/class-admin-welcome.php:946 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 "" @@ -2317,64 +2317,64 @@ msgstr "" msgid "Powered by GravityView" msgstr "" -#: includes/extensions/delete-entry/class-delete-entry-admin.php:103 -#: includes/extensions/duplicate-entry/class-duplicate-entry.php:298 -#: includes/extensions/edit-entry/class-edit-entry-admin.php:119 -msgctxt "User capability" -msgid "Entry Creator" -msgstr "" - -#: includes/extensions/delete-entry/class-delete-entry-admin.php:141 -msgid "Allow the following users to delete the entry:" -msgstr "" - -#: includes/extensions/delete-entry/class-delete-entry-admin.php:211 -msgid "A link to delete the entry. Respects the Delete Entry permissions." -msgstr "" - -#: includes/extensions/delete-entry/class-delete-entry.php:375 +#: includes/extensions/delete-entry/class-delete-entry.php:377 #: includes/extensions/duplicate-entry/class-duplicate-entry.php:430 #: includes/extensions/duplicate-entry/class-duplicate-entry.php:461 #: includes/extensions/duplicate-entry/class-duplicate-entry.php:472 msgid "The entry does not exist." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:502 +#: includes/extensions/delete-entry/class-delete-entry.php:504 msgid "Moving the entry to the trash failed." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:612 +#: includes/extensions/delete-entry/class-delete-entry.php:614 msgid "Are you sure you want to delete this entry? This cannot be undone." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:639 +#: includes/extensions/delete-entry/class-delete-entry.php:641 msgid "The link to delete this entry is not valid; it may have expired." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:643 +#: includes/extensions/delete-entry/class-delete-entry.php:645 msgid "You do not have permission to delete this entry." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:648 +#: includes/extensions/delete-entry/class-delete-entry.php:650 msgid "The entry is already in the trash." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:650 +#: includes/extensions/delete-entry/class-delete-entry.php:652 msgid "You cannot delete the entry; it is already in the trash." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:792 +#: includes/extensions/delete-entry/class-delete-entry.php:794 msgid "There was an error deleting the entry: %s" msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:796 +#: includes/extensions/delete-entry/class-delete-entry.php:798 msgid "The entry was successfully moved to the trash." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:799 +#: includes/extensions/delete-entry/class-delete-entry.php:801 msgid "The entry was successfully deleted." msgstr "" +#: includes/extensions/delete-entry/class-gravityview-field-delete-link.php:33 +msgid "A link to delete the entry. Respects the Delete Entry permissions." +msgstr "" + +#: includes/extensions/delete-entry/class-gravityview-field-delete-link.php:79 +#: includes/extensions/duplicate-entry/class-duplicate-entry.php:298 +#: includes/extensions/edit-entry/class-edit-entry-admin.php:119 +msgctxt "User capability" +msgid "Entry Creator" +msgstr "" + +#: includes/extensions/delete-entry/class-gravityview-field-delete-link.php:117 +msgid "Allow the following users to delete the entry:" +msgstr "" + #: includes/extensions/duplicate-entry/class-duplicate-entry.php:208 msgid "Duplicate Link Text" msgstr "" @@ -6245,3 +6245,83 @@ msgstr "" #: future/includes/gutenberg/shared/js/server-side-render.js:171 msgid "The block did not render any content." msgstr "" + +#: future/includes/gutenberg/blocks/entry-field/block.json +msgctxt "block title" +msgid "GravityView Entry Field" +msgstr "" + +#: future/includes/gutenberg/blocks/entry-field/block.json +msgctxt "block description" +msgid "Display an entry field value." +msgstr "" + +#: future/includes/gutenberg/blocks/entry-field/block.json +#: future/includes/gutenberg/blocks/entry-link/block.json +#: future/includes/gutenberg/blocks/entry/block.json +#: future/includes/gutenberg/blocks/view-details/block.json +#: future/includes/gutenberg/blocks/view/block.json +msgctxt "block keyword" +msgid "GravityView" +msgstr "" + +#: future/includes/gutenberg/blocks/entry-field/block.json +#: future/includes/gutenberg/blocks/entry-link/block.json +#: future/includes/gutenberg/blocks/entry/block.json +#: future/includes/gutenberg/blocks/view-details/block.json +msgctxt "block keyword" +msgid "form entry" +msgstr "" + +#: future/includes/gutenberg/blocks/entry-field/block.json +#: future/includes/gutenberg/blocks/entry-link/block.json +#: future/includes/gutenberg/blocks/entry/block.json +#: future/includes/gutenberg/blocks/view-details/block.json +msgctxt "block keyword" +msgid "entry" +msgstr "" + +#: future/includes/gutenberg/blocks/entry-link/block.json +msgctxt "block title" +msgid "GravityView Entry Link" +msgstr "" + +#: future/includes/gutenberg/blocks/entry-link/block.json +msgctxt "block description" +msgid "Display a link to the GravityView entry." +msgstr "" + +#: future/includes/gutenberg/blocks/entry/block.json +msgctxt "block title" +msgid "GravityView Entry" +msgstr "" + +#: future/includes/gutenberg/blocks/entry/block.json +msgctxt "block description" +msgid "Display a GravityView entry." +msgstr "" + +#: future/includes/gutenberg/blocks/view-details/block.json +msgctxt "block title" +msgid "GravityView View Details" +msgstr "" + +#: future/includes/gutenberg/blocks/view-details/block.json +msgctxt "block description" +msgid "Display specific information about a GravityView View." +msgstr "" + +#: future/includes/gutenberg/blocks/view/block.json +msgctxt "block title" +msgid "GravityView View" +msgstr "" + +#: future/includes/gutenberg/blocks/view/block.json +msgctxt "block description" +msgid "Display a GravityView View." +msgstr "" + +#: future/includes/gutenberg/blocks/view/block.json +msgctxt "block keyword" +msgid "view" +msgstr ""