1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 06:41:38 +01:00

Initial commit

This commit is contained in:
Tobias Krause
2023-01-27 22:32:07 +01:00
commit 51144e1854
20 changed files with 643 additions and 0 deletions

2
po/LINGUAS Normal file
View File

@@ -0,0 +1,2 @@
en
de

4
po/POTFILES Normal file
View File

@@ -0,0 +1,4 @@
resources/window.blp
src/flashcardsapp.c
src/flashcardsappwin.c
src/database.c

15
po/de.po Normal file
View File

@@ -0,0 +1,15 @@
#: resources/window.blp:5 src/flashcardsappwin.c:28
msgid "Flashcards"
msgstr "Karteikarten"
#: resources/window.blp:20
msgid "Topics"
msgstr "Themen"
#: resources/window.blp:94
msgid "Upgrade Assistant"
msgstr ""
#: resources/window.blp:98
msgid "About Flashcards"
msgstr "Über Karteikarten"

15
po/en.po Normal file
View File

@@ -0,0 +1,15 @@
#: resources/window.blp:5 src/flashcardsappwin.c:28
msgid "Flashcards"
msgstr "Flashcards"
#: resources/window.blp:20
msgid "Topics"
msgstr "Topics"
#: resources/window.blp:94
msgid "Upgrade Assistant"
msgstr ""
#: resources/window.blp:98
msgid "About Flashcards"
msgstr "About Flashcards"

34
po/flashcards.pot Normal file
View File

@@ -0,0 +1,34 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the flashcards package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: flashcards\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-28 22:18+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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: resources/window.blp:5 src/flashcardsappwin.c:28
msgid "Flashcards"
msgstr ""
#: resources/window.blp:20
msgid "Topics"
msgstr ""
#: resources/window.blp:94
msgid "Upgrade Assistant"
msgstr ""
#: resources/window.blp:98
msgid "About Flashcards"
msgstr ""

3
po/meson.build Normal file
View File

@@ -0,0 +1,3 @@
i18n = import('i18n')
i18n.gettext(meson.project_name(), preset: 'glib')