Feature #17821 » 20071121_siteconstants.diff
typo3/sysext/css_styled_content/static/constants.txt (working copy) | ||
---|---|---|
# general constants for your site
|
||
styles.general >
|
||
styles.general {
|
||
# cat=site/general/a; type=string; label=Enter the Name of your Site.
|
||
siteName =
|
||
# cat=site/general/b; type=string; label=Enter your Site URL.
|
||
siteUrl =
|
||
# cat=site/general/c; type=string; label=Enter a short Description for your Site.
|
||
siteDescription =
|
||
# cat=site/general/d; type=string; label=Enter your copyright.
|
||
copyright =
|
||
# cat=site/general/e; type=string; label=Enter email address for sender.
|
||
emailFrom =
|
||
# cat=site/general/f; type=string; label=Enter email name for sender.
|
||
emailName =
|
||
# cat=site/general/g; type=string; label=Enter email replyTo for sender.
|
||
emailReplyTo =
|
||
# cat=site/general/h; type=string; label=Enter name of Site Admin.
|
||
siteAdminName =
|
||
# cat=site/general/i; type=string; label=Enter email address of Site Admin.
|
||
siteAdminEmail =
|
||
# cat=site/general/j; type=options[08:37 pm=%I:%M %p, 20:37=%H:%M]; label=Time Format.
|
||
timeFormat = %I:%M %p
|
||
# cat=site/general/k; type=options[October 22 2007 08:37 pm=%B %d %Y %I:%M %p, October 22 2007 20:37=%B %d %Y %H:%M, Oct 22 2007 08:37 pm=%b %d %Y %I:%M %p, Oct 22 2007 20:37=%b %d %Y %H:%M %p, 22 October 2007 08:37 pm=%d %B %Y %I:%M %p, 22 October 2007 20:37=%d %B %Y %H:%M, 22 Oct 07 08:37 pm=%d %b %y %I:%M %p, 22 Oct 07 20:37 pm=%d %b %y %H:%M, 10/22/07 08:37 pm=%m/%d/%y %I:%M %p, 10/22/07 20:37=%m/%d/%y %H:%M, 22.10.2007 08:37 pm=%d.%m.%Y %I:%M %p, 22.10.2007 20:37=%d.%m.%Y %H:%M]; label=Date/Time Format.
|
||
dateTimeFormat = %m/%d/%y %I:%M %p
|
||
}
|
||
# Clear out any constants in this reserved room!
|
||
styles.content >
|
||