Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="utf-8"?>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<resources>
<!-- Button for the download error screen to try again -->
<string name="mozac_summarize_download_error_positive_button">Mēģināt vēlreiz</string>
<!-- Title for the error screen when the page content is behind a paywall -->
<string name="mozac_summarize_paywalled_content_error_title">Nevar izveidot kopsavilkumu par maksu pieejamam saturam</string>
<!-- Generic fallback message for the info error screen -->
<string name="mozac_summarize_info_error_message">Vēlāk jāmēģina vēlreiz.</string>
<!-- Error code shown on long press of the error icon. %1$d is an error code. -->
<string name="mozac_summarize_info_error_code">Kļūdas kods: %1$d</string>
<!-- Content description for the thumbs up button used to rate a generated summary as helpful -->
<string name="mozac_feature_summarize_feedback_good_content_description">Labs kopsavilkums</string>
<!-- Accessibility label for the action of the thumbs up button. This will be interpolated into a longer message, equivalent to "Double tap to [rate summary as good]" in English. Structure and phrasing vary by target language: using an infinitive/dictionary form of the verb is recommended. -->
<string name="mozac_feature_summarize_feedback_good_click_label">novērtēt kopsavilkumu kā labu</string>
<!-- Content description for the thumbs down button used to rate a generated summary as unhelpful -->
<string name="mozac_feature_summarize_feedback_bad_content_description">Slikts kopsavilkums</string>
<!-- Accessibility label for the action of the thumbs down button. This will be interpolated into a longer message, equivalent to "Double tap to [rate summary as bad]" in English. Structure and phrasing vary by target language: using an infinitive/dictionary form of the verb is recommended. -->
<string name="mozac_feature_summarize_feedback_bad_click_label">novērtēt kopsavilkumu kā sliktu</string>
<!-- Accessibility state of the thumbs up or thumbs down button the user picked, announced when the rating is submitted and whenever that button is focused afterwards. Buttons the user did not pick have no state. -->
<string name="mozac_feature_summarize_feedback_state_submitted">Novērtējums iesniegts</string>
</resources>