Created
November 5, 2008 03:22
-
-
Save kant/22290 to your computer and use it in GitHub Desktop.
Spanish override examples for the timeago jQuery plugin (http://timeago.yarp.com)
This file contains hidden or 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
jQuery.timeago.settings.strings = { | |
suffixAgo: "apenas un momento atrás", | |
suffixFromNow: "a partir de ahora", | |
seconds: "menos de um minuto", | |
minute: "cerca de um minuto atrás", | |
minutes: "hace unos %d minutos atrás", | |
hour: "cerca de una hora", | |
hours: "cerca de %d horas", | |
day: "un día", | |
days: "%d días", | |
month: "hace un mes atrás", | |
months: "hace %d meses", | |
year: "hace un año atrás", | |
years: "hace %d años atrás" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great!! <3