This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
forked from Elinvention/gnome-shell-extension-nasa-apod
-
Notifications
You must be signed in to change notification settings - Fork 0
156 lines (123 loc) · 3.83 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the NASA APOD Wallpaper Changer package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: NASA APOD Wallpaper Changer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-15 15:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: [email protected]/extension.js:63
msgid "Media type {0} not supported."
msgstr ""
#: [email protected]/extension.js:64
msgid "No picture for today 😞. Please visit NASA APOD website."
msgstr ""
#: [email protected]/extension.js:90
#: [email protected]/extension.js:128
msgid "NASA APOD website"
msgstr ""
#: [email protected]/extension.js:91
msgid "Get an API key"
msgstr ""
#: [email protected]/extension.js:92
#: [email protected]/extension.js:94
#: [email protected]/extension.js:143
msgid "Settings"
msgstr ""
#: [email protected]/extension.js:93
msgid "Retry"
msgstr ""
#: [email protected]/extension.js:114
msgid "No title available"
msgstr ""
#: [email protected]/extension.js:118
msgid "No description available"
msgstr ""
#: [email protected]/extension.js:124
msgid "No copyright information available"
msgstr ""
#: [email protected]/extension.js:131
#: [email protected]/extension.js:259
msgid "No refresh scheduled"
msgstr ""
#: [email protected]/extension.js:134
msgid "Open Wallpaper Folder"
msgstr ""
#: [email protected]/extension.js:137
msgid "Set Wallpaper"
msgstr ""
#: [email protected]/extension.js:140
#: [email protected]/extension.js:224
msgid "Refresh"
msgstr ""
#: [email protected]/extension.js:210
msgid "Refreshing..."
msgstr ""
#: [email protected]/extension.js:213
msgid "Network unavailable"
msgstr ""
#: [email protected]/extension.js:216
msgid "Wait 10 seconds..."
msgstr ""
#: [email protected]/extension.js:222
msgid "Unpin and Refresh"
msgstr ""
#: [email protected]/extension.js:226
msgid " (metered network)"
msgstr ""
#: [email protected]/extension.js:240
msgid "Here will be displayed an explanation of the current NASA's APOD wallpaper. Please press refresh to download a new wallpaper along with the explanation."
msgstr ""
#: [email protected]/extension.js:270
msgid "Next refresh: {0}"
msgstr ""
#: [email protected]/extension.js:273
msgid "Next refresh in less than a minute"
msgstr ""
#: [email protected]/extension.js:347
msgid "Pending refresh"
msgstr ""
#: [email protected]/extension.js:379
msgid "Invalid NASA API key (error 403)"
msgstr ""
#: [email protected]/extension.js:380
msgid "Check that your key is correct or use the default key."
msgstr ""
#: [email protected]/extension.js:387
msgid "Network error"
msgstr ""
#: [email protected]/extension.js:388
#: [email protected]/extension.js:519
msgid "HTTP status code {0}."
msgstr ""
#: [email protected]/extension.js:396
msgid "Generic error"
msgstr ""
#: [email protected]/extension.js:408
msgid "Over rate limit (error 429)"
msgstr ""
#: [email protected]/extension.js:409
msgid "Get your API key at https://api.nasa.gov/ to have 1000 requests per hour just for you."
msgstr ""
#: [email protected]/extension.js:518
msgid "Couldn't fetch image from {0}"
msgstr ""
#: [email protected]/prefs.js:103
msgid "Choose download folder"
msgstr ""
#: [email protected]/prefs.js:108
msgid "Cancel"
msgstr ""
#: [email protected]/prefs.js:109
msgid "Select"
msgstr ""