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:
authorThomas Steur <thomas.steur@gmail.com>2014-08-24 21:24:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:14:45 +0400
commitc1573b9becddcaf3156294d11b3ee6945d2ec08a (patch)
treeebb409f47778d6116f8e4159e902510f5b5f1c8e /plugins/CustomVariables/lang/fr.json
parentfb52fd827ebb2fc804c3da764acebbe3a844c248 (diff)
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
Diffstat (limited to 'plugins/CustomVariables/lang/fr.json')
-rw-r--r--plugins/CustomVariables/lang/fr.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/CustomVariables/lang/fr.json b/plugins/CustomVariables/lang/fr.json
new file mode 100644
index 0000000000..14adb2edb2
--- /dev/null
+++ b/plugins/CustomVariables/lang/fr.json
@@ -0,0 +1,11 @@
+{
+ "CustomVariables": {
+ "ColumnCustomVariableName": "Nom de la variable personnalisée",
+ "ColumnCustomVariableValue": "Valeur de la variable personnalisée",
+ "CustomVariables": "Variables personnalisées",
+ "CustomVariablesReportDocumentation": "Ce rapport contient des informations à propos de vos Variables Personnalisées. Cliquez sur un nom de variable pour voir la répartition de la valeur. %s Pour plus d'informations à propos des variables personnalisées en général, lisez la %s documentation sur les variables personnalisées sur piwik.org%s",
+ "PluginDescription": "Les variables personnalisées sont des paires de nom\/valeur que vous pouvez définir pour une visite en utilisant la fonction de l'API Javascript setVisitCustomVariables(). Piwik vous rapportera alors combien de visites, pages, conversions il y a pour chacun de ces noms et valeurs personnalisés",
+ "ScopePage": "Étendue page",
+ "ScopeVisit": "Étendue visite"
+ }
+} \ No newline at end of file