Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions MC1/Resources/Localization/it.lproj/Contacts.strings
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,24 @@
/* Location: ContactDetailView.swift - Purpose: Info section header */
"contacts.detail.info" = "Info";

/* Location: ContactDetailView.swift - Purpose: Avatar edit menu title */
"contacts.detail.avatar.chooseSource" = "Change Profile Picture";

/* Location: ContactDetailView.swift - Purpose: Avatar edit menu option to pick a photo from the photo library */
"contacts.detail.avatar.choosePhoto" = "Choose Photo";

/* Location: ContactDetailView.swift - Purpose: Avatar edit menu option to pick an image file */
"contacts.detail.avatar.chooseFile" = "Choose File...";

/* Location: ContactDetailView.swift - Purpose: Avatar edit menu option to remove the current photo */
"contacts.detail.avatar.removePhoto" = "Remove Photo";

/* Location: ContactDetailView.swift - Purpose: VoiceOver suffix announced while a new profile picture is being saved */
"contacts.detail.avatar.savingAnnouncement" = "Saving photo";

/* Location: ContactDetailView.swift - Purpose: Error shown when the picked file is not a valid image */
"contacts.detail.avatar.invalidImage" = "That file could not be used as a profile picture.";

/* Location: ContactDetailView.swift - Purpose: Nickname label */
"contacts.detail.nickname" = "Soprannome";

Expand Down
Loading