Difference between revisions of "Purple Chart en Español"

From FreekiWiki
Jump to navigation Jump to search
(delete this page)
(delete content, point to new location of page.)
 
Line 1: Line 1:
 
{{delete}}
 
{{delete}}
==DIAGRAMA MORADO==
 
<div style="border: 10px solid PURPLE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<graphviz>
 
  digraph Eval2 {
 
  
  node [fontname="Helvetica", fontsize="10"]
+
replaced by: [[System_Evaluation_Final_Triage_en_Español]]
  edge [fontname="Helvetica"]
 
 
 
  start        [label="START HERE",
 
                  label="INICIAR AQUI",
 
                  shape="box", style="bold", color="purple"]
 
  green        [label="This is a\nGREEN LIGHT COMPUTER\n(go back to main chart)",
 
                  label="Esto es una\nCOMPUTADORA GREEN LIGHT\n(regrese al diagrama principal)",
 
                  shape="box", style="dashed", color="red"]
 
 
 
  recycle      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nCIRCLE the reason you got here)",
 
                  label="Nosotros vamos a RECICLAR esto.\nGet REASON FOR RECYCLE label\nY CIRCULA la razón que se encuentra en la etiqueta)",
 
                  shape="box", style="dashed", color="red"]
 
  blowncaps    [label="Are there any\nBLOWN CAPS?",
 
                    label="¿Encontro alguna\nBLOWN CAPS?"]
 
  dual_core    [label="Is it a\nDUAL CORE\nsystem?",
 
                    label="¿Es esto un\nsystema\nDUAL CORE?"]
 
  two_eight    [label="Does it have a\n2.8 GHz or faster proc?\n(or an AMD proc with a\nmodel # of\n2800 or greater?)",
 
                    label="¿Es veloz?\n¿Tiene esto un\nproc 2.8 GHz o más rápido ?\n(o un proc AMD  con\nun modelo #2800 o mayor?)"]
 
 
 
 
 
  start        -> blowncaps
 
 
 
  blowncaps    -> dual_core  [label="NO"]
 
  blowncaps    -> recycle [label="YES", label="SI"]
 
 
 
  dual_core    -> two_eight [label="NO" ]
 
  dual_core    -> green  [label="YES", label="SI"]
 
 
 
  two_eight -> green [label="YES", label="SI"]
 
  two_eight -> recycle [label="NO"]
 
 
 
  }
 
</graphviz>
 
</div>
 
 
 
 
 
 
 
{{Sistemas Dual Core}}
 
 
 
<!--- {{Modelos Problematicos}} --->
 
 
 
English Version: [[System_Evaluation_Final_Triage]]
 
 
 
Vercion Español: [[Purple_Chart_en_Español]]
 
 
 
[[Category: Spanish Build Documents]]
 

Latest revision as of 20:23, 5 October 2010

deletion

This page has been requested to be deleted.
If you disagree, discuss on the talk page.
Whenever possible, could an Admin please remove this page?


replaced by: System_Evaluation_Final_Triage_en_Español