aboutsummaryrefslogtreecommitdiff
path: root/source/kk/svl
AgeCommit message (Expand)Author
2018-04-25update translatiosn for 6.1.0 alpha1Christian Lohmaier
2017-10-19update templates for 6.0.0 alpha1Christian Lohmaier
2017-09-14convert to gettext formatCaolán McNamara
2017-05-28update translations for 5.4Christian Lohmaier
2017-04-28update translations for 5.4.0 alpha1Christian Lohmaier
2014-04-20update translations for 4.3.0 alpha1Christian Lohmaier
2013-12-09update translations for 4.2.0 Beta2Christian Lohmaier
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier
2013-05-25initial import of 4.1 translationsAndras Timar
2013-05-25remove obsoleted .po filesAndras Timar
2013-02-17update translations for LibreOffice 4.0.1 rc1Andras Timar
2013-01-28update translations for LibreOffice 4.0 rc3Andras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-10-16move translations structure one directory upNorbert Thiebaud
on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/swext
AgeCommit message (Expand)Author
2015-04-20odt2mediawiki.xsl: table cell color in cell attributesRobert Antoni Buj Gelonch
2015-04-20odt2mediawiki.xsl: reuse table cell code, check USE_DEFAULT_TABLE_CLASS, use ...Robert Antoni Buj Gelonch
2015-04-20odt2mediawiki.xsl: improve export filterRobert Antoni Buj Gelonch
2015-03-25Typo: formated->formattedJulien Nabet
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-10java: unused importsNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-09-11mediawiki: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-10mediawiki: use a character literalrbuj
2014-09-08swext: use proper syntax for accessing outer class thisMichael Stahl
2014-09-08missing importsCaolán McNamara
2014-09-08mediawiki options went missingCaolán McNamara
2014-09-08mediawiki: improve storeConfiguration & loadConfiguration methodsrbuj
2014-09-06mediawiki: if...else if...else Statementrbuj
2014-09-06mediawiki: use contains to check if a string contains a substringrbuj
2014-09-06mediawiki: the assigned value is never usedrbuj
2014-08-20Use COMMONS_LOGGING_VERSION vblerbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin