Skip to content

Commit

Permalink
Add translations for Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Nov 20, 2024
1 parent eee407d commit c409d6e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ public function work(string $wid): array {
'online-limit-month-audiobook-info-text' => $this->t('You have borrowed @count out of @limit possible audio-books this month', [], ['context' => 'Work Page']),
'online-limit-month-ebook-info-text' => $this->t('You have borrowed @count out of @limit possible e-books this month', [], ['context' => 'Work Page']),
'online-limit-month-info-text' => $this->t('You have borrowed @count out of @limit possible e-books this month', [], ['context' => 'Work Page']),
'online-material-teaser-text' => $this->t('Try e-book', [], ['context' => 'Work Page']),
'open-order-not-owned-ill-loc-text' => $this->t('Your material has been ordered from another library', [], ['context' => 'Work Page']),
'open-order-owned-own-catalogue-text' => $this->t('Item available, order through the librarys catalogue', [], ['context' => 'Work Page']),
'open-order-owned-wrong-mediumtype-text' => $this->t('Item available but medium type not accepted', [], ['context' => 'Work Page']),
Expand Down Expand Up @@ -415,6 +416,7 @@ public function work(string $wid): array {
'rating-is-text' => $this->t('Rating of this item is', [], ['context' => 'Work Page']),
'rating-text' => $this->t('out of', [], ['context' => 'Work Page']),
'read-article-text' => $this->t('Read article', [], ['context' => 'Work Page']),
'reader-modal-description-text' => $this->t('modal for Reader', [], ['context' => 'Work Page']),
'receive-email-when-material-ready-text' => $this->t('Receive mail when the material is ready', [], ['context' => 'Work Page']),
'receive-sms-when-material-ready-text' => $this->t('Receive SMS when the material is ready', [], ['context' => 'Work Page']),
'reservable-from-another-library-text' => $this->t('Ordered from another library', [], ['context' => 'Work Page']),
Expand Down Expand Up @@ -500,4 +502,4 @@ public static function externalApiBaseUrls(): array {
return $urls;
}

}
}

0 comments on commit c409d6e

Please sign in to comment.