Fix php version check and localizations, a=chris

Chris Pollett [2022-08-12 00:Aug:th]
Fix php version check and localizations, a=chris
Filename
src/controllers/components/SystemComponent.php
src/library/processors/PdfProcessor.php
src/library/processors/TextProcessor.php
src/locale/ar/configure.ini
src/locale/bn/configure.ini
src/locale/de/configure.ini
src/locale/el_GR/configure.ini
src/locale/en_US/configure.ini
src/locale/es/configure.ini
src/locale/fa/configure.ini
src/locale/fr_FR/configure.ini
src/locale/he/configure.ini
src/locale/hi/configure.ini
src/locale/id/configure.ini
src/locale/it/configure.ini
src/locale/ja/configure.ini
src/locale/kn/configure.ini
src/locale/ko/configure.ini
src/locale/nl/configure.ini
src/locale/pl/configure.ini
src/locale/ru/configure.ini
src/locale/te/configure.ini
src/locale/th/configure.ini
src/locale/tl/configure.ini
src/locale/tr/configure.ini
src/locale/vi_VN/configure.ini
src/locale/vi_VN/statistics.txt
src/locale/zh_CN/configure.ini
src/locale/zh_CN/statistics.txt
diff --git a/src/controllers/components/SystemComponent.php b/src/controllers/components/SystemComponent.php
index e4d7e8e29..5ad4fe58e 100755
--- a/src/controllers/components/SystemComponent.php
+++ b/src/controllers/components/SystemComponent.php
@@ -1375,7 +1375,7 @@ EOD;
                 $comma = ",<br />";
             }
         }
-        if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 80800) {
+        if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 80008) {
             $missing_required .= $comma . tl("system_component_php_version");
             $comma = ", ";
         }
diff --git a/src/library/processors/PdfProcessor.php b/src/library/processors/PdfProcessor.php
index d137ab19b..b5838e0aa 100755
--- a/src/library/processors/PdfProcessor.php
+++ b/src/library/processors/PdfProcessor.php
@@ -101,9 +101,9 @@ class PdfProcessor extends TextProcessor
      * For this method to do anything the constant IMAGE_MAGICK
      * must be set to the path to the "convert" command.
      *
-     * @param string $folder with video in it
+     * @param string $folder with pdf in it
      * @param string $thumb_folder folder to generate
-     * @param string $file_name of video file in $folder
+     * @param string $file_name of pdf file in $folder
      * @param int $width = width in pixels of thumb
      * @param int $height = height in pixels of thumb
      */
diff --git a/src/library/processors/TextProcessor.php b/src/library/processors/TextProcessor.php
index 71471b8d7..a3b0b3c03 100755
--- a/src/library/processors/TextProcessor.php
+++ b/src/library/processors/TextProcessor.php
@@ -268,9 +268,9 @@ class TextProcessor extends PageProcessor
      * force and slow as currently implemented as it creates a PDF from
      * file and then extracts the first page to make a thumb
      *
-     * @param string $folder with video in it
+     * @param string $folder with file in it
      * @param string $thumb_folder folder to generate
-     * @param string $file_name of video file in $folder
+     * @param string $file_name of file file in $folder
      * @param int $width = width in pixels of thumb
      * @param int $height = height in pixels of thumb
      */
diff --git a/src/locale/ar/configure.ini b/src/locale/ar/configure.ini
index a0eae53a6..4076464fc 100755
--- a/src/locale/ar/configure.ini
+++ b/src/locale/ar/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "تعذر التحديث config.php
 system_component_configure_no_create_profile = "غير قادر على إنشاء الشخصية!"
 system_component_configure_work_dir_invalid = "دليل العمل هو صالح! لا يمكن إنشاء الشخصية! "
 system_component_describe_robot = "يرجى وصف الروبوت الخاص بك"
-system_component_php_version = "بي إتش بي 4لإصدار 7.1 أو أحدث"
+system_component_php_version = "بي إتش بي 4لإصدار 8.0 أو أحدث"
 system_component_no_write_config_php = "configs/config.php ليس ملقم ويب للكتابة."
 system_component_no_write_work_dir = "دليل العمل يجب أن يكون قابل للكتابة من قبل ملقم ويب."
 system_component_post_size_small = "pnp.ini ملف post_max_size متغيرينبغي أن يكون مالا يقل عن 32 م"
diff --git a/src/locale/bn/configure.ini b/src/locale/bn/configure.ini
index fc3f5ddbb..c3d15080d 100755
--- a/src/locale/bn/configure.ini
+++ b/src/locale/bn/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "আপডেট করতে অক
 system_component_configure_no_create_profile = "অক্ষম প্রোফাইল তৈরি করুন!"
 system_component_configure_work_dir_invalid = "কাজ ডিরেক্টরি অবৈধ! না, প্রোফাইল তৈরি করুন!"
 system_component_describe_robot = "বর্ণনা করুন, আপনার রোবট"
-system_component_php_version = "পিএইচপি সংস্করণ 7.1 অথবা ঊর্ধ্বতন সংস্করণ"
+system_component_php_version = "পিএইচপি সংস্করণ 8.0 অথবা ঊর্ধ্বতন সংস্করণ"
 system_component_no_write_config_php = "configs/config.php না ওয়েব সার্ভার লিখনযোগ্য."
 system_component_no_write_work_dir = "কাজ ডিরেক্টরি করা প্রয়োজন লিখনযোগ্য দ্বারা ওয়েব সার্ভার. "
 system_component_post_size_small = "পিএইচপি.ini ফাইল পরিবর্তনশীল post_max_size করা উচিত, অন্তত 2M"
diff --git a/src/locale/de/configure.ini b/src/locale/de/configure.ini
index cc146eae6..4a6aae763 100755
--- a/src/locale/de/configure.ini
+++ b/src/locale/de/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Nicht Aktualisieren config.php Datei
 system_component_configure_no_create_profile = "Nicht Profil Erstellen!"
 system_component_configure_work_dir_invalid = "Work-Verzeichnis ist Ung&uuml;ltig! Nicht Profil Erstellen!"
 system_component_describe_robot = "Bitte Beschreiben Sie Ihre Roboter"
-system_component_php_version = "PHP in der Version 7.1 oder Neuer"
+system_component_php_version = "PHP in der Version 8.0 oder Neuer"
 system_component_no_write_config_php = "configs/config.php nicht-web-server beschreibbar."
 system_component_no_write_work_dir = "Work-Verzeichnis muss beschreibbar durch den web-server. "
 system_component_post_size_small = "php.ini-Datei die variable post_max_size sollte mindestens 2M"
diff --git a/src/locale/el_GR/configure.ini b/src/locale/el_GR/configure.ini
index 2af4f6176..d91030ef2 100644
--- a/src/locale/el_GR/configure.ini
+++ b/src/locale/el_GR/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Δεν είναι δυνατή η ε
 system_component_configure_no_create_profile = "Δεν είναι δυνατή η δημιουργία προφίλ!"
 system_component_configure_work_dir_invalid = "Ο Κατάλογος Εργασίας δεν είναι έγκυρος! Δεν είναι δυνατή η δημιουργία προφίλ!"
 system_component_describe_robot = "Περιγράψτε το Bot σας"
-system_component_php_version = "PHP Έκδοση 7.1 ή νεότερη"
+system_component_php_version = "PHP Έκδοση 8.0 ή νεότερη"
 system_component_no_write_config_php = "configs/config.php δεν μπορεί να εγγραφεί από διακομιστή ιστού."
 system_component_no_write_work_dir = "Ο κατάλογος εργασίας πρέπει να είναι εγγράψιμος από διακομιστή web."
 system_component_post_size_small = "Η μεταβλητή αρχείου php.ini post_max_size θα πρέπει να είναι τουλάχιστον 2M"
diff --git a/src/locale/en_US/configure.ini b/src/locale/en_US/configure.ini
index d9c347a3f..fb8d5a55f 100644
--- a/src/locale/en_US/configure.ini
+++ b/src/locale/en_US/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Unable to Update config.php File!"
 system_component_configure_no_create_profile = "Unable to Create Profile!"
 system_component_configure_work_dir_invalid = "Work Directory is Invalid! Cannot Create Profile!"
 system_component_describe_robot = "Please Describe Your Robot"
-system_component_php_version = "PHP Version 7.1 or Newer"
+system_component_php_version = "PHP Version 8.0 or Newer"
 system_component_no_write_config_php = "configs/config.php not web server writable."
 system_component_no_write_work_dir = "Work directory needs to be writable by web server. "
 system_component_post_size_small = "php.ini file variable post_max_size should be at least 2M"
diff --git a/src/locale/es/configure.ini b/src/locale/es/configure.ini
index d0177c6e5..069945a7f 100755
--- a/src/locale/es/configure.ini
+++ b/src/locale/es/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "No se puede actualizar el archivo co
 system_component_configure_no_create_profile = "No se puede crear el perfil!"
 system_component_configure_work_dir_invalid = "Directorio de trabajo es inv&aacute;lido! No se puede crear el perfil!"
 system_component_describe_robot = "Por favor describa su robot"
-system_component_php_version = "PHP Version 7.1 o la M&aacute;s Reciente"
+system_component_php_version = "PHP Version 8.0 o la Más Reciente"
 system_component_no_write_config_php = "configs/config.php el servidor web no es escribible."
 system_component_no_write_work_dir = "Directorio de trabajo tiene que ser escribible por el servidor web"
 system_component_post_size_small = "La variable post_max_size del archivo php.ini deber�a ser de al menos 32M"
diff --git a/src/locale/fa/configure.ini b/src/locale/fa/configure.ini
index 78d91a1fb..8646f8460 100755
--- a/src/locale/fa/configure.ini
+++ b/src/locale/fa/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "نمی&zwnj;توان فایل config
 system_component_configure_no_create_profile = "نمی&zwnj;توان پروفایل را ساخت!"
 system_component_configure_work_dir_invalid = "پوشهٔ کار معتبر نیست! نمی&zwnj;توان پروفایل را ساخت!"
 system_component_describe_robot = "لطفن رباتتان را توصیف کنید"
-system_component_php_version = "PHP نسخه 7.1 و یا جدیدتر"
+system_component_php_version = "PHP نسخه 8.0 و یا جدیدتر"
 system_component_no_write_config_php = "وب سرور نمی&zwnj;تواند در configs/config.php بنویسد."
 system_component_no_write_work_dir = "وب سرور باید بتواند در پوشهٔ کار بنویسد."
 system_component_post_size_small = "متغیر post_max_size در php.ini باید حداقل ۲ مگابایت باشد. "
diff --git a/src/locale/fr_FR/configure.ini b/src/locale/fr_FR/configure.ini
index 876408156..6451bac35 100755
--- a/src/locale/fr_FR/configure.ini
+++ b/src/locale/fr_FR/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Impossible de mettre &agrave; jour c
 system_component_configure_no_create_profile = "Impossible de cr&eacute;er le profil!"
 system_component_configure_work_dir_invalid = "R&eacute;pertoire de travail n&#039;est pas Valide! Ne Peut Pas Cr&eacute;er De Profil!"
 system_component_describe_robot = "Veuillez d&eacute;crire votre robot"
-system_component_php_version = "La version de PHP 7.1 ou plus r&eacute;cent"
+system_component_php_version = "La version de PHP 8.0 ou plus récent"
 system_component_no_write_config_php = "configs/config.php pas de serveur web &agrave; l&#039;&eacute;criture."
 system_component_no_write_work_dir = "Le travail de r&eacute;pertoire doit &ecirc;tre accessible en &eacute;criture par le serveur web. "
 system_component_post_size_small = "La variable php.ini post_max_size doit &ecirc;tre d&#039;au moins 2M"
diff --git a/src/locale/he/configure.ini b/src/locale/he/configure.ini
index 0a5bb1728..712a96d72 100755
--- a/src/locale/he/configure.ini
+++ b/src/locale/he/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "לא ניתן לעדכן config.php
 system_component_configure_no_create_profile = "אין אפשרות ליצור פרופיל!"
 system_component_configure_work_dir_invalid = "עבודה המדריך אינו חוקי! אין אפשרות ליצור פרופיל!"
 system_component_describe_robot = "בבקשה לתאר את הרובוט שלך"
-system_component_php_version = "PHP גרסה 7.1 או חדש יותר"
+system_component_php_version = "PHP גרסה 8.0 או חדש יותר"
 system_component_no_write_config_php = "configs/config.php לא שרת אינטרנט ניתן לכתיבה."
 system_component_no_write_work_dir = "עובד ספריה צריכה להיות ניתנת לכתיבה על ידי שרת אינטרנט. "
 system_component_post_size_small = "php.ini משתנה post_max_size צריך להיות לפחות 2 מ&#039;."
diff --git a/src/locale/hi/configure.ini b/src/locale/hi/configure.ini
index 8b4098838..bd27695b4 100755
--- a/src/locale/hi/configure.ini
+++ b/src/locale/hi/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "अद्यतन करने म
 system_component_configure_no_create_profile = "में असमर्थ प्रोफ़ाइल बनाने के लिए!"
 system_component_configure_work_dir_invalid = "काम निर्देशिका अमान्य है! नहीं कर सकते प्रोफ़ाइल बनाएँ!"
 system_component_describe_robot = "कृपया अपने रोबोट का वर्णन"
-system_component_php_version = "PHP संस्करण 7.1 या नए"
+system_component_php_version = "PHP संस्करण 8.0 या नए"
 system_component_no_write_config_php = "configs/config.php नहीं वेब सर्वर लिखने योग्य । "
 system_component_no_write_work_dir = "काम निर्देशिका करने की जरूरत है लिखने योग्य वेब सर्वर द्वारा. "
 system_component_post_size_small = "php.ini फ़ाइल में चर post_max_size होना चाहिए कम से कम 2 मीटर"
diff --git a/src/locale/id/configure.ini b/src/locale/id/configure.ini
index 041d89ca9..8b02329bf 100755
--- a/src/locale/id/configure.ini
+++ b/src/locale/id/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Tidak bisa Update config.php File!"
 system_component_configure_no_create_profile = "Tidak dapat Membuat Profil!"
 system_component_configure_work_dir_invalid = "Pekerjaan Direktori Valid! Tidak Dapat Membuat Profil!"
 system_component_describe_robot = "Jelaskan Robot Anda"
-system_component_php_version = "PHP Versi 7.1 atau yang lebih Baru"
+system_component_php_version = "PHP Versi 8.0 atau yang lebih Baru"
 system_component_no_write_config_php = "configs/config.php bukan server web yang dapat ditulisi."
 system_component_no_write_work_dir = "Pekerjaan direktori kebutuhan untuk dapat ditulis oleh server web. "
 system_component_post_size_small = "php.ini file variabel post_max_size harus minimal 2M"
diff --git a/src/locale/it/configure.ini b/src/locale/it/configure.ini
index 5f31a2298..b4124d3ab 100755
--- a/src/locale/it/configure.ini
+++ b/src/locale/it/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Impossibile aggiornare il file confi
 system_component_configure_no_create_profile = "Impossibile creare Profilo!"
 system_component_configure_work_dir_invalid = "Cartella di Lavoro non valida! Impossibile creare Profilo!"
 system_component_describe_robot = "Descrivi il tuo Robot"
-system_component_php_version = "PHP Versione 7.1 o maggiore"
+system_component_php_version = "PHP Versione 8.0 o maggiore"
 system_component_no_write_config_php = "File configs/config.php non scrivibile dal web server."
 system_component_no_write_work_dir = "La Cartella di Lavoro deve essere scrivibile dal web server. "
 system_component_post_size_small = "La variabile post_max_size nel file php.ini dovrebbe essere minimo 32M"
diff --git a/src/locale/ja/configure.ini b/src/locale/ja/configure.ini
index 9e7c82a8a..eb6c23173 100755
--- a/src/locale/ja/configure.ini
+++ b/src/locale/ja/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "config.phpファイルのできな
 system_component_configure_no_create_profile = "プロフィールを作成できない。"
 system_component_configure_work_dir_invalid = "無効な作業ディレクト。プロフィールを作成できない。"
 system_component_describe_robot = "ロボットの説明してください。"
-system_component_php_version = "PHPバージョン7.1以降"
+system_component_php_version = "PHPバージョン8.0以降"
 system_component_no_write_config_php = "configs/config.php ないウェブサーバーの書き込み可能."
 system_component_no_write_work_dir = "作業ディレクトリ必要書き込み可能なwebサーバーです。 "
 system_component_post_size_small = "クリアしました。iniファイル変数のpost_max_sizeが、少なくとも2M"
diff --git a/src/locale/kn/configure.ini b/src/locale/kn/configure.ini
index 45225de7b..2f6d44219 100755
--- a/src/locale/kn/configure.ini
+++ b/src/locale/kn/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Unable to ಅಪ್ಡೇಟ್ conf
 system_component_configure_no_create_profile = "Unable to Create Profile!"
 system_component_configure_work_dir_invalid = "ಕೆಲಸ ಡೈರೆಕ್ಟರಿ ಅಮಾನ್ಯವಾಗಿದೆ! ರಚಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ ಪ್ರೊಫೈಲ್!"
 system_component_describe_robot = "ದಯವಿಟ್ಟು ವಿವರಿಸಿ ನಿಮ್ಮ ರೋಬೋಟ್"
-system_component_php_version = "PHP ಆವೃತ್ತಿ 7.1 ಅಥವಾ ಹೊಸ"
+system_component_php_version = "PHP ಆವೃತ್ತಿ 8.0 ಅಥವಾ ಹೊಸ"
 system_component_no_write_config_php = "configs/config.php ವೆಬ್ ಸರ್ವರ್ ನಿಂದ ಬರೆಯಲು ಸಶಕ್ತವಲ್ಲ"
 system_component_no_write_work_dir = "ಕಾರ್ಯ ನಿರ್ದೇಶಿಕೆ ವೆಬ್ ಸರ್ವರ್ ನಿಂದ ಬರೆಯಲು ಸಶಕ್ತವಾಗಿರಬೇಕು"
 system_component_post_size_small = "php.ini ಕಡಿತದ ಚರಾಂಶ post_max_size ಕನಿಷ್ಠ ಪಕ್ಷ ೧೬ ಎಂ.ಬಿ. ಇರಬೇಕು"
diff --git a/src/locale/ko/configure.ini b/src/locale/ko/configure.ini
index c41b4be37..3f11c1458 100755
--- a/src/locale/ko/configure.ini
+++ b/src/locale/ko/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "config.php 파일을  업데이트
 system_component_configure_no_create_profile = "프로필을 생성할수 없습니다."
 system_component_configure_work_dir_invalid = "작업 디렉토리가 올바르지 않습니다. 프로필을 생성할수 없습니다."
 system_component_describe_robot = "당신의 로봇을 기술해 주십시요."
-system_component_php_version = "PHP 버전이 7.1"
+system_component_php_version = "PHP 버전이 8.0"
 system_component_no_write_config_php = "configs/config.php 지 웹 서버에 쓰기 권한이 없습니다."
 system_component_no_write_work_dir = "작업 디렉터리해야에 쓰기권한이 없는 웹 서버에 있습니다. "
 system_component_post_size_small = "php.ini 파일 변수 post_max_size 이상이어야 합 2M"
diff --git a/src/locale/nl/configure.ini b/src/locale/nl/configure.ini
index 29032e91a..47bba94a2 100644
--- a/src/locale/nl/configure.ini
+++ b/src/locale/nl/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Niet in staat om config.php bestand
 system_component_configure_no_create_profile = "Kan geen profiel maak!"
 system_component_configure_work_dir_invalid = "Werk is ongeldig! Kan profiel niet maken!"
 system_component_describe_robot = "Beschrijf uw Robot"
-system_component_php_version = "PHP versie 7.1 of nieuwer"
+system_component_php_version = "PHP versie 8.0 of nieuwer"
 system_component_no_write_config_php = "configs / config.php niet webserver beschrijfbaar."
 system_component_no_write_work_dir = "Werk map moet beschrijfbaar door web-server te zijn."
 system_component_post_size_small = "php.ini bestand variabele post_max_size moet minstens 2M"
diff --git a/src/locale/pl/configure.ini b/src/locale/pl/configure.ini
index 5201b166d..73459f289 100755
--- a/src/locale/pl/configure.ini
+++ b/src/locale/pl/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Nie udało się zaktualizować plik
 system_component_configure_no_create_profile = "Nie można utworzyć profil!"
 system_component_configure_work_dir_invalid = "Katalog roboczy jest nieważne! Nie Mogę Utworzyć Profil!"
 system_component_describe_robot = "Proszę Opisać Tw&oacute;j Robot"
-system_component_php_version = "PHP w wersji 7.1 lub nowszy"
+system_component_php_version = "PHP w wersji 8.0 lub nowszy"
 system_component_no_write_config_php = "configs/config.php nie, serwer www do nagrywania."
 system_component_no_write_work_dir = "Katalog roboczy powinien być dostępny do zapisu przez serwer www. "
 system_component_post_size_small = "w PHP.ini pliku zmienną instalacja post_max_size musi być nie mniej niż 2m"
diff --git a/src/locale/ru/configure.ini b/src/locale/ru/configure.ini
index e9465c570..22d0b942a 100755
--- a/src/locale/ru/configure.ini
+++ b/src/locale/ru/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Не удалось обновить
 system_component_configure_no_create_profile = "Не удается создать профиль!"
 system_component_configure_work_dir_invalid = "Рабочий каталог является недействительным! Не Могу Создать Профиль!"
 system_component_describe_robot = "Пожалуйста, Опишите Ваш Робот"
-system_component_php_version = "PHP версии 7.1 или более поздняя версия"
+system_component_php_version = "PHP версии 8.0 или более поздняя версия"
 system_component_no_write_config_php = "configs/config.php не веб-сервер для записи."
 system_component_no_write_work_dir = "Рабочий каталог должен быть доступен для записи веб-сервером. "
 system_component_post_size_small = "в PHP.ini файла переменную установка post_max_size должен быть не менее 2м"
diff --git a/src/locale/te/configure.ini b/src/locale/te/configure.ini
index 79b871a84..39f367362 100644
--- a/src/locale/te/configure.ini
+++ b/src/locale/te/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "config.php ఫైల్ అప్డ
 system_component_configure_no_create_profile = "ప్రొఫైల్ తయారు చేయుట సాధ్యపడలేదు!"
 system_component_configure_work_dir_invalid = "వర్క్ డైరెక్టరీ చెల్లదు! ప్రొఫైల్ సృష్టించలేరు!"
 system_component_describe_robot = "మీ రోబోట్ ని దయచేసి వివరించండి"
-system_component_php_version = "PHP వెర్షన్ 7.1 లేదా ఇంకా క్రొత్తది"
+system_component_php_version = "PHP వెర్షన్ 8.0 లేదా ఇంకా క్రొత్తది"
 system_component_no_write_config_php = "configs/config.php లేదు. వెబ్ సర్వర్ వ్రాయగలిగే."
 system_component_no_write_work_dir = "పని డైరెక్టరీ అవసరం వ్రాయగలిగే ద్వారా వెబ్ సర్వర్. "
 system_component_post_size_small = "php.ini ఫైలు వేరియబుల్ post_max_size ఉండాలి కనీసం 2M"
diff --git a/src/locale/th/configure.ini b/src/locale/th/configure.ini
index 072f84fcb..9460aea08 100755
--- a/src/locale/th/configure.ini
+++ b/src/locale/th/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "ไม่สามารถปรั
 system_component_configure_no_create_profile = "ไม่สามารถสร้างโพรไฟล์!"
 system_component_configure_work_dir_invalid = "ไดเรกทอรีทำงานไม่ถูกต้อง! ไม่สามารถสร้างโพรไฟล์!"
 system_component_describe_robot = "ได้โปรดอธิบายของหุ่นยนต์"
-system_component_php_version = "รุ่นของ PHP 7.1 บนระบหรือใหม่กว่าที่"
+system_component_php_version = "รุ่นของ PHP 8.0 บนระบหรือใหม่กว่าที่"
 system_component_no_write_config_php = "configs/config.php ไม่ใช่เว็บเซิร์ฟเวอร์สามารถเขียนไปยัง."
 system_component_no_write_work_dir = "ทำงานไดเรกทอรีต้องการที่จะสามารถเขียนโดยเว็บเซิร์ฟเวอร์ "
 system_component_post_size_small = "php.ini องแฟ้มตัวแปร post_max_size ควรจะเป็นอย่างน้อย 2M"
diff --git a/src/locale/tl/configure.ini b/src/locale/tl/configure.ini
index cccc1d68c..ec547549a 100644
--- a/src/locale/tl/configure.ini
+++ b/src/locale/tl/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Hindi magawang i-Update ang config.p
 system_component_configure_no_create_profile = "Hindi upang Lumikha ng mga Profile!"
 system_component_configure_work_dir_invalid = "Trabaho Direktoryo ay hindi Wasto! Hindi Maaaring Lumikha Ng Mga Profile!"
 system_component_describe_robot = "Mangyaring Ilarawan Ang Iyong Robot"
-system_component_php_version = "PHP Bersyon 7.1 o mas bago"
+system_component_php_version = "PHP Bersyon 8.0 o mas bago"
 system_component_no_write_config_php = "configs/config.php hindi web server writable."
 system_component_no_write_work_dir = "Trabaho sa direktoryo ng mga pangangailangan upang writable sa pamamagitan ng web server. "
 system_component_post_size_small = "php.ini file variable post_max_size ay dapat na hindi bababa sa 2M"
diff --git a/src/locale/tr/configure.ini b/src/locale/tr/configure.ini
index af7bec416..15a6a464a 100755
--- a/src/locale/tr/configure.ini
+++ b/src/locale/tr/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Config.php G&uuml;ncelleme Dosyası
 system_component_configure_no_create_profile = "Profil oluşturulamadı!"
 system_component_configure_work_dir_invalid = "&Ccedil;alışma Dizini Ge&ccedil;ersiz. Profil Oluşturamıyor."
 system_component_describe_robot = "L&uuml;tfen Robot Tanımlamak "
-system_component_php_version = "7.1 PHP S&uuml;r&uuml;m&uuml; veya daha Yeni"
+system_component_php_version = "8.0 PHP Sürümü veya daha Yeni"
 system_component_no_write_config_php = "configs/config.php web sunucusu yazılabilir."
 system_component_no_write_work_dir = "İş dizin web sunucusu tarafından yazılabilir olmalıdır. "
 system_component_post_size_small = "php.ını değişken post_max_size en az 2M olmalıdır dosyası "
diff --git a/src/locale/vi_VN/configure.ini b/src/locale/vi_VN/configure.ini
index 1b9e557d6..c9b742aa4 100755
--- a/src/locale/vi_VN/configure.ini
+++ b/src/locale/vi_VN/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "Kh&ocirc;ng thể cập nhật hồ
 system_component_configure_no_create_profile = "Kh&ocirc;ng thể tạo hồ sơ"
 system_component_configure_work_dir_invalid = "C&ocirc;ng t&aacute;c thư mục kh&ocirc;ng hợp lệ"
 system_component_describe_robot = "Diễn tả r&ocirc; b&ocirc; của bạn"
-system_component_php_version = "PHP phi&ecirc;n Bản 7.1 hoặc Mới hơn"
+system_component_php_version = "PHP phiên Bản 8.0 hoặc Mới hơn"
 system_component_no_write_config_php = "configs/config.php kh&ocirc;ng m&aacute;y chủ web c&oacute; thể ghi."
 system_component_no_write_work_dir = "Làm việc xuất khẩu cần phải được ghi bằng web chủ. "
 system_component_post_size_small = "bạn#.ini tập tin biến post_max_size n&ecirc;n &iacute;t nhất 2M"
diff --git a/src/locale/vi_VN/statistics.txt b/src/locale/vi_VN/statistics.txt
index b6bef56f0..5a165df53 100755
--- a/src/locale/vi_VN/statistics.txt
+++ b/src/locale/vi_VN/statistics.txt
@@ -1 +1 @@
-d:99;
\ No newline at end of file
+d:100;
\ No newline at end of file
diff --git a/src/locale/zh_CN/configure.ini b/src/locale/zh_CN/configure.ini
index 808182d69..1ab08f445 100755
--- a/src/locale/zh_CN/configure.ini
+++ b/src/locale/zh_CN/configure.ini
@@ -739,7 +739,7 @@ system_component_configure_no_set_config = "無設置"
 system_component_configure_no_create_profile = "未建立簡歷"
 system_component_configure_work_dir_invalid = "工作的目录是无效! 无法创建档案!"
 system_component_describe_robot = "请说明你的机器人"
-system_component_php_version = "PHP Version7.1或更新"
+system_component_php_version = "PHP Version8.0或更新"
 system_component_no_write_config_php = "PHP未寫入"
 system_component_no_write_work_dir = "未寫入目錄"
 system_component_post_size_small = "張貼小容量"
diff --git a/src/locale/zh_CN/statistics.txt b/src/locale/zh_CN/statistics.txt
index b6bef56f0..5a165df53 100755
--- a/src/locale/zh_CN/statistics.txt
+++ b/src/locale/zh_CN/statistics.txt
@@ -1 +1 @@
-d:99;
\ No newline at end of file
+d:100;
\ No newline at end of file
ViewGit