aboutsummaryrefslogtreecommitdiff
path: root/source/es/starmath/source.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/es/starmath/source.po')
-rw-r--r--source/es/starmath/source.po10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/es/starmath/source.po b/source/es/starmath/source.po
index 89fe9046a47..ab5178b6e34 100644
--- a/source/es/starmath/source.po
+++ b/source/es/starmath/source.po
@@ -4,7 +4,7 @@ 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: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-12-12 17:28+0000\n"
+"PO-Revision-Date: 2017-01-13 18:21+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1481563716.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1484331707.000000\n"
#: commands.src
msgctxt ""
@@ -2532,7 +2532,7 @@ msgctxt ""
"RID_PRINTUIOPT_FITTOPAGE\n"
"string.text"
msgid "Fit to ~page"
-msgstr ""
+msgstr "Ajustar a la ~página"
#: smres.src
msgctxt ""
@@ -2540,7 +2540,7 @@ msgctxt ""
"RID_PRINTUIOPT_SCALING\n"
"string.text"
msgid "~Scaling"
-msgstr ""
+msgstr "E~scala"
#: symbol.src
msgctxt ""
ture/windows-cross-build'>feature/windows-cross-build LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/XListTemplate.idl
AgeCommit message (Collapse)Author
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
...which were used by ildc, which is gone since a8485d558fab53291e2530fd9a1be581c1628deb "[API CHANGE] Remove deprecated idlc and regmerge from the SDK", and have always been ignored as legacy by its unoidl-write replacement. This change has been carried out (making use of GNU sed extensions) with > for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl which apparently happened to do the work. (The final two files are not UNOIDL source files.) Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>