mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 08:05:25 +02:00
Merge pull request #1358 from MGaetan89/ticket/9975
[ticket/9975] Translate missing style error message
This commit is contained in:
commit
a33cc92fc8
@ -1661,7 +1661,7 @@ class user extends session
|
|||||||
|
|
||||||
if (!$this->theme)
|
if (!$this->theme)
|
||||||
{
|
{
|
||||||
trigger_error('Could not get style data', E_USER_ERROR);
|
trigger_error('NO_STYLE_DATA', E_USER_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now parse the cfg file and cache it
|
// Now parse the cfg file and cache it
|
||||||
|
@ -391,6 +391,7 @@ $lang = array_merge($lang, array(
|
|||||||
'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.',
|
'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.',
|
||||||
'NO_FEED_ENABLED' => 'Feeds are not available on this board.',
|
'NO_FEED_ENABLED' => 'Feeds are not available on this board.',
|
||||||
'NO_FEED' => 'The requested feed is not available.',
|
'NO_FEED' => 'The requested feed is not available.',
|
||||||
|
'NO_STYLE_DATA' => 'Could not get style data',
|
||||||
'NO_SUBJECT' => 'No subject specified', // Used for posts having no subject defined but displayed within management pages.
|
'NO_SUBJECT' => 'No subject specified', // Used for posts having no subject defined but displayed within management pages.
|
||||||
'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist.',
|
'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist.',
|
||||||
'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods.',
|
'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user