Estructuras_de_Datos/src/cl/cromer/estructuras/bundles/Idioma_en.properties

120 lines
3.2 KiB
Properties
Raw Normal View History

2016-06-20 13:25:01 -04:00
titulo=Data Structures
tituloArraySimple=Simple Array
tituloArrayOrdenado=Ordered Array
tituloPila=Stack
tituloCola=Queue
tituloBurbuja=Bubble
tituloInsercion=Insertion
tituloSeleccion=Selection
tituloShell=Shell
2016-06-21 20:15:19 -04:00
tituloQuick=Quick
2016-06-21 21:49:31 -04:00
tituloMerge=Merge
tituloListaEnlazadaSimple=Simple Linked List
tituloListaEnlazadaCircular=Circular Linked List
tituloListaEnlazadaDoble=Double Linked List
2016-07-07 14:23:04 -04:00
tituloArbolGeneral=General Tree
tituloGrafoDirigido=Directed Graph
tituloGrafoNoDirigido=Undirected Graph
tituloTablaHash=Hash Table
2016-06-20 13:25:01 -04:00
estructuras=Structures
array=Array
arraySimple=Simple
arrayOrdenado=Ordered
ordenamiento=Sort
burbuja=Bubble
insercion=Insertion
seleccion=Selection
shell=Shell
2016-06-21 20:15:19 -04:00
quick=Quick
2016-06-21 21:49:31 -04:00
merge=merge
2016-06-20 13:25:01 -04:00
listaEnlazada=Linked List
listaSimple=Simple
listaCircular=Circular
doblementeEnlazada=Double
2016-06-20 13:25:01 -04:00
pila=Stack
cola=Queue
arboles=Tree
general=General
binario=Binary
busquedaBinario=Binary Search
AVL=AVL
rojoNegro=Red-Black
bTree=B-Tree
grafos=Graphs
dirigidos=Directed
noDirigidos=Undirected
2016-07-21 20:47:05 -04:00
grafoPeso=Weight
2016-06-20 13:25:01 -04:00
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?
config=Settings
2016-06-20 13:25:01 -04:00
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
eliminar=Delete
buscar=Search
push=Push
pop=Pop
peek=Peek
nuevo=New
paso=Step
correr=Run
llave=Key:
valor=Value:
2016-06-20 13:25:01 -04:00
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.
2016-06-21 20:15:19 -04:00
quickYaOrdenado=The array is already sorted.
2016-06-21 21:49:31 -04:00
mergeYaOrdenado=The array is already sorted.
2016-06-25 14:14:17 -04:00
listaLlaveExiste=Key already exists.
listaNoEsta=Key does not exist.
listaNoValor=Please input a numeric key and value.
2016-06-20 13:25:01 -04:00
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.
2016-07-04 11:38:26 -04:00
arbolValorExiste=Value already exists.
arbolNoEsta=Value does not exist.
arbolNoValor=Please input a numeric value.
2016-07-16 16:28:25 -04:00
arbolPreOrden=Pre Order
arbolInOrden=In Order
arbolPostOrden=Post Order
arbolRotarIzquerda=Left Rotate
arbolRotarDerecha=Right Rotate
2016-07-07 14:23:04 -04:00
2016-07-16 16:28:25 -04:00
grafoWeight=Weight:
2016-07-07 14:23:04 -04:00
grafoNodos=Nodos:
grafoEdges=Edges:
grafoLleno=Node not inserted because of a maxium of 5 nodes in this implementation.
grafoNodoExiste=Node already exists.
grafoEdgeExiste=Edge already exists.
grafoNoNodo=Node does not exist.
grafoNoEdge=Edge does not exist.
grafoNoNumero=Please input a numeric node number.
2016-07-07 14:23:04 -04:00
2016-07-04 11:38:26 -04:00
tablaHashLleno=Key not inserted because the hash table is full.
tablaHashLlaveExiste=Key already exists.
tablaHashNoEsta=Key does not exist.
tablaHashNoLlave=Please input a key and a numeric value.
configNotAvailable=Settings is not avilable in the web version.
configColores=Colors:
configGuardar=Save