phpbb-de / phpbb-translation

German Translation of phpBB
GNU General Public License v2.0
10 stars 10 forks source link

Maximale Bild-Höhe/-Breite => Flash-Höhe/Breite #426

Closed Crizz0 closed 3 years ago

Crizz0 commented 3 years ago

Original:

'MAX_POST_IMG_HEIGHT'           => 'Maximum flash height per post',
'MAX_POST_IMG_HEIGHT_EXPLAIN'   => 'Maximum height of a flash file in postings. Set to 0 for unlimited size.',
'MAX_POST_IMG_WIDTH'            => 'Maximum flash width per post',
'MAX_POST_IMG_WIDTH_EXPLAIN'    => 'Maximum width of a flash file in postings. Set to 0 for unlimited size.',

in: https://github.com/phpbb/phpbb/blob/3.3.x/phpBB/language/en/acp/board.php#L188-L191

de/de_x_sie im Moment:

'MAX_POST_IMG_HEIGHT'           => 'Maximale Bild-Höhe in Beiträgen',
    'MAX_POST_IMG_HEIGHT_EXPLAIN'   => 'Die maximale Höhe eines Bildes in Beiträgen. Es wird keine Begrenzung festgelegt, wenn 0 als Wert eingestellt wird.',
    'MAX_POST_IMG_WIDTH'            => 'Maximale Bild-Breite in Beiträgen',
    'MAX_POST_IMG_WIDTH_EXPLAIN'    => 'Die maximale Breite eines Bildes in Beiträgen. Es wird keine Begrenzung festgelegt, wenn 0 als Wert eingestellt wird.',

Sollte dann auch "flash" heißen.