discourse-legacysite-perl/site/forum/local/language.txt
2024-06-17 22:27:49 +10:00

103 lines
4.7 KiB
Plaintext

# This file is auto-generated and contains a perl hash of your
# language variables for the 'default' template set.
# Generated: Fri May 22 14:35:00 2015
{
'DATE_DAY_1' => 'Sunday',
'DATE_DAY_2' => 'Monday',
'DATE_DAY_3' => 'Tuesday',
'DATE_DAY_4' => 'Wednesday',
'DATE_DAY_5' => 'Thursday',
'DATE_DAY_6' => 'Friday',
'DATE_DAY_7' => 'Saturday',
'DATE_DAY_SHORT_1' => 'Sun',
'DATE_DAY_SHORT_2' => 'Mon',
'DATE_DAY_SHORT_3' => 'Tue',
'DATE_DAY_SHORT_4' => 'Wed',
'DATE_DAY_SHORT_5' => 'Thu',
'DATE_DAY_SHORT_6' => 'Fri',
'DATE_DAY_SHORT_7' => 'Sat',
'DATE_FORMAT' => '%mmm% %d%, %yy% %H%:%MM%',
'DATE_MONTH_1' => 'January',
'DATE_MONTH_10' => 'October',
'DATE_MONTH_11' => 'November',
'DATE_MONTH_12' => 'December',
'DATE_MONTH_2' => 'February',
'DATE_MONTH_3' => 'March',
'DATE_MONTH_4' => 'April',
'DATE_MONTH_5' => 'May',
'DATE_MONTH_6' => 'June',
'DATE_MONTH_7' => 'July',
'DATE_MONTH_8' => 'August',
'DATE_MONTH_9' => 'September',
'DATE_MONTH_SHORT_1' => 'Jan',
'DATE_MONTH_SHORT_10' => 'Oct',
'DATE_MONTH_SHORT_11' => 'Nov',
'DATE_MONTH_SHORT_12' => 'Dec',
'DATE_MONTH_SHORT_2' => 'Feb',
'DATE_MONTH_SHORT_3' => 'Mar',
'DATE_MONTH_SHORT_4' => 'Apr',
'DATE_MONTH_SHORT_5' => 'May',
'DATE_MONTH_SHORT_6' => 'Jun',
'DATE_MONTH_SHORT_7' => 'Jul',
'DATE_MONTH_SHORT_8' => 'Aug',
'DATE_MONTH_SHORT_9' => 'Sep',
'DATE_UNIT_DAY' => '%s day',
'DATE_UNIT_DAYS' => '%s days',
'DATE_UNIT_DAYS_RECURRING' => '%s days',
'DATE_UNIT_DAY_RECURRING' => 'day',
'DATE_UNIT_MONTH' => '%s month',
'DATE_UNIT_MONTHS' => '%s months',
'DATE_UNIT_MONTHS_RECURRING' => '%s months',
'DATE_UNIT_MONTH_RECURRING' => 'month',
'DATE_UNIT_WEEK' => '%s week',
'DATE_UNIT_WEEKS' => '%s weeks',
'DATE_UNIT_WEEKS_RECURRING' => '%s weeks',
'DATE_UNIT_WEEK_RECURRING' => 'week',
'DATE_UNIT_YEAR' => '%s year',
'DATE_UNIT_YEARS' => '%s years',
'DATE_UNIT_YEARS_RECURRING' => '%s years',
'DATE_UNIT_YEAR_RECURRING' => 'year',
'POLL_ALREADY_DISABLED' => 'This poll is already disabled.',
'POLL_ALREADY_ENABLED' => 'This poll is already enabled.',
'POLL_ALREADY_VOTED' => 'You have already voted!',
'POLL_DISABLED' => 'This poll is closed.',
'POLL_DOES_NOT_EXIST' => 'The poll you are looking for does not exist!',
'POLL_MAY_NOT_EDIT' => 'You may not edit the poll (you can still edit your post).',
'POLL_NOT_ENOUGH_OPTIONS' => 'You can only post polls with two or more options.',
'POLL_THANK_YOU' => 'Thank you for voting',
'POLL_VOTE_EMPTY' => 'Empty vote... why on earth did you do that?',
'SIGNUP_CONFIRM_IMAGE' => 'The security image do not match',
'SIGNUP_EMAIL_BANNED' => 'The e-mail address \'%s\' has been restricted',
'SIGNUP_EMAIL_EXISTS' => 'The e-mail address \'%s\' has already been used with another username: %s',
'SIGNUP_EMAIL_VALIDATION_FAILED' => 'Unable to send validation email: %s',
'SIGNUP_INVALID_PAYMENT' => 'You selected an invalid payment',
'SIGNUP_NO_EMAIL' => 'You did not enter a valid e-mail address',
'SIGNUP_NO_PASSWORD' => 'You did not enter a password',
'SIGNUP_NO_PAYMENT' => 'You did not select a payment',
'SIGNUP_NO_USERNAME' => 'You did not enter a username',
'SIGNUP_PASSWORDS_DONT_MATCH' => 'The passwords you entered do not match',
'TIMEZONE_ERROR' => 'An error occurred while trying to contact the server',
'TIMEZONE_LOADING' => 'Getting local time...',
'USER_BANNED' => 'You have been banned',
'USER_DELETED' => '<i>Deleted</i>',
'USER_DOES_NOT_EXIST' => 'The username you attempted to access does not exist',
'USER_ICON_BAD_TYPE' => 'You attempted to upload of type \'%s\', but only the following image types are allowed: %s',
'USER_ICON_CURRENT' => 'Current custom image',
'USER_ICON_EMPTY' => 'The image you attempted to upload contained no data. Please attempt to upload your image again',
'USER_ICON_SYSTEM_ERROR' => 'A system error occured while attempting to upload your image: %s',
'USER_ICON_TOO_LARGE' => 'The image you attempted to upload exceeds the maximum image size (%s)',
'USER_INVALID_USERNAME' => '%s is not a valid username',
'USER_MISCHIEF_CONTROL' => 'You have to answer the mischief-control tactic question.',
'USER_NEVER_LOGGED_IN' => 'User has never logged in',
'USER_NOTALLOWED_PM' => 'You\'re not allowed to send private messages.',
'USER_NOTALLOWED_POST' => 'You\'re not allowed to post in this forum.',
'USER_NO_PRIVMSG' => '%s has chosen not to receive private messages',
'USER_SIGNATURE_EMOTICON' => 'You are not allowed to use emoticons in your signature',
'USER_SIGNATURE_TOO_LONG' => 'Your signature is too long. Your signature must be under %s characters long',
'USER_SIGNATURE_TOO_MANY_LINES' => 'Your signature spans too many lines. Your signature must be under %s lines',
'USER_TRAINING_DB' => 'Can\'t update training db: %s'
};
# vim:syn=perl:ts=4:noet