This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
manual_messages.pot
89 lines (75 loc) · 3.24 KB
/
manual_messages.pot
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
# These translations strings below are manually updated, as trying to get Babel
# to extract from the Handlebars templates was too much of a pain. Edit them in
# manual_messages.pot
#. Title for the special pay out mode request listing.
#: src/evesrp/views/requests.py:485
msgid "Pay Outs"
msgstr ""
#. Title for the page listing all SRP requests waiting to be approved
#. or rejected.
#: src/evesrp/views/requests.py:557
msgid "Pending Requests"
msgstr ""
#. Title for the page listing all SRP requests that have been paid
#. out or rejected.
#: src/evesrp/views/requests.py:560
msgid "Completed Requests"
msgstr ""
#. Title for the page listing all SRP requests.
#: src/evesrp/views/requests.py:560
msgid "All Requests"
msgstr ""
#. Text shown for individual user results when granting permissions. The HTML
#. tags (<small class="text-muted"> etc) should
#. be moved to go around the authentication source. An example of the output
#. for this will be something like "Paxswill from Test OAuth" with the text
#. "from Test OAuth" being smaller and less visible as it's not as important
#. as the user's name.
#: evesrp/static/js/templates/entity_option.hbs:5
msgid "%(user_name)s <small class="text-muted text-right">from %(auth_source)s</small>"
msgstr ""
#. Text shown for group results when granting permissions. As with the user
#. results, the HTML tags should be moved to accomodate the localized text. An
#. additional bit of information should be displayed, the number of users in a
#. group. The English version has the form
#. "Test Alliance(2134) from Test OAuth" with the group name being
#. "Test Alliance" and that group having 2134 member users.
#: evesrp/static/js/templates/entity_option.hbs:3
msgid "%(group_name)s(%(member_count)d) <small class="text-muted text-right">from %(auth_source)s</small>"
msgstr ""
#. Text shown in the tooltip that appears when a user hovers over a button that
#. when clicked will copy some text to the user's clipboard.
#: evesrp/static/js/apiKeys.coffee:27
msgid "Copy to clipboard"
msgstr ""
#. Text shown when adding an attribute filter for things not equal to the given
#. value. For example, if the value is "100", this will filter to things that
#. are not equal to 100 (like the number 50).
#: evesrp/static/js/templates/filter_option.hbs:5
msgid "not"
msgstr ""
#. Text shown when adding an attribute filter for things before the given
#. value. For example, if the value is "100", this will filter to things that
#. are less than 100 (like the number 50).
#: evesrp/static/js/templates/filter_option.hbs:7
msgid "before"
msgstr ""
#. Text shown when adding an attribute filter for things after the given
#. value. For example, if the value is "100", this will filter to things that
#. are greater than 100 (like the number 50).
#: evesrp/static/js/templates/filter_option.hbs:9
msgid "after"
msgstr ""
#. Label for the time a kill happened (not when the request was submitted).
msgid "Kill Timestamp"
msgstr ""
#. Label for the time a request was submitted to the app (not when a kill
#. happened).
msgid "Submit Timestamp"
msgstr ""
#. Message shown when a user needs to log in.
msgid "Please log in to access this page."
msgstr ""
#. Message shown when a user needs to log in again.
msgid "Please reauthenticate to access this page."
msgstr ""