aboutsummaryrefslogtreecommitdiff
path: root/source/sl/vcl
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-16 20:52:09 +0100
committerAndras Timar <atimar@suse.com>2012-12-16 21:42:22 +0100
commitc6cfd71c3d302bdb0999888f9c867d70acb40708 (patch)
treede61e5c19879f3b53550039f5d034416482451dd /source/sl/vcl
parent85f724f5aa1d6a59662a7d1c7ea406a641814bd2 (diff)
update translations for LibreOffice 4.0 beta2
Change-Id: Iff858adb848a543f565e3c0df33c8398c74c754d
Diffstat (limited to 'source/sl/vcl')
-rw-r--r--source/sl/vcl/source/src.po9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/sl/vcl/source/src.po b/source/sl/vcl/source/src.po
index 6db2a687d35..5ea47008a5f 100644
--- a/source/sl/vcl/source/src.po
+++ b/source/sl/vcl/source/src.po
@@ -4,17 +4,18 @@ msgstr ""
"Project-Id-Version: LibreOffice 4.0\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2012-12-03 21:47+0100\n"
-"PO-Revision-Date: 2012-11-22 17:25+0100\n"
+"PO-Revision-Date: 2012-12-09 00:31+0200\n"
"Last-Translator: Martin Srebotnjak <miles@filmsi.net>\n"
-"Language-Team: sl.libreoffice.org <users@sl.libreoffice.org>\n"
+"Language-Team: sl.libreoffice.org\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
"X-Poedit-SourceCharset: UTF-8\n"
+"X-Project-Style: openoffice\n"
#: print.src
msgctxt ""
@@ -1245,7 +1246,7 @@ msgctxt ""
"7\n"
"itemlist.text"
msgid "pt"
-msgstr "pt"
+msgstr "tč"
#: units.src
msgctxt ""
libreoffice-3-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlreader
AgeCommit message (Expand)Author
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-30coverity#708727 Uninitialized pointer fieldCaolán McNamara