Commit f55606fb authored by Mozilla L10n Automation Bot's avatar Mozilla L10n Automation Bot
Browse files

Import l10n.

parent bb7dbe3e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Content description (not visible, for screen readers etc.): Description for the "tabs" button in the browser toolbar. -->
    <string name="mozac_feature_tabs_toolbar_tabs_button">Varaqlar</string>
</resources>
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Default Web Notification Channel Name. -->
    <string name="mozac_feature_notification_channel_name">Sayt bildirishnomalari</string>
</resources>
+32 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Title of the crash reporter dialog. %1$s will be replaced with the name of the app (e.g. Firefox Focus). -->
    <string name="mozac_lib_crash_dialog_title">Kechirasiz, %1$s ilovasida muammo yuz berdi.</string>

    <!-- Label of the checkbox for sending crash reports in the crash reporter dialog. %1$s will be replaced with the name of the organization (e.g. Mozilla). -->
    <string name="mozac_lib_crash_dialog_checkbox">Nosozlik maʼlumotini %1$sga yuborish</string>

    <!-- Label of the button closing the crash reporter dialog. -->
    <string name="mozac_lib_crash_dialog_button_close">Yopish</string>

    <!-- Label of the button closing the crash reporter dialog and restarting the app. -->
    <string name="mozac_lib_crash_dialog_button_restart">%1$sni qayta ishga tushirish</string>

    <!-- Name of the "notification channel" used for displaying a notification when the app crashed and we can't show a prompt. See https://developer.android.com/training/notify-user/channels -->
    <string name="mozac_lib_crash_channel">Nosozliklar</string>

    <!-- Label of a notification action/button that will send the crash report to Mozilla. -->
    <string name="mozac_lib_crash_notification_action_report">Hisobot berish</string>

    <!-- Label of notification showing that the crash report service is running. %1$s will be replaced with the name of the organization (e.g. Mozilla). -->
    <string name="mozac_lib_send_crash_report_in_progress">%1$sga nosozlik hisobotini yuborlmoqda</string>

    <!-- Title of the activity that shows the list of past crashes (similar to about:crashes)-->
    <string name="mozac_lib_crash_activity_title">Nosozlik hisobotlari</string>

    <!-- Text shown instead of crash list if no crashes have been submitted yet -->
    <string name="mozac_lib_crash_no_crashes">Hech qanday nosozlik hisobotlari yuborilmadi.</string>

    <!-- Text link that will show an app chooser to share a crash report with a third-party app (e.g. gmail) -->
    <string name="mozac_lib_crash_share">Ulashish</string>
</resources>
+9 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Text displayed when choosing which app to call with after selecting a phone number-->
    <string name="mozac_support_ktx_menu_call_with">Qoʻngʻiroq qilish</string>
    <!-- Text displayed when choosing which app to email with after selecting an email address-->
    <string name="mozac_support_ktx_menu_email_with">Xat yozish</string>
    <string name="mozac_support_ktx_menu_share_with">Ulashish</string>
    <string name="mozac_support_ktx_share_dialog_title">Ulashish:</string>
</resources>
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Title of the notification shown while we upgrade Fennec to Fenix. -->
    <string name="mozac_support_migration_ongoing_notification_title">Yangilanmoqda</string>
    <!-- Text of the notification shown while we upgrade Fennec to Fenix. -->
    <string name="mozac_support_migration_ongoing_notification_text">Firefox bir zumda tayyor boʻladi…</string>
    <!-- Title of the notification shown the upgrade from Fennec to Fenix is complete. -->
    <string name="mozac_support_migration_complete_notification_title">Yangilandi</string>
    <!-- Text of the notification shown the upgrade from Fennec to Fenix is complete. -->
    <string name="mozac_support_migration_complete_notification_text">Firefox yangilandi va yaxshilandi!</string>
</resources>