Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dashboard/lang/en.php')
-rw-r--r--plugins/Dashboard/lang/en.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/Dashboard/lang/en.php b/plugins/Dashboard/lang/en.php
deleted file mode 100644
index ed78729f1a..0000000000
--- a/plugins/Dashboard/lang/en.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-$translations = array(
- 'Dashboard_AddWidget' => 'Add a widget...',
- 'Dashboard_DeleteWidgetConfirm' => 'Are you sure you want to delete this widget from the dashboard?',
- 'Dashboard_SelectWidget' => 'Select the widget to add in the dashboard',
- 'Dashboard_AddPreviewedWidget' => 'Add previewed widget to the dashboard',
- 'Dashboard_WidgetPreview' => 'Widget preview',
-
- 'Dashboard_TitleWidgetInDashboard_js' => 'Widget already in dashboard',
- 'Dashboard_TitleClickToAdd_js' => 'Click to add to dashboard',
- 'Dashboard_LoadingPreview_js' => 'Loading preview, please wait...',
- 'Dashboard_LoadingWidget_js' => 'Loading widget, please wait...',
- 'Dashboard_WidgetNotFound_js' => 'Widget not found',
-);