diff --git a/config/locale/app.pot b/config/locale/app.pot index cf27ea9..365c2a6 100644 --- a/config/locale/app.pot +++ b/config/locale/app.pot @@ -3218,3 +3218,34 @@ msgid "If you have questions pertaining to this action, please visit the My Dashboard page in %{tool_name}" msgstr "" + +msgid "Schools/Departments" +msgstr "" + +msgid "Create school/department" +msgstr "" + +msgid "School or Department" +msgstr "" + +msgid "Abbreviated Name or Code" +msgstr "" + +msgid "Create a School/Department" +msgstr "" + +msgid "Edit the School/Department" +msgstr "" + +msgid "View all departments" +msgstr "" + +msgid "Add the name of a school/department." +msgstr "" + +msgid "Add the abbreviated name or code for the school/department." +msgstr "" + +msgid "department" +msgstr "" + diff --git a/config/locale/en_GB/app.po b/config/locale/en_GB/app.po index aa66cc1..521d14b 100644 --- a/config/locale/en_GB/app.po +++ b/config/locale/en_GB/app.po @@ -3198,4 +3198,34 @@ msgstr "" msgid "If you have questions pertaining to this action, please visit the My Dashboard page in %{tool_name}" +msgstr "" + +msgid "Schools/Departments" +msgstr "" + +msgid "Create school/department" +msgstr "" + +msgid "School or Department" +msgstr "" + +msgid "Abbreviated Name or Code" +msgstr "" + +msgid "Create a School/Department" +msgstr "" + +msgid "Edit the School/Department" +msgstr "" + +msgid "View all departments" +msgstr "" + +msgid "Add the name of a school/department." +msgstr "" + +msgid "Add the abbreviated name or code for the school/department." +msgstr "" + +msgid "department" msgstr "" \ No newline at end of file diff --git a/config/locale/fr_FR/app.po b/config/locale/fr_FR/app.po index 47c7119..eb8e44f 100644 --- a/config/locale/fr_FR/app.po +++ b/config/locale/fr_FR/app.po @@ -3182,4 +3182,34 @@ msgstr "aide pour les administrateurs" msgid "If you have questions pertaining to this action, please visit the My Dashboard page in %{tool_name}" -msgstr "Si vous avez des questions concernant cette action, visitez le Tableau de Bord de %{tool_name}" \ No newline at end of file +msgstr "Si vous avez des questions concernant cette action, visitez le Tableau de Bord de %{tool_name}" + +msgid "Schools/Departments" +msgstr "Ecoles/Départements" + +msgid "Create school/department" +msgstr "Créer école/département" + +msgid "School or Department" +msgstr "Ecole ou Département" + +msgid "Abbreviated Name or Code" +msgstr "Nom abbrégé ou Code" + +msgid "Create a School/Department" +msgstr "Créer une Ecole/Département" + +msgid "Edit the School/Department" +msgstr "Modifier l'Ecole/Département" + +msgid "View all departments" +msgstr "Voir tous les départements" + +msgid "Add the name of a school/department." +msgstr "Ajoutez le nom d'une école ou département" + +msgid "Add the abbreviated name or code for the school/department." +msgstr "Ajoutez le nom abbrégé ou le code de l'école ou du département." + +msgid "department" +msgstr "département" \ No newline at end of file diff --git a/lib/dmpopidor/controllers/application.rb b/lib/dmpopidor/controllers/application.rb index a7bed09..4571826 100644 --- a/lib/dmpopidor/controllers/application.rb +++ b/lib/dmpopidor/controllers/application.rb @@ -15,6 +15,7 @@ Org: _("organisation"), Perm: _("permission"), Pref: _("preferences"), + Department: _("department"), User: obj == current_user ? _("profile") : _("user") } if obj.respond_to?(:customization_of) && obj.send(:customization_of).present?