Cleanup.
This commit is contained in:
@@ -12,7 +12,6 @@ tituloMerge=Merge
|
||||
tituloListaEnlazadaSimple=Simple Linked List
|
||||
tituloListaEnlazadaCircular=Circular Linked List
|
||||
tituloListaEnlazadaDoble=Double Linked List
|
||||
|
||||
estructuras=Structures
|
||||
array=Array
|
||||
arraySimple=Simple
|
||||
@@ -41,24 +40,18 @@ grafos=Graphs
|
||||
dirigidos=Directed
|
||||
noDirigidos=Undirected
|
||||
tablaHash=Hash Table
|
||||
|
||||
idioma=Language
|
||||
ingles=English
|
||||
espanol=Spanish
|
||||
|
||||
cambiarIdioma=Change Language
|
||||
cambiarIdiomaMensaje=To change the language the program must be restarted.\n\nAre you sure you wish the restart?
|
||||
|
||||
ayuda=Help
|
||||
acerca=About
|
||||
|
||||
credito=Made by Christopher Cromer(chris@cromer.cl)\nCivil Engineering in Computer Science\nUniversity of the B\u00EDo B\u00EDo
|
||||
|
||||
cambiar=Change
|
||||
cancelar=Cancel
|
||||
cerrar=Close
|
||||
error=Error
|
||||
|
||||
llenar=Fill
|
||||
vaciar=Empty
|
||||
insertar=Insert
|
||||
@@ -70,32 +63,22 @@ peek=Peek
|
||||
nuevo=New
|
||||
paso=Step
|
||||
correr=Run
|
||||
|
||||
arrayLleno=Value not inserted because array is full.
|
||||
arrayValorExiste=Value already exists.
|
||||
arrayNoEsta=Value does not exist.
|
||||
arrayNoValor=Please input a numeric value.
|
||||
|
||||
burbujaYaOrdenado=The array is already sorted.
|
||||
|
||||
insercionYaOrdenado=The array is already sorted.
|
||||
|
||||
seleccionYaOrdenado=The array is already sorted.
|
||||
|
||||
shellYaOrdenado=The array is already sorted.
|
||||
|
||||
quickYaOrdenado=The array is already sorted.
|
||||
|
||||
mergeYaOrdenado=The array is already sorted.
|
||||
|
||||
listaLlaveExiste=Key already exists.
|
||||
listaNoEsta=Key does not exist.
|
||||
listaNoValor=Please input a numeric key and value.
|
||||
|
||||
pilaLlena=Value not inserted because the stack is full.
|
||||
pilaVacia=The stack is empty.
|
||||
pilaNoValor=Please input a numeric value.
|
||||
|
||||
colaLlena=Value not inserted because the queue is full.
|
||||
colaVacia=The queue is empty.
|
||||
colaNoValor=Please input a numeric value.
|
Reference in New Issue
Block a user