ariane/app/src/main/res/values/strings.xml

39 lines
2.4 KiB
XML

<resources>
<string name="app_name">Ariane</string>
<string name="gemini_protocol">gemini://</string>
<string name="main_input_hint">Enter gemini:// address</string>
<string name="main_input_search_hint">Enter search term</string>
<string name="copy_address">Share address</string>
<string name="load_image">Display inline</string>
<string name="about">About</string>
<string name="address_copied_to_clipboard">Address copied to clipboard</string>
<string name="gemini_address">Gemini address</string>
<string name="share">Share</string>
<string name="set_home">Set Home</string>
<string name="settings">Settings</string>
<string name="about_body">Ariane: Gemini protocol client from Öppenlab</string>
<string name="gnu_link">GPL v3</string>
<string name="copyright">Copyright © 2020 Öppenlab</string>
<string name="about_lic">GNU General Public License, version 3\n
\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.\n
\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n
\nYou should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses</string>
<string name="clear_cache">Clear runtime cache</string>
<string name="history">History</string>
<string name="clear_history">Clear history</string>
<string name="reload">Refresh</string>
<string name="submit">Submit</string>
<string name="search">Search</string>
<string name="save_image">Save Image</string>
<string name="save_track">Save track</string>
<string name="dismiss_player">Dismiss player</string>
<string name="page_backlinks">Backlinks</string>
<string name="add_bookmark">Add Bookmark</string>
<string name="bookmarks">Bookmarks</string>
<string name="name">Name</string>
<string name="gemini_uri">Gemini URL</string>
<string name="edit">Edit</string>
<string name="delete">Delete</string>
<string name="move_down">Move down</string>
<string name="move_up">Move up</string>
</resources>