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/uk.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 plugins/VisitFrequency/lang/uk.json (limited to 'plugins/VisitFrequency/lang/uk.json') diff --git a/plugins/VisitFrequency/lang/uk.json b/plugins/VisitFrequency/lang/uk.json new file mode 100644 index 0000000000..af9ec92a5e --- /dev/null +++ b/plugins/VisitFrequency/lang/uk.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