OLD | NEW |
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 8083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8094 Create a new profile | 8094 Create a new profile |
8095 </message> | 8095 </message> |
8096 <message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to
link the current profile with the signed-in enterprise account"> | 8096 <message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to
link the current profile with the signed-in enterprise account"> |
8097 Link data | 8097 Link data |
8098 </message> | 8098 </message> |
8099 | 8099 |
8100 <message name="IDS_ENTERPRISE_SIGNIN_ALERT" desc="The text of the prompt t
o create a new profile after signing in to an enterprise account"> | 8100 <message name="IDS_ENTERPRISE_SIGNIN_ALERT" desc="The text of the prompt t
o create a new profile after signing in to an enterprise account"> |
8101 This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph> | 8101 This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph> |
8102 </message> | 8102 </message> |
8103 | 8103 |
| 8104 <!-- Enterprise force-sign-out dialog--> |
| 8105 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_TITLE" desc="The title of the
dialog shown when the user closes a browser and force sign in is enabled and loc
al auth info is not valid."> |
| 8106 Sign in certification is not valid, window closing in <ph name="MINUTES"
>{0,number,00}<ex>5</ex></ph> : <ph name="SECONDS">{1,number,00}<ex>00</ex></ph> |
| 8107 </message> |
| 8108 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_CLOSE_CONFIRM" desc="Text of t
he button to sign in again immediately."> |
| 8109 Sign in now |
| 8110 </message> |
| 8111 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_CLOSE_DELAY" desc="Text of the
button to sign in again later"> |
| 8112 Cancel |
| 8113 </message> |
| 8114 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_ADDITIONAL_EXPLANATION" desc="
Text of auto close warning"> |
| 8115 All browser windows will soon be closed automatically without sign in. |
| 8116 </message> |
| 8117 |
| 8118 |
8104 <!-- Cookies Window --> | 8119 <!-- Cookies Window --> |
8105 <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The tit
le of the redesigned Cookies Window that lets you manage cookies, storage quota
for websites and other permissions per-website"> | 8120 <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The tit
le of the redesigned Cookies Window that lets you manage cookies, storage quota
for websites and other permissions per-website"> |
8106 Cookies and site data | 8121 Cookies and site data |
8107 </message> | 8122 </message> |
8108 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in
the search box in the Cookies Window"> | 8123 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in
the search box in the Cookies Window"> |
8109 Search cookies | 8124 Search cookies |
8110 </message> | 8125 </message> |
8111 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b
utton in the Cookies Window"> | 8126 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b
utton in the Cookies Window"> |
8112 Remove | 8127 Remove |
8113 </message> | 8128 </message> |
(...skipping 4198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12312 <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"> | 12327 <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"> |
12313 Accessing audio and video input | 12328 Accessing audio and video input |
12314 </message> | 12329 </message> |
12315 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh
own as a notification when screen capture is in progress."> | 12330 <message name="IDS_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="Text to be sh
own as a notification when screen capture is in progress."> |
12316 Sharing screen | 12331 Sharing screen |
12317 </message> | 12332 </message> |
12318 </if> | 12333 </if> |
12319 </messages> | 12334 </messages> |
12320 </release> | 12335 </release> |
12321 </grit> | 12336 </grit> |
OLD | NEW |