Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Text for confirmation for a positive action in dialog -->
<string name="mozac_feature_prompts_ok">సరే</string>
<!-- Text for confirmation for a negative action in dialog. -->
<string name="mozac_feature_prompts_cancel">రద్దుచేయి</string>
<!-- When a page shows many dialogs, this checkbox will appear for letting the user choose to prevent showing more dialogs. -->
<string name="mozac_feature_prompts_no_more_dialogs">అదనపు డైలాగులు సృష్టించకుండా ఈ పేజీని నివారించు</string>
<!-- Text for a positive button, when an user selects a date in date/time picker. -->
<string name="mozac_feature_prompts_set_date">అమర్చు</string>
<!-- Text for a button that clears the selected input in the date/time picker. -->
<string name="mozac_feature_prompts_clear">తుడిచివేయి</string>
<!-- Text for the title of an authentication dialog. -->
<string name="mozac_feature_prompt_sign_in">ప్రవేశించు</string>
<!-- Text for username field in an authentication dialog. -->
<string name="mozac_feature_prompt_username_hint">వాడుకరి పేరు</string>
<!-- Text for password field in an authentication dialog. -->
<string name="mozac_feature_prompt_password_hint">సంకేతపదం</string>
<!-- Negative confirmation that we should not save the new or updated login -->
<string name="mozac_feature_prompt_dont_save_2">ఇప్పుడు కాదు</string>
<!-- Negative confirmation that we should never save a login for this site -->
<string name="mozac_feature_prompt_never_save">ఎప్పుడూ భద్రపరచవద్దు</string>
<!-- Negative confirmation that we should not save a credit card for this site -->
<string name="mozac_feature_prompt_not_now">ఇప్పుడు కాదు</string>
<!-- Positive confirmation that we should save the new or updated login -->
<string name="mozac_feature_prompt_save_confirmation">భద్రపరుచు</string>
<!-- Negative confirmation that we should not save the updated login -->
<string name="mozac_feature_prompt_dont_update_2">ఇప్పుడు కాదు</string>
<!-- Positive confirmation that we should save the updated login -->
<string name="mozac_feature_prompt_update_confirmation">తాజాకరించు</string>
<!-- Error text displayed underneath the password field when it is in an error case -->
<string name="mozac_feature_prompt_error_empty_password_2">సంకేతపదం ఇవ్వండి</string>
<!--
Text for a label for the field when prompt requesting a text is shown.
-->
<string name="mozac_feature_prompts_content_description_input_label">పాఠ్య ఖాళీని పూరించడానికి లేబుల్</string>
<!-- Title of a color picker dialog, this text is shown above a color picker. -->
<string name="mozac_feature_prompts_choose_a_color">ఒక రంగును ఎంచుకోండి</string>
<!-- Text of a confirm button in dialog requesting to open a new window. -->
<string name="mozac_feature_prompts_allow">అనుమతించు</string>
<!-- Text of a negative button in dialog requesting to open a new window. -->
<string name="mozac_feature_prompts_deny">తిరస్కరించు</string>
<!-- Title of the dialog shown when a user is leaving a website and there is still data not saved yet. -->
<string name="mozac_feature_prompt_before_unload_dialog_title">మీరు నిశ్చితమేనా?</string>
<!-- Body text of the dialog shown when a user is leaving a website and there is still data not saved yet. -->
<string name="mozac_feature_prompt_before_unload_dialog_body">ఈ సైటును వదిలి వెళ్లాలనుకుంటున్నారా? మీరు నమోదు చేసిన డేటా భద్రపరచబడకపోవచ్చు</string>
<!-- Stay button of the dialog shown when a user is leaving a website and there is still data not saved yet, this indicates that the user wants to stay in the website. -->
<string name="mozac_feature_prompts_before_unload_stay">ఉండు</string>
<!-- Leave button of the dialog shown when a user is leaving a website and there is still data not saved yet, this indicates that the user wants to leave in the website. -->
<string name="mozac_feature_prompts_before_unload_leave">వదలివెళ్ళు</string>
<!-- Title of the month chooser dialog. -->
<string name="mozac_feature_prompts_set_month">ఒక నెల ఎంచుకోండి</string>
<!-- January (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jan">జన</string>
<!-- February month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_feb">ఫిబ్ర</string>
<!-- March month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_mar">మార్చి</string>
<!-- April month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_apr">ఏప్రి</string>
<!-- May month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_may">మే</string>
<!-- June month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jun">జూన్</string>
<!-- July month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jul">జూలై</string>
<!-- August month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_aug">ఆగ</string>
<!-- September month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_sep">సెప్టెం</string>
<!-- October month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_oct">అక్టో</string>
<!-- November month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_nov">నవం</string>
<!-- December month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_dec">డిసెం</string>
<!-- Pressing this will dismiss the suggested strong password dialog -->
<string name="mozac_feature_prompts_suggest_strong_password_dismiss">ఇప్పుడు కాదు</string>
<!-- Strings shown in a dialog that appear when users try to refresh a certain kind of webpages -->
<string name="mozac_feature_prompt_repost_title">ఈ సైటుకి డేటాని మళ్ళీ పంపాలా?</string>
<!-- Pressing this will dismiss the dialog and reload the page sending again the previous data -->
<string name="mozac_feature_prompt_repost_positive_button_text">డేటాను మళ్ళీ పంపించు</string>
<!-- Pressing this will dismiss the dialog and not refresh the webpage -->
<string name="mozac_feature_prompt_repost_negative_button_text">రద్దుచేయి</string>
<!-- Text for the positive button of the Identity Credential dialogs. -->
<string name="mozac_feature_prompts_identity_credentials_continue">కొనసాగించు</string>
<!-- Text for the cancel button of the Identity Credential dialogs. -->
<string name="mozac_feature_prompts_identity_credentials_cancel">రద్దుచేయి</string>
</resources>