mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 12:46:27 +02:00
+ new language added (cs)
git-svn-id: trunk@23361 -
This commit is contained in:
parent
7969fb4ee1
commit
67e1aeab5e
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1795,6 +1795,8 @@ packages/fcl-base/examples/fstream.pp svneol=native#text/plain
|
||||
packages/fcl-base/examples/htdump.pp svneol=native#text/plain
|
||||
packages/fcl-base/examples/intl/Makefile svneol=native#text/plain
|
||||
packages/fcl-base/examples/intl/README.txt svneol=native#text/plain
|
||||
packages/fcl-base/examples/intl/restest.cs.mo -text
|
||||
packages/fcl-base/examples/intl/restest.cs.po svneol=native#text/plain
|
||||
packages/fcl-base/examples/intl/restest.de.mo -text
|
||||
packages/fcl-base/examples/intl/restest.de.po svneol=native#text/plain
|
||||
packages/fcl-base/examples/intl/restest.fr.mo -text
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Add a 2 letter code when adding a language to DEMOLANGUAGES
|
||||
#
|
||||
|
||||
DEMOLANGUAGES=fr nl de pb
|
||||
DEMOLANGUAGES=fr nl de pb ru cs
|
||||
|
||||
#
|
||||
# No need to add after this line.
|
||||
|
BIN
packages/fcl-base/examples/intl/restest.cs.mo
Normal file
BIN
packages/fcl-base/examples/intl/restest.cs.mo
Normal file
Binary file not shown.
27
packages/fcl-base/examples/intl/restest.cs.po
Normal file
27
packages/fcl-base/examples/intl/restest.cs.po
Normal file
@ -0,0 +1,27 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Václav Valíček <Valicek1994@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 1.5.4\n"
|
||||
|
||||
#: testo:testing
|
||||
msgid "Testing :"
|
||||
msgstr "Zkouška:"
|
||||
|
||||
#: testo:first
|
||||
msgid "First"
|
||||
msgstr "První"
|
||||
|
||||
#: testo:second
|
||||
msgid "Second"
|
||||
msgstr "Druhý"
|
||||
|
||||
#: testo:third
|
||||
msgid "Third"
|
||||
msgstr "Třetí"
|
Loading…
Reference in New Issue
Block a user