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:
authorsgiehl <stefan@piwik.org>2014-08-11 01:40:07 +0400
committersgiehl <stefan@piwik.org>2014-08-11 01:40:07 +0400
commit9e04b78c1a1010ef49ad685c11d41c6a65003c0e (patch)
tree00cf51fc8fc8688a1f2af48aa0959a12eb508bf6 /plugins
parentc21608c220bfc9f35911e2141f770ead23d0057b (diff)
language update refs #3430
Diffstat (limited to 'plugins')
-rw-r--r--plugins/DevicesDetection/lang/ru.json2
-rw-r--r--plugins/Events/lang/ru.json9
-rw-r--r--plugins/LeftMenu/lang/fr.json8
-rw-r--r--plugins/LeftMenu/lang/ru.json5
-rw-r--r--plugins/ZenMode/lang/sv.json9
5 files changed, 33 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/lang/ru.json b/plugins/DevicesDetection/lang/ru.json
index d2d2cd2e73..38151af6ce 100644
--- a/plugins/DevicesDetection/lang/ru.json
+++ b/plugins/DevicesDetection/lang/ru.json
@@ -1,6 +1,7 @@
{
"DevicesDetection": {
"BrowserVersions": "Версии браузеров",
+ "CarBrowser": "Автомобильный браузер",
"Console": "Консоль",
"dataTableLabelBrands": "Фирма-производитель",
"dataTableLabelBrowserFamily": "Семейство браузеров",
@@ -9,6 +10,7 @@
"dataTableLabelTypes": "Тип",
"Device": "Устройство",
"DeviceBrand": "Фирма-производитель устройства",
+ "DeviceDetection": "Определение устройств",
"DeviceModel": "Модель устройства",
"DevicesDetection": "Устройства посетителей",
"DeviceType": "Тип устройства",
diff --git a/plugins/Events/lang/ru.json b/plugins/Events/lang/ru.json
new file mode 100644
index 0000000000..c0dac419b0
--- /dev/null
+++ b/plugins/Events/lang/ru.json
@@ -0,0 +1,9 @@
+{
+ "Events": {
+ "MaxValue": "Максимальное значение",
+ "MaxValueDocumentation": "Максимальное значения для этого события",
+ "MinValue": "Минимальное значение",
+ "MinValueDocumentation": "Минимальное значения для этого события",
+ "ViewEvents": "Просмотреть события"
+ }
+} \ No newline at end of file
diff --git a/plugins/LeftMenu/lang/fr.json b/plugins/LeftMenu/lang/fr.json
new file mode 100644
index 0000000000..a369476b34
--- /dev/null
+++ b/plugins/LeftMenu/lang/fr.json
@@ -0,0 +1,8 @@
+{
+ "LeftMenu": {
+ "GlobalSettingDescription": "Définit les valeurs système par défaut pour tous les utilisateurs.",
+ "GlobalSettingInlineHelp": "Les utilisateurs peuvent activer\/désactiver le menu de gauche indépendant des valeurs par défaut du système.",
+ "GlobalSettingTitle": "Menu de gauche activé par défaut",
+ "SettingsIntroduction": "Le composant de menu à gauche va déplacer le menu de rapport d'en haut vers la gauche s'il est activé. C'est particulièrement utile pour les affichages larges."
+ }
+} \ No newline at end of file
diff --git a/plugins/LeftMenu/lang/ru.json b/plugins/LeftMenu/lang/ru.json
new file mode 100644
index 0000000000..d5e8adfcdc
--- /dev/null
+++ b/plugins/LeftMenu/lang/ru.json
@@ -0,0 +1,5 @@
+{
+ "LeftMenu": {
+ "GlobalSettingTitle": "Левое меню включено поумолчанию"
+ }
+} \ No newline at end of file
diff --git a/plugins/ZenMode/lang/sv.json b/plugins/ZenMode/lang/sv.json
new file mode 100644
index 0000000000..6e33bd304f
--- /dev/null
+++ b/plugins/ZenMode/lang/sv.json
@@ -0,0 +1,9 @@
+{
+ "ZenMode": {
+ "Activated": "Zen mode aktiverat",
+ "HowToSearch": "För att söka efter meny-poster, rapporter eller webbplatser - använd sökfältet uppe till höger eller tryck 'alt+f'.",
+ "HowToToggleZenMode": "För att gå i\/ur zen mode, klicka på pilen uppe till höger eller tryck 'alt+z'.",
+ "QuickAccessTitle": "Sök efter meny-poster, rapporter och webbplatser",
+ "SearchForAnything": "Sök efter vad som helst"
+ }
+} \ No newline at end of file