Skip to content

Commit

Permalink
134.0b10
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Dec 19, 2024
1 parent c032025 commit b1e763f
Show file tree
Hide file tree
Showing 26 changed files with 1,421 additions and 298 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,18 +361,16 @@ export class YelpSuggestions extends BaseFeature {
url.searchParams.set(this.#metadataCache.findDesc, ml.subject);

return {
...ml,
title: ml.subject,
url: url.toString(),
subjectExactMatch: false,
hasLocationSign: false,
locationParam: this.#metadataCache.findLoc,
icon_blob: this.#metadataCache.iconBlob,
score: this.#metadataCache.score,
subject: ml.subject,
city: ml.location?.city,
region: ml.location?.state,
source: ml.source,
provider: ml.provider,
};
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Text for the title of an alert dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
<string name="mozac_browser_engine_system_alert_title">%1$s ൽ ഉള്ള പേജ് പറയുന്നത്:</string>
<string name="mozac_browser_engine_system_alert_title">%1$s ൽ ഉള്ള താൾ പറയുന്നത്:</string>
<!-- Text for the message of an auth dialog displayed by a web page.
%1$s will be replaced by the hostname or a description of the protected area/site, %2$s will be replaced with the URL of the current page (displaying the dialog). -->
<string name="mozac_browser_engine_system_auth_message">%2$s ന് നിങ്ങളുടെ ഉപയോക്തൃനാമവും രഹസ്യവാക്കും ആവശ്യമാണ് . സൈറ്റ് പറയുന്നത് : “%1$s”</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<string name="mozac_browser_errorpages_security_bad_hsts_cert_advanced">Avanzati…</string>

<!-- The advanced certificate information shown when a website uses HSTS. The %1$s will be replaced by the website URL and %2$s will be replaced by the app name. It's only shown when a website uses HSTS. -->
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo2"><![CDATA[<label><b>%1$s</b> usa na pulìtica di sicurizza chiamata HTTP Strict Transport Security (HSTS). Chistu veni a diri chi <b>%2$s</b> si po cullijari sulu di manera sicura, e nun è pussìbbili agghiùnciri n\'eccizzioni pi visitari stu situ.</label>]]></string>
<string name="mozac_browser_errorpages_security_bad_hsts_cert_techInfo2"><![CDATA[<label><b>%1$s</b> usa na pulìtica di sicurizza chiamata HTTP Strict Transport Security (HSTS). Chistu veni a diri chi <b>%2$s</b> si po cullijari sulu di manera sicura, e nun è pussìbbili jùnciri n\'eccizzioni pi visitari stu situ.</label>]]></string>
<!-- The text shown inside the advanced options button used to go back. It's only shown if the user has expanded the advanced options. -->
<string name="mozac_browser_errorpages_security_bad_hsts_cert_back">Torna nn\'arrè</string>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,14 @@
android:layout_height="56dp"
android:orientation="vertical">

<androidx.constraintlayout.widget.Guideline
android:id="@+id/mozac_browser_toolbar_start_browser"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_begin="@dimen/mozac_browser_toolbar_start_end_margin" />

<!-- Navigation -->

<mozilla.components.browser.toolbar.internal.ActionContainer
android:id="@+id/mozac_browser_toolbar_navigation_actions"
android:layout_width="wrap_content"
android:layout_height="@dimen/mozac_browser_toolbar_button_height"
android:layout_marginTop="4dp"
app:layout_constraintStart_toEndOf="@id/mozac_browser_toolbar_start_browser"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
mozac:actionContainerItemSize="@dimen/mozac_browser_toolbar_button_container_item_size"
tools:layout_width="@dimen/mozac_browser_toolbar_button_width" />
Expand Down Expand Up @@ -151,16 +144,9 @@
android:layout_height="@dimen/mozac_browser_toolbar_button_height"
android:layout_marginTop="4dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
app:layout_constraintEnd_toStartOf="@+id/mozac_browser_toolbar_end_browser"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<androidx.constraintlayout.widget.Guideline
android:id="@+id/mozac_browser_toolbar_end_browser"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_end="@dimen/mozac_browser_toolbar_start_end_margin" />

<!-- Progress Bar -->

<ProgressBar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<dimen name="mozac_browser_toolbar_button_container_item_size">48dp</dimen>
<dimen name="mozac_browser_toolbar_button_height">48dp</dimen>
<dimen name="mozac_browser_toolbar_button_width">36dp</dimen>
<dimen name="mozac_browser_toolbar_start_end_margin">0dp</dimen>

<!-- EditToolbar -->
<dimen name="mozac_browser_toolbar_url_horizontal_padding">8dp</dimen>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
<string name="mozac_feature_addons_permissions_tab_hide_description">Skjule og vise faneblade</string>
<!-- Description for top_sites permission. -->
<string name="mozac_feature_addons_permissions_top_sites_description">Tilgå browserhistorik</string>
<!-- Description for trialML permission. -->
<string name="mozac_feature_addons_permissions_trial_ml_description">Hente og køre AI-modeller på din enhed</string>
<!-- Description for userScripts permission. -->
<string name="mozac_feature_addons_permissions_user_scripts_description">Tillade ubekræftede tredjeparts-scripts at få adgang til dine data</string>
<!-- Description for devtools permission. -->
<string name="mozac_feature_addons_permissions_devtools_description">Udvide Udviklerværktøj til at have adgang til data i åbne faneblade</string>
<!-- The version on of add-on. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<!-- Description for clipboard_read permission. -->
<string name="mozac_feature_addons_permissions_clipboard_read_description">ക്ലിപ്ബോര്‍ഡില്‍ നിന്നും ‍ഡാറ്റ എടുക്കുക</string>
<!-- Description for clipboard_write permission. -->
<string name="mozac_feature_addons_permissions_clipboard_write_description">ക്ലിപ്പ്ബോർഡിലേക്ക് ഡാറ്റ നൽകുക</string>
<string name="mozac_feature_addons_permissions_clipboard_write_description">പകർത്തൽപെട്ടിലേക്കു് ദത്ത നൽകുക</string>
<!-- Description for declarativeNetRequest permission. -->
<string name="mozac_feature_addons_permissions_declarative_net_request_description">ഏത് താളിലും ഉള്ളടക്കം തടയുക</string>
<!-- Description for declarativeNetRequestFeedback permission. -->
<string name="mozac_feature_addons_permissions_declarative_net_request_feedback_description">തിരയൽ നാൾവഴി വായിക്കുക</string>
<!-- Description for downloads permission. -->
Expand All @@ -33,7 +35,7 @@
<!-- Description for geolocation permission. -->
<string name="mozac_feature_addons_permissions_geolocation_description">നിങ്ങളുടെ സ്ഥലവിവരം ലഭ്യമാക്കുക</string>
<!-- Description for history permission. -->
<string name="mozac_feature_addons_permissions_history_description">ബ്രൌസിങ്ങ് ചരിത്രം പരിശോധിക്കുക</string>
<string name="mozac_feature_addons_permissions_history_description">തിരച്ചിൽ നാൾവഴി പരിശോധിക്കുക</string>
<!-- Description for management permission. -->
<string name="mozac_feature_addons_permissions_management_description">എക്സ്റ്റന്‍ഷന്‍ ഉപയോഗം നിരീക്ഷിക്കുകയും തീമുകള്‍ കൈകാര്യം ചെയ്യുകയും ചെയ്യുക</string>
<!-- Description for native_messaging permission. -->
Expand Down Expand Up @@ -64,6 +66,8 @@
<string name="mozac_feature_addons_learn_more">അനുമതികളെക്കുറിച്ച് കൂടുതലറിയുക</string>
<!-- The rating of the add-on. -->
<string name="mozac_feature_addons_rating">റേറ്റിങ്</string>
<!-- A link that points to the detail page of the extension. -->
<string name="mozac_feature_addons_more_info_link_2">ഈ വിപുലീകരണമെക്കുറിച്ചു് കൂടുതലറിയുക</string>
<!-- The settings of the add-on. -->
<string name="mozac_feature_addons_settings">ക്രമീകരണങ്ങള്‍</string>
<!-- Indicates the add-on is enabled. -->
Expand All @@ -72,6 +76,8 @@
<string name="mozac_feature_addons_settings_allow_in_private_browsing">സ്വകാര്യ ബ്രൗസിംഗിൽ ലഭ്യമാക്കുക</string>
<!-- Indicates the add-on is allowed in private browsing mode. -->
<string name="mozac_feature_addons_settings_run_in_private_browsing">സ്വകാര്യ ബ്രൗസിംഗിൽ തുറക്കുക</string>
<!-- This is displayed when the add-on is not allowed to run in private browsing. -->
<string name="mozac_feature_addons_not_allowed_in_private_browsing">സ്വകാര്യ ജാലകങ്ങളില്‍ അനുവദനീയമല്ല</string>
<!-- Indicates the add-on is enabled. -->
<string name="mozac_feature_addons_enabled">പ്രാപ്തമാക്കി</string>
<!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the installed section. -->
Expand Down Expand Up @@ -116,6 +122,8 @@
<string name="mozac_feature_addons_addons">ആഡ്-ഓണുകള്‍</string>
<!-- Label for add-ons sub menu item for add-ons manager-->
<string name="mozac_feature_addons_addons_manager">ആഡ്-ഓണ്‍ മാനേജര്‍</string>
<!-- Button to re-enable the extensions in the "crash" notification -->
<string name="mozac_feature_extensions_manager_notification_restart_button">വിപുലീകരണങ്ങൾ വീണ്ടും തുടങ്ങുക</string>
<!-- The label of the allow button, this will be shown to the user when an add-on needs new permissions, with the button the user will indicate that they want to accept the new permissions and update the add-on-->
<string name="mozac_feature_addons_updater_notification_allow_button">അനുവദിക്കുക</string>
<!-- The label of the deny button on a notification, this will be shown to the user when an add-on needs new permissions. Indicates the user denies the new permissions and prevents the add-on from be updated-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@
<!-- Accessibility content description for the amount of stars that add-on has, where %1$.02f will be the amount of stars. -->
<string name="mozac_feature_addons_rating_content_description_2">Vutu: %1$.02f di 5</string>
<!-- This is the title of page where all the add-ons are listed-->
<string name="mozac_feature_addons_addons">Agghiuncitini</string>
<string name="mozac_feature_addons_addons">Juncitini</string>
<!-- Label for add-ons sub menu item for add-ons manager-->
<string name="mozac_feature_addons_addons_manager">Manijaturi di l\'agghiuncitini</string>
<string name="mozac_feature_addons_addons_manager">Manijaturi dî juncitini</string>
<!-- The title of the "crash" notification in the extensions manager -->
<string name="mozac_feature_extensions_manager_notification_title_text">I stinneri sunnu sdisabbilitati di manera timpurania</string>
<!-- The content of the "crash" notification in the extensions manager -->
Expand All @@ -171,15 +171,15 @@
<!-- Name of the "notification channel" used for displaying a notification for updating an extension. See https://developer.android.com/training/notify-user/channels -->
<string name="mozac_feature_addons_updater_notification_channel_2">Attualizzi dî stinneri</string>
<!-- The tile of the notification, this will be shown to the user when one newly supported add-on is available.-->
<string name="mozac_feature_addons_supported_checker_notification_title" tools:ignore="UnusedResources">Nova agghiuncitina dispunìbbili</string>
<string name="mozac_feature_addons_supported_checker_notification_title" tools:ignore="UnusedResources">Nova juncitina dispunìbbili</string>
<!-- The tile of the notification, this will be shown to the user when more than one newly supported add-ons are available.-->
<string name="mozac_feature_addons_supported_checker_notification_title_plural" tools:ignore="UnusedResources">Novi agghiuncitini dispunìbbili</string>
<string name="mozac_feature_addons_supported_checker_notification_title_plural" tools:ignore="UnusedResources">Novi juncitini dispunìbbili</string>
<!-- The content of the notification, this will be shown to the user when one newly supported add-on is available. %1$s is the add-on name and %2$s is the app name (in most cases Firefox). -->
<string name="mozac_feature_addons_supported_checker_notification_content_one">Agghiunci %1$s a %2$s</string>
<string name="mozac_feature_addons_supported_checker_notification_content_one">Junci %1$s a %2$s</string>
<!-- The content of the notification, this will be shown to the user when two newly supported add-ons are available. %1$s is the first add-on name. %2$s is the second add-on name. %3$s is the app name (in most cases Firefox). -->
<string name="mozac_feature_addons_supported_checker_notification_content_two">Agghiunci %1$s e %2$s a %3$s</string>
<string name="mozac_feature_addons_supported_checker_notification_content_two">Junci %1$s e %2$s a %3$s</string>
<!-- The content of the notification, this will be shown to the user when more than two newly supported add-ons are available. %1$s is the app name (in most cases Firefox). -->
<string name="mozac_feature_addons_supported_checker_notification_content_more_than_two">Agghiùncili a %1$s</string>
<string name="mozac_feature_addons_supported_checker_notification_content_more_than_two">Jùncili a %1$s</string>
<!-- This is the caption for the extension installation progress overlay -->
<string name="mozac_extension_install_progress_caption">Staju scarricannu e virificannu u stinneriu…</string>
<!-- Error shown when something unexpected happened while trying to get the extension list from the server -->
Expand Down Expand Up @@ -229,7 +229,7 @@
<!-- Text shown after failed to remove an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_failed_to_remove" tools:ignore="UnusedResources">Mpussìbbili livari a %1$s</string>
<!-- Label shown to indicate that the add-on was migrated from a previous version of the app. %1$s is the app name most of the case it will be Firefox. -->
<string name="mozac_feature_addons_migrated_from_a_previous_version_label" tools:ignore="UnusedResources">St\'agghiuncitina fu migrata di na virsiuni pricidenti di %1$s</string>
<string name="mozac_feature_addons_migrated_from_a_previous_version_label" tools:ignore="UnusedResources">Sta juncitina fu migrata di na virsiuni pricidenti di %1$s</string>
<!-- Text shown in not yet supported add-ons section. -->
<string name="mozac_feature_addons_unsupported_caption_2">1 stinneriu</string>
<!-- Text shown in not yet supported add-ons section - plural. %1$s is the number of unsupported extensions. -->
Expand All @@ -249,7 +249,7 @@
<!-- Displayed in the "Status" field for the updater when an add-on has been correctly updated -->
<string name="mozac_feature_addons_updater_dialog_status">Statu:</string>
<!-- Text shown in the dialog when add-on installation is completed. %1$s is the add-on name. %2$s is the app name. -->
<string name="mozac_feature_addons_installed_dialog_title">%1$s fu agghiunciutu a %2$s</string>
<string name="mozac_feature_addons_installed_dialog_title">%1$s fu junciutu a %2$s</string>
<!-- Text shown in the dialog when add-on installation is completed. %1$s is the add-on name. %2$s is the app name. -->
<string name="mozac_feature_addons_installed_dialog_description_2">Accedi a %1$s dû minù %2$s.</string>
<!-- Confirmation button text for the dialog when add-on installation is completed. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
<string name="mozac_feature_addons_permissions_tab_hide_description">Të fshehë dhe shfaqë skeda shfletuesi</string>
<!-- Description for top_sites permission. -->
<string name="mozac_feature_addons_permissions_top_sites_description">Të hyjë në historik shfletimesh</string>
<!-- Description for trialML permission. -->
<string name="mozac_feature_addons_permissions_trial_ml_description">Shkarkoni dhe xhironi modele IA në pajisjen tuaj</string>
<!-- Description for userScripts permission. -->
<string name="mozac_feature_addons_permissions_user_scripts_description">Lejo programthe të paverifikuar palësh të treta të hyjnë në të dhënat tuaja</string>
<!-- Description for devtools permission. -->
<string name="mozac_feature_addons_permissions_devtools_description">Të zgjerojë mjetet e zhvilluesit për hyrje në të dhënat tuaja në skeda të hapura</string>
<!-- The version on of add-on. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- Text for confirmation "snackbar" shown after copying a email address to the clipboard. -->
<string name="mozac_feature_contextmenu_snackbar_email_address_copied">Nnirizzu e-mail cupiatu nnô pitazzu</string>
<!-- Text for context menu item to add to a contact. -->
<string name="mozac_feature_contextmenu_add_to_contact">Agghiunci ê cuntatti</string>
<string name="mozac_feature_contextmenu_add_to_contact">Junci ê cuntatti</string>
<!-- Action shown in a text selection context menu. This will prompt a search using the selected text.-->
<string name="mozac_selection_context_menu_search_2">Riscedi</string>
<!-- Action shown in a text selection context menu. This will prompt a search in a private tab using the selected text-->
Expand Down
Loading

0 comments on commit b1e763f

Please sign in to comment.