hrc cleanup: Remove unused strings in wizards
Change-Id: I089642eaa1465629575a55d623eea79427bc2871
This commit is contained in:
parent
ae95e31831
commit
20f9a17443
1 changed files with 0 additions and 37 deletions
|
@ -17,13 +17,7 @@
|
|||
*/
|
||||
#define SAMPLES 1000
|
||||
#define STYLES 1100
|
||||
#define AgendaDlgName 1200
|
||||
#define AgendaDlgNoCancel 1201
|
||||
#define AgendaDlgFrame 1202
|
||||
#define AgendaDlgButton1 1203
|
||||
#define AgendaDlgButton2 1204
|
||||
#define CorrespondenceNoTextmark 1300
|
||||
#define CorrespondenceMsgError 1302
|
||||
#define CorrespondenceDialog 1303
|
||||
#define CorrespondenceFields 1350
|
||||
#define TextField 1400
|
||||
|
@ -61,32 +55,6 @@ String STYLES + 3
|
|||
Text [ en-US ] = "~OK";
|
||||
};
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
String AgendaDlgName
|
||||
{
|
||||
Text [ en-US ] = "Minutes Template";
|
||||
};
|
||||
|
||||
String AgendaDlgNoCancel
|
||||
{
|
||||
Text [ en-US ] = "An option must be confirmed.";
|
||||
};
|
||||
|
||||
String AgendaDlgFrame
|
||||
{
|
||||
Text [ en-US ] = "Minutes Type";
|
||||
};
|
||||
|
||||
String AgendaDlgButton1
|
||||
{
|
||||
Text [ en-US ] = "Results Minutes";
|
||||
};
|
||||
|
||||
String AgendaDlgButton2
|
||||
{
|
||||
Text [ en-US ] = "Evaluation Minutes";
|
||||
};
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
String CorrespondenceNoTextmark
|
||||
{
|
||||
|
@ -98,11 +66,6 @@ String CorrespondenceNoTextmark+1
|
|||
Text [ en-US ] = "Form letter fields can not be included.";
|
||||
};
|
||||
|
||||
String CorrespondenceMsgError
|
||||
{
|
||||
Text [ en-US ] = "An error has occurred.";
|
||||
};
|
||||
|
||||
String CorrespondenceDialog
|
||||
{
|
||||
Text [ en-US ] = "Addressee";
|
||||
|
|
Loading…
Reference in a new issue