1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228 |
- // DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
- // This is a library that provides messages for a en locale. All the
- // messages from the main program should be duplicated here with the same
- // function name.
- // Ignore issues from commonly used lints in this file.
- // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new
- // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering
- // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases
- // ignore_for_file:unused_import, file_names, avoid_escaping_inner_quotes
- // ignore_for_file:unnecessary_string_interpolations, unnecessary_string_escapes
- import 'package:intl/intl.dart';
- import 'package:intl/message_lookup_by_library.dart';
- final messages = new MessageLookup();
- typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
- class MessageLookup extends MessageLookupByLibrary {
- String get localeName => 'en';
- static String m0(count) =>
- "${Intl.plural(count, one: 'Add item', other: 'Add items')}";
- static String m1(emailOrName) => "Added by ${emailOrName}";
- static String m2(albumName) => "Added successfully to ${albumName}";
- static String m3(paymentProvider) =>
- "Please cancel your existing subscription from ${paymentProvider} first";
- static String m4(user) =>
- "${user} will not be able to add more photos to this album\n\nThey will still be able to remove existing photos added by them";
- static String m5(isFamilyMember, storageAmountInGb) =>
- "${Intl.select(isFamilyMember, {
- 'true': 'Your family has claimed ${storageAmountInGb} Gb so far',
- 'false': 'You have claimed ${storageAmountInGb} Gb so far',
- 'other': 'You have claimed ${storageAmountInGb} Gb so far!',
- })}";
- static String m6(albumName) => "Collaborative link created for ${albumName}";
- static String m7(familyAdminEmail) =>
- "Please contact <green>${familyAdminEmail}</green> to manage your subscription";
- static String m8(provider) =>
- "Please contact us at support@ente.io to manage your ${provider} subscription.";
- static String m9(currentlyDeleting, totalCount) =>
- "Deleting ${currentlyDeleting} / ${totalCount}";
- static String m10(albumName) =>
- "This will remove the public link for accessing \"${albumName}\".";
- static String m11(supportEmail) =>
- "Please drop an email to ${supportEmail} from your registered email address";
- static String m12(count, storageSaved) =>
- "Your have cleaned up ${Intl.plural(count, one: '${count} duplicate file', other: '${count} duplicate files')}, saving (${storageSaved}!)";
- static String m13(newEmail) => "Email changed to ${newEmail}";
- static String m14(email) =>
- "${email} does not have an ente account.\n\nSend them an invite to share photos.";
- static String m15(count, formattedNumber) =>
- "${Intl.plural(count, one: '1 file', other: '${formattedNumber} files')} on this device have been backed up safely";
- static String m16(count, formattedNumber) =>
- "${Intl.plural(count, one: '1 file', other: '${formattedNumber} files')} in this album has been backed up safely";
- static String m17(storageAmountInGB) =>
- "${storageAmountInGB} GB each time someone signs up for a paid plan and applies your code";
- static String m18(endDate) => "Free trial valid till ${endDate}";
- static String m19(count) =>
- "You can still access ${Intl.plural(count, one: 'it', other: 'them')} on ente as long as you have an active subscription";
- static String m20(sizeInMBorGB) => "Free up ${sizeInMBorGB}";
- static String m21(count, formattedSize) =>
- "${Intl.plural(count, one: 'It can be deleted from the device to free up ${formattedSize}', other: 'They can be deleted from the device to free up ${formattedSize}')}";
- static String m22(count) =>
- "${Intl.plural(count, one: '${count} item', other: '${count} items')}";
- static String m23(count) => "${count} selected";
- static String m24(expiryTime) => "Link will expire on ${expiryTime}";
- static String m25(maxValue) =>
- "When set to the maximum (${maxValue}), the device limit will be relaxed to allow for temporary spikes of large number of viewers.";
- static String m26(count) =>
- "${Intl.plural(count, zero: 'no memories', one: '${count} memory', other: '${count} memories')}";
- static String m27(count) =>
- "${Intl.plural(count, one: 'Move item', other: 'Move items')}";
- static String m28(albumName) => "Moved successfully to ${albumName}";
- static String m29(passwordStrengthValue) =>
- "Password strength: ${passwordStrengthValue}";
- static String m30(providerName) =>
- "Please talk to ${providerName} support if you were charged";
- static String m31(reason) =>
- "Unfortunately your payment failed due to ${reason}";
- static String m32(toEmail) => "Please email us at ${toEmail}";
- static String m33(toEmail) => "Please send the logs to \n${toEmail}";
- static String m34(storeName) => "Rate us on ${storeName}";
- static String m35(storageInGB) =>
- "3. Both of you get ${storageInGB} GB* free";
- static String m36(userEmail) =>
- "${userEmail} will be removed from this shared album\n\nAny photos added by them will also be removed from the album";
- static String m37(endDate) => "Renews on ${endDate}";
- static String m38(count) => "${count} selected";
- static String m39(count, yourCount) =>
- "${count} selected (${yourCount} yours)";
- static String m40(verificationID) =>
- "Here\'s my verification ID: ${verificationID} for ente.io.";
- static String m41(verificationID) =>
- "Hey, can you confirm that this is your ente.io verification ID: ${verificationID}";
- static String m42(referralCode, referralStorageInGB) =>
- "ente referral code: ${referralCode} \n\nApply it in Settings → General → Referrals to get ${referralStorageInGB} GB free after you signup for a paid plan\n\nhttps://ente.io";
- static String m43(numberOfPeople) =>
- "${Intl.plural(numberOfPeople, zero: 'Share with specific people', one: 'Shared with 1 person', other: 'Shared with ${numberOfPeople} people')}";
- static String m44(emailIDs) => "Shared with ${emailIDs}";
- static String m45(fileType) =>
- "This ${fileType} will be deleted from your device.";
- static String m46(fileType) =>
- "This ${fileType} is in both ente and your device.";
- static String m47(fileType) => "This ${fileType} will be deleted from ente.";
- static String m48(storageAmountInGB) => "${storageAmountInGB} GB";
- static String m49(id) =>
- "Your ${id} is already linked to another ente account.\nIf you would like to use your ${id} with this account, please contact our support\'\'";
- static String m50(endDate) =>
- "Your subscription will be cancelled on ${endDate}";
- static String m51(completed, total) =>
- "${completed}/${total} memories preserved";
- static String m52(storageAmountInGB) =>
- "They also get ${storageAmountInGB} GB";
- static String m53(email) => "This is ${email}\'s Verification ID";
- static String m54(email) => "Verify ${email}";
- static String m55(count) =>
- "${Intl.plural(count, one: '${count} year ago', other: '${count} years ago')}";
- static String m56(storageSaved) =>
- "You have successfully freed up ${storageSaved}!";
- final messages = _notInlinedMessages(_notInlinedMessages);
- static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
- "aNewVersionOfEnteIsAvailable": MessageLookupByLibrary.simpleMessage(
- "A new version of ente is available."),
- "about": MessageLookupByLibrary.simpleMessage("About"),
- "account": MessageLookupByLibrary.simpleMessage("Account"),
- "accountWelcomeBack":
- MessageLookupByLibrary.simpleMessage("Welcome back!"),
- "ackPasswordLostWarningPart1": MessageLookupByLibrary.simpleMessage(
- "I understand that if I lose my password, I may lose my data since my data is "),
- "ackPasswordLostWarningPart2":
- MessageLookupByLibrary.simpleMessage(" with ente"),
- "activeSessions":
- MessageLookupByLibrary.simpleMessage("Active sessions"),
- "addANewEmail": MessageLookupByLibrary.simpleMessage("Add a new email"),
- "addCollaborator":
- MessageLookupByLibrary.simpleMessage("Add collaborator"),
- "addItem": m0,
- "addMore": MessageLookupByLibrary.simpleMessage("Add more"),
- "addToAlbum": MessageLookupByLibrary.simpleMessage("Add to album"),
- "addToEnte": MessageLookupByLibrary.simpleMessage("Add to ente"),
- "addViewer": MessageLookupByLibrary.simpleMessage("Add viewer"),
- "addedAs": MessageLookupByLibrary.simpleMessage("Added as"),
- "addedBy": m1,
- "addedSuccessfullyTo": m2,
- "addingToFavorites":
- MessageLookupByLibrary.simpleMessage("Adding to favorites..."),
- "advanced": MessageLookupByLibrary.simpleMessage("Advanced"),
- "advancedSettings": MessageLookupByLibrary.simpleMessage("Advanced"),
- "after1Day": MessageLookupByLibrary.simpleMessage("After 1 day"),
- "after1Hour": MessageLookupByLibrary.simpleMessage("After 1 hour"),
- "after1Month": MessageLookupByLibrary.simpleMessage("After 1 month"),
- "after1Week": MessageLookupByLibrary.simpleMessage("After 1 week"),
- "after1Year": MessageLookupByLibrary.simpleMessage("After 1 year"),
- "albumOwner": MessageLookupByLibrary.simpleMessage("Owner"),
- "albumTitle": MessageLookupByLibrary.simpleMessage("Album title"),
- "albumUpdated": MessageLookupByLibrary.simpleMessage("Album updated"),
- "albums": MessageLookupByLibrary.simpleMessage("Albums"),
- "allClear": MessageLookupByLibrary.simpleMessage("✨ All clear"),
- "allMemoriesPreserved":
- MessageLookupByLibrary.simpleMessage("All memories preserved"),
- "allowAddPhotosDescription": MessageLookupByLibrary.simpleMessage(
- "Allow people with the link to also add photos to the shared album."),
- "allowAddingPhotos":
- MessageLookupByLibrary.simpleMessage("Allow adding photos"),
- "allowDownloads":
- MessageLookupByLibrary.simpleMessage("Allow downloads"),
- "allowPeopleToAddPhotos":
- MessageLookupByLibrary.simpleMessage("Allow people to add photos"),
- "and": MessageLookupByLibrary.simpleMessage("and"),
- "androidIosWebDesktop":
- MessageLookupByLibrary.simpleMessage("Android, iOS, Web, Desktop"),
- "appleId": MessageLookupByLibrary.simpleMessage("Apple ID"),
- "apply": MessageLookupByLibrary.simpleMessage("Apply"),
- "applyCodeTitle": MessageLookupByLibrary.simpleMessage("Apply code"),
- "appstoreSubscription":
- MessageLookupByLibrary.simpleMessage("AppStore subscription"),
- "archive": MessageLookupByLibrary.simpleMessage("Archive"),
- "archiveAlbum": MessageLookupByLibrary.simpleMessage("Archive album"),
- "archiving": MessageLookupByLibrary.simpleMessage("Archiving..."),
- "areYouSureThatYouWantToLeaveTheFamily":
- MessageLookupByLibrary.simpleMessage(
- "Are you sure that you want to leave the family plan?"),
- "areYouSureYouWantToCancel": MessageLookupByLibrary.simpleMessage(
- "Are you sure you want to cancel?"),
- "areYouSureYouWantToChangeYourPlan":
- MessageLookupByLibrary.simpleMessage(
- "Are you sure you want to change your plan?"),
- "areYouSureYouWantToExit": MessageLookupByLibrary.simpleMessage(
- "Are you sure you want to exit?"),
- "areYouSureYouWantToLogout": MessageLookupByLibrary.simpleMessage(
- "Are you sure you want to logout?"),
- "areYouSureYouWantToRenew": MessageLookupByLibrary.simpleMessage(
- "Are you sure you want to renew?"),
- "askCancelReason": MessageLookupByLibrary.simpleMessage(
- "Your subscription was cancelled. Would you like to share the reason?"),
- "askDeleteReason": MessageLookupByLibrary.simpleMessage(
- "What is the main reason you are deleting your account?"),
- "askYourLovedOnesToShare": MessageLookupByLibrary.simpleMessage(
- "Ask your loved ones to share"),
- "atAFalloutShelter":
- MessageLookupByLibrary.simpleMessage("at a fallout shelter"),
- "authToChangeLockscreenSetting": MessageLookupByLibrary.simpleMessage(
- "Please authenticate to change lockscreen setting"),
- "authToChangeYourEmail": MessageLookupByLibrary.simpleMessage(
- "Please authenticate to change your email"),
- "authToChangeYourPassword": MessageLookupByLibrary.simpleMessage(
- "Please authenticate to change your password"),
- "authToConfigureTwofactorAuthentication":
- MessageLookupByLibrary.simpleMessage(
- "Please authenticate to configure two-factor authentication"),
- "authToInitiateAccountDeletion": MessageLookupByLibrary.simpleMessage(
- "Please authenticate to initiate account deletion"),
- "authToViewYourActiveSessions": MessageLookupByLibrary.simpleMessage(
- "Please authenticate to view your active sessions"),
- "authToViewYourHiddenFiles": MessageLookupByLibrary.simpleMessage(
- "Please authenticate to view your hidden files"),
- "authToViewYourMemories": MessageLookupByLibrary.simpleMessage(
- "Please authenticate to view your memories"),
- "authToViewYourRecoveryKey": MessageLookupByLibrary.simpleMessage(
- "Please authenticate to view your recovery key"),
- "authenticating":
- MessageLookupByLibrary.simpleMessage("Authenticating..."),
- "authenticationFailedPleaseTryAgain":
- MessageLookupByLibrary.simpleMessage(
- "Authentication failed, please try again"),
- "authenticationSuccessful":
- MessageLookupByLibrary.simpleMessage("Authentication successful!"),
- "available": MessageLookupByLibrary.simpleMessage("Available"),
- "backedUpFolders":
- MessageLookupByLibrary.simpleMessage("Backed up folders"),
- "backup": MessageLookupByLibrary.simpleMessage("Backup"),
- "backupFailed": MessageLookupByLibrary.simpleMessage("Backup failed"),
- "backupOverMobileData":
- MessageLookupByLibrary.simpleMessage("Backup over mobile data"),
- "backupSettings":
- MessageLookupByLibrary.simpleMessage("Backup settings"),
- "backupVideos": MessageLookupByLibrary.simpleMessage("Backup videos"),
- "blog": MessageLookupByLibrary.simpleMessage("Blog"),
- "byClickingLogInIAgreeToThe": MessageLookupByLibrary.simpleMessage(
- "By clicking log in, I agree to the"),
- "cachedData": MessageLookupByLibrary.simpleMessage("Cached data"),
- "calculating": MessageLookupByLibrary.simpleMessage("Calculating..."),
- "canNotUploadToAlbumsOwnedByOthers":
- MessageLookupByLibrary.simpleMessage(
- "Can not upload to albums owned by others"),
- "canOnlyCreateLinkForFilesOwnedByYou":
- MessageLookupByLibrary.simpleMessage(
- "Can only create link for files owned by you"),
- "canOnlyRemoveFilesOwnedByYou": MessageLookupByLibrary.simpleMessage(
- "Can only remove files owned by you"),
- "cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
- "cancelOtherSubscription": m3,
- "cancelSubscription":
- MessageLookupByLibrary.simpleMessage("Cancel subscription"),
- "cannotAddMorePhotosAfterBecomingViewer": m4,
- "changeEmail": MessageLookupByLibrary.simpleMessage("Change email"),
- "changePassword":
- MessageLookupByLibrary.simpleMessage("Change password"),
- "changePasswordTitle":
- MessageLookupByLibrary.simpleMessage("Change password"),
- "changePermissions":
- MessageLookupByLibrary.simpleMessage("Change permissions?"),
- "checkForUpdates":
- MessageLookupByLibrary.simpleMessage("Check for updates"),
- "checkInboxAndSpamFolder": MessageLookupByLibrary.simpleMessage(
- "Please check your inbox (and spam) to complete verification"),
- "checking": MessageLookupByLibrary.simpleMessage("Checking..."),
- "claimFreeStorage":
- MessageLookupByLibrary.simpleMessage("Claim free storage"),
- "claimMore": MessageLookupByLibrary.simpleMessage("Claim more!"),
- "claimed": MessageLookupByLibrary.simpleMessage("Claimed"),
- "claimedStorageSoFar": m5,
- "clearCaches": MessageLookupByLibrary.simpleMessage("Clear caches"),
- "click": MessageLookupByLibrary.simpleMessage("• Click"),
- "clickOnTheOverflowMenu": MessageLookupByLibrary.simpleMessage(
- "• Click on the overflow menu"),
- "close": MessageLookupByLibrary.simpleMessage("Close"),
- "clubByCaptureTime":
- MessageLookupByLibrary.simpleMessage("Club by capture time"),
- "codeAppliedPageTitle":
- MessageLookupByLibrary.simpleMessage("Code applied"),
- "codeCopiedToClipboard":
- MessageLookupByLibrary.simpleMessage("Code copied to clipboard"),
- "codeUsedByYou":
- MessageLookupByLibrary.simpleMessage("Code used by you"),
- "collabLinkSectionDescription": MessageLookupByLibrary.simpleMessage(
- "Create a link to allow people to add and view photos in your shared album without needing an ente app or account. Great for collecting event photos."),
- "collaborativeLink":
- MessageLookupByLibrary.simpleMessage("Collaborative link"),
- "collaborativeLinkCreatedFor": m6,
- "collaborator": MessageLookupByLibrary.simpleMessage("Collaborator"),
- "collaboratorsCanAddPhotosAndVideosToTheSharedAlbum":
- MessageLookupByLibrary.simpleMessage(
- "Collaborators can add photos and videos to the shared album."),
- "collectEventPhotos":
- MessageLookupByLibrary.simpleMessage("Collect event photos"),
- "collectPhotos": MessageLookupByLibrary.simpleMessage("Collect photos"),
- "confirm": MessageLookupByLibrary.simpleMessage("Confirm"),
- "confirm2FADisable": MessageLookupByLibrary.simpleMessage(
- "Are you sure you want to disable two-factor authentication?"),
- "confirmAccountDeletion":
- MessageLookupByLibrary.simpleMessage("Confirm Account Deletion"),
- "confirmDeletePrompt": MessageLookupByLibrary.simpleMessage(
- "Yes, I want to permanently delete this account and all its data."),
- "confirmPassword":
- MessageLookupByLibrary.simpleMessage("Confirm password"),
- "confirmPlanChange":
- MessageLookupByLibrary.simpleMessage("Confirm plan change"),
- "confirmRecoveryKey":
- MessageLookupByLibrary.simpleMessage("Confirm recovery key"),
- "confirmYourRecoveryKey":
- MessageLookupByLibrary.simpleMessage("Confirm your recovery key"),
- "contactFamilyAdmin": m7,
- "contactSupport":
- MessageLookupByLibrary.simpleMessage("Contact support"),
- "contactToManageSubscription": m8,
- "continueLabel": MessageLookupByLibrary.simpleMessage("Continue"),
- "continueOnFreeTrial":
- MessageLookupByLibrary.simpleMessage("Continue on free trial"),
- "copyEmailAddress":
- MessageLookupByLibrary.simpleMessage("Copy email address"),
- "copyLink": MessageLookupByLibrary.simpleMessage("Copy link"),
- "copypasteThisCodentoYourAuthenticatorApp":
- MessageLookupByLibrary.simpleMessage(
- "Copy-paste this code\nto your authenticator app"),
- "couldNotBackUpTryLater": MessageLookupByLibrary.simpleMessage(
- "We could not backup your data.\nWe will retry later."),
- "couldNotFreeUpSpace":
- MessageLookupByLibrary.simpleMessage("Could not free up space"),
- "couldNotUpdateSubscription": MessageLookupByLibrary.simpleMessage(
- "Could not update subscription"),
- "count": MessageLookupByLibrary.simpleMessage("Count"),
- "createAccount": MessageLookupByLibrary.simpleMessage("Create account"),
- "createAlbumActionHint": MessageLookupByLibrary.simpleMessage(
- "Long press to select photos and click + to create an album"),
- "createNewAccount":
- MessageLookupByLibrary.simpleMessage("Create new account"),
- "createOrSelectAlbum":
- MessageLookupByLibrary.simpleMessage("Create or select album"),
- "createPublicLink":
- MessageLookupByLibrary.simpleMessage("Create public link"),
- "creatingLink":
- MessageLookupByLibrary.simpleMessage("Creating link..."),
- "criticalUpdateAvailable":
- MessageLookupByLibrary.simpleMessage("Critical update available"),
- "currentUsageIs":
- MessageLookupByLibrary.simpleMessage("Current usage is "),
- "custom": MessageLookupByLibrary.simpleMessage("Custom"),
- "darkTheme": MessageLookupByLibrary.simpleMessage("Dark"),
- "decrypting": MessageLookupByLibrary.simpleMessage("Decrypting..."),
- "decryptingVideo":
- MessageLookupByLibrary.simpleMessage("Decrypting video..."),
- "deduplicateFiles":
- MessageLookupByLibrary.simpleMessage("Deduplicate Files"),
- "delete": MessageLookupByLibrary.simpleMessage("Delete"),
- "deleteAccount": MessageLookupByLibrary.simpleMessage("Delete account"),
- "deleteAccountFeedbackPrompt": MessageLookupByLibrary.simpleMessage(
- "We are sorry to see you go. Please share your feedback to help us improve."),
- "deleteAccountPermanentlyButton":
- MessageLookupByLibrary.simpleMessage("Delete Account Permanently"),
- "deleteAlbum": MessageLookupByLibrary.simpleMessage("Delete album"),
- "deleteAlbumDialogPart1": MessageLookupByLibrary.simpleMessage(
- "Also delete the photos (and videos) present in this album from "),
- "deleteAlbumDialogPart2Bold":
- MessageLookupByLibrary.simpleMessage("all"),
- "deleteAlbumDialogPart3": MessageLookupByLibrary.simpleMessage(
- " other albums they are part of?"),
- "deleteAlbumsDialogBody": MessageLookupByLibrary.simpleMessage(
- "This will delete all empty albums. This is useful when you want to reduce the clutter in your album list."),
- "deleteAll": MessageLookupByLibrary.simpleMessage("Delete All"),
- "deleteConfirmDialogBody": MessageLookupByLibrary.simpleMessage(
- "You are about to permanently delete your account and all its data.\nThis action is irreversible."),
- "deleteEmailRequest": MessageLookupByLibrary.simpleMessage(
- "Please send an email to <warning>account-deletion@ente.io</warning> from your registered email address."),
- "deleteEmptyAlbums":
- MessageLookupByLibrary.simpleMessage("Delete empty albums"),
- "deleteEmptyAlbumsWithQuestionMark":
- MessageLookupByLibrary.simpleMessage("Delete empty albums?"),
- "deleteFromBoth":
- MessageLookupByLibrary.simpleMessage("Delete from both"),
- "deleteFromDevice":
- MessageLookupByLibrary.simpleMessage("Delete from device"),
- "deleteFromEnte":
- MessageLookupByLibrary.simpleMessage("Delete from ente"),
- "deletePhotos": MessageLookupByLibrary.simpleMessage("Delete photos"),
- "deleteProgress": m9,
- "deleteReason1": MessageLookupByLibrary.simpleMessage(
- "It’s missing a key feature that I need"),
- "deleteReason2": MessageLookupByLibrary.simpleMessage(
- "The app or a certain feature does not \nbehave as I think it should"),
- "deleteReason3": MessageLookupByLibrary.simpleMessage(
- "I found another service that I like better"),
- "deleteReason4":
- MessageLookupByLibrary.simpleMessage("My reason isn’t listed"),
- "deleteRequestSLAText": MessageLookupByLibrary.simpleMessage(
- "Your request will be processed within 72 hours."),
- "deleteSharedAlbum":
- MessageLookupByLibrary.simpleMessage("Delete shared album?"),
- "deleteSharedAlbumDialogBody": MessageLookupByLibrary.simpleMessage(
- "The album will be deleted for everyone\n\nYou will lose access to shared photos in this album that are owned by others"),
- "deselectAll": MessageLookupByLibrary.simpleMessage("Deselect all"),
- "designedToOutlive":
- MessageLookupByLibrary.simpleMessage("Designed to outlive"),
- "details": MessageLookupByLibrary.simpleMessage("Details"),
- "devAccountChanged": MessageLookupByLibrary.simpleMessage(
- "The developer account we use to publish ente on App Store has changed. Because of this, you will need to login again.\n\nOur apologies for the inconvenience, but this was unavoidable."),
- "deviceFilesAutoUploading": MessageLookupByLibrary.simpleMessage(
- "Files added to this device album will automatically get uploaded to ente."),
- "deviceLockExplanation": MessageLookupByLibrary.simpleMessage(
- "Disable the device screen lock when ente is in the foreground and there is a backup in progress. This is normally not needed, but may help big uploads and initial imports of large libraries complete faster."),
- "didYouKnow": MessageLookupByLibrary.simpleMessage("Did you know?"),
- "disableAutoLock":
- MessageLookupByLibrary.simpleMessage("Disable auto lock"),
- "disableDownloadWarningBody": MessageLookupByLibrary.simpleMessage(
- "Viewers can still take screenshots or save a copy of your photos using external tools"),
- "disableDownloadWarningTitle":
- MessageLookupByLibrary.simpleMessage("Please note"),
- "disableLinkMessage": m10,
- "disableTwofactor":
- MessageLookupByLibrary.simpleMessage("Disable two-factor"),
- "disablingTwofactorAuthentication":
- MessageLookupByLibrary.simpleMessage(
- "Disabling two-factor authentication..."),
- "discord": MessageLookupByLibrary.simpleMessage("Discord"),
- "dismiss": MessageLookupByLibrary.simpleMessage("Dismiss"),
- "doThisLater": MessageLookupByLibrary.simpleMessage("Do this later"),
- "done": MessageLookupByLibrary.simpleMessage("Done"),
- "doubleYourStorage":
- MessageLookupByLibrary.simpleMessage("Double your storage"),
- "download": MessageLookupByLibrary.simpleMessage("Download"),
- "downloadFailed":
- MessageLookupByLibrary.simpleMessage("Download failed"),
- "downloading": MessageLookupByLibrary.simpleMessage("Downloading..."),
- "dropSupportEmail": m11,
- "duplicateFileCountWithStorageSaved": m12,
- "eligible": MessageLookupByLibrary.simpleMessage("eligible"),
- "email": MessageLookupByLibrary.simpleMessage("Email"),
- "emailChangedTo": m13,
- "emailNoEnteAccount": m14,
- "emailYourLogs":
- MessageLookupByLibrary.simpleMessage("Email your logs"),
- "empty": MessageLookupByLibrary.simpleMessage("Empty"),
- "emptyTrash": MessageLookupByLibrary.simpleMessage("Empty trash?"),
- "encryptingBackup":
- MessageLookupByLibrary.simpleMessage("Encrypting backup..."),
- "encryption": MessageLookupByLibrary.simpleMessage("Encryption"),
- "encryptionKeys":
- MessageLookupByLibrary.simpleMessage("Encryption keys"),
- "endToEndEncrypted":
- MessageLookupByLibrary.simpleMessage("end-to-end encrypted"),
- "endtoendEncryptedByDefault": MessageLookupByLibrary.simpleMessage(
- "End-to-end encrypted by default"),
- "enteCanEncryptAndPreserveFilesOnlyIfYouGrant":
- MessageLookupByLibrary.simpleMessage(
- "ente can encrypt and preserve files only if you grant access to them"),
- "enteSubscriptionPitch": MessageLookupByLibrary.simpleMessage(
- "ente preserves your memories, so they\'re always available to you, even if you lose your device."),
- "enteSubscriptionShareWithFamily": MessageLookupByLibrary.simpleMessage(
- "Your family can be added to your plan as well."),
- "enterAlbumName":
- MessageLookupByLibrary.simpleMessage("Enter album name"),
- "enterCode": MessageLookupByLibrary.simpleMessage("Enter code"),
- "enterCodeDescription": MessageLookupByLibrary.simpleMessage(
- "Enter the code provided by your friend to claim free storage for both of you"),
- "enterEmail": MessageLookupByLibrary.simpleMessage("Enter email"),
- "enterFileName":
- MessageLookupByLibrary.simpleMessage("Enter file name"),
- "enterNewPasswordToEncrypt": MessageLookupByLibrary.simpleMessage(
- "Enter a new password we can use to encrypt your data"),
- "enterPassword": MessageLookupByLibrary.simpleMessage("Enter password"),
- "enterPasswordToEncrypt": MessageLookupByLibrary.simpleMessage(
- "Enter a password we can use to encrypt your data"),
- "enterReferralCode":
- MessageLookupByLibrary.simpleMessage("Enter referral code"),
- "enterThe6digitCodeFromnyourAuthenticatorApp":
- MessageLookupByLibrary.simpleMessage(
- "Enter the 6-digit code from\nyour authenticator app"),
- "enterValidEmail": MessageLookupByLibrary.simpleMessage(
- "Please enter a valid email address."),
- "enterYourEmailAddress":
- MessageLookupByLibrary.simpleMessage("Enter your email address"),
- "enterYourPassword":
- MessageLookupByLibrary.simpleMessage("Enter your password"),
- "enterYourRecoveryKey":
- MessageLookupByLibrary.simpleMessage("Enter your recovery key"),
- "error": MessageLookupByLibrary.simpleMessage("Error"),
- "everywhere": MessageLookupByLibrary.simpleMessage("everywhere"),
- "exif": MessageLookupByLibrary.simpleMessage("EXIF"),
- "existingUser": MessageLookupByLibrary.simpleMessage("Existing user"),
- "expiredLinkInfo": MessageLookupByLibrary.simpleMessage(
- "This link has expired. Please select a new expiry time or disable link expiry."),
- "exportLogs": MessageLookupByLibrary.simpleMessage("Export logs"),
- "exportYourData":
- MessageLookupByLibrary.simpleMessage("Export your data"),
- "failedToApplyCode":
- MessageLookupByLibrary.simpleMessage("Failed to apply code"),
- "failedToCancel":
- MessageLookupByLibrary.simpleMessage("Failed to cancel"),
- "failedToFetchOriginalForEdit": MessageLookupByLibrary.simpleMessage(
- "Failed to fetch original for edit"),
- "failedToFetchReferralDetails": MessageLookupByLibrary.simpleMessage(
- "Unable to fetch referral details. Please try again later."),
- "failedToLoadAlbums":
- MessageLookupByLibrary.simpleMessage("Failed to load albums"),
- "failedToRenew":
- MessageLookupByLibrary.simpleMessage("Failed to renew"),
- "failedToVerifyPaymentStatus": MessageLookupByLibrary.simpleMessage(
- "Failed to verify payment status"),
- "familyPlans": MessageLookupByLibrary.simpleMessage("Family plans"),
- "faq": MessageLookupByLibrary.simpleMessage("FAQ"),
- "faqs": MessageLookupByLibrary.simpleMessage("FAQs"),
- "favorite": MessageLookupByLibrary.simpleMessage("Favorite"),
- "feedback": MessageLookupByLibrary.simpleMessage("Feedback"),
- "fileSavedToGallery":
- MessageLookupByLibrary.simpleMessage("File saved to gallery"),
- "filesBackedUpFromDevice": m15,
- "filesBackedUpInAlbum": m16,
- "filesDeleted": MessageLookupByLibrary.simpleMessage("Files deleted"),
- "forYourMemories":
- MessageLookupByLibrary.simpleMessage("for your memories"),
- "forgotPassword":
- MessageLookupByLibrary.simpleMessage("Forgot password"),
- "freeStorageClaimed":
- MessageLookupByLibrary.simpleMessage("Free storage claimed"),
- "freeStorageOnReferralSuccess": m17,
- "freeStorageUsable":
- MessageLookupByLibrary.simpleMessage("Free storage usable"),
- "freeTrial": MessageLookupByLibrary.simpleMessage("Free trial"),
- "freeTrialValidTill": m18,
- "freeUpAccessPostDelete": m19,
- "freeUpAmount": m20,
- "freeUpDeviceSpace":
- MessageLookupByLibrary.simpleMessage("Free up device space"),
- "freeUpSpace": MessageLookupByLibrary.simpleMessage("Free up space"),
- "freeUpSpaceSaving": m21,
- "general": MessageLookupByLibrary.simpleMessage("General"),
- "generatingEncryptionKeys": MessageLookupByLibrary.simpleMessage(
- "Generating encryption keys..."),
- "googlePlayId": MessageLookupByLibrary.simpleMessage("Google Play ID"),
- "grantPermission":
- MessageLookupByLibrary.simpleMessage("Grant permission"),
- "hidden": MessageLookupByLibrary.simpleMessage("Hidden"),
- "hide": MessageLookupByLibrary.simpleMessage("Hide"),
- "howItWorks": MessageLookupByLibrary.simpleMessage("How it works"),
- "howToViewShareeVerificationID": MessageLookupByLibrary.simpleMessage(
- "Please ask them to long-press their email address on the settings screen, and verify that the IDs on both devices match."),
- "ignoredFolderUploadReason": MessageLookupByLibrary.simpleMessage(
- "Some files in this album are ignored from upload because they had previously been deleted from ente."),
- "importing": MessageLookupByLibrary.simpleMessage("Importing...."),
- "incorrectCode": MessageLookupByLibrary.simpleMessage("Incorrect code"),
- "incorrectPasswordTitle":
- MessageLookupByLibrary.simpleMessage("Incorrect password"),
- "incorrectRecoveryKey":
- MessageLookupByLibrary.simpleMessage("Incorrect recovery key"),
- "incorrectRecoveryKeyBody": MessageLookupByLibrary.simpleMessage(
- "The recovery key you entered is incorrect"),
- "incorrectRecoveryKeyTitle":
- MessageLookupByLibrary.simpleMessage("Incorrect recovery key"),
- "insecureDevice":
- MessageLookupByLibrary.simpleMessage("Insecure device"),
- "installManually":
- MessageLookupByLibrary.simpleMessage("Install manually"),
- "invalidEmailAddress":
- MessageLookupByLibrary.simpleMessage("Invalid email address"),
- "invalidKey": MessageLookupByLibrary.simpleMessage("Invalid key"),
- "invalidRecoveryKey": MessageLookupByLibrary.simpleMessage(
- "The recovery key you entered is not valid. Please make sure it "),
- "invite": MessageLookupByLibrary.simpleMessage("Invite"),
- "inviteToEnte": MessageLookupByLibrary.simpleMessage("Invite to ente"),
- "inviteYourFriends":
- MessageLookupByLibrary.simpleMessage("Invite your friends"),
- "itLooksLikeSomethingWentWrongPleaseRetryAfterSome":
- MessageLookupByLibrary.simpleMessage(
- "It looks like something went wrong. Please retry after some time. If the error persists, please contact our support team."),
- "itemCount": m22,
- "itemSelectedCount": m23,
- "itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion":
- MessageLookupByLibrary.simpleMessage(
- "Items show the number of days remaining before permanent deletion"),
- "itemsWillBeRemovedFromAlbum": MessageLookupByLibrary.simpleMessage(
- "Selected items will be removed from this album"),
- "keepPhotos": MessageLookupByLibrary.simpleMessage("Keep Photos"),
- "kindlyHelpUsWithThisInformation": MessageLookupByLibrary.simpleMessage(
- "Kindly help us with this information"),
- "lastUpdated": MessageLookupByLibrary.simpleMessage("Last updated"),
- "leave": MessageLookupByLibrary.simpleMessage("Leave"),
- "leaveAlbum": MessageLookupByLibrary.simpleMessage("Leave album"),
- "leaveFamily": MessageLookupByLibrary.simpleMessage("Leave family"),
- "leaveSharedAlbum":
- MessageLookupByLibrary.simpleMessage("Leave shared album?"),
- "lightTheme": MessageLookupByLibrary.simpleMessage("Light"),
- "linkCopiedToClipboard":
- MessageLookupByLibrary.simpleMessage("Link copied to clipboard"),
- "linkDeviceLimit": MessageLookupByLibrary.simpleMessage("Device limit"),
- "linkEnabled": MessageLookupByLibrary.simpleMessage("Enabled"),
- "linkExpired": MessageLookupByLibrary.simpleMessage("Expired"),
- "linkExpiresOn": m24,
- "linkExpiry": MessageLookupByLibrary.simpleMessage("Link expiry"),
- "linkHasExpired":
- MessageLookupByLibrary.simpleMessage("Link has expired"),
- "linkNeverExpires": MessageLookupByLibrary.simpleMessage("Never"),
- "loadMessage1": MessageLookupByLibrary.simpleMessage(
- "You can share your subscription with your family"),
- "loadMessage2": MessageLookupByLibrary.simpleMessage(
- "We have preserved over 10 million memories so far"),
- "loadMessage3": MessageLookupByLibrary.simpleMessage(
- "We keep 3 copies of your data, one in an underground fallout shelter"),
- "loadMessage4": MessageLookupByLibrary.simpleMessage(
- "All our apps are open source"),
- "loadMessage5": MessageLookupByLibrary.simpleMessage(
- "Our source code and cryptography have been externally audited"),
- "loadMessage6": MessageLookupByLibrary.simpleMessage(
- "You can share links to your albums with your loved ones"),
- "loadMessage7": MessageLookupByLibrary.simpleMessage(
- "Our mobile apps run in the background to encrypt and backup any new photos you click"),
- "loadMessage8": MessageLookupByLibrary.simpleMessage(
- "web.ente.io has a slick uploader"),
- "loadMessage9": MessageLookupByLibrary.simpleMessage(
- "We use Xchacha20Poly1305 to safely encrypt your data"),
- "loadingExifData":
- MessageLookupByLibrary.simpleMessage("Loading EXIF data..."),
- "loadingGallery":
- MessageLookupByLibrary.simpleMessage("Loading gallery..."),
- "loadingMessage":
- MessageLookupByLibrary.simpleMessage("Loading your photos..."),
- "localGallery": MessageLookupByLibrary.simpleMessage("Local gallery"),
- "lockButtonLabel": MessageLookupByLibrary.simpleMessage("Lock"),
- "lockScreenEnablePreSteps": MessageLookupByLibrary.simpleMessage(
- "To enable lockscreen, please setup device passcode or screen lock in your system settings."),
- "lockscreen": MessageLookupByLibrary.simpleMessage("Lockscreen"),
- "logInLabel": MessageLookupByLibrary.simpleMessage("Log in"),
- "loggingOut": MessageLookupByLibrary.simpleMessage("Logging out..."),
- "logout": MessageLookupByLibrary.simpleMessage("Logout"),
- "logsDialogBody": MessageLookupByLibrary.simpleMessage(
- "This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files."),
- "longpressOnAnItemToViewInFullscreen":
- MessageLookupByLibrary.simpleMessage(
- "Long-press on an item to view in full-screen"),
- "lostDevice": MessageLookupByLibrary.simpleMessage("Lost device?"),
- "manage": MessageLookupByLibrary.simpleMessage("Manage"),
- "manageDeviceStorage":
- MessageLookupByLibrary.simpleMessage("Manage device storage"),
- "manageFamily": MessageLookupByLibrary.simpleMessage("Manage Family"),
- "manageLink": MessageLookupByLibrary.simpleMessage("Manage link"),
- "manageParticipants": MessageLookupByLibrary.simpleMessage("Manage"),
- "manageSubscription":
- MessageLookupByLibrary.simpleMessage("Manage subscription"),
- "mastodon": MessageLookupByLibrary.simpleMessage("Mastodon"),
- "matrix": MessageLookupByLibrary.simpleMessage("Matrix"),
- "maxDeviceLimitSpikeHandling": m25,
- "memoryCount": m26,
- "merchandise": MessageLookupByLibrary.simpleMessage("Merchandise"),
- "mobileWebDesktop":
- MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
- "moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
- "monthly": MessageLookupByLibrary.simpleMessage("Monthly"),
- "moveItem": m27,
- "moveToAlbum": MessageLookupByLibrary.simpleMessage("Move to album"),
- "movedSuccessfullyTo": m28,
- "movedToTrash": MessageLookupByLibrary.simpleMessage("Moved to trash"),
- "movingFilesToAlbum":
- MessageLookupByLibrary.simpleMessage("Moving files to album..."),
- "name": MessageLookupByLibrary.simpleMessage("Name"),
- "never": MessageLookupByLibrary.simpleMessage("Never"),
- "newAlbum": MessageLookupByLibrary.simpleMessage("New album"),
- "newToEnte": MessageLookupByLibrary.simpleMessage("New to ente"),
- "newest": MessageLookupByLibrary.simpleMessage("Newest"),
- "no": MessageLookupByLibrary.simpleMessage("No"),
- "noDeviceThatCanBeDeleted": MessageLookupByLibrary.simpleMessage(
- "You\'ve no files on this device that can be deleted"),
- "noDuplicates": MessageLookupByLibrary.simpleMessage("✨ No duplicates"),
- "noExifData": MessageLookupByLibrary.simpleMessage("No EXIF data"),
- "noHiddenPhotosOrVideos":
- MessageLookupByLibrary.simpleMessage("No hidden photos or videos"),
- "noPhotosAreBeingBackedUpRightNow":
- MessageLookupByLibrary.simpleMessage(
- "No photos are being backed up right now"),
- "noRecoveryKey":
- MessageLookupByLibrary.simpleMessage("No recovery key?"),
- "noRecoveryKeyNoDecryption": MessageLookupByLibrary.simpleMessage(
- "Due to the nature of our end-to-end encryption protocol, your data cannot be decrypted without your password or recovery key"),
- "noResults": MessageLookupByLibrary.simpleMessage("No results"),
- "noResultsFound":
- MessageLookupByLibrary.simpleMessage("No results found"),
- "nothingToSeeHere":
- MessageLookupByLibrary.simpleMessage("Nothing to see here! 👀"),
- "ok": MessageLookupByLibrary.simpleMessage("Ok"),
- "oops": MessageLookupByLibrary.simpleMessage("Oops"),
- "oopsSomethingWentWrong":
- MessageLookupByLibrary.simpleMessage("Oops, something went wrong"),
- "openTheItem": MessageLookupByLibrary.simpleMessage("• Open the item"),
- "optionalAsShortAsYouLike": MessageLookupByLibrary.simpleMessage(
- "Optional, as short as you like..."),
- "orPickAnExistingOne":
- MessageLookupByLibrary.simpleMessage("Or pick an existing one"),
- "password": MessageLookupByLibrary.simpleMessage("Password"),
- "passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
- "Password changed successfully"),
- "passwordLock": MessageLookupByLibrary.simpleMessage("Password lock"),
- "passwordStrength": m29,
- "passwordWarning": MessageLookupByLibrary.simpleMessage(
- "We don\'t store this password, so if you forget, <underline>we cannot decrypt your data</underline>"),
- "paymentDetails":
- MessageLookupByLibrary.simpleMessage("Payment details"),
- "paymentFailed": MessageLookupByLibrary.simpleMessage("Payment failed"),
- "paymentFailedTalkToProvider": m30,
- "paymentFailedWithReason": m31,
- "pendingSync": MessageLookupByLibrary.simpleMessage("Pending sync"),
- "peopleUsingYourCode":
- MessageLookupByLibrary.simpleMessage("People using your code"),
- "permDeleteWarning": MessageLookupByLibrary.simpleMessage(
- "All items in trash will be permanently deleted\n\nThis action cannot be undone"),
- "permanentlyDelete":
- MessageLookupByLibrary.simpleMessage("Permanently delete"),
- "permanentlyDeleteFromDevice": MessageLookupByLibrary.simpleMessage(
- "Permanently delete from device?"),
- "photoGridSize":
- MessageLookupByLibrary.simpleMessage("Photo grid size"),
- "photoSmallCase": MessageLookupByLibrary.simpleMessage("photo"),
- "photosAddedByYouWillBeRemovedFromTheAlbum":
- MessageLookupByLibrary.simpleMessage(
- "Photos added by you will be removed from the album"),
- "playstoreSubscription":
- MessageLookupByLibrary.simpleMessage("PlayStore subscription"),
- "pleaseContactSupportAndWeWillBeHappyToHelp":
- MessageLookupByLibrary.simpleMessage(
- "Please contact support@ente.io and we will be happy to help!"),
- "pleaseContactSupportIfTheProblemPersists":
- MessageLookupByLibrary.simpleMessage(
- "Please contact support if the problem persists"),
- "pleaseEmailUsAt": m32,
- "pleaseGrantPermissions":
- MessageLookupByLibrary.simpleMessage("Please grant permissions"),
- "pleaseLoginAgain":
- MessageLookupByLibrary.simpleMessage("Please login again"),
- "pleaseSendTheLogsTo": m33,
- "pleaseTryAgain":
- MessageLookupByLibrary.simpleMessage("Please try again"),
- "pleaseVerifyTheCodeYouHaveEntered":
- MessageLookupByLibrary.simpleMessage(
- "Please verify the code you have entered"),
- "pleaseWait": MessageLookupByLibrary.simpleMessage("Please wait..."),
- "pleaseWaitDeletingAlbum":
- MessageLookupByLibrary.simpleMessage("Please wait, deleting album"),
- "pleaseWaitForSometimeBeforeRetrying":
- MessageLookupByLibrary.simpleMessage(
- "Please wait for sometime before retrying"),
- "preparingLogs":
- MessageLookupByLibrary.simpleMessage("Preparing logs..."),
- "preserveMore": MessageLookupByLibrary.simpleMessage("Preserve more"),
- "pressAndHoldToPlayVideo": MessageLookupByLibrary.simpleMessage(
- "Press and hold to play video"),
- "privacy": MessageLookupByLibrary.simpleMessage("Privacy"),
- "privacyPolicy": MessageLookupByLibrary.simpleMessage("privacy policy"),
- "privacyPolicyTitle":
- MessageLookupByLibrary.simpleMessage("Privacy Policy"),
- "privateBackups":
- MessageLookupByLibrary.simpleMessage("Private backups"),
- "privateSharing":
- MessageLookupByLibrary.simpleMessage("Private sharing"),
- "publicLinkCreated":
- MessageLookupByLibrary.simpleMessage("Public link created"),
- "publicLinkEnabled":
- MessageLookupByLibrary.simpleMessage("Public link enabled"),
- "raiseTicket": MessageLookupByLibrary.simpleMessage("Raise ticket"),
- "rateTheApp": MessageLookupByLibrary.simpleMessage("Rate the app"),
- "rateUs": MessageLookupByLibrary.simpleMessage("Rate us"),
- "rateUsOnStore": m34,
- "recover": MessageLookupByLibrary.simpleMessage("Recover"),
- "recoverAccount":
- MessageLookupByLibrary.simpleMessage("Recover account"),
- "recoverButton": MessageLookupByLibrary.simpleMessage("Recover"),
- "recoveryKey": MessageLookupByLibrary.simpleMessage("Recovery key"),
- "recoveryKeyCopiedToClipboard": MessageLookupByLibrary.simpleMessage(
- "Recovery key copied to clipboard"),
- "recoveryKeyOnForgotPassword": MessageLookupByLibrary.simpleMessage(
- "If you forget your password, the only way you can recover your data is with this key."),
- "recoveryKeySaveDescription": MessageLookupByLibrary.simpleMessage(
- "We don\'t store this key, please save this 24 word key in a safe place."),
- "recoveryKeySuccessBody": MessageLookupByLibrary.simpleMessage(
- "Great! Your recovery key is valid. Thank you for verifying.\n\nPlease remember to keep your recovery key safely backed up."),
- "recoveryKeyVerified":
- MessageLookupByLibrary.simpleMessage("Recovery key verified"),
- "recoveryKeyVerifyReason": MessageLookupByLibrary.simpleMessage(
- "Your recovery key is the only way to recover your photos if you forget your password. You can find your recovery key in Settings > Account.\n\nPlease enter your recovery key here to verify that you have saved it correctly."),
- "recoverySuccessful":
- MessageLookupByLibrary.simpleMessage("Recovery successful!"),
- "recreatePasswordBody": MessageLookupByLibrary.simpleMessage(
- "The current device is not powerful enough to verify your "),
- "recreatePasswordTitle":
- MessageLookupByLibrary.simpleMessage("Recreate password"),
- "reddit": MessageLookupByLibrary.simpleMessage("Reddit"),
- "referFriendsAnd2xYourPlan": MessageLookupByLibrary.simpleMessage(
- "Refer friends and 2x your plan"),
- "referralStep1": MessageLookupByLibrary.simpleMessage(
- "1. Give this code to your friends"),
- "referralStep2": MessageLookupByLibrary.simpleMessage(
- "2. They sign up for a paid plan"),
- "referralStep3": m35,
- "referrals": MessageLookupByLibrary.simpleMessage("Referrals"),
- "referralsAreCurrentlyPaused": MessageLookupByLibrary.simpleMessage(
- "Referrals are currently paused"),
- "remindToEmptyDeviceTrash": MessageLookupByLibrary.simpleMessage(
- "Also empty \"Recently Deleted\" from \"Settings\" -> \"Storage\" to claim the freed space"),
- "remindToEmptyEnteTrash": MessageLookupByLibrary.simpleMessage(
- "Also empty your \"Trash\" to claim the freed up space"),
- "remoteImages": MessageLookupByLibrary.simpleMessage("Remote images"),
- "remoteThumbnails":
- MessageLookupByLibrary.simpleMessage("Remote thumbnails"),
- "remoteVideos": MessageLookupByLibrary.simpleMessage("Remote videos"),
- "remove": MessageLookupByLibrary.simpleMessage("Remove"),
- "removeDuplicates":
- MessageLookupByLibrary.simpleMessage("Remove duplicates"),
- "removeFromAlbum":
- MessageLookupByLibrary.simpleMessage("Remove from album"),
- "removeFromAlbumTitle":
- MessageLookupByLibrary.simpleMessage("Remove from album?"),
- "removeFromFavorite":
- MessageLookupByLibrary.simpleMessage("Remove from favorite"),
- "removeLink": MessageLookupByLibrary.simpleMessage("Remove link"),
- "removeParticipant":
- MessageLookupByLibrary.simpleMessage("Remove participant"),
- "removeParticipantBody": m36,
- "removePublicLink":
- MessageLookupByLibrary.simpleMessage("Remove public link"),
- "removeShareItemsWarning": MessageLookupByLibrary.simpleMessage(
- "Some of the items you are removing were added by other people, and you will lose access to them"),
- "removeWithQuestionMark":
- MessageLookupByLibrary.simpleMessage("Remove?"),
- "removingFromFavorites":
- MessageLookupByLibrary.simpleMessage("Removing from favorites..."),
- "rename": MessageLookupByLibrary.simpleMessage("Rename"),
- "renameAlbum": MessageLookupByLibrary.simpleMessage("Rename album"),
- "renameFile": MessageLookupByLibrary.simpleMessage("Rename file"),
- "renewSubscription":
- MessageLookupByLibrary.simpleMessage("Renew subscription"),
- "renewsOn": m37,
- "reportABug": MessageLookupByLibrary.simpleMessage("Report a bug"),
- "reportBug": MessageLookupByLibrary.simpleMessage("Report bug"),
- "resendEmail": MessageLookupByLibrary.simpleMessage("Resend email"),
- "resetIgnoredFiles":
- MessageLookupByLibrary.simpleMessage("Reset ignored files"),
- "resetPasswordTitle":
- MessageLookupByLibrary.simpleMessage("Reset password"),
- "restore": MessageLookupByLibrary.simpleMessage("Restore"),
- "restoreToAlbum":
- MessageLookupByLibrary.simpleMessage("Restore to album"),
- "restoringFiles":
- MessageLookupByLibrary.simpleMessage("Restoring files..."),
- "retry": MessageLookupByLibrary.simpleMessage("Retry"),
- "reviewDeduplicateItems": MessageLookupByLibrary.simpleMessage(
- "Please review and delete the items you believe are duplicates."),
- "safelyStored": MessageLookupByLibrary.simpleMessage("Safely stored"),
- "saveKey": MessageLookupByLibrary.simpleMessage("Save key"),
- "saveYourRecoveryKeyIfYouHaventAlready":
- MessageLookupByLibrary.simpleMessage(
- "Save your recovery key if you haven\'t already"),
- "scanCode": MessageLookupByLibrary.simpleMessage("Scan code"),
- "scanThisBarcodeWithnyourAuthenticatorApp":
- MessageLookupByLibrary.simpleMessage(
- "Scan this barcode with\nyour authenticator app"),
- "searchByAlbumNameHint":
- MessageLookupByLibrary.simpleMessage("Album name"),
- "searchByExamples": MessageLookupByLibrary.simpleMessage(
- "• Album names (e.g. \"Camera\")\n• Types of files (e.g. \"Videos\", \".gif\")\n• Years and months (e.g. \"2022\", \"January\")\n• Holidays (e.g. \"Christmas\")\n• Photo descriptions (e.g. “#fun”)"),
- "searchHintText": MessageLookupByLibrary.simpleMessage(
- "Albums, months, days, years, ..."),
- "security": MessageLookupByLibrary.simpleMessage("Security"),
- "selectAlbum": MessageLookupByLibrary.simpleMessage("Select album"),
- "selectAll": MessageLookupByLibrary.simpleMessage("Select all"),
- "selectFoldersForBackup":
- MessageLookupByLibrary.simpleMessage("Select folders for backup"),
- "selectReason": MessageLookupByLibrary.simpleMessage("Select reason"),
- "selectYourPlan":
- MessageLookupByLibrary.simpleMessage("Select your plan"),
- "selectedFilesAreNotOnEnte": MessageLookupByLibrary.simpleMessage(
- "Selected files are not on ente"),
- "selectedFoldersWillBeEncryptedAndBackedUp":
- MessageLookupByLibrary.simpleMessage(
- "Selected folders will be encrypted and backed up"),
- "selectedItemsWillBeDeletedFromAllAlbumsAndMoved":
- MessageLookupByLibrary.simpleMessage(
- "Selected items will be deleted from all albums and moved to trash."),
- "selectedPhotos": m38,
- "selectedPhotosWithYours": m39,
- "send": MessageLookupByLibrary.simpleMessage("Send"),
- "sendEmail": MessageLookupByLibrary.simpleMessage("Send email"),
- "sendInvite": MessageLookupByLibrary.simpleMessage("Send invite"),
- "sendLink": MessageLookupByLibrary.simpleMessage("Send link"),
- "sessionExpired":
- MessageLookupByLibrary.simpleMessage("Session expired"),
- "setAPassword": MessageLookupByLibrary.simpleMessage("Set a password"),
- "setAs": MessageLookupByLibrary.simpleMessage("Set as"),
- "setPasswordTitle":
- MessageLookupByLibrary.simpleMessage("Set password"),
- "setupComplete": MessageLookupByLibrary.simpleMessage("Setup complete"),
- "share": MessageLookupByLibrary.simpleMessage("Share"),
- "shareALink": MessageLookupByLibrary.simpleMessage("Share a link"),
- "shareAlbumHint": MessageLookupByLibrary.simpleMessage(
- "Open an album and tap the share button on the top right to share."),
- "shareAnAlbumNow":
- MessageLookupByLibrary.simpleMessage("Share an album now"),
- "shareLink": MessageLookupByLibrary.simpleMessage("Share link"),
- "shareMyVerificationID": m40,
- "shareOnlyWithThePeopleYouWant": MessageLookupByLibrary.simpleMessage(
- "Share only with the people you want"),
- "shareTextConfirmOthersVerificationID": m41,
- "shareTextRecommendUsingEnte": MessageLookupByLibrary.simpleMessage(
- "Download ente so we can easily share original quality photos and videos\n\nhttps://ente.io/#download"),
- "shareTextReferralCode": m42,
- "shareWithNonenteUsers":
- MessageLookupByLibrary.simpleMessage("Share with non-ente users"),
- "shareWithPeopleSectionTitle": m43,
- "shareYourFirstAlbum":
- MessageLookupByLibrary.simpleMessage("Share your first album"),
- "sharedAlbumSectionDescription": MessageLookupByLibrary.simpleMessage(
- "Create shared and collaborative albums with other ente users, including users on free plans."),
- "sharedByMe": MessageLookupByLibrary.simpleMessage("Shared by me"),
- "sharedWith": m44,
- "sharedWithMe": MessageLookupByLibrary.simpleMessage("Shared with me"),
- "sharing": MessageLookupByLibrary.simpleMessage("Sharing..."),
- "singleFileDeleteFromDevice": m45,
- "singleFileDeleteHighlight": MessageLookupByLibrary.simpleMessage(
- "It will be deleted from all albums."),
- "singleFileInBothLocalAndRemote": m46,
- "singleFileInRemoteOnly": m47,
- "skip": MessageLookupByLibrary.simpleMessage("Skip"),
- "social": MessageLookupByLibrary.simpleMessage("Social"),
- "someItemsAreInBothEnteAndYourDevice":
- MessageLookupByLibrary.simpleMessage(
- "Some items are in both ente and your device."),
- "someOfTheFilesYouAreTryingToDeleteAre":
- MessageLookupByLibrary.simpleMessage(
- "Some of the files you are trying to delete are only available on your device and cannot be recovered if deleted"),
- "someoneSharingAlbumsWithYouShouldSeeTheSameId":
- MessageLookupByLibrary.simpleMessage(
- "Someone sharing albums with you should see the same ID on their device."),
- "somethingWentWrong":
- MessageLookupByLibrary.simpleMessage("Something went wrong"),
- "somethingWentWrongPleaseTryAgain":
- MessageLookupByLibrary.simpleMessage(
- "Something went wrong, please try again"),
- "sorry": MessageLookupByLibrary.simpleMessage("Sorry"),
- "sorryCouldNotAddToFavorites": MessageLookupByLibrary.simpleMessage(
- "Sorry, could not add to favorites!"),
- "sorryCouldNotRemoveFromFavorites":
- MessageLookupByLibrary.simpleMessage(
- "Sorry, could not remove from favorites!"),
- "sorryTheCodeYouveEnteredIsIncorrect":
- MessageLookupByLibrary.simpleMessage(
- "Sorry, the code you\'ve entered is incorrect"),
- "sorryWeCouldNotGenerateSecureKeysOnThisDevicennplease":
- MessageLookupByLibrary.simpleMessage(
- "Sorry, we could not generate secure keys on this device.\n\nplease sign up from a different device."),
- "sparkleSuccess": MessageLookupByLibrary.simpleMessage("✨ Success"),
- "startBackup": MessageLookupByLibrary.simpleMessage("Start backup"),
- "storageInGB": m48,
- "storageLimitExceeded":
- MessageLookupByLibrary.simpleMessage("Storage limit exceeded"),
- "strongStrength": MessageLookupByLibrary.simpleMessage("Strong"),
- "subAlreadyLinkedErrMessage": m49,
- "subWillBeCancelledOn": m50,
- "subscribe": MessageLookupByLibrary.simpleMessage("Subscribe"),
- "subscribeToEnableSharing": MessageLookupByLibrary.simpleMessage(
- "Looks like your subscription has expired. Please subscribe to enable sharing."),
- "subscription": MessageLookupByLibrary.simpleMessage("Subscription"),
- "success": MessageLookupByLibrary.simpleMessage("Success"),
- "successfullyArchived":
- MessageLookupByLibrary.simpleMessage("Successfully archived"),
- "successfullyUnarchived":
- MessageLookupByLibrary.simpleMessage("Successfully unarchived"),
- "suggestFeatures":
- MessageLookupByLibrary.simpleMessage("Suggest features"),
- "support": MessageLookupByLibrary.simpleMessage("Support"),
- "syncProgress": m51,
- "syncStopped": MessageLookupByLibrary.simpleMessage("Sync stopped"),
- "syncing": MessageLookupByLibrary.simpleMessage("Syncing..."),
- "systemTheme": MessageLookupByLibrary.simpleMessage("System"),
- "tapToCopy": MessageLookupByLibrary.simpleMessage("tap to copy"),
- "tapToEnterCode":
- MessageLookupByLibrary.simpleMessage("Tap to enter code"),
- "tempErrorContactSupportIfPersists": MessageLookupByLibrary.simpleMessage(
- "It looks like something went wrong. Please retry after some time. If the error persists, please contact our support team."),
- "terminate": MessageLookupByLibrary.simpleMessage("Terminate"),
- "terminateSession":
- MessageLookupByLibrary.simpleMessage("Terminate session?"),
- "terms": MessageLookupByLibrary.simpleMessage("Terms"),
- "termsAgreePart1":
- MessageLookupByLibrary.simpleMessage("I agree to the "),
- "termsOfService":
- MessageLookupByLibrary.simpleMessage("terms of service"),
- "termsOfServicesTitle": MessageLookupByLibrary.simpleMessage("Terms"),
- "thankYou": MessageLookupByLibrary.simpleMessage("Thank you"),
- "thankYouForSubscribing":
- MessageLookupByLibrary.simpleMessage("Thank you for subscribing!"),
- "theDownloadCouldNotBeCompleted": MessageLookupByLibrary.simpleMessage(
- "The download could not be completed"),
- "theRecoveryKeyYouEnteredIsIncorrect":
- MessageLookupByLibrary.simpleMessage(
- "The recovery key you entered is incorrect"),
- "theme": MessageLookupByLibrary.simpleMessage("Theme"),
- "theseItemsWillBeDeletedFromYourDevice":
- MessageLookupByLibrary.simpleMessage(
- "These items will be deleted from your device."),
- "theyAlsoGetXGb": m52,
- "theyWillBeDeletedFromAllAlbums": MessageLookupByLibrary.simpleMessage(
- "They will be deleted from all albums."),
- "thisActionCannotBeUndone": MessageLookupByLibrary.simpleMessage(
- "This action cannot be undone"),
- "thisAlbumAlreadyHDACollaborativeLink":
- MessageLookupByLibrary.simpleMessage(
- "This album already has a collaborative link"),
- "thisCanBeUsedToRecoverYourAccountIfYou":
- MessageLookupByLibrary.simpleMessage(
- "This can be used to recover your account if you lose your second factor"),
- "thisDevice": MessageLookupByLibrary.simpleMessage("This device"),
- "thisEmailIsAlreadyInUse": MessageLookupByLibrary.simpleMessage(
- "This email is already in use"),
- "thisImageHasNoExifData":
- MessageLookupByLibrary.simpleMessage("This image has no exif data"),
- "thisIsPersonVerificationId": m53,
- "thisIsYourVerificationId": MessageLookupByLibrary.simpleMessage(
- "This is your Verification ID"),
- "thisWillLogYouOutOfTheFollowingDevice":
- MessageLookupByLibrary.simpleMessage(
- "This will log you out of the following device:"),
- "thisWillLogYouOutOfThisDevice": MessageLookupByLibrary.simpleMessage(
- "This will log you out of this device!"),
- "time": MessageLookupByLibrary.simpleMessage("Time"),
- "toHideAPhotoOrVideo":
- MessageLookupByLibrary.simpleMessage("To hide a photo or video"),
- "todaysLogs": MessageLookupByLibrary.simpleMessage("Today\'s logs"),
- "total": MessageLookupByLibrary.simpleMessage("total"),
- "totalSize": MessageLookupByLibrary.simpleMessage("Total size"),
- "trash": MessageLookupByLibrary.simpleMessage("Trash"),
- "tryAgain": MessageLookupByLibrary.simpleMessage("Try again"),
- "turnOnBackupForAutoUpload": MessageLookupByLibrary.simpleMessage(
- "Turn on backup to automatically upload files added to this device folder to ente."),
- "twitter": MessageLookupByLibrary.simpleMessage("Twitter"),
- "twoMonthsFreeOnYearlyPlans": MessageLookupByLibrary.simpleMessage(
- "2 months free on yearly plans"),
- "twofactor": MessageLookupByLibrary.simpleMessage("Two-factor"),
- "twofactorAuthenticationHasBeenDisabled":
- MessageLookupByLibrary.simpleMessage(
- "Two-factor authentication has been disabled"),
- "twofactorAuthenticationPageTitle":
- MessageLookupByLibrary.simpleMessage("Two-factor authentication"),
- "twofactorAuthenticationSuccessfullyReset":
- MessageLookupByLibrary.simpleMessage(
- "Two-factor authentication successfully reset"),
- "twofactorSetup":
- MessageLookupByLibrary.simpleMessage("Two-factor setup"),
- "unarchive": MessageLookupByLibrary.simpleMessage("Unarchive"),
- "unarchiveAlbum":
- MessageLookupByLibrary.simpleMessage("Unarchive album"),
- "unarchiving": MessageLookupByLibrary.simpleMessage("Unarchiving..."),
- "uncategorized": MessageLookupByLibrary.simpleMessage("Uncategorized"),
- "unhide": MessageLookupByLibrary.simpleMessage("Unhide"),
- "unhideToAlbum":
- MessageLookupByLibrary.simpleMessage("Unhide to album"),
- "unhidingFilesToAlbum":
- MessageLookupByLibrary.simpleMessage("Unhiding files to album"),
- "unlock": MessageLookupByLibrary.simpleMessage("Unlock"),
- "unselectAll": MessageLookupByLibrary.simpleMessage("Unselect all"),
- "update": MessageLookupByLibrary.simpleMessage("Update"),
- "updateAvailable":
- MessageLookupByLibrary.simpleMessage("Update available"),
- "updatingFolderSelection": MessageLookupByLibrary.simpleMessage(
- "Updating folder selection..."),
- "upgrade": MessageLookupByLibrary.simpleMessage("Upgrade"),
- "uploadingFilesToAlbum":
- MessageLookupByLibrary.simpleMessage("Uploading files to album..."),
- "usableReferralStorageInfo": MessageLookupByLibrary.simpleMessage(
- "Usable storage is limited by your current plan. Excess claimed storage will automatically become usable when you upgrade your plan."),
- "usePublicLinksForPeopleNotOnEnte":
- MessageLookupByLibrary.simpleMessage(
- "Use public links for people not on ente"),
- "useRecoveryKey":
- MessageLookupByLibrary.simpleMessage("Use recovery key"),
- "verificationFailedPleaseTryAgain":
- MessageLookupByLibrary.simpleMessage(
- "Verification failed, please try again"),
- "verificationId":
- MessageLookupByLibrary.simpleMessage("Verification ID"),
- "verify": MessageLookupByLibrary.simpleMessage("Verify"),
- "verifyEmail": MessageLookupByLibrary.simpleMessage("Verify email"),
- "verifyEmailID": m54,
- "verifyPassword":
- MessageLookupByLibrary.simpleMessage("Verify password"),
- "verifying": MessageLookupByLibrary.simpleMessage("Verifying..."),
- "verifyingRecoveryKey":
- MessageLookupByLibrary.simpleMessage("Verifying recovery key..."),
- "videoSmallCase": MessageLookupByLibrary.simpleMessage("video"),
- "viewActiveSessions":
- MessageLookupByLibrary.simpleMessage("View active sessions"),
- "viewAllExifData":
- MessageLookupByLibrary.simpleMessage("View all EXIF data"),
- "viewLogs": MessageLookupByLibrary.simpleMessage("View logs"),
- "viewRecoveryKey":
- MessageLookupByLibrary.simpleMessage("View recovery key"),
- "viewer": MessageLookupByLibrary.simpleMessage("Viewer"),
- "visitWebToManage": MessageLookupByLibrary.simpleMessage(
- "Please visit web.ente.io to manage your subscription"),
- "weAreOpenSource":
- MessageLookupByLibrary.simpleMessage("We are open source!"),
- "weDontSupportEditingPhotosAndAlbumsThatYouDont":
- MessageLookupByLibrary.simpleMessage(
- "We don\'t support editing photos and albums that you don\'t own yet"),
- "weakStrength": MessageLookupByLibrary.simpleMessage("Weak"),
- "welcomeBack": MessageLookupByLibrary.simpleMessage("Welcome back!"),
- "weveSentAMailTo":
- MessageLookupByLibrary.simpleMessage("We\'ve sent a mail to"),
- "yearly": MessageLookupByLibrary.simpleMessage("Yearly"),
- "yearsAgo": m55,
- "yes": MessageLookupByLibrary.simpleMessage("Yes"),
- "yesCancel": MessageLookupByLibrary.simpleMessage("Yes, cancel"),
- "yesConvertToViewer":
- MessageLookupByLibrary.simpleMessage("Yes, convert to viewer"),
- "yesDelete": MessageLookupByLibrary.simpleMessage("Yes, delete"),
- "yesLogout": MessageLookupByLibrary.simpleMessage("Yes, logout"),
- "yesRemove": MessageLookupByLibrary.simpleMessage("Yes, remove"),
- "yesRenew": MessageLookupByLibrary.simpleMessage("Yes, Renew"),
- "you": MessageLookupByLibrary.simpleMessage("You"),
- "youAreOnAFamilyPlan":
- MessageLookupByLibrary.simpleMessage("You are on a family plan!"),
- "youAreOnTheLatestVersion": MessageLookupByLibrary.simpleMessage(
- "You are on the latest version"),
- "youCanAtMaxDoubleYourStorage": MessageLookupByLibrary.simpleMessage(
- "* You can at max double your storage"),
- "youCanManageYourLinksInTheShareTab":
- MessageLookupByLibrary.simpleMessage(
- "You can manage your links in the share tab."),
- "youCanTrySearchingForADifferentQuery":
- MessageLookupByLibrary.simpleMessage(
- "You can try searching for a different query."),
- "youCannotDowngradeToThisPlan": MessageLookupByLibrary.simpleMessage(
- "You cannot downgrade to this plan"),
- "youCannotShareWithYourself": MessageLookupByLibrary.simpleMessage(
- "You cannot share with yourself"),
- "youDontHaveAnyArchivedItems": MessageLookupByLibrary.simpleMessage(
- "You don\'t have any archived items."),
- "youHaveSuccessfullyFreedUp": m56,
- "yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
- "Your account has been deleted"),
- "yourPlanWasSuccessfullyDowngraded":
- MessageLookupByLibrary.simpleMessage(
- "Your plan was successfully downgraded"),
- "yourPlanWasSuccessfullyUpgraded": MessageLookupByLibrary.simpleMessage(
- "Your plan was successfully upgraded"),
- "yourPurchaseWasSuccessful": MessageLookupByLibrary.simpleMessage(
- "Your purchase was successful"),
- "yourStorageDetailsCouldNotBeFetched":
- MessageLookupByLibrary.simpleMessage(
- "Your storage details could not be fetched"),
- "yourSubscriptionHasExpired": MessageLookupByLibrary.simpleMessage(
- "Your subscription has expired"),
- "yourSubscriptionWasUpdatedSuccessfully":
- MessageLookupByLibrary.simpleMessage(
- "Your subscription was updated successfully"),
- "yourVerificationCodeHasExpired": MessageLookupByLibrary.simpleMessage(
- "Your verification code has expired"),
- "youveNoDuplicateFilesThatCanBeCleared":
- MessageLookupByLibrary.simpleMessage(
- "You\'ve no duplicate files that can be cleared"),
- "youveNoFilesInThisAlbumThatCanBeDeleted":
- MessageLookupByLibrary.simpleMessage(
- "You\'ve no files in this album that can be deleted")
- };
- }
|