readability-addon/i18n/en/ext.php

12 lines
402 B
PHP

<?php
return array(
'reddit_image' => array(
'display_image' => 'Display images',
'display_video' => 'Display videos',
'image_height' => 'Media height',
'image_height_unit' => '%% of the viewport',
'muted_video' => 'Muted video',
'permission_problem' => 'Your configuration file is not writable, please change the file permissions for %s',
),
);