blob: a2928e38f60d35ef0f59f00c3c7a8cb08f21b12f (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# LANGUAGE message translation file for pltcl
# Copyright (C) 2010 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.0\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2010-09-04 19:59+0000\n"
"PO-Revision-Date: 2013-09-05 23:03-0400\n"
"Last-Translator: Max <max@oceanline.co.uk>\n"
"Language-Team: ROMÂNĂ <max@oceanline.co.uk>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Romanian\n"
"X-Poedit-Country: România\n"
#: pltcl.c:1075
#, c-format
msgid "%s"
msgstr "%s"
#: pltcl.c:1076
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"în funcția PL/Tcl \"%s\""
#: pltcl.c:1173
msgid "out of memory"
msgstr "memorie insuficientă"
#: pltcl.c:1234
msgid "trigger functions can only be called as triggers"
msgstr "funcţiile trigger pot fi apelate doar ca triggere"
#: pltcl.c:1243
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "funcțiile PL/Tcl nu pot returna tipul %s"
#: pltcl.c:1255
msgid "PL/Tcl functions cannot return composite types"
msgstr "funcțiile PL/Tcl nu pot returna tipul compozit"
#: pltcl.c:1294
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "funcțiile PL/Tcl nu pot accepta tipul %s"
|