Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Import strings from android-l10n. #3456

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 27 additions & 3 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,21 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_new_tab_1">In neuem Tab öffnen</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
<string name="context_menu_open_link_new_window_1">Link in neuem Fenster öffnen</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_link_new_tab_1">Link in einem neuem Tab öffnen</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the image in the current window. -->
<string name="context_menu_view_image">Grafik anzeigen</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the video in the current window. -->
<string name="context_menu_view_video">Video anzeigen</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the audio in the current window. -->
<string name="context_menu_view_audio">Audio anzeigen</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it triggers a linked element download. -->
<string name="context_menu_download_link">Link herunterladen</string>

Expand All @@ -1275,6 +1290,15 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
<string name="context_menu_copy_link">Link kopieren</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the image uri to the clipboard -->
<string name="context_menu_copy_image_location">Grafikadresse kopieren</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the video uri to the clipboard -->
<string name="context_menu_copy_video_location">Video-Adresse kopieren</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the audio uri to the clipboard -->
<string name="context_menu_copy_audio_location">Audio-Adresse kopieren</string>

<!-- This string is shown in the context menu after a longpress on a text. When clicked it cuts the selected text and can be pasted later. -->
<string name="context_menu_cut_text">Ausschneiden</string>

Expand Down Expand Up @@ -1438,11 +1462,11 @@
<string name="private_clear_button">Löschen</string>

<!-- This string is displayed in the title of the pop-up blocking dialog.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title">%1$s hat ein Pop-up-Fenster dieser Website blockiert</string>
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title_v1">%1$s hat Pop-up-Fenster dieser Website blockiert</string>

<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
<string name="popup_block_description">Soll es trotzdem angezeigt werden?</string>
<string name="popup_block_description_v1">Soll es trotzdem angezeigt werden?</string>

<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
Expand Down
30 changes: 27 additions & 3 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,21 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_new_tab_1">새 탭에 열기</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
<string name="context_menu_open_link_new_window_1">새 창에 링크 열기</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_link_new_tab_1">새 탭에 링크 열기</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the image in the current window. -->
<string name="context_menu_view_image">이미지 보기</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the video in the current window. -->
<string name="context_menu_view_video">동영상 보기</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the audio in the current window. -->
<string name="context_menu_view_audio">오디오 보기</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it triggers a linked element download. -->
<string name="context_menu_download_link">링크 다운로드</string>

Expand All @@ -1276,6 +1291,15 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
<string name="context_menu_copy_link">링크 복사</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the image uri to the clipboard -->
<string name="context_menu_copy_image_location">이미지 주소 복사</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the video uri to the clipboard -->
<string name="context_menu_copy_video_location">동영상 주소 복사</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the audio uri to the clipboard -->
<string name="context_menu_copy_audio_location">오디오 주소 복사</string>

<!-- This string is shown in the context menu after a longpress on a text. When clicked it cuts the selected text and can be pasted later. -->
<string name="context_menu_cut_text">잘라내기</string>

Expand Down Expand Up @@ -1440,11 +1464,11 @@


<!-- This string is displayed in the title of the pop-up blocking dialog.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title">%1$s가 이 사이트에서 팝업을 차단했습니다</string>
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title_v1">%1$s가 이 사이트에서 팝업을 차단했습니다</string>

<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
<string name="popup_block_description">어쨌든 보시겠습니까?</string>
<string name="popup_block_description_v1">어쨌든 보시겠습니까?</string>

<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
Expand Down
30 changes: 27 additions & 3 deletions app/src/main/res/values-nb-rNO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,21 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_new_tab_1">Åpne i en ny fane</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
<string name="context_menu_open_link_new_window_1">Åpne lenke i et nytt vindu</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_link_new_tab_1">Åpne lenke i en ny fane</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the image in the current window. -->
<string name="context_menu_view_image">Vis bilde</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the video in the current window. -->
<string name="context_menu_view_video">Vis video</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the audio in the current window. -->
<string name="context_menu_view_audio">Vis lyd</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it triggers a linked element download. -->
<string name="context_menu_download_link">Last ned lenke</string>

Expand All @@ -1277,6 +1292,15 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
<string name="context_menu_copy_link">Kopier lenke</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the image uri to the clipboard -->
<string name="context_menu_copy_image_location">Kopier bildeadresse</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the video uri to the clipboard -->
<string name="context_menu_copy_video_location">Kopier videoadresse</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the audio uri to the clipboard -->
<string name="context_menu_copy_audio_location">Kopier lydadresse</string>

<!-- This string is shown in the context menu after a longpress on a text. When clicked it cuts the selected text and can be pasted later. -->
<string name="context_menu_cut_text">Klipp ut</string>

Expand Down Expand Up @@ -1441,11 +1465,11 @@
<string name="private_clear_button">Tøm</string>

<!-- This string is displayed in the title of the pop-up blocking dialog.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title">%1$s forhindret et sprettoppvindu fra dette nettstedet</string>
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title_v1">%1$s forhindret sprettoppvinduer fra dette nettstedet</string>

<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
<string name="popup_block_description">Vil du vise dem uansett?</string>
<string name="popup_block_description_v1">Vil du vise dem uansett?</string>

<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
Expand Down
32 changes: 28 additions & 4 deletions app/src/main/res/values-nn-rNO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,21 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_new_tab_1">Opne i ei ny fane</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
<string name="context_menu_open_link_new_window_1">Opne lenke i eit nytt vindauge</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_link_new_tab_1">Opne lenke i ei ny fane</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the image in the current window. -->
<string name="context_menu_view_image">Vis bilde</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the video in the current window. -->
<string name="context_menu_view_video">Vis video</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the audio in the current window. -->
<string name="context_menu_view_audio">Vis lyd</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it triggers a linked element download. -->
<string name="context_menu_download_link">Last ned lenke</string>

Expand All @@ -1277,6 +1292,15 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
<string name="context_menu_copy_link">Kopier lenke</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the image uri to the clipboard -->
<string name="context_menu_copy_image_location">Kopier bildeplassering</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the video uri to the clipboard -->
<string name="context_menu_copy_video_location">Kopier videoplassering</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the audio uri to the clipboard -->
<string name="context_menu_copy_audio_location">Kopier lydplasering</string>

<!-- This string is shown in the context menu after a longpress on a text. When clicked it cuts the selected text and can be pasted later. -->
<string name="context_menu_cut_text">Klipp ut</string>

Expand Down Expand Up @@ -1368,7 +1392,7 @@


<!-- This string is displayed in the title of an authentication prompt, which requests a username and a password. -->
<string name="authentication_required">Autentisering påkravd</string>
<string name="authentication_required">Godkjenning er påkravd</string>
<!-- This string is displayed as the label of a username input in an authentication prompt. -->
<string name="authentication_username">Brukarnamn:</string>
<!-- This string is displayed as the label of a password input in an authentication prompt. -->
Expand Down Expand Up @@ -1442,11 +1466,11 @@
<string name="private_clear_button">Tøm</string>

<!-- This string is displayed in the title of the pop-up blocking dialog.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title">%1$s hindra eit sprettoppvindauge frå denne nettstaden</string>
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title_v1">%1$s hindra sprettoppvindauge frå denne nettstaden</string>

<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
<string name="popup_block_description">Vil du vise dei likevel?</string>
<string name="popup_block_description_v1">Vil du vise dei uansett?</string>

<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
Expand Down
24 changes: 24 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,21 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_new_tab_1">Otwórz w nowej karcie</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
<string name="context_menu_open_link_new_window_1">Otwórz odnośnik w nowym oknie</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
<string name="context_menu_open_link_new_tab_1">Otwórz odnośnik w nowej karcie</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the image in the current window. -->
<string name="context_menu_view_image">Pokaż obraz</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the video in the current window. -->
<string name="context_menu_view_video">Pokaż wideo</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the audio in the current window. -->
<string name="context_menu_view_audio">Odtwórz dźwięk</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it triggers a linked element download. -->
<string name="context_menu_download_link">Pobierz odnośnik</string>

Expand All @@ -1277,6 +1292,15 @@
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
<string name="context_menu_copy_link">Kopiuj odnośnik</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the image uri to the clipboard -->
<string name="context_menu_copy_image_location">Kopiuj adres obrazu</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the video uri to the clipboard -->
<string name="context_menu_copy_video_location">Kopiuj adres wideo</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the audio uri to the clipboard -->
<string name="context_menu_copy_audio_location">Kopiuj adres dźwięku</string>

<!-- This string is shown in the context menu after a longpress on a text. When clicked it cuts the selected text and can be pasted later. -->
<string name="context_menu_cut_text">Wytnij</string>

Expand Down
Loading