mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-01-29 09:41:59 -05:00
81 lines
4.5 KiB
XML
81 lines
4.5 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.\n</string>
|
|
<string name="save">Save</string>
|
|
<string name="share">Share</string>
|
|
<string name="share_via">Share via</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="ok">OK</string>
|
|
<string name="cancel">Cancel</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">Rename</string>
|
|
<string name="rename_note">Rename note</string>
|
|
<string name="general_note">General note</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="settings">Settings</string>
|
|
<string name="dark_theme">Dark theme</string>
|
|
<string name="widget_note">Note used in widget</string>
|
|
<string name="note_font_size">Note font size</string>
|
|
<string name="small">Small</string>
|
|
<string name="normal">Normal</string>
|
|
<string name="large">Large</string>
|
|
<string name="extra_large">Extra Large</string>
|
|
<string name="gravity">Gravity</string>
|
|
<string name="left">Left</string>
|
|
<string name="center">Center</string>
|
|
<string name="right">Right</string>
|
|
|
|
<!-- About -->
|
|
<string name="about">About</string>
|
|
<string name="website">More simple apps and source code at:\nhttp://simplemobiletools.com</string>
|
|
<string name="email_label">Send your feedback or suggestions to:</string>
|
|
<string name="more_apps_underlined"><u>More apps</u></string>
|
|
<string name="third_party_licences_underlined"><u>Third party licences</u></string>
|
|
<string name="invite_friends_underlined"><u>Invite friends</u></string>
|
|
<string name="share_text">Hey, come check out %1$s at %2$s</string>
|
|
<string name="invite_via">Invite via</string>
|
|
<string name="rate_us_underlined"><u>Rate us in the Play Store</u></string>
|
|
<string name="donate_underlined"><u>Donate</u></string>
|
|
<string name="follow_us">Follow us:</string>
|
|
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
|
|
|
|
<!-- License -->
|
|
<string name="notice">This app uses the following third party libraries to make my life easier. Thank you.</string>
|
|
<string name="third_party_licences">Third party licences</string>
|
|
<string name="kotlin_title"><u>Kotlin (programming language)</u></string>
|
|
<string name="ambilwarna_title"><u>AmbilWarna (color picker)</u></string>
|
|
<string name="stetho_title"><u>Stetho (debugging databases)</u></string>
|
|
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></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/library/src/main/res
|
|
https://github.com/SimpleMobileTools/Simple-File-Picker/tree/master/library/src/main/res
|
|
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
-->
|
|
</resources>
|