From a6a5b3d0d9dd56454a807dd6707678fd8f05d5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Ivan=C4=8Di=C4=87?= <marko.ivancic@srce.hr> Date: Tue, 13 Dec 2022 10:17:55 +0100 Subject: [PATCH] Add sample translations --- locales/en/LC_MESSAGES/accounting.po | 12 +++++++++++ locales/hr/LC_MESSAGES/accounting.po | 30 ++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 locales/hr/LC_MESSAGES/accounting.po diff --git a/locales/en/LC_MESSAGES/accounting.po b/locales/en/LC_MESSAGES/accounting.po index 371de5e..9bde208 100644 --- a/locales/en/LC_MESSAGES/accounting.po +++ b/locales/en/LC_MESSAGES/accounting.po @@ -16,3 +16,15 @@ msgstr "" msgid "Accounting" msgstr "Accounting" + +msgid "Activity" +msgstr "Activity" + +msgid "Time" +msgstr "Time" + +msgid "Access" +msgstr "Access" + +msgid "Sent data" +msgstr "Sent data" \ No newline at end of file diff --git a/locales/hr/LC_MESSAGES/accounting.po b/locales/hr/LC_MESSAGES/accounting.po new file mode 100644 index 0000000..929a702 --- /dev/null +++ b/locales/hr/LC_MESSAGES/accounting.po @@ -0,0 +1,30 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: SimpleSAMLphp 2.0.0\n" +"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" +"POT-Creation-Date: 2016-10-12 09:31+0200\n" +"PO-Revision-Date: 2022-01-09 12:14+0200\n" +"Last-Translator: Marko Ivancic <mivanci@srce.hr\n" +"Language: hr\n" +"Language-Team: \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.3.4\n" + +msgid "Accounting" +msgstr "Accounting" + +msgid "Activity" +msgstr "Aktivnost" + +msgid "Time" +msgstr "Vrijeme" + +msgid "Access" +msgstr "Pristup" + +msgid "Sent data" +msgstr "Poslani podaci" \ No newline at end of file -- GitLab