Skip to content

Commit c843fe1

Browse files
committed
Imported translations
1 parent f766668 commit c843fe1

23 files changed

+171
-43
lines changed

ChangeLog

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Version 3.1.0dev:
99
* Lots of fixes to restore functionality after the merge.
1010
* Updated emulation core from WinUAE 4210 (big merge).
1111

12-
Version 2.9.13dev:
12+
Version 3.0.0dev:
1313

1414
* Show error during configure if OpenAL is not found.
1515
* More controller configs.
16+
* Imported updated translations from crowdin.com.
1617

1718
Version 2.9.12dev:
1819

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.67])
5-
AC_INIT([FS-UAE], [2.9.12dev],
5+
AC_INIT([FS-UAE], [3.1.0dev],
66
[[email protected]], [fs-uae], [https://fs-uae.net])
77
AC_CONFIG_AUX_DIR([.])
88
AC_CANONICAL_HOST

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fs-uae (2.9.12~dev-0) unstable; urgency=low
1+
fs-uae (3.1.0~dev-0) unstable; urgency=low
22

33
* Dummy changelog entry.
44

5-
-- Frode Solheim <[email protected]> Thu, 30 May 2019 01:28:45 +0200
5+
-- Frode Solheim <[email protected]> Fri, 21 Jun 2019 18:58:17 +0200

fs-uae.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
%define name fs-uae
17-
%define version 2.9.12dev
18-
%define unmangled_version 2.9.12dev
17+
%define version 3.1.0dev
18+
%define unmangled_version 3.1.0dev
1919
%define release 1%{?dist}
2020

2121
%undefine _hardened_build

libnfd/Makefile.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ endif
1616
clean:
1717
rm -Rf build/bin build/lib build/obj
1818

19+
distclean: clean
20+
1921
distdir:
20-
true

po/cs.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Czech\n"
99
"Language: cs_CZ\n"
@@ -247,3 +247,10 @@ msgstr "[ Port 0 ] Přepnut do módu joysticku"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Port 0 ] Přepnut do módu myši"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/da.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Danish\n"
99
"Language: da_DK\n"
@@ -247,3 +247,10 @@ msgstr "[ Port 0 ] Skiftet til joystick tilstand"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Port 0 ] Skiftet til mus-tilstand"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/de.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: German\n"
99
"Language: de_DE\n"
@@ -247,3 +247,10 @@ msgstr "[ Anschluss 0 ] Auf Joystick-Modus umgestellt"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Anschluss 0 ] Auf Maus-Modus umgestellt"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/eo.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:10\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Esperanto\n"
99
"Language: eo_UY\n"
@@ -247,3 +247,10 @@ msgstr "[ Pordo 0 ] Ŝaltis al stirstangreĝimo"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Pordo 0 ] Ŝaltis al musreĝimo"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/es.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Spanish\n"
99
"Language: es_ES\n"
@@ -247,3 +247,10 @@ msgstr "[ Puerto 0 ] Cambiado a joystick"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Puerto 0 ] Cambiado a ratón"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/fi.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Finnish\n"
99
"Language: fi_FI\n"
@@ -247,3 +247,10 @@ msgstr "[Port 0] vaihdettu peliohjaintilaan"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[Port 0] vaihdettu hiiritilaan"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/fr.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: French\n"
99
"Language: fr_FR\n"
@@ -247,3 +247,10 @@ msgstr "[Port 0] Commuté en mode joystick"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[Port 0] Commuté en mode souris"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/hu.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Hungarian\n"
99
"Language: hu_HU\n"
@@ -247,3 +247,10 @@ msgstr ""
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr ""
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/it.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Italian\n"
99
"Language: it_IT\n"
@@ -247,3 +247,10 @@ msgstr "[ Porta 0 ] Passata in modalità joystick"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Porta 0 ] Passata in modalità mouse"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/nb.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:10\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Norwegian Bokmal\n"
99
"Language: nb_NO\n"
@@ -247,3 +247,10 @@ msgstr "[Port 0] Byttet til joystick-modus"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[Port 0] Byttet til mus-modus"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr "Frekvensguvernør for CPU er '%s', not '%s'"
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr "Dette kan medføre ujevn bildeflyt"
256+

po/nl.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Dutch\n"
99
"Language: nl_NL\n"
@@ -247,3 +247,10 @@ msgstr "[ Poort 0 ] Gewijzigd naar joystick modus"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Poort 0 ] Gewijzigd naar muis modus"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/pl.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Polish\n"
99
"Language: pl_PL\n"
@@ -247,3 +247,10 @@ msgstr "[ Port 0 ] Przełączony w tryb joysticka"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Port 0 ] Przełączony w tryb myszy"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr "Skalowanie CPU to '%s', a nie '%s'"
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr "Szybkość emulacji może ulec spadkowi"
256+

po/pt.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Portuguese\n"
99
"Language: pt_PT\n"
@@ -247,3 +247,10 @@ msgstr "[ Port 0 ] Alterado para modo joystick"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Port 0 ] Alterado para modo rato"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

po/pt_BR.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Portuguese, Brazilian\n"
99
"Language: pt_BR\n"
@@ -247,3 +247,10 @@ msgstr "[ Porta 0 ] Alterada para joystick"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Porta 0 ] Alterada para mouse"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr "O regulador de dimensionamento da CPU é '%s', e nao '%s'"
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr "A taxa de quadros de emulaçao pode diminuir"
256+

po/ru.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: fs-uae\n"
44
"Report-Msgid-Bugs-To: [email protected]\n"
5-
"POT-Creation-Date: 2019-05-25 13:30+0200\n"
6-
"PO-Revision-Date: 2019-05-25 11:31\n"
5+
"POT-Creation-Date: 2019-05-27 23:21+0200\n"
6+
"PO-Revision-Date: 2019-06-21 16:09\n"
77
"Last-Translator: Frode Solheim (FrodeSolheim)\n"
88
"Language-Team: Russian\n"
99
"Language: ru_RU\n"
@@ -247,3 +247,10 @@ msgstr "[ Порт 0 ] Переключено в режим джойстика"
247247
msgid "[ Port 0 ] Switched to mouse mode"
248248
msgstr "[ Порт 0 ] Переключено в режим мыши"
249249

250+
#, c-format
251+
msgid "CPU scaling governor is '%s', not '%s'"
252+
msgstr ""
253+
254+
msgid "Emulation frame rate may suffer"
255+
msgstr ""
256+

0 commit comments

Comments
 (0)