summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-18 00:12:59 -0800
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-18 00:12:59 -0800
commita77441a7097df3f457fc999ba747f3a0f9b9f494 (patch)
tree04be51aa9917c17850deb6142c4459cdc9478778 /app/i18n
parentd0a7c1e0235106609ac754c5c6e6cb481a32a9a8 (diff)
parentff1803e61aea1fbec607cf11acebf4106f5bbdc9 (diff)
Merge pull request #279 from aledeg/issue256
Ajout d'un raccourci pour refermer un article.
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php1
-rw-r--r--app/i18n/fr.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index e5aec3bc1..fd312520f 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -119,6 +119,7 @@ return array (
'shift_for_first' => '+ <code>shift</code> to skip to the first article of page',
'next_page' => 'Skip to the next page',
'previous_page' => 'Skip to the previous page',
+ 'collapse_article' => 'Collapse current article',
'file_to_import' => 'File to import',
'import' => 'Import',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 8bffd5287..8223c1de5 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -119,6 +119,7 @@ return array (
'shift_for_first' => '+ <code>shift</code> pour passer au premier article de la page',
'next_page' => 'Passer à la page suivante',
'previous_page' => 'Passer à la page précédente',
+ 'collapse_article' => 'Refermer l\'article courant',
'file_to_import' => 'Fichier à importer',
'import' => 'Importer',