mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11942] Change the formulation
PHPBB3-11942
This commit is contained in:
parent
1c336c3559
commit
fee4e61933
1 changed files with 4 additions and 4 deletions
|
@ -539,9 +539,9 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
'LOG_APPROVE_TOPIC' => '<strong>Approved topic</strong><br />» %s',
|
'LOG_APPROVE_TOPIC' => '<strong>Approved topic</strong><br />» %s',
|
||||||
'LOG_BUMP_TOPIC' => '<strong>User bumped topic</strong><br />» %s',
|
'LOG_BUMP_TOPIC' => '<strong>User bumped topic</strong><br />» %s',
|
||||||
'LOG_DELETE_POST' => '<strong>Deleted post “%1$s” written by “%2$s” with the following reason</strong><br />» %3$s',
|
'LOG_DELETE_POST' => '<strong>Deleted post “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
|
||||||
'LOG_DELETE_SHADOW_TOPIC' => '<strong>Deleted shadow topic</strong><br />» %s',
|
'LOG_DELETE_SHADOW_TOPIC' => '<strong>Deleted shadow topic</strong><br />» %s',
|
||||||
'LOG_DELETE_TOPIC' => '<strong>Deleted topic “%1$s” written by “%2$s” with the following reason</strong><br />» %3$s',
|
'LOG_DELETE_TOPIC' => '<strong>Deleted topic “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
|
||||||
'LOG_FORK' => '<strong>Copied topic</strong><br />» from %s',
|
'LOG_FORK' => '<strong>Copied topic</strong><br />» from %s',
|
||||||
'LOG_LOCK' => '<strong>Locked topic</strong><br />» %s',
|
'LOG_LOCK' => '<strong>Locked topic</strong><br />» %s',
|
||||||
'LOG_LOCK_POST' => '<strong>Locked post</strong><br />» %s',
|
'LOG_LOCK_POST' => '<strong>Locked post</strong><br />» %s',
|
||||||
|
@ -556,8 +556,8 @@ $lang = array_merge($lang, array(
|
||||||
'LOG_REPORT_CLOSED' => '<strong>Closed report</strong><br />» %s',
|
'LOG_REPORT_CLOSED' => '<strong>Closed report</strong><br />» %s',
|
||||||
'LOG_REPORT_DELETED' => '<strong>Deleted report</strong><br />» %s',
|
'LOG_REPORT_DELETED' => '<strong>Deleted report</strong><br />» %s',
|
||||||
'LOG_RESTORE_TOPIC' => '<strong>Restored topic “%1$s” written by</strong><br />» %2$s',
|
'LOG_RESTORE_TOPIC' => '<strong>Restored topic “%1$s” written by</strong><br />» %2$s',
|
||||||
'LOG_SOFTDELETE_POST' => '<strong>Soft deleted post “%1$s” written by “%2$s” with the following reason</strong><br />» %3$s',
|
'LOG_SOFTDELETE_POST' => '<strong>Soft deleted post “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
|
||||||
'LOG_SOFTDELETE_TOPIC' => '<strong>Soft deleted topic “%1$s” written by “%2$s” with the following reason</strong><br />» %3$s',
|
'LOG_SOFTDELETE_TOPIC' => '<strong>Soft deleted topic “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
|
||||||
'LOG_SPLIT_DESTINATION' => '<strong>Moved split posts</strong><br />» to %s',
|
'LOG_SPLIT_DESTINATION' => '<strong>Moved split posts</strong><br />» to %s',
|
||||||
'LOG_SPLIT_SOURCE' => '<strong>Split posts</strong><br />» from %s',
|
'LOG_SPLIT_SOURCE' => '<strong>Split posts</strong><br />» from %s',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue