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

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

Issue 2915053002: Replace profile statistics preference count with AutofillCounter (Closed)
Patch Set: Change 'Browsing History' to 'Browsing history' 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 10933 matching lines...) Expand 10 before | Expand all | Expand 10 after
10944 =1 {This will permanently delete at least $1 item from this device.} 10944 =1 {This will permanently delete at least $1 item from this device.}
10945 other {This will permanently delete at least $1 items from this devi ce.}} 10945 other {This will permanently delete at least $1 items from this devi ce.}}
10946 </message> 10946 </message>
10947 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC_NOSTATS" desc ="Main text shown as a warning when attempting to remove an user. This case is f or non-synced profiles with statistics unavailable. (Possible case: Chromium dec ided not to load the statistics of closed profiles.)"> 10947 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC_NOSTATS" desc ="Main text shown as a warning when attempting to remove an user. This case is f or non-synced profiles with statistics unavailable. (Possible case: Chromium dec ided not to load the statistics of closed profiles.)">
10948 This will permanently delete your browsing data from this device. 10948 This will permanently delete your browsing data from this device.
10949 </message> 10949 </message>
10950 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC_CALCULATING" desc="Main text shown as a warning when attempting to remove an user. This case is for non-synced profiles when the statistics is still loading. $1 is always re placed by localized version of the ellipsis (...)."> 10950 <message name="IDS_LOGIN_POD_USER_REMOVE_WARNING_NONSYNC_CALCULATING" desc="Main text shown as a warning when attempting to remove an user. This case is for non-synced profiles when the statistics is still loading. $1 is always re placed by localized version of the ellipsis (...).">
10951 This will permanently delete <ph name="TOTAL_COUNT">$1<ex>...</ex></ ph> items from this device. 10951 This will permanently delete <ph name="TOTAL_COUNT">$1<ex>...</ex></ ph> items from this device.
10952 </message> 10952 </message>
10953 <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."> 10953 <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.">
10954 Browsing History 10954 Browsing history
10955 </message> 10955 </message>
10956 <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."> 10956 <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.">
10957 Passwords 10957 Passwords
10958 </message> 10958 </message>
10959 <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."> 10959 <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.">
10960 Bookmarks 10960 Bookmarks
10961 </message> 10961 </message>
10962 <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."> 10962 <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.">
10963 Settings 10963 Autofill form data
10964 </message> 10964 </message>
10965 <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."> 10965 <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.">
10966 ... 10966 ...
10967 </message> 10967 </message>
10968 </if> 10968 </if>
10969 10969
10970 <!-- User manager tutorial --> 10970 <!-- User manager tutorial -->
10971 <message name="IDS_USER_MANAGER_TUTORIAL_NEXT" desc="Text of the button that advances the tutorial to the next slide"> 10971 <message name="IDS_USER_MANAGER_TUTORIAL_NEXT" desc="Text of the button that advances the tutorial to the next slide">
10972 Next 10972 Next
10973 </message> 10973 </message>
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
12315 <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"> 12315 <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">
12316 Accessing audio and video input 12316 Accessing audio and video input
12317 </message> 12317 </message>
12318 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress."> 12318 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh own as a notification when screen capture is in progress.">
12319 Sharing screen 12319 Sharing screen
12320 </message> 12320 </message>
12321 </if> 12321 </if>
12322 </messages> 12322 </messages>
12323 </release> 12323 </release>
12324 </grit> 12324 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698