Revision c6c7b30a OTRAssets/Strings/OTRStrings.m
OTRAssets/Strings/OTRStrings.m | ||
---|---|---|
18 | 18 |
NSString* ADD_BUDDY_STRING() { return [OTRLanguageManager translatedString:@"Add Buddy"]; } |
19 | 19 |
/** "Add Existing Account", Label for button to create account by logging into an existing account */ |
20 | 20 |
NSString* ADD_EXISTING_STRING() { return [OTRLanguageManager translatedString:@"Add Existing Account"]; } |
21 |
/** "Is %@ your friend? Add him/her to auto-download pictures in the future.", Shown in chat view to prompt user to add friend for auto-download of group media messages. */ |
|
22 |
NSString* ADD_FRIEND_TO_AUTO_DOWNLOAD() { return [OTRLanguageManager translatedString:@"Is %@ your friend? Add him/her to auto-download pictures in the future."]; } |
|
21 | 23 |
/** "Add", Button title to add someone as a buddy */ |
22 | 24 |
NSString* ADD_STRING() { return [OTRLanguageManager translatedString:@"Add"]; } |
23 | 25 |
/** "Advanced", String to describe advanced set of settings */ |
Also available in: Unified diff