aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/sub.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-03 16:45:51 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-03 16:45:51 +0100
commitaa232d8fd52cf548c0b2e7d96e026e684eadda53 (patch)
tree3d9983c3d3260c8a62326cb756544b8b8464f165 /app/i18n/en/sub.php
parent82745a509a1284a9fe6a7f8d5d153eda953d9e11 (diff)
Update the i18n system.
Follow recommendations from https://github.com/FreshRSS/FreshRSS/issues/334
Diffstat (limited to 'app/i18n/en/sub.php')
-rw-r--r--app/i18n/en/sub.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
new file mode 100644
index 000000000..e64b6ca4b
--- /dev/null
+++ b/app/i18n/en/sub.php
@@ -0,0 +1,10 @@
+<?php
+
+return array(
+ 'categories' => array(
+ 'over_max' => 'You have reached your limit of categories (%d)',
+ ),
+ 'feeds' => array(
+ 'over_max' => 'You have reached your limit of feeds (%d)',
+ ),
+);