String resources
The SBUStringSet
class contains all strings that appear on UIKit modules. The following table shows the elements of SBUStringSet
.
Category | Key | String |
---|---|---|
Common | Cancel | Cancel |
Common | OK | OK |
Common | Retry | Retry |
Common | Save | Save |
Common | Copy | Copy |
Common | Delete | Delete |
Common | Edit | Edit |
Common | Remove | Remove |
Common | Camera | Camera |
Common | PhotoVideoLibrary | Photo library |
Common | Document | Files |
Common | Loading | Loading... |
Common | Invite | Invite |
Common | TakePhoto | Take photo |
Common | ChoosePhoto | Choose photo |
Common | RemovePhoto | Remove photo |
Common | Search | Search |
Common | Reply | Reply |
Alert | Alert_Delete | Are you sure you want to delete? |
Date format | Date_Yesterday | Yesterday |
Date format | Date_Year(Int) | %d years |
Date format | Date_Day(Int) | %d days |
Date format | Date_Month(Int) | %d month |
Date format | Date_Hour(Int) | %d h |
Date format | Date_Min(Int) | %d m |
Date format | Date_Ago | ago |
Date format | Date_On | on |
Channel List | ChannelList_Header_Title | Channels |
Channel List | ChannelList_Last_File_Message | uploaded a file. |
Channel | Channel_Name_Default | Group Channel |
Channel | Channel_Name_No_Members | (No members) |
Channel | Channel_Header_LastSeen | Last seen |
Channel | Channel_Typing([User]) | %@ is typing... |
Channel | Channel_Success_Download_file | File saved. |
Channel | Channel_Failure_Download_file | Couldn't download file. |
Channel | Channel_Failure_Open_file | Couldn't download file. |
Channel | Channel_New_Message_File | uploaded a file |
Channel | Channel_New_Message(Int) | 1 new message |
Channel | Channel_State_Banner_Frozen | Channel frozen |
Open Channel | Open_Channel_Name_Default | Open Channel |
Open Channel | Open_Channel_Participants | Participants |
Open Channel | Open_Channel_Participants_Count(Int) | 1 participant |
Channel Settings | ChannelSettings_Header_Title | Channel information |
Channel Settings | ChannelSettings_Change_Name | Change name |
Channel Settings | ChannelSettings_Change_Image | Change channel image |
Channel Settings | ChannelSettings_Enter_New_Name | Enter name |
Channel Settings | ChannelSettings_Enter_New_Channel_Name | Enter channel name |
Channel Settings | ChannelSettings_Notifications | Notifications |
Channel Settings | ChannelSettings_Members_Title | Members |
Channel Settings | ChannelSettings_Participants_Title | Participants |
Channel Settings | ChannelSettings_Members(Int) | members |
Channel Settings | ChannelSettings_Leave | Leave channel |
Channel Settings | ChannelSettings_Delete | Delete channel |
Channel Settings | ChannelSettings_Search | Search in channel |
Channel Settings | ChannelSettings_Moderations | Moderations |
Channel Settings | ChannelSettings_Operators | Operators |
Channel Settings | ChannelSettings_Muted_Members | Muted members |
Channel Settings | ChannelSettings_Banned_Users | Banned users |
Channel Settings | ChannelSettings_Freeze_Channel | Freeze channel |
Channel Settings | ChannelSettings_URL | URL |
Message Input | MessageInput_Text_Placeholder | Type a message |
Message Input | MessageInput_Text_Unavailable | Chat is unavailable in this channel |
Message Input | MessageInput_Text_Muted | You are muted |
Message Input | MessageInput_Text_Reply | Reply to message |
Message Input | MessageInput_Reply_To(String) | Reply to %@ |
Message Input | MessageInput_Quote_Message_Photo | Photo |
Message Input | MessageInput_Quote_Message_GIF | GIF |
Message Input | MessageInput_Quote_Message_Video | Video |
Message | Message_Edited | (edited) |
Message | Message_Unknown_Title | (Unknown message type) |
Message | Message_Unknown_Description | Cannot read this message. |
Message | Message_Replied_To(String, String) | %@ replied to %@ |
Message | Message_You | You |
Empty View | Empty_No_Channels | No channels |
Empty View | Empty_No_Messages | No messages |
Empty View | Empty_No_Users | No users |
Empty View | Empty_No_Muted_Members | No muted members |
Empty View | Empty_No_Banned_Users | No banned users |
Empty View | Empty_Wrong | Something went wrong |
Empty View | Empty_Search_Result | No results found |
Create Channel | CreateChannel_Create(Int) | Create |
Create Channel | CreateChannel_Header_Title | New Channel |
Create Channel | CreateChannel_Header_Select_Members | Select members |
Create Channel | CreateChannel_Invite(Int) | Invite |
Create Channel | CreateChannel_Add(Int) | Add |
Invite Channel | InviteChannel_Header_Title | Invite users |
Invite Channel | InviteChannel_Header_Select_Users | Select users |
Invite Channel | InviteChannel_Invite(Int) | Invite |
Invite Channel | InviteChannel_Add(Int) | Add |
User List | UserList_Me | (You) |
User List | UserList_Ban | Ban |
User List | UserList_Unban | Unban |
User List | UserList_Mute | Mute |
User List | UserList_Unmute | Unmute |
User List | UserList_Unregister_Operator | Unregister operator |
User List | UserList_Register_Operator | Register as operator |
User List | UserList_Title_Members | Members |
User List | UserList_Title_Operators | Operators |
User List | UserList_Title_Muted_Members | Muted members |
User List | UserList_Title_Banned_Users | Banned users |
User List | UserList_Title_Participants | Participants |
User | User_No_Name | (No name) |
User | User_Operator | Operator |
User Profile | UserProfile_Role_Operator | Operator |
User Profile | UserProfile_Member | Member |
User Profile | UserProfile_UserID | User ID |
User Profile | UserProfile_Message | Message |
User Profile | UserProfile_Register | Register |
User Profile | UserProfile_Register | Unregister |
User Profile | UserProfile_Mute | Mute |
User Profile | UserProfile_Unmute | Unmute |
User Profile | UserProfile_Ban | Ban |
Channel Type | ChannelType_Group | Group |
Channel Type | ChannelType_SuperGroup | Super group |
Channel Type | ChannelType_Broadcast | Broadcast |
Customize the StringSet
The following code shows how to customize SBUStringSet
.