Files
Notes/app/src/main/res/values-it/strings.xml
2017-09-19 18:57:33 +03:00

59 lines
3.4 KiB
XML

<resources>
<string name="app_name">Simple Notes</string>
<string name="app_launcher_name">Notes</string>
<string name="widget_config">Grazie per avere scelto Simple Notes.\nPer altre semplici app visita SimpleMobileTools.com.\n</string>
<string name="cannot_share_empty_text">Impossibile condividere un testo vuoto</string>
<string name="simple_note">Simple Note</string>
<string name="new_note">Add a new note</string>
<string name="no_title">Please name your note</string>
<string name="title_taken">A note with that title already exists</string>
<string name="open_note">Open note</string>
<string name="delete_note">Delete note</string>
<string name="delete_note_prompt_title">Delete note</string>
<string name="delete_note_prompt_message">Are you sure you want to delete note \"%1$s\"?</string>
<string name="pick_a_note">Pick a note</string>
<string name="rename_note">Rename note</string>
<string name="general_note">General note</string>
<string name="create_new_note">Create a new note</string>
<string name="add_to_note">Add to note</string>
<!-- File notes -->
<string name="open_file">Open file</string>
<string name="export_as_file">Export as file</string>
<string name="file_too_large">File too large, the limit is 10MB</string>
<string name="only_import_file_content">Only import the file content\n(changing the file will not affect the note)</string>
<string name="update_file_at_note">Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes)</string>
<string name="delete_file_itself">Also delete file \"%1$s\"</string>
<string name="note_saved_successfully">Note \"%1$s\" saved successfully</string>
<string name="display_success_message">Display save success messages</string>
<!-- Settings -->
<string name="links_and_emails_clickable">Make links and emails clickable</string>
<string name="place_cursor_end">Place cursor to the end of note</string>
<string name="monospaced_font">Use monospaced font</string>
<string name="widget_note">Note used in widget</string>
<string name="gravity">Gravity</string>
<string name="left">Left</string>
<string name="center">Center</string>
<string name="right">Right</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">A simple textfield for adding quick notes, without ads.</string>
<string name="app_long_description">
Need to take a quick note of something to buy, an address, or a startup idea? Then this is the app you\'ve been looking for! No complicated setup steps needed, just type in what you came for. Comes with autosave, so you will not discard your changes by mistake. Supports creating multiple independent notes.
You can access the note in no time by using the customizable and resizable widget, which opens the app on click.
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>