Commit 640e6dbe61ac0576d4f7797878b421df60f1daec
1 parent
9e462a97
Exists in
master
and in
28 other branches
ActionItem630: added events to unifeire terminology
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2433 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/unifreire_terminology.rb
@@ -26,6 +26,7 @@ class UnifreireTerminology < Noosfero::Terminology::Custom | @@ -26,6 +26,7 @@ class UnifreireTerminology < Noosfero::Terminology::Custom | ||
26 | 'Favorite Enterprises' => N_('Favorite Institutions'), | 26 | 'Favorite Enterprises' => N_('Favorite Institutions'), |
27 | 'Enterprises in "%s"' => N_('Institutions in "%s"'), | 27 | 'Enterprises in "%s"' => N_('Institutions in "%s"'), |
28 | 'Register a new Enterprise' => N_('Register a new Institution'), | 28 | 'Register a new Enterprise' => N_('Register a new Institution'), |
29 | + 'Events' => N_('Schedule'), | ||
29 | }) | 30 | }) |
30 | end | 31 | end |
31 | 32 |