summaryrefslogtreecommitdiffstats
path: root/l10n/fi_FI.json
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-04-01 01:01:26 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-04-01 01:01:26 -0400
commit5e5629c96b26b8b47b08aa0b5ad0ac44b4bcadc2 (patch)
treed7a0246ed2ece00fbbc1fe9835b5fa18db2fe7fb /l10n/fi_FI.json
parent53feecd0d175a12035d9fb3cba7eeb806ce307a3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/fi_FI.json')
-rw-r--r--l10n/fi_FI.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json
index 86840140e..59b0d1eed 100644
--- a/l10n/fi_FI.json
+++ b/l10n/fi_FI.json
@@ -25,6 +25,7 @@
"Feed fetcher timeout" : "Syötteen hakemisen aikakatkaisu",
"Saved" : "Tallennettu",
"Download" : "Lataa",
+ "Close" : "Sulje",
"How to set up the operating system cron" : "Käyttöjärjestelmän cronin asettaminen",
"How to set up a custom updater (faster and no possible deadlock) " : "Mukautetun päivitysohjelman asettaminen (nopeampi ja toimintavarmempi)",
"Subscribe" : "Tilaa",
@@ -38,6 +39,9 @@
"Remove keep article unread" : "Poista artikkelin pitäminen lukemattomana",
"by" : " Kirjoittaja:",
"from" : "Syöte:",
+ "Play audio" : "Toista äänet",
+ "Download video" : "Lataa video",
+ "Download audio" : "Lataa äänet",
"Keyboard shortcut" : "Näppäimistön pikanäppäin",
"Description" : "Kuvaus",
"right" : "oikea",
@@ -53,6 +57,7 @@
"Load previous feed" : "Lataa edellinen syöte",
"Load next folder" : "Lataa seuraava kansio",
"Load previous folder" : "Lataa edellinen kansio",
+ "Focus search field" : "Kohdista hakukenttään",
"Web address" : "Verkko-osoite",
"Feed exists already!" : "Syöte on jo olemassa!",
"Folder" : "Kansio",
at application group. Each group can be given multiple times, to add more processes to it. The process names are the ones returned by: - `ps -e` or `/proc/PID/stat` - in case of substring mode (see below): `/proc/PID/cmdline` To add process names with spaces, enclose them in quotes (single or double): `'Plex Media Serv' "my other process"` Note that spaces are not supported for process groups. Use a dash "-" instead. You can add an asterisk (\*) at the beginning and/or the end of a process to do wildcard matching: - `*name` suffix mode: will search for processes ending with 'name' (/proc/PID/stat) - `name*` prefix mode: will search for processes beginning with 'name' (/proc/PID/stat) - `*name*` substring mode: will search for 'name' in the whole command line (/proc/PID/cmdline) If you enter even just one `*name*` (substring), apps.plugin will process /proc/PID/cmdline for all processes, just once (when they are first seen). To add processes with single quotes, enclose them in double quotes: "process with this ' single quote" To add processes with double quotes, enclose them in single quotes: 'process with this " double quote' The order of the entries in this list is important, the first that matches a process is used, so put important ones at the top. Processes not matched by any row, will inherit it from their parents or children. The order also controls the order of the dimensions on the generated charts (although applications started after apps.plugin is started, will be appended to the existing list of dimensions the netdata daemon maintains).