-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmessages.json
38 lines (38 loc) · 948 Bytes
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"extName": {
"message": "Wordpress Style Editor"
},
"extDesc": {
"message": "Save CSS changes made in developer tools, directly to the Wordpress stylesheet."
},
"popupTitle": {
"message": "Wordpress Theme:"
},
"saveButton": {
"message": "Save style.css changes"
},
"autoSave": {
"message": "Automatically save all changes"
},
"saving": {
"message": "Saving"
},
"error": {
"message": "Error"
},
"saved": {
"message": "Changes saved!"
},
"noChanges": {
"message": "No new changes to save."
},
"loginMessage": {
"message": "You must be logged into Wordpress as admin. <a target='_blank' href='#'>Login</a> and try again."
},
"nonceError": {
"message": "Failed to acquire Wordpress nonce."
},
"httpError": {
"message": "Request failed. HTTP status code:"
}
}