From: Sam Link Date: Tue, 19 May 2020 16:31:39 +0000 (-0400) Subject: LP1848390 Seed Data format.date & format.time X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=78a224d1d908d2ae27304ce747f2eb25c7db67dc;p=working%2FEvergreen.git LP1848390 Seed Data format.date & format.time Changed "Format Dates with this pattern" and "Format Times with this pattern" labels to indicate deprecation. --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index b6959bb20e..9ee445dc33 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -4272,7 +4272,7 @@ INSERT into config.org_unit_setting_type ,( 'format.date', 'gui', oils_i18n_gettext('format.date', - 'Format Dates with this pattern.', + 'Deprecated: Format Dates with this pattern.', 'coust', 'label'), oils_i18n_gettext('format.date', 'Format Dates with this pattern (examples: "yyyy-MM-dd" for "2010-04-26", "MMM d, yyyy" for "Apr 26, 2010")', @@ -4281,7 +4281,7 @@ INSERT into config.org_unit_setting_type ,( 'format.time', 'gui', oils_i18n_gettext('format.time', - 'Format Times with this pattern.', + 'Deprecated: Format Times with this pattern.', 'coust', 'label'), oils_i18n_gettext('format.time', 'Format Times with this pattern (examples: "h:m:s.SSS a z" for "2:07:20.666 PM Eastern Daylight Time", "HH:mm" for "14:07")', @@ -17594,7 +17594,7 @@ INSERT into config.org_unit_setting_type ( ,'gui' ,oils_i18n_gettext( 'webstaff.format.dates' - ,'Format Dates with this pattern' + ,'Deprecated: Format Dates with this pattern' ,'coust' ,'label' ) diff --git a/Open-ILS/src/sql/Pg/upgrade/0239.data.org-setting-format.date.time.sql b/Open-ILS/src/sql/Pg/upgrade/0239.data.org-setting-format.date.time.sql index d7e4047bd9..d48cbfbb51 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0239.data.org-setting-format.date.time.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0239.data.org-setting-format.date.time.sql @@ -19,7 +19,7 @@ INSERT INTO config.org_unit_setting_type ( name, label, description, datatype ) 'format.time', oils_i18n_gettext( 'format.time', - 'GUI: Format Times with this pattern.', + 'GUI: Deprecated: Format Times with this pattern.', 'coust', 'label'), oils_i18n_gettext( diff --git a/Open-ILS/src/sql/Pg/upgrade/0622.data.YAOUS-i18n-update.sql b/Open-ILS/src/sql/Pg/upgrade/0622.data.YAOUS-i18n-update.sql index 4f70fd0801..a02084b11d 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0622.data.YAOUS-i18n-update.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0622.data.YAOUS-i18n-update.sql @@ -155,8 +155,8 @@ UPDATE config.org_unit_setting_type SET grp = 'credit', label='PayPal login' WHE UPDATE config.org_unit_setting_type SET grp = 'credit', label='PayPal password' WHERE name = 'credit.processor.paypal.password'; UPDATE config.org_unit_setting_type SET grp = 'credit', label='PayPal signature' WHERE name = 'credit.processor.paypal.signature'; UPDATE config.org_unit_setting_type SET grp = 'credit', label='PayPal test mode' WHERE name = 'credit.processor.paypal.testmode'; -UPDATE config.org_unit_setting_type SET grp = 'gui', label='Format Dates with this pattern.' WHERE name = 'format.date'; -UPDATE config.org_unit_setting_type SET grp = 'gui', label='Format Times with this pattern.' WHERE name = 'format.time'; +UPDATE config.org_unit_setting_type SET grp = 'gui', label='Deprecated: Format Dates with this pattern.' WHERE name = 'format.date'; +UPDATE config.org_unit_setting_type SET grp = 'gui', label='Deprecated: Format Times with this pattern.' WHERE name = 'format.time'; UPDATE config.org_unit_setting_type SET grp = 'glob' WHERE name = 'global.default_locale'; UPDATE config.org_unit_setting_type SET grp = 'lib' WHERE name = 'global.juvenile_age_threshold'; UPDATE config.org_unit_setting_type SET grp = 'glob' WHERE name = 'global.password_regex'; diff --git a/Open-ILS/src/sql/Pg/upgrade/1046.data.webstaff_date_format_ou_settings.sql b/Open-ILS/src/sql/Pg/upgrade/1046.data.webstaff_date_format_ou_settings.sql index d1e302700a..5716818e7a 100644 --- a/Open-ILS/src/sql/Pg/upgrade/1046.data.webstaff_date_format_ou_settings.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1046.data.webstaff_date_format_ou_settings.sql @@ -13,7 +13,7 @@ INSERT into config.org_unit_setting_type ( ,'gui' ,oils_i18n_gettext( 'webstaff.format.dates' - ,'Format Dates with this pattern' + ,'Deprecated: Format Dates with this pattern' ,'coust' ,'label' ) diff --git a/Open-ILS/src/sql/Pg/version-upgrade/1.6.1-2.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/1.6.1-2.0-upgrade-db.sql index 698179f0e6..16d567b1f2 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/1.6.1-2.0-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/1.6.1-2.0-upgrade-db.sql @@ -1727,7 +1727,7 @@ INSERT INTO config.org_unit_setting_type ( name, label, description, datatype ) 'format.time', oils_i18n_gettext( 'format.time', - 'GUI: Format Times with this pattern.', + 'GUI: Deprecated: Format Times with this pattern.', 'coust', 'label'), oils_i18n_gettext( diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql index 8c88ab39cc..8510ac05a3 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql @@ -4942,8 +4942,8 @@ UPDATE config.org_unit_setting_type SET grp = 'credit', label='PayPal login' WHE UPDATE config.org_unit_setting_type SET grp = 'credit', label='PayPal password' WHERE name = 'credit.processor.paypal.password'; UPDATE config.org_unit_setting_type SET grp = 'credit', label='PayPal signature' WHERE name = 'credit.processor.paypal.signature'; UPDATE config.org_unit_setting_type SET grp = 'credit', label='PayPal test mode' WHERE name = 'credit.processor.paypal.testmode'; -UPDATE config.org_unit_setting_type SET grp = 'gui', label='Format Dates with this pattern.' WHERE name = 'format.date'; -UPDATE config.org_unit_setting_type SET grp = 'gui', label='Format Times with this pattern.' WHERE name = 'format.time'; +UPDATE config.org_unit_setting_type SET grp = 'gui', label='Deprecated: Format Dates with this pattern.' WHERE name = 'format.date'; +UPDATE config.org_unit_setting_type SET grp = 'gui', label='Deprecated: Format Times with this pattern.' WHERE name = 'format.time'; UPDATE config.org_unit_setting_type SET grp = 'glob' WHERE name = 'global.default_locale'; UPDATE config.org_unit_setting_type SET grp = 'lib' WHERE name = 'global.juvenile_age_threshold'; UPDATE config.org_unit_setting_type SET grp = 'glob' WHERE name = 'global.password_regex'; diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql index 7a865a89db..e2cd91733f 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/2.12.6-3.0.0-upgrade-db.sql @@ -306,7 +306,7 @@ INSERT into config.org_unit_setting_type ( ,'gui' ,oils_i18n_gettext( 'webstaff.format.dates' - ,'Format Dates with this pattern' + ,'Deprecated: Format Dates with this pattern' ,'coust' ,'label' ) diff --git a/build/i18n/po/db.seed/ar-JO.po b/build/i18n/po/db.seed/ar-JO.po index 0231fa7d42..bc00dfbfef 100644 --- a/build/i18n/po/db.seed/ar-JO.po +++ b/build/i18n/po/db.seed/ar-JO.po @@ -570,7 +570,7 @@ msgid "Alberta " msgstr "ألبرتا " #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "صيغة الوقت مع هذا النمط" #: 950.data.seed-values.sql:7142 @@ -8265,7 +8265,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "تنسيق التواريخ لهذا النمط" #: 950.data.seed-values.sql:8616 @@ -9277,7 +9277,7 @@ msgid "Void lost max interval" msgstr "إلغاء فقدان الفاصل الزمني كحد أقصى" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "تنسيقات التواريخ مع هذا النمط/النموذج" #: 950.data.seed-values.sql:7115 diff --git a/build/i18n/po/db.seed/cs-CZ.po b/build/i18n/po/db.seed/cs-CZ.po index cb81c028cc..47ac78ea4e 100644 --- a/build/i18n/po/db.seed/cs-CZ.po +++ b/build/i18n/po/db.seed/cs-CZ.po @@ -594,7 +594,7 @@ msgid "Alberta " msgstr "Alberta " #: 950.data.seed-values.sql:4246 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "Formátovat časy podle tohoto vzoru" #: 950.data.seed-values.sql:7087 @@ -8715,7 +8715,7 @@ msgstr "" "vytvoření záznamu." #: 950.data.seed-values.sql:17436 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "Formátovat datum podle tohoto vzoru" #: 950.data.seed-values.sql:8561 @@ -9791,7 +9791,7 @@ msgid "Void lost max interval" msgstr "Maximální interval pro anulování ztracených" #: 950.data.seed-values.sql:4237 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "Formátovat datum podle tohoto vzoru" #: 950.data.seed-values.sql:7060 diff --git a/build/i18n/po/db.seed/db.seed.pot b/build/i18n/po/db.seed/db.seed.pot index 92b36b81f5..b9a7b4ec1d 100644 --- a/build/i18n/po/db.seed/db.seed.pot +++ b/build/i18n/po/db.seed/db.seed.pot @@ -649,7 +649,7 @@ msgstr "" # id::coust.label__format.time #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" # id::ccvm.value__261 @@ -9808,7 +9808,7 @@ msgstr "" # id::coust.label__webstaff.format.dates #: 950.data.seed-values.sql:17572 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" # id::ccvm.value__1282 @@ -10995,7 +10995,7 @@ msgstr "" # id::coust.label__format.date #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" # id::ccvm.value__234 diff --git a/build/i18n/po/db.seed/de-DE.po b/build/i18n/po/db.seed/de-DE.po index 4fa9d66940..2e71b548ad 100644 --- a/build/i18n/po/db.seed/de-DE.po +++ b/build/i18n/po/db.seed/de-DE.po @@ -532,7 +532,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" #: 950.data.seed-values.sql:7142 diff --git a/build/i18n/po/db.seed/en-CA.po b/build/i18n/po/db.seed/en-CA.po index 5b2c535610..7f2c0f8408 100644 --- a/build/i18n/po/db.seed/en-CA.po +++ b/build/i18n/po/db.seed/en-CA.po @@ -530,7 +530,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" #: 950.data.seed-values.sql:7142 @@ -7913,7 +7913,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -8873,7 +8873,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" #: 950.data.seed-values.sql:7115 diff --git a/build/i18n/po/db.seed/en-GB.po b/build/i18n/po/db.seed/en-GB.po index 585cbd0da6..094477e8ed 100644 --- a/build/i18n/po/db.seed/en-GB.po +++ b/build/i18n/po/db.seed/en-GB.po @@ -537,7 +537,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" #: 950.data.seed-values.sql:7142 @@ -7920,7 +7920,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -8882,7 +8882,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" #: 950.data.seed-values.sql:7115 diff --git a/build/i18n/po/db.seed/es-ES.po b/build/i18n/po/db.seed/es-ES.po index 904ce084e5..1913cf36d3 100644 --- a/build/i18n/po/db.seed/es-ES.po +++ b/build/i18n/po/db.seed/es-ES.po @@ -578,7 +578,7 @@ msgid "Alberta " msgstr "Alberta " #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "Los tiempos de formato con este patrón." #: 950.data.seed-values.sql:7142 @@ -8554,7 +8554,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -9595,7 +9595,7 @@ msgid "Void lost max interval" msgstr "Vacío intervalo máximo perdido" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "Formato de fechas con este patrón." #: 950.data.seed-values.sql:7115 diff --git a/build/i18n/po/db.seed/fi-FI.po b/build/i18n/po/db.seed/fi-FI.po index 3a445ce130..77096fd487 100644 --- a/build/i18n/po/db.seed/fi-FI.po +++ b/build/i18n/po/db.seed/fi-FI.po @@ -567,7 +567,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" # id::ccvm.value__261 @@ -8440,7 +8440,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -9465,7 +9465,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" # id::ccvm.value__234 diff --git a/build/i18n/po/db.seed/fr-CA.po b/build/i18n/po/db.seed/fr-CA.po index 345326067a..d18ac18cca 100644 --- a/build/i18n/po/db.seed/fr-CA.po +++ b/build/i18n/po/db.seed/fr-CA.po @@ -564,7 +564,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" # id::clm.value__luo @@ -8513,7 +8513,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -9550,7 +9550,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" # id::clm.value__kro diff --git a/build/i18n/po/db.seed/he-IL.po b/build/i18n/po/db.seed/he-IL.po index 7ce739aa4d..046921d1bb 100644 --- a/build/i18n/po/db.seed/he-IL.po +++ b/build/i18n/po/db.seed/he-IL.po @@ -527,7 +527,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" #: 950.data.seed-values.sql:7142 @@ -7882,7 +7882,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -8840,7 +8840,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" #: 950.data.seed-values.sql:7115 diff --git a/build/i18n/po/db.seed/hu-HU.po b/build/i18n/po/db.seed/hu-HU.po index 05c572c557..68b97af6a3 100644 --- a/build/i18n/po/db.seed/hu-HU.po +++ b/build/i18n/po/db.seed/hu-HU.po @@ -527,7 +527,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" #: 950.data.seed-values.sql:7142 @@ -7882,7 +7882,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -8840,7 +8840,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" #: 950.data.seed-values.sql:7115 diff --git a/build/i18n/po/db.seed/hy-AM.po b/build/i18n/po/db.seed/hy-AM.po index 0a4f9e830d..c82a533b2a 100644 --- a/build/i18n/po/db.seed/hy-AM.po +++ b/build/i18n/po/db.seed/hy-AM.po @@ -617,7 +617,7 @@ msgid "Alberta " msgstr "Ալբերտա " #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "Ձևաչափ ժամանակ այս ձևանմուշի հետ" # id::clm.value__luo @@ -9052,7 +9052,7 @@ msgstr "" "Ապր 14:07\")։" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "Ձևավորի ամսաթվերը այս ձևանմուշով։" #: 950.data.seed-values.sql:8616 @@ -10155,7 +10155,7 @@ msgid "Void lost max interval" msgstr "Արգելիր կորստի մաքս տիրույթը։" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "Ձևավորիր ամսաթվերը այս ձևանմուշով։" # id::clm.value__kro diff --git a/build/i18n/po/db.seed/oc-FR.po b/build/i18n/po/db.seed/oc-FR.po index c2fa243bdf..f55e780eba 100644 --- a/build/i18n/po/db.seed/oc-FR.po +++ b/build/i18n/po/db.seed/oc-FR.po @@ -532,7 +532,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" #: 950.data.seed-values.sql:7142 @@ -7887,7 +7887,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -8845,7 +8845,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" #: 950.data.seed-values.sql:7115 diff --git a/build/i18n/po/db.seed/pt-BR.po b/build/i18n/po/db.seed/pt-BR.po index eee45b94a9..d7db8564e5 100644 --- a/build/i18n/po/db.seed/pt-BR.po +++ b/build/i18n/po/db.seed/pt-BR.po @@ -554,7 +554,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" # id::clm.value__luo @@ -8231,7 +8231,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -9232,7 +9232,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" # id::clm.value__kro diff --git a/build/i18n/po/db.seed/ru-RU.po b/build/i18n/po/db.seed/ru-RU.po index 6d569b19ab..137bc564be 100644 --- a/build/i18n/po/db.seed/ru-RU.po +++ b/build/i18n/po/db.seed/ru-RU.po @@ -546,7 +546,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" # id::clm.value__luo @@ -8227,7 +8227,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -9229,7 +9229,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" # id::clm.value__kro diff --git a/build/i18n/po/db.seed/sv-SE.po b/build/i18n/po/db.seed/sv-SE.po index 7831d99c00..af4ade5245 100644 --- a/build/i18n/po/db.seed/sv-SE.po +++ b/build/i18n/po/db.seed/sv-SE.po @@ -527,7 +527,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" #: 950.data.seed-values.sql:7142 @@ -7882,7 +7882,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -8840,7 +8840,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" #: 950.data.seed-values.sql:7115 diff --git a/build/i18n/po/db.seed/tr-TR.po b/build/i18n/po/db.seed/tr-TR.po index a70d8bcba9..18fd0df222 100644 --- a/build/i18n/po/db.seed/tr-TR.po +++ b/build/i18n/po/db.seed/tr-TR.po @@ -532,7 +532,7 @@ msgid "Alberta " msgstr "" #: 950.data.seed-values.sql:4273 -msgid "Format Times with this pattern." +msgid "Deprecated: Format Times with this pattern." msgstr "" #: 950.data.seed-values.sql:7142 @@ -7887,7 +7887,7 @@ msgid "" msgstr "" #: 950.data.seed-values.sql:17522 -msgid "Format Dates with this pattern" +msgid "Deprecated: Format Dates with this pattern" msgstr "" #: 950.data.seed-values.sql:8616 @@ -8845,7 +8845,7 @@ msgid "Void lost max interval" msgstr "" #: 950.data.seed-values.sql:4264 -msgid "Format Dates with this pattern." +msgid "Deprecated: Format Dates with this pattern." msgstr "" #: 950.data.seed-values.sql:7115