blob: acbf1c9df543aba8601f5027af2432c503b1cef8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="pl_PL">
<context>
<name>ScriptingTcl</name>
<message>
<location filename="scriptingtcl.cpp" line="411"/>
<source>No database available in current context, while called Tcl's '%1' command.</source>
<oldsource>No database available in current context, while called Tcl's 'db' command.</oldsource>
<translation>Brak dostępnej bazy w bieżącym kontekście, podczas wywołania polecenie Tcl '%1'.</translation>
</message>
<message>
<location filename="scriptingtcl.cpp" line="433"/>
<source>Invalid '%1' command sytax. Should be: %2</source>
<oldsource>Invalid 'db' command sytax. Should be: db eval sql</oldsource>
<translation>Niepoprawna składnia polecenia '%1'. Powinno być: %2</translation>
</message>
<message>
<location filename="scriptingtcl.cpp" line="554"/>
<source>Error from Tcl's' '%1' command: %2</source>
<oldsource>Error from Tcl's' 'db' command: %1</oldsource>
<translation>Wystąpił błąd w poleceniu Tcl '%1': %2</translation>
</message>
</context>
</TS>
|