mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 06:41:38 +01:00
replace deprecated classes, update code, fix errors, add missing stuff
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
resources/window.blp
|
||||
resources/ui/window.blp
|
||||
resources/ui/create-category.blp
|
||||
src/flashcardsapp.c
|
||||
src/flashcardsappwin.c
|
||||
src/database.c
|
||||
src/create-category.c
|
||||
src/database.c
|
||||
|
||||
46
po/de.po
46
po/de.po
@@ -1,15 +1,43 @@
|
||||
#: resources/window.blp:5 src/flashcardsappwin.c:28
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: flashcards\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-05 18:52+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: resources/ui/window.blp:5 resources/ui/window.blp:54 src/flashcardsapp.c:42
|
||||
msgid "Flashcards"
|
||||
msgstr "Karteikarten"
|
||||
|
||||
#: resources/window.blp:20
|
||||
msgid "Topics"
|
||||
msgstr "Themen"
|
||||
#: resources/ui/window.blp:17
|
||||
msgid "Categories"
|
||||
msgstr "Kategorien"
|
||||
|
||||
#: resources/window.blp:94
|
||||
msgid "Upgrade Assistant"
|
||||
msgstr ""
|
||||
|
||||
#: resources/window.blp:98
|
||||
#: resources/ui/window.blp:96
|
||||
msgid "About Flashcards"
|
||||
msgstr "Über Karteikarten"
|
||||
|
||||
#: resources/ui/create-category.blp:9
|
||||
#, fuzzy
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#: resources/ui/create-category.blp:10
|
||||
msgid "Add"
|
||||
msgstr "Hinzufügen"
|
||||
|
||||
#: src/flashcardsapp.c:45
|
||||
msgid "translator-credits"
|
||||
msgstr "Übersetzer-Credits"
|
||||
|
||||
#~ msgid "Topics"
|
||||
#~ msgstr "Themen"
|
||||
|
||||
#~ msgid "_Replace"
|
||||
#~ msgstr "Ersetzen"
|
||||
|
||||
40
po/en.po
40
po/en.po
@@ -1,15 +1,39 @@
|
||||
#: resources/window.blp:5 src/flashcardsappwin.c:28
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: flashcards\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-05 18:52+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: resources/ui/window.blp:5 resources/ui/window.blp:54 src/flashcardsapp.c:42
|
||||
msgid "Flashcards"
|
||||
msgstr "Flashcards"
|
||||
|
||||
#: resources/window.blp:20
|
||||
msgid "Topics"
|
||||
msgstr "Topics"
|
||||
|
||||
#: resources/window.blp:94
|
||||
msgid "Upgrade Assistant"
|
||||
#: resources/ui/window.blp:17
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#: resources/window.blp:98
|
||||
#: resources/ui/window.blp:96
|
||||
msgid "About Flashcards"
|
||||
msgstr "About Flashcards"
|
||||
|
||||
#: resources/ui/create-category.blp:9
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: resources/ui/create-category.blp:10
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: src/flashcardsapp.c:45
|
||||
msgid "translator-credits"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Topics"
|
||||
#~ msgstr "Topics"
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: flashcards\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-28 22:18+0100\n"
|
||||
"POT-Creation-Date: 2025-02-05 18:52+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,18 +17,26 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: resources/window.blp:5 src/flashcardsappwin.c:28
|
||||
#: resources/ui/window.blp:5 resources/ui/window.blp:54 src/flashcardsapp.c:42
|
||||
msgid "Flashcards"
|
||||
msgstr ""
|
||||
|
||||
#: resources/window.blp:20
|
||||
msgid "Topics"
|
||||
#: resources/ui/window.blp:17
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#: resources/window.blp:94
|
||||
msgid "Upgrade Assistant"
|
||||
msgstr ""
|
||||
|
||||
#: resources/window.blp:98
|
||||
#: resources/ui/window.blp:96
|
||||
msgid "About Flashcards"
|
||||
msgstr ""
|
||||
|
||||
#: resources/ui/create-category.blp:9
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: resources/ui/create-category.blp:10
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: src/flashcardsapp.c:45
|
||||
msgid "translator-credits"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
i18n = import('i18n')
|
||||
|
||||
i18n.gettext(meson.project_name(), preset: 'glib')
|
||||
Reference in New Issue
Block a user