View Single Post
KylixMynxAltoLAG
Senior Member
Join Date: Dec 2005
Location: República Argentina.
Old 09-25-2006 , 11:56   Español/Spanish Translation
Reply With Quote #13

Español/Spanish Translation:
Quote:
Originally Posted by KylixMynxAltoLAG
[es]
UNBURY_SUCCESS = [UNBURY] %s ha sido desenterrado.
UNBURY_ADVERT = [UNBURY] Say /unbury para ser desenterrado. Ej: /unbury
UNBURY_DEAD = [UNBURY] Solo puedes usar /unbury si estas con vida!
UNBURY_LIMIT = [UNBURY] Solo puedes usar /unbury %d vece(s) por round!
Quote:
Originally Posted by KylixMynxAltoLAG
[es]
NOT_ALIVE = [STUCK] Solo puedes usar /stuck si estas con vida!
OVERUSED = [STUCK] Solo puedes usar /stuck %i vece(s) por round!
SECONDS = [STUCK] Tienes %i segundo(s) antes de solidificarte de nuevo.
ANOUNCE = [STUCK] say /stuck para recibir semiclip.
Quote:
Originally Posted by KylixMynxAltoLAG
[es]
MONEY_AMOUNT = Tu dinero ha sido cambiado a $%i.
MONEY_AMOUNT_ADDED = Has recibido un extra de $%i.
MONEY_AMOUNT_LIMITED = Tu dinero ha sido cambiado a $16000, el cual es el maximo permitido.
I couldn't find what "semiclip" is means to be.
Take a look at your code maybe you are using some wrong vars. See what are you doing while using "%i" & "%d" for showind the same kind of data:

here you use %d:
UNBURY_LIMIT = [UNBURY] You can use /unbury only %d time(s) a round
here you use %i:
OVERUSED = [STUCK] You can only do that command %i times a round.
and both are used to show the same thing (times a command can be used during a round.)

Hope this helps.
Att. Kylix Mynx AltoLAG
__________________
Ayuda Requerida/Help Needed:
(This will enable MultiLingual support for Times & Dates)

Last edited by KylixMynxAltoLAG; 11-24-2006 at 14:03.
KylixMynxAltoLAG is offline