17 lines
792 B
PHP
17 lines
792 B
PHP
<?php
|
|
# English
|
|
|
|
$lang['format_chooser'] = 'Format chooser';
|
|
$lang['format_chooser_configuration'] = 'Format chooser configuration';
|
|
$lang['format_chooser_output_formats'] = 'Output formats (Image types only)';
|
|
$lang['format_chooser_input_formats'] = 'Input formats (Image types only)';
|
|
$lang['format_chooser_keep_format'] = 'Do not change';
|
|
$lang['format_chooser_original_size'] = 'Original resolution';
|
|
$lang['format_chooser_choose_profile'] = 'Choose color profile';
|
|
$lang['format_chooser_keep_profile'] = 'Keep profile';
|
|
$lang['format_chooser_remove_profile'] = 'Remove profile';
|
|
$lang['downloadformat'] = 'Download format';
|
|
|
|
# Overwrite existing strings (we always download all files)
|
|
$lang['are_available-0'] = $lang['are_available-1'] = $lang['are_available-2'] = 'will be converted';
|