From d5fd06c0767fb38f034312942cf0d363cfdaff94 Mon Sep 17 00:00:00 2001 From: Maxetto Date: Thu, 7 Jul 2016 14:38:16 +0200 Subject: [PATCH] Created Italian (markdown) --- Italian.md | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 Italian.md diff --git a/Italian.md b/Italian.md new file mode 100644 index 0000000..9327af5 --- /dev/null +++ b/Italian.md @@ -0,0 +1,100 @@ +Credits: Maxetto + +FastLogin version: 1.5 + +*** + +```yaml +# FastLogin localization +# Project site: https://www.spigotmc.org/resources/fastlogin.14153 +# Source code: https://github.com/games647/FastLogin +# +# You can access the newest locale here: +# https://github.com/games647/FastLogin/blob/master/core/src/main/resources/messages.yml +# +# You want to have language template? Visit the Github Wiki here: +# https://github.com/games647/FastLogin/wiki/English + +# In order to split a message into seperate lines you could just make a new line, but keep the ' +# Example: +# bla: '&aFirst line +# Second line +# Third line' + +# If you want to disable a message, you can just set it to a empty value. +# In this case no message will be sent +# Example: +# bla: '' + +# ========= Shared (BungeeCord and Bukkit) ============ + +# Player activated premium logins in order to skip offline authentication +add-premium: '&2Aggiunto alla lista dei giocatori Premium' + +# Player is already set be a paid account +already-exists: '&4Fai già parte della lista dei giocatori Premium' + +# Player is already set be a paid account +already-exists-other: '&4Il giocatore inserito fa già parte della lista dei giocatori Premium' + +# Player was changed to be cracked +remove-premium: '&2Rimosso dalla lista dei giocatori Premium' + +# Player is already set to be cracked +not-premium: '&4Non fai parte della lista dei giocatori Premium' + +# Player is already set to be cracked +not-premium-other: '&4Il giocatore inserito non fa parte della lista dei giocatori Premium' + +# Admin wanted to change the premium of a user that isn't known to the plugin +player-unknown: '&4Il giocatore inserito non è presente nel database' + +# ========= Bukkit/Spigot/PaperSpigot/TacoSpigot only ================================ + +# The user skipped the authentication, because it was a premium player +auto-login: '&2Autenticato dall''Account Premium' + +# The user was auto registered on the first join. The user account will be registered to protect it from cracked players +# The password can be used if the mojang servers are down and you still want your premium users to login (PLANNED) +auto-register: '&2Sei stato registrato automaticamente con la password: %password +Magari la vuoi cambiare?' + +# Player is not able to toggle the premium state of other players +no-permission: '&4Non hai il permesso di fare ciò' + +# Although the console can toggle the premium state, it's not possible for the console itself. +# Because the console is not a user. (obviously, isn't it?) +no-console: '&4Non sei un giocatore. Non puoi aggiungerti alla lista dei giocatori Premium dalla Console' + +# The user wants to toggle premium state, but BungeeCord support is enabled. This means the server have to communicate +# with the BungeeCord first which will establish a connection with the database server. +wait-on-proxy: '&6Inoltro la richiesta...' + +# When ProtocolLib is enabled and the plugin is unable to continue handling a login request after a requested premium +# authentication. In this state the client expects a success packet with a encrypted connection or disconnect packet. +# So we kick the player, if we cannot encrypt the connection. In other situation (example: premium name check), +# the player will be just authenticated as cracked +error-kick: '&4Si è veriticato un errore' + +# The server sents a verify token within the premium authentication reqest. If this doesn't match on response, +# it could be another client sending malicious packets +invalid-verify-token: '&4Token di autenticazione non valido' + +# The client sent no request join server request to the mojang servers which would proof that it's owner of that +# acciunt. Only modified clients would do this. +invalid-session: '&4Sessione non valida' + +# The client sent a malicous packet without a login request packet +invalid-requst: '&4Richiesta non valida' + +# Message if the bukkit isn't fully started to inject the packets +not-started: '&cIl server non si è ancora avviato completamente. Per favore riprova' + +# Warning message if a user invoked /premium command +premium-warning: '&c&lATTENZIONE: &6Questo comando &lDEVE&6 essere eseguito solo se sei realmente Premium +Scrivi nuovamente &a/premium&6 again per confermare' + +# ========= Bungee/Waterfall only ================================ + + +``` \ No newline at end of file