Skip to content

Commit

Permalink
130.0b9
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Aug 29, 2024
1 parent c6250ab commit 28f335d
Show file tree
Hide file tree
Showing 28 changed files with 526 additions and 174 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<string name="mozac_browser_menu_button">Menüü</string>
<!-- Content description (not visible, for screen readers etc.): Indicates the overflow menu has a highlight -->
<string name="mozac_browser_menu_highlighted">Esiletõstetud</string>
<!-- Label for add-ons submenu section -->
<string name="mozac_browser_menu_addons">Lisad</string>
<!-- Label for add-ons sub menu item for add-ons manager -->
<string name="mozac_browser_menu_addons_manager">Lisade haldur</string>
<!-- Label for extensions submenu section -->
<string name="mozac_browser_menu_extensions">Lisad</string>
<!-- Label for extensions sub menu item for extensions manager -->
<string name="mozac_browser_menu_extensions_manager">Lisade haldur</string>
<!-- Content description for the action bar "up" button -->
<string name="action_bar_up_description">Liigu üles</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<string name="mozac_browser_menu_highlighted">Pêşdederketî</string>
<!-- Label for extensions submenu section -->
<string name="mozac_browser_menu_extensions">Pêvek</string>
<!-- Label for extensions sub menu item for extensions manager -->
<string name="mozac_browser_menu_extensions_manager">Rêveberiya pêvekan</string>
<!-- Content description for the action bar "up" button -->
<string name="action_bar_up_description">Here jorê</string>
</resources>
<!-- Content description for the action bar "up" button of the extensions sub menu item -->
<string name="mozac_browser_menu_extensions_content_description">Pêvek, here jorê</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
<string name="mozac_feature_addons_version">Versioon</string>
<!-- The author of an add-on. -->
<string name="mozac_feature_addons_author">Autor</string>
<!-- The authors of an add-on. -->
<string name="mozac_feature_addons_authors" moz:removedIn="123" tools:ignore="UnusedResources">Autorid</string>
<!-- The last date that the add-on was updated. -->
<string name="mozac_feature_addons_last_updated">Viimati uuendatud</string>
<!-- The developer website (Homepage) of the add-on. -->
Expand All @@ -86,16 +84,12 @@
<string name="mozac_feature_addons_settings">Sätted</string>
<!-- Indicates the add-on is enabled. -->
<string name="mozac_feature_addons_settings_on">Sees</string>
<!-- Indicates the add-on is disabled. -->
<string name="mozac_feature_addons_settings_off">Väljas</string>
<!-- Indicates the add-on is allowed in private browsing mode. -->
<string name="mozac_feature_addons_settings_allow_in_private_browsing">Lubatakse privaatse veebilehitsemise režiimis</string>
<!-- Indicates the add-on is allowed in private browsing mode. -->
<string name="mozac_feature_addons_settings_run_in_private_browsing">Käivitatakse privaatse veebilehitsemise režiimis</string>
<!-- Indicates the add-on is enabled. -->
<string name="mozac_feature_addons_enabled">Lubatud</string>
<!-- Indicates the add-on is disabled. -->
<string name="mozac_feature_addons_disabled">Keelatud</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. -->
<string name="mozac_feature_addons_installed_section">Paigaldatud</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 recommended section. -->
Expand Down Expand Up @@ -130,20 +124,16 @@
<string name="mozac_feature_addons_permissions_dialog_deny">Keeldu</string>
<!-- This is a button to cancel the add-on installation . -->
<string name="mozac_feature_addons_permissions_dialog_cancel">Loobu</string>
<!-- Accessibility content description to install add-on button. -->
<string name="mozac_feature_addons_install_addon_content_description">Paigalda lisa</string>
<!-- This is the label of a button to cancel an ongoing add-on installation. -->
<string name="mozac_feature_addons_install_addon_dialog_cancel">Loobu</string>
<!-- Indicates how many users have rated an add-on. %1$s will be replaced with number of reviews -->
<string name="mozac_feature_addons_user_rating_count_2">Arvustusi: %1$s</string>
<!-- Accessibility content description for the amount of stars that add-on has, where %1$.02f will be the amount of stars and / separator and 5 the maximum number of stars e.g (2/5, 4.5/5 or 5/5) . -->
<string name="mozac_feature_addons_rating_content_description">%1$.02f/5</string>
<!-- This is the title of page where all the add-ons are listed-->
<string name="mozac_feature_addons_addons">Lisad</string>
<!-- Label for add-ons sub menu item for add-ons manager-->
<string name="mozac_feature_addons_addons_manager">Lisade haldur</string>
<!-- Button in the add-ons manager that opens AMO in a tab -->
<string name="mozac_feature_addons_find_more_addons_button_text">Avasta veel lisasid</string>
<!-- Button in the extensions manager that opens AMO in a tab -->
<string name="mozac_feature_addons_find_more_extensions_button_text">Leia rohkem laiendusi</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">Luba</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 All @@ -154,42 +144,26 @@
<string name="mozac_feature_addons_updater_notification_content" tools:ignore="PluralsCandidate">Nõutakse %1$d uut õigust</string>
<!-- The content of the notification displayed when an add-on needs a new permission-->
<string name="mozac_feature_addons_updater_notification_content_singular">Nõutakse uut õigust</string>
<!-- Name of the "notification channel" used for displaying a notification for updating an add-on. See https://developer.android.com/training/notify-user/channels -->
<string name="mozac_feature_addons_updater_notification_channel">Lisade uuendused</string>
<!-- Name of the "notification channel" used for displaying a notification for new supported add-ons. See https://developer.android.com/training/notify-user/channels -->
<string name="mozac_feature_addons_supported_checker_notification_channel">Toetatud lisade kontrollija</string>
<string name="mozac_feature_addons_supported_checker_notification_channel" tools:ignore="UnusedResources">Toetatud lisade kontrollija</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">Uus lisa on saadaval</string>
<string name="mozac_feature_addons_supported_checker_notification_title" tools:ignore="UnusedResources">Uus lisa on saadaval</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">Uued lisad on saadaval</string>
<string name="mozac_feature_addons_supported_checker_notification_title_plural" tools:ignore="UnusedResources">Uued lisad on saadaval</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">Paigalda %2$sile lisa %1$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">Paigalda %3$sile lisad %1$s ja %2$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">Paigalda need %1$sile</string>
<!-- This is the caption for not yet supported screen caption -->
<string name="mozac_feature_addons_not_yet_supported_caption">Firefoxi lisade tehnoloogia on moderniseerumas. Need lisad kasutavad raamistikke, mis pole alates Firefoxi versioonist 75 enam ühilduvad.</string>
<!-- This is the caption for not yet supported screen caption -->
<string name="mozac_feature_addons_not_yet_supported_caption2">Me alles loome tuge esialgsele valikule soovitatud lisadest.</string>
<!-- This is the caption for the add-on installation progress overlay -->
<string name="mozac_add_on_install_progress_caption">Lisa allalaadimine ja verifitseerimine…</string>
<!-- Error shown when something unexpected happened while trying to get the add-on list from the server -->
<string name="mozac_feature_addons_failed_to_query_add_ons">Lisade nimekirja hankimine ebaõnnestus!</string>
<!-- Error shown when unable to find a translation for an add-on field. %1$s is the locale of the user and %2$s is the default language of the add-on -->
<string name="mozac_feature_addons_failed_to_translate">Tõlget ei leitud, ei keelele %1$s ega ka vaikekeelele %2$s</string>
<!-- Text shown after successfully installed an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_successfully_installed">Lisa %1$s paigaldamine õnnestus</string>
<!-- Text shown after failed to install an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_failed_to_install">Lisa %1$s paigaldamine ebaõnnestus</string>
<!-- Text shown after failing to install an add-on for which we don't have its name. -->
<string name="mozac_feature_addons_failed_to_install_generic">Lisa paigaldamine ebaõnnestus.</string>
<!-- Text shown when attempting to install an add-on and a network error happened. -->
<string name="mozac_feature_addons_failed_to_install_network_error">Lisa polnud ühenduse ebaõnnestumise tõttu võimalik alla laadida.</string>
<!-- Text shown when attempting to install an add-on and the downloaded file is corrupted. -->
<string name="mozac_feature_addons_failed_to_install_corrupt_error">Lisa polnud võimalik paigaldada, kuna see on vigane.</string>
<!-- Text shown when attempting to install an add-on and an error occurred because the extension was not signed. -->
<string name="mozac_feature_addons_failed_to_install_not_signed_error">Lisa polnud võimalik paigaldada, kuna see pole verifitseeritud.</string>
<!-- Text shown when attempting to install a blocklisted add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_blocklisted_1">Lisa %1$s polnud võimalik paigaldada, kuna see võib põhjustada tõsiseid stabiilsuse või turvalisuse probleeme.</string>
<!-- Text shown after successfully enabled an add-on. %1$s is the add-on name. -->
Expand All @@ -210,10 +184,6 @@
<string name="mozac_feature_addons_failed_to_remove" tools:ignore="UnusedResources">Lisa %1$s eemaldamine ebaõnnestus</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">See lisa migreeriti eelmisest %1$si versioonist</string>
<!-- Text shown in not yet supported add-ons section in AddonsManagerAdapter. -->
<string name="mozac_feature_addons_unsupported_caption">1 lisa</string>
<!-- Text shown in not yet supported add-ons section in AddonsManagerAdapter - plural. %1$s is the number of unsupported add-ons -->
<string name="mozac_feature_addons_unsupported_caption_plural">%1$s lisa</string>
<!-- Text link to a sumo page for learning more about unsupported add-ons. -->
<string name="mozac_feature_addons_unsupported_learn_more">Rohkem teavet</string>
<!-- Displayed in the "Status" field for the updater when an add-on has been correctly updated. -->
Expand All @@ -230,8 +200,4 @@
<string name="mozac_feature_addons_updater_dialog_status">Olek:</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">%2$sile paigaldati lisa %1$s</string>
<!-- Text shown in the dialog when add-on installation is completed. %1$s is the add-on name. -->
<string name="mozac_feature_addons_installed_dialog_description">Ava menüüs</string>
<!-- Confirmation button text for the dialog when add-on installation is completed. -->
<string name="mozac_feature_addons_installed_dialog_okay_button">Olgu, sain aru</string>
</resources>
Loading

0 comments on commit 28f335d

Please sign in to comment.