aboutsummaryrefslogtreecommitdiff
path: root/source/mk/sfx2/messages.po
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-06-11 13:06:42 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-06-11 13:11:36 +0200
commitceca6b42c96fa4c3878dd910d2ff5980ef4e79d8 (patch)
tree8795bc416d91f6d3651e01e5673c92a740b75354 /source/mk/sfx2/messages.po
parent81e9e1864edd47f455e2bd1b83f4d3030d8c0a9a (diff)
update translations for master/6.3
and force-fix errors using pocheck Change-Id: I04bf6657f97cf2dc94f272f401bc961a60d2fc54
Diffstat (limited to 'source/mk/sfx2/messages.po')
-rw-r--r--source/mk/sfx2/messages.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/mk/sfx2/messages.po b/source/mk/sfx2/messages.po
index e8afc8e2286..e4689feccf5 100644
--- a/source/mk/sfx2/messages.po
+++ b/source/mk/sfx2/messages.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: 2019-05-31 14:54+0200\n"
+"POT-Creation-Date: 2019-06-03 17:46+0200\n"
"PO-Revision-Date: 2018-10-21 19:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -878,9 +878,9 @@ msgid "~Insert"
msgstr "~Вметни"
#: include/sfx2/strings.hrc:189
-msgctxt "STR_SFX_IMPORT_ALL"
-msgid "<All formats>"
-msgstr "<Сите формати>"
+msgctxt "STR_SFX_IMPORT_ALL_IMAGES"
+msgid "<All images>"
+msgstr ""
#: include/sfx2/strings.hrc:190
msgctxt "STR_PB_SAVEACOPY"
='libreoffice-24-2-5'>libreoffice-24-2-5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Expand)Author
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann
2014-08-25set names on the Win32-only threadsMichael Stahl
2014-08-01typo: more then -> more thanTakeshi Abe
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-22dtrans: sal_Bool->boolNoel Grandin
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-03-29typo: inteface -> interfaceThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from dtransAlexander Wilms
2014-02-25(a/A)utomaticaly -> (a/A)utomaticallyJulien Nabet
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21Resolves: #i124085# improved support for PNG clipboard format on windowsArmin Le Grand
2014-02-21Update comment.Jan Holesovsky
2014-02-20fdo#74584: These tags should be lowercase for correct clipboard handling.Kohei Yoshida
2014-02-04fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..Alexandre Vicenzi
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2013-12-22Fix other typosJulien Nabet
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in DTRANS moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-15Resolves: #i123407# Do not insist on CF_DIBV5 for clipboard dataArmin Le Grand
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-09-29cppcheck: some cleaningsJulien Nabet
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist
2013-07-16#i122752# check iterator in each iteration of CFormatEtcContainer::nextFormat...Herbert Dürr
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-06-10mingw64: sal_Int32 cannot hold pointerFridrich Štrba
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba
2013-06-05Some more win64 "fixes"Fridrich Štrba
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-06-03re-base on ALv2 code. Includes:Michael Meeks