X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconfig.php;h=562a9ff5f1c67f854c4c5f34ddbced0b5cc67f50;hb=4e9236e9e999a19d5346d8d19088b167f8e42e09;hp=6bd04ae7d43e95551db62469e9321f11cc7045a5;hpb=26b335ef3d8b1ec4e1b4e22cd7d3c34e66d2549d;p=friendica.git diff --git a/view/theme/quattro/config.php b/view/theme/quattro/config.php index 6bd04ae7d4..562a9ff5f1 100644 --- a/view/theme/quattro/config.php +++ b/view/theme/quattro/config.php @@ -1,11 +1,11 @@ t('Submit'), + $o = replace_macros($t, [ + '$submit' => L10n::t('Submit'), '$baseurl' => System::baseUrl(), - '$title' => t("Theme settings"), - '$align' => ['quattro_align', t('Alignment'), $align, '', ['left'=>t('Left'), 'center'=>t('Center')]], - '$color' => ['quattro_color', t('Color scheme'), $color, '', $colors], - '$pfs' => ['quattro_pfs', t('Posts font size'), $pfs], - '$tfs' => ['quattro_tfs', t('Textareas font size'), $tfs], + '$title' => L10n::t("Theme settings"), + '$align' => ['quattro_align', L10n::t('Alignment'), $align, '', ['left' => L10n::t('Left'), 'center' => L10n::t('Center')]], + '$color' => ['quattro_color', L10n::t('Color scheme'), $color, '', $colors], + '$pfs' => ['quattro_pfs', L10n::t('Posts font size'), $pfs], + '$tfs' => ['quattro_tfs', L10n::t('Textareas font size'), $tfs], ]); return $o; }