Select Git revision
strings.xml
-
Janne Mareike Koschinski authoredJanne Mareike Koschinski authored
strings.xml 6.64 KiB
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
This 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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="app_name">Quasseldroid</string>
<string name="app_description">An Android-based client for the decentralized Quassel IRC client.</string>
<string name="app_description_long">Quassel is a distributed, decentralized IRC client, written using C++ and Qt. Quasseldroid is a pure-kotlin client for the Quassel core, allowing you to connect to your Quassel core using your Android™ phone.</string>
<string name="package_name" translatable="false">com.iskrembilen.quasseldroid</string>
<string name="connection_service_title">Connection Service</string>
<string name="connection_service_description">Keeps a connection to your core to allow for notifications, and to transmit messages.</string>
<string name="label_about">About</string>
<string name="label_avatar">Avatar</string>
<string name="label_back">Back</string>
<string name="label_buffer_name">Buffer Name</string>
<string name="label_cancel">Cancel</string>
<string name="label_update_user_password">Update User/Password</string>
<string name="label_certificates">Certificates</string>
<string name="label_close">Close</string>
<string name="label_colors_custom">Custom</string>
<string name="label_colors_mirc">mIRC</string>
<string name="label_configure">Configure</string>
<string name="label_connect">Connect</string>
<string name="label_contributors">Contributors</string>
<string name="label_copy">Copy</string>
<string name="label_crashes">Crashes</string>
<string name="label_delete">Delete</string>
<string name="label_delete_all">Delete All</string>
<string name="label_disconnect">Disconnect</string>
<string name="label_edit_nick">Edit nickname</string>
<string name="label_edit_topic">Edit Topic</string>
<string name="label_edit_topic_long">Open dialog to change the channel topic</string>
<string name="label_filter_messages">Filter Messages</string>
<string name="label_github">GitHub</string>
<string name="label_hide_perm">Hide Permanently</string>
<string name="label_hide_temp">Hide Temporarily</string>
<string name="label_ignore">Ignore</string>
<string name="label_ignore_long">Add/remove user to/from ignore list</string>
<string name="label_info_channel">Channel Details</string>
<string name="label_info_user">User Details</string>
<string name="label_input_history">Input History</string>
<string name="label_join">Join</string>
<string name="label_join_long">Join Channel</string>
<string name="label_libraries">Libraries</string>
<string name="label_license">License</string>
<string name="label_mark_read">Mark Read</string>
<string name="label_mention">Mention</string>
<string name="label_mention_long">Copy username into input line</string>
<string name="label_new_account">New Account</string>
<string name="label_new_chatlist">New Chatlist</string>
<string name="label_new_highlight_rule">New Highlight Rule</string>
<string name="label_new_highlight_ignore_rule">New Highlight Ignore Rule</string>
<string name="label_new_identity">New Identity</string>
<string name="label_new_network">New Network</string>
<string name="label_new_nick">New Nick</string>
<string name="label_new_server">New Server</string>
<string name="label_nicklist">Nick List</string>
<string name="label_no">No</string>
<string name="label_no_away_message">No away message available</string>
<string name="label_no_sound">None</string>
<string name="label_reply">Reply</string>
<string name="label_reset">Reset</string>
<string name="label_open">Open</string>
<string name="label_part">Leave</string>
<string name="label_part_long">Leave Channel</string>
<string name="label_placeholder_message">Write a message…</string>
<string name="label_placeholder_topic">Describe the channel topic…</string>
<string name="label_privacy_policy">Privacy Policy</string>
<string name="label_query">Query</string>
<string name="label_query_long">Open private chat with user</string>
<string name="label_rename">Rename</string>
<string name="label_save">Save</string>
<string name="label_select">Select</string>
<string name="label_settings">Settings</string>
<string name="label_settings_client">Client Settings</string>
<string name="label_settings_core">Core Settings</string>
<string name="label_share">Share</string>
<string name="label_share_crashreport">Share Crash Report</string>
<string name="label_show_hidden">Show Hidden</string>
<string name="label_topic">Channel Topic</string>
<string name="label_unhide">Make Visible</string>
<string name="label_website">Website</string>
<string name="label_whitelist">Ignore</string>
<string name="label_whitelist_ignore_date">Expiration date is ignored for this certificate</string>
<string name="label_whitelist_certificates">Certificates</string>
<string name="label_whitelist_hostnames">Hosts</string>
<string name="label_who">Who</string>
<string name="label_who_long">Update user information of all users</string>
<string name="label_whois">Whois</string>
<string name="label_whois_long">Update user information</string>
<string name="label_yes">Yes</string>
<string name="notification_channel_background" translatable="false">background</string>
<string name="notification_channel_connection_title">Connection</string>
<string name="notification_channel_highlight" translatable="false">highlight</string>
<string name="notification_channel_highlight_title">Highlight</string>
<string name="buffer_delete_confirmation">Do you want to delete this buffer permanently?</string>
<string name="delete_confirmation">Are you sure you want to delete this permanently? This can not be undone.</string>
<string name="cancel_confirmation">You have unsaved changes. Do you wish to discard them?</string>
<string name="info_copied_version">Version copied to clipboard</string>
<string name="drag_intercept_bottom_sheet_behavior" translatable="false">de.kuschku.quasseldroid.util.ui.DragInterceptBottomSheetBehavior</string>
</resources>