From 060c2dd2f850e919e2f0087e49a25a28bb4cf6f9 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 12 Aug 2015 14:12:26 +0200 Subject: update translations and force-fix errors using pocheck (based on 5-0 templates) Change-Id: Ia5f050e72d6aa24ae5ec73898e7c05ca2d4103cb --- source/bs/editeng/source/items.po | 13 +++++++------ source/bs/editeng/source/misc.po | 14 +++++++------- 2 files changed, 14 insertions(+), 13 deletions(-) (limited to 'source/bs/editeng') diff --git a/source/bs/editeng/source/items.po b/source/bs/editeng/source/items.po index 15c74a34e71..c76d94643dd 100644 --- a/source/bs/editeng/source/items.po +++ b/source/bs/editeng/source/items.po @@ -3,18 +3,18 @@ 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: 2014-05-02 00:06+0200\n" -"PO-Revision-Date: 2014-01-23 22:26+0000\n" -"Last-Translator: vljubovic \n" +"POT-Creation-Date: 2015-04-22 23:41+0200\n" +"PO-Revision-Date: 2015-05-12 02:18+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1390515988.0\n" +"X-POOTLE-MTIME: 1431397093.000000\n" #: page.src msgctxt "" @@ -1033,12 +1033,13 @@ msgid "Double, fixed thin lines" msgstr "" #: svxitems.src +#, fuzzy msgctxt "" "svxitems.src\n" "RID_DASH_DOT\n" "string.text" msgid "Single, dash-dot" -msgstr "" +msgstr "Jedan, isprekidan" #: svxitems.src msgctxt "" diff --git a/source/bs/editeng/source/misc.po b/source/bs/editeng/source/misc.po index fd1253d0c0c..c3e7f7a216f 100644 --- a/source/bs/editeng/source/misc.po +++ b/source/bs/editeng/source/misc.po @@ -3,18 +3,18 @@ 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: 2014-11-18 11:23+0100\n" -"PO-Revision-Date: 2014-01-16 10:47+0000\n" -"Last-Translator: vljubovic \n" +"POT-Creation-Date: 2015-04-22 23:41+0200\n" +"PO-Revision-Date: 2015-05-12 02:18+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1389869255.0\n" +"X-POOTLE-MTIME: 1431397094.000000\n" #: lingu.src msgctxt "" @@ -22,7 +22,7 @@ msgctxt "" "RID_SVXSTR_QUERY_CONTINUE\n" "string.text" msgid "Continue checking at beginning of document?" -msgstr "" +msgstr "Nastavi sa provjerom od početka dokumenta?" #: lingu.src msgctxt "" @@ -30,7 +30,7 @@ msgctxt "" "RID_SVXSTR_QUERY_BW_CONTINUE\n" "string.text" msgid "Continue checking at end of document?" -msgstr "" +msgstr "Nastavi sa provjerom od kraja dokumenta?" #: lingu.src msgctxt "" -- cgit ra/cp-5.3'>distro/collabora/cp-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-19java: nlpsolver: getPropertyByName was checking the wrong datastructureNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: fix some javadoc errorsNoel Grandin
2014-11-12java: convert fields to local variables 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: always use braces for while loopsNoel Grandin
2014-10-13nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-09-02nlpsolver: fix javadoc error: bad use of '>'rbuj
2014-08-20remove more unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel 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
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13remove dead java constantsNoel Grandin
2014-08-13make some java fields privateNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13fix makefileNoel Grandin
2014-08-13java: remove unused enum valuesNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-07nlpsolver: Use System.arraycopyrbuj
2014-08-07nlpsolver: Number parsingrbuj
2014-08-07convert EvolutionarySolver source to unix LFNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove some unused fields in the ODK examplesNoel Grandin
2014-08-04java: remove some unused fields in the ODK examplesNoel Grandin
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-04-27fdo#78004 fix string formattingAlex Gulyás
2014-02-26Remove trailing whitespace from nlpsolverAlexander Wilms
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann
2013-11-04gbuild: fix gb_Extension_use_default_descriptionMichael Stahl
2013-10-25stop looking for Jar files in solverMichael Stahl
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist