Changeset 270 for trunk/examples

Show
Ignore:
Timestamp:
08/20/04 10:33:44 (4 years ago)
Author:
schst
Message:

fixed bugs in Translate function, fixed bug 60

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/data/example_function_translate.tmpl-de.ini

    r238 r270  
    223952a9742f3b79d315eb03990ebc69c0 = "Ich habe gar kein Auto." 
    33hw = "Hallo Welt." 
     4test = "Dieser Text enthält "einige" Anführungszeichen." 
  • trunk/examples/data/example_function_translate.tmpl-default.ini

    r263 r270  
    223952a9742f3b79d315eb03990ebc69c0 = "I do not have a car." 
    33hw = "Hello world." 
    4 d464064618e61b35dca3e5dee84c7b56 = "My hovercraft is full of eels." 
    5 3952a9742f3b79d315eb03990ebc69c0 = "I do not have a car." 
    6 hw = "Hello world." 
    7 d464064618e61b35dca3e5dee84c7b56 = "My hovercraft is full of eels." 
    8 3952a9742f3b79d315eb03990ebc69c0 = "I do not have a car." 
    9 hw = "Hello world." 
    10 d464064618e61b35dca3e5dee84c7b56 = "My hovercraft is full of eels." 
    11 3952a9742f3b79d315eb03990ebc69c0 = "I do not have a car." 
    12 hw = "Hello world." 
    13 d464064618e61b35dca3e5dee84c7b56 = "My hovercraft is full of eels." 
    14 3952a9742f3b79d315eb03990ebc69c0 = "I do not have a car." 
    15 hw = "Hello world." 
    16 d464064618e61b35dca3e5dee84c7b56 = "My hovercraft is full of eels." 
    17 3952a9742f3b79d315eb03990ebc69c0 = "I do not have a car." 
    18 hw = "Hello world." 
     4test = "This text contains "some" quotes." 
  • trunk/examples/data/example_function_translate2.tmpl-default.ini

    r263 r270  
    2218f15cd59970b655fffcd5ad11a28d86 = "By the power of Greyskull!" 
    3318f15cd59970b655fffcd5ad11a28d86 = "By the power of Greyskull!" 
     418f15cd59970b655fffcd5ad11a28d86 = "By the power of Greyskull!" 
     518f15cd59970b655fffcd5ad11a28d86 = "By the power of Greyskull!" 
     618f15cd59970b655fffcd5ad11a28d86 = "By the power of Greyskull!" 
     718f15cd59970b655fffcd5ad11a28d86 = "By the power of Greyskull!" 
     818f15cd59970b655fffcd5ad11a28d86 = "By the power of Greyskull!" 
  • trunk/examples/templates/example_function_translate.tmpl

    r217 r270  
    55<pattemplate:Translate>I do not have a car.</patTemplate:Translate><br /> 
    66<pattemplate:Translate key="hw">Hello world.</patTemplate:Translate><br /> 
     7 
     8<pattemplate:Translate key="test">This text contains "some" quotes.</patTemplate:Translate><br /> 
     9 
    710</patTemplate:tmpl>