aboutsummaryrefslogtreecommitdiff
path: root/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2013-12-03 17:59:28 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-09 12:09:30 +0100
commitf3f04265562dcd40990cccdd83170c8afffef4ab (patch)
tree3687dcbfc6e30854c03d7a7591e268bd0ea1f3a1 /source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po
parent1d03a18fc11f37dfd1dc0dbbb0ad1f937a211a85 (diff)
update translations for 4.2.0 Beta2
also remove unused files and force-fix errors using pocheck Change-Id: If95f38febdf34951193d67b1eb7a8fbfd292474d
Diffstat (limited to 'source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po')
-rw-r--r--source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po10
1 files changed, 9 insertions, 1 deletions
diff --git a/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po
index abc44c6aece..65ffa5d85d8 100644
--- a/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-21 04:03+0100\n"
+"POT-Creation-Date: 2013-12-03 15:13+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2784,6 +2784,14 @@ msgctxt ""
msgid "An older version of [ProductName] was found. To install a newer version, the older version needs to be removed first."
msgstr "[ProductName] ची नवीन आवृत्ती मेळ्ळी. जुनी आवृत्ति प्रतिष्ठापन करपाखातीर, नवी आवृत्ती पयली काडून उडोवची पडटली."
+#: CustomAc.ulf
+msgctxt ""
+"CustomAc.ulf\n"
+"OOO_CUSTOMACTION_4\n"
+"LngText.text"
+msgid "[ProductName] cannot be installed on this Windows version. Windows XP or newer is required."
+msgstr ""
+
#: Error.ulf
msgctxt ""
"Error.ulf\n"
1'>libreoffice-4-2-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/javaunohelper
AgeCommit message (Expand)Author
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-23com::sun::star->css in lingucomponentNoel Grandin
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara
2015-10-15cid#1326115 Unchecked return valueNoel Grandin
2015-10-14cid#1326733 Dm: Dubious method usedNoel Grandin
2015-10-14use early returns to make method easier to readNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin
2015-05-08jboolean-related clean-upStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-20Some more loplugin:cstylecast: javaunohelperStephan Bergmann
2015-01-09java: simplify array creationNoel Grandin
2015-01-09fix indexesCaolán McNamara
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara
2015-01-07javaunohelper: missing includeMiklos Vajna
2015-01-07WaE: -Werror=unused-variable with #define DISABLE_DYNLOADINGCaolán McNamara
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
2014-12-16java: remove OOoRunnerLightNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-15silence coverity#705667 Resource leakCaolán McNamara
2014-12-15stronger checks when creating Java UNO componentsNoel Grandin
2014-12-11java: remove some unnecessary interfacesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin