aboutsummaryrefslogtreecommitdiff
path: root/source/cs/officecfg/registry/data/org/openoffice/Office.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/cs/officecfg/registry/data/org/openoffice/Office.po')
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office.po10
1 files changed, 4 insertions, 6 deletions
diff --git a/source/cs/officecfg/registry/data/org/openoffice/Office.po b/source/cs/officecfg/registry/data/org/openoffice/Office.po
index 1c0388bd0e6..3aeb7ab73a5 100644
--- a/source/cs/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/cs/officecfg/registry/data/org/openoffice/Office.po
@@ -4,17 +4,17 @@ 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: 2015-09-29 13:13+0200\n"
-"PO-Revision-Date: 2015-04-22 23:53+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2015-10-15 20:34+0000\n"
+"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1429746793.000000\n"
+"X-POOTLE-MTIME: 1444941298.000000\n"
#: Addons.xcu
msgctxt ""
@@ -89,7 +89,6 @@ msgid "Clear screen"
msgstr "Vymazat obrazovku"
#: Addons.xcu
-#, fuzzy
msgctxt ""
"Addons.xcu\n"
".Addons.AddonUI.OfficeToolBar.LibreLogo.OfficeToolBar.m10\n"
@@ -99,7 +98,6 @@ msgid "Logo command line (press Enter for command execution or F1 for help)"
msgstr "Příkazový řádek pro Logo (pro vykonání příkazu stiskněte Enter, pro nápovědu F1)"
#: Addons.xcu
-#, fuzzy
msgctxt ""
"Addons.xcu\n"
".Addons.AddonUI.OfficeToolBar.LibreLogo.OfficeToolBar.m09\n"
office-3-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin
2021-11-24loplugin:stringliteraldefine in formual,fpickerNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in formulaMike Kaganski
2021-10-11loplugin:moveparam in formulaNoel Grandin
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin
2021-08-06cid#1489780 Explicit null dereferencedCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke
2021-07-28ODFF: eliminate spaces between function name and initial opening parenthesisEike Rathke
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet
2021-06-02Merging an unsupported formula grammar is worth a real assert()Eike Rathke
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-21use toggle instead of click for CheckButtonCaolán McNamara
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-02-18move async focus-in/focus-out workaround to known client that needs itCaolán McNamara
2021-02-11ofz#30812 protect NextToken calling NextToken with RecurseGuardCaolán McNamara
2021-02-11merge the two identical nRecursionMax expressionsCaolán McNamara
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-15replace stock button labelsCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-22drop deprecated 'rules-hint'Caolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara
2020-12-02tdf#138427 focus set to wrong input boxCaolán McNamara
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara
2020-11-13tdf#123936 Formatting files in module formula with clang-formatPhilipp Hofer
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-22long->tools::Long in forms..frameworkNoel
2020-10-14Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke
2020-10-13Resolves: tdf#133260 Propagate ForceArrayReturn from inline arraysEike Rathke
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke
2020-09-09Resolves: tdf#136364 treat svSep type with ocUnion as range typeEike Rathke
2020-09-01tdf#118148 Extended tips for HC2/scalc/Olivier Hallot
2020-08-31tdf#136269 give search entry initial focusCaolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-07formula: create instances with uno constructorsNoel Grandin