tkh_authentication 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.0.10
6
+
7
+ * Added the German translation strings.
8
+
9
+
5
10
  ## 0.0.9
6
11
 
7
12
  * Administrator can enable other users do become admins or remove their privileges
@@ -1,80 +1,37 @@
1
1
  de:
2
2
 
3
- activerecord:
3
+ activerecord:
4
4
  attributes:
5
5
  user:
6
- first_name: "first name"
7
- last_name: "last name"
8
- email: "email"
9
- password: 'password'
10
- password_confirmation: 'password confirmation'
6
+ first_name: "Vorname"
7
+ last_name: "Nachname"
8
+ email: "Email"
9
+ password: 'Passwort'
10
+ password_confirmation: 'Passwort bestätigen'
11
11
 
12
12
  authentication:
13
- admin_disabled_confirmation: 'you have stripped this user of the administrator privileges'
14
- admin_enabled_confirmation: 'you have empowered this user to be an administrator'
15
- create_account: 'create your account'
16
- disable_admin: 'disable'
17
- enable_admin: 'enable'
18
- forgot_password: "forgot your password?"
19
- login_confirmation: "You have been logged in!"
20
- login_now: "log in"
21
- logout: "log out"
22
- logout_confirmation: "You have been logged out!"
23
- name: 'name'
24
- not_registered: "you don't have an account yet?"
25
- password_reset_confirmation: "Your password has been successfully reset!"
26
- password_reset_email_subject: "Password reset"
27
- reset_instructions: "To reset your password, click or visit this link: %{reset_url} \n\nIf you did not request your password to be reset, please ignore this email. Your password will stay as it is."
28
- reset_password_email_sent_confirmation: "We have emailed you a link to reset your password."
29
- reset_your_password: "Reset Password"
30
- signup_confirmation: "Your account has been created and you have been logged in!"
31
- update_password: "Update Password"
13
+ admin_disabled_confirmation: 'du hast diesem Nutzer die Administrator-Rechte entzogen'
14
+ admin_enabled_confirmation: 'Du hast diesem Nutzer Administrator-Rechte gegeben'
15
+ create_account: 'erstelle ein Mitgliedskonto'
16
+ disable_admin: 'löschen'
17
+ enable_admin: 'erstellen'
18
+ forgot_password: "Passwort vergessen?"
19
+ login_confirmation: "Du bist eingelogged!"
20
+ login_now: "einloggen"
21
+ logout: "abmelden"
22
+ logout_confirmation: "Du hast dich abgemeldet!"
23
+ name: 'Name'
24
+ not_registered: "Hast Du schon ein Mitgliedskonto?"
25
+ password_reset_confirmation: "Dein Passwort wurde erfolgreich zurückgesetzt!"
26
+ password_reset_email_subject: "Passwort zurücksetzen"
27
+ reset_instructions: "Um das Passwort zurückzusetzen, klicke auf folgenden Link: %{reset_url} \n\nIf hast Du das Zurücksetzen des Passworts nicht angefordert, dann ignoriere bitte diese Email. Dein Passwort bleibt unverändert."
28
+ reset_password_email_sent_confirmation: "Wir haben Dir einen Link zum Zurücksetzen Deines Passworts geschickt."
29
+ reset_your_password: "Passwort zurücksetzen"
30
+ signup_confirmation: "Dein Mitgliedskonto wurde erstellt und Du bist eingeloggt!"
31
+ update_password: "Aktualisiere Dein Passwort"
32
32
  warning:
33
- email_or_password_invalid: "Email or password is invalid"
34
- login_needed: "You must be logged in to access this page. You have been redirected to the login form."
35
- no_such_email: "We do not have any accounts with the email you have provided."
36
- password_reset_expired: "Password reset has expired. There was a 24 hours grace period"
37
- restricted_access: "This section is reserved to the site's administrators. Contact the site owner if you would like access to be granted to you."
38
-
39
-
40
- # leaving these until I have used up all the ones I need.
41
- access_control:
42
- already_signed_up_message: "You already have a La Source account. Please login to your existing account."
43
- email_hint: This address will be used as your login id
44
- email_must_be_valid: Please enter a valid email address before submitting
45
-
46
-
47
- have_an_account: 'have an account?'
48
- hello: hello
49
- hello_name: "Hi %{name},"
50
- invalid_email_or_password: "Invalid email or password. Please double check your data, modify it, and resubmit the form"
51
- login: "log in"
52
-
53
-
54
- login_now_in_text: log in here
55
-
56
-
57
- my_profile: 'my profile'
58
- new_password: New Password
59
- new_password_confirmation: New Password confirmation
60
-
61
- not_authorized_alert: "You are not authorized to access this page. You have been redirected to the home page."
62
-
63
- or: "or"
64
- password: password
65
- password_confirmation: password confirmation
66
-
67
-
68
- password_must_match_confirmation: 'the password and the password confirmation must match'
69
- password_on_its_way: "A new password has been generated. It will be emailed within 24 hours to %{email_address}."
70
- password_reset: Password reset
71
- phone_entry_request: "If enrolling in a course, we would appreciate at least one phone number."
72
- please_log_in: Please log in to see your personal information.
73
- remember_me: "stay logged in"
74
-
75
-
76
- signup: "create an account"
77
-
78
- signup_now: "create an account"
79
-
80
- valid_email_needed: 'Please enter a valid email address'
33
+ email_or_password_invalid: "Email oder Passwort ungültig"
34
+ login_needed: "Du must Dich einloggen um auf diese Seite zuzugreifen. Du wurdest zum Login umgeleitet."
35
+ no_such_email: "Es gibt kein Mitgliedskonto mit dieser Email-Adresse."
36
+ password_reset_expired: "Das Zurücksetzen des Passworts ist abgelaufen. Dies war für 24 Stunden möglich"
37
+ restricted_access: "Diese Sektion ist nur für Administratoren zugänglich. Kontaktiere den Inhaber der Webseite, wenn Du Administrator-Rechte erhalten möchtest."
@@ -1,3 +1,3 @@
1
1
  module TkhAuthentication
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-05 00:00:00.000000000 Z
12
+ date: 2012-09-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -172,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  segments:
174
174
  - 0
175
- hash: -3817198509977056142
175
+ hash: -3138688114575476488
176
176
  required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  none: false
178
178
  requirements:
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  version: '0'
182
182
  segments:
183
183
  - 0
184
- hash: -3817198509977056142
184
+ hash: -3138688114575476488
185
185
  requirements: []
186
186
  rubyforge_project:
187
187
  rubygems_version: 1.8.23