1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-14 01:26:48 +00:00
TiddlyWiki5/editions/es-ES/tiddlers/WidgetMessage__tm-save-wiki.tid
Paulus fa61bc53fc TW5, Spanish Edition (#2436)
* TW5-es-ES-edition

Spanish edition of TW5.
A full localisation of TiddlyWiki into castillian spanish (es-ES).

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing + TiddlySpot upload

* Translation ongoing

* Translation ongoing + macro fixes

* Translation ongoing

* translation ongoing + macro fixes

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing

* Translation ongoing

* translation ongoing

* translation ongoing

* Translation ongoing

* translation ongoing

* translation ongoing

* translation ongoing

* Arreglo plugin

* Arreglo plugin

* Translation ongoing

* Translation ongoing

* Translation ongoing

* translation ongoing

* Add Spanish edition to TW5.com

* Reverting forced language plugin load.

folder es-ES was provisorily added to the tiddlerStore in order to force the load of the updated language plugin. Finished the translation, and with the updated plugin on place, this folder has no use when the new release comes out.
2016-05-12 08:46:18 -06:00

19 lines
859 B
Plaintext

caption: tm-save-wiki
created: 20140811112325641
es-title: Mensaje: tm-save-wiki
modified: 20160415095926978
tags: Messages
title: WidgetMessage: tm-save-wiki
type: text/vnd.tiddlywiki
El mensaje `tm-save-wiki`hace que el SaverModule actual realice una operación de guardado de todo el wiki. Dicha operación puede requerir intervención del usuario. Precisa de las siguientes propiedades en el objeto `event`:
|!Nombre |!Descripción |
|param |Título del tiddler que sirve de plantilla para generar el wiki. (por defecto `$:/core/save/all`) |
|paramObject |HashMap opcional de valores de variable para usar al generar el wiki |
Este mensaje lo genera habitualmente ButtonWidget.
The save wiki message is usually generated by the ButtonWidget.
El SyncMechanism del núcleo es quien procesa este mensaje invocando el [[SaverModule|SaverModules]] actual.