Adding CHAR LIMITS to new strings
Bug: 3230109
Change-Id: If120e31c2585e5b182b2ae882e393a1127b58a45
diff --git a/res/values/strings.xml b/res/values/strings.xml
index efabff6..25e39fe 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -115,10 +115,10 @@
<!-- Menu item that splits an item from the contact detail into a separate aggregate -->
<string name="menu_splitAggregate">Separate</string>
- <!-- Menu item that renames the currently selected group -->
+ <!-- Menu item that renames the currently selected group [CHAR LIMIT=30] -->
<string name="menu_renameGroup">Rename group</string>
- <!-- Menu item that deletes the currently selected group -->
+ <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] -->
<string name="menu_deleteGroup">Delete group</string>
<!-- Title of the confirmation dialog for separating contacts into multiple instances -->
@@ -969,7 +969,7 @@
<!-- Dialog title when selecting the bulk operation to perform from a list. -->
<string name="dialog_import_export">Import/Export contacts</string>
- <!-- The menu item to share the currently viewed contact -->
+ <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] -->
<string name="menu_share">Share contact</string>
<!-- Dialog title when picking the application to share a contact with. -->
@@ -1246,21 +1246,21 @@
<!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
<string name="pick_new_photo">Select new photo from Gallery</string>
- <!-- Text shown in the contacts app while the background process updates contacts after a locale change -->
+ <!-- Text shown in the contacts app while the background process updates contacts after a locale change [CHAR LIMIT=300] -->
<string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.</string>
- <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade -->
+ <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] -->
<string name="upgrade_in_progress">Contact list is being updated.</string>
- <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage -->
+ <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=300] -->
<string name="upgrade_out_of_memory">Contacts are in the process of being upgraded.
\n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g>
Mb of internal storage.\n\nChoose one of the following options:</string>
- <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage -->
+ <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
<string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string>
- <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage -->
+ <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
<string name="upgrade_out_of_memory_retry">Retry upgrade</string>
<!-- Title shown in the search result activity of contacts app while searching -->