Skip to content

Commit 49c79f3

Browse files
committed
Start with text message IDs
1 parent 444968f commit 49c79f3

File tree

8 files changed

+266
-290
lines changed

8 files changed

+266
-290
lines changed

locales/en/LC_MESSAGES/oidc.po

Lines changed: 72 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,219 +1,194 @@
1-
msgid "{oidc:add_client}"
1+
msgid "Add client"
22
msgstr "Add client"
33

4-
msgid "{oidc:search}"
4+
msgid "Search"
55
msgstr "Search"
66

7-
msgid "{oidc:no_clients}"
7+
msgid "No clients"
88
msgstr "No clients"
99

10-
msgid "{oidc:client_list}"
10+
msgid "Client list"
1111
msgstr "Client list"
1212

13-
msgid "{oidc:client:name}"
13+
msgid "Name"
1414
msgstr "Name"
1515

16-
msgid "{oidc:client:description}"
16+
msgid "Description"
1717
msgstr "Description"
1818

19-
msgid "{oidc:client:identifier}"
19+
msgid "Client ID"
2020
msgstr "Client ID"
2121

22-
msgid "{oidc:client:secret}"
22+
msgid "Client secret"
2323
msgstr "Client secret"
2424

25-
msgid "{oidc:client:auth_source}"
25+
msgid "Authentication source"
2626
msgstr "Authentication source"
2727

28-
msgid "{oidc:client:redirect_uri}"
28+
msgid "Redirect URI"
2929
msgstr "Redirect URIs"
3030

31-
msgid "{oidc:client:scopes}"
31+
msgid "Scopes"
3232
msgstr "Scopes"
3333

34-
msgid "{oidc:client:owner}"
34+
msgid "Owner"
3535
msgstr "Owner"
3636

37-
msgid "{oidc:submit}"
37+
msgid "Submit"
3838
msgstr "Submit"
3939

40-
msgid "{oidc:create}"
40+
msgid "Create"
4141
msgstr "Create"
4242

43-
msgid "{oidc:save}"
43+
msgid "Save"
4444
msgstr "Save"
4545

46-
msgid "{oidc:return}"
46+
msgid "Return"
4747
msgstr "Return"
4848

49-
msgid "{oidc:install}"
49+
msgid "Install"
5050
msgstr "Install"
5151

52-
msgid "{oidc:copy}"
52+
msgid "Copy code"
5353
msgstr "Copy code"
5454

55-
msgid "{oidc:copied}"
55+
msgid "Copied!"
5656
msgstr "Copied!"
5757

58-
msgid "{oidc:confirm}"
58+
msgid "Confirm"
5959
msgstr "Confirm"
6060

61-
msgid "{oidc:client:delete}"
61+
msgid "Delete OpenID Connect Client"
6262
msgstr "Delete OpenID Connect Client"
6363

64-
msgid "{oidc:client:confirm_delete}"
64+
msgid "Please, confirm than you want to delete this client. This action cannot be undone."
6565
msgstr "Please, confirm than you want to delete this client. This action cannot be undone."
6666

67-
msgid "{oidc:edit}"
67+
msgid "Edit"
6868
msgstr "Edit"
6969

70-
msgid "{oidc:delete}"
70+
msgid "Delete"
7171
msgstr "Delete"
7272

73-
msgid "{oidc:client:added}"
73+
msgid "The client was added successfully."
7474
msgstr "The client was added successfully."
7575

76-
msgid "{oidc:client:removed}"
76+
msgid "The client was removed successfully."
7777
msgstr "The client was removed successfully."
7878

79-
msgid "{oidc:client:updated}"
79+
msgid "The client was updated successfully."
8080
msgstr "The client was updated successfully."
8181

82-
msgid "{oidc:client:redirect_uri_help}"
83-
msgstr ""
84-
"Allowed redirect URIs to which the authorization response will be sent. Must be a valid URI, one per line. "
85-
"Example: https://example.org/foo?bar=1"
86-
""
82+
msgid "Allowed redirect URIs to which the authorization response will be sent. Must be a valid URI, one per line. Example: https://example.org/foo?bar=1"
83+
msgstr "Allowed redirect URIs to which the authorization response will be sent. Must be a valid URI, one per line. Example: https://example.org/foo?bar=1"
8784

88-
msgid "{oidc:client:auth_source_help}"
89-
msgstr ""
90-
"Authentication source for this particular client. "
91-
"If no authentication source is selected, the default one from configuration file will be used."
92-
""
85+
msgid "Authentication source for this particular client. If no authentication source is selected, the default one from configuration file will be used."
86+
msgstr "Authentication source for this particular client. If no authentication source is selected, the default one from configuration file will be used."
9387

94-
msgid "{oidc:client:name_not_empty}"
88+
msgid "Please, enter a name."
9589
msgstr "Please, enter a name."
9690

97-
msgid "{oidc:client:redirect_uri_not_empty}"
91+
msgid "Please, enter an URI at least."
9892
msgstr "Please, enter an URI at least."
9993

100-
msgid "{oidc:client:redirect_uri_not_valid}"
94+
msgid "Some of the redirect URIs are not valid."
10195
msgstr "Some of the redirect URIs are not valid."
10296

103-
msgid "{oidc:client:auth_source_not_empty}"
97+
msgid "Please, select an Auth Source."
10498
msgstr "Please, select an Auth Source."
10599

106-
msgid "{oidc:client:scopes_not_empty}"
100+
msgid "Please, select a scope at least."
107101
msgstr "Please, select a scope at least."
108102

109-
msgid "{oidc:client:reset_secret}"
103+
msgid "Reset secret"
110104
msgstr "Reset secret"
111105

112-
msgid "{oidc:client:reset_secret_warning}"
106+
msgid "This action will change your client secret and it can not be undone."
113107
msgstr "This action will change your client secret and it can not be undone."
114108

115-
msgid "{oidc:client:secret_updated}"
109+
msgid "The client secret was updated successfully."
116110
msgstr "The client secret was updated successfully."
117111

118-
msgid "{oidc:install:oauth2}"
112+
msgid "Check if you want to migrate data from legacy oauth2 module"
119113
msgstr "Check if you want to migrate data from legacy oauth2 module"
120114

121-
msgid "{oidc:install:description}"
115+
msgid "This wizard will help you create the database and migrate information if necessary."
122116
msgstr "This wizard will help you create the database and migrate information if necessary."
123117

124-
msgid "{oidc:install:finished}"
118+
msgid "The database has been created."
125119
msgstr "The database has been created."
126120

127-
msgid "{oidc:import:finished}"
121+
msgid "Old oauth2 module clients has been imported."
128122
msgstr "Old oauth2 module clients has been imported."
129123

130-
msgid "{oidc:client:is_enabled}"
124+
msgid "Activated"
131125
msgstr "Activated"
132126

133-
msgid "{oidc:client:deactivated}"
127+
msgid "Deactivated"
134128
msgstr "Deactivated"
135129

136-
msgid "{oidc:title}"
130+
msgid "OpenID Connect Client Registry"
137131
msgstr "OpenID Connect Client Registry"
138132

139-
msgid "{oidc:client:confidential}"
133+
msgid "Confidential"
140134
msgstr "Confidential"
141135

142-
msgid "{oidc:client:confidential_help}"
143-
msgstr ""
144-
"Choose if client is confidential or public. Confidential clients are capable of maintaining the confidentiality "
145-
"of their credentials (e.g., client implemented on a secure server with restricted access to the client credentials), "
146-
"or capable of secure client authentication using other means. Public clients are incapable of maintaining the "
147-
"confidentiality of their credentials (e.g., clients executing on the device used by the resource owner, such as an "
148-
"installed native application or a web browser-based application), and incapable of secure client authentication via "
149-
"any other means. "
150-
""
151-
152-
msgid "{oidc:client:public}"
136+
msgid "Choose if client is confidential or public. Confidential clients are capable of maintaining the confidentiality of their credentials (e.g., client implemented on a secure server with restricted access to the client credentials), or capable of secure client authentication using other means. Public clients are incapable of maintaining the confidentiality of their credentials (e.g., clients executing on the device used by the resource owner, such as an installed native application or a web browser-based application), and incapable of secure client authentication via any other means."
137+
msgstr "Choose if client is confidential or public. Confidential clients are capable of maintaining the confidentiality of their credentials (e.g., client implemented on a secure server with restricted access to the client credentials), or capable of secure client authentication using other means. Public clients are incapable of maintaining the confidentiality of their credentials (e.g., clients executing on the device used by the resource owner, such as an installed native application or a web browser-based application), and incapable of secure client authentication via any other means."
138+
139+
msgid "Public"
153140
msgstr "Public"
154141

155-
msgid "{oidc:client:type}"
142+
msgid "Type"
156143
msgstr "Type"
157144

158-
msgid "{oidc:client:client}"
145+
msgid "Client"
159146
msgstr "Client"
160147

161-
msgid "{oidc:client:state}"
148+
msgid "State"
162149
msgstr "State"
163150

164-
msgid "{oidc:client:csrf_error}"
151+
msgid "Your session has expired. Please return to the home page and try again."
165152
msgstr "Your session has expired. Please return to the home page and try again."
166153

167-
msgid "{oidc:client:allowed_origin}"
154+
msgid "Allowed origins for public clients"
168155
msgstr "Allowed origins for public clients"
169156

170-
msgid "{oidc:client:allowed_origin_help}"
171-
msgstr ""
172-
"URLs as allowed origins for CORS requests, for public clients running in browser. Must have http:// or https:// "
173-
"scheme, and at least one 'domain.top-level-domain' pair, or more subdomains. Top-level-domain may end with '.'. "
174-
"No userinfo, path, query or fragment components allowed. May end with port number. One per line. Example: "
175-
"https://example.org"
176-
""
157+
msgid "URLs as allowed origins for CORS requests, for public clients running in browser. Must have http:// or https:// scheme, and at least one 'domain.top-level-domain' pair, or more subdomains. Top-level-domain may end with '.'. No userinfo, path, query or fragment components allowed. May end with port number. One per line. Example: https://example.org"
158+
msgstr "URLs as allowed origins for CORS requests, for public clients running in browser. Must have http:// or https:// scheme, and at least one 'domain.top-level-domain' pair, or more subdomains. Top-level-domain may end with '.'. No userinfo, path, query or fragment components allowed. May end with port number. One per line. Example: https://example.org"
177159

178-
msgid "{oidc:client:allowed_origin_not_valid}"
160+
msgid "Some of the allowed origins are not valid."
179161
msgstr "Some of the allowed origins are not valid."
180162

181-
msgid "{oidc:client:post_logout_redirect_uri}"
163+
msgid "Post-logout redirect URIs"
182164
msgstr "Post-logout redirect URIs"
183165

184-
msgid "{oidc:client:post_logout_redirect_uri_help}"
185-
msgstr ""
186-
"Allowed redirect URIs to use after client initiated logout. Must be a valid URI, one per line. "
187-
"Example: https://example.org/foo?bar=1"
188-
""
166+
msgid "Allowed redirect URIs to use after client initiated logout. Must be a valid URI, one per line. Example: https://example.org/foo?bar=1"
167+
msgstr "Allowed redirect URIs to use after client initiated logout. Must be a valid URI, one per line. Example: https://example.org/foo?bar=1"
189168

190-
msgid "{oidc:client:post_logout_redirect_uri_not_valid}"
169+
msgid "Some of the post-logout redirect URIs are not valid."
191170
msgstr "Some of the post-logout redirect URIs are not valid."
192171

193-
msgid "{oidc:client:backchannel_logout_uri}"
172+
msgid "Back-Channel Logout URI"
194173
msgstr "Back-Channel Logout URI"
195174

196-
msgid "{oidc:client:backchannel_logout_uri_help}"
197-
msgstr ""
198-
"Enter if client supports Back-Channel Logout specification. When logout is initiated at the OpenID Provider, it will "
199-
"send a Logout Token to this URI in order to notify the client about that event. Must be a valid URI. "
200-
"Example: https://example.org/foo?bar=1"
201-
""
175+
msgid "Enter if client supports Back-Channel Logout specification. When logout is initiated at the OpenID Provider, it will send a Logout Token to this URI in order to notify the client about that event. Must be a valid URI. Example: https://example.org/foo?bar=1"
176+
msgstr "Enter if client supports Back-Channel Logout specification. When logout is initiated at the OpenID Provider, it will send a Logout Token to this URI in order to notify the client about that event. Must be a valid URI. Example: https://example.org/foo?bar=1"
202177

203-
msgid "{oidc:client:backchannel_logout_uri_not_valid}"
178+
msgid "Back-Channel Logout URI is not valid."
204179
msgstr "Back-Channel Logout URI is not valid."
205180

206-
msgid "{oidc:logout:page_title_success}"
181+
msgid "Logout Successful"
207182
msgstr "Logout Successful"
208183

209-
msgid "{oidc:logout:page_title_fail}"
184+
msgid "Logout Failed"
210185
msgstr "Logout Failed"
211186

212-
msgid "{oidc:logout:info_title}"
187+
msgid "Info"
213188
msgstr "Info"
214189

215-
msgid "{oidc:logout:info_message_success}"
190+
msgid "You can now close this window or navigate to another page."
216191
msgstr "You can now close this window or navigate to another page."
217192

218-
msgid "{oidc:logout:info_message_fail}"
193+
msgid "Requested session was not found or it is expired."
219194
msgstr "Requested session was not found or it is expired."

0 commit comments

Comments
 (0)