Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new strings for warning [wip] #786

Open
wants to merge 1 commit into
base: transifex
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tx-source/site_core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,7 @@
$Definition['Subscriber'] = 'Subscriber';
$Definition['Success'] = 'Success';
$Definition['Success!'] = 'Success!';
$Definition['Success! User has been warned.'] = 'Success! User has been warned.';
$Definition['Suggested Value'] = 'Suggested Value';
$Definition['System'] = 'System';

Expand Down Expand Up @@ -1888,6 +1889,7 @@
$Definition['The status for "%s" has changed to %s.'] = 'The status for "%s" has changed to %s.';
$Definition['The uploaded file was too big (max %s).'] = 'The uploaded file was too big (max %s).';
$Definition['The uploaded file did not have an allowed extension. \nOnly the following extensions are allowed. \n%s.'] = 'The uploaded file did not have an allowed extension. \nOnly the following extensions are allowed. \n%s.';
$Definition['The user has already been warned for this'] = 'The user has already been warned for this';
$Definition['The user has already been warned for this %s.'] = 'The user has already been warned for this %s.';
$Definition['The user isn\'t banned.'] = 'The user isn\'t banned or is banned by some other function.';
$Definition['they'] = 'they';
Expand Down
Loading