Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 20521d58968df33dee520cb16666e0e86852157c..1ae9aee9c8d05be8e27ff912354ed2f61415db82 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -5006,6 +5006,27 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| "Prefetching" that learning and prefetching are enabled. |
| </message> |
| + <!-- Force Tablet Mode --> |
| + <message name="IDS_FLAGS_FORCE_TABLET_MODE_NAME" desc="Name for the flag to force tablet mode."> |
| + Force Tablet Mode |
| + </message> |
| + <message name="IDS_FLAGS_FORCE_TABLET_MODE_DESCRIPTION" desc="Description for the flag to force tablet mode."> |
| + This flag can be used to force a certain mode on to a chromebook, despite its current orientation. |
| + |
| + "TouchView" means that the chromebook will act as if it were in touch view mode. |
| + "Clamshell" means that the chromebook will act as if it were in clamshell mode . |
| + "Auto" means that the chromebook will alternate between the two, based on its orientation. |
| + </message> |
| + <message name="IDS_FLAGS_FORCE_TABLET_MODE_TOUCHVIEW" desc="Description of the TouchView mode."> |
|
srahim1
2017/03/14 18:54:53
Please add to the message description for translat
Ilya Sherman
2017/03/14 21:09:33
Actually, for flags, it's preferred to add transla
sammiequon
2017/03/15 15:33:04
I added translateable="false", though I went ahead
|
| + TouchView |
| + </message> |
| + <message name="IDS_FLAGS_FORCE_TABLET_MODE_CLAMSHELL" desc="Description of the Clamshell mode."> |
|
srahim1
2017/03/14 18:54:53
Please add to the message description for translat
sammiequon
2017/03/15 15:33:04
Done.
|
| + Clamshell |
| + </message> |
| + <message name="IDS_FLAGS_FORCE_TABLET_MODE_AUTO" desc="Description of the default mode."> |
|
srahim1
2017/03/14 18:54:53
To the message description, please add a clarifica
sammiequon
2017/03/15 15:33:04
Done.
|
| + Auto (default) |
| + </message> |
| + |
| <!-- Print Preview features --> |
| <message name="IDS_FLAGS_PRINT_PDF_AS_IMAGE_NAME" desc="Name for the flag to add the option to print PDFs as images to print preview."> |
| Print Pdf as Image |