diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/ids.xml | 3 | ||||
-rw-r--r-- | res/values/strings.xml | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml index 1b381ab17..6cb53ed3b 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -60,4 +60,7 @@ <!-- Loader ID for contact filters --> <item type="id" name="contact_list_filter_loader" /> + + <!-- Dialog ID for the date picker in event (birthday) editors --> + <item type="id" name="dialog_event_date_picker" /> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 84f1db10d..5ae2cf167 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1397,7 +1397,10 @@ <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] --> <string name="non_phone_close">Close</string> - + <!-- Format string that combines the name and the phonetic name for the widget. if the phonetic name is empty, only the display name is used instead [CHAR LIMIT=25] --> <string name="widget_name_and_phonetic"><xliff:g id="display_name" example="John Huber">%1$s</xliff:g> (<xliff:g id="phonetic_name">%2$s</xliff:g>)</string> + + <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] --> + <string name="date_year_toggle">Provide a year</string> </resources> |