mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[GeckoView] Fix string for download button
This commit is contained in:
parent
aed7f6edcf
commit
74642b59af
2 changed files with 7 additions and 2 deletions
|
@ -41,6 +41,11 @@ print.title=Print
|
|||
print_label=Print
|
||||
save.title=Save
|
||||
save_label=Save
|
||||
# LOCALIZATION NOTE (download_button.title): used in Firefox for Android as a tooltip for the download button (“download” is a verb).
|
||||
download_button.title=Download
|
||||
# LOCALIZATION NOTE (download_button_label): used in Firefox for Android as a label for the download button (“download” is a verb).
|
||||
# Length of the translation matters since we are in a mobile context, with limited screen estate.
|
||||
download_button_label=Download
|
||||
bookmark1.title=Current Page (View URL from Current Page)
|
||||
bookmark1_label=Current Page
|
||||
# LOCALIZATION NOTE (open_in_app.title): This string is used in Firefox for Android.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue