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:
2
po/LINGUAS
Normal file
2
po/LINGUAS
Normal file
@@ -0,0 +1,2 @@
|
||||
en
|
||||
de
|
||||
4
po/POTFILES
Normal file
4
po/POTFILES
Normal file
@@ -0,0 +1,4 @@
|
||||
resources/window.blp
|
||||
src/flashcardsapp.c
|
||||
src/flashcardsappwin.c
|
||||
src/database.c
|
||||
15
po/de.po
Normal file
15
po/de.po
Normal 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
15
po/en.po
Normal 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
34
po/flashcards.pot
Normal 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
3
po/meson.build
Normal file
@@ -0,0 +1,3 @@
|
||||
i18n = import('i18n')
|
||||
|
||||
i18n.gettext(meson.project_name(), preset: 'glib')
|
||||
Reference in New Issue
Block a user