Revision f3813541 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."]; }
|
|
| 23 | 21 |
/** "Add", Button title to add someone as a buddy */ |
| 24 | 22 |
NSString* ADD_STRING() { return [OTRLanguageManager translatedString:@"Add"]; }
|
| 25 | 23 |
/** "Advanced", String to describe advanced set of settings */ |
Also available in: Unified diff