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

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

Issue 7107005: Replace WPA and RSN with PSK in Other Wi-Fi network UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 10562 matching lines...) Expand 10 before | Expand all | Expand 10 after
10573 </message> 10573 </message>
10574 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_SELECT" desc ="In settings Internet options, a string specifying the specific security."> 10574 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_SELECT" desc ="In settings Internet options, a string specifying the specific security.">
10575 Security: <ph name="security">$1<ex>None</ex></ph> 10575 Security: <ph name="security">$1<ex>None</ex></ph>
10576 </message> 10576 </message>
10577 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_NONE" desc=" In settings Internet options, a string specifying security none."> 10577 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_NONE" desc=" In settings Internet options, a string specifying security none.">
10578 None 10578 None
10579 </message> 10579 </message>
10580 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_WEP" desc="I n settings Internet options, a string specifying security WEP."> 10580 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_WEP" desc="I n settings Internet options, a string specifying security WEP.">
10581 WEP 10581 WEP
10582 </message> 10582 </message>
10583 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_WPA" desc="I n settings Internet options, a string specifying security WPA."> 10583 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_WPA" desc="I n settings Internet options, a string specifying security WPA.">
Charlie Lee 2011/06/01 23:03:06 delete wpa and rsn?
stevenjb 2011/06/01 23:34:37 Done.
10584 WPA 10584 WPA
10585 </message> 10585 </message>
10586 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_RSN" desc="I n settings Internet options, a string specifying security RSN."> 10586 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_RSN" desc="I n settings Internet options, a string specifying security RSN.">
10587 RSN 10587 RSN
10588 </message> 10588 </message>
10589 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_PSK" desc="I n settings Internet options, a string specifying security PSK (either WPA-PSK or RSN-PSK).">
10590 PSK (WPA or RSN)
James Cook 2011/06/01 23:24:22 End-user documentation about Wi-Fi security often
stevenjb 2011/06/01 23:34:37 Sam and I went back and forth on this. It's confus
10591 </message>
10589 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSWORD" desc="In se ttings Internet options, a string telling the user where the network certificate is installed to."> 10592 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSWORD" desc="In se ttings Internet options, a string telling the user where the network certificate is installed to.">
10590 Password 10593 Password
10591 </message> 10594 </message>
10592 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SSID" desc="In settin gs Internet options, a string telling the user where the network certificate is installed to."> 10595 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SSID" desc="In settin gs Internet options, a string telling the user where the network certificate is installed to.">
10593 SSID 10596 SSID
10594 </message> 10597 </message>
10595 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SHOWPASSWORD" desc="I n settings Internet options, a string telling the user where the network certifi cate is installed to."> 10598 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SHOWPASSWORD" desc="I n settings Internet options, a string telling the user where the network certifi cate is installed to.">
10596 Show password 10599 Show password
10597 </message> 10600 </message>
10598 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_STATUS_TITLE" desc="I n settings Internet options, Title of the overlay when the user is connected."> 10601 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_STATUS_TITLE" desc="I n settings Internet options, Title of the overlay when the user is connected.">
(...skipping 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after
12646 </includes> 12649 </includes>
12647 <structures fallback_to_english="true"> 12650 <structures fallback_to_english="true">
12648 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12651 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12649 </structure> 12652 </structure>
12650 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12653 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12651 </structure> 12654 </structure>
12652 </structures> 12655 </structures>
12653 12656
12654 </release> 12657 </release>
12655 </grit> 12658 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698