Merge lp:~alexwolf/stellarium-website/new-design-wiki-links into lp:~matthew-porpoisehead/stellarium-website/new-design

Proposed by Alexander Wolf
Status: Superseded
Proposed branch: lp:~alexwolf/stellarium-website/new-design-wiki-links
Merge into: lp:~matthew-porpoisehead/stellarium-website/new-design
Diff against target: 652 lines (+179/-150)
2 files modified
index.php (+59/-50)
po/stellarium-website.pot (+120/-100)
To merge this branch: bzr merge lp:~alexwolf/stellarium-website/new-design-wiki-links
Reviewer Review Type Date Requested Status
Matthew Gates Pending
Review via email: mp+98179@code.launchpad.net

This proposal has been superseded by a proposal from 2012-03-19.

To post a comment you must log in.
48. By Alexander Wolf

added link to scripting devel. documentation

49. By Alexander Wolf

update stellarium-website.pot

50. By Alexander Wolf

enable backward compatible mode fore hyperlinks

51. By Alexander Wolf

rolling back latest changes

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'index.php'
--- index.php 2012-03-18 21:46:20 +0000
+++ index.php 2012-03-19 14:54:23 +0000
@@ -53,16 +53,16 @@
53<meta name="Keywords" content="Stellarium, planetarium, astronomy, software, stars, planets, constellations, meteors, universe, open source, free software, astro, freeware, download, stars, planets, realistic, software, sky, program, scientific, educational, free, real, time, Windows, Linux, Apple, Mac, GPL, milky way, moon, mercury, venus, mars, earth, venus, jupiter, saturn, sun, real time, 3D, openGL, graphic, GL, chart, map, twinkle, photo-realistic, brightness, screenshot" />53<meta name="Keywords" content="Stellarium, planetarium, astronomy, software, stars, planets, constellations, meteors, universe, open source, free software, astro, freeware, download, stars, planets, realistic, software, sky, program, scientific, educational, free, real, time, Windows, Linux, Apple, Mac, GPL, milky way, moon, mercury, venus, mars, earth, venus, jupiter, saturn, sun, real time, 3D, openGL, graphic, GL, chart, map, twinkle, photo-realistic, brightness, screenshot" />
54<title>Stellarium</title>54<title>Stellarium</title>
55<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />55<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
56<link rel="stylesheet" href="./css/all.css" type="text/css" media="screen" />56<link rel="stylesheet" href="/css/all.css" type="text/css" media="screen" />
57<link rel="alternate" type="application/rss+xml" title="%s" href="https://sourceforge.net/export/rss2_projnews.php?group_id=48857&rss_fulltext=1" />57<link rel="alternate" type="application/rss+xml" title="%s" href="https://sourceforge.net/export/rss2_projnews.php?group_id=48857&rss_fulltext=1" />
58<!--[if lt IE 8]>58<!--[if lt IE 8]>
59<link href="./css/oldie.css" rel="stylesheet" type="text/css" /> 59<link href="/css/oldie.css" rel="stylesheet" type="text/css" />
60<script defer type="text/javascript" src="./js/pngfix.js"></script>60<script defer type="text/javascript" src="/js/pngfix.js"></script>
61<![endif]-->61<![endif]-->
62<script type="text/javascript" src="./js/jq-ui-flplayer-sw-aggregated.js"></script>62<script type="text/javascript" src="/js/jq-ui-flplayer-sw-aggregated.js"></script>
63 <script>63 <script>
64 function changelang(val) {64 function changelang(val) {
65 window.location = "./index.php?lang=" + val;65 window.location = "/" + val + "/";
66 }66 }
67 </script>67 </script>
68</head>',68</head>',
@@ -104,7 +104,7 @@
104 <a href="%s">%s<span>0.10.2-1</span></a>104 <a href="%s">%s<span>0.10.2-1</span></a>
105 </div>105 </div>
106 <div class="download pdf">106 <div class="download pdf">
107 <a href="http://www.stellarium.org/wiki/index.php/Stellarium_User_Guide">WIKI<span>%s</span></a>107 <a href="http://www.stellarium.org/wiki/index.php/Stellarium_User_Guide">%s<span>%s</span></a>
108 </div>108 </div>
109 </div>109 </div>
110 </div>110 </div>
@@ -117,6 +117,7 @@
117 $download_link_win32,117 $download_link_win32,
118 $download_link_guide,118 $download_link_guide,
119 q_('User guide'),119 q_('User guide'),
120 q_('User guide'),
120 q_('current'));121 q_('current'));
121122
122printf(' 123printf('
@@ -131,11 +132,11 @@
131 <div class="block">132 <div class="block">
132 <div id="home-media">133 <div id="home-media">
133 <div class="slide-item first"> 134 <div class="slide-item first">
134 <img src="./img/slideshow/slide-1.jpg" class="photo" alt="%s" /> 135 <img src="/img/slideshow/slide-1.jpg" class="photo" alt="%s" />
135 <h2></h2>136 <h2></h2>
136 <div class="slide-desc"> 137 <div class="slide-desc">
137 <p>%s.</p> 138 <p>%s.</p>
138 <a href="./screenshots.html" class="read-more">%s &raquo;</a>139 <a href="/screenshots.html" class="read-more">%s &raquo;</a>
139 </div> 140 </div>
140 </div>',141 </div>',
141 q_("A shooting star flashes past the Jupiter. You can select different intensities in the View window"),142 q_("A shooting star flashes past the Jupiter. You can select different intensities in the View window"),
@@ -143,11 +144,11 @@
143 q_("view screenshots"));144 q_("view screenshots"));
144printf(' 145printf('
145 <div class="slide-item"> 146 <div class="slide-item">
146 <img src="./img/slideshow/slide-2.jpg" class="photo" alt="%s"/> 147 <img src="/img/slideshow/slide-2.jpg" class="photo" alt="%s"/>
147 <h2></h2>148 <h2></h2>
148 <div class="slide-desc"> 149 <div class="slide-desc">
149 <p>%s.</p> 150 <p>%s.</p>
150 <a href="./screenshots.html" class="read-more">%s &raquo;</a>151 <a href="/screenshots.html" class="read-more">%s &raquo;</a>
151 </div> 152 </div>
152 </div>',153 </div>',
153 q_("The great nebula in Orion. Press N to bring up the nebula labels. Also shown are constellation lines, press C to show or hide them"),154 q_("The great nebula in Orion. Press N to bring up the nebula labels. Also shown are constellation lines, press C to show or hide them"),
@@ -155,35 +156,35 @@
155 q_("view screenshots"));156 q_("view screenshots"));
156printf(' 157printf('
157 <div class="slide-item"> 158 <div class="slide-item">
158 <img src="./img/slideshow/slide-3.jpg" class="photo" alt="%s"/> 159 <img src="/img/slideshow/slide-3.jpg" class="photo" alt="%s"/>
159 <h2></h2>160 <h2></h2>
160 <div class="slide-desc"> 161 <div class="slide-desc">
161 <p>%s.</p> 162 <p>%s.</p>
162 <a href="./screenshots.html" class="read-more">%s &raquo;</a>163 <a href="/screenshots.html" class="read-more">%s &raquo;</a>
163 </div> 164 </div>
164 </div>',165 </div>',
165 q_("The dance of the planets above ESO headquarters, near Munich"),166 q_("The dance of the planets above ESO headquarters, near Munich"),
166 q_("The dance of the planets above ESO headquarters, near Munich"),167 q_("The dance of the planets above ESO headquarters, near Munich"),
167 q_("view screenshots"));168 q_("view screenshots"));
168printf(' 169printf('
169 <div class="slide-item"> 170 <div class="slide-item">
170 <img src="./img/slideshow/slide-4.jpg" class="photo" alt="%s"/> 171 <img src="/img/slideshow/slide-4.jpg" class="photo" alt="%s"/>
171 <h2></h2>172 <h2></h2>
172 <div class="slide-desc"> 173 <div class="slide-desc">
173 <p>%s.</p> 174 <p>%s.</p>
174 <a href="./screenshots.html" class="read-more">%s &raquo;</a>175 <a href="/screenshots.html" class="read-more">%s &raquo;</a>
175 </div> 176 </div>
176 </div>',177 </div>',
177 q_("Full sky view of the constellations, their boundaries, the Milky Way"),178 q_("Full sky view of the constellations, their boundaries, the Milky Way"),
178 q_("Full sky view of the constellations, their boundaries, the Milky Way"),179 q_("Full sky view of the constellations, their boundaries, the Milky Way"),
179 q_("view screenshots"));180 q_("view screenshots"));
180printf(' 181printf('
181 <div class="slide-item"> 182 <div class="slide-item">
182 <img src="./img/slideshow/slide-5.jpg" class="photo" alt="%s"/> 183 <img src="/img/slideshow/slide-5.jpg" class="photo" alt="%s"/>
183 <h2></h2>184 <h2></h2>
184 <div class="slide-desc"> 185 <div class="slide-desc">
185 <p>%s.</p> 186 <p>%s.</p>
186 <a href="./screenshots.html" class="read-more">%s &raquo;</a>187 <a href="/screenshots.html" class="read-more">%s &raquo;</a>
187 </div> 188 </div>
188 </div>',189 </div>',
189 q_("Constellation art turned on"),190 q_("Constellation art turned on"),
@@ -193,11 +194,11 @@
193 <div id="thumbs"> 194 <div id="thumbs">
194 <div id="description"><p>%s</p></div> 195 <div id="description"><p>%s</p></div>
195 <ul> 196 <ul>
196 <li><a href="./screenshots.html"><img src="./img/slideshow/thumbs/thumb-1.jpg" width="40" height="40" alt="Slide 1" title="Slide 1"/></a></li> 197 <li><a href="/screenshots.html"><img src="/img/slideshow/thumbs/thumb-1.jpg" width="40" height="40" alt="Slide 1" title="Slide 1"/></a></li>
197 <li><a href="./screenshots.html"><img src="./img/slideshow/thumbs/thumb-2.jpg" width="40" height="40" alt="Slide 2" title="Slide 2"/></a></li> 198 <li><a href="/screenshots.html"><img src="/img/slideshow/thumbs/thumb-2.jpg" width="40" height="40" alt="Slide 2" title="Slide 2"/></a></li>
198 <li><a href="./screenshots.html"><img src="./img/slideshow/thumbs/thumb-3.jpg" width="40" height="40" alt="Slide 3" title="Slide 3"/></a></li> 199 <li><a href="/screenshots.html"><img src="/img/slideshow/thumbs/thumb-3.jpg" width="40" height="40" alt="Slide 3" title="Slide 3"/></a></li>
199 <li><a href="./screenshots.html" ><img src="./img/slideshow/thumbs/thumb-4.jpg" width="40" height="40" alt="Slide 4" title="Slide 4"/></a></li> 200 <li><a href="/screenshots.html"><img src="/img/slideshow/thumbs/thumb-4.jpg" width="40" height="40" alt="Slide 4" title="Slide 4"/></a></li>
200 <li class="last"><a href="./screenshots.html"><img src="./img/slideshow/thumbs/thumb-5.jpg" width="40" height="40" alt="Slide 5" title="Slide 5"/></a></li> 201 <li class="last"><a href="/screenshots.html"><img src="/img/slideshow/thumbs/thumb-5.jpg" width="40" height="40" alt="Slide 5" title="Slide 5"/></a></li>
201 </ul> 202 </ul>
202 </div> 203 </div>
203 </div>204 </div>
@@ -264,10 +265,14 @@
264 <ul class="largelist">265 <ul class="largelist">
265 <li><a href="http://launchpad.net/stellarium">%s</a></li>266 <li><a href="http://launchpad.net/stellarium">%s</a></li>
266 <li><a href="http://sourceforge.net/forum/forum.php?forum_id=278769">%s</a></li>267 <li><a href="http://sourceforge.net/forum/forum.php?forum_id=278769">%s</a></li>
267 <li><a href="./wiki/">%s</a></li>268 <li><a href="/wiki/">%s</a></li>
268 <li><a href="./wiki/index.php/FAQ">%s</a></li> 269 <li><a href="/wiki/index.php/FAQ">%s</a></li>
269 <li><a href="./wiki/index.php/Category:User\'s_Guide">%s</a></li>270 <li><a href="/wiki/index.php/Landscapes">%s</a></li>
270 <li><a href="./doc/">%s</a></li>271 <li><a href="/wiki/index.php/Scripts">%s</a></li>
272 <li><a href="/wiki/index.php/Plugins">%s</a></li>
273 <li><a href="/wiki/index.php/Category:User\'s_Guide">%s</a></li>
274 <li><a href="/doc/">%s</a></li>
275 <li><a href="/doc/head/scripting.html">%s</a></li>
271 <li><a href="https://answers.launchpad.net/stellarium">%s</a></li>276 <li><a href="https://answers.launchpad.net/stellarium">%s</a></li>
272 <li><a href="http://bugs.launchpad.net/stellarium">%s</a></li>277 <li><a href="http://bugs.launchpad.net/stellarium">%s</a></li>
273 <li><a href="http://sourceforge.net/project/showfiles.php?group_id=48857">%s</a>278 <li><a href="http://sourceforge.net/project/showfiles.php?group_id=48857">%s</a>
@@ -284,8 +289,12 @@
284q_("forum"),289q_("forum"),
285q_("wiki"),290q_("wiki"),
286q_("FAQ"),291q_("FAQ"),
292q_("landscapes"),
293q_("scripts"),
294q_("plugins"),
287q_("user's guide"),295q_("user's guide"),
288q_("API"),296q_("developers documentation"),
297q_("scripting"),
289q_("get support"),298q_("get support"),
290q_("report bugs, request new features"),299q_("report bugs, request new features"),
291q_("older releases"),300q_("older releases"),
@@ -344,7 +353,7 @@
344 </div>353 </div>
345</div>354</div>
346<div id="footer">355<div id="footer">
347 <a href="http://sourceforge.net/donate/index.php?group_id=48857"><img src="./img/nd/project.jpg" alt="Support This Project" width="88" height="32" border="0"></a> <a href="http://sourceforge.net/projects/stellarium"><img src="http://sourceforge.net/sflogo.php?group_id=48857&amp;type=5" alt="SourceForge.net Logo" width="108" height="32" border="0"></a>356 <a href="http://sourceforge.net/donate/index.php?group_id=48857"><img src="/img/nd/project.jpg" alt="Support This Project" width="88" height="32" border="0"></a> <a href="http://sourceforge.net/projects/stellarium"><img src="http://sourceforge.net/sflogo.php?group_id=48857&amp;type=5" alt="SourceForge.net Logo" width="108" height="32" border="0"></a>
348</div>357</div>
349</div>358</div>
350</body>359</body>
351360
=== modified file 'po/stellarium-website.pot'
--- po/stellarium-website.pot 2011-10-28 03:28:29 +0000
+++ po/stellarium-website.pot 2012-03-19 14:54:23 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: stellarium-website 1.0\n"9"Project-Id-Version: stellarium-website 1.0\n"
10"Report-Msgid-Bugs-To: stellarium-translation@lists.launchpad.net\n"10"Report-Msgid-Bugs-To: stellarium-translation@lists.launchpad.net\n"
11"POT-Creation-Date: 2011-10-28 10:27+0700\n"11"POT-Creation-Date: 2012-03-19 21:42+0700\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,281 +16,305 @@
16"Content-Type: text/plain; charset=CHARSET\n"16"Content-Type: text/plain; charset=CHARSET\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
1818
19#: index.php:5419#: index.php:69
20msgid ""20msgid ""
21"Stellarium is a planetarium software that shows exactly what you see when "21"Stellarium is a planetarium software that shows exactly what you see when "
22"you look up at the stars. It's easy to use, and free."22"you look up at the stars. It's easy to use, and free."
23msgstr ""23msgstr ""
2424
25#: index.php:5525#: index.php:70
26msgid "Stellarium: Project News"26msgid "Stellarium: Project News"
27msgstr ""27msgstr ""
2828
29#: index.php:6029#: index.php:75
30msgid "Other languages:"30msgid "Other languages:"
31msgstr ""31msgstr ""
3232
33#: index.php:10033#: index.php:112
34msgid "latest version"34msgid "latest version"
35msgstr ""35msgstr ""
3636
37#: index.php:10237#: index.php:115
38msgid "source"38msgid "source"
39msgstr ""39msgstr ""
4040
41#: index.php:10941#: index.php:119 index.php:120
42msgid "User guide"
43msgstr ""
44
45#: index.php:121
46msgid "current"
47msgstr ""
48
49#: index.php:129
42msgid ""50msgid ""
43"Stellarium is a free open source planetarium for your computer. It shows a "51"Stellarium is a free open source planetarium for your computer. It shows a "
44"realistic sky in 3D, just like what you see with the naked eye, binoculars "52"realistic sky in 3D, just like what you see with the naked eye, binoculars "
45"or a telescope."53"or a telescope."
46msgstr ""54msgstr ""
4755
48#: index.php:11056#: index.php:130
49msgid ""57msgid ""
50"It is being used in planetarium projectors. Just set your coordinates and go."58"It is being used in planetarium projectors. Just set your coordinates and go."
51msgstr ""59msgstr ""
5260
53#: index.php:122 index.php:12361#: index.php:142 index.php:143
54msgid ""62msgid ""
55"A shooting star flashes past the Jupiter. You can select different "63"A shooting star flashes past the Jupiter. You can select different "
56"intensities in the View window"64"intensities in the View window"
57msgstr ""65msgstr ""
5866
59#: index.php:124 index.php:136 index.php:148 index.php:160 index.php:17267#: index.php:144 index.php:156 index.php:168 index.php:180 index.php:192
60msgid "view screenshots"68msgid "view screenshots"
61msgstr ""69msgstr ""
6270
63#: index.php:13471#: index.php:154
64msgid ""72msgid ""
65"The great nebula in Orion. Press N to bring up the nebula labels. Also shown "73"The great nebula in Orion. Press N to bring up the nebula labels. Also shown "
66"are constellation lines, press C to show or hide them"74"are constellation lines, press C to show or hide them"
67msgstr ""75msgstr ""
6876
69#: index.php:13577#: index.php:155
70msgid "The great nebula in Orion. Press N to bring up the nebula labels"78msgid "The great nebula in Orion. Press N to bring up the nebula labels"
71msgstr ""79msgstr ""
7280
73#: index.php:146 index.php:14781#: index.php:166 index.php:167
74msgid "The dance of the planets above ESO headquarters, near Munich"82msgid "The dance of the planets above ESO headquarters, near Munich"
75msgstr ""83msgstr ""
7684
77#: index.php:158 index.php:15985#: index.php:178 index.php:179
78msgid "Full sky view of the constellations, their boundaries, the Milky Way"86msgid "Full sky view of the constellations, their boundaries, the Milky Way"
79msgstr ""87msgstr ""
8088
81#: index.php:170 index.php:17189#: index.php:190 index.php:191
82msgid "Constellation art turned on"90msgid "Constellation art turned on"
83msgstr ""91msgstr ""
8492
85#: index.php:18793#: index.php:207
86msgid "Click on the picture to the left for details."94msgid "Click on the picture to the left for details."
87msgstr ""95msgstr ""
8896
89#: index.php:19497#: index.php:214
90msgid "features"98msgid "features"
91msgstr ""99msgstr ""
92100
93#: index.php:195101#: index.php:215
94msgid "sky"102msgid "sky"
95msgstr ""103msgstr ""
96104
97#: index.php:196105#: index.php:216
98msgid "default catalogue of over 600,000 stars"106msgid "default catalogue of over 600,000 stars"
99msgstr ""107msgstr ""
100108
101#: index.php:197109#: index.php:217
102msgid "extra catalogues with more than 210 million stars"110msgid "extra catalogues with more than 210 million stars"
103msgstr ""111msgstr ""
104112
105#: index.php:198113#: index.php:218
106msgid "asterisms and illustrations of the constellations"114msgid "asterisms and illustrations of the constellations"
107msgstr ""115msgstr ""
108116
109#: index.php:199117#: index.php:219
110msgid "constellations for twelve different cultures"118msgid "constellations for twelve different cultures"
111msgstr ""119msgstr ""
112120
113#: index.php:200121#: index.php:220
114msgid "images of nebulae (full Messier catalogue)"122msgid "images of nebulae (full Messier catalogue)"
115msgstr ""123msgstr ""
116124
117#: index.php:201125#: index.php:221
118msgid "realistic Milky Way"126msgid "realistic Milky Way"
119msgstr ""127msgstr ""
120128
121#: index.php:202129#: index.php:222
122msgid "very realistic atmosphere, sunrise and sunset"130msgid "very realistic atmosphere, sunrise and sunset"
123msgstr ""131msgstr ""
124132
125#: index.php:203133#: index.php:223
126msgid "the planets and their satellites"134msgid "the planets and their satellites"
127msgstr ""135msgstr ""
128136
129#: index.php:207137#: index.php:227
130msgid "interface"138msgid "interface"
131msgstr ""139msgstr ""
132140
133#: index.php:208141#: index.php:228
134msgid "a powerful zoom"142msgid "a powerful zoom"
135msgstr ""143msgstr ""
136144
137#: index.php:209145#: index.php:229
138msgid "time control"146msgid "time control"
139msgstr ""147msgstr ""
140148
141#: index.php:210149#: index.php:230
142msgid "multilingual interface"150msgid "multilingual interface"
143msgstr ""151msgstr ""
144152
145#: index.php:211153#: index.php:231
146msgid "fisheye projection for planetarium domes"154msgid "fisheye projection for planetarium domes"
147msgstr ""155msgstr ""
148156
149#: index.php:212157#: index.php:232
150msgid "spheric mirror projection for your own low-cost dome"158msgid "spheric mirror projection for your own low-cost dome"
151msgstr ""159msgstr ""
152160
153#: index.php:213161#: index.php:233
154msgid "all new graphical interface and extensive keyboard control"162msgid "all new graphical interface and extensive keyboard control"
155msgstr ""163msgstr ""
156164
157#: index.php:214165#: index.php:234
158msgid "telescope control"166msgid "telescope control"
159msgstr ""167msgstr ""
160168
161#: index.php:218169#: index.php:238
162msgid "visualisation"170msgid "visualisation"
163msgstr ""171msgstr ""
164172
165#: index.php:219173#: index.php:239
166msgid "equatorial and azimuthal grids"174msgid "equatorial and azimuthal grids"
167msgstr ""175msgstr ""
168176
169#: index.php:220177#: index.php:240
170msgid "star twinkling"178msgid "star twinkling"
171msgstr ""179msgstr ""
172180
173#: index.php:221181#: index.php:241
174msgid "shooting stars"182msgid "shooting stars"
175msgstr ""183msgstr ""
176184
177#: index.php:222185#: index.php:242
178msgid "eclipse simulation"186msgid "eclipse simulation"
179msgstr ""187msgstr ""
180188
181#: index.php:223189#: index.php:243
182msgid "supernovae simulation"190msgid "supernovae simulation"
183msgstr ""191msgstr ""
184192
185#: index.php:224193#: index.php:244
186msgid "skinnable landscapes, now with spheric panorama projection"194msgid "skinnable landscapes, now with spheric panorama projection"
187msgstr ""195msgstr ""
188196
189#: index.php:229197#: index.php:249
190msgid "customizability"198msgid "customizability"
191msgstr ""199msgstr ""
192200
193#: index.php:230201#: index.php:250
194msgid ""202msgid ""
195"plugin system adding artifical satellites, ocular simulation, telescope "203"plugin system adding artifical satellites, ocular simulation, telescope "
196"configuration and more"204"configuration and more"
197msgstr ""205msgstr ""
198206
199#: index.php:231207#: index.php:251
200msgid "ability to add new solar system objects from online resources..."208msgid "ability to add new solar system objects from online resources..."
201msgstr ""209msgstr ""
202210
203#: index.php:232211#: index.php:252
204msgid ""212msgid ""
205"add your own deep sky objects, landscapes, constellation images, scripts..."213"add your own deep sky objects, landscapes, constellation images, scripts..."
206msgstr ""214msgstr ""
207215
208#: index.php:236216#: index.php:256
209msgid "news"217msgid "news"
210msgstr ""218msgstr ""
211219
212#: index.php:260220#: index.php:286
213msgid "collaborate"221msgid "collaborate"
214msgstr ""222msgstr ""
215223
216#: index.php:261224#: index.php:287
217msgid ""225msgid ""
218"You can learn more about Stellarium, get support and help the project from "226"You can learn more about Stellarium, get support and help the project from "
219"these links"227"these links"
220msgstr ""228msgstr ""
221229
222#: index.php:262230#: index.php:288
223msgid "summary"231msgid "summary"
224msgstr ""232msgstr ""
225233
226#: index.php:263234#: index.php:289
227msgid "forum"235msgid "forum"
228msgstr ""236msgstr ""
229237
230#: index.php:264238#: index.php:290
231msgid "wiki"239msgid "wiki"
232msgstr ""240msgstr ""
233241
234#: index.php:265242#: index.php:291
235msgid "FAQ"243msgid "FAQ"
236msgstr ""244msgstr ""
237245
238#: index.php:266246#: index.php:292
247msgid "landscapes"
248msgstr ""
249
250#: index.php:293
251msgid "scripts"
252msgstr ""
253
254#: index.php:294
255msgid "plugins"
256msgstr ""
257
258#: index.php:295
239msgid "user's guide"259msgid "user's guide"
240msgstr ""260msgstr ""
241261
242#: index.php:267262#: index.php:296
243msgid "API"263msgid "developers documentation"
244msgstr ""264msgstr ""
245265
246#: index.php:268266#: index.php:297
267msgid "scripting"
268msgstr ""
269
270#: index.php:298
247msgid "get support"271msgid "get support"
248msgstr ""272msgstr ""
249273
250#: index.php:269274#: index.php:299
251msgid "report bugs, request new features"275msgid "report bugs, request new features"
252msgstr ""276msgstr ""
253277
254#: index.php:270278#: index.php:300
255msgid "older releases"279msgid "older releases"
256msgstr ""280msgstr ""
257281
258#: index.php:271282#: index.php:301
259msgid "for Linux (source)"283msgid "for Linux (source)"
260msgstr ""284msgstr ""
261285
262#: index.php:272286#: index.php:302
263msgid "for Mac OS X"287msgid "for Mac OS X"
264msgstr ""288msgstr ""
265289
266#: index.php:273290#: index.php:303
267msgid "for Windows"291msgid "for Windows"
268msgstr ""292msgstr ""
269293
270#: index.php:283294#: index.php:313
271msgid "bzr"295msgid "bzr"
272msgstr ""296msgstr ""
273297
274#: index.php:284298#: index.php:314
275msgid ""299msgid ""
276"The latest development snapshot of Stellarium is kept in Bazaar, a "300"The latest development snapshot of Stellarium is kept in Bazaar, a "
277"distributed revision control system. If you want to compile development "301"distributed revision control system. If you want to compile development "
278"versions of Stellarium, this is the place to get the source code."302"versions of Stellarium, this is the place to get the source code."
279msgstr ""303msgstr ""
280304
281#: index.php:285305#: index.php:315
282msgid "browse Bazaar"306msgid "browse Bazaar"
283msgstr ""307msgstr ""
284308
285#: index.php:286309#: index.php:316
286msgid "instructions (wiki)"310msgid "instructions (wiki)"
287msgstr ""311msgstr ""
288312
289#: index.php:287313#: index.php:317
290msgid "irc"314msgid "irc"
291msgstr ""315msgstr ""
292316
293#: index.php:288317#: index.php:318
294#, php-format318#, php-format
295msgid ""319msgid ""
296"Real time chat about Stellarium can be had in the %s#stellarium%s IRC "320"Real time chat about Stellarium can be had in the %s#stellarium%s IRC "
@@ -298,43 +322,39 @@
298"connect to %schat.freenode.net%s or try the %sweb-based interface%s."322"connect to %schat.freenode.net%s or try the %sweb-based interface%s."
299msgstr ""323msgstr ""
300324
301#: index.php:304325#: index.php:336
302msgid "developers"326msgid "developers"
303msgstr ""327msgstr ""
304328
305#: index.php:305329#: index.php:337
306msgid "Project coordinator"330msgid "Project coordinator:"
307msgstr ""331msgstr ""
308332
309#: index.php:306333#: index.php:338
310msgid "Doc author/developer"334msgid "Doc author/developer:"
311msgstr ""335msgstr ""
312336
313#: index.php:307337#: index.php:339 index.php:340 index.php:341 index.php:342 index.php:343
314msgid "Graphic/other designer"338msgid "Developer:"
315msgstr ""339msgstr ""
316340
317#: index.php:308 index.php:309341#: index.php:344 index.php:345
318msgid "OSX Developer"342msgid "OSX Developer:"
319msgstr ""343msgstr ""
320344
321#: index.php:310 index.php:311 index.php:312 index.php:313345#: index.php:346 index.php:347
322msgid "Developer"346msgid "Tester:"
323msgstr ""347msgstr ""
324348
325#: index.php:314349#: index.php:348
326msgid "Tester"350msgid "and everyone else in the community."
327msgstr ""351msgstr ""
328352
329#: index.php:315353#: index.php:361
330msgid "and everyone else in the community"
331msgstr ""
332
333#: index.php:328
334msgid "supporters and friends"354msgid "supporters and friends"
335msgstr ""355msgstr ""
336356
337#: index.php:329357#: index.php:362
338#, php-format358#, php-format
339msgid ""359msgid ""
340"Stellarium is produced by the efforts of the developer team, with the help "360"Stellarium is produced by the efforts of the developer team, with the help "

Subscribers

People subscribed via source and target branches

to all changes: