-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscreenful-loc-en.js
97 lines (97 loc) · 3.75 KB
/
screenful-loc-en.js
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Screenful.Loc={
ready: "Ready.",
find: "Find",
reload: "Reload",
cancel: "Cancel",
more: "More",
new: "New",
edit: "Edit",
save: "Save",
delete: "Delete",
listing: "Getting list...",
listingFailed: "Failed to get list.",
reading: "Getting item...",
readingFailed: "No such item.",
saving: "Saving...",
savingFailed: "Failed to save.",
deleting: "Deleting...",
deletingFailed: "Failed to delete.",
deleteConfirm: "Careful now! Are you sure?",
username: "E-mail address",
password: "Password",
login: "Log in",
loginError: "Incorrect e-mail address or password.",
logout: "Log out",
anonymous: "anonymous user",
home: "Home",
title: "Title",
titleEmpty: "The title should not be empty.",
url: "URL",
urlEmpty: "The URL should not be empty.",
urlShort: "The URL should be at least three characters long.",
urlInvalid: "The URL should not contain characters other than a-z, A-Z, 0-9 and hyphens.",
urlTaken: "This URL is already taken.",
template: "Template",
create: "Create",
finished: "Finished",
changePwd: "Change your password",
signup: "Get an account",
forgotPwd: "Forgot your password?",
signupEmail: "To get an account send an e-mail to",
newPassword: "New password",
change: "Change",
passwordChanged: "Your password has been changed.",
passwordEmpty: "The password should not be empty.",
passwordShort: "The password should be at least six characters long.",
passwordWhitespace: "The password should not begin or end with a space.",
ok: "OK",
currentUrl: "Current URL",
newUrl: "New URL",
upload: "Upload",
uploadPurge: "Purge before upload",
uploadFail: "The upload has failed.",
uploadSuccess: "The upload has succeeded.",
history: "History",
version: "Version",
clone: "Clone",
sourceCode: "Source code",
invalidSourceCode: "Invalid source code",
unsavedConfirm: "You have unsaved changes. Are you sure you want to lose them?",
doItLater: "Do it later",
badEmailError: "Incorrect e-mail address.",
forgotPwdEmail: "If you have forgotten your password, enter your e-mail address and we will send you instructions on how to create a new one.",
recoverPwd: "Get a new password",
tokenSent: "We have sent you an e-mail with instructions on how to reset your password.",
recoverPwdMsg: "You can change your password now.",
changePwdMsg: "You can change your password here.",
invalidToken: "This password reset link is invalid. It may have expired or has been used before.",
signupInfoEmail: "To get a new account, enter your e-mail address and we will send you instructions.",
signupButton: "Create new account",
signupTokenSent: "We have sent you an e-mail with instructions on how to create a new account.",
invalidSignupToken: "This signup link is invalid. It may have expired or has been used before.",
setPwdMsg: "Please set your password now.",
accountCreated: "We have created your account. You can now log in with your e-mail address and password.",
autosave: "Autosave",
flagging: "Flagging...",
flaggingFailed: "Failed to flag the entry.",
exactMatches: "Exact matches",
partialMatches: "Partial matches",
comments: "Comments",
newComment: "new comment",
revive: "Revive",
addToWorklist: "Add to worklist",
worklist: "WORKLIST",
action: "Action",
purgeWorklist: "Remove all from worklist",
extranet: "EXTRANET",
doingBatch: "Performing batch edit...",
batchFailed: "Failed to perform batch edit.",
printable: "Printer-friendly version",
printableOff: "Back",
batchConfirm: "Careful now! This change will be made on all entries listed here ($X in total). Are you sure?",
narrow: "Narrow screen",
narrowList: "LIST",
narrowEditor: "VIEWER/EDITOR",
emailInUseError: "This e-mail address is already in use.",
perPage: "entries per page",
};