Compare commits

...

11 Commits

Author SHA1 Message Date
MegaSa1nt
9f31d12f47 Merge pull request #277 from itzmaxe/master
Fixed some things in the Spanish translation
2024-12-13 01:35:18 +03:00
Maxe
8642b7613a Update localeES.php 2024-12-12 17:33:21 -05:00
Maxe
0f3560db45 Update and fix some things on localeES.php 2024-12-12 17:26:56 -05:00
MegaSa1nt
65b52488bf Merge pull request #276 from itzmaxe/master
Updated Spanish Dashboard translation
2024-12-12 22:21:39 +03:00
MegaSa1nt
01650fb425 Added username to dashboard 2024-12-13 00:21:29 +05:00
Maxe
ec87f42d16 Update Spanish Webhook credits 2024-12-12 13:35:37 -05:00
Maxe
0f51e48c3d Updated Spanish Webhook translation 2024-12-12 13:34:07 -05:00
Maxe
c5c68286df Update localeES.php 2024-12-12 12:36:24 -05:00
Maxe
d00564231a Update localeES.php 2024-12-12 12:03:22 -05:00
Maxe
0c9c5c6b0a Update localeES.php 2024-12-12 11:50:17 -05:00
Maxe
8f04ff41e2 Update localeES.php
(Unfinished)
2024-12-12 11:44:10 -05:00
3 changed files with 367 additions and 365 deletions

View File

@@ -2,47 +2,49 @@
/*
Welcome to webhooks translation file!
You're currently at Spanish (Español) language
Credits: @Neejik / Nejik.
Credits: @Neejik / Nejik.
@is.maxi / Maxi.
If you see array instead of simple string, that means you can add as many variations of translation as you want and they will be picked randomly
*/
$webhookLang['rateSuccessTitle'] = ['Un nivel ha sido rateado', '¡Nuevo nivel rateado!', 'Alguien le dió rate a un nivel']; // This one is array
$webhookLang['rateSuccessTitleDM'] = ['¡Tu nivel ha sido rateado!', '¡Alguien le dió rate tu nivel!'];
$webhookLang['rateSuccessDesc'] = '%1$s le dió rate a un nivel'; // And this one is string
$webhookLang['rateSuccessDescDM'] = '¡%1$s le dió rate a tu nivel! %2$s';
$webhookLang['rateFailTitle'] = ['Un nivel ha sido unrateado', 'Alguien le quitó el rate a un nivel'];
$webhookLang['rateFailTitleDM'] = ['Tu nivel ha sido unrateado...', 'Alguien le quitó el rate a tu nivel...'];
$webhookLang['rateFailDesc'] = '%1$s le quitó el rate a un nivel';
$webhookLang['rateFailDescDM'] = '%1$s le quitó el rate a tu nivel %2$s...';
<?php
$webhookLang['rateSuccessTitle'] = ['Un nivel ha sido calificado', '¡Nuevo nivel calificado!', 'Alguien le dio calificación a un nivel']; // Este es un array
$webhookLang['rateSuccessTitleDM'] = ['¡Tu nivel ha sido calificado!', '¡Alguien le dio calificación a tu nivel!'];
$webhookLang['rateSuccessDesc'] = '%1$s le dio calificación a un nivel'; // Y este es un string
$webhookLang['rateSuccessDescDM'] = '¡%1$s le dio calificación a tu nivel! %2$s';
$webhookLang['rateFailTitle'] = ['Un nivel ha sido descalificado', 'Alguien le quitó la calificación a un nivel'];
$webhookLang['rateFailTitleDM'] = ['Tu nivel ha sido descalificado...', 'Alguien le quitó la calificación a tu nivel...'];
$webhookLang['rateFailDesc'] = '%1$s le quitó la calificación a un nivel';
$webhookLang['rateFailDescDM'] = '%1$s le quitó la calificación a tu nivel %2$s...';
$webhookLang['levelTitle'] = 'Nivel';
$webhookLang['levelDesc'] = '%1$s por %2$s'; // Name by Creator
$webhookLang['levelDesc'] = '%1$s por %2$s'; // Nombre por Creador
$webhookLang['levelIDTitle'] = 'ID del Nivel';
$webhookLang['difficultyTitle'] = 'Dificultad';
$webhookLang['difficultyDesc0'] = '%1$s, %2$s estrella'; // Auto, 1 star
$webhookLang['difficultyDesc1'] = '%1$s, %2$s estrellas'; // Easy, 2 stars
$webhookLang['difficultyDesc2'] = '%1$s, %2$s estrellas'; // Hard, 5 stars
$webhookLang['difficultyDescMoon0'] = '%1$s, %2$s luna'; // Auto, 1 moon (Platformer)
$webhookLang['difficultyDescMoon1'] = '%1$s, %2$s lunas'; // Easy, 2 moons (Platformer)
$webhookLang['difficultyDescMoon2'] = '%1$s, %2$s lunas'; // Hard, 5 moons (Platformer)
$webhookLang['difficultyDesc0'] = '%1$s, %2$s estrella'; // Auto, 1 estrella
$webhookLang['difficultyDesc1'] = '%1$s, %2$s estrellas'; // Fácil, 2 estrellas
$webhookLang['difficultyDesc2'] = '%1$s, %2$s estrellas'; // Difícil, 5 estrellas
$webhookLang['difficultyDescMoon0'] = '%1$s, %2$s luna'; // Auto, 1 luna (Plataforma)
$webhookLang['difficultyDescMoon1'] = '%1$s, %2$s lunas'; // Fácil, 2 lunas (Plataforma)
$webhookLang['difficultyDescMoon2'] = '%1$s, %2$s lunas'; // Difícil, 5 lunas (Plataforma)
$webhookLang['statsTitle'] = 'Estadísticas';
$webhookLang['requestedTitle'] = 'Rate pedido';
$webhookLang['requestedDesc0'] = '%1$s estrella'; // 1 star
$webhookLang['requestedDesc1'] = '%1$s estrellas'; // 2 stars
$webhookLang['requestedDesc2'] = '%1$s estrellas'; // 5 stars
$webhookLang['requestedDescMoon0'] = '%1$s luna'; // 1 moon (Platformer)
$webhookLang['requestedDescMoon1'] = '%1$s lunas'; // 2 moons (Platformer)
$webhookLang['requestedDescMoon2'] = '%1$s lunas'; // 5 moons (Platformer)
$webhookLang['requestedTitle'] = 'Calificación solicitada';
$webhookLang['requestedDesc0'] = '%1$s estrella'; // 1 estrella
$webhookLang['requestedDesc1'] = '%1$s estrellas'; // 2 estrellas
$webhookLang['requestedDesc2'] = '%1$s estrellas'; // 5 estrellas
$webhookLang['requestedDescMoon0'] = '%1$s luna'; // 1 luna (Plataforma)
$webhookLang['requestedDescMoon1'] = '%1$s lunas'; // 2 lunas (Plataforma)
$webhookLang['requestedDescMoon2'] = '%1$s lunas'; // 5 lunas (Plataforma)
$webhookLang['descTitle'] = 'Descripción';
$webhookLang['descDesc'] = '*Sin descripción*';
$webhookLang['footer'] = '¡Gracias por jugar, %1$s!';
$webhookLang['suggestTitle'] = ['Echa un vistazo a este nivel', 'Un nivel ha sido enviado para rate', 'Alguien envió un nivel para rate'];
$webhookLang['suggestDesc'] = '%1$s envió un nivel para rate';
$webhookLang['suggestTitle'] = ['Echa un vistazo a este nivel', 'Un nivel ha sido enviado para calificación', 'Alguien envió un nivel para calificación'];
$webhookLang['suggestDesc'] = '%1$s envió un nivel para calificación';
$webhookLang['footerSuggest'] = '¡Gracias por moderar, %1$s!';
$webhookLang['accountLinkTitle'] = ['Sincronización de cuenta', 'Alguien quiere sincronizar una cuenta'];
$webhookLang['accountLinkDesc'] = '%1$s quiere sincronizar su cuenta del juego a tu cuenta de Discord. Publica **!discord accept *code*** en tu perfil del juego para aceptar. Si no eres tú - **ignora** este mensaje';
$webhookLang['accountLinkDesc'] = '%1$s quiere sincronizar su cuenta del juego a tu cuenta de Discord. Publica **!discord accept *código*** en tu perfil del juego para aceptar. Si no eres tú - **ignora** este mensaje';
$webhookLang['accountCodeFirst'] = 'Primer número';
$webhookLang['accountCodeSecond'] = 'Segundo número';
$webhookLang['accountCodeThird'] = 'Tercer número';
@@ -52,8 +54,8 @@ $webhookLang['accountUnlinkDesc'] = 'Has desvinculado %1$s de tu cuenta de Disco
$webhookLang['accountAcceptTitle'] = ['Cuenta sincronizada', 'Tu cuenta ha sido vinculada'];
$webhookLang['accountAcceptDesc'] = 'Has sincronizado %1$s a tu cuenta de Discord exitosamente';
$webhookLang['playerBanTitle'] = ['Un usuario ha sido baneado', 'Alguien ha baneado un usuario', 'Ban'];
$webhookLang['playerBanTitleDM'] = ['Has sido baneado...', 'Alguien te ha baneado...', '¡Ban!'];
$webhookLang['playerBanTitle'] = ['Un usuario ha sido baneado', 'Alguien ha baneado un usuario', 'Baneo'];
$webhookLang['playerBanTitleDM'] = ['Has sido baneado...', 'Alguien te ha baneado...', '¡Baneo!'];
$webhookLang['playerUnbanTitle'] = ['Un usuario ha sido desbaneado', 'Alguien ha desbaneado un usuario', 'Desbaneo'];
$webhookLang['playerUnbanTitleDM'] = ['¡Has sido desbaneado!', '¡Alguien te ha desbaneado!', '¡Desbaneado!'];
$webhookLang['playerBanTopDesc'] = '%1$s ha baneado a %2$s del top de jugadores';
@@ -96,238 +98,238 @@ $webhookLang['weeklyDesc'] = 'Este nivel ahora es un weekly';
$webhookLang['weeklyDescDM'] = '%1$s, esta semana tu nivel es un weekly';
$webhookLang['eventTitle'] = 'Nuevo Event';
$webhookLang['eventTitleDM'] = '¡Tu nivel es Event!';
$webhookLang['eventDesc'] = 'Este nivel ahora es un evento';
$webhookLang['eventDesc'] = ' Este nivel ahora es un evento';
$webhookLang['eventDescDM'] = '%1$s, actualmente tu nivel es un evento';
$webhookLang['logsRegisterTitle'] = 'New account!';
$webhookLang['logsRegisterDesc'] = 'Someone registered new account!';
$webhookLang['logsUsernameField'] = 'Player\'s username';
$webhookLang['logsPlayerIDField'] = 'Player\'s ID';
$webhookLang['logsRegisterTimeField'] = 'Register date';
$webhookLang['logsIsActivatedField'] = 'Is activated?';
$webhookLang['logsRegisterYes'] = 'Yes';
$webhookLang['logsRegisterTitle'] = '¡Nueva cuenta!';
$webhookLang['logsRegisterDesc'] = '¡Alguien registró una nueva cuenta!';
$webhookLang['logsUsernameField'] = 'Nombre de usuario del jugador';
$webhookLang['logsPlayerIDField'] = 'ID del jugador';
$webhookLang['logsRegisterTimeField'] = 'Fecha de registro';
$webhookLang['logsIsActivatedField'] = '¿Está activada?';
$webhookLang['logsRegisterYes'] = '';
$webhookLang['logsRegisterNo'] = 'No';
$webhookLang['logsLevelDeletedTitle'] = 'Level was deleted!';
$webhookLang['logsLevelDeletedDesc'] = 'Someone deleted level!';
$webhookLang['logsLevelChangedTitle'] = 'Level was changed!';
$webhookLang['logsLevelChangedDesc'] = 'Someone changed level!';
$webhookLang['logsLevelUploadedTitle'] = 'Level was uploaded!';
$webhookLang['logsLevelUploadedDesc'] = 'Someone uploaded a level!';
$webhookLang['logsLevelChangeNameValue'] = 'Old name:'.PHP_EOL.'%1$s'.PHP_EOL.'New name:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangeExtIDValue'] = 'Old author:'.PHP_EOL.'%1$s'.PHP_EOL.'New author:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangeDescValue'] = 'Old description:'.PHP_EOL.'%1$s'.PHP_EOL.'New description:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangeSongIDValue'] = 'Old song:'.PHP_EOL.'%1$s'.PHP_EOL.'New song:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangeAudioTrackValue'] = 'Old audiotrack:'.PHP_EOL.'%1$s'.PHP_EOL.'New audiotrack:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangePasswordValue'] = 'Old password:'.PHP_EOL.'||%1$s||'.PHP_EOL.'New password:'.PHP_EOL.'||%2$s||';
$webhookLang['logsLevelChangeCoinsValue'] = 'Were coins verified before?'.PHP_EOL.'**%1$s**'.PHP_EOL.'Are coins verified after?'.PHP_EOL.'**%2$s**';
$webhookLang['logsLevelChangeUnlistedValue'] = 'Level privacy before:'.PHP_EOL.'**%1$s**'.PHP_EOL.'Level privacy after:'.PHP_EOL.'**%2$s**';
$webhookLang['logsLevelChangeUnlisted2Value'] = '(2) Level privacy before:'.PHP_EOL.'**%1$s**'.PHP_EOL.'(2) Level privacy after:'.PHP_EOL.'**%2$s**'; // Unused and probably will never be
$webhookLang['logsLevelChangeUpdateLockedValue'] = 'Was updating locked before?'.PHP_EOL.'**%1$s**'.PHP_EOL.'Is updating locked after?'.PHP_EOL.'**%2$s**';
$webhookLang['logsLevelChangeCommentLockedValue'] = 'Was commenting locked before?'.PHP_EOL.'**%1$s**'.PHP_EOL.'Is commenting locked after?'.PHP_EOL.'**%2$s**';
$webhookLang['logsLevelChangeNameField'] = 'Level name was changed';
$webhookLang['logsLevelChangeExtIDField'] = 'Level author was changed';
$webhookLang['logsLevelChangeDescField'] = 'Level description was changed';
$webhookLang['logsLevelChangeSongIDField'] = 'Level song was changed';
$webhookLang['logsLevelChangeAudioTrackField'] = 'Level audiotrack was changed';
$webhookLang['logsLevelChangePasswordField'] = 'Level password was changed';
$webhookLang['logsLevelChangeCoinsField'] = 'Level coins were changed';
$webhookLang['logsLevelChangeUnlistedField'] = 'Level privacy was changed';
$webhookLang['logsLevelChangeUnlisted2Field'] = 'Level privacy was changed (2)'; // Unused and probably will never be
$webhookLang['logsLevelChangeUpdateLockedField'] = 'Updating lock status was changed';
$webhookLang['logsLevelChangeCommentLockedField'] = 'Commenting lock status was changed';
$webhookLang['logsLevelChangeWhoField'] = 'Who changed level?';
$webhookLang['logsLevelDeletedTitle'] = '¡Un nivel fue eliminado!';
$webhookLang['logsLevelDeletedDesc'] = '¡Alguien eliminó un nivel!';
$webhookLang['logsLevelChangedTitle'] = '¡Un nivel fue cambiado!';
$webhookLang['logsLevelChangedDesc'] = '¡Alguien cambió un nivel!';
$webhookLang['logsLevelUploadedTitle'] = '¡Un nivel fue subido!';
$webhookLang['logsLevelUploadedDesc'] = '¡Alguien subió un nivel!';
$webhookLang['logsLevelChangeNameValue'] = 'Nombre antiguo:'.PHP_EOL.'%1$s'.PHP_EOL.'Nuevo nombre:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangeExtIDValue'] = 'Autor antiguo:'.PHP_EOL.'%1$s'.PHP_EOL.'Nuevo autor:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangeDescValue'] = 'Descripción antigua:'.PHP_EOL.'%1$s'.PHP_EOL.'Nueva descripción:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangeSongIDValue'] = 'Canción antigua:'.PHP_EOL.'%1$s'.PHP_EOL.'Nueva canción:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangeAudioTrackValue'] = 'Audiotrack antiguo:'.PHP_EOL.'%1$s'.PHP_EOL.'Nuevo audiotrack:'.PHP_EOL.'%2$s';
$webhookLang['logsLevelChangePasswordValue'] = 'Contraseña antigua:'.PHP_EOL.'||%1$s||'.PHP_EOL.'Nueva contraseña:'.PHP_EOL.'||%2$s||';
$webhookLang['logsLevelChangeCoinsValue'] = '¿Las monedas fueron verificadas antes?'.PHP_EOL.'**%1$s**'.PHP_EOL.'¿Las monedas fueron verificadas después?'.PHP_EOL.'**%2$s**';
$webhookLang['logsLevelChangeUnlistedValue'] = 'Privacidad del nivel antes:'.PHP_EOL.'**%1$s**'.PHP_EOL.'Privacidad del nivel después:'.PHP_EOL.'**%2$s**';
$webhookLang['logsLevelChangeUnlisted2Value'] = '(2) Privacidad del nivel antes:'.PHP_EOL.'**%1$s**'.PHP_EOL.'(2) Privacidad del nivel después:'.PHP_EOL.'**%2$s**'; // No utilizado y probablemente nunca lo será
$webhookLang['logsLevelChangeUpdateLockedValue'] = '¿Se bloquearon las actualizaciones antes?'.PHP_EOL.'**%1$s**'.PHP_EOL.'¿Se bloquearon la actualizaciones después?'.PHP_EOL.'**%2$s**';
$webhookLang['logsLevelChangeCommentLockedValue'] = '¿Se bloquearon los comentarios antes?'.PHP_EOL.'**%1$s**'.PHP_EOL.'¿Se bloquearon los comentarios después?'.PHP_EOL.'**%2$s**';
$webhookLang['logsLevelChangeNameField'] = 'El nombre del nivel fue cambiado';
$webhookLang['logsLevelChangeExtIDField'] = 'El autor del nivel fue cambiado';
$webhookLang['logsLevelChangeDescField'] = 'La descripción del nivel fue cambiada';
$webhookLang['logsLevelChangeSongIDField'] = 'La canción del nivel fue cambiada';
$webhookLang['logsLevelChangeAudioTrackField'] = 'El audiotrack del nivel fue cambiado';
$webhookLang['logsLevelChangePasswordField'] = 'La contraseña del nivel fue cambiada';
$webhookLang['logsLevelChangeCoinsField'] = 'Las monedas del nivel fueron cambiadas';
$webhookLang['logsLevelChangeUnlistedField'] = 'La privacidad del nivel fue cambiada';
$webhookLang['logsLevelChangeUnlisted2Field'] = 'La privacidad del nivel fue cambiada (2)'; // No utilizado y probablemente nunca lo será
$webhookLang['logsLevel ChangeUpdateLockedField'] = 'El estado de bloqueo de actualización fue cambiado';
$webhookLang['logsLevelChangeCommentLockedField'] = 'El estado de bloqueo de comentarios fue cambiado';
$webhookLang['logsLevelChangeWhoField'] = '¿Quién cambió el nivel?';
$webhookLang['songTitle'] = 'Song';
$webhookLang['levelIsPublic'] = 'Level is public';
$webhookLang['levelOnlyForFriends'] = 'Level is only for friends';
$webhookLang['levelIsUnlisted'] = 'Level is unlisted';
$webhookLang['unlistedTitle'] = 'Level privacy';
$webhookLang['songTitle'] = 'Canción';
$webhookLang['levelIsPublic'] = 'El nivel es público';
$webhookLang['levelOnlyForFriends'] = 'El nivel es solo para amigos';
$webhookLang['levelIsUnlisted'] = 'El nivel es no listado';
$webhookLang['unlistedTitle'] = 'Privacidad del nivel';
$webhookLang['logsAccountChangeWhoField'] = 'Who changed account?';
$webhookLang['logsAccountChangeUsernameField'] = 'Username was changed';
$webhookLang['logsAccountChangeUsernameValue'] = 'Username before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Username after:'.PHP_EOL.'`%2$s`';
$webhookLang['mS0'] = 'Direct messages are opened';
$webhookLang['mS1'] = 'Direct messages are opened only for friends';
$webhookLang['mS2'] = 'Direct messages are closed';
$webhookLang['logsAccountChangeMSField'] = 'Direct messages privacy was changed';
$webhookLang['logsAccountChangeMSValue'] = 'Direct messages privacy before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Direct messages privacy after:'.PHP_EOL.'`%2$s`';
$webhookLang['frS0'] = 'Friend requests are opened';
$webhookLang['frS1'] = 'Friend requests are closed';
$webhookLang['logsAccountChangeFRSField'] = 'Friend requests privacy was changed';
$webhookLang['logsAccountChangeFRSValue'] = 'Friend request privacy before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Friend request privacy after:'.PHP_EOL.'`%2$s`';
$webhookLang['cS0'] = 'Comments history is opened';
$webhookLang['cS1'] = 'Comments history is opened only for friends';
$webhookLang['cS2'] = 'Comments history is closed';
$webhookLang['logsAccountChangeCSField'] = 'Comments history privacy was changed';
$webhookLang['logsAccountChangeCSValue'] = 'Comments history privacy before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Comments history privacy after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsAccountChangeYTField'] = 'YouTube channel link was changed';
$webhookLang['logsAccountChangeYTValue'] = 'YouTube channel link before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'YouTube channel link after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsAccountChangeNoYT'] = 'No YouTube channel link';
$webhookLang['logsAccountChangeTWField'] = 'X account link was changed';
$webhookLang['logsAccountChangeTWValue'] = 'X account link before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'X account link after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsAccountChangeNoTW'] = 'No X account link';
$webhookLang['logsAccountChangeTTVField'] = 'Twitch channel link was changed';
$webhookLang['logsAccountChangeTTVValue'] = 'Twitch channel link before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Twitch channel link after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsAccountChangeNoTTV'] = 'No Twitch channel link';
$webhookLang['logsAccountChangeActiveField'] = 'Account activity status was changed';
$webhookLang['logsAccountChangeActiveValue'] = 'Was account activated before?'.PHP_EOL.'**%1$s**'.PHP_EOL.'Is account activated after?'.PHP_EOL.'**%2$s**';
$webhookLang['logsAccountChangePasswordField'] = 'Password was changed';
$webhookLang['logsAccountChangePasswordValue'] = '||... What did you want to see here?||';
$webhookLang['logsWhatWasChangedField'] = 'What was changed?';
$webhookLang['logsAccountChangedTitle'] = 'Account was changed!';
$webhookLang['logsAccountChangedDesc'] = 'Someone changed account!';
$webhookLang['logsAccountChangeWhoField'] = '¿Quién cambió la cuenta?';
$webhookLang['logsAccountChangeUsernameField'] = 'El nombre de usuario fue cambiado';
$webhookLang['logsAccountChangeUsernameValue'] = 'Nombre de usuario antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Nombre de usuario después:'.PHP_EOL.'`%2$s`';
$webhookLang['mS0'] = 'Los mensajes directos están abiertos';
$webhookLang['mS1'] = 'Los mensajes directos están abiertos solo para amigos';
$webhookLang['mS2'] = 'Los mensajes directos están cerrados';
$webhookLang['logsAccountChangeMSField'] = 'La privacidad de los mensajes directos fue cambiada';
$webhookLang['logsAccountChangeMSValue'] = 'La privacidad de los mensajes directos antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'La privacidad de los mensajes directos después:'.PHP_EOL.'`%2$s`';
$webhookLang['frS0'] = 'Las solicitudes de amistad están abiertas';
$webhookLang['frS1'] = 'Las solicitudes de amistad están cerradas';
$webhookLang['logsAccountChangeFRSField'] = 'La privacidad de las solicitudes de amistad fue cambiada';
$webhookLang['logsAccountChangeFRSValue'] = 'La privacidad de las solicitudes de amistad antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'La privacidad de las solicitudes de amistad después:'.PHP_EOL.'`%2$s`';
$webhookLang['cS0'] = 'El historial de comentarios está abierto';
$webhookLang['cS1'] = 'El historial de comentarios está abierto solo para amigos';
$webhookLang['cS2'] = 'El historial de comentarios está cerrado';
$webhookLang['logsAccountChangeCSField'] = 'La privacidad del historial de comentarios fue cambiada';
$webhookLang['logsAccountChangeCSValue'] = 'La privacidad del historial de comentarios antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'La privacidad del historial de comentarios después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsAccountChangeYTField'] = 'El enlace del canal de YouTube fue cambiado';
$webhookLang['logsAccountChangeYTValue'] = 'El enlace del canal de YouTube antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'El enlace del canal de YouTube después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsAccountChangeNoYT'] = 'Sin enlace de canal de YouTube';
$webhookLang['logsAccountChangeTWField'] = 'El enlace de la cuenta de X fue cambiado';
$webhookLang['logsAccountChangeTWValue'] = 'El enlace de la cuenta de X antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'El enlace de la cuenta de X después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsAccountChangeNoTW'] = 'Sin enlace de cuenta de X';
$webhookLang['logsAccountChangeTTVField'] = 'El enlace del canal de Twitch fue cambiado';
$webhookLang['logsAccountChangeTTVValue'] = 'El enlace del canal de Twitch antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'El enlace del canal de Twitch después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsAccountChangeNoTTV'] = 'Sin enlace de canal de Twitch';
$webhookLang['logsAccountChangeActiveField'] = 'El estado de actividad de la cuenta fue cambiado';
$webhookLang['logsAccountChangeActiveValue'] = '¿La cuenta estaba activada antes?'.PHP_EOL.'**%1$s**'.PHP_EOL.'¿Está activada la cuenta después?'.PHP_EOL.'**%2$s**';
$webhookLang['logsAccountChangePasswordField'] = 'La contraseña fue cambiada';
$webhookLang['logsAccountChangePasswordValue'] = '||... ¿Qué querías ver aquí?||';
$webhookLang['logsWhatWasChangedField'] = '¿Qué fue cambiado?';
$webhookLang['logsAccountChangedTitle'] = '¡La cuenta fue cambiada!';
$webhookLang['logsAccountChangedDesc'] = '¡Alguien cambió la cuenta!';
$webhookLang['logsListChangeWhoField'] = 'Who changed list?';
$webhookLang['logsListDeletedTitle'] = 'List was deleted!';
$webhookLang['logsListDeletedDesc'] = 'Someone deleted list!';
$webhookLang['logsListUploadedTitle'] = 'List was uploaded!';
$webhookLang['logsListUploadedDesc'] = 'Someone uploaded list!';
$webhookLang['listTitle'] = 'List';
$webhookLang['listIDTitle'] = 'List ID';
$webhookLang['unlistedListTitle'] = 'List privacy';
$webhookLang['listIsPublic'] = 'List is public';
$webhookLang['listIsUnlisted'] = 'List is unlisted';
$webhookLang['listOnlyForFriends'] = 'List is only for friends';
$webhookLang['logsListChangedTitle'] = 'List was changed!';
$webhookLang['logsListChangedDesc'] = 'Someone changed list!';
$webhookLang['logsListChangeNameField'] = 'List name was changed';
$webhookLang['logsListChangeNameValue'] = 'List name before:'.PHP_EOL.'%1$s'.PHP_EOL.'List name after:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeAccountIDField'] = 'List author was changed';
$webhookLang['logsListChangeAccountIDValue'] = 'List author before:'.PHP_EOL.'%1$s'.PHP_EOL.'List author after:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeDescField'] = 'List description was changed';
$webhookLang['logsListChangeDescValue'] = 'List description before:'.PHP_EOL.'%1$s'.PHP_EOL.'List description after:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeReward0'] = '**%1$s** diamond'; // 1 diamond
$webhookLang['logsListChangeReward1'] = '**%1$s** diamonds'; // 2 diamonds
$webhookLang['logsListChangeReward2'] = '**%1$s** diamonds'; // 5 diamonds
$webhookLang['logsListChangeRewardField'] = 'Reward was changed';
$webhookLang['logsListChangeRewardValue'] = 'Reward before:'.PHP_EOL.'%1$s'.PHP_EOL.'Reward after:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeUnlistedField'] = 'List privacy was changed';
$webhookLang['logsListChangeUnlistedValue'] = 'List privacy before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'List privacy after'.PHP_EOL.'`%2$s`';
$webhookLang['logsListChangeDiffField'] = 'List difficulty was changed';
$webhookLang['logsListChangeDiffValue'] = 'Difficulty before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Difficulty after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsListChangeLevelsField'] = 'List levels were changed';
$webhookLang['logsListChangeLevelsValue'] = 'Levels before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Levels after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsListChangeRewardCount0'] = '**%1$s** level'; // 1 level
$webhookLang['logsListChangeRewardCount1'] = '**%1$s** levels'; // 2 levels
$webhookLang['logsListChangeRewardCount2'] = '**%1$s** levels'; // 5 levels
$webhookLang['logsListChangeRewardCountField'] = 'Required levels for reward amount was changed';
$webhookLang['logsListChangeRewardCountValue'] = 'Levels amount before:'.PHP_EOL.'%1$s'.PHP_EOL.'Levels amount after:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeCommentLockedField'] = 'Commenting lock status was changed';
$webhookLang['logsListChangeCommentLockedValue'] = 'Was commenting locked before?'.PHP_EOL.'**%1$s**'.PHP_EOL.'Is commenting locked after?'.PHP_EOL.'**%2$s**';
$webhookLang['difficultyListDesc0'] = '%1$s, %2$s diamond'; // Auto, 1 star
$webhookLang['difficultyListDesc1'] = '%1$s, %2$s diamonds'; // Easy, 2 stars
$webhookLang['difficultyListDesc2'] = '%1$s, %2$s diamonds'; // Hard, 5 stars
$webhookLang['logsListChangeWhoField'] = '¿Quién cambió la lista?';
$webhookLang['logsListDeletedTitle'] = '¡La lista fue eliminada!';
$webhookLang['logsListDeletedDesc'] = '¡Alguien eliminó la lista!';
$webhookLang['logsListUploadedTitle'] = '¡La lista fue subida!';
$webhookLang['logsListUploadedDesc'] = '¡Alguien subió la lista!';
$webhookLang['listTitle'] = 'Lista';
$webhookLang['listIDTitle'] = 'ID de la lista';
$webhookLang['unlistedListTitle'] = 'Privacidad de la lista';
$webhookLang['listIsPublic'] = 'La lista es pública';
$webhookLang['listIsUnlisted'] = 'La lista es no listada';
$webhookLang['listOnlyForFriends'] = 'La lista es solo para amigos';
$webhookLang['logsListChangedTitle'] = '¡La lista fue cambiada!';
$webhookLang['logsListChangedDesc'] = '¡Alguien cambió la lista!';
$webhookLang['logsListChangeNameField'] = 'El nombre de la lista fue cambiado';
$webhookLang['logsListChangeNameValue'] = 'Nombre de la lista antes:'.PHP_EOL.'%1$s'.PHP_EOL.'Nombre de la lista después:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeAccountIDField'] = 'El autor de la lista fue cambiado';
$webhookLang['logsListChangeAccountIDValue'] = 'Autor de la lista antes:'.PHP_EOL.'%1$s'.PHP_EOL.'Autor de la lista después:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeDescField'] = 'La descripción de la lista fue cambiada';
$webhookLang['logsListChangeDescValue'] = 'Descripción de la lista antes:'.PHP_EOL.'%1$s'.PHP_EOL.'Descripción de la lista después:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeReward0'] = '**%1$s** diamante'; // 1 diamante
$webhookLang['logsListChangeReward1'] = '**%1$s** diamantes'; // 2 diamantes
$webhookLang['logsListChangeReward2'] = '**%1$s** diamantes'; // 5 diamantes
$webhookLang['logsListChangeRewardField'] = 'La recompensa fue cambiada';
$webhookLang['logsListChangeRewardValue'] = 'Recompensa antes:'.PHP_EOL.'%1$s'.PHP_EOL.'Recompensa después:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeUnlistedField'] = 'La privacidad de la lista fue cambiada';
$webhookLang['logsListChangeUnlistedValue'] = 'Privacidad de la lista antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Privacidad de la lista después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsListChangeDiffField'] = 'La dificultad de la lista fue cambiada';
$webhookLang['logsListChangeDiffValue'] = 'Dificultad antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Dificultad después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsListChangeLevelsField'] = 'Los niveles de la lista fueron cambiados';
$webhookLang['logsListChangeLevelsValue'] = 'Niveles antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Niveles después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsListChangeRewardCount0'] = '**%1$s** nivel'; // 1 nivel
$webhookLang['logsListChangeRewardCount1'] = '**%1$s** niveles'; // 2 niveles
$webhookLang['logsListChangeRewardCount2'] = '**%1$s** niveles'; // 5 niveles
$webhookLang['logsListChangeRewardCountField'] = 'La cantidad de niveles requeridos para la recompensa fue cambiada';
$webhookLang['logsListChangeRewardCountValue'] = 'Cantidad de niveles antes:'.PHP_EOL.'%1 $s'.PHP_EOL.'Cantidad de niveles después:'.PHP_EOL.'%2$s';
$webhookLang['logsListChangeCommentLockedField'] = 'El estado de bloqueo de comentarios fue cambiado';
$webhookLang['logsListChangeCommentLockedValue'] = '¿Se bloquearon los comentarios antes?'.PHP_EOL.'**%1$s**'.PHP_EOL.'¿Se bloquearon los comentarios después?'.PHP_EOL.'**%2$s**';
$webhookLang['difficultyListDesc0'] = '%1$s, %2$s diamante'; // Auto, 1 estrella
$webhookLang['difficultyListDesc1'] = '%1$s, %2$s diamantes'; // Fácil, 2 estrellas
$webhookLang['difficultyListDesc2'] = '%1$s, %2$s diamantes'; // Difícil, 5 estrellas
$webhookLang['logsModChangeWhoField'] = 'Who changed moderator?';
$webhookLang['logsModDemotedTitle'] = 'Moderator was demoted!';
$webhookLang['logsModDemotedDesc'] = 'Someone demoted moderator!';
$webhookLang['logsModPromotedTitle'] = 'Moderator was promoted!';
$webhookLang['logsModPromotedDesc'] = 'Someone promoted moderator!';
$webhookLang['logsModChangeRoleUnknown'] = '*Unknown role*';
$webhookLang['roleField'] = 'Role';
$webhookLang['logsModChangedTitle'] = 'Moderator was changed!';
$webhookLang['logsModChangedDesc'] = 'Someone changed moderator!';
$webhookLang['logsModChangeRoleField'] = 'Role was changed';
$webhookLang['logsModChangeRoleValue'] = 'Old role:'.PHP_EOL.'`%1$s`'.PHP_EOL.'New role:'.PHP_EOL.'`%2$s`';
$webhookLang['logsModChangeWhoField'] = '¿Quién cambió el moderador?';
$webhookLang['logsModDemotedTitle'] = '¡El moderador fue degradado!';
$webhookLang['logsModDemotedDesc'] = '¡Alguien degradó al moderador!';
$webhookLang['logsModPromotedTitle'] = '¡El moderador fue promovido!';
$webhookLang['logsModPromotedDesc'] = '¡Alguien promovió al moderador!';
$webhookLang['logsModChangeRoleUnknown'] = '*Rol desconocido*';
$webhookLang['roleField'] = 'Rol';
$webhookLang['logsModChangedTitle'] = '¡El moderador fue cambiado!';
$webhookLang['logsModChangedDesc'] = '¡Alguien cambió al moderador!';
$webhookLang['logsModChangeRoleField'] = 'El rol fue cambiado';
$webhookLang['logsModChangeRoleValue'] = 'Rol antiguo:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Nuevo rol:'.PHP_EOL.'`%2$s`';
$webhookLang['logsGauntletChangeWhoField'] = 'Who changed Gauntlet?';
$webhookLang['logsGauntletDeletedTitle'] = 'Gauntlet was deleted!';
$webhookLang['logsGauntletDeletedDesc'] = 'Someone deleted Gauntlet!';
$webhookLang['logsGauntletCreatedTitle'] = 'Gauntlet was created!';
$webhookLang['logsGauntletCreatedDesc'] = 'Someone created Gauntlet!';
$webhookLang['gauntletNameField'] = 'Gauntlet name';
$webhookLang['level1Field'] = 'First level';
$webhookLang['level2Field'] = 'Second level';
$webhookLang['level3Field'] = 'Third level';
$webhookLang['level4Field'] = 'Fourth level';
$webhookLang['level5Field'] = 'Fifth level';
$webhookLang['logsGauntletChangedTitle'] = 'Gauntlet was changed!';
$webhookLang['logsGauntletChangedDesc'] = 'Someone changed Gauntlet!';
$webhookLang['logsGauntletChangeGauntletField'] = 'Gauntlet itself was changed';
$webhookLang['logsGauntletChangeGauntletValue'] = 'Old Gauntlet:'.PHP_EOL.'`%1$s`'.PHP_EOL.'New Gauntlet:'.PHP_EOL.'`%2$s`';
$webhookLang['logsGauntletChangeLevel1Field'] = 'First level was changed';
$webhookLang['logsGauntletChangeLevelValue'] = 'Level before:'.PHP_EOL.'%1$s'.PHP_EOL.'Level after:'.PHP_EOL.'%2$s';
$webhookLang['logsGauntletChangeLevel2Field'] = 'Second level was changed';
$webhookLang['logsGauntletChangeLevel3Field'] = 'Third level was changed';
$webhookLang['logsGauntletChangeLevel4Field'] = 'Fourth level was changed';
$webhookLang['logsGauntletChangeLevel5Field'] = 'Fifth level was changed';
$webhookLang['logsGauntletChangeWhoField'] = '¿Quién cambió el Gauntlet?';
$webhookLang['logsGauntletDeletedTitle'] = '¡El Gauntlet fue eliminado!';
$webhookLang['logsGauntletDeletedDesc'] = '¡Alguien eliminó el Gauntlet!';
$webhookLang['logsGauntletCreatedTitle'] = '¡El Gauntlet fue creado!';
$webhookLang['logsGauntletCreatedDesc'] = '¡Alguien creó el Gauntlet!';
$webhookLang['gauntletNameField'] = 'Nombre del Gauntlet';
$webhookLang['level1Field'] = 'Primer nivel';
$webhookLang['level2Field'] = 'Segundo nivel';
$webhookLang['level3Field'] = 'Tercer nivel';
$webhookLang['level4Field'] = 'Cuarto nivel';
$webhookLang['level5Field'] = 'Quinto nivel';
$webhookLang['logsGauntletChangedTitle'] = '¡El Gauntlet fue cambiado!';
$webhookLang['logsGauntletChangedDesc'] = '¡Alguien cambió el Gauntlet!';
$webhookLang['logsGauntletChangeGauntletField'] = 'El Gauntlet en sí fue cambiado';
$webhookLang['logsGauntletChangeGauntletValue'] = 'Antiguo Gauntlet:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Nuevo Gauntlet:'.PHP_EOL.'`%2$s`';
$webhookLang['logsGauntletChangeLevel1Field'] = 'Se cambió el primer nivel';
$webhookLang['logsGauntletChangeLevelValue'] = 'Nivel antes:'.PHP_EOL.'%1$s'.PHP_EOL.'Nivel después:'.PHP_EOL.'%2$s';
$webhookLang['logsGauntletChangeLevel2Field'] = 'Se cambió el segundo nivel';
$webhookLang['logsGauntletChangeLevel3Field'] = 'Se cambió el tercer nivel';
$webhookLang['logsGauntletChangeLevel4Field'] = 'Se cambió el cuarto nivel';
$webhookLang['logsGauntletChangeLevel5Field'] = 'Se cambió el quinto nivel';
$webhookLang['logsMapPackChangeWhoField'] = 'Who changed Map Pack?';
$webhookLang['logsMapPackDeletedTitle'] = 'Map Pack was deleted!';
$webhookLang['logsMapPackDeletedDesc'] = 'Someone deleted Map Pack!';
$webhookLang['logsMapPackCreatedTitle'] = 'Map Pack was created!';
$webhookLang['logsMapPackCreatedDesc'] = 'Someone created Map Pack!';
$webhookLang['logsMapPackChangeWhoField'] = '¿Quién cambió el Map Pack?';
$webhookLang['logsMapPackDeletedTitle'] = '¡El Map Pack fue eliminado!';
$webhookLang['logsMapPackDeletedDesc'] = '¡Alguien eliminó el Map Pack!';
$webhookLang['logsMapPackCreatedTitle'] = '¡El Map Pack fue creado!';
$webhookLang['logsMapPackCreatedDesc'] = '¡Alguien creó el Map Pack!';
$webhookLang['packField'] = 'Map Pack';
$webhookLang['packRewardCoins0'] = '%1$s coin'; // 1 coin
$webhookLang['packRewardCoins1'] = '%1$s coins'; // 2 coins
$webhookLang['packRewardCoins2'] = '%1$s coins'; // 5 coins
$webhookLang['packRewardField'] = 'Reward';
$webhookLang['packRewardValue'] = '%1$s and %2$s'; // X stars and X coins
$webhookLang['undefinedLevel'] = '*Unknown level*';
$webhookLang['packLevelsField'] = 'Levels';
$webhookLang['packColorsField'] = 'Colors';
$webhookLang['packColorsValue'] = 'Bar color: `%1$s`'.PHP_EOL.'Text color: `%2$s`';
$webhookLang['packTimestampField'] = 'Creation date';
$webhookLang['logsMapPackChangedTitle'] = 'Map Pack was changed!';
$webhookLang['logsMapPackChangedDesc'] = 'Someone changed Map Pack!';
$webhookLang['logsMapPackChangeNameField'] = 'Name was changed';
$webhookLang['logsMapPackChangeNameValue'] = 'Old name:'.PHP_EOL.'`%1$s`'.PHP_EOL.'New name:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeLevelsField'] = 'Levels were changed';
$webhookLang['logsMapPackChangeLevelsValue'] = 'Levels before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Levels after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeStarsField'] = 'Stars were changed';
$webhookLang['logsMapPackChangeStarsValue'] = 'Stars before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Stars after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeCoinsField'] = 'Coins were changed';
$webhookLang['logsMapPackChangeCoinsValue'] = 'Coins before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Coins after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeDifficultyField'] = 'Difficulty was changed';
$webhookLang['logsMapPackChangeDifficultyValue'] = 'Difficulty before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Difficulty after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeColor1Field'] = 'Bar color was changed';
$webhookLang['logsMapPackChangeColorValue'] = 'Color before:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Color after:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeColor2Field'] = 'Text color was changed';
$webhookLang['packRewardCoins0'] = '%1$s moneda'; // 1 moneda
$webhookLang['packRewardCoins1'] = '%1$s monedas'; // 2 monedas
$webhookLang['packRewardCoins2'] = '%1$s monedas'; // 5 monedas
$webhookLang['packRewardField'] = 'Recompensa';
$webhookLang['packRewardValue'] = '%1$s y %2$s'; // X estrellas y X monedas
$webhookLang['undefinedLevel'] = '*Nivel desconocido*';
$webhookLang['packLevelsField'] = 'Niveles';
$webhookLang['packColorsField'] = 'Colores';
$webhookLang['packColorsValue'] = 'Color de barra: `%1$s`'.PHP_EOL.'Color de texto: `%2$s`';
$webhookLang['packTimestampField'] = 'Fecha de creación';
$webhookLang['logsMapPackChangedTitle'] = '¡El Map Pack fue cambiado!';
$webhookLang['logsMapPackChangedDesc'] = '¡Alguien cambió el Map Pack!';
$webhookLang['logsMapPackChangeNameField'] = 'El nombre fue cambiado';
$webhookLang['logsMapPackChangeNameValue'] = 'Nombre antiguo:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Nuevo nombre:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeLevelsField'] = 'Los niveles fueron cambiados';
$webhookLang['logsMapPackChangeLevelsValue'] = 'Niveles antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Niveles después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeStarsField'] = 'Las estrellas fueron cambiadas';
$webhookLang['logsMapPackChangeStarsValue'] = 'Estrellas antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Estrellas después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeCoinsField'] = 'Las monedas fueron cambiadas';
$webhookLang['logsMapPackChangeCoinsValue'] = 'Monedas antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Monedas después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeDifficultyField'] = 'La dificultad fue cambiada';
$webhookLang['logsMapPackChangeDifficultyValue'] = 'Dificultad antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Dificultad después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeColor1Field'] = 'El color de la barra fue cambiado';
$webhookLang['logsMapPackChangeColorValue'] = 'Color antes:'.PHP_EOL.'`%1$s`'.PHP_EOL.'Color después:'.PHP_EOL.'`%2$s`';
$webhookLang['logsMapPackChangeColor2Field'] = 'El color del texto fue cambiado';
$webhookLang['levelsWarningTitle'] = 'High levels amount!';
$webhookLang['levelsWarningDesc'] = 'Warning! High levels uploading amount is detected!';
$webhookLang['levelsYesterdayField'] = 'Levels amount yesterday';
$webhookLang['levelsTodayField'] = 'Levels amount today';
$webhookLang['levelsCompareField'] = 'How many times more';
$webhookLang['levelsCompareValue'] = '**%1$s** times';
$webhookLang['levelsWarningTitle'] = '¡Alta cantidad de niveles!';
$webhookLang['levelsWarningDesc'] = '¡Advertencia! Se detectó una alta cantidad de niveles subidos!';
$webhookLang['levelsYesterdayField'] = 'Cantidad de niveles ayer';
$webhookLang['levelsTodayField'] = 'Cantidad de niveles hoy';
$webhookLang['levelsCompareField'] = '¿Cuántas veces más?';
$webhookLang['levelsCompareValue'] = '**%1$s** veces';
$webhookLang['accountsWarningTitle'] = 'High accounts amount!';
$webhookLang['accountsWarningDesc'] = 'Warning! High accounts registering amount is detected!';
$webhookLang['accountsYesterdayField'] = 'Accounts amount yesterday';
$webhookLang['accountsTodayField'] = 'Accounts amount today';
$webhookLang['accountsCountValue0'] = '**%1$s** account'; // 1 account
$webhookLang['accountsCountValue1'] = '**%1$s** accounts'; // 2 accounts
$webhookLang['accountsCountValue2'] = '**%1$s** accounts'; // 5 accounts
$webhookLang['accountsWarningTitle'] = '¡Alta cantidad de cuentas!';
$webhookLang['accountsWarningDesc'] = '¡Advertencia! Se detectó una alta cantidad de cuentas registradas!';
$webhookLang['accountsYesterdayField'] = 'Cantidad de cuentas ayer';
$webhookLang['accountsTodayField'] = 'Cantidad de cuentas hoy';
$webhookLang['accountsCountValue0'] = '**%1$s** cuenta'; // 1 cuenta
$webhookLang['accountsCountValue1'] = '**%1$s** cuentas'; // 2 cuentas
$webhookLang['accountsCountValue2'] = '**%1$s** cuentas'; // 5 cuentas
$webhookLang['commentsSpammingWarningTitle'] = 'Possible comments spamming!';
$webhookLang['commentsSpammingWarningDesc'] = 'Warning! Possible comments spamming detected!';
$webhookLang['similarCommentsField'] = 'Similar comments amount';
$webhookLang['similarCommentsValue0'] = '**%1$s** comment'; // 1 comment
$webhookLang['similarCommentsValue1'] = '**%1$s** comments'; // 2 comments
$webhookLang['similarCommentsValue2'] = '**%1$s** comments'; // 5 comments
$webhookLang['similarCommentsAuthorsField'] = 'Similar comments authors';
$webhookLang['commentsSpammerWarningTitle'] = 'Possible comments spammer!';
$webhookLang['commentsSpammerWarningDesc'] = 'Warning! Player is making too much similar comments!';
$webhookLang['commentSpammerField'] = 'Similar comments author';
$webhookLang['accountPostsSpammingWarningTitle'] = 'Possible posts spamming!';
$webhookLang['accountPostsSpammingWarningDesc'] = 'Warning! Players are making too much similar posts!';
$webhookLang['similarAccountPostsField'] = 'Similar posts amount';
$webhookLang['similarAccountPostsValue0'] = '**%1$s** post'; // 1 post
$webhookLang['similarAccountPostsValue1'] = '**%1$s** posts'; // 2 posts
$webhookLang['similarAccountPostsValue2'] = '**%1$s** posts'; // 5 posts
$webhookLang['accountPostsSpammerField'] = 'Similar posts author';
$webhookLang['accountPostsSpammerWarningTitle'] = 'Possible posts spammer!';
$webhookLang['accountPostsSpammerWarningDesc'] = 'Warning! Player is making too much similar posts!';
$webhookLang['similarAccountPostsAuthorsField'] = 'Similar posts authors';
$webhookLang['repliesSpammingWarningTitle'] = 'Possible replies spamming!';
$webhookLang['repliesSpammingWarningDesc'] = 'Warning! Players are making too much similar replies!';
$webhookLang['similarRepliesField'] = 'Similar replies amount';
$webhookLang['similarRepliesValue0'] = '**%1$s** reply'; // 1 reply
$webhookLang['similarRepliesValue1'] = '**%1$s** replies'; // 2 replies
$webhookLang['similarRepliesValue2'] = '**%1$s** replies'; // 5 replies
$webhookLang['repliesSpammerField'] = 'Similar replies author';
$webhookLang['repliesSpammerWarningTitle'] = 'Possible replies spammer!';
$webhookLang['repliesSpammerWarningDesc'] = 'Warning! Player is making too much similar replies!';
$webhookLang['similarRepliesAuthorsField'] = 'Similar replies authors';
?>
$webhookLang['commentsSpammingWarningTitle'] = '¡Posible spam de comentarios!';
$webhookLang['commentsSpammingWarningDesc'] = '¡Advertencia! Se detectó posible spam de comentarios!';
$webhookLang['similarCommentsField'] = 'Cantidad de comentarios similares';
$webhookLang['similarCommentsValue0'] = '**%1$s** comentario'; // 1 comentario
$webhookLang['similarCommentsValue1'] = '**%1$s** comentarios'; // 2 comentarios
$webhookLang['similarCommentsValue2'] = '**%1$s** comentarios'; // 5 comentarios
$webhookLang['similarCommentsAuthorsField'] = 'Autores de comentarios similares';
$webhookLang['commentsSpammerWarningTitle'] = '¡Posible spammer de comentarios!';
$webhookLang['commentsSpammerWarningDesc'] = '¡Advertencia! El jugador está haciendo demasiados comentarios similares!';
$webhookLang['commentSpammerField'] = 'Autor de comentarios similares';
$webhookLang['accountPostsSpammingWarningTitle'] = '¡Posible spam de publicaciones!';
$webhookLang['accountPostsSpammingWarningDesc'] = '¡Advertencia! Los jugadores están haciendo demasiadas publicaciones similares!';
$webhookLang['similarAccountPostsField'] = 'Cantidad de publicaciones similares';
$webhookLang['similarAccountPostsValue0'] = '**%1$s** publicación'; // 1 publicación
$webhookLang['similarAccountPostsValue1'] = '**%1$s** publicaciones'; // 2 publicaciones
$webhookLang['similarAccountPostsValue2'] = '**%1$s** publicaciones'; // 5 publicaciones
$webhookLang['accountPostsSpammerField'] = 'Autor de publicaciones similares';
$webhookLang['accountPostsSpammerWarningTitle'] = '¡Posible spammer de publicaciones!';
$webhookLang['accountPostsSpammerWarningDesc'] = '¡Advertencia! El jugador está haciendo demasiadas publicaciones similares!';
$webhookLang['similarAccountPostsAuthorsField'] = 'Autores de publicaciones similares';
$webhookLang['repliesSpammingWarningTitle'] = '¡Posible spam de respuestas!';
$webhookLang['repliesSpammingWarningDesc'] = '¡Advertencia! Los jugadores están haciendo demasiadas respuestas similares!';
$webhookLang['similarRepliesField'] = 'Cantidad de respuestas similares';
$webhookLang['similarRepliesValue0'] = '**%1$s** respuesta'; // 1 respuesta
$webhookLang['similarRepliesValue1'] = '**%1$s** respuestas'; // 2 respuestas
$webhookLang['similarRepliesValue2'] = '**%1$s** respuestas'; // 5 respuestas
$webhookLang['repliesSpammerField'] = 'Autor de respuestas similares';
$webhookLang['repliesSpammerWarningTitle'] = '¡Posible spammer de respuestas!';
$webhookLang['repliesSpammerWarningDesc'] = '¡Advertencia! El jugador está haciendo demasiadas respuestas similares!';
$webhookLang['similarRepliesAuthorsField'] = 'Autores de respuestas similares';
?>

View File

@@ -308,7 +308,7 @@ class dashboardLib {
<a class="dropdown-item dontblock" href="lang/switchLang.php?lang=TR" title="Translated by EMREOYUN"><div class="icon flag"><img class="imgflag" src="incl/flags/tr.png?2"></div>Türkçe</a>
<a class="dropdown-item dontblock" href="lang/switchLang.php?lang=UA" title="Translated by Jamichi"><div class="icon flag"><img class="imgflag" src="incl/flags/ua.png?2"></div>Українська</a>
<a class="dropdown-item dontblock" href="lang/switchLang.php?lang=FR" title="Translated by masckmaster2007 and M336"><div class="icon flag"><img class="imgflag" src="incl/flags/fr.png?2"></div>Français</a>
<a class="dropdown-item dontblock" href="lang/switchLang.php?lang=ES" title="Translated by Nejik"><div class="icon flag"><img class="imgflag" src="incl/flags/es.png?2"></div>Español</a>
<a class="dropdown-item dontblock" href="lang/switchLang.php?lang=ES" title="Translated by Nejik and Maxi"><div class="icon flag"><img class="imgflag" src="incl/flags/es.png?2"></div>Español</a>
<a class="dropdown-item dontblock" href="lang/switchLang.php?lang=PT" title="Translated by OmgRod"><div class="icon flag"><img class="imgflag" src="incl/flags/pt.png?2"></div>Português</a>
<a class="dropdown-item dontblock" href="lang/switchLang.php?lang=CZ" title="Translated by Matto58"><div class="icon flag"><img class="imgflag" src="incl/flags/cz.png?2"></div>Čeština</a>
<a class="dropdown-item dontblock" href="lang/switchLang.php?lang=IT" title="Translated by Fenix668"><div class="icon flag"><img class="imgflag" src="incl/flags/it.png?2"></div>Italiano</a>
@@ -1518,4 +1518,4 @@ class dashboardLib {
echo '<title>'.$title.' | '.$gdps.'</title>';
}
}
?>
?>

View File

@@ -65,13 +65,13 @@ $string["leaderboardBan"] = "Banear usuario";
$string["unlistedMod"] = "Niveles ocultos";
// reupload
$string["reuploadSection"] = "Servidor";
$string["songAdd"] = "Subir canción";
$string["songLink"] = "Subir canción mediante enlace";
$string["songAdd"] = "Añadir canción";
$string["songLink"] = "Añadir canción mediante enlace";
$string["packManage"] = "Administrar Map Packs";
// browse
$string["browse"] = "Buscar";
$string["statsSection"] = "Estadísticas";
$string["dailyTable"] = "Niveles diarios";
$string["dailyTable"] = "Niveles Daily";
$string["modActionsList"] = "Acciones de los moderadores";
$string["modActions"] = "Moderadores";
$string["gauntletTable"] = "Gauntlets";
@@ -112,7 +112,7 @@ $string["passDontMatch"] = "Las contraseñas no coinciden";
$string["emailDontMatch"] = "Los correos no coinciden";
$string["registered"] = "Te has registrado exitosamente";
$string["bigNick"] = "El nombre de usuario es demasiado largo";
$string["mailExists"] = "Este correo ya está en uso";
$string["mailExists"] = "Este correo ya fue usado en otra cuenta";
$string["badUsername"] = "Elige otro nombre de usuario";
// change password
$string["changePassTitle"] = "Cambiar contraseña";
@@ -124,7 +124,7 @@ $string["oldPassword"] = "Contraseña actual";
$string["newPassword"] = "Nueva contraseña";
$string["confirmNew"] = "Confirmar nueva contraseña";
// change username/password (admin)
$string["forcePassword"] = "Forzar cambio de contraseña";
$string["forcePassword"] = "Forzar cambio de contraseña de un usuario";
$string["forcePasswordDesc"] = "Cambia la contraseña de un usuario manualmente";
$string["forceNick"] = "Forzar cambio de nombre de usuario";
$string["forceNickDesc"] = "Cambia el nombre de un usuario manualmente";
@@ -176,7 +176,7 @@ $string["addQuestDesc"] = "Crea una misión (quest) con recompensas";
$string["questName"] = "Nombre de la misión";
$string["questAmount"] = "Cantidad requerida";
$string["questReward"] = "Recompensa en diamantes";
$string["questCreate"] = "Agregar";
$string["questCreate"] = "Crear";
$string["questsSuccess"] = "Has creado una misión exitosamente";
$string["invalidPost"] = "¡Datos incorrectos!";
$string["fewMoreQuests"] = "Se recomienda crear más misiones";
@@ -213,7 +213,7 @@ $string["modYourself"] = "¡Hey, no puedes darte Moderador!";
$string["alreadyMod"] = "Este usuario ya es Moderador";
$string["addedMod"] = "Has ascendido a Moderador al usuario exitosamente";
$string["addModOneMore"] = "Agregar otro Moderador";
$string["modAboveYourRole"] = "No puedes otorgar un rol superior al tuyo";
$string["modAboveYourRole"] = "No puedes otorgar a alguien un rol superior al tuyo";
$string["makeNewMod"] = "Asciende a Moderador a alguien más";
$string["reassignMod"] = "Reasignar Moderador";
$string["reassign"] = "Reasignar";
@@ -238,15 +238,15 @@ $string["noMsgs"] = "Empieza una conversación";
$string["subject"] = "Asunto";
$string["msg"] = "Mensaje";
$string["tooFast"] = "¡Hey, estás escribiendo muy rápido!";
$string["messengerYou"] = "You:";
$string["chooseChat"] = "Choose chat";
$string["messengerYou"] = ":";
$string["chooseChat"] = "Selecciona un chat";
// reupload to server
$string["levelToGD"] = "Transferir nivel a otro servidor";
$string["levelToGDDesc"] = "Resube tu nivel a un servidor externo";
$string["usernameTarget"] = "Nombre de usuario del servidor destino";
$string["passwordTarget"] = "Contraseña del servidor destino";
$string["notYourLevel"] = "¡Este no es tu nivel!";
$string["reuploadFailed"] = "Error al resubir el nivel";
$string["reuploadFailed"] = "Hubo un error al resubir el nivel";
// searching status
$string["search"] = "Buscar";
$string["searchCancel"] = "Cancelar búsqueda";
@@ -304,13 +304,13 @@ $string["removeClanRequest"] = "Rechazar solicitud de unión";
$string["joinClan"] = "Unirse al clan";
$string["noClans"] = "Aún no hay clanes";
$string["clans"] = "Clanes";
$string["alreadyInClan"] = "Ya formas parte de un clan";
$string["alreadyInClan"] = "Ya formas parte de un clan, ¿por qué abandonarlo?";
$string["createClan"] = "Crear clan";
$string["createdClan"] = "Has creado un clan exitosamente <span style='font-weight:700;color:#%s'>%s</span>";
$string["createClanDesc"] = "Crea un clan";
$string["create"] = "Crear clan";
$string["mainSettings"] = "Ajustes principales";
$string["takenClanName"] = "Este nombre de clan ya está en uso";
$string["takenClanName"] = "El nombre para este clan ya está en uso";
$string["takenClanTag"] = "Esta etiqueta de clan ya está en uso";
$string["badClanName"] = "Please choose another clan name.";
$string["badClanTag"] = "Please choose another clan tag.";
@@ -356,105 +356,105 @@ $string['youAreBanned'] = 'Has sido baneado hasta <b>%2$s</b> por la razón:<br>
$string['banChange'] = 'Modificar';
$string['system'] = 'Sistema';
$string['levelComments'] = 'Level comments';
$string['levelLeaderboards'] = 'Level leaderboards';
$string['manageLevel'] = 'Manage level';
$string['noComments'] = 'No comments!';
$string['commentHere'] = 'Publish comment...';
$string['weekLeaderboards'] = 'For a week';
$string['noLeaderboards'] = 'No leaderboards!';
$string['manageLevelDesc'] = 'Here you can change level!';
$string['silverCoins'] = 'Silver coins';
$string['unlistedLevel'] = 'Unlisted level';
$string['lockUpdates'] = 'Lock updating';
$string['lockCommenting'] = 'Lock commenting';
$string['successfullyChangedLevel'] = 'You successfully changed level!';
$string['successfullyDeletedLevel'] = 'You successfully deleted level!';
$string['levelComments'] = 'Comentarios del nivel';
$string['levelLeaderboards'] = 'Leaderboards del nivel';
$string['manageLevel'] = 'Administrar nivel';
$string['noComments'] = '¡No hay comentarios!';
$string['commentHere'] = 'Publicar un comentario...';
$string['weekLeaderboards'] = 'Por una semana';
$string['noLeaderboards'] = '¡Sin leaderboards!';
$string['manageLevelDesc'] = '¡Aquí puedes administrar el nivel!';
$string['silverCoins'] = 'Monedas plateadas';
$string['unlistedLevel'] = 'Nivel no listado';
$string['lockUpdates'] = 'Bloquear actualizaciones';
$string['lockCommenting'] = 'Bloquear comentarios';
$string['successfullyChangedLevel'] = '¡Has modificado exitosamente el nivel!';
$string['successfullyDeletedLevel'] = '¡Has eliminado exitosamente el nivel!';
$string['resendMailTitle'] = 'Send email message again';
$string['resendMailHint'] = 'Didn\'t get mail message?';
$string['resendMailDesc'] = 'Here you can send email message again if you didn\'t get it!';
$string['resendMailButton'] = 'Send message';
$string['resendMailTitle'] = 'Enviar mensaje de correo electrónico nuevamente';
$string['resendMailHint'] = '¿No recibiste el mensaje de correo?';
$string['resendMailDesc'] = '¡Aquí puedes enviar nuevamente un mensaje de correo electrónico si no lo recibiste!';
$string['resendMailButton'] = 'Enviar mensaje';
$string['automodTitle'] = 'Automod';
$string['possibleLevelsSpamming'] = 'Possible levels spamming';
$string['disableLevelsUploading'] = 'Disable levels uploading';
$string['possibleAccountsSpamming'] = 'Possible accounts spamming';
$string['disableAccountsRegistering'] = 'Disable registering accounts';
$string['possibleCommentsSpamming'] = 'Possible comments spamming';
$string['disableComments'] = 'Disable commenting';
$string['similarCommentsCount'] = 'Similar comments count';
$string['similarityValueOfAllComments'] = 'Similarity value out of all comments';
$string['possibleCommentsSpammer'] = 'Possible comments spammer';
$string['banCommenting'] = 'Ban commenting';
$string['spammerUsername'] = 'Spammer\'s username';
$string['possibleAccountPostsSpamming'] = 'Possible account posts spamming';
$string['disablePosting'] = 'Disable posting';
$string['similarPostsCount'] = 'Similar posts count';
$string['similarityValueOfAllPosts'] = 'Similarity value out of all posts';
$string['possibleAccountPostsSpammer'] = 'Possible account posts spammer';
$string['possibleRepliesSpamming'] = 'Possible replies spamming';
$string['possibleRepliesSpammer'] = 'Possible replies spammer';
$string['similarRepliesCount'] = 'Similar replies count';
$string['similarityValueOfAllReplies'] = 'Similarity value out of all replies';
$string['unknownWarning'] = 'Unknown warning';
$string['before'] = 'Before';
$string['after'] = 'After';
$string['compare'] = 'Compare';
$string['resolvedWarning'] = 'Resolved warning';
$string['resolveWarning'] = 'Resolve warning';
$string['enabled'] = 'Enabled';
$string['disabled'] = 'Disabled';
$string['yesterday'] = 'Yesterday';
$string['today'] = 'Today';
$string['uploading'] = 'Uploading';
$string['commenting'] = 'Commenting';
$string['leaderboardSubmits'] = 'Leaderboard submits';
$string['manageLevels'] = 'Manage levels';
$string['disableLevelsUploading'] = 'Disable levels uploading';
$string['disableLevelsCommenting'] = 'Disable levels commenting';
$string['disableLevelsLeaderboardSubmits'] = 'Disable levels leaderboard submits';
$string['disable'] = 'Disable';
$string['enable'] = 'Enable';
$string['registering'] = 'Registering';
$string['accountPosting'] = 'Making account posts';
$string['updatingProfileStats'] = 'Updating profile stats';
$string['messaging'] = 'Messaging';
$string['manageAccounts'] = 'Manage accounts';
$string['disableAccountsRegistering'] = 'Disable registering new accounts';
$string['disableAccountPosting'] = 'Disable making account posts';
$string['disableUpdatingProfileStats'] = 'Disable updating profile stats';
$string['disableMessaging'] = 'Disable messaging';
$string['automodTitle'] = 'Auto-moderación';
$string['possibleLevelsSpamming'] = 'Posible spam de niveles';
$string['disableLevelsUploading'] = 'Deshabilitar subida de niveles';
$string['possibleAccountsSpamming'] = 'Posible spam de cuentas';
$string['disableAccountsRegistering'] = 'Deshabilitar registro de cuentas';
$string['possibleCommentsSpamming'] = 'Posible spam de comentarios';
$string['disableComments'] = 'Deshabilitar comentarios';
$string['similarCommentsCount'] = 'Valor similar de comentarios';
$string['similarityValueOfAllComments'] = 'Valor de similitud de todos los comentarios';
$string['possibleCommentsSpammer'] = 'Posible spameador de comentarios';
$string['banCommenting'] = 'Banear comentarios';
$string['spammerUsername'] = 'Nombre del spammer';
$string['possibleAccountPostsSpamming'] = 'Posible spam de publicaciones de cuentas';
$string['disablePosting'] = 'Deshabilitar publicaciones';
$string['similarPostsCount'] = 'Valor de publicaciones similares';
$string['similarityValueOfAllPosts'] = 'Valor de similitud de todas las publicaciones';
$string['possibleAccountPostsSpammer'] = 'Posible spamer de publicaciones de cuentas';
$string['possibleRepliesSpamming'] = 'Posibles respuestas spam';
$string['possibleRepliesSpammer'] = 'Posible spammer de respuestas';
$string['similarRepliesCount'] = 'Valor de respuestas similares';
$string['similarityValueOfAllReplies'] = 'Valor de similitud de todas las respuestas';
$string['unknownWarning'] = 'Advertencia desconocida';
$string['before'] = 'Antes';
$string['after'] = 'Después';
$string['compare'] = 'Comparar';
$string['resolvedWarning'] = 'Advertencia resuelta';
$string['resolveWarning'] = 'Resolver advertencia';
$string['enabled'] = 'Habilitado';
$string['disabled'] = 'Deshabilitado';
$string['yesterday'] = 'Ayer';
$string['today'] = 'Hoy';
$string['uploading'] = 'Subiendo';
$string['commenting'] = 'Comentando';
$string['leaderboardSubmits'] = 'Subir Leaderboards';
$string['manageLevels'] = 'Administrar niveles';
$string['disableLevelsUploading'] = 'Deshabilitar subida de niveles';
$string['disableLevelsCommenting'] = 'Deshabilitar comentarios de niveles';
$string['disableLevelsLeaderboardSubmits'] = 'Deshabilitar Leaderboards de niveles';
$string['disable'] = 'Deshabilitar';
$string['enable'] = 'Habilitar';
$string['registering'] = 'Registrarse';
$string['accountPosting'] = 'Subir publicaciones de cuentas';
$string['updatingProfileStats'] = 'Actualizando estadísticas del perfil';
$string['messaging'] = 'Mensajería';
$string['manageAccounts'] = 'Administrar cuentas';
$string['disableAccountsRegistering'] = 'Deshabilitar la creación de cuentas';
$string['disableAccountPosting'] = 'Deshabilitar las publicaciones de cuentas';
$string['disableUpdatingProfileStats'] = 'Deshabilitar actualizaciones de las estadísticas del perfil';
$string['disableMessaging'] = 'Deshabilitar mensajes';
$string['cantPostCommentsAboveChars'] = 'You cannot post comments above %1$s characters!';
$string['replyingIsDisabled'] = 'Replying to comments is currently disabled!';
$string['youAreBannedFromCommenting'] = 'You are banned from commenting!';
$string['cantPostAccountCommentsAboveChars'] = 'You cannot post account comments above %1$s characters!';
$string['commentingIsDisabled'] = 'Commenting is currently disabled!';
$string['noWarnings'] = 'No warnings';
$string['cantPostCommentsAboveChars'] = '¡No puedes subir comentarios con más de %1$s letras!';
$string['replyingIsDisabled'] = '¡Responder a los comentarios está deshabilitado actualmente!';
$string['youAreBannedFromCommenting'] = '¡Estás baneado de los comentarios!';
$string['cantPostAccountCommentsAboveChars'] = '¡No puedes subir comentarios con más de %1$s letras!';
$string['commentingIsDisabled'] = '¡Los comentarios están deshabilitados actualmente!';
$string['noWarnings'] = '¡Sin advertencias!';
$string['downloadLevelAsGMD'] = 'Save as .gmd';
$string['downloadLevelAsGMD'] = 'Guardar como .gmd';
$string['songIsAvailable'] = 'Available';
$string['songIsDisabled'] = 'Not available';
$string['disabledSongs'] = 'Disabled songs';
$string['disabledSFXs'] = 'Disabled SFXs';
$string['songIsAvailable'] = 'Disponible';
$string['songIsDisabled'] = 'No disponible';
$string['disabledSongs'] = 'Canciones deshabilitadas';
$string['disabledSFXs'] = 'SFXs deshabilitados';
$string['vaultCodesTitle'] = 'Add vault code';
$string['vaultCodeExists'] = 'Code with this name already exists!';
$string['reward'] = 'Reward';
$string['vaultCodePickOption'] = 'Choose reward type';
$string['vaultCodesCreate'] = 'Create code';
$string['createNewVaultCode'] = 'Create new code!';
$string['vaultCodesDesc'] = 'Here you can create new code!';
$string['vaultCodesEditTitle'] = 'Change vault code';
$string['vaultCodesEditDesc'] = 'Here you can change already existing code!';
$string['vaultCodeName'] = 'Code';
$string['vaultCodeUses'] = 'Number of uses (0 for infinite uses)';
$string['editRewards'] = 'Change rewards';
$string['rewards'] = 'Rewards';
$string['vaultCodesTitle'] = 'Añadir código de vault';
$string['vaultCodeExists'] = '¡Ya existe un código con este nombre!';
$string['reward'] = 'Recompensa';
$string['vaultCodePickOption'] = 'Escoge el tipo de recompensa';
$string['vaultCodesCreate'] = 'Crear código';
$string['createNewVaultCode'] = '¡Crear nuevo código!';
$string['vaultCodesDesc'] = '¡Aquí puedes crear un nuevo código!';
$string['vaultCodesEditTitle'] = 'Cambiar código del vault';
$string['vaultCodesEditDesc'] = '¡Aquí puedes cambiar un código ya existente!';
$string['vaultCodeName'] = 'Codigo';
$string['vaultCodeUses'] = 'Número de usos (0 para usos infinitos)';
$string['editRewards'] = 'Cambiar recompensas';
$string['rewards'] = 'Recompensas';
$string['alsoBanIP'] = 'Also ban IP';
$string['alsoBanIP'] = 'También banear IP';
// REUPLOAD
$string["reuploadBTN"] = "Subir";
@@ -521,7 +521,7 @@ $string["reportMod"] = "Reportes";
$string["username"] = "Nombre de usuario";
$string["accountID"] = "ID de la cuenta";
$string["registerDate"] = "Fecha de registro";
$string["isAdminYes"] = "Si";
$string["isAdminYes"] = "Sí";
$string["isAdminNo"] = "No";
$string["userCoins"] = "User coins";
$string["time"] = "Tiempo";
@@ -619,7 +619,7 @@ $string["modAction25"] = "Misión creada";
$string["modAction26"] = "Nombre/contraseña de usuario cambiada";
$string["modAction27"] = "Efecto de sonido cambiado";
$string["modAction28"] = "Usuario baneado";
$string["modAction29"] = "Locked/unlocked level updating";
$string["modAction29"] = "Actualización de nivel bloqueado/desbloqueado";
$string["modAction30"] = "Lista rateada";
$string["modAction31"] = "Lista enviada";
$string["modAction32"] = "Lista featured";
@@ -628,13 +628,13 @@ $string["modAction34"] = "Lista eliminada";
$string["modAction35"] = "Creador de lista cambiado";
$string["modAction36"] = "Nombre de lista cambiado";
$string["modAction37"] = " Descripción de lista cambiada";
$string["modAction38"] = "Locked/unlocked level commenting";
$string["modAction39"] = "Locked/unlocked list commenting";
$string["modAction40"] = "Removed sent level";
$string["modAction41"] = "Suggested level";
$string["modAction42"] = "Created vault code";
$string["modAction43"] = "Changed vault code";
$string["modAction44"] = "Set level as event level";
$string["modAction38"] = "Comentarios de niveles bloqueados/desbloqueados";
$string["modAction39"] = "Comentarios de listas bloqueados/desbloqueados";
$string["modAction40"] = "Se eliminó el nivel enviado";
$string["modAction41"] = "Nivel sugerido";
$string["modAction42"] = "Código de vault creado";
$string["modAction43"] = "Código de vault modificado";
$string["modAction44"] = "Establecer nivel como Evento";
$string["everyActions"] = "Cualquier acción";
$string["everyMod"] = "Todos los moderadores";
$string["Kish!"] = "¡Atrás!";
@@ -642,4 +642,4 @@ $string["noPermission"] = "Permisos insuficientes";
$string["noLogin?"] = "No has iniciado sesión en tu cuenta";
$string["LoginBtn"] = "Inicia sesión en tu cuenta";
$string["dashboard"] = "Volver al panel";
$string["userID"] = 'ID del usuario';
$string["userID"] = 'ID del usuario';