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/Diagnostics')
-rw-r--r--plugins/Diagnostics/lang/cs.json8
-rw-r--r--plugins/Diagnostics/lang/it.json6
-rw-r--r--plugins/Diagnostics/lang/pt-br.json8
-rw-r--r--plugins/Diagnostics/lang/sv.json5
4 files changed, 27 insertions, 0 deletions
diff --git a/plugins/Diagnostics/lang/cs.json b/plugins/Diagnostics/lang/cs.json
new file mode 100644
index 0000000000..8a4f5e3178
--- /dev/null
+++ b/plugins/Diagnostics/lang/cs.json
@@ -0,0 +1,8 @@
+{
+ "Diagnostics": {
+ "ConfigFileTitle": "Konfigurační soubor",
+ "ConfigFileIntroduction": "Zde vidíte konfiguraci pro Piwik. Pokud Piwik běží v prostředí s vyvažováním zátěže, můžou se zobrazovaná data lišit podle toho, ze kterého serveru jsou natažena. Řádky se změněnou barvou pozadí značí změněné konfigurační hodnoty, které jsou specifikovány například v %1$s souboru.",
+ "HideUnchanged": "Pokud chcete vidět pouze změněné hodnoty, můžete %1$snezměněné hodnoty skrýt%2$s.",
+ "Sections": "Sekce"
+ }
+} \ No newline at end of file
diff --git a/plugins/Diagnostics/lang/it.json b/plugins/Diagnostics/lang/it.json
new file mode 100644
index 0000000000..f04ac50a60
--- /dev/null
+++ b/plugins/Diagnostics/lang/it.json
@@ -0,0 +1,6 @@
+{
+ "Diagnostics": {
+ "ConfigFileTitle": "File di configurazione",
+ "Sections": "Sezioni"
+ }
+} \ No newline at end of file
diff --git a/plugins/Diagnostics/lang/pt-br.json b/plugins/Diagnostics/lang/pt-br.json
new file mode 100644
index 0000000000..c563a60e3f
--- /dev/null
+++ b/plugins/Diagnostics/lang/pt-br.json
@@ -0,0 +1,8 @@
+{
+ "Diagnostics": {
+ "ConfigFileTitle": "Arquivo de configuração",
+ "ConfigFileIntroduction": "Aqui você pode ver a configuração do Piwik. Se você estiver executando Piwik em um ambiente de balanceamento de carga a página pode ser diferente, dependendo de qual servidor esta página é carregada. Linhas com uma cor de fundo diferente são alterados os valores de configuração que são especificadas por exemplo, no arquivo %1$s.",
+ "HideUnchanged": "Se você quiser ver apenas valores alterados você pode %1$socultar todos os valores inalterados%2$s.",
+ "Sections": "Seções"
+ }
+} \ No newline at end of file
diff --git a/plugins/Diagnostics/lang/sv.json b/plugins/Diagnostics/lang/sv.json
new file mode 100644
index 0000000000..25fe2ba0c6
--- /dev/null
+++ b/plugins/Diagnostics/lang/sv.json
@@ -0,0 +1,5 @@
+{
+ "Diagnostics": {
+ "ConfigFileTitle": "Konfigurationsfil"
+ }
+} \ No newline at end of file