Merge pull request #8509 from SteveClement/i18n

chg: [i18n] Added updated default.pot
pull/8515/head
Steve Clement 2022-07-26 22:28:54 +09:00 committed by GitHub
commit 105734722f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4455 additions and 3205 deletions

View File

@ -43,7 +43,7 @@ class RecentSightingsWidget
else $type = "Expiration";
$output = $attribute->{'value'} . " (id: " . $attribute->{'id'} . ") in " . $event->{'info'} . " (id: " . $event->{'id'} . ")";
$data[] = array( 'title' => __($type), 'value' => $output,
$data[] = array( 'title' => $type, 'value' => $output,
'html' => sprintf(
' (Event <a href="%s%s">%s</a>)',
Configure::read('MISP.baseurl') . '/events/view/', $event->{'id'},

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
echo $this->element(
'genericElements/SingleViews/single_view',
[
'title' => 'Sharing Group Blueprint view',
'title' => __('Sharing Group Blueprint view'),
'data' => $data,
'fields' => [
[