Changeset 1038 for trunk


Ignore:
Timestamp:
09/15/09 16:25:21 (3 years ago)
Author:
james
Message:

fix some abstracts

Location:
trunk/modules/abstracts/en
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstracts/en/abstracts.tcl

    r1032 r1038  
    522522        "r" 
    523523        "more fun than a bucket of anchovies" 
    524         "more fun than a bucket of %VAR{sillyThings}{strip}" 
     524        "more fun than a bucket of %VAR{sillyThings:strip}" 
    525525        "yes" 
    526526        "no" 
     
    10641064        "Here Comes The Cheese" 
    10651065        "Ow" 
    1066         "%VAR{sillyThings}{strip}" 
     1066        "%VAR{sillyThings:strip}" 
    10671067} 
    10681068 
     
    13971397        "=Error %REPEAT{3:6:%NUMBER{100}}+++" 
    13981398        "%REPEAT{3:12:?}+++" 
    1399         "Warning : Excess %VAR{sillyThings}{strip}" 
     1399        "Warning : Excess %VAR{sillyThings:strip}" 
    14001400        "Data Lost+++" 
    14011401        ": Redo From Start+++" 
     
    40234023        "Nine Inch Nails" 
    40244024        "Nirvana" 
    4025         "DJ %VAR{sillyThings}{strip}" 
     4025        "DJ %VAR{sillyThings:strip}" 
    40264026        "%ruser" 
    40274027        "Unknown Artist" 
     
    43204320        "%ruser" 
    43214321        "how much they like the %VAR{bb_places}" 
    4322         "how much they like %VAR{sillyThings}{strip}" 
     4322        "how much they like %VAR{sillyThings:strip}" 
    43234323        "how much they like %me" 
    43244324        "nominations" 
     
    43744374bMotion_abstract_register "weather" { 
    43754375        "Today's forecast is %VAR{weathertypes}" 
    4376         "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{sillyThings}{strip}" 
     4376        "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{sillyThings:strip}" 
    43774377        "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{weathertypes}" 
    4378         "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{sillyThings}{strip} moving in from the %VAR{compass}" 
     4378        "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{sillyThings:strip} moving in from the %VAR{compass}" 
    43794379        "Today's forecast is %VAR{weathertypes} with a %NUMBER{100}%percent chance of %VAR{weathertypes} moving in from the %VAR{compass}" 
    43804380} 
  • trunk/modules/abstracts/en/randomstuff.tcl

    r1032 r1038  
    222222        "Hello! I've come to fix your fax modem!" 
    223223        "I'd be in a lot of trouble if I was allergic to semen" 
     224        "I'd be in a lot of trouble if I was allergic to %VAR{bodypart:revmixin,plural}" 
    224225        "My family is giving away a lot of wax for houses" 
    225226        "CAPS LOCK: cruise control for AWESOME!" 
    226227        "CAPS LOCK: cruise control for UPPER CASE!" 
     228        "CAPS LOCK: cruise control for %VAR{sillyThings:strip,caps}!" 
    227229        "%VAR{reminder}" 
    228230        "Doctor, Doctor, there's a %VAR{sillyThings} in my %VAR{bodypart}" 
Note: See TracChangeset for help on using the changeset viewer.