From c1573b9becddcaf3156294d11b3ee6945d2ec08a Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Sun, 24 Aug 2014 19:24:02 +0200 Subject: refs #5863 another try to move translations into plugins. This time we always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms --- plugins/VisitFrequency/lang/ar.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 plugins/VisitFrequency/lang/ar.json (limited to 'plugins/VisitFrequency/lang/ar.json') diff --git a/plugins/VisitFrequency/lang/ar.json b/plugins/VisitFrequency/lang/ar.json new file mode 100644 index 0000000000..205ce9a158 --- /dev/null +++ b/plugins/VisitFrequency/lang/ar.json @@ -0,0 +1,18 @@ +{ + "VisitFrequency": { + "ColumnActionsByReturningVisits": "السلوكيات بواسطة الزيارات العائدة", + "ColumnAverageVisitDurationForReturningVisitors": "متوسط طول الزيارة للزوار العائدين (بالثواني)", + "ColumnAvgActionsPerReturningVisit": "متوسط السلوكيات لكل زيارة عائدة", + "ColumnBounceRateForReturningVisits": "معدل الارتداد للزوار العائدين", + "ColumnReturningVisits": "الزيارات العائدة", + "PluginDescription": "تقارير حول إحصائيات متعددة عن الزوار العائدين في مقابل الزوار الجدد.", + "ReturnActions": "%s سلوك بواسطة الزيارات المتكررة", + "ReturnAverageVisitDuration": "%s متوسط طول الزيارة للزائر المتكرر", + "ReturnAvgActions": "%s سلوك لكل زيارة متكررة", + "ReturnBounceRate": "%s زيارة متكررة مرتدة (غادر الموقع من أول صفحة)", + "ReturnVisits": "%s زيارة عائدة", + "SubmenuFrequency": "التكرار", + "WidgetGraphReturning": "رسم بياني للزيارات المتكررة", + "WidgetOverview": "نظرة عامة على التكرار" + } +} \ No newline at end of file -- cgit v1.2.3