diff options
author | Josep M. Ferrer <txemaq@gmail.com> | 2024-03-01 15:09:08 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2024-03-05 00:37:32 +0100 |
commit | 99f5416d9bfb6a34bbc5cbcb368e258b98fd3f08 (patch) | |
tree | d5a32667a1295a8ec4eb520d856c89eb4a4c494a | |
parent | 9c2cf5608a21b6fb9be4e0c7918d13cd2b652c23 (diff) |
pdfsig: Catalan translation
-rw-r--r-- | utils/po/ca/CMakeLists.txt | 4 | ||||
-rw-r--r-- | utils/po/ca/pdfsig.po | 26 |
2 files changed, 30 insertions, 0 deletions
diff --git a/utils/po/ca/CMakeLists.txt b/utils/po/ca/CMakeLists.txt new file mode 100644 index 00000000..3225131c --- /dev/null +++ b/utils/po/ca/CMakeLists.txt @@ -0,0 +1,4 @@ +get_filename_component(_lang ${CMAKE_CURRENT_SOURCE_DIR} NAME) +gettext_process_po_files(${_lang} ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES + pdfsig.po +) diff --git a/utils/po/ca/pdfsig.po b/utils/po/ca/pdfsig.po new file mode 100644 index 00000000..fe6a14e7 --- /dev/null +++ b/utils/po/ca/pdfsig.po @@ -0,0 +1,26 @@ +# Translation of pdfsig.po to Catalan +# Copyright (C) 2024, Josep M. Ferrer <txemaq@gmail.com> +# This file is distributed under the same license as the pdfsig package. +# +msgid "" +msgstr "" +"Project-Id-Version: pdfsig\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-02-12 14:44-0700\n" +"PO-Revision-Date: 2024-03-04 23:01+0100\n" +"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n" +"Language-Team: Catalan <kde-i18n-ca@kde.org>\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 22.12.3\n" + +#: pdfsig.cc:544 +msgid "Digitally signed by {0:s}" +msgstr "Signat digitalment per {0:s}" + +#: pdfsig.cc:544 +msgid "Date: {0:s}" +msgstr "Data: {0:s}" |