diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-13 17:29:16 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-13 17:29:16 +0100 |
commit | 3e5d70e117743e6a053672f10054e82b8150384f (patch) | |
tree | 5cfba6ac9f922d144d538174591529ff5eb626e2 /en/8 | |
parent | 15823ba34d932df3245ba11fec84ac2044424439 (diff) | |
download | www-3e5d70e117743e6a053672f10054e82b8150384f.tar www-3e5d70e117743e6a053672f10054e82b8150384f.tar.gz www-3e5d70e117743e6a053672f10054e82b8150384f.tar.bz2 www-3e5d70e117743e6a053672f10054e82b8150384f.tar.xz www-3e5d70e117743e6a053672f10054e82b8150384f.zip |
Fix missing i18n string
Diffstat (limited to 'en/8')
-rw-r--r-- | en/8/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/8/index.php b/en/8/index.php index 963f41f62..9cb526673 100644 --- a/en/8/index.php +++ b/en/8/index.php @@ -63,14 +63,14 @@ $dictionary = read_translation_file($locale, array('8', 'common_footer')); echo $div; } //carousel('/g/path/to.png', 'alt text', 'TitleCaption', 'TextCaption', active); - carousel('/g/8/slide/live-plasma-1.png', 'live-plasma-1', _r('Welcome on Mageia'), _r('Try without installing.', ' ') . sprintf('Here is the %s Desktop', _r('Plasma')), true ); + carousel('/g/8/slide/live-plasma-1.png', 'live-plasma-1', _r('Welcome on Mageia'), _r('Try without installing.', ' ') . sprintf(_r('Here is the %s Desktop'), _r('Plasma')), true ); carousel('/g/8/slide/live-plasma-2.png', 'live-plasma-2', _r('Daily use'), _r('Access all your files') ); carousel('/g/8/slide/live-plasma-3.png', 'live-plasma-3', _r('Daily use'), _r('Watch all your media') ); carousel('/g/8/slide/live-plasma-4.png', 'live-plasma-4', _r('Install'), _r('If you are happy with the Mageia experience, you can then install it onto your hard drive from the Live media.') . sprintf('<a href="../doc/">%s</a>', _r('Doc')) ); - carousel('/g/8/slide/live-gnome-1.png', 'live-gnome-1', _r('A choice of desktops'), sprintf('Here is the %s Desktop', _r('GNOME')) ); + carousel('/g/8/slide/live-gnome-1.png', 'live-gnome-1', _r('A choice of desktops'), sprintf(_r('Here is the %s Desktop'), _r('GNOME')) ); carousel('/g/8/slide/live-gnome-2.png', 'live-gnome-2', '', ''); carousel('/g/8/slide/live-gnome-3.png', 'live-gnome-3', _r('Install'), '' ); - carousel('/g/8/slide/live-xfce-1.png', 'live-xfce-1', _r('A choice of desktops'), sprintf('Here is the %s Desktop', _r('Xfce')) ); + carousel('/g/8/slide/live-xfce-1.png', 'live-xfce-1', _r('A choice of desktops'), sprintf(_r('Here is the %s Desktop'), _r('Xfce')) ); carousel('/g/8/slide/live-xfce-2.png', 'live-xfce-2', _r('Install'), _r('You can install all <a href="https://madb.mageia.org/">apps available</a> even in live mode') ); carousel('/g/8/slide/mcc-1.png', 'mcc-1', _r('Tools'), _r('Mageia Control Center', ': ') . _r('Install applications') ); carousel('/g/8/slide/mcc-2.png', 'mcc-2', _r('Tools'), _r('Mageia Control Center', ': '). _r('Configure your hardware') ); |