mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 12:45:20 +00:00
init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">bitchat</string>
|
||||
<string name="permission_bluetooth_rationale">Bluetooth permission is required for peer-to-peer messaging without internet.</string>
|
||||
<string name="permission_location_rationale">Location permission is required to discover nearby devices via Bluetooth.</string>
|
||||
<string name="permission_notification_rationale">Notification permission is required to alert you of new messages.</string>
|
||||
<string name="nickname_hint">nickname</string>
|
||||
<string name="message_hint">type a message…</string>
|
||||
<string name="channel_password_hint">Password</string>
|
||||
<string name="join_channel">Join Channel</string>
|
||||
<string name="leave_channel">Leave</string>
|
||||
<string name="send_message">Send</string>
|
||||
<string name="back">Back</string>
|
||||
<string name="people">People</string>
|
||||
<string name="channels">Channels</string>
|
||||
<string name="online_users">Online Users</string>
|
||||
<string name="no_one_connected">No one connected</string>
|
||||
<string name="emergency_clear_hint">Triple tap to clear all data</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user