aboutsummaryrefslogtreecommitdiff
path: root/source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
diff options
context:
space:
mode:
authorMartin Srebotnjak <miles@filmsi.net>2022-10-25 08:10:58 +0200
committerAndras Timar <andras.timar@collabora.com>2022-10-25 08:10:58 +0200
commit424bbc087c04b18a71d824513087f3094efb6385 (patch)
tree80a1da83b1d63c2143627a63d75b49bd4f88099d /source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
parentfd24cfed1fc78997d1b7366cb64fa8e57bc4e3f9 (diff)
Updated Slovenian translation
Change-Id: I13e652d30802c4434eeb476744fb8095901a2c91
Diffstat (limited to 'source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po')
-rw-r--r--source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po15
1 files changed, 8 insertions, 7 deletions
diff --git a/source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po b/source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
index 7513c8b5a32..d165cf3fedf 100644
--- a/source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
+++ b/source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po
@@ -1,20 +1,21 @@
#. extracted from connectivity/registry/flat/org/openoffice/Office/DataAccess
msgid ""
msgstr ""
-"Project-Id-Version: LibreOffice 4.0\n"
+"Project-Id-Version: LibreOffice 7.5\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-09-23 12:04+0200\n"
-"PO-Revision-Date: 2012-11-20 10:49+0100\n"
+"POT-Creation-Date: 2022-10-16 12:51+0200\n"
+"PO-Revision-Date: 2022-10-09 12:37+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sl\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"
#: Drivers.xcu
msgctxt ""
@@ -22,5 +23,5 @@ msgctxt ""
".Drivers.Installed.sdbc:flat:*\n"
"DriverTypeDisplayName\n"
"value.text"
-msgid "Text"
-msgstr "Besedilo"
+msgid "Text/CSV"
+msgstr "Besedilo/CSV"
3-2'>libreoffice-4-3-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ridljar/pom.unoloader.xml
='/cgit/lo/core/log/scripting?h=libreoffice-4-4-7&id=66b170230d41a9b35a86962b953d898d78a9a324&showmsg=1'>Expand)
AgeCommit message (Expand)Author
2018-04-16Use https instead of httpGulsah Kose
Author
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-24coverity#1237350 use our double-locking templates for thisCaolán McNamara
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-19scripting: redundant cast to StringRobert Antoni Buj i Gelonch
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-14fix import location of XScriptContextNoel Grandin
2014-10-14scripting: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch
2014-10-14scripting: use new exception constructorsRobert Antoni Buj i Gelonch
2014-10-13scripting: Null pointer dereferenceRobert Antoni Buj i Gelonch
2014-10-10Scripting: Remove org packageDavid Ostrovsky
2014-10-09typo: Lable -> LabelAndras Timar
2014-10-08scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch
2014-10-07LocalOffice should be an abstract classNoel Grandin
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-07java: optimise calls to toArrayNoel Grandin
2014-10-07java: remove useless overriding methodsNoel Grandin
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch
2014-10-05coverity#1209004 Unchecked return valueNorbert Thiebaud
2014-10-03scripting: organize importsRobert Antoni Buj i Gelonch
2014-10-02scripting: The if statement is redundantRobert Antoni Buj i Gelonch