/talkback_preics/res/values/strings_googletv.xml
XML | 99 lines | 18 code | 18 blank | 63 comment | 0 complexity | a9cfcab34060665f621d11498ecba98f MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 3 4 <!-- VALUES --> 5 6 <!-- 7 Source: A value for announcing the turning on the screen saver. 8 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 9 --> 10 <string name="value_googletv_screen_saver">Screen saver.</string> 11 12 <!-- 13 Source: A value for announcing the pressed state of a toggle button. 14 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 15 --> 16 <string name="value_googletv_pressed">Pressed.</string> 17 18 <!-- 19 Source: A value for announcing the non-pressed state of a toggle button. 20 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 21 --> 22 <string name="value_googletv_not_pressed">Not pressed.</string> 23 24 <!-- 25 Source: A value for announcing the "My Stocks" image button in the CNBC application. 26 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 27 --> 28 <string name="value_googletv_my_stocks">My Stocks</string> 29 30 <!-- 31 Source: A value for announcing the "Hot Stocks" image button in the CNBC application. 32 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 33 --> 34 <string name="value_googletv_hot_stocks">Hot Stocks</string> 35 36 <!-- 37 Source: A value for announcing the "Videos" image button in the CNBC application. 38 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 39 --> 40 <string name="value_googletv_videos">Videos</string> 41 42 <!-- 43 Source: A value for announcing the "Edit" image button in the CNBC application. 44 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 45 --> 46 <string name="value_googletv_edit_button">Edit button</string> 47 48 <!-- 49 Do not translate. 50 Source: A value for announcing the "CNBC.com" image button in the CNBC application. 51 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 52 --> 53 <string name="value_googletv_cnbc_com" translatable="false">C N B C dot com</string> 54 55 <!-- 56 Source: A value for announcing the "CNBC TV" image button in the CNBC application. 57 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 58 --> 59 <string name="value_googletv_cnbc_tv">C N B C T V</string> 60 61 <!-- 62 Source: A value for announcing the "F" image button in the Weather application. 63 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 64 --> 65 <string name="value_googletv_weather_fahrenheit">Fahrenheit button</string> 66 67 <!-- 68 Source: A value for announcing the "C" image button in the Weather application. 69 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 70 --> 71 <string name="value_googletv_weather_celsius">Celsius button</string> 72 73 <!-- 74 Source: A value for announcing the "Play" top story image button in the Weather application. 75 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 76 --> 77 <string name="value_googletv_weather_play_top_story">Play top story button</string> 78 79 <!-- 80 Source: A value for announcing a toggle button in the Launcher application. 81 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 82 --> 83 <string name="value_googletv_toggle_button">Toggle button.</string> 84 85 <!-- TEMPLATES --> 86 87 <!-- 88 Source: An utterance template for announcing an item position. 89 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 90 --> 91 <string name="template_googletv_item_position"><xliff:g id="item_index">%1$s</xliff:g> of <xliff:g id="item_count">%2$s</xliff:g>.</string> 92 93 <!-- 94 Source: An utterance template for announcing a stock quote in the CNBC application. 95 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 96 --> 97 <string name="template_googletv_stock_quote"><xliff:g id="stock_abbreviation">%1$s</xliff:g> <xliff:g id="stock_description">%2$s</xliff:g>. Last <xliff:g id="stock_price">%3$s</xliff:g>, change <xliff:g id="absolute_stock_price_change">%4$s</xliff:g>, or <xliff:g id="relative_stock_price_change">%5$s</xliff:g>.</string> 98 99</resources>