překlad Autheme

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Leeking
Příspěvky: 373
Registrován: 17 bře 2011, 16:47
Reputation: 0

Re: překlad Autheme

#11 Příspěvekod Leeking » 02 pro 2011, 17:46

Ne, příkaz je příkaz, text je akorát doplněk, který se má napsat při zadání příkazu. Chyba je v tom, jak výše psal Sejsel, že si cvocek nepohlídal jestli maže ' atd.
Poradil vám někdo? Poděkujte mu karmou. :)
Potřebujete poradit s Minecraftem? Napište mi.
Čtu každé téma na Minecraft fóru, není nutné mi co jste již napsali tam mi přeposílat. Děkuju za pochopení.

cvocek123
Příspěvky: 47
Registrován: 29 lis 2011, 22:54
Reputation: 0

Re: překlad Autheme

#12 Příspěvekod cvocek123 » 02 pro 2011, 18:10

sejsel nechápu tě jak v code? :D

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: překlad Autheme

#13 Příspěvekod LavorekCZ » 02 pro 2011, 19:11

V code je toto

Kód: Vybrat vše

Text v code


Při přidávání přispěvku klikni nahoře na "Code" a mezi ty dvě hranaté závorky vlož text.
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

cvocek123
Příspěvky: 47
Registrován: 29 lis 2011, 22:54
Reputation: 0

Re: překlad Autheme

#14 Příspěvekod cvocek123 » 02 pro 2011, 20:22

Kód: Vybrat vše

join:
    register: "{RED}You are not registered.{NEWLINE}{RED}Please register using /register <password>."
    login: "{RED}Please log in using /login <password>."
    error:
        lockout: "You are temporarily locked out for exceeding the incorrect password threshold."
        online: "You are already online!"
        name: "Your name contains one or more illegal characters."

register:
    usage: "{RED}Correct Usage: /register <password> [email]"
    success: "{BRIGHTGREEN}You have successfully registered!"
    error:
        disabled: "{RED}Registrations are currently disabled!"
        registered: "{RED}You are already registered!"
        multiple: "{RED}You may not register any more accounts!"
        password: "{RED}Your password must be at least {PWMINLENGTH} characters long!"
        email: "{RED}Please use a valid email address when registering!"

login:
    usage: "{RED}Correct Usage: /login <password>"
    success: "{BRIGHTGREEN}You are now logged in!"
    error:
        registered: "{RED}You are not registered!"
        logged: "{RED}You are already logged in!"
        password: "{RED}Incorrect password!"
        activate: "{RED}Your account is not activated!"

logout:
    success: "{BRIGHTGREEN}You have been logged out!"
    error:
        logged: "{RED}You are not logged in!"

changepw:
    usage: "{RED}Correct Usage: /changepw <old password> <new password>"
    success: "{BRIGHTGREEN}Password changed!"
    error:
        disabled: "{RED}Password changes are currently disabled!"
        logged: "{RED}You are not logged in!"
        incorrect: "{RED}Incorrect old password!"
        invalid: "{RED}Your new password must be at least {PWMINLENGTH} characters long!"

admin:
    unknown: "Unknown subcommand, try /xauth for more information"
    permission: "You do not have permission to use this command!"
    register:
        usage: "{RED}Correct Usage: /xauth register <player> <password> [email]"
        registered: "{RED}This player is already registered!"
        success: "{BRIGHTGREEN}Account successfully created for: {WHITE}{TARGET}"
    changepw:
        usage: "{RED}Correct Usage: /xauth changepw <player> <new password>"
        registered: "{RED}This player is not registered!"
        success: "{TARGET}'s {BRIGHTGREEN}password has been changed!"
    logout:
        usage: "{RED}Correct Usage: /xauth logout <player>"
        logged: "{TARGET} {RED}is not logged in!"
        success: "{TARGET} {BRIGHTGREEN}has been logged out!"
    unregister:
        usage: "{RED}Correct Usage: /xauth unregister <player>"
        registered: "{RED}This player is not registered!"
        success:
            target: "{RED}You have been unregistered and logged out!"
            player: "{TARGET} {BRIGHTGREEN}has been unregistered!"
    strike:
        usage: "{RED}Correct usage: /xauth strike list|clear [ip]"
        list:
            header: "Strike list:"
            strike: "Strike"
            error:
                all: "{RED}There are no strikes in the database!"
                ip: "{RED}This IP address has no strikes!"
        clear:
            all: "{BRIGHTGREEN}All strikes cleared!"
            ip: "{BRIGHTGREEN}All strikes for this IP have been cleared!"
    location:
        usage: "{RED}Correct Usage: /xauth location set|remove [global]"
        set:
            isglobal: "{YELLOW}{PLUGIN} {RED}Global teleport location is set to this world.{NEWLINE}{YELLOW}{PLUGIN} {RED}Please remove it first."
            success: "{YELLOW}{PLUGIN} {BRIGHTGREEN}Teleport location for this world set to your location!"
            global:
                success: "{YELLOW}{PLUGIN} {BRIGHTGREEN}Global teleport location set to your location!"
        remove:
            no: "{YELLOW}{PLUGIN} {BRIGHTGREEN}This world does not have a teleport location!"
            isglobal: "{YELLOW}{PLUGIN} {RED}Global teleport location is set to this world.{NEWLINE}{YELLOW}{PLUGIN} {RED}Please use /xauth location remove global"
            success: "{YELLOW}{PLUGIN} {BRIGHTGREEN}Teleport location for this world has been removed!"
            global:
                no: "{YELLOW}{PLUGIN} {BRIGHTGREEN}A global teleport location is not set!"
                success: "{YELLOW}{PLUGIN} {BRIGHTGREEN}Global teleport location has been removed!"
    config:
        usage: "{RED}Correct Usage: /xauth config <setting> [new value]"
        no: "{YELLOW}{PLUGIN} {RED}No such setting!"
        desc: "Setting: {SETTING}{NEWLINE}Type: {TYPE}{NEWLINE}Value: {VALUE}"
        invalid: "{RED}Invalid value type!"
        success: "{YELLOW}{PLUGIN} {BRIGHTGREEN}Setting changed!"
    reload:
        sucess: "{YELLOW}{PLUGIN} {BRIGHTGREEN}Reload complete!"     

misc:
    illegal: "{GRAY}You must be logged in to do that!"
    reloaded: "{RED}Server reloaded, please log in."
    kick:
        timeout: "You have taken too long to log in!"
        strike: "You have entered too many invalid passwords!"

# INTERNAL USE ONLY! DO NOT TOUCH!
version: 3

cvocek123
Příspěvky: 47
Registrován: 29 lis 2011, 22:54
Reputation: 0

Re: překlad Autheme

#15 Příspěvekod cvocek123 » 03 pro 2011, 00:41

takže nic?


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 24 hostů