summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-12 01:01:27 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-12 01:01:27 -0400
commitc77a6705d34c81cb933f3d4b83eb18e2b586035a (patch)
tree00bb79578848d16811294275056cbe2a234392c0
parent35dc94918c2dbea09aefd57058344a8d7ab24c9f (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
-rw-r--r--l10n/fr.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 2fbec190d..9edf3326f 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"Saved" : "Sauvegardé",
"Download" : "Télécharger",
"Close" : "Fermer",
+ "Ajax or webcron cron mode detected! Your feeds will not be updated correctly. It is recommended to either use the operating system cron or a custom updater." : "Cron ajax ou webcron détecté ! Vos flux ne seront pas correctement mis à jour. Il est recommandé d'utiliser le cron du système d'exploitation ou un outil de mise à jour personnalisé.",
"How to set up the operating system cron" : "Comment configurer le cron du système d'exploitation",
"How to set up a custom updater (faster and no possible deadlock) " : "Comment configurer un outil de mise à jour personnalisé (plus rapide et sans interblocage possible)",
"Subscribe" : "S'abonner",
diff --git a/l10n/fr.json b/l10n/fr.json
index 4ef8e8cac..017d1d784 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -33,6 +33,7 @@
"Saved" : "Sauvegardé",
"Download" : "Télécharger",
"Close" : "Fermer",
+ "Ajax or webcron cron mode detected! Your feeds will not be updated correctly. It is recommended to either use the operating system cron or a custom updater." : "Cron ajax ou webcron détecté ! Vos flux ne seront pas correctement mis à jour. Il est recommandé d'utiliser le cron du système d'exploitation ou un outil de mise à jour personnalisé.",
"How to set up the operating system cron" : "Comment configurer le cron du système d'exploitation",
"How to set up a custom updater (faster and no possible deadlock) " : "Comment configurer un outil de mise à jour personnalisé (plus rapide et sans interblocage possible)",
"Subscribe" : "S'abonner",
diff --git a/l10n/fr.php b/l10n/fr.php
index 672420e47..57c26c75e 100644
--- a/l10n/fr.php
+++ b/l10n/fr.php
@@ -34,6 +34,7 @@ $TRANSLATIONS = array(
"Saved" => "Sauvegardé",
"Download" => "Télécharger",
"Close" => "Fermer",
+"Ajax or webcron cron mode detected! Your feeds will not be updated correctly. It is recommended to either use the operating system cron or a custom updater." => "Cron ajax ou webcron détecté ! Vos flux ne seront pas correctement mis à jour. Il est recommandé d'utiliser le cron du système d'exploitation ou un outil de mise à jour personnalisé.",
"How to set up the operating system cron" => "Comment configurer le cron du système d'exploitation",
"How to set up a custom updater (faster and no possible deadlock) " => "Comment configurer un outil de mise à jour personnalisé (plus rapide et sans interblocage possible)",
"Subscribe" => "S'abonner",