~ubuntu-branches/ubuntu/trusty/kde-l10n-fi/trusty-proposed

« back to all changes in this revision

Viewing changes to messages/kde-workspace/kwin_scripting.po

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-07-24 14:17:50 UTC
  • mfrom: (1.12.30)
  • Revision ID: package-import@ubuntu.com-20130724141750-qyfq96v1lq4qtijw
Tags: 4:4.10.95-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) YEAR This_file_is_part_of_KDE
 
2
# This file is distributed under the same license as the PACKAGE package.
 
3
# Lasse Liehu <lasse.liehu@gmail.com>, 2013.
 
4
#
 
5
msgid ""
 
6
msgstr ""
 
7
"Project-Id-Version: \n"
 
8
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 
9
"POT-Creation-Date: 2013-04-09 05:00+0200\n"
 
10
"PO-Revision-Date: 2013-07-05 21:24+0300\n"
 
11
"Last-Translator: Lasse Liehu <lasse.liehu@gmail.com>\n"
 
12
"Language-Team: Finnish <lokalisointi@lists.coss.fi>\n"
 
13
"Language: fi\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
18
"X-Generator: Lokalize 1.5\n"
 
19
 
 
20
#: genericscriptedconfig.cpp:69
 
21
msgctxt "Error message"
 
22
msgid "Plugin does not provide configuration file in expected location"
 
23
msgstr "Liitännäisessä ei ole asetustiedostoa odotetussa sijainnissa"
 
24
 
 
25
#: scripting.cpp:128
 
26
#, kde-format
 
27
msgctxt "Assertion failed in KWin script with given value"
 
28
msgid "Assertion failed: %1 is not null"
 
29
msgstr "Assert ei pitänyt: %1 ei ole null"
 
30
 
 
31
#: scripting.cpp:146
 
32
msgctxt "Assertion failed in KWin script"
 
33
msgid "Assertion failed: argument is null"
 
34
msgstr "Assert ei pitänyt: parametri on null"
 
35
 
 
36
#: scripting.cpp:173
 
37
msgctxt "Error in KWin Script"
 
38
msgid ""
 
39
"Invalid number of arguments. At least service, path, interface and method "
 
40
"need to be provided"
 
41
msgstr ""
 
42
"Virheellinen määrä parametreja. Ainakin palvelu, polku, rajapinta ja metodi "
 
43
"tarvitsee antaa"
 
44
 
 
45
#: scripting.cpp:179
 
46
msgctxt "Error in KWin Script"
 
47
msgid ""
 
48
"Invalid type. Service, path, interface and method need to be string values"
 
49
msgstr ""
 
50
"Virheellinen tyyppi. Palvelun, polun, rajapinnan ja metodin tulee olla "
 
51
"merkkijonoarvoja"
 
52
 
 
53
#: scriptingutils.cpp:28
 
54
msgctxt "syntax error in KWin script"
 
55
msgid "Invalid number of arguments"
 
56
msgstr "Virheellinen määrä parametreja"
 
57
 
 
58
#: scriptingutils.cpp:41
 
59
#, kde-format
 
60
msgctxt "KWin Scripting function received incorrect value for an expected type"
 
61
msgid "%1 is not a variant type"
 
62
msgstr "%1 ei ole variant-tyyppi"
 
63
 
 
64
#: scriptingutils.h:52
 
65
#, kde-format
 
66
msgctxt "KWin Scripting function received incorrect value for an expected type"
 
67
msgid "%1 is not of required type"
 
68
msgstr "%1 ei ole vaadittua tyyppiä"
 
69
 
 
70
#: scriptingutils.h:157
 
71
msgctxt "KWin Scripting error thrown due to incorrect argument"
 
72
msgid "Second argument to registerScreenEdge needs to be a callback"
 
73
msgstr ""
 
74
"registerScreenEdge-kutsun toisen parametrin tarvitsee olla callback "
 
75
"(palautekutsu)"
 
76
 
 
77
#: scriptingutils.h:186
 
78
msgctxt "KWin Scripting error thrown due to incorrect argument"
 
79
msgid "Argument for registerUserActionsMenu needs to be a callback"
 
80
msgstr ""
 
81
"registerUserActionsMenu-kutsun toisen parametrin tarvitsee olla callback "
 
82
"(palautekutsu)"
 
83
 
 
84
#: scriptingutils.h:241
 
85
#, kde-format
 
86
msgctxt "Assertion failed in KWin script with given value"
 
87
msgid "Assertion failed: %1"
 
88
msgstr "Assert ei pitänyt: %1"
 
89
 
 
90
#: scriptingutils.h:252
 
91
#, kde-format
 
92
msgctxt "Assertion failed in KWin script with expected value and actual value"
 
93
msgid "Assertion failed: Expected %1, got %2"
 
94
msgstr "Assert ei pitänyt: Odotettiin arvoa %1, mutta arvo oli %2"