From c299fa68bfe8ed6792950061cdede1a16b34d923 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:11:59 +0100 Subject: [PATCH 01/90] New translations default.inc.php (Russian) --- core/lexicon/ru/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/ru/default.inc.php b/core/lexicon/ru/default.inc.php index f66370ce84..d031a4e187 100644 --- a/core/lexicon/ru/default.inc.php +++ b/core/lexicon/ru/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Ошибка загрузки данных.'; $_lang['date'] = 'Дата'; $_lang['datechanged'] = 'Дата изменена'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Таблицы базы данных'; $_lang['db_info_mysql'] = 'Вы можете оптимизировать таблицы, имеющие перерасход, нажав по ссылке в колонке «Перерасход».'; $_lang['delete'] = 'Удалить'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'TV без названия'; $_lang['untitled_weblink'] = 'Ссылка без названия'; $_lang['untitled_symlink'] = 'Символическая ссылка без названия'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Неизвестно'; $_lang['unsaved_changes'] = 'Есть несохраненные изменения. Вы уверены, что хотите покинуть эту страницу?'; $_lang['update'] = 'Обновить'; From 962cbd6aec5d81901cdb07ce03c0e77430963530 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:00 +0100 Subject: [PATCH 02/90] New translations default.inc.php (Romanian) --- core/lexicon/ro/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/ro/default.inc.php b/core/lexicon/ro/default.inc.php index 1fcaad7cbc..54f8be1a4c 100644 --- a/core/lexicon/ro/default.inc.php +++ b/core/lexicon/ro/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'S-a produs o eroare la încărcarea datelor.'; $_lang['date'] = 'Date'; $_lang['datechanged'] = 'Date changed'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Database tables'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = 'Șterge'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Untitled tv'; $_lang['untitled_weblink'] = 'Untitled weblink'; $_lang['untitled_symlink'] = 'Untitled symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Nu toate modificările au fost salvate. Sigur doriți să părăsiți acestă pagină?'; $_lang['update'] = 'Update'; From 0bd8925faa93a351d514fb0569e9f509978afb49 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:03 +0100 Subject: [PATCH 03/90] New translations setting.inc.php (Romanian) --- core/lexicon/ro/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/ro/setting.inc.php b/core/lexicon/ro/setting.inc.php index 54125662ef..bba1351e57 100644 --- a/core/lexicon/ro/setting.inc.php +++ b/core/lexicon/ro/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 19105eaf0f63e8951fcd6a968d8afb257531677d Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:05 +0100 Subject: [PATCH 04/90] New translations workspace.inc.php (Romanian) --- core/lexicon/ro/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/ro/workspace.inc.php b/core/lexicon/ro/workspace.inc.php index b494d4c10a..7cf0a9cd54 100644 --- a/core/lexicon/ro/workspace.inc.php +++ b/core/lexicon/ro/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'No Preview'; $_lang['not_installed'] = 'Not Installed'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Package'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From d8fafb3d5bebdaaaabdd35abcf6d8443260b9791 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:06 +0100 Subject: [PATCH 05/90] New translations default.inc.php (French) --- core/lexicon/fr/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/fr/default.inc.php b/core/lexicon/fr/default.inc.php index 49825253c6..bd0164d2bd 100644 --- a/core/lexicon/fr/default.inc.php +++ b/core/lexicon/fr/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Erreur lors du chargement des données.'; $_lang['date'] = 'Date'; $_lang['datechanged'] = 'Date de modification'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Tables de la base de données'; $_lang['db_info_mysql'] = 'Si une table a un "dépassement", vous pouvez l\'optimiser en cliquant sur le lien dans la colonne dépassement.'; $_lang['delete'] = 'Supprimer'; @@ -511,6 +512,7 @@ $_lang['untitled_tv'] = 'TV sans nom'; $_lang['untitled_weblink'] = 'Lien sans nom'; $_lang['untitled_symlink'] = 'Lien symbolique sans nom'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Inconnu'; $_lang['unsaved_changes'] = 'Les modifications n\'ont pas été sauvegardées. Êtes-vous sûr de vouloir quitter cette page ?'; $_lang['update'] = 'Mettre à jour'; From 75cc21a495ff0ecd883bf6399513427e14cc4b59 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:07 +0100 Subject: [PATCH 06/90] New translations setting.inc.php (French) --- core/lexicon/fr/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/fr/setting.inc.php b/core/lexicon/fr/setting.inc.php index 00c4c0d5ac..838369fd14 100755 --- a/core/lexicon/fr/setting.inc.php +++ b/core/lexicon/fr/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Fuseau horaire par défaut'; $_lang['setting_date_timezone_desc'] = 'Contrôle le fuseau horaire par défaut de PHP (timezone). Si ce paramètre et vide ainsi que le paramètre date.timezone de PHP, UTC sera utilisé.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Mod debug'; $_lang['setting_debug_desc'] = 'Activez ou désactiver le debugage dans MODX et/ou définissez le niveau de error_reporting de PHP. \'\' = Utiliser la valeur actuelle de error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), ou toute autre valeur de error_reporting valide (un entier).'; From 3b76bd5bf53b90218cc7ada379c8a353094ae0bd Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:08 +0100 Subject: [PATCH 07/90] New translations workspace.inc.php (French) --- core/lexicon/fr/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/fr/workspace.inc.php b/core/lexicon/fr/workspace.inc.php index 8392109012..5483d0cddc 100755 --- a/core/lexicon/fr/workspace.inc.php +++ b/core/lexicon/fr/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Ajouts récents'; $_lang['no_preview'] = 'Pas d\'aperçu'; $_lang['not_installed'] = 'Non installée'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Extension'; $_lang['package_add'] = 'Nouveau Package'; $_lang['package_already_downloaded'] = 'Extension déjà téléchargée'; From 1e715253ed9b57d45d67be6f26cb1269a77399d0 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:10 +0100 Subject: [PATCH 08/90] New translations default.inc.php (Spanish) --- core/lexicon/es/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/es/default.inc.php b/core/lexicon/es/default.inc.php index 66a02590c5..dd8ccbb83f 100644 --- a/core/lexicon/es/default.inc.php +++ b/core/lexicon/es/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Error cargando datos.'; $_lang['date'] = 'Fecha'; $_lang['datechanged'] = 'Fecha cambiada'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Tablas de Base de Datos'; $_lang['db_info_mysql'] = 'Si una tabla tiene un problema, puedes optimizarla haciendo click en el enlace de la columna "Residuos".'; $_lang['delete'] = 'Borrar'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'VdP sin Título'; $_lang['untitled_weblink'] = 'Weblink sin Título'; $_lang['untitled_symlink'] = 'Symlink sin Título'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Hay cambios sin guardar. ¿Seguro que quieres abandonar la página?'; $_lang['update'] = 'Actualizar'; From eca79d34eb3e0b0e37f652ce3315053bf691d0fe Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:12 +0100 Subject: [PATCH 09/90] New translations setting.inc.php (Spanish) --- core/lexicon/es/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/es/setting.inc.php b/core/lexicon/es/setting.inc.php index 688b13591f..934edb0a20 100644 --- a/core/lexicon/es/setting.inc.php +++ b/core/lexicon/es/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Zona Horaria por Defecto'; $_lang['setting_date_timezone_desc'] = 'Si no está vacío, controla la zona horaria por defecto para la función "date()" de PHP. Si está vacío y la configuración de PHP "date.timezone" no está configurada, se asumirá el uso de UTC.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Depuración'; $_lang['setting_debug_desc'] = 'Controla la activación/desactivación de la depuración en MODX y/o configura el nivel de la variable de PHP "error_reporting". "" = usar el valor actual de error_reporting, "0" = false (error_reporting = 0), "1" = true (error_reporting = -1), o cualquier valor válido para error_reporting (como número entero).'; From 9481e27ce0cb8e19d7d7305b191c158b2a27807a Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:13 +0100 Subject: [PATCH 10/90] New translations workspace.inc.php (Spanish) --- core/lexicon/es/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/es/workspace.inc.php b/core/lexicon/es/workspace.inc.php index 414e98cefe..49aeca1aeb 100644 --- a/core/lexicon/es/workspace.inc.php +++ b/core/lexicon/es/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Novedades'; $_lang['no_preview'] = 'Sin Vista Previa'; $_lang['not_installed'] = 'No Instalado'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Paquete'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Paquete ya descargado'; From a8b18ca3a032c65fe4faa62a1be5601d76e6c54d Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:14 +0100 Subject: [PATCH 11/90] New translations default.inc.php (Arabic) --- core/lexicon/ar/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/ar/default.inc.php b/core/lexicon/ar/default.inc.php index fab0f7ad9d..3871bcc17f 100644 --- a/core/lexicon/ar/default.inc.php +++ b/core/lexicon/ar/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'خطأ في تحميل البيانات.'; $_lang['date'] = 'تاريخ'; $_lang['datechanged'] = 'تغير التاريخ'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'جداول قاعدة البيانات'; $_lang['db_info_mysql'] = 'اذا كان الجدول يحوي على ترويسة عليا، عندها يمكنك تحسينها عن طريق النقر على الرابط الموجود في عمود الترويسة العليا.'; $_lang['delete'] = 'حذف'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'عنصر قالب غير معنون'; $_lang['untitled_weblink'] = 'رابط وب غير معنون'; $_lang['untitled_symlink'] = 'ارتباط رمزي غير معنون'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'يوجد تعديلات غير محفوظة. هل أنت متأكد من أنك تريد مغادرة هذه الصفحة؟'; $_lang['update'] = 'ترقية'; From e8f5615d6f624a0e8be2f586a945009e817f8889 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:15 +0100 Subject: [PATCH 12/90] New translations setting.inc.php (Arabic) --- core/lexicon/ar/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/ar/setting.inc.php b/core/lexicon/ar/setting.inc.php index 90da8354bd..e8ba012ad9 100644 --- a/core/lexicon/ar/setting.inc.php +++ b/core/lexicon/ar/setting.inc.php @@ -224,6 +224,12 @@ $_lang['setting_date_timezone'] = 'المنطقة الزمنية الافتراضية'; $_lang['setting_date_timezone_desc'] = 'تتحكم باعدادات المنطقة الزمنية الافتراضية من أجل اجراءات التاريخ بلغة PHP، إذا كان غير فارغ. اذا كان فارغ واذا كان الخيار date.timezone ini غير محدد في البيئة الخاصة بك إذا لم يتم تعيين فارغة والإعداد ini date.timezone بي في البيئة الخاصة بك، سيتم افتراض UTC.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'التنقيح'; $_lang['setting_debug_desc'] = 'تتحكم بتشغيل/تعطيل تصحيح الأخطاء و/أو ضبط مستوى error_reporting في PHP. مثلا \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1)، أو أي قيمة error_reporting صالحة (كعدد صحيح).'; From 4b998f7db5d972f76e02115b4ed90048876fc249 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:16 +0100 Subject: [PATCH 13/90] New translations workspace.inc.php (Arabic) --- core/lexicon/ar/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/ar/workspace.inc.php b/core/lexicon/ar/workspace.inc.php index 46f527cbca..e232c3e1e7 100644 --- a/core/lexicon/ar/workspace.inc.php +++ b/core/lexicon/ar/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'الإضافات الأحدث'; $_lang['no_preview'] = 'لا توجد معاينة'; $_lang['not_installed'] = 'غير مثبت'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'حزمة'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'تم تحميل الحزمة مسبقا'; From fa73717a8bb0d0610ff0cb30914156f9c65c919c Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:18 +0100 Subject: [PATCH 14/90] New translations default.inc.php (Belarusian) --- core/lexicon/be/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/be/default.inc.php b/core/lexicon/be/default.inc.php index 22e786b5a4..cd7cbf685b 100644 --- a/core/lexicon/be/default.inc.php +++ b/core/lexicon/be/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Памылка загрузкі дадзеных.'; $_lang['date'] = 'Дата'; $_lang['datechanged'] = 'Дата зменена'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Табліцы базы дадзеных'; $_lang['db_info_mysql'] = 'Вы можаце аптымізаваць табліцу, якая мае перарасход, пстрыкнуўшы па спасылцы ў слупку «Перарасход».'; $_lang['delete'] = 'Выдалiць'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Зменная шаблону без назвы'; $_lang['untitled_weblink'] = 'Спасылка без назвы'; $_lang['untitled_symlink'] = 'Сімвалічная спасылка без назвы'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Невядома'; $_lang['unsaved_changes'] = 'Ёсць незахаваныя змены. Вы сапраўды жадаеце пакінуць гэтую старонку?'; $_lang['update'] = 'Абнавіць'; From 31fd5317c7618cf28bfa652f212fa6df94090f5b Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:19 +0100 Subject: [PATCH 15/90] New translations setting.inc.php (Belarusian) --- core/lexicon/be/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/be/setting.inc.php b/core/lexicon/be/setting.inc.php index f9a40e061e..83af665f69 100644 --- a/core/lexicon/be/setting.inc.php +++ b/core/lexicon/be/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Часавы пояс па змаўчанні'; $_lang['setting_date_timezone_desc'] = 'Калі не пуста, кантралюе наладу часавога поясу па змаўчанні для функцый даты у PHP. Калі пуста і налада date.timezone самога PHP не пазначана ў вашым асяроддзі, будзе выкарыстаны часавы пояс UTC.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Адладка'; $_lang['setting_debug_desc'] = 'Кантралюе ўключэнне/выключэнне рэжыму адладкі ў MODX і/або ўсталёўвае ўзровень адлюстравання памылак для PHP (налада error_reporting). \'\' = выкарыстоўваць бягучы error_reporting, \'0\' - адключыць (error_reporting = 0), \'1\' - уключыць (error_reporting = -1), або любое іншае значэнне error_reporting (як цэлы лік).'; From 83d3d57cbc46178d4d4621fc29f52de17e61457c Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:20 +0100 Subject: [PATCH 16/90] New translations workspace.inc.php (Belarusian) --- core/lexicon/be/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/be/workspace.inc.php b/core/lexicon/be/workspace.inc.php index 22a2131372..e0b6f95baf 100644 --- a/core/lexicon/be/workspace.inc.php +++ b/core/lexicon/be/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Найноўшыя дапаўненні'; $_lang['no_preview'] = 'Без папярэдняга прагляду'; $_lang['not_installed'] = 'Не ўсталяваны'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Пакет'; $_lang['package_add'] = 'Новы пакет'; $_lang['package_already_downloaded'] = 'Пакет ужо спампаваны'; From d1290fe3c528e02c55a7d7905d90d7392470ca5f Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:21 +0100 Subject: [PATCH 17/90] New translations default.inc.php (Bulgarian) --- core/lexicon/bg/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/bg/default.inc.php b/core/lexicon/bg/default.inc.php index 655112e881..2fe9b1fd8a 100644 --- a/core/lexicon/bg/default.inc.php +++ b/core/lexicon/bg/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Грешка при зареждане на данни.'; $_lang['date'] = 'Дата'; $_lang['datechanged'] = 'Промяна на дата'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Таблици с База данни'; $_lang['db_info_mysql'] = 'Ако таблицата e е извън нормата, може да я оптимизирате като кликнете на колоната Overhead.'; $_lang['delete'] = 'Изтрийте'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Неозагалвена tv'; $_lang['untitled_weblink'] = 'Неозаглавен weblink'; $_lang['untitled_symlink'] = 'Неозаглавен symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Има незаписани промени. Сигурни ли сте, че искате да напуснете страницата?'; $_lang['update'] = 'Актуализация'; From 1c583fd157e9a12415b2d90f89413a61bf9b81b4 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:23 +0100 Subject: [PATCH 18/90] New translations setting.inc.php (Bulgarian) --- core/lexicon/bg/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/bg/setting.inc.php b/core/lexicon/bg/setting.inc.php index a586276ea1..30b2ea3ad7 100644 --- a/core/lexicon/bg/setting.inc.php +++ b/core/lexicon/bg/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 1d29a741b57c8c7d8e4302980cdea66b772c8acc Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:24 +0100 Subject: [PATCH 19/90] New translations workspace.inc.php (Bulgarian) --- core/lexicon/bg/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/bg/workspace.inc.php b/core/lexicon/bg/workspace.inc.php index 75ab2a513e..813368617b 100644 --- a/core/lexicon/bg/workspace.inc.php +++ b/core/lexicon/bg/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'No Preview'; $_lang['not_installed'] = 'Not Installed'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Package'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From 763cd1e4187ee82a7acd59700412444770e9b74a Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:26 +0100 Subject: [PATCH 20/90] New translations default.inc.php (Czech) --- core/lexicon/cs/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/cs/default.inc.php b/core/lexicon/cs/default.inc.php index a1b97ba069..f418255715 100644 --- a/core/lexicon/cs/default.inc.php +++ b/core/lexicon/cs/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Chyba při načítání dat.'; $_lang['date'] = 'Datum'; $_lang['datechanged'] = 'Změněno'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Databázové tabulky'; $_lang['db_info_mysql'] = 'Pokud je tabulka neoptimalizovaná, můžete ji optimalizovat kliknutím na hodnotu ve sloupečku "Navíc".'; $_lang['delete'] = 'Odstranit'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = '_Bezejmenná template variable'; $_lang['untitled_weblink'] = '_Bezejmenný webový odkaz'; $_lang['untitled_symlink'] = '_Bezejmenný symbolický odkaz'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Neznámý'; $_lang['unsaved_changes'] = 'Existují neuložené změny. Opravdu chcete opustit tuto stránku?'; $_lang['update'] = 'Aktualizovat'; From 270aa7b9e7a0804962e5588f498d522a3cd813c6 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:27 +0100 Subject: [PATCH 21/90] New translations setting.inc.php (Czech) --- core/lexicon/cs/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/cs/setting.inc.php b/core/lexicon/cs/setting.inc.php index 063b6437bc..64ae6b975d 100644 --- a/core/lexicon/cs/setting.inc.php +++ b/core/lexicon/cs/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Výchozí časové pásmo'; $_lang['setting_date_timezone_desc'] = 'Určuje výchozí nastavení časového pásma pro PHP funkce pro práci s datumem, pokud je uvedena hodnota. Není-li uvedena hodnota a nastavení PHP date.timezone ini nastavení není nastaveno pro Vaše prostředí, bude použito pásmo UTC.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Řízení režimu ladění v rámci MODX zapnuto/vypnuto a/nebo nastavení PHP úrovně error_reporting. \'\' = současné nastavení systému, \'0\' = vypnuto (error_reporting = 0), \'1\' = zapnuto (error_reporting = -1), nebo lze použít jakoukoli jinou platnou hodnotu pro error_reporting.'; From 02e42bb795a01b99ce36f1304389d9689dc4ff33 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:28 +0100 Subject: [PATCH 22/90] New translations workspace.inc.php (Czech) --- core/lexicon/cs/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/cs/workspace.inc.php b/core/lexicon/cs/workspace.inc.php index c20d4c190d..997c29cd97 100644 --- a/core/lexicon/cs/workspace.inc.php +++ b/core/lexicon/cs/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Nejnovější příspěvky'; $_lang['no_preview'] = 'Bez náhledu'; $_lang['not_installed'] = 'Nenainstalováno'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Balíček'; $_lang['package_add'] = 'Nový Balíček'; $_lang['package_already_downloaded'] = 'Balíček je již stažen'; From 6711804611d785d63716222bba3e83e0ae57384b Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:30 +0100 Subject: [PATCH 23/90] New translations default.inc.php (Danish) --- core/lexicon/da/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/da/default.inc.php b/core/lexicon/da/default.inc.php index 4824f2de19..051515d15f 100644 --- a/core/lexicon/da/default.inc.php +++ b/core/lexicon/da/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Fejl ved indlæsning af data.'; $_lang['date'] = 'Dato'; $_lang['datechanged'] = 'Ændringsdato'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Databasetabeller'; $_lang['db_info_mysql'] = 'Hvis en tabel har overhead (midlertidigt diskforbrug) kan du optimere det ved at klikke på linket i kolonnen Overhead.'; $_lang['delete'] = 'Slet'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Ikke-navngivet TV'; $_lang['untitled_weblink'] = 'Unavngivet weblink'; $_lang['untitled_symlink'] = 'Unavngivet symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Der er ændringer som ikke er blevet gemt. Er du sikker på du vil forlade denne side?'; $_lang['update'] = 'Opdatér'; From 0450c88056db780c9bddeeec9c0b234b120cce2a Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:31 +0100 Subject: [PATCH 24/90] New translations setting.inc.php (Danish) --- core/lexicon/da/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/da/setting.inc.php b/core/lexicon/da/setting.inc.php index 19ba2ac8c4..c823a400b7 100644 --- a/core/lexicon/da/setting.inc.php +++ b/core/lexicon/da/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 40ce9ea60db9840dfed68064500c7f097169f8d1 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:32 +0100 Subject: [PATCH 25/90] New translations workspace.inc.php (Danish) --- core/lexicon/da/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/da/workspace.inc.php b/core/lexicon/da/workspace.inc.php index c17c9f0d1e..b61d19b6ea 100644 --- a/core/lexicon/da/workspace.inc.php +++ b/core/lexicon/da/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'No Preview'; $_lang['not_installed'] = 'Not Installed'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Package'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From 78d8ff9a0325092643d22f0e3e7d785c56f98bd6 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:34 +0100 Subject: [PATCH 26/90] New translations default.inc.php (German) --- core/lexicon/de/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/de/default.inc.php b/core/lexicon/de/default.inc.php index a4e231453b..5928c0c504 100644 --- a/core/lexicon/de/default.inc.php +++ b/core/lexicon/de/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Fehler beim Laden von Daten.'; $_lang['date'] = 'Datum'; $_lang['datechanged'] = 'Datum geändert'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Es wurde versucht, den Wert „[[+value]]“ in einen Zeitstempel umzuwandeln, aber der Wert ist nicht im erforderlichen mysql-Format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Datenbank-Tabellen'; $_lang['db_info_mysql'] = 'Wenn eine Tabelle einen Overhead hat, können Sie sie optimieren, indem Sie auf den Link in der Spalte Overhead klicken.'; $_lang['delete'] = 'Löschen'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Unbenannte TV'; $_lang['untitled_weblink'] = 'Unbenannter Weblink'; $_lang['untitled_symlink'] = 'Unbenannter Symlink'; +$_lang['unedited'] = 'Unbearbeitet'; $_lang['unknown'] = 'Unbekannt'; $_lang['unsaved_changes'] = 'Es gibt Änderungen, die noch nicht gespeichert wurden. Sind Sie sicher, dass Sie diese Seite verlassen möchten?'; $_lang['update'] = 'Update'; From 941f11c8d4500cefef5a036669d092970bfebb17 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:35 +0100 Subject: [PATCH 27/90] New translations setting.inc.php (German) --- core/lexicon/de/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/de/setting.inc.php b/core/lexicon/de/setting.inc.php index da4abde2fd..4572717aa1 100644 --- a/core/lexicon/de/setting.inc.php +++ b/core/lexicon/de/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Standard-Zeitzone'; $_lang['setting_date_timezone_desc'] = 'Gibt die Standard-Zeitzonen-Einstellung für PHP-Datumsfunktionen an, wenn die Einstellung nicht leer gelassen wird. Wird hier nichts eingegeben und die PHP-Konfigurationseinstellung date.timezone (kann mittels php.ini, date_default_timezone_set(), ini_set(), .htaccess etc. eingestellt werden) ist in Ihrer PHP-Umgebung nicht gesetzt, wird UTC vorausgesetzt.'; +$_lang['manager_datetime_empty_value'] = 'Leerer Wert Datum-Zeit'; +$_lang['manager_datetime_empty_value_desc'] = 'Der Text (falls vorhanden), der in Tabellen und Formularen angezeigt wird, wenn der Wert eines Datumsfeldes nicht festgelegt ist. (Standard: „–“ [a single de dash])'; + +$_lang['manager_datetime_separator'] = 'Datum-Zeit-Trennzeichen'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debugging-Einstellungen'; $_lang['setting_debug_desc'] = 'Einstellmöglichkeit zum Ein- und Ausschalten des Debugging in MODX und/oder zum Setzen des PHP-error_reporting-Levels. "" = verwende aktuellen error_reporting-Wert, "0" = false (keine Meldungen anzeigen, error_reporting = 0), "1" = true (alle Meldungen anzeigen, error_reporting = -1) oder ein beliebiger gültiger Wert für error_reporting (als Integer-Zahl).'; From 11f148981d23f18077f2c85a89bf3d134d4f37fc Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:36 +0100 Subject: [PATCH 28/90] New translations workspace.inc.php (German) --- core/lexicon/de/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/de/workspace.inc.php b/core/lexicon/de/workspace.inc.php index d93c183e86..0c1aac95cb 100644 --- a/core/lexicon/de/workspace.inc.php +++ b/core/lexicon/de/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Neueste Packages'; $_lang['no_preview'] = 'Keine Vorschau'; $_lang['not_installed'] = 'Nicht installiert'; +$_lang['not_updated'] = 'Nicht aktualisiert'; $_lang['package'] = 'Package'; $_lang['package_add'] = 'Neues Package'; $_lang['package_already_downloaded'] = 'Package wurde bereits heruntergeladen'; From 6221d1a384576fa0264a40a109c92e8351fe8faf Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:38 +0100 Subject: [PATCH 29/90] New translations default.inc.php (Greek) --- core/lexicon/el/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/el/default.inc.php b/core/lexicon/el/default.inc.php index b2a6abe197..881ab47482 100644 --- a/core/lexicon/el/default.inc.php +++ b/core/lexicon/el/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Σφάλμα στην φόρτωση δεδομένων.'; $_lang['date'] = 'Ημ/νία'; $_lang['datechanged'] = 'Date changed'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Database tables'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = 'Διαγραφή'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'TV χωρίς τίτλο'; $_lang['untitled_weblink'] = 'Σύνδεσμος χωρίς τίτλο'; $_lang['untitled_symlink'] = 'Συντόμευση χωρίς τίτλο'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Υπάρχουν μη αποθηκευμένες αλλαγές. Είστε βέβαιοι ότι θέλετε να κλείσετε τη σελίδα;'; $_lang['update'] = 'Ενημέρωση'; From 755f36a8990aef32aaab13e5bab5735071e23f49 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:39 +0100 Subject: [PATCH 30/90] New translations setting.inc.php (Greek) --- core/lexicon/el/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/el/setting.inc.php b/core/lexicon/el/setting.inc.php index bc7689fd0c..cdc4d7e893 100644 --- a/core/lexicon/el/setting.inc.php +++ b/core/lexicon/el/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 0fc6bad1bf8f1c0c4325dae924e75c3d04f35880 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:40 +0100 Subject: [PATCH 31/90] New translations workspace.inc.php (Greek) --- core/lexicon/el/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/el/workspace.inc.php b/core/lexicon/el/workspace.inc.php index 449031efb2..e547414ba9 100644 --- a/core/lexicon/el/workspace.inc.php +++ b/core/lexicon/el/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'Δεν υπάρχει προεπισκόπηση'; $_lang['not_installed'] = 'Μη εγκατεστημένο'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Πακέτο'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From 8fd9d56fea983865e4405bf14fbdafb6ef9af043 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:42 +0100 Subject: [PATCH 32/90] New translations default.inc.php (Finnish) --- core/lexicon/fi/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/fi/default.inc.php b/core/lexicon/fi/default.inc.php index c83057bc6c..40b08bedd1 100644 --- a/core/lexicon/fi/default.inc.php +++ b/core/lexicon/fi/default.inc.php @@ -98,6 +98,7 @@ $_lang['data_err_load'] = 'Virhe ladatessa tietoja.'; $_lang['date'] = 'Pvm'; $_lang['datechanged'] = 'Päivämäärä muutettu'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Tietokannan taulukot'; $_lang['db_info_mysql'] = 'Jos taulukolla on yläosa, voit optimoida sen klikkaamalla linkkiä yläosan sarakkeessa.'; $_lang['delete'] = 'Poista'; @@ -511,6 +512,7 @@ $_lang['untitled_tv'] = 'Nimetön tv'; $_lang['untitled_weblink'] = 'Nimetön Web-linkki'; $_lang['untitled_symlink'] = 'Nimetön symlinkki'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Sinulla on tallentamattomia muutoksia. Oletko varma, että haluat poistua tältä sivulta?'; $_lang['update'] = 'Päivitä'; From 8b306d8af30fdcf98a91499a9bab6c09fe309d2f Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:43 +0100 Subject: [PATCH 33/90] New translations setting.inc.php (Finnish) --- core/lexicon/fi/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/fi/setting.inc.php b/core/lexicon/fi/setting.inc.php index 50b700e3fe..5e818ef135 100644 --- a/core/lexicon/fi/setting.inc.php +++ b/core/lexicon/fi/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 3a349ee0b857e11230483ebdd2bf2cc3acfd079a Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:44 +0100 Subject: [PATCH 34/90] New translations workspace.inc.php (Finnish) --- core/lexicon/fi/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/fi/workspace.inc.php b/core/lexicon/fi/workspace.inc.php index 956003e3d9..476aadaa44 100644 --- a/core/lexicon/fi/workspace.inc.php +++ b/core/lexicon/fi/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Uusimmat lisäykset'; $_lang['no_preview'] = 'Ei esikatselua'; $_lang['not_installed'] = 'Ei asennettu'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Paketti'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Paketti on jo ladattu'; From 06506bea2ab494f1e438b5eeb994b35d67b64714 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:45 +0100 Subject: [PATCH 35/90] New translations default.inc.php (Hebrew) --- core/lexicon/he/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/he/default.inc.php b/core/lexicon/he/default.inc.php index 425c991255..875753fe25 100644 --- a/core/lexicon/he/default.inc.php +++ b/core/lexicon/he/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'שגיאה בטעינת נתונים.'; $_lang['date'] = 'תאריך'; $_lang['datechanged'] = 'התאריך שונה'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'טבלאות מסד נתונים'; $_lang['db_info_mysql'] = 'אם בטבלה יש תקורה, ניתן לייעל זאת על ידי לחיצה על הקישור בעמודת התקורה.'; $_lang['delete'] = 'מחק'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'שדה ללא כותרת'; $_lang['untitled_weblink'] = 'קישור ללא כותרת'; $_lang['untitled_symlink'] = 'קישור סימבולי ללא כותרת'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'יש שינויים שלא נשמרו. האם אתה בטוח שאתה רוצה לצאת מדף זה?'; $_lang['update'] = 'עדכן'; From a2b5caacf7c0bb390e0065fb7c2d9567a2784574 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:47 +0100 Subject: [PATCH 36/90] New translations setting.inc.php (Hebrew) --- core/lexicon/he/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/he/setting.inc.php b/core/lexicon/he/setting.inc.php index 0861d6d0ac..8d812dbb5b 100644 --- a/core/lexicon/he/setting.inc.php +++ b/core/lexicon/he/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From d329ed03e1c4635513ee8509500bf15b295c7c11 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:48 +0100 Subject: [PATCH 37/90] New translations workspace.inc.php (Hebrew) --- core/lexicon/he/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/he/workspace.inc.php b/core/lexicon/he/workspace.inc.php index 95b2fc934a..4526d9d22a 100644 --- a/core/lexicon/he/workspace.inc.php +++ b/core/lexicon/he/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'No Preview'; $_lang['not_installed'] = 'Not Installed'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Package'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From 9088b53738f6c3a78aa5a7673a44d448eb22f5a8 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:49 +0100 Subject: [PATCH 38/90] New translations default.inc.php (Hungarian) --- core/lexicon/hu/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/hu/default.inc.php b/core/lexicon/hu/default.inc.php index bdeb70ab5b..353d24113e 100644 --- a/core/lexicon/hu/default.inc.php +++ b/core/lexicon/hu/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Hiba az adatok betöltése közben.'; $_lang['date'] = 'Dátum'; $_lang['datechanged'] = 'Módosítás dátuma'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Adatbázis táblák'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = 'Törlés'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Névtelen sablonváltozó'; $_lang['untitled_weblink'] = 'Névtelen webes hivatkozás'; $_lang['untitled_symlink'] = 'Untitled symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Az űrlapon nem mentett módosítások vannak. Biztosan elhagyja az oldalt?'; $_lang['update'] = 'Frissités'; From ccf6373ec9b861705192fc85a3115e0d533fb7ea Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:51 +0100 Subject: [PATCH 39/90] New translations setting.inc.php (Hungarian) --- core/lexicon/hu/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/hu/setting.inc.php b/core/lexicon/hu/setting.inc.php index 6c88f80a39..42568fe2ae 100644 --- a/core/lexicon/hu/setting.inc.php +++ b/core/lexicon/hu/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Alapértelmezett időzóna'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Hibakeresés'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 11844232717311797c9d3fa81864728348188a61 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:52 +0100 Subject: [PATCH 40/90] New translations workspace.inc.php (Hungarian) --- core/lexicon/hu/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/hu/workspace.inc.php b/core/lexicon/hu/workspace.inc.php index 97eeaaeffd..0a2eb927bb 100644 --- a/core/lexicon/hu/workspace.inc.php +++ b/core/lexicon/hu/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Legújabb további összetevők'; $_lang['no_preview'] = 'Nincs előnézet'; $_lang['not_installed'] = 'Nincs telepítve'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Csomag'; $_lang['package_add'] = 'Új csomag'; $_lang['package_already_downloaded'] = 'A csomag már le van töltve'; From be9e12a398422fd22280bb4b351bb62acd8267d7 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:53 +0100 Subject: [PATCH 41/90] New translations default.inc.php (Italian) --- core/lexicon/it/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/it/default.inc.php b/core/lexicon/it/default.inc.php index d0b3bbc0ba..6424deb088 100644 --- a/core/lexicon/it/default.inc.php +++ b/core/lexicon/it/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Errore di caricamento dati.'; $_lang['date'] = 'Data'; $_lang['datechanged'] = 'Data modifica'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Tabelle database'; $_lang['db_info_mysql'] = 'Se una tabella presenta un sovraccarico, puoi ottimizzarla cliccando sul link nella colonna \'sovraccarico\' (overhead).'; $_lang['delete'] = 'Elimina'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'TV senza titolo'; $_lang['untitled_weblink'] = 'Weblink senza titolo'; $_lang['untitled_symlink'] = 'Symlink senza titolo'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Ci sono modifiche non salvate. Sei sicuro di voler uscire da questa pagina?'; $_lang['update'] = 'Aggiornamento'; From fd7457537e7aafebf5cd5135442d631495f8f669 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:54 +0100 Subject: [PATCH 42/90] New translations setting.inc.php (Italian) --- core/lexicon/it/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/it/setting.inc.php b/core/lexicon/it/setting.inc.php index 26a510f05e..9fbecf8d54 100644 --- a/core/lexicon/it/setting.inc.php +++ b/core/lexicon/it/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Fuso orario di Default'; $_lang['setting_date_timezone_desc'] = 'Se utilizzato, controlla il fuso orario predefinito per le funzioni PHP date. Se vuoto e il PHP date.timezone.ini non e\' stato settato nel tuo ambiente, sara\' assunto UTC.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controlla il debugging su on/off in MODX e/o imposta il livello di report degli errori PHP (error_reporting). Valori possibili: \'\' = usa corrente error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), o qualsiasi valore di error_reporting valido (come un intero).'; From 23d320ab7b902d23ebda75d749d073682dfb52e9 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:56 +0100 Subject: [PATCH 43/90] New translations workspace.inc.php (Italian) --- core/lexicon/it/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/it/workspace.inc.php b/core/lexicon/it/workspace.inc.php index 71d34e6a57..bddbf598e1 100644 --- a/core/lexicon/it/workspace.inc.php +++ b/core/lexicon/it/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Aggiunte piu\' recenti'; $_lang['no_preview'] = 'Nessuna Anteprima'; $_lang['not_installed'] = 'Non installato'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Pacchetto'; $_lang['package_add'] = 'Nuovo pacchetto'; $_lang['package_already_downloaded'] = 'Pacchetto (Package) gia\' scaricato'; From ebdcbe230c22277cb88e686c295f072f4e0d031d Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:57 +0100 Subject: [PATCH 44/90] New translations default.inc.php (Japanese) --- core/lexicon/ja/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/ja/default.inc.php b/core/lexicon/ja/default.inc.php index 6016bfb5ef..dd6996b65a 100644 --- a/core/lexicon/ja/default.inc.php +++ b/core/lexicon/ja/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'データ読み込みエラー'; $_lang['date'] = '日付'; $_lang['datechanged'] = '編集日時'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'データベーステーブル'; $_lang['db_info_mysql'] = 'テーブルがオーバーヘッドを持つ場合、オーバーヘッドカラムのリンクをクリックすることで最適化が可能かもしれません。'; $_lang['delete'] = '削除'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = '無題のテンプレート変数'; $_lang['untitled_weblink'] = '無題のウェブリンク'; $_lang['untitled_symlink'] = '無題のシムリンク'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'There are unsaved changes. Are you sure you want to leave this page?'; $_lang['update'] = '更新'; From 418ace203abe515f293373370a418ef4c268e6b0 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:58 +0100 Subject: [PATCH 45/90] New translations setting.inc.php (Japanese) --- core/lexicon/ja/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/ja/setting.inc.php b/core/lexicon/ja/setting.inc.php index 486351db4b..08578fbb4f 100644 --- a/core/lexicon/ja/setting.inc.php +++ b/core/lexicon/ja/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'デフォルトのタイムゾーン'; $_lang['setting_date_timezone_desc'] = '指定した場合、PHPのdate関数のデフォルトタイムゾーンを制御します。
指定がされず、PHPのiniからもタイムゾーンが取得できない場合、UTCと仮定されます。'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'デバッグ'; $_lang['setting_debug_desc'] = 'MODX及びPHPの error_reporting レベルを設定します。
\'\' = カレントの error_reporting を使用、\'0\' = false (error_reporting = 0)、\'1\' = true (error_reporting = -1)、または任意の有効な error_reporting 指定(整数)。'; From 213dd51833e4bedc15b898df09ff07de282e6781 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:12:59 +0100 Subject: [PATCH 46/90] New translations workspace.inc.php (Japanese) --- core/lexicon/ja/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/ja/workspace.inc.php b/core/lexicon/ja/workspace.inc.php index 4ace2193af..7e7663801b 100644 --- a/core/lexicon/ja/workspace.inc.php +++ b/core/lexicon/ja/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = '最近追加された順'; $_lang['no_preview'] = 'No Preview'; $_lang['not_installed'] = '未インストール'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'パッケージ名'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'ダウンロード済パッケージ'; From a8a1b94fdde4707b99e022e9eb42378eeb1f4276 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:01 +0100 Subject: [PATCH 47/90] New translations default.inc.php (Dutch) --- core/lexicon/nl/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/nl/default.inc.php b/core/lexicon/nl/default.inc.php index 1a11496f34..2f60e8f14d 100644 --- a/core/lexicon/nl/default.inc.php +++ b/core/lexicon/nl/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Fout tijdens laden data.'; $_lang['date'] = 'Datum'; $_lang['datechanged'] = 'Datum veranderd'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Database tabellen'; $_lang['db_info_mysql'] = 'Als een tabel overhead heeft, kun je de tabel optimaliseren door op de link in de overhead kolom te klikken.'; $_lang['delete'] = 'Verwijder'; @@ -511,6 +512,7 @@ $_lang['untitled_tv'] = 'Naamloze TV'; $_lang['untitled_weblink'] = 'Naamloze weblink'; $_lang['untitled_symlink'] = 'Naamloze symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Er zijn wijzigingen die nog niet zijn opgeslagen. Weet je zeker dat je deze pagina wilt verlaten?'; $_lang['update'] = 'Bewerken'; From d1adfc2eeb796bd203c6a7abc102e79e2fb53cbe Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:02 +0100 Subject: [PATCH 48/90] New translations setting.inc.php (Dutch) --- core/lexicon/nl/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/nl/setting.inc.php b/core/lexicon/nl/setting.inc.php index 5d2140fc00..c1b9031380 100755 --- a/core/lexicon/nl/setting.inc.php +++ b/core/lexicon/nl/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Standaard Tijdzone'; $_lang['setting_date_timezone_desc'] = 'Handelt de standaard tijdzone voor PHP date functies, indien niet leeg. Indien leeg en de PHP date.timezone ini insteling is niet gezet in jouw omgeving, UTC wordt aangehouden.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Zet debugging aan en/of uit in MODX en/of bepaald de PHP error_reporting level. \'\' = gebruik huidige error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), of elke geldige error_reporting waarde (als een nummer).'; From d04e6b8f7f84aea78a8dc9fabfd84dcd5eefd7e6 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:03 +0100 Subject: [PATCH 49/90] New translations workspace.inc.php (Dutch) --- core/lexicon/nl/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/nl/workspace.inc.php b/core/lexicon/nl/workspace.inc.php index 6cf23f6d52..4d1136aeca 100644 --- a/core/lexicon/nl/workspace.inc.php +++ b/core/lexicon/nl/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Nieuwste toevoegingen'; $_lang['no_preview'] = 'Geen Voorbeeld'; $_lang['not_installed'] = 'Niet geïnstalleerd'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Pakket'; $_lang['package_add'] = 'Nieuw pakket'; $_lang['package_already_downloaded'] = 'Pakket is al gedownload'; From 8e92afbecf27568c7983797c017be3ca9b958744 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:05 +0100 Subject: [PATCH 50/90] New translations default.inc.php (Polish) --- core/lexicon/pl/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/pl/default.inc.php b/core/lexicon/pl/default.inc.php index 56e5ec7389..73b5a2e08e 100644 --- a/core/lexicon/pl/default.inc.php +++ b/core/lexicon/pl/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Błąd ładowania danych.'; $_lang['date'] = 'Data'; $_lang['datechanged'] = 'Data zmieniona'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Tabele bazy danych'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = 'Skasuj'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Tv bez nazwy'; $_lang['untitled_weblink'] = 'Weblink bez tytułu'; $_lang['untitled_symlink'] = 'Symlink bez tytułu'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'There are unsaved changes. Are you sure you want to leave this page?'; $_lang['update'] = 'Aktualizacja'; From 9e762eb63eb1773dd8be388ead30b5d7002a8f3b Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:06 +0100 Subject: [PATCH 51/90] New translations setting.inc.php (Polish) --- core/lexicon/pl/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/pl/setting.inc.php b/core/lexicon/pl/setting.inc.php index ba34c141c0..4b4127320d 100644 --- a/core/lexicon/pl/setting.inc.php +++ b/core/lexicon/pl/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Domyślna strefa czasowa'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debuguj'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 738de92ca113e0e717ebfe86cde92db63ea2645d Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:07 +0100 Subject: [PATCH 52/90] New translations workspace.inc.php (Polish) --- core/lexicon/pl/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/pl/workspace.inc.php b/core/lexicon/pl/workspace.inc.php index e33baff0ad..de8661c9dc 100644 --- a/core/lexicon/pl/workspace.inc.php +++ b/core/lexicon/pl/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'Brak Podglądu'; $_lang['not_installed'] = 'Nie zainstalowany'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Pakiet'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From 47df80d2688cc61bee8c53ad92b0aa72e79f381d Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:09 +0100 Subject: [PATCH 53/90] New translations default.inc.php (Portuguese) --- core/lexicon/pt/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/pt/default.inc.php b/core/lexicon/pt/default.inc.php index f964864b4b..5632d2a515 100644 --- a/core/lexicon/pt/default.inc.php +++ b/core/lexicon/pt/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Erro carregando dados.'; $_lang['date'] = 'Data'; $_lang['datechanged'] = 'Data alterado'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Tabelas da Base de Dados'; $_lang['db_info_mysql'] = 'Se uma tabela tem uma sobrecarga, você pode otimizá-lo clicando no link na coluna Sobrecarga.'; $_lang['delete'] = 'Excluir'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'TV Sem Título'; $_lang['untitled_weblink'] = 'Weblink Sem Título'; $_lang['untitled_symlink'] = 'Symlink Sem Título'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Existem alterações não salvas. Tem certeza que deseja deixar esta página?'; $_lang['update'] = 'Atualização'; From 7803434764649fcd932d38e1471640dba5fcc262 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:10 +0100 Subject: [PATCH 54/90] New translations setting.inc.php (Portuguese) --- core/lexicon/pt/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/pt/setting.inc.php b/core/lexicon/pt/setting.inc.php index c34dcf5010..343c1b081c 100644 --- a/core/lexicon/pt/setting.inc.php +++ b/core/lexicon/pt/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Fuso Horário Padrão'; $_lang['setting_date_timezone_desc'] = 'Controla o fuso horário padrão para funções de data PHP, se não está vazio. Se não estiver definido e a configuração date.timezone no PHP.ini em seu ambiente, será assumido UTC.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Depurar'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 9ab9ded9adf4802e22787c4c860b41b03c885b8a Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:11 +0100 Subject: [PATCH 55/90] New translations workspace.inc.php (Portuguese) --- core/lexicon/pt/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/pt/workspace.inc.php b/core/lexicon/pt/workspace.inc.php index 8d5da8192a..cd54af353f 100644 --- a/core/lexicon/pt/workspace.inc.php +++ b/core/lexicon/pt/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Adições Recente'; $_lang['no_preview'] = 'Sem Previsualização'; $_lang['not_installed'] = 'Não instalado'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Pacote'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Pacote já baixado'; From 7986ea6595a4a56654480cf20e2dc76418e941d1 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:12 +0100 Subject: [PATCH 56/90] New translations setting.inc.php (Russian) --- core/lexicon/ru/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/ru/setting.inc.php b/core/lexicon/ru/setting.inc.php index 2fe9fb142b..1666839d44 100644 --- a/core/lexicon/ru/setting.inc.php +++ b/core/lexicon/ru/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Временная зона по умолчанию'; $_lang['setting_date_timezone_desc'] = 'Если указано, определяет временную зону по умолчанию для PHP-функций, работающими с датами. Список поддерживаемых значений смотрите здесь. Если не указано, и PHP ini-параметр "date.timezone" не задан в вашем окружении, будет использоваться Всемирное координированное время.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Режим отладки'; $_lang['setting_debug_desc'] = 'Включает/выключает режим отладки в MODX и/или устанавливает уровень отображения ошибок для PHP. «» - использовать текущий «error_reporting», «0» - отключить (error_reporting = 0), «1» - включить (error_reporting = -1), или любое другое значение «error_reporting» (как число).'; From 650de43f35572d44a9533beffa1d46b9f9ef8aba Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:13 +0100 Subject: [PATCH 57/90] New translations workspace.inc.php (Russian) --- core/lexicon/ru/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/ru/workspace.inc.php b/core/lexicon/ru/workspace.inc.php index 556c91dc23..f2cda89a33 100644 --- a/core/lexicon/ru/workspace.inc.php +++ b/core/lexicon/ru/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Недавно выпущенные'; $_lang['no_preview'] = 'Нет превью'; $_lang['not_installed'] = 'Не установлен'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Пакет'; $_lang['package_add'] = 'Создать пакет'; $_lang['package_already_downloaded'] = 'Пакет уже загружен'; From 9c37fff144ca9014b161b3b908586df9bebd3d4c Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:15 +0100 Subject: [PATCH 58/90] New translations default.inc.php (Slovenian) --- core/lexicon/sl/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/sl/default.inc.php b/core/lexicon/sl/default.inc.php index 58145332f7..93a8896ba0 100644 --- a/core/lexicon/sl/default.inc.php +++ b/core/lexicon/sl/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Error loading data.'; $_lang['date'] = 'Date'; $_lang['datechanged'] = 'Date changed'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Database tables'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = 'Delete'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Untitled tv'; $_lang['untitled_weblink'] = 'Untitled weblink'; $_lang['untitled_symlink'] = 'Untitled symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'There are unsaved changes. Are you sure you want to leave this page?'; $_lang['update'] = 'Update'; From c2b766a2486cb7071a04d3b24a2078ab2b738db4 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:16 +0100 Subject: [PATCH 59/90] New translations setting.inc.php (Slovenian) --- core/lexicon/sl/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/sl/setting.inc.php b/core/lexicon/sl/setting.inc.php index 03cf9c14fa..11718d4dc0 100644 --- a/core/lexicon/sl/setting.inc.php +++ b/core/lexicon/sl/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 869f91817c42efdf6621991ddd88becfbb57319b Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:18 +0100 Subject: [PATCH 60/90] New translations workspace.inc.php (Slovenian) --- core/lexicon/sl/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/sl/workspace.inc.php b/core/lexicon/sl/workspace.inc.php index 324f347739..96a314c948 100644 --- a/core/lexicon/sl/workspace.inc.php +++ b/core/lexicon/sl/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'No Preview'; $_lang['not_installed'] = 'Not Installed'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Package'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From 0f10470feb9a69facbf77a66458493a35499a733 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:19 +0100 Subject: [PATCH 61/90] New translations default.inc.php (Swedish) --- core/lexicon/sv/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/sv/default.inc.php b/core/lexicon/sv/default.inc.php index 62b98de529..7a446bd7ab 100644 --- a/core/lexicon/sv/default.inc.php +++ b/core/lexicon/sv/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Ett fel inträffade när data skulle laddas.'; $_lang['date'] = 'Datum'; $_lang['datechanged'] = 'Ändrat datum'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Databastabeller'; $_lang['db_info_mysql'] = 'Om en tabell har ett pålägg (overhead) kan du optimera den genom att klicka på länken i Overhead-kolumnen.'; $_lang['delete'] = 'Ta bort'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Namnlös mallvariabel'; $_lang['untitled_weblink'] = 'Namnlös webblänk'; $_lang['untitled_symlink'] = 'Namnlös symlänk'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Okänd'; $_lang['unsaved_changes'] = 'Det finns osparade ändringar. Är du säker på att du vill lämna den här sidan?'; $_lang['update'] = 'Uppdatera'; From 0a226c915c1cd4d4c5b7a346cf397649a498857a Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:21 +0100 Subject: [PATCH 62/90] New translations setting.inc.php (Swedish) --- core/lexicon/sv/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/sv/setting.inc.php b/core/lexicon/sv/setting.inc.php index 4f280765e3..fdcc220c63 100644 --- a/core/lexicon/sv/setting.inc.php +++ b/core/lexicon/sv/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Standardtidszon'; $_lang['setting_date_timezone_desc'] = 'Om en tidszon anges används den som standardtidszon för PHP:s datumfunktioner. Om inställningen lämnas tom och om PHP:s ini-inställning date.timezone inte är satt i din miljö så kommer UTC att användas.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debuggning'; $_lang['setting_debug_desc'] = 'Aktiverar/inaktiverar debuggning i MODX och/eller sätter nivån på PHP:s error_reporting. "" = använd aktuell error_reporting, "0" = false (error_reporting = 0), "1" = true (error_reporting = -1) eller annat giltigtvärde för error_reporting (som ett heltal).'; From 4ff1890a2aee68736d8101e348cc633651bdd133 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:28 +0100 Subject: [PATCH 63/90] New translations workspace.inc.php (Swedish) --- core/lexicon/sv/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/sv/workspace.inc.php b/core/lexicon/sv/workspace.inc.php index 26d0983844..a009fb855e 100644 --- a/core/lexicon/sv/workspace.inc.php +++ b/core/lexicon/sv/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Senaste tillskotten'; $_lang['no_preview'] = 'Ingen förhandsgranskning'; $_lang['not_installed'] = 'Ej installerad'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Paket'; $_lang['package_add'] = 'Nytt paket'; $_lang['package_already_downloaded'] = 'Paketet är redan nedladdat'; From ba3463ca23bee27bac2e7b831507d1d0cecc92e5 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:32 +0100 Subject: [PATCH 64/90] New translations default.inc.php (Turkish) --- core/lexicon/tr/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/tr/default.inc.php b/core/lexicon/tr/default.inc.php index b319f8b87a..141bd1d816 100644 --- a/core/lexicon/tr/default.inc.php +++ b/core/lexicon/tr/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Veri yükleme hatası.'; $_lang['date'] = 'Tarih'; $_lang['datechanged'] = 'Tarih değiştirildi'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Veritabanı tabloları'; $_lang['db_info_mysql'] = 'Bir tabloya ek yük varsa, ek yükü sütunundaki bağlantıyı tıklayarak tabloyu optimize edebilirsiniz.'; $_lang['delete'] = 'Silmek'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'İsimsiz Tv'; $_lang['untitled_weblink'] = 'Başlıksız web bağlantısı'; $_lang['untitled_symlink'] = 'İsimsiz Sembolik Link'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Kaydedilmemiş değişiklikler var. Bu sayfadan ayrılmak istediğinizden emin misiniz?'; $_lang['update'] = 'Güncelleştirme'; From bd65e3d7036054bd64502ba52bd71396c03eb41d Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:33 +0100 Subject: [PATCH 65/90] New translations setting.inc.php (Turkish) --- core/lexicon/tr/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/tr/setting.inc.php b/core/lexicon/tr/setting.inc.php index 817524a56d..2153c5fdda 100644 --- a/core/lexicon/tr/setting.inc.php +++ b/core/lexicon/tr/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Varsayılan Zaman Dilimi'; $_lang['setting_date_timezone_desc'] = 'Eğer boş değilse, PHP tarih işlevleri için varsayılan zaman dilimi ayarını kontrol eder. Eğer boş ise ve bağlamınız içindeki PHP tarih.zamandilimi ini ayarlanmadıysa, UTC olarak kabul edilecektir.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Hata ayıklama'; $_lang['setting_debug_desc'] = 'MODX\'de hata ayıklamayı açma / kapama kontrolü ve / veya PHP hata bildirim seviyesini ayarlar."= geçerli error_reporting kullan, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), ya da herhangi bir geçerli error_reporting değeri (tamsayı olarak).'; From 3caa9ac4f1e93be6cea0b571a6a61d9a4361c473 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:35 +0100 Subject: [PATCH 66/90] New translations workspace.inc.php (Turkish) --- core/lexicon/tr/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/tr/workspace.inc.php b/core/lexicon/tr/workspace.inc.php index 63ceb53d8c..efc7b1574a 100644 --- a/core/lexicon/tr/workspace.inc.php +++ b/core/lexicon/tr/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Yeni İlaveler'; $_lang['no_preview'] = 'Önizleme Yok'; $_lang['not_installed'] = 'Yüklü değil'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Paket'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Paket zaten indirildi'; From 5764b8c338c3c7bfd27ca045b025d364307af4fa Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:36 +0100 Subject: [PATCH 67/90] New translations default.inc.php (Ukrainian) --- core/lexicon/uk/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/uk/default.inc.php b/core/lexicon/uk/default.inc.php index 784d467416..1e6032c153 100644 --- a/core/lexicon/uk/default.inc.php +++ b/core/lexicon/uk/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Помилка завантаження даних.'; $_lang['date'] = 'Дата'; $_lang['datechanged'] = 'Дата зміни'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Таблиці бази даних'; $_lang['db_info_mysql'] = 'Якщо таблиця має зайві витрати, Ви можете оптимізувати її, клацнувши по посиланню у стовпці "Перевитрати".'; $_lang['delete'] = 'Видалити'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Безіменна змінна шаблону'; $_lang['untitled_weblink'] = 'Безіменне посилання'; $_lang['untitled_symlink'] = 'Безіменне символьне посилання'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Невідоме'; $_lang['unsaved_changes'] = 'Є незбережені зміни. Ви впевнені, що хочете залишити цю сторінку?'; $_lang['update'] = 'Оновити'; From dd0da7681b42a4878b6df710a3776d63d287a826 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:37 +0100 Subject: [PATCH 68/90] New translations setting.inc.php (Ukrainian) --- core/lexicon/uk/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/uk/setting.inc.php b/core/lexicon/uk/setting.inc.php index d29b9fef94..31918dfc45 100644 --- a/core/lexicon/uk/setting.inc.php +++ b/core/lexicon/uk/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Часова зона за замовчуванням'; $_lang['setting_date_timezone_desc'] = 'Контролює налаштування часового поясу за замовчуванням для функцій дати PHP, якщо воно не пусте. Якщо значення пусте й параметр ini PHP date.timezone не встановлено у вашому середовищі, буде прийнято UTC.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Налагодження'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From f3e3699a014ce022413deabf2fafdd29d940f2ea Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:38 +0100 Subject: [PATCH 69/90] New translations workspace.inc.php (Ukrainian) --- core/lexicon/uk/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/uk/workspace.inc.php b/core/lexicon/uk/workspace.inc.php index 80dead61fb..4f994b827c 100644 --- a/core/lexicon/uk/workspace.inc.php +++ b/core/lexicon/uk/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Нещодавно випущені'; $_lang['no_preview'] = 'Немає прев\'ю'; $_lang['not_installed'] = 'Не встановлено'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Пакунок'; $_lang['package_add'] = 'Новий пакет'; $_lang['package_already_downloaded'] = 'Пакунок вже завантажений'; From 8a78aab96d6cefa7717b782928ac4f61be115838 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:40 +0100 Subject: [PATCH 70/90] New translations default.inc.php (Chinese Simplified) --- core/lexicon/zh/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/zh/default.inc.php b/core/lexicon/zh/default.inc.php index 71c07cfe49..ccc8c11395 100644 --- a/core/lexicon/zh/default.inc.php +++ b/core/lexicon/zh/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = '加载数据错误。'; $_lang['date'] = '日期'; $_lang['datechanged'] = '日期已更改'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = '数据库表'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = '删除'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = '无标题模板变量'; $_lang['untitled_weblink'] = '无标题链接'; $_lang['untitled_symlink'] = '无标题符号链接'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = '修改尚未保存,确定离开此页?'; $_lang['update'] = '更新'; From 52cd8642284e0aba1df7878bfc26fec4bab03db0 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:41 +0100 Subject: [PATCH 71/90] New translations setting.inc.php (Chinese Simplified) --- core/lexicon/zh/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/zh/setting.inc.php b/core/lexicon/zh/setting.inc.php index 8caaf8b363..bf3a66a91f 100644 --- a/core/lexicon/zh/setting.inc.php +++ b/core/lexicon/zh/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From 13674863522f3c52138e86e4d096c863a5e65839 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:42 +0100 Subject: [PATCH 72/90] New translations workspace.inc.php (Chinese Simplified) --- core/lexicon/zh/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/zh/workspace.inc.php b/core/lexicon/zh/workspace.inc.php index f644259d83..a125ca5dae 100644 --- a/core/lexicon/zh/workspace.inc.php +++ b/core/lexicon/zh/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = '最新添加'; $_lang['no_preview'] = '无预览'; $_lang['not_installed'] = '未安装'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = '包'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = '包以下载'; From 8a92fe1c09e33bd5ea1797a1ef9e6646d1c6cb73 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:44 +0100 Subject: [PATCH 73/90] New translations default.inc.php (Indonesian) --- core/lexicon/id/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/id/default.inc.php b/core/lexicon/id/default.inc.php index 2eee3fa777..1a0accf0de 100644 --- a/core/lexicon/id/default.inc.php +++ b/core/lexicon/id/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Kesalahan memuat data.'; $_lang['date'] = 'Tanggal'; $_lang['datechanged'] = 'Tanggal yang berubah'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Tabel database'; $_lang['db_info_mysql'] = 'Jika tabel memiliki overhead, Anda dapat mengoptimalkan itu dengan mengklik pada link di kolom Overhead.'; $_lang['delete'] = 'Hapus'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Untitled tv'; $_lang['untitled_weblink'] = 'Untitled weblink'; $_lang['untitled_symlink'] = 'Untitled symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'Sana adalah perubahan yang belum disimpan. Apakah Anda yakin Anda ingin meninggalkan Halaman ini?'; $_lang['update'] = 'Update'; From dbbca1e585fcadfd47722c162747d1bd8ae1c6fc Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:46 +0100 Subject: [PATCH 74/90] New translations setting.inc.php (Indonesian) --- core/lexicon/id/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/id/setting.inc.php b/core/lexicon/id/setting.inc.php index 1ef63b34ad..6ce4d4ad80 100644 --- a/core/lexicon/id/setting.inc.php +++ b/core/lexicon/id/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Zona waktu standar'; $_lang['setting_date_timezone_desc'] = 'Kontrol pengaturan zona waktu yang standar untuk fungsi tanggal PHP, jika tidak kosong. Jika kosong dan tanggal PHP. Zona waktu pada pengaturan tidak diatur di lingkungan Anda, UTC akan dianggap.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Kendali mengubah debugging on/off di MODX dan/atau menetapkan tingkat error_melaporkan PHP. \'\' = gunakan error saat ini_reporting, \'0\' = salah (error_melaporkan = 0), \'1\' = benar (error_melaporkan =-1), atau nilai error_melaporkan yang berlaku (sebagai bilangan bulat).'; From 190c701e6f0ceea05769996a63060d4726dfbf92 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:47 +0100 Subject: [PATCH 75/90] New translations workspace.inc.php (Indonesian) --- core/lexicon/id/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/id/workspace.inc.php b/core/lexicon/id/workspace.inc.php index e94f8c0b50..b9848da9f1 100644 --- a/core/lexicon/id/workspace.inc.php +++ b/core/lexicon/id/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Penambahan Terbaru'; $_lang['no_preview'] = 'Tidak ada preview'; $_lang['not_installed'] = 'Belum Terinstal'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Package'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package sudah didownload'; From bbada2bdb71685c183f09d694379b7da0a4af5fb Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:48 +0100 Subject: [PATCH 76/90] New translations default.inc.php (Persian) --- core/lexicon/fa/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/fa/default.inc.php b/core/lexicon/fa/default.inc.php index ba0e558018..794657c42e 100644 --- a/core/lexicon/fa/default.inc.php +++ b/core/lexicon/fa/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Error loading data.'; $_lang['date'] = 'تاریخ'; $_lang['datechanged'] = 'Date changed'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Database tables'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = 'حذف'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Untitled tv'; $_lang['untitled_weblink'] = 'Untitled weblink'; $_lang['untitled_symlink'] = 'Untitled symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'There are unsaved changes. Are you sure you want to leave this page?'; $_lang['update'] = 'Update'; From 692f56cbdf401872f110a920028e72c1f9e2715f Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:49 +0100 Subject: [PATCH 77/90] New translations setting.inc.php (Persian) --- core/lexicon/fa/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/fa/setting.inc.php b/core/lexicon/fa/setting.inc.php index 5acac9ff94..d587f4f350 100644 --- a/core/lexicon/fa/setting.inc.php +++ b/core/lexicon/fa/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From f0af8e6e19c1b4e0d0fb9c0bb3a9593f01ee422b Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:50 +0100 Subject: [PATCH 78/90] New translations workspace.inc.php (Persian) --- core/lexicon/fa/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/fa/workspace.inc.php b/core/lexicon/fa/workspace.inc.php index a689f211f2..d2c45ead36 100644 --- a/core/lexicon/fa/workspace.inc.php +++ b/core/lexicon/fa/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'بدون پیش‌نمایش'; $_lang['not_installed'] = 'نصب نشده است'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'بسته'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From 21da7263d64ec9ce4b7efc856aed6b6c017dae34 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:51 +0100 Subject: [PATCH 79/90] New translations default.inc.php (Thai) --- core/lexicon/th/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/th/default.inc.php b/core/lexicon/th/default.inc.php index a6061d22d2..b67d8d8722 100644 --- a/core/lexicon/th/default.inc.php +++ b/core/lexicon/th/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'เกิดข้อผิดพลาดในการเรียกข้อมูล'; $_lang['date'] = 'วันที่'; $_lang['datechanged'] = 'เปลี่ยนวันที่แล้ว'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'ตารางในฐานข้อมูล'; $_lang['db_info_mysql'] = 'ถ้าตารางเกิดการโอเวอร์เฮด คุณอาจจะเพิ่มประสิทธิภาพโดยการคลิ๊กที่ลิงก์ในคอลัมน์โอเวอร์เฮด'; $_lang['delete'] = 'ลบ'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'ตัวแปรแม่แบบไม่มีชื่อ'; $_lang['untitled_weblink'] = 'weblink ไม่มีชื่อ'; $_lang['untitled_symlink'] = 'symlink ไม่ชื่อ'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'There are unsaved changes. Are you sure you want to leave this page?'; $_lang['update'] = 'อัปเดต'; From 4763ba6d6056b7ae1e93f3a29b754e351d32df9b Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:53 +0100 Subject: [PATCH 80/90] New translations setting.inc.php (Thai) --- core/lexicon/th/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/th/setting.inc.php b/core/lexicon/th/setting.inc.php index aab3f65ca7..af03d0de21 100644 --- a/core/lexicon/th/setting.inc.php +++ b/core/lexicon/th/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'โซนเวลาปริยาย'; $_lang['setting_date_timezone_desc'] = 'ควบคุมการตั้งค่าโซนเวลาปริยายสำหรับฟังก์ชัน date ของ PHP ถ้าว่างเปล่าและการตั้งค่า PHP date.timezone ini ไม่ถูกตั้งในสภาพแวดล้อมของคุณจะสมมติว่าเป็น UTC ทันที'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'ดีบั๊ก'; $_lang['setting_debug_desc'] = 'ควบคุมการเปิด/ปิดของการดีบั๊กใน MODX และ/หรือตั้งระดับของ PHP error_reporting \'\' = ใช้ error_reporting ปัจจุบัน, \'0\' = ผิด (error_reporting = 0), \'1\' = ถูก (error_reporting = -1) หรือค่า error_reporting ที่ถูกต้องใดๆ (เป็นตัวเลขจำนวนเต็ม)'; From 3eaf2aed820181a9a403ecf26d81caf0ad5c5420 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:54 +0100 Subject: [PATCH 81/90] New translations workspace.inc.php (Thai) --- core/lexicon/th/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/th/workspace.inc.php b/core/lexicon/th/workspace.inc.php index 5b11ec9b5f..a371d6daea 100644 --- a/core/lexicon/th/workspace.inc.php +++ b/core/lexicon/th/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'การเพิ่มใหม่ล่าสุด'; $_lang['no_preview'] = 'ไม่มีการดูตัวอย่าง'; $_lang['not_installed'] = 'ยังไม่ติดตั้ง'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'แพ็กเกจ'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'แพ็กเกจถูกดาวน์โหลดแล้ว'; From 33b858a51274e259427dffb6a58712c492eb4a32 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:55 +0100 Subject: [PATCH 82/90] New translations default.inc.php (Estonian) --- core/lexicon/et/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/et/default.inc.php b/core/lexicon/et/default.inc.php index c4cdff6a7a..99b50adb9b 100644 --- a/core/lexicon/et/default.inc.php +++ b/core/lexicon/et/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Andmete laadmise viga.'; $_lang['date'] = 'Kuupäev'; $_lang['datechanged'] = 'Kuupäev muudetud'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Andmebaasi tabelid'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = 'Kustuta'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Untitled tv'; $_lang['untitled_weblink'] = 'Untitled weblink'; $_lang['untitled_symlink'] = 'Untitled symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'There are unsaved changes. Are you sure you want to leave this page?'; $_lang['update'] = 'Uuenda'; From a4df031c36885d443755e56298c09b83728a2c66 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:56 +0100 Subject: [PATCH 83/90] New translations setting.inc.php (Estonian) --- core/lexicon/et/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/et/setting.inc.php b/core/lexicon/et/setting.inc.php index 1867ce2949..a395bb1770 100644 --- a/core/lexicon/et/setting.inc.php +++ b/core/lexicon/et/setting.inc.php @@ -220,6 +220,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From c65b7fa0b57474f6d02060712d322566c7a89758 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:57 +0100 Subject: [PATCH 84/90] New translations workspace.inc.php (Estonian) --- core/lexicon/et/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/et/workspace.inc.php b/core/lexicon/et/workspace.inc.php index 630257950c..08c70ed8bf 100644 --- a/core/lexicon/et/workspace.inc.php +++ b/core/lexicon/et/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Uued'; $_lang['no_preview'] = 'No Preview'; $_lang['not_installed'] = 'Ei ole Installeritud'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Pakk'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded'; From d13a98cb3bff7e1a5013b11bf9d2ccb1bf238efa Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:13:59 +0100 Subject: [PATCH 85/90] New translations default.inc.php (Hindi) --- core/lexicon/hi/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/hi/default.inc.php b/core/lexicon/hi/default.inc.php index ab586ea83d..930009344f 100644 --- a/core/lexicon/hi/default.inc.php +++ b/core/lexicon/hi/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'त्रुटि लोडिंग डेटा।'; $_lang['date'] = 'दिनांक'; $_lang['datechanged'] = 'तारीख बदली'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'डाटाबेस टेबल्स'; $_lang['db_info_mysql'] = 'एक मेज एक ओवरहेड है, तो आपको ओवरहेड कॉलम में लिंक पर क्लिक करके इसे अनुकूलित कर सकते हैं।'; $_lang['delete'] = 'हटाएँ'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'अनामांकित टी वी'; $_lang['untitled_weblink'] = 'अनामांकित weblink'; $_lang['untitled_symlink'] = 'अनामांकित symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'बिना सहेजे परिवर्तन हैं। आप सुनिश्चित करें कि आप इस page को छोड़ करने के लिए चाहते हैं?'; $_lang['update'] = 'अद्यतन'; From eeffc2bc352522912e9c802d21bbf68bd1f60944 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:14:00 +0100 Subject: [PATCH 86/90] New translations setting.inc.php (Hindi) --- core/lexicon/hi/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/hi/setting.inc.php b/core/lexicon/hi/setting.inc.php index 84ace8d8d6..5879543f29 100644 --- a/core/lexicon/hi/setting.inc.php +++ b/core/lexicon/hi/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'डिफ़ॉल्ट समय ज़ोन'; $_lang['setting_date_timezone_desc'] = 'PHP दिनांक फ़ंक्शन के लिए, सेटिंग डिफ़ॉल्ट timezone अगर नहीं खाली नियंत्रित करता है। यदि आपका परिवेश में खाली और PHP date.timezone ini सेटिंग सेट नहीं है, UTC मान लिया जाएगा।'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'डीबग करें'; $_lang['setting_debug_desc'] = 'MODX में डीबगिंग on/off टर्निंग को नियंत्रित करता है and/or PHP error_reporting स्तर सेट करता है। \' उपयोग वर्तमान error_reporting, \'0\' = = false (error_reporting = 0), \'1\' = सच (error_reporting -1 =), या कोई मान्य error_reporting मान (integer) के रूप में।'; From e5af8dcc35edcff2a0ce0eb073f1504be19455c9 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:14:01 +0100 Subject: [PATCH 87/90] New translations workspace.inc.php (Hindi) --- core/lexicon/hi/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/hi/workspace.inc.php b/core/lexicon/hi/workspace.inc.php index 639b1e37a7..13d67a082c 100644 --- a/core/lexicon/hi/workspace.inc.php +++ b/core/lexicon/hi/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'नवीनतम परिवर्धन'; $_lang['no_preview'] = 'कोई पूर्वावलोकन'; $_lang['not_installed'] = 'स्थापित नहीं'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'पैकेज'; $_lang['package_add'] = 'नया पैकेज'; $_lang['package_already_downloaded'] = 'पहले से ही डाउनलोड पैकेज'; From 8fe682cf235826cb684d774c519e342ec4407667 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:14:03 +0100 Subject: [PATCH 88/90] New translations default.inc.php (Yoruba) --- core/lexicon/yo/default.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lexicon/yo/default.inc.php b/core/lexicon/yo/default.inc.php index 58145332f7..93a8896ba0 100644 --- a/core/lexicon/yo/default.inc.php +++ b/core/lexicon/yo/default.inc.php @@ -97,6 +97,7 @@ $_lang['data_err_load'] = 'Error loading data.'; $_lang['date'] = 'Date'; $_lang['datechanged'] = 'Date changed'; +$_lang['datetime_conversion_err_invalid_mysql_format'] = 'Attempted to convert the value “[[+value]]” to a timestamp, but the the value is not in the required mysql format (Y-m-d H:i:s).'; $_lang['db_header'] = 'Database tables'; $_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.'; $_lang['delete'] = 'Delete'; @@ -510,6 +511,7 @@ $_lang['untitled_tv'] = 'Untitled tv'; $_lang['untitled_weblink'] = 'Untitled weblink'; $_lang['untitled_symlink'] = 'Untitled symlink'; +$_lang['unedited'] = 'Unedited'; $_lang['unknown'] = 'Unknown'; $_lang['unsaved_changes'] = 'There are unsaved changes. Are you sure you want to leave this page?'; $_lang['update'] = 'Update'; From 3df1ef09f228cb1e2d0a088586c8184dd9620d40 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:14:04 +0100 Subject: [PATCH 89/90] New translations setting.inc.php (Yoruba) --- core/lexicon/yo/setting.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/lexicon/yo/setting.inc.php b/core/lexicon/yo/setting.inc.php index 03cf9c14fa..11718d4dc0 100644 --- a/core/lexicon/yo/setting.inc.php +++ b/core/lexicon/yo/setting.inc.php @@ -219,6 +219,12 @@ $_lang['setting_date_timezone'] = 'Default Time Zone'; $_lang['setting_date_timezone_desc'] = 'Controls the default timezone setting for PHP date functions, if not empty. If empty and the PHP date.timezone ini setting is not set in your environment, UTC will be assumed.'; +$_lang['manager_datetime_empty_value'] = 'Datetime Empty Value'; +$_lang['manager_datetime_empty_value_desc'] = 'The text (if any) that will show in grids and forms when a datetime field’s value has not been set. (Default: “–” [a single en dash])'; + +$_lang['manager_datetime_separator'] = 'Datetime Separator'; +$_lang['manager_datetime_separator_desc'] = 'When the date and time are shown as a combined element, these characters will be used to visually separate them. (Default: “, ” [comma and space])'; + $_lang['setting_debug'] = 'Debug'; $_lang['setting_debug_desc'] = 'Controls turning debugging on/off in MODX and/or sets the PHP error_reporting level. \'\' = use current error_reporting, \'0\' = false (error_reporting = 0), \'1\' = true (error_reporting = -1), or any valid error_reporting value (as an integer).'; From c9bd121c05a712d2af757b710ced97dffeee0267 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Wed, 4 Dec 2024 21:14:05 +0100 Subject: [PATCH 90/90] New translations workspace.inc.php (Yoruba) --- core/lexicon/yo/workspace.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/yo/workspace.inc.php b/core/lexicon/yo/workspace.inc.php index 324f347739..96a314c948 100644 --- a/core/lexicon/yo/workspace.inc.php +++ b/core/lexicon/yo/workspace.inc.php @@ -60,6 +60,7 @@ $_lang['newest_additions'] = 'Newest Additions'; $_lang['no_preview'] = 'No Preview'; $_lang['not_installed'] = 'Not Installed'; +$_lang['not_updated'] = 'Not Updated'; $_lang['package'] = 'Package'; $_lang['package_add'] = 'New Package'; $_lang['package_already_downloaded'] = 'Package already downloaded';