Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2915053002: Replace profile statistics preference count with AutofillCounter (Closed)
Patch Set: cleanup Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 10932 matching lines...) Expand 10 before | Expand all | Expand 10 after
10943 </message> 10943 </message>
10944 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_HISTORY" desc="The ti tle of a statistic (browsing history) shown inside a table below the warning tex t when attempting to remove an user. A number is displayed next to it."> 10944 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_HISTORY" desc="The ti tle of a statistic (browsing history) shown inside a table below the warning tex t when attempting to remove an user. A number is displayed next to it.">
10945 Browsing History 10945 Browsing History
10946 </message> 10946 </message>
10947 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_PASSWORDS" desc="The title of a statistic (passwords) shown inside a table below the warning text whe n attempting to remove an user. A number is displayed next to it."> 10947 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_PASSWORDS" desc="The title of a statistic (passwords) shown inside a table below the warning text whe n attempting to remove an user. A number is displayed next to it.">
10948 Passwords 10948 Passwords
10949 </message> 10949 </message>
10950 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BOOKMARKS" desc="The title of a statistic (bookmarks) shown inside a table below the warning text whe n attempting to remove an user. A number is displayed next to it."> 10950 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_BOOKMARKS" desc="The title of a statistic (bookmarks) shown inside a table below the warning text whe n attempting to remove an user. A number is displayed next to it.">
10951 Bookmarks 10951 Bookmarks
10952 </message> 10952 </message>
10953 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_SETTINGS" desc="The t itle of a statistic (settings) shown inside a table below the warning text when attempting to remove an user. A number is displayed next to it."> 10953 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_AUTOFILL" desc="The t itle of a statistic (autofill) shown inside a table below the warning text when attempting to remove an user. A number is displayed next to it.">
10954 Settings 10954 Autofill form data
10955 </message> 10955 </message>
10956 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_CALCULATING" desc="Th is is used in '...' of the warning message 'This will permanently delete ... ite ms from the device.', which is shown when attempting to remove an user. Also sho wn next to the loading statistics below this warning. All occurrences of '...' w ill be eventually replaced by numbers when the statistics are loaded."> 10956 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_CALCULATING" desc="Th is is used in '...' of the warning message 'This will permanently delete ... ite ms from the device.', which is shown when attempting to remove an user. Also sho wn next to the loading statistics below this warning. All occurrences of '...' w ill be eventually replaced by numbers when the statistics are loaded.">
10957 ... 10957 ...
10958 </message> 10958 </message>
10959 </if> 10959 </if>
10960 10960
10961 <!-- User manager tutorial --> 10961 <!-- User manager tutorial -->
10962 <message name="IDS_USER_MANAGER_TUTORIAL_NEXT" desc="Text of the button that advances the tutorial to the next slide"> 10962 <message name="IDS_USER_MANAGER_TUTORIAL_NEXT" desc="Text of the button that advances the tutorial to the next slide">
10963 Next 10963 Next
10964 </message> 10964 </message>
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
12306 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java"> 12306 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" forma tter_data="android_java">
12307 Accessing audio and video input 12307 Accessing audio and video input
12308 </message> 12308 </message>
12309 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12309 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12310 Sharing screen 12310 Sharing screen
12311 </message> 12311 </message>
12312 </if> 12312 </if>
12313 </messages> 12313 </messages>
12314 </release> 12314 </release>
12315 </grit> 12315 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_statistics.h » ('j') | chrome/browser/profiles/profile_statistics_common.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698