Skip to content

Commit

Permalink
Merge branch 'bdunnette-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 29, 2016
2 parents 55d7d6d + 96458df commit 37aed6e
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 18 deletions.
14 changes: 7 additions & 7 deletions client/app/js/translations.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/app/modules/users/services/user.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
key: 'firstName',
type: 'input',
templateOptions: {
label: gettextCatalog.getString('Last name'),
label: gettextCatalog.getString('First name'),
required: true
}
},
Expand Down
2 changes: 1 addition & 1 deletion client/app/modules/users/views/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section admin-header class="content-header"
title="{{ 'Users' | translate}}"
sub-title="{{ 'Manager your users here!' | translate}}">
sub-title="{{ 'Manage your users here!' | translate}}">
</section>
<section ui-view class="content"></section>
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ msgid "Manage your settings here!"
msgstr "Verwalte deine Einstellungen hier"

#: client/app/modules/users/views/main.html:2
msgid "Manager your users here!"
msgid "Manage your users here!"
msgstr "Verwalte deine Nutzer hier"

#: client/app/modules/core/views/elements/small-box.html:8
Expand Down
2 changes: 1 addition & 1 deletion po/es_MX.po
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ msgid "Manage your settings here!"
msgstr "¡Administre sus configuraciones aquí!"

#: client/app/modules/users/views/main.html:2
msgid "Manager your users here!"
msgid "Manage your users here!"
msgstr "¡Administre los usuarios aquí!"

#: client/app/modules/core/views/elements/small-box.html:8
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ msgid "Manage your settings here!"
msgstr "Gérez vos paramètres ici!"

#: client/app/modules/users/views/main.html:2
msgid "Manager your users here!"
msgid "Manage your users here!"
msgstr "Gérez vos utilisateurs ici!"

#: client/app/modules/core/views/elements/small-box.html:8
Expand Down
2 changes: 1 addition & 1 deletion po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ msgid "Manage your settings here!"
msgstr "Hier beheer je je instellingen"

#: client/app/modules/users/views/main.html:2
msgid "Manager your users here!"
msgid "Manage your users here!"
msgstr "Hier beheer je je gebruikers"

#: client/app/modules/core/views/elements/small-box.html:8
Expand Down
2 changes: 1 addition & 1 deletion po/pt-BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ msgid "Manage your settings here!"
msgstr "Administrar configurações do sistema!"

#: client/app/modules/users/views/main.html:2
msgid "Manager your users here!"
msgid "Manage your users here!"
msgstr "Administrar sua conta"

#: client/app/modules/core/views/elements/small-box.html:8
Expand Down
2 changes: 1 addition & 1 deletion po/ru_RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ msgid "Manage your settings here!"
msgstr "Диспетчер ваших настройек здесь!"

#: client/app/modules/users/views/main.html:2
msgid "Manager your users here!"
msgid "Manage your users here!"
msgstr "Диспетчер ваших пользователей здесь!"

#: client/app/modules/core/views/elements/small-box.html:8
Expand Down
7 changes: 5 additions & 2 deletions po/template.pot
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ msgstr ""
msgid "Files"
msgstr ""

#: client/app/modules/users/services/user.service.js:80
msgid "First name"
msgstr ""

#: client/app/modules/users/controllers/register.ctrl.js:26
msgid "First Name"
msgstr ""
Expand Down Expand Up @@ -383,7 +387,6 @@ msgstr ""
msgid "Key"
msgstr ""

#: client/app/modules/users/services/user.service.js:80
#: client/app/modules/users/services/user.service.js:88
msgid "Last name"
msgstr ""
Expand Down Expand Up @@ -425,7 +428,7 @@ msgid "Manage your settings here!"
msgstr ""

#: client/app/modules/users/views/main.html:3
msgid "Manager your users here!"
msgid "Manage your users here!"
msgstr ""

#: client/app/modules/core/views/elements/small-box.html:8
Expand Down
2 changes: 1 addition & 1 deletion po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ msgid "Manage your settings here!"
msgstr "在这里管理您的设置!"

#: client/app/modules/users/views/main.html:2
msgid "Manager your users here!"
msgid "Manage your users here!"
msgstr "在这里管理您的用户!"

#: client/app/modules/core/views/elements/small-box.html:8
Expand Down

0 comments on commit 37aed6e

Please sign in to comment.