Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Strings - app/src/main/res/values-tr/strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and mergify[bot] committed Aug 7, 2022
1 parent b9f5b12 commit a536bff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
<!-- Text for the negative action button -->
<string name="open_in_app_cfr_negative_button_text">Kapat</string>

<!-- Content description for close button used in "contextual feature recommendation" (CFR) popups -->
<string name="cfr_dismiss_button_default_content_description">Kapat</string>

<!-- Text for the info dialog when camera permissions have been denied but user tries to access a camera feature. -->
<string name="camera_permissions_needed_message">Kamera erişimi gerekiyor. Android ayarlarına gidin, izinlere girin ve izin verin.</string>
<!-- Text for the positive action button to go to Android Settings to grant permissions. -->
Expand Down Expand Up @@ -121,11 +124,11 @@
<string name="recent_tabs_show_all_content_description_2">Son sekmeleri göster düğmesi</string>
<!-- Title for showing a group item in the 'Jump back in' section of the new tab
The first parameter is the search term that the user used. (for example: your search for "cat")-->
<string name="recent_tabs_search_term">\&quot;%1$s\&quot; aramanız</string>
<string moz:RemovedIn="105" name="recent_tabs_search_term" tools:ignore="UnusedResources">\&quot;%1$s\&quot; aramanız</string>

<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
<string name="recent_tabs_search_term_count_2">%d site</string>
<string moz:RemovedIn="105" name="recent_tabs_search_term_count_2" tools:ignore="UnusedResources">%d site</string>

<!-- Text for button in synced tab card that opens synced tabs tray -->
<string name="recent_tabs_see_all_synced_tabs_button_text">Tüm eşitlenmiş sekmeleri gör</string>
Expand Down

0 comments on commit a536bff

Please sign in to comment.