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:
authordiosmosis <benaka@piwik.pro>2014-11-17 10:41:15 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-17 10:41:15 +0300
commit6744fa6e01a394cc89d97755d0b89b492ff62afa (patch)
tree23a63f28809649f100acf265289911e3ddaef3c0 /plugins/Contents
parent8676a94a9bc5544a759012520d0150a65fed6cc4 (diff)
parentdb9fd9a3dec80aad0ebfd71612997550d615ea45 (diff)
Merge branch 'master' into processed_metrics_metadata
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/lang/fr.json9
-rw-r--r--plugins/Contents/lang/tl.json12
2 files changed, 20 insertions, 1 deletions
diff --git a/plugins/Contents/lang/fr.json b/plugins/Contents/lang/fr.json
index 3d03a8af80..230b57b32e 100644
--- a/plugins/Contents/lang/fr.json
+++ b/plugins/Contents/lang/fr.json
@@ -1,5 +1,12 @@
{
"Contents": {
- "Contents": "Contenus"
+ "ContentName": "Nom du contenu",
+ "ContentPiece": "Partie du contenu",
+ "Contents": "Contenus",
+ "ContentTarget": "Cible du contenu",
+ "Impressions": "Impressions",
+ "Interaction": "Interaction",
+ "InteractionRate": "Taux d'interaction",
+ "Interactions": "Interactions"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/tl.json b/plugins/Contents/lang/tl.json
new file mode 100644
index 0000000000..df78c43854
--- /dev/null
+++ b/plugins/Contents/lang/tl.json
@@ -0,0 +1,12 @@
+{
+ "Contents": {
+ "ContentName": "Pangalan ng Nilalaman",
+ "ContentPiece": "Piraso ng Nilalaman",
+ "Contents": "Mga Nilalaman",
+ "ContentTarget": "Target ng Nilalaman",
+ "Impressions": "Mga Impresyon",
+ "Interaction": "Pakikipag-ugnayan",
+ "InteractionRate": "Rate ng Pakikipag-ugnayan",
+ "Interactions": "Mga Pakikipag-ugnayan"
+ }
+} \ No newline at end of file