maoni-sample/src/main/res/values-ro/strings.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016-2022 Armel Soro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<resources>
    <string name="maoni_app_name">Maoni Demo</string>
    <string name="maoni_settings_activity_name">Maoni Demo Settings</string>
    <string name="feedback">Feedback</string>
    <string name="title_activity_maoni_sample_main">Maoni Demo</string>
    <string name="main_activity_text"><![CDATA[        This is a demo application for Maoni, a lightweight library which provides
        a ready-to-use Material-ized activity for collecting user feedbacks from within an existing app.
        \n
        Unlike other similar libraries, Maoni allows to capture a screenshot of the current activity,
        which you may manipulate in your callbacks.
        \n\n
        Touch the Floating Action Button below to open the Maoni activity.
        \n\n
        Please navigate to http://github.com/rm3l/maoni for further instructions.
    ]]></string>
    <string name="action_about">About</string>
    <string name="default_email_addr">some.one@somewhe.re</string>
    <string name="send_feedback_activity_title">Send Feedback</string>
    <string name="send_feedback_activity_intro"><![CDATA[        Hey! Love this app? We would love to hear from you.
        \n\n
        Note: Almost everything in Maoni is customizable.
    ]]></string>
    <string name="feedback_content_hint">Please write your valuable feedback here.</string>
    <string name="include_app_logs">Attach application logs</string>
    <string name="include_app_screenshot">Attach screen capture</string>
    <string name="touch_edit_screenshot">Touch to preview and annotate</string>
    <string name="content_error_message">This is a custom error message, which you can have displayed to your users</string>
    <string name="screenshot_hint">This is a custom message, which you can have displayed next to the screen capture to explain why it might be of great help.</string>
    <string name="email_address">Email address</string>
    <string name="an_extra_text_area">An extra text area</string>
    <string name="edittext_hint_write_something_here">EditText hint. Write something here.</string>
    <string name="an_extra_radiogroup">An extra RadioGroup</string>
    <string name="rg_1">RG 1</string>
    <string name="rg_2">RG 2</string>
    <string name="rg_3">RG 3</string>
    <string name="send_maoni_email">Send via email (maoni-email)</string>
    <string name="send_maoni_github">Send as Github issue (maoni-github)</string>
    <string name="send_maoni_jira">Send as JIRA issue (maoni-jira)</string>
    <string name="send_maoni_slack">"Send to Slack (maoni-slack)"</string>
    <string name="how_to_send_feedback">How would you like to send your feedback?</string>
    <string name="action_settings">Settings</string>
    <string name="action_bottom_sheet">Bottom Sheet</string>
</resources>