plugins/org.symbian.tools.wrttools/bin/org/symbian/tools/wrttools/core/validator/messages.properties
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 plist.File.Not.Present=Mandatory file info.plist is missing in the widget project. For further processing please include info.plist and try again.
       
     2 html.File.Not.Present=Main HTML file is missing.  For further processing please include the main html file and try again.
       
     3 WidgetModel.Divergent.Files.Present=Unnecessary files are included. To minimize the widget size please only include the required files. The supported file types are .htm, .html, .png, .gif, .jpg. 
       
     4 
       
     5 todo.WidgetModel.Divergent.Files.Present=Remove the unsupported file 
       
     6 
       
     7 todo.include.plist=Please include the info.plist file to the project
       
     8 todo.include.html=Please include the html file to the project
       
     9 
       
    10 plist.html.element.mismatch= HTML element for the key MainHTML in Info.plist differs from the actual HTML file Name .  Please correct the plist file for the MainHTML key.
       
    11 
       
    12 todo.correct.plist =Correct Plist Entry for MainHTML
       
    13 plist.html.element.mailHtml.missing =HTML Element MainHTML in Info.plist is not present or the previous tag was not closed properly .  Please correct the plist file for the MainHTML key.
       
    14 
       
    15 todo.correct.plist.for.html =Correct Plist Entry for MainHTML
       
    16 
       
    17 plist.mankey.mising =Mandatory Plist element  
       
    18 not.in.plist.file=not in plist file.  Please add plist element values to the info.plist file.
       
    19 todo.add.mankey.plist.element =Add the mandatory Plist element values to Info.plist.
       
    20 contains.invalid.character =contains invalid characters
       
    21 todo.valid.character=Enter valid character to Info.plist.
       
    22 
       
    23 plist.key.string.mising =Missing string pair for the key element.  Please add the string element for the key.
       
    24 todo.add.mankey.string =Add the string element of mandatory Info.plist key element 
       
    25 
       
    26 plist.element.not.closed =A malformed XML element was found.  Please delete or change the plist element from info.plist file.
       
    27 todo.element.not.closed = Delete or change the Plist element from Info.plist
       
    28 
       
    29 plist.element.not.supported=An unsupported Info.plist element was found. Please delete or add a valid info.plist element.
       
    30 todo.plist.element.not.Valid =Add a valid Info.plist element
       
    31 
       
    32 WidgetModel.File.NotDirectory=Error validating a widget project directory. The input is not a directory or does not exist.
       
    33 
       
    34 todo.widgetmodel =Please add a widget project which contains the mandatory files Info.plist and the main HTML file.
       
    35 
       
    36 WidgetModel.File.NotZipFile =The project is not of Widget Type.
       
    37 
       
    38 widget.validation.complete =Widget validation succeeded. There were no errors.
       
    39 
       
    40 widget.project.not.selected =Please select a widget project to validate.
       
    41 
       
    42 no.html.element=The HTML file is empty or invalid HTML.  Please verify html file and try again.
       
    43 todo.no.html.element =Verify html file.
       
    44 
       
    45 todo.correct.html.tag =Correct the HTML tag at line
       
    46 
       
    47 no.plist.element=The Info.plist file does not contain any valid plist elements. Please add elements to the plist file.
       
    48 todo.no.plist.element =Add elements to the plist.
       
    49 ## These are not being used anymore should delete
       
    50 ## It looks like these are used with string concatenation. Replace with strings using MessageFormat
       
    51 project.dir.more.plist.file.present=More than one Plist file is present in the project directory,  extra plist file count is :
       
    52 todo.project.dir.more.plist.file.present=Verify all the plist files and remove the extra ones
       
    53 project.inner.dir.more.plist.file.present=Plist files detected in inner directories  count is:
       
    54 todo.project.inner.dir.more.plist.file.present=Remove Plist File from the subdirectory.
       
    55 
       
    56 initialize.messagemanager = Message Manager  must be initialized
       
    57 validate.man.file.started =Mandatory files validation started
       
    58 validate.man.file.finished =Validating mandatory files complete.
       
    59 validate.plist.started =Info.plist validation started
       
    60 validate.plist.finished =Info.plist validation complete.
       
    61 
       
    62 validate.html.started =HTML validation started
       
    63 validate.html.finished=HTML validation complete.
       
    64 
       
    65 ## It looks like these are used with string concatenation. Replace with strings using MessageFormat
       
    66 more.outer.html.File.Present.and.count.is=Extra HTML files are present in project directory, count is :
       
    67 more.inner.html.File.Present.and.count.is= Html files are present in inner  directory, count is :
       
    68 
       
    69 todo.more.outer.html.File.Present.and.count.is=Extra HTML files are present in project directory. Verify and remove, count is :
       
    70 todo.more.inner.html.File.Present.and.count.is=Html files are present in inner directory. Verify and remove, count is :
       
    71 
       
    72 xml.declaration.error.missing.close= XML declaration missing close '>'.  Please close the tag.
       
    73 xml.declaration.error.missing.open= XML declaration missing open'<'.  Please close the tag.
       
    74 xml.declaration.error.missing.open.and.close= XML declaration missing open'<' and close'>'.  Please verify.
       
    75 
       
    76 todo.xml.declaration.error.missing.close= XML declaration missing close '>'
       
    77 todo.xml.declaration.error.missing.open= XML declaration missing open'<'
       
    78 todo.xml.declaration.error.missing.open.and.close= XML declaration missing open'<' and close'>'
       
    79 
       
    80 xml.doctype.error.missing.close=XML doctype missing close '>'
       
    81 xml.doctype.error.missing.open=XML doctype missing open'<'
       
    82 xml.doctype.error.missing.open.and.close= XML doctype missing open'<' and close'>'
       
    83 
       
    84 todo.xml.doctype.error.missing.close=XML doctype missing close '>'
       
    85 todo.xml.doctype.error.missing.open=XML doctype missing open'<'
       
    86 todo.xml.doctype.error.missing.open.and.close=XML doctype missing open'<' and close'>'
       
    87 
       
    88 xml.element.error.missing.close=XML start element  missing  close'>'
       
    89 xml.element.error.missing.open=XML start element  missing open'<' 
       
    90 xml.element.error.missing.open.and.close=XML start element  missing open'<' and close'>'
       
    91 
       
    92 todo.xml.element.error.missing.close=XML start element  missing  close'>'
       
    93 todo.xml.element.error.missing.open=XML start element  missing  open'<'
       
    94 todo.xml.element.error.missing.open.and.close=XML start element  missing  open'<' and close'>'
       
    95 
       
    96 
       
    97 xml.element.end.error.missing.close=XML end element  missing  close'>
       
    98 xml.element.end.error.missing.open=XML end element  missing  open'<'
       
    99 xml.element.end.error.missing.open.and.close=XML end element  missing  open'<' and close'>'
       
   100 
       
   101 todo.xml.element.end.error.missing.close=XML end element  missing   close'>'
       
   102 todo.xml.element.end.error.missing.open=XML end element  missing  open'<'
       
   103 todo.xml.element.end.error.missing.open.and.close=  XML end element  missing  open'<' and close'>'
       
   104 
       
   105 char.present.before.start.line= Invalid Character present before Starting of document
       
   106 todo.char.present.before.start.line=Remove Invalid Character present 
       
   107 
       
   108 plist.parser.error.at.line.no= Plist Parse Error at line number  :
       
   109 todo.plist.parser.error.at.line.no=  Verify Plist Element  at line number  
       
   110 non.referenced.html.File.Present=Non referenced Html File Present.   To minimize the widget size please only include the required files.
       
   111 todo.non.referenced.html.File.Present= Verify Non referenced Html File  
       
   112 duplicate.plist.file.present=Duplicate plist file detected in the widget project.  To minimize the widget size please only include the required files.
       
   113 subfolder.duplicate.plist.file.present = More Plist files are present in the project sub directory.  Please include only required files.  
       
   114 
       
   115 todo.duplicate.plist.file.present= Remove Duplicate plist file 
       
   116 plist.File.Not.selected= Plist File is not selected from package option.
       
   117 todo.plist.File.Not.selected Plist file needs to be selected for packaging
       
   118 
       
   119 html.File.Not.selected= Html file is not selected from package option.
       
   120 todo.html.File.Not.selected=Main Html needs to be selected for packaging
       
   121 
       
   122 widgetmodel.plist.notpresent = info.plist is not present in the widget project.
       
   123 widgetmodel.html.notpresent = main html is not present in the widget project.
       
   124 
       
   125 validation.sucess = Validation is success without any errors.
       
   126 conversion.sucess= Partial conversion is completed.
       
   127 WidgetModel.refrenced.html.missing=Refrenced html file not present
       
   128 plist.parsing.error.mainHtmlkey.missing= While parsing plist, main html key is missing or incorrect.
       
   129 xml.element.not.closed = The element not closed, please close the element and try again.
       
   130 xml.empty.element.not.closed = The element not closed properly, please close the element and try again.
       
   131 xml.close.element.not.opened = The closed element not Opened , please verify.
       
   132 plist.parsing.error.mainHtmlkey.missing= While parsing plist, main html key is missing or incorrect.
       
   133 todo.xml.element.not.closed=XML element not closed
       
   134 todo.xml.empty.element.not.closed=Empty element not close