Espaol
1.1
DaRkNeSs
``
``How you can create a language file for SDClone ?
`` The language file name is define as "sdclone-lang-" + country tag + ".txt"
`` The fastest way to do this is simply copy a existing file to the new one.
`` example: creating fr (french) version with gb (english) one
`` cp sdclone-lang-gb.txt sdclone-lang.fr.txt
`` cp sdclone-skin-gb.txt sdclone-skin.fr.txt  <- don't forget the skin must also exist & be translate
`` Then fill the information in the first 3 lines like that :
`` The language
`` The SDClone version number the file is for
`` The Author(s) (the maker) of the language file
`` Warning: it's really important that the first 3 lines aren't removed or else you get an invalid file
`` To use it as default language edit SDClone-x.x.pl file and change $SDLang="country tag"; (ie: $SDLang="fr";)
`` You can put comments in it (except before the first 3 lines...), a comment line is a line that start with ``
`` Remember YOU MUST have a skin & a language file in order to make it works (sdclone-skin-??.txt & sdclone-lang-??.txt)
``
`` Not every words are reused ! Except when written, if a word appears 2 (or more) times in SDClone, the script won't reuse
`` the first translation. It eats up a little bit more memory like that, but it avoids a possible bad translation that could
`` happen. Why ? Look a bad translation from GB to FR :
`` GB=Slots <> FR=Slots
`` GB=Free <> FR=Libres
`` Reusing Free & Slots gives -> GB=Free Slots <> FR=Libres Slots >>> is a bad translation, the correct one is FR=Slots Libres
`` I Hope you understand now
``
`` I have put comments to help translators as much as i can. ALSO :
`` Skins & language can be tested with commands in SDClone
`` "/sdshowskin value"  - Show the skin number "value", "value" is given with the skin, look for the number in the skin
`` "/sdshowword value" - Show the language line number "value", so you can see how it will look
``
`` Sometimes you will see special words, do not translate them !!! the script uses it !!!
`` example: /sdstatus or variable like %%SDqueSize%%
``
`` Let's start
`` This word is reused ! Used to assign a default value to many vars
Ninguno
`` This word is reused ! It's the abbreviation of "character per seconds"
Cps
`` This word is reused ! It appears many times, and won't pose a problem
lineas
`` These words are reused, just to report a problem with a file
Problema al guardar el Archivo !
`` Reused, Write it in Uppercase, the script will lowercase it, when it's needed
Si
`` Reused, Write it in Uppercase, the script will lowercase it, when it's needed
NO
`` Reused, Write it in Uppercase, the script will lowercase it, when it's needed
ON
`` Reused, Write it in Uppercase, the script will lowercase it, when it's needed
OFF
`` Also reused, error message
Archivo NO encontrado !
`` Reused, after loading a file
Archivo Cargado...
`` Reused, after saving a file
Archivo Guardado...
`` I reuse the "I don't have the file"
Yo no tengo el Archivo
`` words in sd_run
OFF : Script Apagado, Ninguna Accion
END : Enviar Hasta los Ultimos Archivos en Espera, No mas Peticiones
QUE : Aceptar Peticiones, Pero no envia Archivos
ON : Activado
Script en modo
El Script ha sido Activado ( On )
El Script ha sido Desactivado ( Off )
EL Script ha sido seleccionado en modo END 
El Script ha sido seleccionado en modo QUE
`` words from sd_set_function
Setting dynamic slot to type
con un valor de 
Cambiando Slots Minimos a
Cambiando Slots Maximos a
Cambiando Archivos en Espera por Nick a
`` words from sd_show_help
Necesitas AYUDA ????????????
Teclea /sdhelp para Obtener mas Ayuda
Estos son los Comandos de SDServer & SDClone
- sdclone : Para cambiar el estado del script a on/off/que/end
- sdset : Cambiar Variables
- sdque : Ver La Lista de Archivos en Espera
- sdkillque : Remover Usuario/Archivos de la Lista de Espera
- sdfriend : Permite que un Usuario Agrege Multi-Archivos a la Liste de Espera
- sdlist : Para crear tu Lista
- sdstatus : Para ver los parametros actuales del Script
- sdban : Bannear un Usuario del Servidor de archivos
- sdunban : Remover a un Usuario de la Lista de Ban
- sdbanlist : Para ver Los Usuarios en la Lista de Ban
- sdjoin : Para entrar a un Canal
- sdleave : Para Dejar un Canal
- sdsay : Para decir algo a Alguien o a algun Canal
- sdsaychannel : Para decir algo en todos los canales donde envies
- sdpub : Mostrar el Anuncio en el canal manualmente
- sdstartserve : Para enviar en un canal
- sdstopserve : Para dejar de enviar en un canal
- sdcontrolsend : Para modificar la funcion del Control de envios
- sdsend : Enviar inmediatamente un archivo de la Lista de Espera
- sdstopsend : Detener TODOS los envios
- sduserinfo : Para Obtener mas Informacion acerca de un usuario
- sdclearusers : Para remover la informacion acerca de los usuarios que nunca han descargado un archivo
- sduptime : Mostrar tu tiempo en linea
- sdcustomads : Para hacer salir el Skin #5
Comandos Especificos para SDServer
- sdgetslots : as -slots pero no en la ventana del canal
- sdgetstats : as -stats pero no en la ventana del canal
- sdgetinfo : as -info pero no en la ventana del canal
- sdconnect : Para realizar una conexion con la computadora cliente
- sdclient : To change nick of computer to control
- sdircserver : To get the irc server we are on
Comandos Especificos para SDClone
- sdswitchlanguage : Cambiar el SDClone a otro lenguaje
- sdshowword : Para ver la traduccion de la linea - Para Depurar
- sdshowskin : Para ver el Skin numero - Para Depurar
`` The next empty lines are reserved - DO NOT TOUCH














`` This is language specific format for date
`` you can create date format using special keywords
`` da - return day, 1 number if day < 10
`` dd - return day, 2 numbers if day < 10
`` mo - return month, 1 number if month < 10
`` mm - return month, 2 numbers if month < 10
`` ms - return month, as string (1..12 = january..december -> dependant on language too)
`` yy - return year last 2 numbers
`` yyyy - return year in 4 numbers
`` Short date format string
ms, dd
`` Full date format string
ms, dd, yyyy
`` Full date format number
mm-dd-yyyy
/sdswitchlanguage countrycode
Estos comandos son unicamente para SDClone !
This changes the current language used in SDClone on the fly !
countrycode es por ejemplo : fr, gb, es...
Displays status of the script, important options are show !
This can be usefull to debug or understand something. This just helps you keep control.
`` do not translate/remove the word "/sdstatus", as it is a command, it will not be translated !
Do /sdstatus NOW and look
Build your list
The first time will setup a lot of stuff... Hopefully you don't have to take care of it
Some information will be output, check that your number of files share is more than 0 ;-)
Most common problem is that a malformed directory in the $mainDir variable result in a 0 files share
- the directory in $mainDir MUST be accessible
- the directory in $mainDir is CaSe dependant (remember it's Linux)
- check twice time the option of $followLink to be sure of what you are doing !
`` again don't touch "/sdfriend", it's a command, no translation is needed, this is last time i warn on that
/sdfriend nick file
Load a list of files for nick in your que...
nick & file MUST be pass to sdfriend or else...
This function is used to add a lot of files in your que for a nick (generally doing that for a friend)
example: /sdfriend dccserv /home/dccserv/filestosend.txt - Add everyfiles in filestosend.txt for dccserv
The file format must be a text file with LF or CR/LF at end of every line
And the content of a line is simply the filename to add (with or without your trigger)
Files are checked for presence (to avoid mistake), BUT que limit is bypassed, so adding 10 files in a limited que of 2 files by user will add the 10 files
`` Leave the next line empty...this creates an... empty line too ;)

A sample file content
`` no need to translate here, it's just filenames
The Corrs DVD Live at Lansdowne road - 19 - Toss the feathers.mpg <- file without trigger
Dead Can Dance - Aion.jpg <- your trigger + the filename
Fleetwood Mac - Tusk.mp3

Note about using /sdfriend with SDServer:
You can use that command with SDServer, but remember that the filename to give is relative to the path on the client harddisk ! Not on your computer !!!
So: You must know the directory where the file is on the client computer to make it work
Here's a example to make that operation works.
- The client computer is DCCSERV (the one that have SDClone)
- The server computer is DCCMASTER (the one that have SDServer)
- The file with filenames to load is "fileList.txt", the person for who you want add files is ANDROIDS
- DCCSERV saved his downloads in /usr/incoming (that option is on xchat -> Configuration Menu -> Files Transfert -> Saving Directory)
Step 1: DCCMASTER send the file "fileList.txt" to DCCSERV
Step 2: DCCMASTER do "/sdfriend androids /usr/incoming/fileList.txt

If in xchat you have check the option "Save file with nickname" (again in Configuration Menu -> Files Transfert ->
-> Save file with nickname)
Step 2: DCCMASTER do "/sdfriend androids /usr/incoming/dccmaster-fileList.txt"

/sdjoin #canal
entrar a un canal, this works under SDClone but it's of course primary for SDServer
/sdleave #canal
Leave the channel, this works under SDClone but it's of course primary for SDServer
/sdsay [#canal] [nick] texto
- Say *texto* al [#canal]
- Say *texto* al [nick]
This might be useful sometimes.
/sdsaychannel texto
Say *text* to all channels where we serve files
This might be useful sometimes.
`` I will reuse This as a SDServer only Command anywhere it should be
This is a SDServer only command !
This establish a link with the client computer running SDClone to control it.
This command is execute at start of SDServer, so you should only use it when SDServer told you to.
/sdclient nick
With that command you can change the nick of the computer to target for control.
Useful if the client computer has disconnect/reconnect and change its nick
/sdkillque [nick] [Archivo]
Kill a file from your que.
- Without anything : Kill every files in your que
- With [nick] : Kill every files for [nick] in your que
- With [nick] [file] : Kill [file] for [nick] in your que
Display the current irc server where we are connect.
Force display of your banner ads in all serving channel.
This command does exactly like if the SDServer as request -slots to our client.
The difference is that SDServer don't need to write it on a channel to execute it
This command does exactly like if the SDServer as request -stats to our client.
/sdstartserve #channel
This add #channel to our list of serving channels
The result is that you serve to another one channel
Note: if auto-join is enable, the channel will be joined.
/sdstopserve #channel
This removes #channel from our list of serving channels
Note: even if auto-join is enable, we will not leave the channel. You must use /sdleave for that.
Use to alter how dynamic slots works
`` beware to not remove the space (so look is nicer)
    #1 - Is the method to use for Dynamic Slots, numeric values are:
            0 - Record Send / 2. -> with Top Record=16000cps, open a slot if speed is < 8000cps
            1 - Record Send - #2. -> with TR=16000cps and #2=4000cps, open a slot if speed is < 12000cps
            2 - #2 speed -> with #2=9500cps, open a slot if speed is < 9500cps
    #2 - Set the Value for options 2 & 3, even if you choose option 1 you MUST give a value to #2 !
Use to change value of the min & max slots
    #1 - Minimum slots - should be a numeric value, don't put it too high !
    #2 - Maximum slots - should be a numeric value, don't put it too high !
Change how many files a user can put in que
    #1 - Que by users
/sdgetinfo Archivo
This command does exactly like if you have request -info to ourself.
You will get informations on a file in your list with that command
The difference is that you don't have to request it in a channel
/sdshowword linea
display the "linea" number of the internal table holding traduction.
This is primary for debug !
Display the skin number #
It's a helper for skin's makers - This is primary for debug !
Skins # are given here
- 1 = The Banner Skin (your ads)
- 2 = The Stats Skin (answer to the query @nick-stats)
- 3 = The Daily report Skin (show in channel everydays)
- 4 = The Slots Skin ( answer to the query !nick-slots)
/sdcustomads ON|OFF
Send to all serving channels the message define in the skin file (as skin #5)
ON  - The message will be display
OFF - Stop the function
/sduptime
This just ouput to a channel your uptime
This function erase from your harddisk (so getback some free space) users that have never download a file.
So you loose informations collect on them, like: number of request done to the server...
`` Again empty lines are reserved ! DO NOT CHANGE

























`` words from sd_build_list
Por favor Espera... Creando la Lista del Directorio
La lista contiene
`` First appearance of variable, you can move them anywhere
`` example: List of files built with SDClone (version %%SDVersion%%), %%SDAuthor%% create it !
`` example = List of files built with SDClone (version 1.0), dccserv create it !
`` default   = List of files made with SDClone v1.0 by dccserv
Lista de Archivos Realizada para SDClone v%%SDVersion%% por %%SDAuthor%%
Para Solicitar un Archivo Copia/pega en el Canal
El MOTD contiene
Archivos en
directorios encontrados
%%SDFilesShare%% Archivos encontrados en
segundos.
`` eheh fps means Files Per Seconds ! not frames ;-)
fps
bytes encontrados
Removiendo Lista Antigua
Lista
Lista Relizada en ZIP
Lista Completada
Creando Referencias...
`` Next is when SDClone report something to SDServer
Yo tengo
`` words from sd_analyse
Realiza tus Peticiones en el Canal !!!
escucha yo no caere en esa busqueda tan Absurda !
`` yeah baby, is said when a banned user requests something from us
Tu estas Baneado de mi Servidor de Archivos.
No estoy Aceptando Peticiones por el momento.
%%SDLow%%Comandos Disponibles para %%SDHigh%%SDClone v%%SDVersion%%
%%SDLow%%Teclea los Comandos en la Ventana del Canal.
%%SDHigh%%@%%SDTrigger%%%%SDLow%% Para Descargar mi Lista.
%%SDHigh%%!%%SDTrigger%% <Nombre de Archivo>%%SDLow%% Para Solicitar <Nombre de Archivo> que quieres te sea enviado.
%%SDHigh%%!%%SDTrigger%%-info <Nombre de Archivo>%%SDLow%% Solicitar Mas Informacion acerca de <Nombre de archivo>.
%%SDHigh%%!%%SDTrigger%%-slots%%SDLow%% Para ver mis transferencias actuales.
%%SDHigh%%@%%SDTrigger%%-stats%%SDLow%% Para ver las estadisticas de mi Script.
%%SDHigh%%@%%SDTrigger%%-language%%SDLow%% Para ver los Lenguajes Disponibles.
%%SDHigh%%@%%SDTrigger%%-language countrycode%%SDLow%% Para Cambiar el Lenguaje de tu Preferencia.
%%SDHigh%%@%%SDTrigger%%-leech%%SDLow%% Para ver tus estadisticas de descargas.
%%SDHigh%%@%%SDTrigger%%-server%%SDLow%% Para ver el Server en que me Encuentro.
%%SDHigh%%@%%SDTrigger%%-que%%SDLow%% Para ver con cuantos archivos cuentas en la lista de espera.
%%SDHigh%%@%%SDTrigger%%-remove%%SDLow%% Remover TODOS los archivos que tengas en lista de espera.
%%SDHigh%%@%%SDTrigger%%-remove <Nombre de Archivo>%%SDLow%% Para Remover  <Nombre de archivo> de mi lista de espera.
%%SDHigh%%%%SDFindTrigger%% <texto*relacionado>%%SDLow%% Para Buscar archivos relacionados con ese texto. <texto*relacionado>
`` Rest in peace SDSailor, please translate it but don't remove/change that line
%%SDHigh%%SDClone%%SDLow%% es un clon del famoso %%SDHigh%%SDFind%%SDlow%% de %%SDHigh%%SDSailor
Funcion no Soportada
I'm on server%%SDHigh%%
%%SDHigh%%%%SDList%%%%SDLow%% va en camino !
Demasiadas personas descargan mi lista actualmente, por favor intenta un poco mas tarde.
Estoy Realizando Nueva lista, por favor intenta mas tarde...
NOTA: Yo no estoy mandando archivos en este momento, pero estoy aceptando peticiones que seran colocadas en mi lista de espera.
Informacion acerca de
Tamao de Archivo
bytes
`` Type is the File type (jpg, mp3, video...), it's the answer to @nick-info, it's not "Type" like "Enter" ok?
Teclea
`` words from sd_friend_que
Adding a list of files for user
Ya cuentas con los archivos maximos permitidos por usuario en mi lista de espera.
`` hard to read -> it's @trigger-que
teclea %%SDHigh%%@%%SDTrigger%%-que%%SDLow%% para ver los archivos que tienes en espera.
--- Agregando
--- Agregado en la posicion
`` words from sd_build_list
Estoy Realizando la Lista !!! Espera un momento...
`` words from sd_check_stats -> SKIN -> Most translation for that part is in the skin file !
`` words from sub sd_view_que
Archivos en Espera : %%SDQueSize%%
`` file as filename
Archivo
Esperando
`` words from sd_check_buffer -> SKIN -> Most translations for that part is in the skin file !
Daily record reset.
`` words from sd_check_slots
`` it's really -> BANG ! user has just broken the record with xxxcps !
BANG !
ha impuesto un nuevo record diario con
`` words from sd_query_remove
Borrando lista de Espera...
Removiendo todos los Archivos de
He removido TODOS tus archivos de mi Lista de Espera
Has sido removido de mi Lista de Espera
`` words from sd_nick_view_que
No tienes Archivos en mi Lista de Espera
`` it's really -> You have a total of xx files in que
Archivos en Espera
No debes Solicitar durante los proximos 5 minutos mi lista de espera o seras baneado de mi servidor de archivos.
`` words from sd_que_control
Archivo pequeo detectado, sera enviado inmediatamente.
`` It's really -> After waiting xxx filename is coming...
Despues de esperar
va en camino...
Removing an old request
`` words from sd_add_que
`` it's really -> filename is already in my que !
Ya lo tienes en la lista de espera !
No puedes agregar mas archivos a la lista de espera !
`` it's really -> filename has been added to position x
ha sido agregado en la posicion
Ese fue el ultimo archivo que puedes solicitar.
`` it's really -> You can request x more files
Tu aun puedes solicitar
archivos mas.
El Archivo no ha sido agregado a mi lista de espera !
`` words from sd_load_cfg
Config
`` words from sd_load_que
`` it's really -> Que - File loaded... x files are in que
Lista de Espera
%%SDQueSize%% Archivos en Espera
`` words from sd_shutdown
Salvando Archivos necesarios...
`` words from sd_banner -> SKIN -> check the skin file to translate that part
`` words from sd_find_request
`` it's really -> I have found x files that match your search: thesearch
%%SDLow%%Yo he encontrado %%SDHigh%%
%%SDLow%%Archivos que coinciden con tu Busqueda: %%SDHigh%%
`` it's really -> Too much results ! Only x files will be display. Getting of my list @trigger is recommanded
Demasiados Resultados ! Solo se mostraran
archivos. Descargar mi lista tecleando %%SDHigh%%@%%SDTrigger%%%%SDLow%% en el canal, seria lo mas Recomendable.
Para solicitar un Archivo Copia/Pega en el canal
`` words from sd_get_status
`` eheh enjoy i have put everything in it, so you can customize as you like
------------------
| SDClone Status |
`` should be ------------------ but i reuse the upper one :-)
END - finish files in que
QUE - accept files in que
`` it's really -> SDClone version x - first use x-x-xx - Status: x
SDClone version %%SDVersion%% - se uso por primera vez en %%SDFirstDate%% - Estado
When script goes OFF, say something to channels
La Lista fue Realizada %%SDList%%, con %%SDFilesShare%% Archivos en los Directorios
Lista no ha sido Comprimida
La Lista fue Comprimida en (ZIP)
`` it's really -> List is x (zip or uncompress) - You have sent it x times
Y ha sido enviada %%SDListSent%% ocasiones
Cuidado: Se han realizado los Symbolics Links !!!
Sirviendo en los Canales
Archivos en Espera por nick / Usuarios en Espera / Que en Uso / Que Max
`` it's really -> Find Trigger: @find, Find is ON, Find display x answers
Find Trigger : %%SDFindTrigger%%, Find esta en modo %%SDFindStatus%%, En las Busquedas (Find) solo se mostraran
resultados
`` display mode of dynamic slots
Record Send / 2
Record Send - DynamicValue
DynamicValue
Dynamic Slot is set to
Dynamic Value is set to
La Velocidad Record de envio es de %%SDTopCPS%%cps por %%SDTopNick%% - LA Velocidad Record de Hoy es de %%SDDailyCPS%%cps por %%SDDailyNick%%
Velocidad - Envio / Descarga / Total : %%SDcpsUP%%cps / %%SDcpsDOWN%%cps / %%SDcpsTOTAL%%cps
Un nuevo Slots sera abierto si la velocidad es menor a
EL Resporte diario
`` it's really -> Daily report will be made in xx secs
se ha realizado en
segundos
Slots Abiertos / Slots en Uso / Slots Min / Slots Max
Bot en modo
el server fue usado por ultima vez 
`` words from sd_logging
I can't add anything to log file ! Disk full ?
`` words from sd_load_ban
Lista de Usuarios Baneados
Usuarios Baneados
`` words from sd_ban
Agregado a la Lista de Baneados...
Tu estas Baneado de mi Servidor de Archivos !
`` words from sd_unban
Removiendo el estado de ban para
`` words from sd_banlist
Lista de usuarios Baneados
`` words from sd_user_join
`` it's really -> Que has been restore. I have x files for you waiting in que
Tus archivos en espera han sido restaurados. Tu tienes
Archivos esperando en mi lista de espera.
`` words from sd_master
Received a control query from
Bot en modo off.
`` it's really -> xxx Unknown command. I'm using SDClone version xx
Comando Desconocido. Estoy usando SDClone version %%SDVersion%%
`` words from sd_show_slots -> SKIN -> check the skin file
`` it's really -> sending: nickname == xxcps == Size: xxx == File: xxx
`` and         -> getting : nickname == xxcps == Size: xxx == File: xxx
`` Using the 4 following words to create both
%%SDLow%%Enviando : %%SDHigh%%
%%SDLow%%%%SDBGColor1%%Descargando  : %%SDHigh%%
%%SDLow%%%%SDBGColor1%% %%SDColor6%%%%SDSpacer%%%%SDlow%%%%SDBGColor1%% Archivo : %%SDHigh%%
%%SDLow%%%%SDBGColor1%% %%SDColor6%%%%SDSpacer%%%%SDlow%%%%SDBGColor1%% Tamao : %%SDHigh%%
`` words from sd_Say
Has dicho
`` words from sd_SayChannel
Has dicho en todos los canales donde envias
`` words from sd_Join
Has entrado a el canal
`` words from sd_Leave
Has dejado el canal
`` words from sd_wrong
Este comando es solo para SDServer !
`` words from sd_add_serving_channel
Yo estoy enviando archivos ahora en
Ahora envias archivos en el canal
`` words from sd_del_serving_channel
No estoy enviando archivos en el canal
Has dejado de enviar archivos en el canal
Enero
Febrero
Marzo
Abril
Mayo
Junio
Julio
Agosto
Septiembre
Octubre
Noviembre
Diciembre
Solicitud -que en corto Tiempo
Razon
`` Following is from sdhelp put there to re-take space i need to update help of /sdfriend
/sdban nick razon
Just add nick to the ban list, so he can no longer request something
/sdunban nick
Only stupids never change their mind ! We aren't stupids, right ? That's why this function can remove a banned user and get it back to a normal status
This just list all the users that are ban : Yeah it's the HALL OF LAME list
/sdclone [opcion]
Without [opcion] display the script actual status :
with [opcion]
`` Warning DO NOT TRANSLATE on, off, que & end -> else user might get a bad help !
`` "/sdclone on" will put the script on, but "/sdclone ??" (??=traduction of "on" to another word) WILL NOT OF COURSE !!!
on  : Script Activado
off  : Script Desactivado 
que : Continue to add files in que == Disable sends & banner, but enable @find, list sending, adding a file in que
end : Finish files in que == Disable adding files in que, banner, @find & sending list, enable sending files from que.
note: when in *que* mode the script send a message to inform the user that he will not get a file
/sdque [nick]
Display the files waiting in the que
If [nick] is pass then display only files in que for that nick
/sdcontrolsend [option]
Stop a file send if the user is no more "visible" by the script.
A user is called "visible" when he is in a channel in common with you and you are serving files in it.
So if that condition isn't true, he becomes "invisible" and the script will stop the file sending.
A user could pass from a "visible" state to an "invisible" one in that conditions :
- He or you has disconnect
- He have changed his nick
- He or you are on a split
- He or you have leave ALL the channels where you were serving files
- You have stop serving files in all channels that you had in common
Ok it doesn't seem clear, but it's simple, look
- BOB is in channels #A & #B. You are in #A & #B and you serve files in #A but not in #B
  - BOB becomes "invisible" if
    - You do /sdstopserve #A or /part #A or /sdleave #A
    - BOB do /part #A, /quit, /nick BOB_away

Here are the possibles [option]:
on  : Send Control is active
off : Stop that functionality
auto: Do as the script. If the script is OFF, the function is OFF.
      If the script is in mode ON, QUE or END, function is ON.

note:
Using that function can generate a kind of bug, example:
   - Option is on AUTO and the script is ON or option is ON
   - You send a file to someone by hands
   - The person is in a channel where you don't serve files
   - You no more serve files in any channels (/sdstopserving #)
The file send will be stopped, as that person will be "invisible".

The script will signal you that problem only if you put the script OFF while the option is ON.
Para ver la Lista de lenguajes Disponibles. Teclea %%SDHigh%%@%%SDTrigger%%-language xx%%SDLow%% para cambiar a: 
Lenguaje no conocido !!!
Nuevo Lenguaje Seleccionado

It's the first time that you request something. A default language as been assign to you. You can changed it with %%SDHigh%%@%%SDTrigger%%-languaje
Can't saved user preferences !!!
Lo siento esa funcion esta desactivada
`` from sdcontrolsend
Control Sends is
WARNING: The script is OFF, but the Control Sends is still ON. Read the note "/sdhelp sdcontrolsend"
Todos los envios actuales han sido detenidos...
`` It's really: Stop sending of file xx for nick
Deteniendo el envio del archivo 
de
Forzando envio del archivo 
`` Added to inform yourself a new send is starting
Iniciando Transferencia del Archivo a
`` help about /sdsend
Forced send of file number # present in the que.
Normals rules are apply here (user must be on a channel where you serve files...)
Except: Slots limits is bypass + script status is bypass (send the file even if the script is OFF).
`` help about /sduserinfo
/sduserinfo nick
Allow you to get more informations about "nick"
This command is really limited if $userTracking="false"; is set in the script
`` help about /sdstopsend
Stop ALL the current sends and reput them in your que.
To note: If the script is in mode ON or END, it will simply restart the sends. So remember to put it OFF before it.
`` stuff in sd_User_Getleech
Conocido por 1era,. vez
Solicitudes Realizadas en el Server
Solicitudes de Archivos
Numero de Archivos Descargados
Total Descargado
bytes
`` stuff in /sduserinfo function
Informacion acerca de
`` use in sd_nick_change
`` it's -> Change your nick back to %%SDHigh%%nick%%SDLow%% or you will...
`` this is reused lower
Cambia tu nick nuevamente a %%SDHigh%%
%%SDLow%% o no recibiras los archivos que tienes en mi lista de espera !
`` it's -> Nick change with files in que : xxx is now yyy
Nick cambiado con archivos en lista de espera :
`` This is reused
es ahora
`` it's -> Change your nick back to %%SDHigh%%nick%%SDLow%% or i will cancel the send !
%%SDLow%% o sera cancelado tu envio !
`` it's -> Nick change while uploading : xxx is now yyy
Nick Cambiado mientras Descargaba :
`` from sd_sendNow
Forzando envio del archivo a
`` from sd_User_GetLeech
Velocidad Record
`` from sd_UserInfo
normal
Usuario Desconocido
ban
Estado de Usuario
Lenguaje Seleccionado
Conocido desde
Numero de Pedidos
Numero de Solicitudes por Archivo
Numero de Archivos Descargados
Ultima vez visto
Archivos en Espera
Usuario en Linea
bytes
`` from sd_custom_ads
Custom ads enable
Custom ads disable
Este usuario esta Baneado !
No encontrado...
`` from sd_check_que_cheat
`` it's -> Found a duplicate ident (ident) for xxx and yyy
Encontrado doble existencia
de
y
That user is cheating the que !!!
Trying to cheat the que with
`` Our stats on send complete -> You have now received xxx files from me, for a total of xxx files sent since...
Tu has Recibido %%SDHigh%%
%%SDLow%% Archivos %%SDHigh%%
%%SDLow%% de mi, para un total de %%SDHigh%%%%SDFilesSent%%%%SDLow%% Archivos %%SDHigh%%%%SDFilesSentSize%%%%SDLow%% enviados desde %%SDFirstDate%%
Con esta son %%SDHigh%%%%SDListSent%%%%SDLow%% ocasiones que he enviado mi Lista, espero encuentres algo que sea de tu agrado !
`` From sd_clear_users
Usuarios Encontrados :
Removiendo
`` Stats use in sd_show_uptime
%%SDLow%%%%SDBGColor1%%Sistema Operativo: %%SDHigh%%%%SDOS%%%%SDLow%%%%SDBGColor1%% %%SDColor6%%%%SDSpacer%%%%SDLow%%%%SDBGColor1%% Tiempo en Linea: %%SDHigh%%%%SDUptime%%
`` Add for our !seen system
`` We build "I haven't seen NICK for xx message: quit...
Yo no he visto a %%SDHigh%%
%%SDLow%%desde hace
ultimo mensaje de salida:%%SDHigh%%
%%SDHigh%%!seen <nick>%%SDLow%% Para saber la ultima vez que vi a <nick>.
se encuentra en este momento en el canal !
`` END OF FILE :-)
