Add string to indicate a recurring event in meeting invites

Bug: 2515474
Change-Id: I67142c7bb74afa854f6435b452ca87254aa8e9bb
This commit is contained in:
Marc Blank 2010-03-15 14:08:07 -07:00
parent 90299163a3
commit da209a98b6

View File

@ -649,6 +649,9 @@
<!-- Indicate where a meeting takes place. This is presented in in bullet form, as <!-- Indicate where a meeting takes place. This is presented in in bullet form, as
in, "When: xxx" followed by "Where: xxx" --> in, "When: xxx" followed by "Where: xxx" -->
<string name="meeting_where">Where: <xliff:g id="where">%s</xliff:g></string> <string name="meeting_where">Where: <xliff:g id="where">%s</xliff:g></string>
<!-- Indicate that a meeting is recurring. This would normally be presented after
"When: xxx", e.g. "When: Tue, Mar 10, 2010 at 2:30pm (recurring)" -->
<string name="meeting_recurring"><xliff:g id="eventdate" example="Tue, Mar 10, 2010 at 2:30 pm">%s</xliff:g> (recurring)</string>
<!-- Used as the body text of a message reporting to an attendee that a specific instance <!-- Used as the body text of a message reporting to an attendee that a specific instance
of a recurring meeting has been canceled --> of a recurring meeting has been canceled -->