$langSetup["setupuser"]="Now please set up your µlogger user.";
$langSetup["congratulations"]="Congratulations!";
$langSetup["setupcomplete"]="Setup is now complete. You may go to the <a href=\"../index.php\">main page</a> now and log in with your new user account.";
$langSetup["disablewarn"]="IMPORTANT! YOU MUST DISABLE 'setup.php' SCRIPT OR REMOVE IT FROM YOUR SERVER.";
$langSetup["disabledesc"]="Leaving the script accessible from browser is a major security risk. Anybody will be able to run it, delete your database and set up new user account. Delete the file or disable it by setting %s value back to %s.";// substitutes variable name and value
$langSetup["setupfailed"]="Unfortunately something has gone wrong. You may try to find more info in your webserver logs.";
$langSetup["welcome"]="Welcome to µlogger!";
$langSetup["disabledwarn"]="For security reasons this script is disabled by default. To enable it you must edit 'scripts/setup.php' file in text editor and set %s variable at the beginning of the file to %s.";// substitutes variable name and value
$langSetup["lineshouldread"]="Line: %s should read: %s";
$langSetup["dorestart"]="Please restart this script when you are done.";
$langSetup["createconfig"]="Please create 'config.php' file in root folder. You may start by copying it from 'config.default.php'. Make sure that you adjust config values to match your needs and your database setup.";
$langSetup["nodbsettings"]="You must provide your database credentials in 'config.php' file (%s).";// substitutes variable names
$langSetup["scriptdesc"]="This script will set up tables needed for µlogger (%s). They will be created in your database named %s. Warning, if the tables already exist they will be dropped and recreated, their content will be destroyed.";// substitutes table names and db name
$langSetup["scriptdesc2"]="When done the script will ask you to provide user name and password for your µlogger user.";
$lang["userdelwarn"]="Precaución!\n\nVas a eliminar permanentemente al usuario %s, junto con todas sus rutas y posiciones.\n\n¿Estás seguro?";// substitutes user login
$lang["editinguser"]="Estás editando el usuario %s";// substitutes user login
$lang["selfeditwarn"]="No puedes editar tu propio usuario";
$lang["trackdelwarn"]="Precaución!\n\nVas a eliminar permanentemente la ruta %s y todas sus posiciones.\n\n¿Estás seguro?";// substitutes track name
$lang["editingtrack"]="Estás editando la ruta %s";// substitutes track name
$lang["deltrack"]="Eliminar ruta";
$lang["trackname"]="Nombre de ruta";
$lang["edittrack"]="Editar ruta";
$lang["passlenmin"]="La contraseña debe tener al menos %d caracteres";// substitutes password minimum length
$lang["passrules_1"]="Debe contener al menos una letra minúscula y una mayúscula.";
$lang["passrules_2"]="Debe contener al menos una letra minúscula, una mayúscula y un número";
$lang["passrules_3"]="Debe contener al menos una letra minúscula, una mayúscula, un número y un caracter no alfanumérico";
$lang["owntrackswarn"]="Solo puedes editar tus propias rutas";
$lang["gmauthfailure"]="Es posible que haya un problema con la clave de la API de Google Maps";
$lang["gmapilink"]="Puedes encontrar más información sobre las claves de API en <a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key\">esta página de Google</a>";
$lang["import"]="Importar ruta";
$lang["iuploadfailure"]="Ha ocurrido un error en la carga";
$lang["iparsefailure"]="Ha ocurrido un error en el análisis";
$lang["idatafailure"]="No hay datos de ruta en el archivo importado";
$lang["isizefailure"]="EL tamaño del archivo no debe superar los %d bytes";// substitutes number of bytes
$lang["imultiple"]="Varias rutas importadas (%d)";// substitutes number of imported tracks