aboutsummaryrefslogtreecommitdiff
path: root/source/ar/librelogo/source.po
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-03 14:23:40 +0100
committerAndras Timar <atimar@suse.com>2012-12-03 14:23:40 +0100
commit9e3b72859ec7871fdb2884860b54fd2a8de30f3d (patch)
treeffb0efcd5efe600a13dddbc70e9b9328d2681f81 /source/ar/librelogo/source.po
parent965f3562a25b75fc3401d3b44ed96e2e5093ed72 (diff)
update translations for LibreOffice 4.0 beta1
Change-Id: I35e0bf7dfef1541f76508edb962e89bc5d78e339
Diffstat (limited to 'source/ar/librelogo/source.po')
-rw-r--r--source/ar/librelogo/source.po36
1 files changed, 0 insertions, 36 deletions
diff --git a/source/ar/librelogo/source.po b/source/ar/librelogo/source.po
deleted file mode 100644
index 828cec08dbd..00000000000
--- a/source/ar/librelogo/source.po
+++ /dev/null
@@ -1,36 +0,0 @@
-#. extracted from librelogo/source
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-11-17 19:02+0200\n"
-"PO-Revision-Date: 2012-06-13 14:36+0200\n"
-"Last-Translator: Khaled <khaledhosny@eglug.org>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
-"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1352907650.0\n"
-
-#. ylN4
-#: description.xml
-msgctxt ""
-"description.xml\n"
-"dispname\n"
-"description.text"
-msgid "LibreLogo"
-msgstr ""
-
-#. F@CV
-#: description.xml
-msgctxt ""
-"description.xml\n"
-"extdesc\n"
-"description.text"
-msgid "Programming language and environment for education, graphic design and desktop publishing. Usage: View→Toolbars→Logo toolbar in Writer. See Logo in LibreOffice Help.\n"
-msgstr ""
5-2'>libreoffice-3-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/manager/mdrivermanager.cxx
AgeCommit message (Expand)Author
2016-04-13loplugin:passstuffbyref in connectivityNoel Grandin
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-02loplugin:stringconstantNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas
2015-07-29tdf#91112 replace o3tl::unary_compose with lambdas in connectivityJorenz Paragas
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara
2015-05-17Remove include stdio (part1)Julien Nabet
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2014-10-28Resolves: fdo#85081 terminate if can't load kde addressbookCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-06-07Ensure UNO context propagation on drivers instantiationAriel Constenla-Haile
2013-06-03fdo#46808, Convert ComponentContext in connectivity,extension..Noel Grandin
2013-05-29Ensure UNO context propagation on drivers instantiationAriel Constenla-Haile
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky
2012-06-12re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud