Skip to content

Commit

Permalink
Add english translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mespeche committed May 27, 2014
1 parent e43926b commit 0dd3810
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion I18n/en_US.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,29 @@
'Enter here the keyword name in the default language (%title)' => 'Enter here the keyword name in the default language (%title)',
'Create a new keyword' => 'Create a new keyword',
'Delete keyword' => 'Delete keyword',
'Do you really want to delete this keyword and all its associations ?' => 'Do you really want to delete this keyword and all its associations ?'
'Do you really want to delete this keyword and all its associations ?' => 'Do you really want to delete this keyword and all its associations ?',

'Edit keyword group' => 'Edit keyword group',
'Keyword Groups' => 'Keyword Groups',
'Add a new keyword group' => 'Add a new keyword group',
'Browse this keyword group' => 'Browse this keyword group',
'Edit this keyword group' => 'Edit this keyword group',
'Delete this keyword group' => 'Delete this keyword group',
'There is no keywords group. To create a new one, click the + button above.' => 'There is no keywords group. To create a new one, click the + button above.',
'There is no keywords group.' => 'There is no keywords group.',
'Enter here the keyword group name in the default language (%title)' => 'Enter here the keyword group name in the default language (%title)',
'Enter here the unique identifier of the keyword group which must be use into your loops' => 'Enter here the unique identifier of the keyword group which must be use into your loops',
'Create a new keyword group' => 'Create a new keyword group',
'Delete keyword group' => 'Delete keyword group',
'Do you really want to delete this keyword group and all its associations ?' => 'Do you really want to delete this keyword group and all its associations ?',
'You must first configure keywords to use them.' => 'You must first configure keywords to use them.',
'Enter new keyword group position' => 'Enter new keyword group position',
'Edit keyword group %title' => 'Edit keyword group : <span class="label label-info">%title</span>',
'Edit previous keyword group' => 'Edit previous keyword group',
'Edit next keyword group' => 'Edit next keyword group',
'Keyword group created on %date_create. Last modification: %date_change' => 'Keyword group created on %date_create. Last modification: %date_change',
'View keyword group associations' => 'View keyword group associations',
'View keyword group "%title" associations' => 'View keyword group associations : <span class="label label-info">%title</span>',
'View previous keyword group' => 'View previous keyword group',
'View next keyword group' => 'View next keyword group'
);

0 comments on commit 0dd3810

Please sign in to comment.