summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/notification
Commit message (Collapse)AuthorAgeFilesLines
* Fix notification default delayJouni Koivuviita2014-06-181-2/+2
| | | | | | | The default hiding delay should be 0ms instead of 1000ms, according to the server side class at least. Change-Id: I064c01b2fdc9df4cbcbd74def8e494add22ee749
* Notification position should be controllable with CSS (#13990)Jouni Koivuviita2014-06-161-0/+19
| | | | Change-Id: Ic04f97d00745c2b7d1b4c143b2a458ab47188fd2
* Implement Notification animation with CSS (#13660)Jouni Koivuviita2014-06-051-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default opacity (90%), fade duration (400ms) and fade delay (1000ms) are defined in the base theme. “In” animations can be defined by using a dependent stylename ‘animate-in’ (prefixed with the widgets own primary stylename), e.g. 'v-Notification-animate-in'. That CSS class should then have a CSS animation specified, and the CSS animation name should contain 'animate-in', e.g. .v-Notification-animate-in { animation: notification-animate-in 400ms; } @keyframes notification-animate-in { ... } “Out” animations are defined similarly, but with 'animate-out' as the keyword. The base theme contains mixins for declaring keyframes rules as well as animation values, which include needed vendor prefixes. Refactored deprecated GWT API’s to use newer API’s. Change-Id: Iba929e8de8b6ce100852d472d65c9c9d0630c48f
* Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-231-14/+14
| | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* Sass restructure: base theme with renameable componentsMarc Englund2012-09-281-14/+14
|
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-0/+4
| | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
* #8311 Converted CRLF -> LF in css/html/xml filesArtur Signell2012-02-021-10/+10
| | | | svn changeset:22852/svn branch:6.7
* fixes #2632Matti Tahvonen2009-11-061-4/+2
| | | | svn changeset:9663/svn branch:6.2
* Fixes #3471: Notification "styles" (i.e. types) should work similarly to ↵Jouni Koivuviita2009-10-051-11/+11
| | | | | | other component stylenames svn changeset:9073/svn branch:6.2
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-121-0/+41
svn changeset:7762/svn branch:6.0
stable29'>backport/47441/stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/core/l10n/fi.js
blob: 84301350b9bed90282172cf2c381944c87c1712e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "core",
    {
    "Settings" : "Asetukset",
    "No" : "EI",
    "Yes" : "KYLLÄ",
    "Choose" : "Valitse",
    "Cancel" : "Peruuta",
    "Error" : "Virhe",
    "Share link" : "Jaa linkki",
    "Password" : "Salasana",
    "Delete" : "Poista",
    "Add" : "Lisää",
    "Help" : "Apua",
    "Username" : "Käyttäjätunnus",
    "Log in" : "Kirjaudu sisään"
},
"nplurals=2; plural=(n != 1);");