phpvms/resources/lang/es/profile.php
arv187 5b233da11b update 07/13/2018
Add new files.
2018-07-13 17:30:54 +02:00

20 lines
550 B
PHP

<?php
/**
*
*/
return [
'avatarresize' => 'Este avatar será redimensionado a :width x :height pixeles',
'newapikey' => 'Nueva clave API',
'yourprofile' => 'Tu perfil',
'apikey' => 'Clave API',
'dontshare' => '¡No compartas esto!',
'changepassword' => 'Cambiar contraseña',
'newpassword' => 'Nueva contraseña',
'avatar' => 'Avatar',
'updateprofile' => 'Actualizar perfil',
'editprofile' => 'Editar perfil',
'edityourprofile' => 'Editar tu perfil',
];