diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-13 13:04:25 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-13 13:04:25 -0700 |
commit | 72ed6feab24308a0acd1fa2135afa3476759cf39 (patch) | |
tree | fb98269e44acacf27f86351ee4d85b3831c64ada /res/values | |
parent | 80a7a1dbf22d689723d39bad9ba319b6f4b0201d (diff) | |
download | packages_apps_settings-72ed6feab24308a0acd1fa2135afa3476759cf39.zip packages_apps_settings-72ed6feab24308a0acd1fa2135afa3476759cf39.tar.gz packages_apps_settings-72ed6feab24308a0acd1fa2135afa3476759cf39.tar.bz2 |
auto import from //branches/cupcake_rel/...@138607
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 24dda75..356dbef 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -812,9 +812,9 @@ <!-- Sound & display settings screen, animations check box label --> <string name="animations_title">Animation</string> <!-- Sound & display settings screen, animations option summary text when check box is selected --> - <string name="animations_summary_on">Show animation when opening & closing windows</string> + <string name="animations_summary_on">Show screen transition animations</string> <!-- Sound & display settings screen, animations option summary text when check box is clear --> - <string name="animations_summary_off">Show animation when opening & closing windows</string> + <string name="animations_summary_off">Show screen transition animations</string> <!-- Sound & display settings screen, accelerometer-based rotation check box label --> <string name="accelerometer_title">Orientation</string> <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected --> @@ -927,10 +927,6 @@ <string name="status_bt_address">Bluetooth address</string> <!-- About phone, status item value if the actual value is not available. --> <string name="status_unavailable">Unavailable</string> - <!-- About phone, status item title. How many packets and bytes have been sent and received across all network interfaces. --> - <string name="status_network_traffic_stats">Network usage</string> - <!-- About phone, status item summary. How many packets and bytes have been sent and received across all network interfaces. --> - <string name="status_network_traffic_summary">Sent: <xliff:g id="network_traffic">%1$d packets, %2$d bytes%n</xliff:g>Rcvd: <xliff:g id="network_traffic">%3$d packets, %4$d bytes</xliff:g></string> <!-- About phone, status item title. How long the device has been running since its last reboot. --> <string name="status_up_time">Up time</string> <!-- About phone, status item title. How much time the device has had its main CPU awake. --> |