mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-03-03 05:58:27 -05:00
65 lines
3.8 KiB
XML
65 lines
3.8 KiB
XML
<resources>
|
|
<string name="app_name">Simple Notes</string>
|
|
<string name="app_launcher_name">Notes</string>
|
|
<string name="widget_config">Thank you for using Simple Notes.\nFor more simple apps please visit SimpleMobileTools.com.</string>
|
|
<string name="cannot_share_empty_text">Cannot share empty text</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_message">Are you sure you want to delete note \"%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 \"%s\"</string>
|
|
<string name="note_saved_successfully">Note \"%s\" saved successfully</string>
|
|
<string name="note_exported_successfully">Note \"%s\" exported successfully</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="display_success_message">Display save success messages</string>
|
|
<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="show_keyboard">Show keyboard on startup</string>
|
|
<string name="show_word_count">Show word count</string>
|
|
<string name="alignment">Alignment</string>
|
|
<string name="left">Left</string>
|
|
<string name="center">Center</string>
|
|
<string name="right">Right</string>
|
|
<string name="widget_note">Note used in widget</string>
|
|
<string name="show_note_picker">Show a note picker on startup</string>
|
|
|
|
<!-- Import / Export -->
|
|
<string name="export_all_notes">Export all notes as files</string>
|
|
<string name="import_notes">Import multiple files as notes</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 text field 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 customizable colors.
|
|
|
|
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>
|