aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/fr/sub.php')
-rw-r--r--app/i18n/fr/sub.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php
new file mode 100644
index 000000000..6ef4002a6
--- /dev/null
+++ b/app/i18n/fr/sub.php
@@ -0,0 +1,10 @@
+<?php
+
+return array(
+ 'categories' => array(
+ 'over_max' => 'Vous avez atteint votre limite de catégories (%d)',
+ ),
+ 'feeds' => array(
+ 'over_max' => 'Vous avez atteint votre limite de flux (%d)',
+ ),
+);