aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-20 12:52:18 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-20 12:52:18 +0200
commitae84e877c5fdda2b1a29ab0bb6c2469258fcc9a5 (patch)
tree51ee33bf0f850cbf959df839d7871707d34ff6cb /app/i18n/en.php
parent61a2f9387f2d7f681040c1641c7601fa3002c8f8 (diff)
Fix some i18n keys
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index b24af38c1..2792ad7a2 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -18,7 +18,7 @@
'admin.check_install.ctype.nok' => 'You lack a required library for character type checking (php-ctype).',
'admin.check_install.ctype.ok' => 'You have the required library for character type checking (ctype).',
'admin.check_install.curl.nok' => 'You lack cURL (php5-curl package).',
- 'admin.check_install.curl.ok' => 'You have version %s of cURL.',
+ 'admin.check_install.curl.ok' => 'You have cURL extension.',
'admin.check_install.data.nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
'admin.check_install.data.ok' => 'Permissions on data directory are good.',
'admin.check_install.database' => 'Database installation',
@@ -32,7 +32,7 @@
'admin.check_install.feeds.ok' => 'Feed table is ok.',
'admin.check_install.files' => 'File installation',
'admin.check_install.json.nok' => 'You lack JSON (php5-json package).',
- 'admin.check_install.json.ok' => 'You have version %s of JSON.',
+ 'admin.check_install.json.ok' => 'You have JSON extension.',
'admin.check_install.logs.nok' => 'Check permissions on <em>./data/logs</em> directory. HTTP server must have rights to write into',
'admin.check_install.logs.ok' => 'Permissions on logs directory are good.',
'admin.check_install.minz.nok' => 'You lack the Minz framework.',
@@ -55,7 +55,7 @@
'admin.check_install.tokens.nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into',
'admin.check_install.tokens.ok' => 'Permissions on tokens directory are good.',
'admin.check_install.zip.nok' => 'You lack ZIP extension (php5-zip package).',
- 'admin.check_install.zip.ok' => 'You have version %s of ZIP extension.',
+ 'admin.check_install.zip.ok' => 'You have ZIP extension.',
'admin.users.articles_and_size' => '%s articles (%s)',
'administration' => 'Manage',
'advanced' => 'Advanced',