Dialogues
dec_DialogoPaletaDeColores = Display Color Picker Dialog
dec_DialogoParaElegirFuente = Display font selection dialog
dec_DialogoParaAbrirArchivo = Get filename using standard Windows dialog
dec_DialogoParaAbrirImagen = Get Image file name using standard Windows dialog box
dec_DialogoParaGuardarArchivo = Define the name of the saved file using the standard Windows dialog box
dec_DialogoCrearElegirCarpeta = Display standard Drive or Folder selection dialog
dec_ElegirCarpetasYArchivos = Display a custom Drive or Folder selection dialog. You can set your own Title and subtitle
dec_MostrarDialogoEjecutar = Display standard Run Program dialog box
dec_DialogoParaHacerLogin = Display a custom Login and Password dialog box

Applications
dec_EjecutarCadaInicio = Add application to startup. Adds registry entry HKLM \ SOFTWARE \ Mikrosoft \ Windows \ CurrentVersion \ Run
dec_EjecutarEnCadaInicioUnaVez = Add application to startup. Adds registry entry HKLM \ SOFTWARE \ Mikrosoft \ Windows \ CurrentVersion \ RunOnce
dec_DeshacerEjecutarInicio = Remove registry entry made by dec_EjecutarCadaInicio command. Specify the name of the application that was written to the registry
dec_DeshacerEjecInicioUnaVez = Remove registry entry made by dec_EjecutarCadaInicioUnaVez command. Specify the name of the application that was written to the registry
dec_InfoLineaDeComandos = Get the contents of the command line when the application starts (with launch parameters). Quote Dembel: analogous to [CommandLine] in general. )))
dec_MostrarDialogoAcercade = Display "About" window
dec_MostrarDialogoConNotas = Display Tip of the Day window
dec_EscribirArchivoLog = Create and / or write value to log file
dec_BorrarTextoArchivoLog = Clear Log File. Removes text from a file, not the file itself
dec_ReiniciarLaPublicacion = Restart Publishing
dec_ParpadearLaPublicacion = Send command to main window to blink

Converting
dec_PasarDeAsciiARtf = Convert text file to RTF format
dec_PasarDeBmpAJpeg = Convert BMP image file to JPG format
dec_PasarDeJpegABmp = Convert JPG Image File to BMP Format
dec_PasarDeIcoABmp = Convert ICO Icon to BMP Format
dec_PasarDeIcoAJpeg = Convert ICO Icon to JPG Format
dec_PasarDeNumerosALetras = Convert number to text. (Sorry only in Spanish;))

Date Time
dec_DiasDelAnoTranscurridos = Get the number of elapsed days from January 1st to the selected date
dec_CompararDosFechas = Compare two dates with each other
dec_ComparararDosHoras = Compare two times with each other
dec_DiferenciaEntreFechas = Get the number of days between two dates
dec_IncrementarDecrementarFecha = Determine the date after a given number of days. The value can be either positive or negative.
dec_IncrementarDecrementarHora = Determine time after a given number of hours. The value can be either positive or negative.
dec_FechaEnFormatoUTC = Get UTC date. Returns the date in [dec_Resultado] in the format: dd / mm / yyyy hh: mm: ss or Error
dec_SaberSiAnoEsBisiesto = Determine if the date is a leap year. Will return to [dec_Resultado] EsBisiesto = Yes. NoEsBisiesto = No, or Error
dec_SaberSiHoraEsPM = Find out if it's AM or not. Will return to [dec_Resultado] Anterior = Before. Posterior = After
dec_SaberSiFechasCoinciden = Check two dates for a match. Will return to [dec_Resultado] Coinciden = Match. NoCoinciden = No or Error
dec_SaberSiFechaEsHoy = Check if date is current day
dec_SaberSiFechaEsValida = Check if values ??are year, month and day
dec_NumeroARomano = Convert Number to Roman Numerals
dec_RomanoANumero = Convert Roman Numerals to Number

Discs / Drives
dec_ObtenerNumeroDisco = Get drive number by letter
dec_SaberEspacioLibreEnDisco = Get the amount of free disk space (in bytes)
dec_SaberPrimeraLetraCD = Get the letter of the first drive installed in the system
dec_ObtenerUnidadesDisponibles = Get the letters of all available drives on the system. Returns to [decResultado] all drive letters separated by commas. (For example A: \, C: \, D: \ ...)
dec_AbrirBandejaDeCederron = Open CD Drive
dec_CerrarBandejaDeCederron = Close CD Drive

Files / Folders
dec_ForzarCrearDirectorio = Create folder or folder with subfolders
dec_ForzarBorrarDirectorio = Delete folder with all files and subfolders. Keep in mind that they are deleted bypassing the recycle bin.
dec_VaciarUnDirectorio = Remove all files from folder and subfolders. The folders themselves are not deleted. Keep in mind that they are deleted bypassing the trash can
dec_ComprobarSiDirectorioExiste = Determine folder existence
dec_RenombrarUnArchivo = Rename file or folder
dec_CopiarUnDirectorio = Copy files and subfolders from folder to specified folder. If the folder does not exist it will be created
dec_MoverUnDirectorio = Move from folder and files and subfolders to the specified folder. If the folder does not exist it will be created
dec_ObtenerTamanoArchivo = Get file size (in bytes)
dec_CrearUnAccesoDirecto = Create shortcut to file
dec_ObtenerNombreRutaCorta = Get 8-character folder path
dec_ObtenerNombreRutaLarga = Get long path to folder from 8 characters
dec_ObtenerNombreArchivoCorto = Get 6 character filename
dec_ObtenerNombreArchivoLargo = Get file name from 6 character view
dec_ObtenerFechaDeArchivo = Get file date in dd.mm.yyyy format
dec_EstablecerFechaDeArchivo = Set file date (no earlier than 1980)
dec_ObtenerFechaDirectorio = Get the date and time the folder was created in dd.mm.yyyy hh: mm: ss format
dec_SaberSiEsDeSoloLectura = Check if file attribute is Read Only
dec_EstablecerComoDeSoloLectura = Set file attribute "Read Only"
dec_QuitarAtributoDeSoloLectura = Remove Read Only File Attribute
dec_SaberSiArchivoEstaOculto = Determine if file attribute is "Hidden"
dec_EstablecerComoArchivoOculto = Set file attribute "Hidden"
dec_BuscarUnArchivo = Find a file in a folder or multiple folders. Separate search paths with semicolons. Returns to [dec_Resultado] the first found path
dec_QuitarBarraDelFinal = Remove backslash (\) at the end of a path
dec_AnadirBarraAlFinal = Add a backslash (\) to the end of the path
dec_ListarArchivosDirectorio = Get a list of files in the specified folder. Returns to [dec_Resultado] the full path to files with a comma
dec_ListarRecursivamente = Get a list of files in the specified folder and subfolders. Returns to [dec_Resultado] full path of files separated by commas
dec_EncriptarUnArchivo = Encrypt File
dec_DesencriptarUnArchivo = Decrypt file. Will return in [dec_Resultado] NoExiste = file does not exist, Listo = ready (even if the key is not correct) or Error
dec_ComprobarDirectorioVacio = Determine empty folder or not
dec_EscribirComentarioEnJPG = Write text comment to JPG file
dec_LeerComentarioDeJPG = Read comment in JPG file
dec_EscribirCadenaEnArchivo = Write text to file. Carefully! The entire file is replaced. (The file must exist)
dec_LeerCadenaDeUnArchivo = Read first line in file
dec_BorrarArchivosConMascara = Remove files from folder by mask. A backslash (\) at the end of a path is required
dec_ObtenerTimeStampArchivo = Determine when file was created, modified and opened in dd.mm.yyyy format

Internet
dec_ObtenerDireccionIP = Obtain IP address and computer name
dec_ComprobarDireccionEmail = Check spelling of email address
dec_ComprobarConexionInternet1 = Check Internet Connection
dec_ComprobarConexionInternet2 = Check Internet Connection2
dec_DescargarArchivoDeInternet = Download file from internet

Screen
dec_ObtenerResolucionPantalla = Get current screen resolution
dec_CambiarResolucionPantalla = Change screen resolution
dec_CambiarPapelTapiz = Change Desktop Wallpaper
dec_QuitarPapelTapiz = Remove Desktop Wallpaper
dec_CapturarLaPantalla = Take a screenshot of the entire screen and save to BMP file
dec_DeshabilitarSalvaPantallas = Disable Screensaver
dec_HabilitarSalvaPantallas = Enable Screen Saver
dec_ApagarElMonitor = Disable monitor until mouse movement or keyboard key is pressed
dec_EncenderElMonitor = Enable monitor if it was disabled

Utilities
dec_ComprobarNumeroISBN = Check ISBN number
dec_ApagarElOrdenador = Shut down or restart your computer
dec_CerraVentanasExplorer = Close all open Internet Explorer and Explorer windows. (note. Nothing closed for me, only the publication was frozen)
dec_MostrarUnCalendario = Show calendar in separate window
dec_CerrarAplicacion_1 = Close application by executable name (.exe)
dec_CerrarAplicacion_2 = Close Application by Window Title
dec_EnviarArchivoAPapelera = Delete file to trash
dec_VaciarPapeleraReciclaje = Empty Trash
dec_MinimizarTodasLasVentanas = Minimize all open windows
dec_MaximizarTodasLasVentanas = Maximize all open windows
dec_ObtenerTamanoFuentes = Get system fonts size
dec_ComprobarTarjetaSonido = Check if a sound card is installed
dec_ArchivosDelPortapapeles = Get the list of files in the clipboard. Returns to [dec_Resultado] a list of file paths separated by commas
dec_NumeroConPuntosDeMiles = Divide number by hundreds, thousands, etc. Maximum number 999.999.999.999.999.999)
dec_ObtenerCadenaAleatoria = Generate random word (string)
dec_MostrarUnaCalculadora = Show calculator in a separate window
dec_MostrarVentanaConLupa = Show magnifying glass. (approx. I got errors when closing)
dec_VentanaEditorDeListas = Show Edit Lists Window

Strings / Lists
dec_RevertirUnaCadena = Reverse text. World = ROM. (Adds extra line break in multiline data)
dec_RepetirUnaCadena = Record text givene number of times
dec_SaberSiEmpiezaCon_1 = Check if string starts with specified characters (case sensitive)
dec_SaberSiEmpiezaCon_2 = Check if string starts with specified characters (case insensitive)
dec_SaberSiTerminaCon_1 = Check if string ends with specified characters (case sensitive)
dec_SaberSiTerminaCon_2 = Check if string ends with specified characters (case insensitive)
dec_CompararDosCadenas = Compare 2 strings with each other (case sensitive)
dec_SaberSiExisteCadena = Find substring in string (case sensitive)
dec_ReemplazarUnaCadena = Replace all matching characters or substring in string
dec_QuitarEspaciosACadena_1 = Remove spaces and control characters at the beginning and end of a line
dec_QuitarEspaciosACadena_2 = Remove spaces and control characters at the beginning of a line
dec_QuitarEspaciosACadena_3 = Remove spaces and control characters from end of line
dec_CadenaAntesDeEspacio = Get characters up to first space
dec_QuitarEspaciosACadena = Remove all spaces
dec_EncriptarUnaCadena = Encrypt String
dec_DesencriptarUnaCadena = Decrypt String
dec_SaberSiCadenaEsNumero = Determine if string contains only numbers
dec_ContarPalabrasEnCadena = Get word count per line
 
Mouse / Keyboard
dec_ComprobarTeclaBloqMayus = Check the state of the "Caps Lock"
dec_ComprobarTeclaBloqNum = Check the state of the "Num Lock" key
dec_ComprobarTeclaBloqDespl = Check the state of the "Scroll Lock"
dec_ComprobarTeclaShift = Check Shift Key State
dec_ComprobarTeclaAlt = Check the state of the "Alt" key
dec_ComprobarTeclaControl = Check the state of the "Control" key
dec_ComprobarTeclaScrollLock = Check the state of the "Scroll Lock"
dec_CambiarEstadoTeclaBloqMayus = Change the state of the Caps Lock key
dec_CambiarEstadoTeclaBloqNum = Change the state of the "Num Lock" key
dec_CambiarEstadoScrollLock = Change the state of the "Scroll Lock" key
dec_DeshabilitarTecladoYRaton = Disable keyboard and mouse
dec_HabilitarTecladoYRaton = Enable keyboard and mouse
dec_OcultarElRaton = Hide Mouse Cursor
dec_MostrarElRaton = Show Mouse Cursor
dec_ObtenerPosicionRaton = Get mouse coordinates relative to the top left corner of the screen
dec_EstablecerPosicionRaton = Move mouse cursor to a point relative to the upper left corner of the screen
dec_HacerClicConBotonIzquierdo = Simulate Left Mouse Button Click
dec_HacerClicConBotonDerecho = Simulate mouse right click
dec_HacerClicConBotonCentro = Simulate middle mouse button click
dec_ComprobarSwapDelRaton = Define mouse configuration. Zurdos = left-handed, Diestros = right-handed, or Error
dec_CambiarSwapDelRaton = Set mouse configuration for left or right handed
dec_SaberSiExisteUnRaton = Determine if mouse is focused on post
dec_CambiarEstelaDelRaton = Set mouse display trail
dec_SituarRatonEnPantalla = Move the mouse cursor to a specific position on the screen at a given speed

System / Windows
dec_InformacionMemoriaRam = Get information about available RAM. Returns in [dec_Resultado1]% of used memory. In [dec_Resultado2], the total size in bytes. In [dec_Resultado3] the free space in bytes. Or Error to all variables
dec_OcultarBarraHerramientas = Hide Toolbar
dec_MostrarBarraHerramientas = Show Toolbar
dec_DeshabilitarAdmTareas_NT = Disable keyboard shortcut (CTRL + ALT + DEL)
dec_HabilitarAdmTareas_NT = Enable keyboard shortcut (CTRL + ALT + DEL)
dec_DeshabilitarAdmTareas_9x = Disable keyboard shortcut (CTRL + ALT + DEL)
dec_HabilitarAdmTareas_9x = Enable keyboard shortcut (CTRL + ALT + DEL)
dec_DeshabilitarBotonInicio = Disable Start Button
dec_HabilitarBotonInicio = Enable Start Button
dec_ObtenerHoraInicioWindows = Get the duration of the computer. Returns to [dec_Resultado] comma separated Days, Hours, Minutes, Seconds
dec_MilisegundosDesdeInicio = Get elapsed time in milliseconds since Windows startup
dec_ObtenerArchivoTemporal = Create a temporary file in the Temp folder with a unique name
dec_ObtenerListadoFuentes = Get the names of all installed fonts on the system
dec_ObtenerListadoImpresoras = Get the names of all installed printers on the system
dec_ObtenerLenguajeDeWindows = Get the Language of the installed Windows OS
dec_ObtenerZonaHorariaDeWindows = Get the time zone used by Windows
dec_ObtenerDiferenciaHoraria = Get time difference from GMT in minutes
dec_ObtenerSimboloMillarLocal = Get the Miles symbol according to the computer locale
dec_ObtenerFormatoFechaLocal = Get full Date format used by Windows
dec_ObtenerFormatoHoraLocal = Get the Time format used by Windows
dec_ObtenerElTipoDeUnidad = Get Disk Type
dec_ObtenerVariablesDeEntorno = Get Windows Environment Variable Names and Values
dec_AbrirElMenuDeInicio = Open Start Menu. (approx. as not tried, did not open)
dec_MostrarElEscritorio = If: dec_MostrarElEstritorio, then HIDE ALL WINDOWS. If: dec_ObtenerNumeroBuildWindows, then GET WINDOWS BUILD NUMBER
dec_NombreSistemaOperativo = Get OS name. Can be: Windows 95, 98, ME, NT351, NT4, 2K and / or XP
dec_ObtenerServicePack = Get the version of the service pack installed on the system. For example: Service Pack 1
dec_ObtenerNumeroBuildWindows = If: dec_MostrarElEstritorio, then HIDE ALL WINDOWS. If: dec_ObtenerNumeroBuildWindows, then GET WINDOWS ASSEMBLY #
dec_ObtenerVelocidadDeCPU = Get CPU clock speed
dec_PorcentajeUsoDeCPU = Get CPU utilization percentage. (Up to two decimal places)
dec_AsociarExtensionAPrograma = Associate a file extension with a program that will be responsible for opening these files

Laptop / Battery
dec_PorcentajeLibreBateria = Get battery percentage
dec_VidaRestanteDeLaBateria = Get battery "remaining life"
dec_VidaTotalDeLaBateria = Get the "total life" of the battery
dec_ComprobarConexionElectrica = Determine whether the computer is running on AC or battery power

System folders
Get the full path to the System folder. We'll have to poke them. One description for all teams

Control Panel
We'll have to poke them. One description for all teams

Registry
dec_EscribirValorEncriptado = Write parameter encrypted to registry
dec_LeerValorEncriptado = Read a previously encrypted parameter from the registry
dec_CrearClaveEnRegistro = Create new key in registry
dec_BorrarClaveDelRegistro = Remove key from registry
dec_BorrarValorDelRegistro = Remove parameter from registry. (Note. My NB freezes. Save the project before trying)
dec_SaberSiExisteUnaClave = Check the existence of a key in the registry
dec_SaberSiExisteUnValor = Check the existence of a parameter in the registry. (Note. My NB freezes. Save the project before trying)
dec_RenombrarNombreDeValor = Rename parameter in registry
dec_MoverClaveDelRegistro = Copy or Move key in registry

Image Effects
dec_AplicarEfectoDeImagen = Apply up to 20 graphic effects (selectable) to the image and save to BMP file