This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
es: | |
authlogic: | |
error_messages: | |
login_blank: no puede estar en blanco | |
login_not_found: no es válido | |
login_invalid: debe utilizar sólo letras, números, espacios y .-_@ | |
consecutive_failed_logins_limit_exceeded: El número de accesos no autorizados se ha superado, la cuenta ha sido cancelada. | |
email_invalid: no es una dirección de correo electrónico válida. | |
password_blank: no puede estar en blanco | |
password_invalid: no es válido |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure you’re running RubyGems 1.3.3. | |
# Install the gemcutter gem with: gem install gemcutter | |
# Run gem tumble to use Gemcutter as your main RubyGem source. | |
# Change the version in the Rakefile | |
# rake manifest | |
# rake build_gemspec | |
# Build it! gem build yourgem.gemspec | |
# rake install to install locally | |
# Push it! gem push yourgem-0.0.1.gem |
NewerOlder