@@ -39,6 +39,14 @@ extern NSString * const kIBGInvocationTitleStringName;
39
39
extern NSString * const kIBGTalkToUsStringName ;
40
40
extern NSString * const kIBGReportBugStringName ;
41
41
extern NSString * const kIBGReportFeedbackStringName ;
42
+ extern NSString * const kIBGPhotoPickerTitle ;
43
+ extern NSString * const kIBGProgressViewTitle ;
44
+ extern NSString * const kIBGGalleryPermissionDeniedAlertTitle ;
45
+ extern NSString * const kIBGGalleryPermissionDeniedAlertMessage ;
46
+ extern NSString * const kIBGMaximumSizeExceededAlertTitle ;
47
+ extern NSString * const kIBGMaximumSizeExceededAlertMessage ;
48
+ extern NSString * const kIBGiCloudImportErrorAlertTitle ;
49
+ extern NSString * const kIBGiCloudImportErrorAlertMessage ;
42
50
extern NSString * const kIBGEmailFieldPlaceholderStringName ;
43
51
extern NSString * const kIBGCommentFieldPlaceholderForBugReportStringName ;
44
52
extern NSString * const kIBGCommentFieldPlaceholderForFeedbackStringName ;
@@ -145,6 +153,10 @@ extern NSString * const kIBGDiscardAlertTitle;
145
153
extern NSString * const kIBGDiscardAlertMessage ;
146
154
extern NSString * const kIBGDiscardAlertAction ;
147
155
extern NSString * const kIBGDiscardAlertCancel ;
156
+ extern NSString * const kIBGVideoGalleryErrorMessageStringName ;
157
+ extern NSString * const kIBGVideoDurationErrorTitle ;
158
+ extern NSString * const kIBGVideoDurationErrorMessage ;
159
+
148
160
149
161
// / -----------
150
162
// / @name Enums
@@ -265,7 +277,8 @@ typedef NS_ENUM(NSInteger, IBGLocale) {
265
277
IBGLocaleSlovak,
266
278
IBGLocaleSpanish,
267
279
IBGLocaleSwedish,
268
- IBGLocaleTurkish
280
+ IBGLocaleTurkish,
281
+ IBGLocaleHungarian
269
282
};
270
283
271
284
/* *
@@ -310,6 +323,16 @@ typedef NS_ENUM(NSInteger, IBGString) {
310
323
IBGStringTalkToUs,
311
324
IBGStringReportBug,
312
325
IBGStringReportFeedback,
326
+ IBGStringPhotoPickerTitle,
327
+ IBGStringProgressViewTitle,
328
+ IBGStringGalleryPermissionDeniedAlertTitle,
329
+ IBGStringGalleryPermissionDeniedAlertMessage,
330
+ IBGStringMaximumSizeExceededAlertTitle,
331
+ IBGStringMaximumSizeExceededAlertMessage,
332
+ IBGVideoDurationErrorTitle,
333
+ IBGVideoDurationErrorMessage,
334
+ IBGStringiCloudImportErrorAlertTitle,
335
+ IBGStringiCloudImportErrorAlertMessage,
313
336
IBGStringEmailFieldHint,
314
337
IBGStringCommentFieldHintForBugReport,
315
338
IBGStringCommentFieldHintForFeedback,
@@ -401,7 +424,8 @@ typedef NS_ENUM(NSInteger, IBGString) {
401
424
IBGDiscardAlertTitleStringName,
402
425
IBGDiscardAlertMessageStringName,
403
426
IBGDiscardAlertActionStringName,
404
- IBGDiscardAlertCancelStringName
427
+ IBGDiscardAlertCancelStringName,
428
+ IBGVideoGalleryErrorMessageStringName
405
429
};
406
430
407
431
/* *
0 commit comments