|
@@ -23,6 +23,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
static String m0(count) =>
|
|
|
"${Intl.plural(count, one: 'Add item', other: 'Add items')}";
|
|
|
|
|
|
+ static String m64(storageAmount, endDate) =>
|
|
|
+ "Your ${storageAmount} add-on is valid till ${endDate}";
|
|
|
+
|
|
|
static String m1(emailOrName) => "Added by ${emailOrName}";
|
|
|
|
|
|
static String m2(albumName) => "Added successfully to ${albumName}";
|
|
@@ -135,9 +138,9 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
static String m40(userEmail) =>
|
|
|
"${userEmail} will be removed from this shared album\n\nAny photos added by them will also be removed from the album";
|
|
|
|
|
|
- static String m41(endDate) => "Renews on ${endDate}";
|
|
|
+ static String m41(endDate) => "Subscription renews on ${endDate}";
|
|
|
|
|
|
- static String m64(count) =>
|
|
|
+ static String m65(count) =>
|
|
|
"${Intl.plural(count, one: '${count} result found', other: '${count} results found')}";
|
|
|
|
|
|
static String m42(count) => "${count} selected";
|
|
@@ -190,7 +193,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
static String m59(count) =>
|
|
|
"${Intl.plural(count, zero: '', one: '1 day', other: '${count} days')}";
|
|
|
|
|
|
- static String m65(endDate) => "Valid till ${endDate}";
|
|
|
+ static String m66(endDate) => "Valid till ${endDate}";
|
|
|
|
|
|
static String m60(email) => "Verify ${email}";
|
|
|
|
|
@@ -226,6 +229,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"addNew": MessageLookupByLibrary.simpleMessage("Add new"),
|
|
|
"addOnPageSubtitle":
|
|
|
MessageLookupByLibrary.simpleMessage("Details of add-ons"),
|
|
|
+ "addOnValidTill": m64,
|
|
|
"addOns": MessageLookupByLibrary.simpleMessage("Add-ons"),
|
|
|
"addPhotos": MessageLookupByLibrary.simpleMessage("Add photos"),
|
|
|
"addSelected": MessageLookupByLibrary.simpleMessage("Add selected"),
|
|
@@ -1132,7 +1136,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"Group photos that are taken within some radius of a photo"),
|
|
|
"searchPeopleEmptySection": MessageLookupByLibrary.simpleMessage(
|
|
|
"Invite people, and you\'ll see all photos shared by them here"),
|
|
|
- "searchResultCount": m64,
|
|
|
+ "searchResultCount": m65,
|
|
|
"security": MessageLookupByLibrary.simpleMessage("Security"),
|
|
|
"selectAlbum": MessageLookupByLibrary.simpleMessage("Select album"),
|
|
|
"selectAll": MessageLookupByLibrary.simpleMessage("Select all"),
|
|
@@ -1381,7 +1385,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"useSelectedPhoto":
|
|
|
MessageLookupByLibrary.simpleMessage("Use selected photo"),
|
|
|
"usedSpace": MessageLookupByLibrary.simpleMessage("Used space"),
|
|
|
- "validTill": m65,
|
|
|
+ "validTill": m66,
|
|
|
"verificationFailedPleaseTryAgain":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Verification failed, please try again"),
|