diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index c0029a9f..cc6e5799 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -40,7 +40,7 @@ class UsersController < ApplicationController end if User.no_users_yet? - @page_title = t('users.new_user_title') + @page_title = t('users.first_user_title') @heading = t('users.first_user_heading') @user = get_new_user elsif (@user && @user.is_admin?) || SITE_CONFIG['open_signups'] diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index a594db1a..2b9fbc5c 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -1,8 +1,8 @@ diff --git a/app/views/shared/_footer.m.erb b/app/views/shared/_footer.m.erb index 80273439..b8ac1fc7 100644 --- a/app/views/shared/_footer.m.erb +++ b/app/views/shared/_footer.m.erb @@ -1 +1 @@ - \ No newline at end of file + diff --git a/config/locales/cz.yml b/config/locales/cz.yml index c961a15b..1a5a5805 100755 --- a/config/locales/cz.yml +++ b/config/locales/cz.yml @@ -106,7 +106,6 @@ cz: errors_with_fields: "Nastaly potíže s následujícími polí?ky:" first: První forth: "?tvrtý" - forum: Fórum fourth: "?tvrtý" go_back: Zp?t last: Poslední diff --git a/config/locales/de.yml b/config/locales/de.yml index 7cf448f6..1810347c 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -105,7 +105,6 @@ de: errors_with_fields: "Mit folgenden Feldern sind Probleme aufgetreten:" first: Erste forth: Vierte - forum: Forum fourth: Vierte go_back: Zurück last: Letzte diff --git a/config/locales/en.yml b/config/locales/en.yml index b8d42297..72b15e2b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -110,7 +110,6 @@ en: second: Second month: month server_error: An error occurred on the server. - forum: Forum notes: Notes review: Review last: Last @@ -150,6 +149,7 @@ en: weeks: weeks wiki: Wiki email: Email + mailing_list: Mailing List search: Search ajaxError: There was an error retrieving from server days_midsentence: @@ -838,7 +838,8 @@ en: label_auth_type: Authentication type new_password_label: New password you_have_to_reset_your_password: "You have to reset your password" - new_user_title: TRACKS::Sign up as the admin user + first_user_title: TRACKS::Sign up as the admin user + new_user_title: TRACKS::Sign up destroy_user: Destroy user total_users_count: You have a total of %{count} users destroy_confirmation: "Warning: this will delete user '%{login}', all their actions, contexts, project and notes. Are you sure that you want to continue?" diff --git a/config/locales/es.yml b/config/locales/es.yml index 81768727..837b07bb 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -105,7 +105,6 @@ es: errors_with_fields: "Ha habido problemas con los siguientes campos:" first: Primero forth: Siguiente - forum: Foro fourth: Cuarto go_back: "Volver atrás" last: Último diff --git a/config/locales/fr.yml b/config/locales/fr.yml index d55a21b8..10d14f8b 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -106,7 +106,6 @@ fr: errors_with_fields: "Il y a des problème avec les champs suivants :" first: Premier forth: FORTH - forum: Forum fourth: Quatrième go_back: Retour last: Dernier diff --git a/config/locales/he.yml b/config/locales/he.yml index 42e23293..09309e63 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -102,7 +102,6 @@ he: errors_with_fields: "?????? ????? ?????????" first: "?????" forth: "?????" - forum: "?????" fourth: "?????" go_back: "????" last: "?????" diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 796a8b22..0afc3698 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -106,7 +106,6 @@ nl: errors_with_fields: "Er waren problemen met de volgende velden" first: Eerste forth: Vierde - forum: Forum fourth: Vierde go_back: "Ga terug" last: Laatste