Merge "Add tv product variants to strings." into lmp-mr1-dev
This commit is contained in:
@@ -326,6 +326,8 @@
|
||||
<!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
|
||||
<string name="low_memory" product="watch">Watch storage is full. Delete some files to free space.</string>
|
||||
<!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
|
||||
<string name="low_memory" product="tv">TV storage is full. Delete some files to free space.</string>
|
||||
<!-- If MMS discovers there isn't much space left on the device, it will show a toast with this message. -->
|
||||
<string name="low_memory" product="default">Phone storage is full. Delete some files to free space.</string>
|
||||
|
||||
<!-- SSL CA cert notification --> <skip />
|
||||
@@ -348,6 +350,8 @@
|
||||
<!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
|
||||
<string name="power_dialog" product="tablet">Tablet options</string>
|
||||
<!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
|
||||
<string name="power_dialog" product="tv">TV options</string>
|
||||
<!-- Title for the Phone Options dialog to lock the screen, turn off the phone etc. -->
|
||||
<string name="power_dialog" product="default">Phone options</string>
|
||||
<!-- Button to turn on silent mode, within the Phone Options dialog -->
|
||||
<string name="silent_mode">Silent mode</string>
|
||||
@@ -372,6 +376,9 @@
|
||||
<!-- Shutdown Confirmation Dialog. When the user chooses to power off the phone, there will
|
||||
be a confirmation dialog. This is the message. -->
|
||||
<string name="shutdown_confirm" product="tablet">Your tablet will shut down.</string>
|
||||
<!-- Shutdown Confirmation Dialog. When the user chooses to power off the TV, there will
|
||||
be a confirmation dialog. This is the message. -->
|
||||
<string name="shutdown_confirm" product="tv">Your TV will shut down.</string>
|
||||
<!-- Shutdown Confirmation Dialog. When the user chooses to power off the watch, there will
|
||||
be a confirmation dialog. This is the message. -->
|
||||
<string name="shutdown_confirm" product="watch">Your watch will shut down.</string>
|
||||
@@ -408,6 +415,8 @@
|
||||
<!-- Title of the Global Actions Dialog -->
|
||||
<string name="global_actions" product="tablet">Tablet options</string>
|
||||
<!-- Title of the Global Actions Dialog -->
|
||||
<string name="global_actions" product="tv">TV options</string>
|
||||
<!-- Title of the Global Actions Dialog -->
|
||||
<string name="global_actions" product="default">Phone options</string>
|
||||
|
||||
<!-- label for item that locks the phone in the phone options dialog -->
|
||||
@@ -745,6 +754,10 @@
|
||||
messages stored on your tablet or SIM card. This allows the app to read all
|
||||
SMS messages, regardless of content or confidentiality.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readSms" product="tv">Allows the app to read SMS
|
||||
messages stored on your TV or SIM card. This allows the app to read all
|
||||
SMS messages, regardless of content or confidentiality.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readSms" product="default">Allows the app to read SMS
|
||||
messages stored on your phone or SIM card. This allows the app to read all
|
||||
SMS messages, regardless of content or confidentiality.</string>
|
||||
@@ -756,6 +769,10 @@
|
||||
to SMS messages stored on your tablet or SIM card. Malicious apps
|
||||
may delete your messages.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeSms" product="tv">Allows the app to write
|
||||
to SMS messages stored on your TV or SIM card. Malicious apps
|
||||
may delete your messages.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeSms" product="default">Allows the app to write
|
||||
to SMS messages stored on your phone or SIM card. Malicious apps
|
||||
may delete your messages.</string>
|
||||
@@ -1077,6 +1094,10 @@
|
||||
its own input events (key presses, etc.) to other apps. Malicious
|
||||
apps may use this to take over the tablet.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_injectEvents" product="tv">Allows the app to deliver
|
||||
its own input events (key presses, etc.) to other apps. Malicious
|
||||
apps may use this to take over the TV.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_injectEvents" product="default">Allows the app to deliver
|
||||
its own input events (key presses, etc.) to other apps. Malicious
|
||||
apps may use this to take over the phone.</string>
|
||||
@@ -1216,6 +1237,8 @@
|
||||
<string name="permlab_persistentActivity">make app always run</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_persistentActivity" product="tablet">Allows the app to make parts of itself persistent in memory. This can limit memory available to other apps slowing down the tablet.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_persistentActivity" product="tv">Allows the app to make parts of itself persistent in memory. This can limit memory available to other apps slowing down the TV.</string>
|
||||
<string name="permdesc_persistentActivity" product="default">Allows the app to make parts of itself persistent in memory. This can limit memory available to other apps slowing down the phone.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -1253,6 +1276,10 @@
|
||||
by deleting files in the cache directories of other applications. This may cause other
|
||||
applications to start up more slowly as they need to re-retrieve their data.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_clearAppCache" product="tv">Allows the app to free TV storage
|
||||
by deleting files in the cache directories of other applications. This may cause other
|
||||
applications to start up more slowly as they need to re-retrieve their data.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_clearAppCache" product="default">Allows the app to free phone storage
|
||||
by deleting files in the cache directories of other applications. This may cause other
|
||||
applications to start up more slowly as they need to re-retrieve their data.</string>
|
||||
@@ -1270,6 +1297,11 @@
|
||||
information about what you are doing with the tablet, potentially
|
||||
including personal or private information.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readLogs" product="tv">Allows the app to read from the
|
||||
system\'s various log files. This allows it to discover general
|
||||
information about what you are doing with the TV, potentially
|
||||
including personal or private information.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readLogs" product="default">Allows the app to read from the
|
||||
system\'s various log files. This allows it to discover general
|
||||
information about what you are doing with the phone, potentially
|
||||
@@ -1312,6 +1344,12 @@
|
||||
possible to get app components into an unusable, inconsistent, or unstable state.
|
||||
</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_changeComponentState" product="tv">Allows the app to change whether a
|
||||
component of another app is enabled or not. Malicious apps may use this
|
||||
to disable important TV capabilities. Care must be used with this permission, as it is
|
||||
possible to get app components into an unusable, inconsistent, or unstable state.
|
||||
</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_changeComponentState" product="default">Allows the app to change whether a
|
||||
component of another app is enabled or not. Malicious apps may use this
|
||||
to disable important phone capabilities. Care must be used with this permission, as it is
|
||||
@@ -1359,6 +1397,11 @@
|
||||
This can make it take longer to start the tablet and allow the
|
||||
app to slow down the overall tablet by always running.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_receiveBootCompleted" product="tv">Allows the app to
|
||||
have itself started as soon as the system has finished booting.
|
||||
This can make it take longer to start the TV and allow the
|
||||
app to slow down the overall tablet by always running.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_receiveBootCompleted" product="default">Allows the app to
|
||||
have itself started as soon as the system has finished booting.
|
||||
This can make it take longer to start the phone and allow the
|
||||
@@ -1372,6 +1415,11 @@
|
||||
may make the tablet slow or unstable by causing it to use too much memory.
|
||||
</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_broadcastSticky" product="tv">Allows the app to
|
||||
send sticky broadcasts, which remain after the broadcast ends. Excessive use
|
||||
may make the TV slow or unstable by causing it to use too much memory.
|
||||
</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_broadcastSticky" product="default">Allows the app to
|
||||
send sticky broadcasts, which remain after the broadcast ends. Excessive
|
||||
use may make the phone slow or unstable by causing it to use too
|
||||
@@ -1387,6 +1435,13 @@
|
||||
data, and malicious apps may share contact data without your
|
||||
knowledge.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readContacts" product="tv">Allows the app to read
|
||||
data about your contacts stored on your TV, including the frequency
|
||||
with which you\'ve called, emailed, or communicated in other ways with
|
||||
specific individuals. This permission allows apps to save your contact
|
||||
data, and malicious apps may share contact data without your
|
||||
knowledge.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readContacts" product="default">Allows the app to
|
||||
read data about your contacts stored on your phone, including the
|
||||
frequency with which you\'ve called, emailed, or communicated in other ways
|
||||
@@ -1403,6 +1458,12 @@
|
||||
with specific contacts. This permission allows apps to delete contact
|
||||
data.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeContacts" product="tv">Allows the app to
|
||||
modify the data about your contacts stored on your TV, including the
|
||||
frequency with which you\'ve called, emailed, or communicated in other ways
|
||||
with specific contacts. This permission allows apps to delete contact
|
||||
data.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeContacts" product="default">Allows the app to
|
||||
modify the data about your contacts stored on your phone, including the
|
||||
frequency with which you\'ve called, emailed, or communicated in other ways
|
||||
@@ -1417,6 +1478,11 @@
|
||||
This permission allows apps to save your call log data, and malicious apps
|
||||
may share call log data without your knowledge.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readCallLog" product="tv">Allows the app to read
|
||||
your TV\'s call log, including data about incoming and outgoing calls.
|
||||
This permission allows apps to save your call log data, and malicious apps
|
||||
may share call log data without your knowledge.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readCallLog" product="default">Allows the app to read
|
||||
your phone\'s call log, including data about incoming and outgoing calls.
|
||||
This permission allows apps to save your call log data, and malicious apps
|
||||
@@ -1428,6 +1494,9 @@
|
||||
<string name="permdesc_writeCallLog" product="tablet">Allows the app to modify your tablet\'s call log, including data about incoming and outgoing calls.
|
||||
Malicious apps may use this to erase or modify your call log.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeCallLog" product="tv">Allows the app to modify your TV\'s call log, including data about incoming and outgoing calls.
|
||||
Malicious apps may use this to erase or modify your call log.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeCallLog" product="default">Allows the app to modify your phone\'s call log, including data about incoming and outgoing calls.
|
||||
Malicious apps may use this to erase or modify your call log.</string>
|
||||
|
||||
@@ -1475,12 +1544,16 @@
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_readCalendar">read calendar events plus confidential information</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
|
||||
<string name="permdesc_readCalendar" product="tablet">Allows the app to read
|
||||
all calendar events stored on your tablet, including those of friends or
|
||||
co-workers. This may allow the app to share or save your calendar data,
|
||||
regardless of confidentiality or sensitivity.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readCalendar" product="tv">Allows the app to read
|
||||
all calendar events stored on your TV, including those of friends or
|
||||
co-workers. This may allow the app to share or save your calendar data,
|
||||
regardless of confidentiality or sensitivity.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_readCalendar" product="default">Allows the app to
|
||||
read all calendar events stored on your phone, including those of friends
|
||||
or co-workers. This may allow the app to share or save your calendar data,
|
||||
@@ -1489,17 +1562,23 @@
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_writeCalendar">add or modify calendar events and send email to guests without owners\' knowledge</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
|
||||
<string name="permdesc_writeCalendar" product="tablet">Allows the app to
|
||||
add, remove, change events that you can modify on your tablet, including
|
||||
those of friends or co-workers. This may allow the app to send messages
|
||||
that appear to come from calendar owners, or modify events without the
|
||||
owners\' knowledge.</string>
|
||||
<string name="permdesc_writeCalendar" product="default">Allows the app to
|
||||
add, remove, change events that you can modify on your phone, including
|
||||
those of friends or co-workers. This may allow the app to send messages
|
||||
that appear to come from calendar owners, or modify events without the
|
||||
owners\' knowledge.</string>
|
||||
<string name="permdesc_writeCalendar" product="tablet">Allows the app to
|
||||
add, remove, change events that you can modify on your tablet, including
|
||||
those of friends or co-workers. This may allow the app to send messages
|
||||
that appear to come from calendar owners, or modify events without the
|
||||
owners\' knowledge.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeCalendar" product="tv">Allows the app to
|
||||
add, remove, change events that you can modify on your TV, including
|
||||
those of friends or co-workers. This may allow the app to send messages
|
||||
that appear to come from calendar owners, or modify events without the
|
||||
owners\' knowledge.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeCalendar" product="default">Allows the app to
|
||||
add, remove, change events that you can modify on your phone, including
|
||||
those of friends or co-workers. This may allow the app to send messages
|
||||
that appear to come from calendar owners, or modify events without the
|
||||
owners\' knowledge.</string>
|
||||
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -1635,21 +1714,30 @@
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_brick" product="tablet">permanently disable tablet</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_brick" product="tv">permanently disable TV</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_brick" product="default">permanently disable phone</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_brick" product="tablet">Allows the app to
|
||||
disable the entire tablet permanently. This is very dangerous.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_brick" product="tv">Allows the app to
|
||||
disable the entire TV permanently. This is very dangerous.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_brick" product="default">Allows the app to
|
||||
disable the entire phone permanently. This is very dangerous.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_reboot" product="tablet">force tablet reboot</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_reboot" product="tv">force TV reboot</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_reboot" product="default">force phone reboot</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_reboot" product="tablet">Allows the app to force the tablet to reboot.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_reboot" product="tv">Allows the app to force the TV to reboot.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_reboot" product="default">Allows the app to force the phone to reboot.</string>
|
||||
|
||||
|
||||
@@ -1744,6 +1832,8 @@
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_performCdmaProvisioning" product="tablet">directly start CDMA tablet setup</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_performCdmaProvisioning" product="tv">directly start CDMA TV setup</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_performCdmaProvisioning" product="default">directly start CDMA phone setup</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_performCdmaProvisioning">Allows the app to start CDMA provisioning.
|
||||
@@ -1797,10 +1887,14 @@
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_wakeLock" product="tablet">prevent tablet from sleeping</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_wakeLock" product="tv">prevent TV from sleeping</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_wakeLock" product="default">prevent phone from sleeping</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_wakeLock" product="tablet">Allows the app to prevent the tablet from going to sleep.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_wakeLock" product="tv">Allows the app to prevent the TV from going to sleep.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_wakeLock" product="default">Allows the app to prevent the phone from going to sleep.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -1808,17 +1902,24 @@
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_transmitIr" product="tablet">Allows the app to use the tablet\'s infrared transmitter.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_transmitIr" product="tv">Allows the app to use the TV\'s infrared transmitter.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_transmitIr" product="default">Allows the app to use the phone\'s infrared transmitter.</string>
|
||||
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_devicePower" product="tablet">power tablet on or off</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_devicePower" product="tv">power TV on or off</string>
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_devicePower" product="default">power phone on or off</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_devicePower" product="tablet">Allows the app to turn the
|
||||
tablet on or off.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_devicePower" product="tv">Allows the app to turn the
|
||||
TV on or off.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_devicePower" product="default">Allows the app to turn the phone on or off.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -1833,6 +1934,10 @@
|
||||
allowing complete access to the tablet hardware. Only available
|
||||
when a tablet is running in manufacturer test mode.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_factoryTest" product="tv">Run as a low-level manufacturer test,
|
||||
allowing complete access to the TV hardware. Only available
|
||||
when a TV is running in manufacturer test mode.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_factoryTest" product="default">Run as a low-level manufacturer test,
|
||||
allowing complete access to the phone hardware. Only available
|
||||
when a phone is running in manufacturer test mode.</string>
|
||||
@@ -1859,6 +1964,8 @@
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_setTime" product="tablet">Allows the app to change the tablet\'s clock time.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_setTime" product="tv">Allows the app to change the TV\'s clock time.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_setTime" product="default">Allows the app to change the phone\'s clock time.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -1866,6 +1973,8 @@
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_setTimeZone" product="tablet">Allows the app to change the tablet\'s time zone.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_setTimeZone" product="tv">Allows the app to change the TV\'s time zone.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_setTimeZone" product="default">Allows the app to change the phone\'s time zone.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
@@ -1880,6 +1989,10 @@
|
||||
the list of accounts known by the tablet. This may include any accounts
|
||||
created by applications you have installed.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_getAccounts" product="tv">Allows the app to get
|
||||
the list of accounts known by the TV. This may include any accounts
|
||||
created by applications you have installed.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_getAccounts" product="default">Allows the app to get
|
||||
the list of accounts known by the phone. This may include any accounts
|
||||
created by applications you have installed.</string>
|
||||
@@ -1961,6 +2074,10 @@
|
||||
<string name="permdesc_changeWifiMulticastState" product="tablet">Allows the app to receive
|
||||
packets sent to all devices on a Wi-Fi network using multicast addresses,
|
||||
not just your tablet. It uses more power than the non-multicast mode.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_changeWifiMulticastState" product="tv">Allows the app to receive
|
||||
packets sent to all devices on a Wi-Fi network using multicast addresses,
|
||||
not just your TV. It uses more power than the non-multicast mode.</string>
|
||||
<string name="permdesc_changeWifiMulticastState" product="default">Allows the app to receive
|
||||
packets sent to all devices on a Wi-Fi network using multicast addresses,
|
||||
not just your phone. It uses more power than the non-multicast mode.</string>
|
||||
@@ -1972,6 +2089,10 @@
|
||||
configure the local Bluetooth tablet, and to discover and pair with remote
|
||||
devices.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetoothAdmin" product="tv">Allows the app to
|
||||
configure the local Bluetooth TV, and to discover and pair with remote
|
||||
devices.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetoothAdmin" product="default">Allows the app to configure
|
||||
the local Bluetooth phone, and to discover and pair with remote devices.</string>
|
||||
|
||||
@@ -1981,6 +2102,9 @@
|
||||
<string name="permdesc_bluetoothPriv" product="tablet">Allows the app to
|
||||
pair with remote devices without user interaction.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetoothPriv" product="tv">Allows the app to
|
||||
pair with remote devices without user interaction.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetoothPriv" product="default">Allows the app to
|
||||
pair with remote devices without user interaction.</string>
|
||||
|
||||
@@ -1989,6 +2113,8 @@
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetoothMap" product="tablet">Allows the app to access Bluetooth MAP data.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetoothMap" product="tv">Allows the app to access Bluetooth MAP data.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetoothMap" product="default">Allows the app to access Bluetooth MAP data.</string>
|
||||
|
||||
<string name="permlab_accessWimaxState">connect and disconnect from WiMAX</string>
|
||||
@@ -1999,6 +2125,8 @@
|
||||
<string name="permlab_changeWimaxState">Change WiMAX state</string>
|
||||
<string name="permdesc_changeWimaxState" product="tablet">Allows the app to
|
||||
connect the tablet to and disconnect the tablet from WiMAX networks.</string>
|
||||
<string name="permdesc_changeWimaxState" product="tv">Allows the app to
|
||||
connect the TV to and disconnect the TV from WiMAX networks.</string>
|
||||
<string name="permdesc_changeWimaxState" product="default">Allows the app to
|
||||
connect the phone to and disconnect the phone from WiMAX networks.</string>
|
||||
|
||||
@@ -2008,6 +2136,9 @@
|
||||
<string name="permdesc_scoreNetworks" product="tablet">Allows the app to
|
||||
rank networks and influence which networks the tablet should prefer.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_scoreNetworks" product="tv">Allows the app to
|
||||
rank networks and influence which networks the TV should prefer.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_scoreNetworks" product="default">Allows the app to
|
||||
rank networks and influence which networks the phone should prefer.</string>
|
||||
|
||||
@@ -2018,6 +2149,10 @@
|
||||
configuration of Bluetooth on the tablet, and to make and accept
|
||||
connections with paired devices.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetooth" product="tv">Allows the app to view the
|
||||
configuration of Bluetooth on the TV, and to make and accept
|
||||
connections with paired devices.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_bluetooth" product="default">Allows the app to view the
|
||||
configuration of the Bluetooth on the phone, and to make and accept
|
||||
connections with paired devices.</string>
|
||||
@@ -2222,6 +2357,10 @@
|
||||
typed when unlocking the screen, and lock the tablet or erase all the tablet\'s
|
||||
data if too many incorrect passwords are typed.</string>
|
||||
<!-- Description of policy access to watch user login attempts -->
|
||||
<string name="policydesc_watchLogin" product="TV">Monitor the number of incorrect passwords
|
||||
typed when unlocking the screen, and lock the TV or erase all the TV\'s
|
||||
data if too many incorrect passwords are typed.</string>
|
||||
<!-- Description of policy access to watch user login attempts -->
|
||||
<string name="policydesc_watchLogin" product="default">Monitor the number of incorrect passwords
|
||||
typed. when unlocking the screen, and lock the phone or erase all the phone\'s
|
||||
data if too many incorrect passwords are typed.</string>
|
||||
@@ -2238,6 +2377,8 @@
|
||||
<!-- Description of policy access to wipe the user's data -->
|
||||
<string name="policydesc_wipeData" product="tablet">Erase the tablet\'s data without warning by performing a factory data reset.</string>
|
||||
<!-- Description of policy access to wipe the user's data -->
|
||||
<string name="policydesc_wipeData" product="tv">Erase the TV\'s data without warning by performing a factory data reset.</string>
|
||||
<!-- Description of policy access to wipe the user's data -->
|
||||
<string name="policydesc_wipeData" product="default">Erase the phone\'s data without warning by performing a factory data reset.</string>
|
||||
<string name="policylab_setGlobalProxy">Set the device global proxy</string>
|
||||
<!-- Description of policy access to wipe the user's data -->
|
||||
@@ -2545,6 +2686,8 @@
|
||||
<!-- Shown in the lock screen when there is no SIM card. -->
|
||||
<string name="lockscreen_missing_sim_message" product="tablet">No SIM card in tablet.</string>
|
||||
<!-- Shown in the lock screen when there is no SIM card. -->
|
||||
<string name="lockscreen_missing_sim_message" product="tv">No SIM card in TV.</string>
|
||||
<!-- Shown in the lock screen when there is no SIM card. -->
|
||||
<string name="lockscreen_missing_sim_message" product="default">No SIM card in phone.</string>
|
||||
<!-- Shown in the lock screen to ask the user to insert a SIM card. -->
|
||||
<string name="lockscreen_missing_sim_instructions">Insert a SIM card.</string>
|
||||
@@ -2623,6 +2766,15 @@
|
||||
Try again in <xliff:g id="number">%d</xliff:g> seconds.
|
||||
</string>
|
||||
|
||||
<!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
|
||||
where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
|
||||
<string name="lockscreen_failed_attempts_almost_glogin" product="tv">
|
||||
You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
|
||||
After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
|
||||
you will be asked to unlock your TV using your Google signin.\n\n
|
||||
Try again in <xliff:g id="number">%d</xliff:g> seconds.
|
||||
</string>
|
||||
|
||||
<!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
|
||||
where they will be locked out and may have to enter an alternate username/password to unlock the phone -->
|
||||
<string name="lockscreen_failed_attempts_almost_glogin" product="default">
|
||||
@@ -2640,6 +2792,14 @@
|
||||
the tablet will be reset to factory default and all user data will be lost.
|
||||
</string>
|
||||
|
||||
<!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
|
||||
where the device will be wiped. -->
|
||||
<string name="lockscreen_failed_attempts_almost_at_wipe" product="tv">
|
||||
You have incorrectly attempted to unlock the TV <xliff:g id="number">%d</xliff:g> times.
|
||||
After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
|
||||
the TV will be reset to factory default and all user data will be lost.
|
||||
</string>
|
||||
|
||||
<!-- For the unlock screen, informational message shown in dialog when user is almost at the limit
|
||||
where the device will be wiped. -->
|
||||
<string name="lockscreen_failed_attempts_almost_at_wipe" product="default">
|
||||
@@ -2655,6 +2815,13 @@
|
||||
The tablet will now be reset to factory default.
|
||||
</string>
|
||||
|
||||
<!-- For the unlock screen, informational message shown in dialog when user has exceeded the
|
||||
maximum attempts and the device will now be wiped -->
|
||||
<string name="lockscreen_failed_attempts_now_wiping" product="tv">
|
||||
You have incorrectly attempted to unlock the TV <xliff:g id="number">%d</xliff:g> times.
|
||||
The TV will now be reset to factory default.
|
||||
</string>
|
||||
|
||||
<!-- For the unlock screen, informational message shown in dialog when user has exceeded the
|
||||
maximum attempts and the device will now be wiped -->
|
||||
<string name="lockscreen_failed_attempts_now_wiping" product="default">
|
||||
@@ -3010,6 +3177,13 @@
|
||||
applications with web browsing capabilities.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether
|
||||
they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeHistoryBookmarks" product="tv">Allows the
|
||||
app to modify the Browser\'s history or bookmarks stored on your TV.
|
||||
This may allow the app to erase or modify Browser data. Note: this
|
||||
permission may note be enforced by third-party browsers or other
|
||||
applications with web browsing capabilities.</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether
|
||||
they want to allow the application to do this. -->
|
||||
<string name="permdesc_writeHistoryBookmarks" product="default">Allows the
|
||||
app to modify the Browser\'s history or bookmarks stored on your phone.
|
||||
This may allow the app to erase or modify Browser data. Note:
|
||||
@@ -3643,6 +3817,7 @@
|
||||
<string name="wifi_p2p_show_pin_message">PIN: </string>
|
||||
|
||||
<string name="wifi_p2p_frequency_conflict_message" product="tablet">The tablet will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||
<string name="wifi_p2p_frequency_conflict_message" product="tv">The TV will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||
<string name="wifi_p2p_frequency_conflict_message" product="default">The phone will temporarily disconnect from Wi-Fi while it\'s connected to <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||
|
||||
<!-- Name of the dialog that lets the user choose an accented character to insert -->
|
||||
@@ -4352,6 +4527,10 @@
|
||||
is connected to a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
|
||||
<string name="default_audio_route_name" product="tablet">Tablet</string>
|
||||
|
||||
<!-- Name of the default audio route for tablets when nothing
|
||||
is connected to a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
|
||||
<string name="default_audio_route_name" product="tv">TV</string>
|
||||
|
||||
<!-- Name of the default audio route when nothing is connected to
|
||||
a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
|
||||
<string name="default_audio_route_name" product="default">Phone</string>
|
||||
@@ -4502,6 +4681,12 @@
|
||||
the tablet will be reset to factory default and all user data will be lost.
|
||||
</string>
|
||||
<!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
|
||||
<string name="kg_failed_attempts_almost_at_wipe" product="tv">
|
||||
You have incorrectly attempted to unlock the TV <xliff:g id="number">%d</xliff:g> times.
|
||||
After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
|
||||
the TV will be reset to factory default and all user data will be lost.
|
||||
</string>
|
||||
<!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. -->
|
||||
<string name="kg_failed_attempts_almost_at_wipe" product="default">
|
||||
You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
|
||||
After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
|
||||
@@ -4513,6 +4698,11 @@
|
||||
The tablet will now be reset to factory default.
|
||||
</string>
|
||||
<!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
|
||||
<string name="kg_failed_attempts_now_wiping" product="tv">
|
||||
You have incorrectly attempted to unlock the TV <xliff:g id="number">%d</xliff:g> times.
|
||||
The TV will now be reset to factory default.
|
||||
</string>
|
||||
<!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped -->
|
||||
<string name="kg_failed_attempts_now_wiping" product="default">
|
||||
You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times.
|
||||
The phone will now be reset to factory default.
|
||||
@@ -4527,6 +4717,14 @@
|
||||
</string>
|
||||
<!-- Message shown in dialog when user is almost at the limit where they will be
|
||||
locked out and may have to enter an alternate username/password to unlock the phone -->
|
||||
<string name="kg_failed_attempts_almost_at_login" product="tv">
|
||||
You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
|
||||
After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
|
||||
you will be asked to unlock your TV using an email account.\n\n
|
||||
Try again in <xliff:g id="number">%d</xliff:g> seconds.
|
||||
</string>
|
||||
<!-- Message shown in dialog when user is almost at the limit where they will be
|
||||
locked out and may have to enter an alternate username/password to unlock the phone -->
|
||||
<string name="kg_failed_attempts_almost_at_login" product="default">
|
||||
You have incorrectly drawn your unlock pattern <xliff:g id="number">%d</xliff:g> times.
|
||||
After <xliff:g id="number">%d</xliff:g> more unsuccessful attempts,
|
||||
|
||||
Reference in New Issue
Block a user