Internal ID | Base | English | Comment | Time Created |
---|---|---|---|---|
about | About | About | Link to Envaya's "about us" page (http://envaya.org/envaya), displayed at the footer of some pages. | May 11, 2011 by youngj |
logout | Log out | Log out | Text of the "log out" icon, at the top right corner of the page for users who are logged in (also, the link on the user's dashboard). | May 11, 2011 by youngj |
login | Log in | Log in | Text of the "log in" button, at the top right corner of the page for users who are logged out. | May 11, 2011 by youngj |
date:month:1 | January | January | Name of the first month of the year. | May 11, 2011 by youngj |
date:pm | PM | PM | Signifier for times after noon. | May 11, 2011 by youngj |
date:am | AM | AM | Signifier for times before noon. | May 11, 2011 by youngj |
date:date_name | {date} by {name} | {date} by {name} | Format for displaying a date with a name
{date} is the formatted date/time, e.g. "June 30 at 12:02 PM" {name} is the name of a person, e.g. "Barack Obama" | May 11, 2011 by youngj |
date:date_time | {date} at {time} | {date} at {time} | Format for displaying a date with a time
{date} is the formatted date, e.g. "June 30" {time} is the formatted time, e.g. "12:02 PM" | May 11, 2011 by youngj |
date:with_year | {month} {day}, {year} | {month} {day}, {year} | Format for displaying a date with a month, day, and year.
{month} is the name of the month. {day} is the day of the month (1-31). {year} is the year (e.g. 2011). Example: "{month} {day}, {year}" would define a format like "June 30, 2011" | May 11, 2011 by youngj |
date:no_year | {month} {day} | {month} {day} | Format for displaying a date with the day and month.
{day} is a placeholder for the day of the month (1-31) {month} is a placeholder for the name of the month {day} {month} will display the day first, e.g. 30 June {month} {day} will display the month first, e.g. June 30 | May 11, 2011 by youngj |