From 9a7518cbe93c1bf480b2602cc8c6e9d0711afa75 Mon Sep 17 00:00:00 2001 From: GravityView - CI Date: Fri, 31 Jan 2025 00:05:45 +0000 Subject: [PATCH] Add files updated during build & release v2.34.1 [ci skip] --- .../edit-entry/class-edit-entry-locking.php | 6 +- translations.pot | 132 +++++++++--------- 2 files changed, 69 insertions(+), 69 deletions(-) diff --git a/includes/extensions/edit-entry/class-edit-entry-locking.php b/includes/extensions/edit-entry/class-edit-entry-locking.php index ffe81aa6f..626527662 100644 --- a/includes/extensions/edit-entry/class-edit-entry-locking.php +++ b/includes/extensions/edit-entry/class-edit-entry-locking.php @@ -550,7 +550,7 @@ public function heartbeat_check_locked_objects( $response, $data ) { if ( array_key_exists( $heartbeat_key, $data ) && is_array( $data[ $heartbeat_key ] ) ) { foreach ( $data[ $heartbeat_key ] as $object_id ) { if ( ( $user_id = $this->check_lock( $object_id ) ) && ( $user = get_userdata( $user_id ) ) ) { - $send = [ 'text' => sprintf( __( $this->get_string( 'currently_editing' ) ), $user->display_name ) ]; + $send = [ 'text' => sprintf( __( $this->get_string( 'currently_editing' ), 'gk-gravityview' ), $user->display_name ) ]; if ( ( $avatar = get_avatar( $user->ID, 18 ) ) && preg_match( "|src='([^']+)'|", $avatar, $matches ) ) { $send['avatar_src'] = $matches[1]; @@ -594,7 +594,7 @@ public function heartbeat_refresh_lock( $response, $data ) { if ( ( $user_id = $this->check_lock( $object_id ) ) && ( $user = get_userdata( $user_id ) ) ) { $error = [ - 'text' => sprintf( __( $this->get_string( 'taken_over' ) ), $user->display_name ), + 'text' => sprintf( __( $this->get_string( 'taken_over' ), 'gk-gravityview' ), $user->display_name ), ]; $avatar = get_avatar( $user->ID, 64 ); @@ -609,7 +609,7 @@ public function heartbeat_refresh_lock( $response, $data ) { if ( ( $lock_requester = $this->check_lock_request( $object_id ) ) && ( $user = get_userdata( $lock_requester ) ) ) { $lock_request = [ - 'text' => sprintf( __( $this->get_string( 'lock_requested' ) ), $user->display_name ), + 'text' => sprintf( __( $this->get_string( 'lock_requested' ), 'gk-gravityview' ), $user->display_name ), ]; $avatar = get_avatar( $user->ID, 64 ); diff --git a/translations.pot b/translations.pot index 3da433cbb..bf8674b8f 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.34\n" +"Project-Id-Version: GravityView 2.34.1\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: 2025-01-10T02:18:18+00:00\n" +"POT-Creation-Date: 2025-01-31T00:05:36+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -1599,7 +1599,7 @@ msgstr "" #: includes/admin/metaboxes/views/direct-access-status.php:98 #: includes/class-admin-add-shortcode.php:140 #: includes/class-admin-views.php:1849 -#: includes/extensions/edit-entry/class-edit-entry-locking.php:283 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:358 #: includes/extensions/edit-entry/class-edit-entry-render.php:1175 #: includes/extensions/edit-entry/class-edit-entry-render.php:1308 #: vendor_prefixed/gravitykit/foundation/src/translations.js.php:100 @@ -2112,23 +2112,23 @@ msgstr "" msgid "What’s New" msgstr "" -#: includes/class-admin-welcome.php:418 +#: includes/class-admin-welcome.php:404 msgid "View change history" msgstr "" -#: includes/class-admin-welcome.php:470 +#: includes/class-admin-welcome.php:456 msgid "GravityView is brought to you by:" msgstr "" -#: includes/class-admin-welcome.php:514 +#: includes/class-admin-welcome.php:500 msgid "Contributors" msgstr "" -#: includes/class-admin-welcome.php:546 +#: includes/class-admin-welcome.php:532 msgid "Want to contribute?" msgstr "" -#: includes/class-admin-welcome.php:547 +#: includes/class-admin-welcome.php:533 msgid "If you want to contribute to the code, %1$syou can on Github%2$s. If your contributions are accepted, you will be thanked here." msgstr "" @@ -2404,7 +2404,7 @@ msgid "Search by ID, login, email, or name." msgstr "" #: includes/class-gravityview-change-entry-creator.php:174 -#: includes/extensions/edit-entry/class-edit-entry-locking.php:288 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:363 #: vendor_prefixed/trustedlogin/client/src/Form.php:1464 msgid "Error" msgstr "" @@ -2662,7 +2662,7 @@ msgstr "" #: includes/class-gravityview-entry-approval.php:202 #: includes/class-gravityview-entry-approval.php:211 #: includes/class-gravityview-entry-approval.php:220 -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:441 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:443 msgid "The request was invalid. Refresh the page and try again." msgstr "" @@ -2717,35 +2717,35 @@ msgstr "" msgid "Are you sure you want to delete this entry? This cannot be undone." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:660 +#: includes/extensions/delete-entry/class-delete-entry.php:659 msgid "The link to delete this entry is not valid; it may have expired." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:664 +#: includes/extensions/delete-entry/class-delete-entry.php:663 msgid "You do not have permission to delete this entry." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:669 +#: includes/extensions/delete-entry/class-delete-entry.php:668 msgid "The entry is already in the trash." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:671 +#: includes/extensions/delete-entry/class-delete-entry.php:670 msgid "You cannot delete the entry; it is already in the trash." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:813 +#: includes/extensions/delete-entry/class-delete-entry.php:797 msgid "There was an error deleting the entry: %s" msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:817 +#: includes/extensions/delete-entry/class-delete-entry.php:801 msgid "The entry was successfully moved to the trash." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:820 +#: includes/extensions/delete-entry/class-delete-entry.php:804 msgid "The entry was successfully deleted." msgstr "" -#: includes/extensions/delete-entry/class-delete-entry.php:865 +#: includes/extensions/delete-entry/class-delete-entry.php:849 msgctxt "The title for an event in a notifications drop down list." msgid "Entry is deleted" msgstr "" @@ -2834,69 +2834,69 @@ msgstr "" msgid "Make field editable to:" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:71 -#: includes/extensions/edit-entry/class-edit-entry-locking.php:284 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:98 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:359 msgid "You now have control" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:77 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:107 msgid "Your request has been sent to %s." msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:79 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:109 msgid "Your request has been sent." msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:225 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:298 msgctxt "Referring to the user who is currently editing a locked entry" msgid "the person who is editing the entry" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:233 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:305 msgid "Take Over" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:234 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:306 msgid "Request Control" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:251 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:321 msgid "Reject Request" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:278 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:353 msgid "This entry is currently locked. Click on the \"Request Control\" button to let %s know you'd like to take over." msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:279 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:354 msgid "%s is currently editing this entry" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:280 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:355 msgid "%s has taken over and is currently editing this entry." msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:281 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:356 msgid "%s has requested permission to take over control of this entry." msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:282 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:357 msgid "Accept" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:285 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:360 msgid "Pending" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:286 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:361 msgid "No response" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:287 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:362 msgid "Request again" msgstr "" -#: includes/extensions/edit-entry/class-edit-entry-locking.php:289 +#: includes/extensions/edit-entry/class-edit-entry-locking.php:364 msgid "Your request was rejected" msgstr "" @@ -3004,129 +3004,129 @@ msgstr "" msgid "Display, add, and delete notes for an entry." msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:377 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:379 msgid "Note Settings" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:378 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:380 msgctxt "%s is opening and closing HTML link" msgid "Only users with specific capabilities will be able to view, add and delete notes. %1$sRead more%2$s." msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:381 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:383 msgid "Display notes?" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:384 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:386 msgid "Display notes to users who are not logged-in?" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:388 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:390 msgid "Enable adding notes?" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:391 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:393 msgid "Allow emailing notes?" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:395 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:397 msgid "Allow deleting notes?" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:423 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:425 msgid "Add Note" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:424 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:426 msgid "Note added." msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:425 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:427 msgid "Note Content" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:426 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:428 #: vendor_prefixed/gravitykit/foundation/src/translations.js.php:120 msgid "Delete" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:427 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:429 msgid "Are you sure you want to delete the selected notes?" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:428 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:430 msgid "Notes for this entry" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:429 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:431 msgid "Toggle all notes" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:430 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:432 msgid "There are no notes." msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:431 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:433 msgid "Processing…" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:432 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:434 msgid "Other email address" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:433 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:435 #: vendor_prefixed/gravitykit/foundation/src/Integrations/HelpScout.php:259 msgid "Email address" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:434 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:436 msgctxt "Example email address used as a placeholder" msgid "you@example.com" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:435 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:437 #: vendor_prefixed/gravitykit/foundation/src/Integrations/HelpScout.php:258 msgid "Subject" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:436 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:438 msgid "Email subject" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:437 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:439 msgid "New entry note" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:438 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:440 msgid "This note was sent from {url}" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:439 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:441 msgid "Also email this note to" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:440 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:442 msgid "There was an error adding the note." msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:442 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:444 msgctxt "Message to display when submitting a note without content." msgid "Note cannot be blank." msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:443 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:445 msgid "You don't have the ability to delete notes." msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:444 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:446 msgid "You don't have the ability to add notes." msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:485 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:489 msgid "added on {date_created_formatted}" msgstr "" -#: includes/extensions/entry-notes/class-gravityview-field-notes.php:569 +#: includes/extensions/entry-notes/class-gravityview-field-notes.php:574 msgid "The note is empty." msgstr "" @@ -3427,7 +3427,7 @@ msgstr "" msgid "The date the entry was last updated." msgstr "" -#: includes/fields/class-gravityview-field-date.php:27 +#: includes/fields/class-gravityview-field-date.php:26 #: includes/widgets/search-widget/class-search-widget.php:260 #: future/includes/gutenberg/blocks/view/edit.js:152 #: future/includes/gutenberg/blocks/view/edit.js:191