This repository was archived by the owner on Jun 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
Expand file tree
/
Copy pathVoiceOver.strings
More file actions
55 lines (47 loc) · 2.02 KB
/
VoiceOver.strings
File metadata and controls
55 lines (47 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*
VoiceOver.strings
Rocket.Chat
Created by Matheus Cardoso on 12/5/17.
Copyright © 2017 Rocket.Chat. All rights reserved.
*/
// MARK: Auth
"auth.connect.urlfield.label" = "Server URL";
"auth.connect.urlfield.hint" = "Insert your server's URL here.";
"auth.more.label" = "More";
"auth.close.label" = "Close";
"auth.show_more_options.label" = "Show more options";
"auth.show_less_options.label" = "Show less options";
"auth.authentication.emailorusername.label" = "Email or Username";
"auth.authentication.emailorusername.hint" = "Insert your email or username here.";
"auth.authentication.password.label" = "Password";
"auth.authentication.password.label" = "Insert your password here.";
// MARK: Channels
"channel.preferences.label" = "Preferences";
"new_room.title.label" = "Create new channel";
"channel.actions.star.label" = "Star";
"channel.actions.unstar.label" = "Unstar";
"channel.actions.videoCall.label" = "Video Call";
// MARK: Subscriptions
"subscriptions.main.userview.label" = "Session information";
"subscriptions.main.userview.value" = "Server: %@. User: %@. Status: %@.";
"subscriptions.main.userview.hint" = "Double tap to change status.";
"subscriptions.main.channel.hint" = "Double tap to enter";
"subscriptions.list.message.label" = "Message: ";
"subscriptions.list.notification.label" = "Notification";
"subscriptions.list.notifications.label" = "Notifications";
// MARK: Preferences
"preferences.profile.edit.label" = "Profile picture";
"preferences.profile.editing.label" = "Edit the profile picture";
"preferences.icon.default" = "Default icon";
"preferences.icon.black" = "Black icon";
"preferences.icon.red" = "Red icon";
"preferences.icon.bnw" = "Black and White icon";
"preferences.icon.grey" = "Grey icon";
"preferences.icon.white" = "White icon";
"preferences.icon.blue" = "Blue icon";
// MARK: Message
"message.label" = "Message from %@ at %@.";
"message.hint" = "Reactions: %@";
"message.search.label" = "Search";
"message.threads.label" = "Threads";
"message.chat.title.hint" = "Double tap to open channel options";