mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
18 lines
564 B
Text
18 lines
564 B
Text
4.13:
|
|
-----
|
|
|
|
KNotes printing theme support:
|
|
- note name : use "name"
|
|
- note description: use "description" keyword
|
|
- current date time: use "currentDateTime" keyword
|
|
- allow to inform that we have an alarm: use "hasAlarm" keyword
|
|
- show alarm info: use "alarm" keyword (return date time as long format)
|
|
- allow to inform that note is locked: use "isLock" keyword
|
|
- note backgroundcolor name : use "backgroundColorName" keyword
|
|
|
|
4.14:
|
|
-----
|
|
New i18n that we can use in theme:
|
|
- alarm_i18n => translate "Alarm:"
|
|
- note_is_locked_i18n => translate "Note is locked"
|
|
|