Skip to content

Commit c28de7b

Browse files
committed
Configuration page patch.
Changelog excerpt: - Display proper status message when updating configuration fails.
1 parent 47e4ffe commit c28de7b

31 files changed

+72
-41
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
133133
[2023.01.19; Bug-fix; Maikuolan]: Multiple choice configuration directives in radio style weren't being correctly populated from the configuration at the front-end configuration page; Fixed.
134134

135135
[2023.01.21; Maikuolan]: Better value definitions for `vt_suspicion_level`.
136+
137+
[2023.01.27; Maikuolan]: Display proper status message when updating configuration fails.

l10n/ar.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Arabic language data (last modified: 2023.01.22).
10+
# This file: Arabic language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -289,7 +289,8 @@ response_accounts_created: "تم انشاء الحساب بنجاح!"
289289
response_accounts_deleted: "تم حذف الحساب بنجاح!"
290290
response_accounts_doesnt_exist: "حساب غير موجود."
291291
response_accounts_password_updated: "تم تحديث كلمه السر بنجاح!"
292-
response_configuration_updated: "تم تحديث التكوين بنجاح"
292+
response_configuration_update_failed: "فشل تحديث التكوين!"
293+
response_configuration_updated: "تم تحديث التكوين بنجاح."
293294
response_failed: "فشل"
294295
response_failed_to_create: "فشل في انشاء!"
295296
response_failed_to_delete: "فشلت في حذف!"

l10n/bn.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Bangla language data (last modified: 2023.01.19).
10+
# This file: Bangla language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -289,6 +289,7 @@ response_accounts_created: "অ্যাকাউন্ট সফলভাবে
289289
response_accounts_deleted: "অ্যাকাউন্ট সফলভাবে মোছা হয়েছে!"
290290
response_accounts_doesnt_exist: "সেই অ্যাকাউন্টটি বিদ্যমান নেই।"
291291
response_accounts_password_updated: "পাসওয়ার্ড সফলভাবে আপডেট করা হয়েছে!"
292+
response_configuration_update_failed: "কনফিগারেশন আপডেট করতে ব্যর্থ!"
292293
response_configuration_updated: "কনফিগারেশন সফলভাবে আপডেট করা।"
293294
response_failed: "ব্যর্থ হয়েছে"
294295
response_failed_to_create: "তৈরি করতে ব্যর্থ!"

l10n/de.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: German language data (last modified: 2023.01.19).
10+
# This file: German language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -291,6 +291,7 @@ response_accounts_created: "Konto erfolgreich erstellt!"
291291
response_accounts_deleted: "Konto erfolgreich gelöscht!"
292292
response_accounts_doesnt_exist: "Dieses Konto existiert nicht."
293293
response_accounts_password_updated: "Passwort erfolgreich aktualisiert!"
294+
response_configuration_update_failed: "Aktualisierung der Konfiguration fehlgeschlagen!"
294295
response_configuration_updated: "Konfiguration erfolgreich aktualisiert."
295296
response_failed: "Nicht bestanden"
296297
response_failed_to_create: "Erstellung fehlgeschlagen!"

l10n/en.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2023.01.19).
10+
# This file: English language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -291,6 +291,7 @@ response_accounts_created: "Account successfully created!"
291291
response_accounts_deleted: "Account successfully deleted!"
292292
response_accounts_doesnt_exist: "That account doesn't exist."
293293
response_accounts_password_updated: "Password successfully updated!"
294+
response_configuration_update_failed: "Failed to update configuration!"
294295
response_configuration_updated: "Configuration successfully updated."
295296
response_failed: "Failed"
296297
response_failed_to_create: "Failed to create!"

l10n/es.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Spanish language data (last modified: 2023.01.19).
10+
# This file: Spanish language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -291,6 +291,7 @@ response_accounts_created: "¡Cuenta creada con éxito!"
291291
response_accounts_deleted: "¡Cuenta eliminada con éxito!"
292292
response_accounts_doesnt_exist: "Esa cuenta no existe."
293293
response_accounts_password_updated: "¡Contraseña actualizado con éxito!"
294+
response_configuration_update_failed: "¡Error al actualizar la configuración!"
294295
response_configuration_updated: "Configuración actualizado con éxito."
295296
response_failed: "Fallado"
296297
response_failed_to_create: "¡No se pudo crear!"

l10n/fa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Farsi language data (last modified: 2023.01.19).
10+
# This file: Farsi language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -289,6 +289,7 @@ response_accounts_created: "حساب با موفقیت ایجاد شد!"
289289
response_accounts_deleted: "حساب با موفقیت حذف شد!"
290290
response_accounts_doesnt_exist: "آن حساب وجود ندارد."
291291
response_accounts_password_updated: "رمز عبور با موفقیت به روز شد!"
292+
response_configuration_update_failed: "پیکربندی به روز نشد!"
292293
response_configuration_updated: "پیکربندی با موفقیت به روز شد."
293294
response_failed: "ناموفق بود"
294295
response_failed_to_create: "ایجاد ناموفق بود!"

l10n/fr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: French language data (last modified: 2023.01.19).
10+
# This file: French language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -291,6 +291,7 @@ response_accounts_created: "Compte créé avec succès\_!"
291291
response_accounts_deleted: "Compte supprimé avec succès\_!"
292292
response_accounts_doesnt_exist: "Ce compte n'existe pas."
293293
response_accounts_password_updated: "Mot de passe mis à jour avec succès\_!"
294+
response_configuration_update_failed: "Échec de la mise à jour de la configuration\_!"
294295
response_configuration_updated: "Configuration mis à jour avec succès."
295296
response_failed: "Échoué"
296297
response_failed_to_create: "Échec de création\_!"

l10n/he.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Hebrew language data (last modified: 2023.01.22).
10+
# This file: Hebrew language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -291,6 +291,7 @@ response_accounts_created: "החשבון נוצר בהצלחה!"
291291
response_accounts_deleted: "החשבון נמחק בהצלחה!"
292292
response_accounts_doesnt_exist: "החשבון הזה לא קיים."
293293
response_accounts_password_updated: "הסיסמה עודכנה בהצלחה!"
294+
response_configuration_update_failed: "עדכון התצורה נכשל!"
294295
response_configuration_updated: "התצורה עודכנה בהצלחה."
295296
response_failed: "נכשל"
296297
response_failed_to_create: "היצירה נכשל!"

l10n/hi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Hindi language data (last modified: 2023.01.19).
10+
# This file: Hindi language data (last modified: 2023.01.27).
1111
#
1212
# Regarding translations: My native language is English. Because this is a free
1313
# and open-source hobby project which generates zero income, and translatable
@@ -291,6 +291,7 @@ response_accounts_created: "खाता सफलतापूर्वक ब
291291
response_accounts_deleted: "खाता सफलतापूर्वक हटाया गया!"
292292
response_accounts_doesnt_exist: "वह खाता मौजूद नहीं है।"
293293
response_accounts_password_updated: "पासवर्ड सफलतापूर्वक अपडेट किया गया!"
294+
response_configuration_update_failed: "कॉन्फ़िगरेशन अपडेट करने में विफल!"
294295
response_configuration_updated: "कॉन्फ़िगरेशन सफलतापूर्वक अपडेट किया गया।"
295296
response_failed: "असफलता"
296297
response_failed_to_create: "बनाने में विफल!"

0 commit comments

Comments
 (0)