diff --git a/l10n/en-US/viewer.properties b/l10n/en-US/viewer.properties index 35391eabd..dfd76700f 100644 --- a/l10n/en-US/viewer.properties +++ b/l10n/en-US/viewer.properties @@ -49,6 +49,8 @@ thumb_page_title=Page {{page}} thumb_page_canvas=Thumbnail of Page {{page}} # Context menu +first_page.label=First Page +last_page.label=Last Page page_rotate_cw.label=Rotate Clockwise page_rotate_ccw.label=Rotate Counter-Clockwise diff --git a/l10n/nl/viewer.properties b/l10n/nl/viewer.properties index 45bbec253..a33aad92f 100644 --- a/l10n/nl/viewer.properties +++ b/l10n/nl/viewer.properties @@ -48,6 +48,10 @@ thumb_page_title=Pagina {{page}} # number. thumb_page_canvas=Miniatuur van pagina {{page}} +# Context menu +first_page.label=Eerste pagina +last_page.label=Laatste pagina + # Find panel button title and messages find=Zoek find_terms_not_found=(Niet gevonden) diff --git a/web/viewer.html b/web/viewer.html index 3cdb84378..980b7c36d 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -191,6 +191,10 @@ limitations under the License.