Initial commit
This commit is contained in:
86
src/cl/cromer/estructuras/bundles/Idioma_en.properties
Normal file
86
src/cl/cromer/estructuras/bundles/Idioma_en.properties
Normal file
@@ -0,0 +1,86 @@
|
||||
titulo=Data Structures
|
||||
tituloArraySimple=Simple Array
|
||||
tituloArrayOrdenado=Ordered Array
|
||||
tituloPila=Stack
|
||||
tituloCola=Queue
|
||||
tituloBurbuja=Bubble
|
||||
tituloInsercion=Insertion
|
||||
tituloSeleccion=Selection
|
||||
tituloShell=Shell
|
||||
|
||||
estructuras=Structures
|
||||
array=Array
|
||||
arraySimple=Simple
|
||||
arrayOrdenado=Ordered
|
||||
ordenamiento=Sort
|
||||
burbuja=Bubble
|
||||
insercion=Insertion
|
||||
seleccion=Selection
|
||||
shell=Shell
|
||||
listaEnlazada=Linked List
|
||||
listaSimple=Simple
|
||||
listaCircular=Circular
|
||||
doblementeEnlazada=Double Linked
|
||||
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
|
||||
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
|
||||
eliminar=Delete
|
||||
buscar=Search
|
||||
push=Push
|
||||
pop=Pop
|
||||
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.
|
||||
|
||||
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.
|
86
src/cl/cromer/estructuras/bundles/Idioma_es.properties
Normal file
86
src/cl/cromer/estructuras/bundles/Idioma_es.properties
Normal file
@@ -0,0 +1,86 @@
|
||||
titulo=Estructuras de Datos
|
||||
tituloArraySimple=Array Simple
|
||||
tituloArrayOrdenado=Array Ordenado
|
||||
tituloPila=Pila
|
||||
tituloCola=Cola
|
||||
tituloBurbuja=Burbuja
|
||||
tituloInsercion=Inserci\u00F3n
|
||||
tituloSeleccion=Selecci\u00F3n
|
||||
tutuloShell=Shell
|
||||
|
||||
estructuras=Estructuras
|
||||
array=Array
|
||||
arraySimple=Simple
|
||||
arrayOrdenado=Ordenado
|
||||
ordenamiento=Ordenamiento
|
||||
burbuja=Burbuja
|
||||
insercion=Inserci\u00F3n
|
||||
seleccion=Seleci\u00F3n
|
||||
shell=Shell
|
||||
listaEnlazada=Lista Enlazada
|
||||
listaSimple=Simple
|
||||
listaCircular=Circular
|
||||
doblementeEnlazada=Doblemente Enlazada
|
||||
pila=Pila
|
||||
cola=Cola
|
||||
arboles=Arbol
|
||||
general=General
|
||||
binario=Binario
|
||||
busquedaBinario=Busqueda Binaria
|
||||
AVL=AVL
|
||||
rojoNegro=Rojo-Negro
|
||||
bTree=B-Tree
|
||||
grafos=Grafo
|
||||
dirigidos=Dirigido
|
||||
noDirigidos=No Dirigido
|
||||
tablaHash=Tabla Hash
|
||||
|
||||
idioma=Idioma
|
||||
ingles=Ingl\u00E9s
|
||||
espanol=Espa\u00F1ol
|
||||
|
||||
cambiarIdioma=Cambiar Idioma
|
||||
cambiarIdiomaMensaje=Para cambiar el idioma el programa debe reiniciarse.\n\nUsted est\u00E1 seguro que desea reiniciar?
|
||||
|
||||
ayuda=Ayuda
|
||||
acerca=Acerca
|
||||
|
||||
credito=Construido por Christopher Cromer\nIngenier\u00EDa Civil en Inform\u00E1tica\nUniversidad del B\u00EDo B\u00EDo
|
||||
|
||||
cambiar=Cambiar
|
||||
cancelar=Cancelar
|
||||
cerrar=Cerrar
|
||||
error=Error
|
||||
|
||||
vaciar=Vaciar
|
||||
llenar=Llenar
|
||||
insertar=Insertar
|
||||
eliminar=Eliminar
|
||||
buscar=Buscar
|
||||
push=Push
|
||||
pop=Pop
|
||||
peek=Peek
|
||||
nuevo=Nuevo
|
||||
paso=Paso
|
||||
correr=Correr
|
||||
|
||||
arrayLleno=Valor no fue insertado porque el array est\u00E1 lleno.
|
||||
arrayValorExiste=El valor ya existe.
|
||||
arrayNoEsta=El valor no existe.
|
||||
arrayNoValor=Ingresar un valor num\u00E9rico por favor.
|
||||
|
||||
burbujaYaOrdenado=El array ya est\u00E1 ordenado.
|
||||
|
||||
insercionYaOrdenado=El array ya est\u00E1 ordenado.
|
||||
|
||||
seleccionYaOrdenado=El array ya est\u00E1 ordenado.
|
||||
|
||||
shellYaOrdenado=El array ya est\u00E1 ordenado.
|
||||
|
||||
pilaLlena=Valor no fue insertado porque la pila est\u00E1 llena.
|
||||
pilaVacia=La pila est\u00E1 vac\u00EDa.
|
||||
pilaNoValor=Ingresar un valor num\u00E9rico por favor.
|
||||
|
||||
colaLlena=Valor no fue insertado porque la cola est\u00E1 llena.
|
||||
colaVacia=La cola est\u00E1 vac\u00EDa.
|
||||
colaNoValor=Ingresar un valor num\u00E9rico por favor.
|
Reference in New Issue
Block a user