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>2016-01-19 00:03:56 +0300
committersgiehl <stefan@piwik.org>2016-01-19 00:03:56 +0300
commit7a6f2205994f1ae1009f76ee2ec317bf198da560 (patch)
tree65ee52426ea9bcbca5f3b0c17e5db28febb26a7e /plugins/Actions/lang
parentf41b9f31eefee95a21ec7f94f73e7a1b22b47727 (diff)
language update
Diffstat (limited to 'plugins/Actions/lang')
-rw-r--r--plugins/Actions/lang/pl.json8
-rw-r--r--plugins/Actions/lang/sv.json4
2 files changed, 8 insertions, 4 deletions
diff --git a/plugins/Actions/lang/pl.json b/plugins/Actions/lang/pl.json
index 80399c8150..4886f3c9dc 100644
--- a/plugins/Actions/lang/pl.json
+++ b/plugins/Actions/lang/pl.json
@@ -2,8 +2,9 @@
"Actions": {
"AvgGenerationTimeTooltip": "Średnia podstawa dla %1$s trafień %2$s pomiędzy %3$s i %4$s",
"ColumnClickedURL": "Kliknięty link URL",
+ "ColumnActionURL": "Adres URL Akcji",
"ColumnClicks": "Kliknięcia",
- "ColumnClicksDocumentation": "Ile razy ten link został kliknięty.",
+ "ColumnClicksDocumentation": "Ilość kliknięć na ten link.",
"ColumnDownloadURL": "Adres URL pobrań",
"ColumnEntryPageTitle": "Tytuł stron z których wchodzono",
"ColumnEntryPageURL": "Adres URL stron z których wchodzono",
@@ -59,7 +60,8 @@
"WidgetPageTitlesFollowingSearch": "Tytuły Stron po Wyszukiwaniu Strony",
"WidgetPageUrlsFollowingSearch": "Strony Występujące po Wyszukiwaniu Stron",
"WidgetSearchCategories": "Kategorie wyszukiwań",
- "WidgetSearchKeywords": "Słowa Kluczowe Wyszukiwarki",
- "WidgetSearchNoResultKeywords": "Słowa Kluczowe bez Wyników"
+ "WidgetSearchKeywords": "Słowa kluczowe wyszukiwarki",
+ "WidgetSearchNoResultKeywords": "Słowa Kluczowe bez Wyników",
+ "ActionType": "Typ Akcji"
}
} \ No newline at end of file
diff --git a/plugins/Actions/lang/sv.json b/plugins/Actions/lang/sv.json
index ef210ab49d..8f26c52b2e 100644
--- a/plugins/Actions/lang/sv.json
+++ b/plugins/Actions/lang/sv.json
@@ -2,6 +2,7 @@
"Actions": {
"AvgGenerationTimeTooltip": "Medel baseras på %1$s träff(ar) %2$s mellan %3$s och %4$s",
"ColumnClickedURL": "Klickad URL",
+ "ColumnActionURL": "Åtgärds-URL",
"ColumnClicks": "Klick",
"ColumnClicksDocumentation": "Antalet gånger som denna länk klickades på.",
"ColumnDownloadURL": "Nedladdningens URL",
@@ -60,6 +61,7 @@
"WidgetPageUrlsFollowingSearch": "Sidor från en webbplatssökning",
"WidgetSearchCategories": "Sök kategorier",
"WidgetSearchKeywords": "Nyckelord från webbplatssökningar",
- "WidgetSearchNoResultKeywords": "Nyckelord utan resultat"
+ "WidgetSearchNoResultKeywords": "Nyckelord utan resultat",
+ "ActionType": "Åtgärdstyp"
}
} \ No newline at end of file