From 3b08419e176c274a59653b24b196d3155b2321e5 Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 23 Dec 2021 12:55:26 -0700 Subject: [PATCH] Add dashboard_column_span label and description (#6213) --- core/dashboard/app_languages.php | 42 +++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/core/dashboard/app_languages.php b/core/dashboard/app_languages.php index a93a61bf53..b63fa12db5 100644 --- a/core/dashboard/app_languages.php +++ b/core/dashboard/app_languages.php @@ -205,6 +205,46 @@ $text['description-dashboard_groups']['sv-se'] = ''; $text['description-dashboard_groups']['uk-ua'] = ''; + $text['label-dashboard_column_span']['en-us'] = 'Column Span'; + $text['label-dashboard_column_span']['ar-eg'] = ''; + $text['label-dashboard_column_span']['de-at'] = ''; + $text['label-dashboard_column_span']['de-ch'] = ''; + $text['label-dashboard_column_span']['de-de'] = ''; + $text['label-dashboard_column_span']['es-cl'] = ''; + $text['label-dashboard_column_span']['es-mx'] = ''; + $text['label-dashboard_column_span']['fr-ca'] = ''; + $text['label-dashboard_column_span']['fr-fr'] = ''; + $text['label-dashboard_column_span']['he-il'] = ''; + $text['label-dashboard_column_span']['it-it'] = ''; + $text['label-dashboard_column_span']['nl-nl'] = ''; + $text['label-dashboard_column_span']['pl-pl'] = ''; + $text['label-dashboard_column_span']['pt-br'] = ''; + $text['label-dashboard_column_span']['pt-pt'] = ''; + $text['label-dashboard_column_span']['ro-ro'] = ''; + $text['label-dashboard_column_span']['ru-ru'] = ''; + $text['label-dashboard_column_span']['sv-se'] = ''; + $text['label-dashboard_column_span']['uk-ua'] = ''; + + $text['description-dashboard_column_span']['en-us'] = 'Enter the dashboard widget column span.'; + $text['description-dashboard_column_span']['ar-eg'] = ''; + $text['description-dashboard_column_span']['de-at'] = ''; + $text['description-dashboard_column_span']['de-ch'] = ''; + $text['description-dashboard_column_span']['de-de'] = ''; + $text['description-dashboard_column_span']['es-cl'] = ''; + $text['description-dashboard_column_span']['es-mx'] = ''; + $text['description-dashboard_column_span']['fr-ca'] = ''; + $text['description-dashboard_column_span']['fr-fr'] = ''; + $text['description-dashboard_column_span']['he-il'] = ''; + $text['description-dashboard_column_span']['it-it'] = ''; + $text['description-dashboard_column_span']['nl-nl'] = ''; + $text['description-dashboard_column_span']['pl-pl'] = ''; + $text['description-dashboard_column_span']['pt-br'] = ''; + $text['description-dashboard_column_span']['pt-pt'] = ''; + $text['description-dashboard_column_span']['ro-ro'] = ''; + $text['description-dashboard_column_span']['ru-ru'] = ''; + $text['description-dashboard_column_span']['sv-se'] = ''; + $text['description-dashboard_column_span']['uk-ua'] = ''; + $text['label-dashboard_order']['en-us'] = 'Order'; $text['label-dashboard_order']['ar-eg'] = ''; $text['label-dashboard_order']['de-at'] = ''; @@ -346,4 +386,4 @@ $text['label-welcome']['ru-ru'] = "Добро пожаловать:"; $text['label-welcome']['sv-se'] = "Välkommen:"; $text['label-welcome']['uk-ua'] = "Ласкаво просимо:"; -?> \ No newline at end of file +?>