Revision control

Copy as Markdown

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Text for confirmation for a positive action in dialog -->
<string name="mozac_feature_prompts_ok">OK</string>
<!-- Text for confirmation for a negative action in dialog. -->
<string name="mozac_feature_prompts_cancel">Anuƚa</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">Inpedisi a sta pàgina de vèrxere altre fenèstre de diaƚogo</string>
<!-- Text for a positive button, when an user selects a date in date/time picker. -->
<string name="mozac_feature_prompts_set_date">Inposta</string>
<!-- Text for a button that clears the selected input in the date/time picker. -->
<string name="mozac_feature_prompts_clear">Pulisi</string>
<!-- Text for the title of an authentication dialog. -->
<string name="mozac_feature_prompt_sign_in">Va rento</string>
<!-- Text for username field in an authentication dialog. -->
<string name="mozac_feature_prompt_username_hint">Nòme utente</string>
<!-- Text for password field in an authentication dialog. -->
<string name="mozac_feature_prompt_password_hint">Password</string>
<!-- Negative confirmation that we should not save the new or updated login -->
<string name="mozac_feature_prompt_dont_save">No stà salvare</string>
<!-- Positive confirmation that we should save the new or updated login -->
<string name="mozac_feature_prompt_save_confirmation">Salva</string>
<!-- Positive confirmation that we should save the updated login -->
<string name="mozac_feature_prompt_update_confirmation">Axorna</string>
<!-- Error text displayed underneath the password field when it is in an error case -->
<string name="mozac_feature_prompt_error_empty_password">Bixogna meter rento na password</string>
<!-- Error text displayed underneath the password field when it is in an error case -->
<string name="mozac_feature_prompt_error_unknown_cause">No xe mìa posibiƚe salvare ƚa password</string>
<!-- Text for a label for the field when prompt requesting a text is shown. -->
<!-- For more info take a look here https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt -->
<string name="mozac_feature_prompts_content_description_input_label">Eticheta par meter rento el testo en on canpo</string>
<!-- Title of a color picker dialog, this text is shown above a color picker. -->
<string name="mozac_feature_prompts_choose_a_color">Seji a coƚore</string>
<!-- Text of a confirm button in dialog requesting to open a new window. -->
<string name="mozac_feature_prompts_allow">Parmeti</string>
<!-- Text of a negative button in dialog requesting to open a new window. -->
<string name="mozac_feature_prompts_deny">Nega</string>
<!-- Title of the month chooser dialog. -->
<string name="mozac_feature_prompts_set_month">Seƚesiona on mexe</string>
<!-- January (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jan">Xan</string>
<!-- February month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_feb">Feb</string>
<!-- March month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_mar">Mar</string>
<!-- April month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_apr">Avr</string>
<!-- May month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_may">Mai</string>
<!-- June month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jun">Xun</string>
<!-- July month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jul">Luj</string>
<!-- August month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_aug">Ago</string>
<!-- September month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_sep">Set</string>
<!-- October month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_oct">Oto</string>
<!-- November month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_nov">Nov</string>
<!-- December month of the year (short description), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_dec">Dex</string>
</resources>