Skip to content

Commit 06a3181

Browse files
committed
[v0.20.3] Release v0.20.3
1 parent 3b596db commit 06a3181

File tree

455 files changed

+282204
-278818
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+282204
-278818
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PROJECT(Stellarium)
1919
# Use integer versions instead of strings for easier handling if required
2020
SET(STELLARIUM_MAJOR 0)
2121
SET(STELLARIUM_MINOR 20)
22-
SET(STELLARIUM_PATCH 2)
22+
SET(STELLARIUM_PATCH 3)
2323
ADD_DEFINITIONS(
2424
-DSTELLARIUM_MAJOR=${STELLARIUM_MAJOR}
2525
-DSTELLARIUM_MINOR=${STELLARIUM_MINOR}
@@ -81,7 +81,7 @@ IF(${CMAKE_BUILD_TYPE} MATCHES "Debug")
8181
ENDIF()
8282
ENDIF()
8383

84-
SET(STELLARIUM_RELEASE_BUILD 0 CACHE BOOL "Set 1 to build as an official release (0 for development snapshots).")
84+
SET(STELLARIUM_RELEASE_BUILD 1 CACHE BOOL "Set 1 to build as an official release (0 for development snapshots).")
8585
IF(STELLARIUM_RELEASE_BUILD)
8686
ADD_DEFINITIONS(-DSTELLARIUM_RELEASE_BUILD)
8787
SET(SERIES "${STELLARIUM_MAJOR}.${STELLARIUM_MINOR}")

data/stellarium.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@
409409
<category>Science</category>
410410
</categories>
411411
<releases>
412+
<release date="2020-09-27" version="0.20.3"/>
412413
<release date="2020-06-22" version="0.20.2"/>
413414
<release date="2020-04-20" version="0.20.1"/>
414415
<release date="2020-03-29" version="0.20.0"/>

data/stellarium.desktop

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,21 @@ Exec=stellarium --dump-opengl-details
474474

475475
[Desktop Action Scale]
476476
Name=Open in scale 200%
477+
Name[ar]=افتح بحجم تكبير 200%
478+
Name[bg]=Отваряне в мащаб 200%
479+
Name[bn]=দুগুণ বড় করে চালু করুন
480+
Name[cs]=Otevřít v měřítku 200 %
481+
Name[de]=Öffne mit 200%-Skalierung
482+
Name[es]=Abrir en escala 200%
483+
Name[fr]=Ouvrir à l'échelle de 200%
484+
Name[gl]=Aberto a escala 200%
485+
Name[hr]=Otvori u omjeru 200%
486+
Name[ja]=スケール200%で開く
487+
Name[nl]=Openen in schaal 200%
488+
Name[ru]=Открыть в масштабе 200%
489+
Name[sk]=Otvoriť v mierke 200%
490+
Name[tr]=%200 ölçekte aç
491+
Name[uk]=Відкрити у масштабі 200%
492+
Name[zh_CN]=在200%比例下打开
493+
Name[zh_TW]=以縮放 200% 開啟
477494
Exec=stellarium --scale-gui 2.0

po/stellarium-desktop/af.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Stellarium desktop file translation\n"
88
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
9+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
1010
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1111
"Last-Translator: hoe noue <[email protected]>, 2018\n"
1212
"Language-Team: Afrikaans (https://www.transifex.com/stellarium/teams/80998/af/)\n"

po/stellarium-desktop/am.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: Stellarium desktop file translation\n"
55
"Report-Msgid-Bugs-To: [email protected]\n"
6-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
6+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
77
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
88
"Language-Team: Amharic (https://www.transifex.com/stellarium/teams/80998/am/)\n"
99
"Language: am\n"

po/stellarium-desktop/ar.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Translators:
22
# cardinot <[email protected]>, 2017
3+
# Khalid AlAjaji, 2020
34
#
45
msgid ""
56
msgstr ""
67
"Project-Id-Version: Stellarium desktop file translation\n"
78
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
9+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
910
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
10-
"Last-Translator: cardinot <[email protected]>, 2017\n"
11+
"Last-Translator: Khalid AlAjaji, 2020\n"
1112
"Language-Team: Arabic (https://www.transifex.com/stellarium/teams/80998/ar/)\n"
1213
"Language: ar\n"
1314
"MIME-Version: 1.0\n"
@@ -48,4 +49,4 @@ msgstr "افتح في وضع التصحيح"
4849
#: ../../data/stellarium.desktop
4950
msgctxt "Name"
5051
msgid "Open in scale 200%"
51-
msgstr ""
52+
msgstr "افتح بحجم تكبير 200%"

po/stellarium-desktop/ast.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Asturian (https://www.transifex.com/stellarium/teams/80998/ast/)\n"

po/stellarium-desktop/az.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Azerbaijani (https://www.transifex.com/stellarium/teams/80998/az/)\n"

po/stellarium-desktop/be.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Belarusian (https://www.transifex.com/stellarium/teams/80998/be/)\n"

po/stellarium-desktop/bg.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Translators:
22
# cardinot <[email protected]>, 2017
33
# Alexander Shopov <[email protected]>, 2018
4+
# Georgi Georgiev, 2020
45
#
56
msgid ""
67
msgstr ""
78
"Project-Id-Version: Stellarium desktop file translation\n"
89
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
10+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
1011
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
11-
"Last-Translator: Alexander Shopov <[email protected]>, 2018\n"
12+
"Last-Translator: Georgi Georgiev, 2020\n"
1213
"Language-Team: Bulgarian (https://www.transifex.com/stellarium/teams/80998/bg/)\n"
1314
"Language: bg\n"
1415
"MIME-Version: 1.0\n"
@@ -49,4 +50,4 @@ msgstr "Режим на изчистване на грешки"
4950
#: ../../data/stellarium.desktop
5051
msgctxt "Name"
5152
msgid "Open in scale 200%"
52-
msgstr ""
53+
msgstr "Отваряне в мащаб 200%"

po/stellarium-desktop/bn.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#
21
# Translators:
32
# cardinot <[email protected]>, 2017
43
# Tanmoy Saha <[email protected]>, 2020
5-
#
4+
#
65
msgid ""
76
msgstr ""
87
"Project-Id-Version: Stellarium desktop file translation\n"
@@ -11,10 +10,10 @@ msgstr ""
1110
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1211
"Last-Translator: Tanmoy Saha <[email protected]>, 2020\n"
1312
"Language-Team: Bengali (https://www.transifex.com/stellarium/teams/80998/bn/)\n"
13+
"Language: bn\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
17-
"Language: bn\n"
1817
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1918

2019
#: ../../data/stellarium.desktop

po/stellarium-desktop/br.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Stellarium desktop file translation\n"
99
"Report-Msgid-Bugs-To: [email protected]\n"
10-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
10+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
1111
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1212
"Last-Translator: Irriep Nala Novram <[email protected]>, 2019\n"
1313
"Language-Team: Breton (https://www.transifex.com/stellarium/teams/80998/br/)\n"

po/stellarium-desktop/bs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Bosnian (https://www.transifex.com/stellarium/teams/80998/bs/)\n"

po/stellarium-desktop/ca.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Catalan (https://www.transifex.com/stellarium/teams/80998/ca/)\n"

po/stellarium-desktop/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Stellarium desktop file translation\n"
88
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
9+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
1010
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1111
"Last-Translator: Empar Montoro <[email protected]>, 2018\n"
1212
"Language-Team: Catalan (Valencian) (https://www.transifex.com/stellarium/teams/80998/ca@valencia/)\n"

po/stellarium-desktop/cs.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#
21
# Translators:
32
# cardinot <[email protected]>, 2017
43
# Zdeněk Moravec <[email protected]>, 2020
5-
#
4+
#
65
msgid ""
76
msgstr ""
87
"Project-Id-Version: Stellarium desktop file translation\n"
@@ -11,10 +10,10 @@ msgstr ""
1110
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1211
"Last-Translator: Zdeněk Moravec <[email protected]>, 2020\n"
1312
"Language-Team: Czech (https://www.transifex.com/stellarium/teams/80998/cs/)\n"
13+
"Language: cs\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
17-
"Language: cs\n"
1817
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
1918

2019
#: ../../data/stellarium.desktop

po/stellarium-desktop/cv.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Chuvash (https://www.transifex.com/stellarium/teams/80998/cv/)\n"

po/stellarium-desktop/da.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Danish (https://www.transifex.com/stellarium/teams/80998/da/)\n"

po/stellarium-desktop/de.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Translators:
22
# cardinot <[email protected]>, 2017
3+
# Latein Lebt, 2020
34
#
45
msgid ""
56
msgstr ""
67
"Project-Id-Version: Stellarium desktop file translation\n"
78
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
9+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
910
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
10-
"Last-Translator: cardinot <[email protected]>, 2017\n"
11+
"Last-Translator: Latein Lebt, 2020\n"
1112
"Language-Team: German (https://www.transifex.com/stellarium/teams/80998/de/)\n"
1213
"Language: de\n"
1314
"MIME-Version: 1.0\n"
@@ -48,4 +49,4 @@ msgstr "Im Fehlersuchmodus öffnen"
4849
#: ../../data/stellarium.desktop
4950
msgctxt "Name"
5051
msgid "Open in scale 200%"
51-
msgstr ""
52+
msgstr "Öffne mit 200%-Skalierung"

po/stellarium-desktop/el.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Stellarium desktop file translation\n"
88
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
9+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
1010
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1111
"Last-Translator: gio <[email protected]>, 2019\n"
1212
"Language-Team: Greek (https://www.transifex.com/stellarium/teams/80998/el/)\n"

po/stellarium-desktop/en_AU.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: Stellarium desktop file translation\n"
55
"Report-Msgid-Bugs-To: [email protected]\n"
6-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
6+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
77
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
88
"Language-Team: English (Australia) (https://www.transifex.com/stellarium/teams/80998/en_AU/)\n"
99
"Language: en_AU\n"

po/stellarium-desktop/en_CA.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: English (Canada) (https://www.transifex.com/stellarium/teams/80998/en_CA/)\n"

po/stellarium-desktop/en_GB.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: English (United Kingdom) (https://www.transifex.com/stellarium/teams/80998/en_GB/)\n"

po/stellarium-desktop/en_US.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: Stellarium desktop file translation\n"
55
"Report-Msgid-Bugs-To: [email protected]\n"
6-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
6+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
77
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
88
"Language-Team: English (United States) (https://www.transifex.com/stellarium/teams/80998/en_US/)\n"
99
"Language: en_US\n"

po/stellarium-desktop/eo.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Stellarium desktop file translation\n"
88
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
9+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
1010
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1111
"Last-Translator: Cory Moulder <[email protected]>, 2020\n"
1212
"Language-Team: Esperanto (https://www.transifex.com/stellarium/teams/80998/eo/)\n"

po/stellarium-desktop/es.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Translators:
22
# cardinot <[email protected]>, 2017
33
# Alexander Wolf <[email protected]>, 2018
4+
# Víctor Vega <[email protected]>, 2020
45
#
56
msgid ""
67
msgstr ""
78
"Project-Id-Version: Stellarium desktop file translation\n"
89
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
10+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
1011
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
11-
"Last-Translator: Alexander Wolf <alex.v.wolf@gmail.com>, 2018\n"
12+
"Last-Translator: Víctor Vega <vegadark@protonmail.com>, 2020\n"
1213
"Language-Team: Spanish (https://www.transifex.com/stellarium/teams/80998/es/)\n"
1314
"Language: es\n"
1415
"MIME-Version: 1.0\n"
@@ -49,4 +50,4 @@ msgstr "Abrir en modo depuración"
4950
#: ../../data/stellarium.desktop
5051
msgctxt "Name"
5152
msgid "Open in scale 200%"
52-
msgstr ""
53+
msgstr "Abrir en escala 200%"

po/stellarium-desktop/et.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Estonian (https://www.transifex.com/stellarium/teams/80998/et/)\n"

po/stellarium-desktop/eu.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Basque (https://www.transifex.com/stellarium/teams/80998/eu/)\n"

po/stellarium-desktop/fa.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Persian (https://www.transifex.com/stellarium/teams/80998/fa/)\n"

po/stellarium-desktop/fi.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Stellarium desktop file translation\n"
77
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
8+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
99
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
1010
"Last-Translator: cardinot <[email protected]>, 2017\n"
1111
"Language-Team: Finnish (https://www.transifex.com/stellarium/teams/80998/fi/)\n"

po/stellarium-desktop/fr.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Translators:
22
# cardinot <[email protected]>, 2017
3+
# nicolas.martignoni, 2020
34
#
45
msgid ""
56
msgstr ""
67
"Project-Id-Version: Stellarium desktop file translation\n"
78
"Report-Msgid-Bugs-To: [email protected]\n"
8-
"POT-Creation-Date: 2020-06-23 00:07+0700\n"
9+
"POT-Creation-Date: 2020-08-30 15:22+0700\n"
910
"PO-Revision-Date: 2017-11-29 01:17+0000\n"
10-
"Last-Translator: cardinot <[email protected]>, 2017\n"
11+
"Last-Translator: nicolas.martignoni, 2020\n"
1112
"Language-Team: French (https://www.transifex.com/stellarium/teams/80998/fr/)\n"
1213
"Language: fr\n"
1314
"MIME-Version: 1.0\n"
@@ -48,4 +49,4 @@ msgstr "Ouvrir en mode de débogage"
4849
#: ../../data/stellarium.desktop
4950
msgctxt "Name"
5051
msgid "Open in scale 200%"
51-
msgstr ""
52+
msgstr "Ouvrir à l'échelle de 200%"

0 commit comments

Comments
 (0)