aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2021-02-16 23:29:24 +0100
committerfilip <filip.komar@gmail.com>2021-02-16 23:29:24 +0100
commit3fcfc9aac19a33762c7260efe41dd55745928a11 (patch)
tree0b5d37d63ea6a5f5ab398b2192595b4fbbc1b2bf /en
parent514c3f6c94e93d57937caeabf40586742113c3a4 (diff)
downloadwww-3fcfc9aac19a33762c7260efe41dd55745928a11.tar
www-3fcfc9aac19a33762c7260efe41dd55745928a11.tar.gz
www-3fcfc9aac19a33762c7260efe41dd55745928a11.tar.bz2
www-3fcfc9aac19a33762c7260efe41dd55745928a11.tar.xz
www-3fcfc9aac19a33762c7260efe41dd55745928a11.zip
improved RAM minimum limit with l10n refresh
Diffstat (limited to 'en')
-rw-r--r--en/support/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/en/support/index.php b/en/support/index.php
index a314c573f..26868b1db 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -95,7 +95,10 @@ $rtl = is_locale_rtl($locale);
echo '<ul class="hl">';
_g('Processor: any AMD, Intel or VIA processor;', null, 'li');
- _g('Memory (RAM): 512MB minimum, 2GB recommended;', null, 'li');
+ echo '<li>' . _r('Memory (RAM): 512MB minimum, 2GB recommended;') . ' ';
+ _g('For headless systems that minimum can be usable.', null, ' ');
+ _g('For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB.', null, ' ');
+ echo _r('For more feature rich like Gnome and Plasma the minimum is 2GB.') . '</li>';
echo '<li>' . _r('Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;') . ' ';
_g('This includes a few GB for user files. If you need more than you should take that in account too.', null, ' ');
echo _r('Custom installations on less space are possible but this requires intermediate linux knowledge.') . '</li>';