aboutsummaryrefslogtreecommitdiff
path: root/source/ts/wizards/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/ts/wizards/messages.po')
-rw-r--r--source/ts/wizards/messages.po21
1 files changed, 14 insertions, 7 deletions
diff --git a/source/ts/wizards/messages.po b/source/ts/wizards/messages.po
index dcda3a64b8b..ed2f0952fbd 100644
--- a/source/ts/wizards/messages.po
+++ b/source/ts/wizards/messages.po
@@ -821,9 +821,10 @@ msgid "To:"
msgstr "Ehenhla:"
#: strings.hrc:176
+#, fuzzy
msgctxt "RID_FAXWIZARDDIALOG_START_42"
msgid "From:"
-msgstr ""
+msgstr "Ku ~suka eka:"
#: strings.hrc:177
#, fuzzy
@@ -1469,9 +1470,10 @@ msgid "Deadline:"
msgstr ""
#: strings.hrc:301
+#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_87"
msgid "Blue"
-msgstr ""
+msgstr "Wasi"
#: strings.hrc:302
msgctxt "RID_AGENDAWIZARDDIALOG_START_88"
@@ -1479,9 +1481,10 @@ msgid "Classic"
msgstr ""
#: strings.hrc:303
+#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_89"
msgid "Colorful"
-msgstr ""
+msgstr "Ku va na muhlovo"
#: strings.hrc:304
msgctxt "RID_AGENDAWIZARDDIALOG_START_90"
@@ -1489,14 +1492,16 @@ msgid "Elegant"
msgstr ""
#: strings.hrc:305
+#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_91"
msgid "Green"
-msgstr ""
+msgstr "Rihlaza"
#: strings.hrc:306
+#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_92"
msgid "Grey"
-msgstr ""
+msgstr "Gireyi"
#: strings.hrc:307
msgctxt "RID_AGENDAWIZARDDIALOG_START_93"
@@ -1509,11 +1514,13 @@ msgid "Orange"
msgstr ""
#: strings.hrc:309
+#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_95"
msgid "Red"
-msgstr ""
+msgstr "Tshwuka"
#: strings.hrc:310
+#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_96"
msgid "Simple"
-msgstr ""
+msgstr "Olova"
office-24-8 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/Library_swui.mk
AgeCommit message (Collapse)Author
2024-03-06Create an UNO service to do the symbol lookup in swNoel Grandin
which means I can remove one usage of gb_Library_set_plugin_for, which is blocking linking the sw module into --enable-mergelibs=more Change-Id: I8c199421c66de2dcf339ccc2d5cb9340d3bea914 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164429 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-01-31move CharMap out of cuiCaolán McNamara
remove CUI_DLLPUBLIC from stuff which is not exported then drop the cui/include dir which is then empty and the places we link to cui where we now don't need to and restore cui back to a lib containing stuff that doesn't need to be explictly linked to in keeping with original #i106421# idea Change-Id: I21894e6f8529dd3306df345fb52dbf5009015f3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162798 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-05-05sw doc model xml dump: restore lost spzFrameFormatTable sectionMiklos Vajna
This was lost in commit b12ff94a771db17843f642a82820b2864bec4744 (introduce sw::FrameFormats<>, 2023-04-11). It used to be handy that you can search for spzFrameFormatTable in a doc model xml dump to quickly see how many fly/draw formats the document has, so restore it. Change-Id: Ia5d83e2f71f589208a7ad5718d5705b17520db5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151433 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2023-01-06tdf#86630 sw: Add one-step page number insertion wizardofftkp
Add a one-step wizard for easy insertion of the page number to the header/footer. Change-Id: Idb33c92d594e04d9256460fe414e4b10e5166af5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144683 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-11-28WASM linguistic,sw: disable curl-using deepl codeMichael Stahl
Curl is currently not built - not sure if possible at all. So disable new feature added in commit e20d2de7836da52dbf9e528d1043b1e188097bfd Change-Id: Idb5d97792d59c850bc1d38a08b79d1be8cb92cdb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143388 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2022-10-12new uno command uno:Translate with deepl apiMert Tumer
New Uno command added for translation right now it is only using deepl translation api There's a section in the options > language settings for setting up the api url and auth key uno:Translate is a menu button under Format tab which will bring up Language Selection dialog for translation. DeepL can accept html as the input for translation, this new feature leverages that by exporting paragraphs/selections to html and paste them back without losing the formatting (in theory) This works good in general but we may lose formatting in very complex styled sentences. Translation works in two ways; 1) Whole document when there is no selection, it assumes that we want to translate whole document. Each paragraphs is sent one by one so that the output timeout can be minimum for each paragraph. 2) Selection Change-Id: Ia2d3ab2f6757faf565b939e1d670a7dedac33390 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140624 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-06-02sw content controls, checkbox: add properties dialogMiklos Vajna
- add a new m_xCheckboxFrame to SwContentControlDlg that contains all the checkbox-related widgets - hide this frame for non-checkbox content controls - load the checked & unchecked states into entries to show their current value - provide buttons to easily pick special characters using SvxCharacterMap Change-Id: I8f2ad862d1102bac0198360d40cfe8b653ce4ccd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135286 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2022-05-16sw content controls, dropdown: edit list items in the properties dialogMiklos Vajna
- add a weld::TreeView to show existing display name - value pairs - add a button to add a new list item, together with a new SwContentControlListItemDlg to specify the list item properties + write the changed list back to the doc model Change-Id: I9243be84eb0af65437eccfb48c6780787609bc68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134379 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2022-05-13sw content controls, dropdown: add an initial properties dialogMiklos Vajna
- read the doc model: show if a content control is a placeholder or not - work with a shared pointer in the dialog, which avoids lifetime issues in case the content control we edit in one view gets deleted in an other view - write the doc model: set the placeholder mode of the content control based on the checkbox state and mark the doc as modified if any widget is touched when pressing OK - handle command state: allow this dialog only inside content controls Change-Id: Ie0b9075ccd3450dd403cc7f8bbf93fc04de3b234 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134278 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl
This separates the drawinglayer core functionallity into a separate library, to keep a strict separation what is backend dependent and what is not. More strict separation can be done at a later date. This will make it possible to push part of drawinglayer (part of processor2d) directly into VCL. Change-Id: Ibc26580067e50bf20d7cdd37fa0e44eb10200878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127286 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-12-01gbuild: introduce plugin + loader conceptsJan-Marek Glogowski
This introduces two concepts: a plugin and its loader (library) LO currrently has dependency cycles for some libraries. There is scui, which depends on sc, while sc dlopen's scui. There are the various vclplug_*, i18npool plugins, filters/gie, acc, etc. Usually these plugins link to their loader library, because they use its symbols. But as a result there is no sensible way to express the runtime dependency of loaders on the plugins. In GNU libtool plugins are called modules and they are implemented in an IMHO more sensible way by allowing missing symbols at link time. This way you can have a dependency from the loader library to its plugins, as the plugins don't depend on the loader, but you lose the link time detection of missing symbols. While this is in theory possible in LO too, LO currently has plugins, like acc (accessibility), loaded by tk (toolkit), which depends on svt (svtools), which itself depends on tk, so dropping the tk dependency for acc on its own doesn't help :-( And while the dependency of the plugins on their loader is fine for the shared / DYNLOADING build, for the "static" builds you must (somehow) link the plugins into the executables. I also codeified a few rules into the build system along with it: * just plugins are allowed to depend / link other plugins * plugins aren't allowed to be linked into the merge lib * plugin loaders are "limited" to libraries At the high level, this is implemented via new gbuild calls: * gb_Library_set_plugin_for,lib,loader: declare a library to be a plugin of a loader library and add a dependeny from the plugin library to the loader library * gb_Library_set_plugin_for_nodep,lib,loader: ^^^^ without adding the library dependeny * gb_Helper_register_plugins_for_install: "plugin" replacement for gb_Helper_register_libraries_for_install to implement some additional checks in the build system In the end this patch just adds a bit syntactic sugar and nothing changes for any build. Change-Id: I7b01d9c384cbc5838bd2cc93aff18e4868939d6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126163 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>