~zorba-coders/zorba/bug1024580

« back to all changes in this revision

Viewing changes to src/diagnostics/diagnostic_en.xml

  • Committer: Rodolfo Ochoa
  • Date: 2012-09-08 16:36:08 UTC
  • mfrom: (10937.1.51 zorba)
  • Revision ID: rodolfo.ochoa@gmail.com-20120908163608-mz55ayoa8lznh7i3
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
605
605
      <value>module contains more than one context item declaration</value>
606
606
    </diagnostic>
607
607
 
 
608
    <diagnostic code="XQST0103">
 
609
      <comment>
 
610
      All variables in a window clause must have distinct names.
 
611
      </comment>
 
612
      <value>$1: non-distinct variable in window clause</value>
 
613
    </diagnostic>
 
614
 
608
615
    <diagnostic code="XQST0106">
609
616
      <comment>
610
617
       It is a static error if a function's annotations contain more than one
2254
2261
    </diagnostic>
2255
2262
 
2256
2263
    <diagnostic code="ZDST0035" name="INDEX_GENERAL_MULTIKEY">
2257
 
      <value>"$1": index general multikey</value>
 
2264
      <value>"$1": number of key expressions for general indexes is restricted to one expression</value>
2258
2265
    </diagnostic>
2259
2266
 
2260
2267
    <diagnostic code="ZDST0036" name="INDEX_DECL_IN_FOREIGN_MODULE">
2674
2681
      <value>Cannot replace with less or more than an item.</value>
2675
2682
    </diagnostic>
2676
2683
    
 
2684
    <diagnostic code="JNTY0018" if="defined(ZORBA_WITH_JSON)">
 
2685
      <comment>It is a dynamic error if there is not exactly one supplied parameter for an object or array selector.</comment>
 
2686
 
 
2687
      <value>Object or array selection needs exactly one parameter.</value>
 
2688
    </diagnostic>
 
2689
    
2677
2690
    <!--////////// JSONIQ ///////////////////////////////////////////-->
2678
2691
 
2679
2692
    <diagnostic code="JNTY0003" if="defined(ZORBA_WITH_JSON)">
3834
3847
    </entry>
3835
3848
    
3836
3849
    <entry key="ParseFragmentInvalidOptions">
3837
 
      <value>invalid options passed to the parse-xml:parse() function, the element must in the schema target namespace</value>
 
3850
      <value>invalid options passed to the parse-xml:parse() function, the element must be in the schema target namespace</value>
 
3851
    </entry>
 
3852
    
 
3853
    <entry key="ParseFragmentDoctypeNotAllowed">
 
3854
      <value>a DOCTYPE declaration is not allowed</value>
 
3855
    </entry>
 
3856
    
 
3857
    <entry key="ParseFragmentDoctypeNotAllowedHere">
 
3858
      <value>a DOCTYPE declaration must appear before any element or text node, and at most once</value>
3838
3859
    </entry>
3839
3860
    
3840
3861
    <entry key="FormatNumberDuplicates">