-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rc file localisation infrastructure
- Loading branch information
Showing
7 changed files
with
118 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#if defined(__MINGW32__) || defined(__MINGW64__) | ||
// This is needed for MinGW versions < 8 | ||
// (not to be confused with the GCC version by which Qt labels their MinGW packages) | ||
#include <winresrc.h> | ||
#else | ||
#include <winres.h> | ||
#endif | ||
|
||
STRINGTABLE | ||
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL | ||
{ | ||
0 "Pencil2D" | ||
1 "Pencil2D Animation" | ||
2 "Pencil2D Animation (Old Format)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#. extracted from data\mui.rc | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-22 15:26+0200\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" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Accelerator-Marker: &\n" | ||
"X-Generator: Translate Toolkit 3.9.0\n" | ||
"X-Merge-On: location\n" | ||
|
||
#: STRINGTABLE.0 | ||
msgid "Pencil2D" | ||
msgstr "" | ||
|
||
#: STRINGTABLE.1 | ||
msgid "Pencil2D Animation" | ||
msgstr "" | ||
|
||
#: STRINGTABLE.2 | ||
msgid "Pencil2D Animation (Old Format)" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# Translators: | ||
# Jakob <j5lx@fmail.co.uk>, 2023 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-22 15:26+0200\n" | ||
"PO-Revision-Date: 2023-09-22 14:10+0000\n" | ||
"Last-Translator: Jakob <j5lx@fmail.co.uk>, 2023\n" | ||
"Language-Team: German (https://app.transifex.com/pencil2d/teams/76612/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Accelerator-Marker: &\n" | ||
"X-Generator: Translate Toolkit 3.9.0\n" | ||
"X-Merge-On: location\n" | ||
|
||
#: STRINGTABLE.0 | ||
msgid "Pencil2D" | ||
msgstr "Pencil2D" | ||
|
||
#: STRINGTABLE.1 | ||
msgid "Pencil2D Animation" | ||
msgstr "Pencil2D-Animation" | ||
|
||
#: STRINGTABLE.2 | ||
msgid "Pencil2D Animation (Old Format)" | ||
msgstr "Pencil2D-Animation (altes Format)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters