/[drupal]/contributions/modules/computed_field/translations/hu.po
ViewVC logotype

Diff of /contributions/modules/computed_field/translations/hu.po

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Fri Nov 21 10:22:33 2008 UTC revision 1.2, Fri Jul 31 21:52:51 2009 UTC
# Line 0  Line 1 
1    # Hungarian translation of computed_field (6.x-1.0-beta2)
2    # Copyright (c) 2008 by the Hungarian translation team
3    # Generated from files:
4    #  computed_field.module,v 1.17.2.4 2008/10/17 21:21:05 moonshine
5    #  computed_field.info,v 1.4.2.1 2008/10/01 21:49:38 moonshine
6    #
7    msgid ""
8    msgstr ""
9    "Project-Id-Version: computed_field (6.x-1.0-beta2)\n"
10    "POT-Creation-Date: 2008-11-21 04:18-0600\n"
11    "PO-Revision-Date: 2008-11-02 15:57-0600\n"
12    "Last-Translator: Balogh Zoltán\n"
13    "Language-Team: Hungarian http://forditas.mindworks.hu\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    
19    #: computed_field.module:114
20    msgid "Default"
21    msgstr "Alapértelmezett"
22    
23    #: computed_field.module:242
24    msgid "Plain text"
25    msgstr "Egyszerű szöveg"
26    
27    #: computed_field.module:79
28    msgid "Sortable"
29    msgstr "Rendezhető"
30    
31    #: computed_field.info:0
32    msgid "CCK"
33    msgstr "CCK"
34    
35    #: computed_field.module:178
36    msgid "Computed"
37    msgstr "Számított"
38    
39    #: computed_field.module:10,10
40    msgid "Computed"
41    msgstr "Számított"
42    
43    #: computed_field.module:11
44    msgid "Create field data via PHP code."
45    msgstr "Érték létrehozása PHP kóddal."
46    
47    #: computed_field.module:31
48    msgid "Computed Code"
49    msgstr "Számítási kód"
50    
51    #: computed_field.module:32
52    msgid "The variables available to your code are: "
53    msgstr "A kód számára elérhető változók: "
54    
55    #: computed_field.module:32
56    msgid ". To set the value of the field, set "
57    msgstr ". A mező értékének beállításához szükséges változó: "
58    
59    #: computed_field.module:32
60    msgid ""
61    ". Here's a simple example which sets the computed field's value to the "
62    "value of the sum of the number fields field_a and field_b: "
63    msgstr ""
64    ". Itt egy egyszerű példa, amely beállítja a számított mező "
65    "értékét a field_a és field_b mezők összegére: "
66    
67    #: computed_field.module:37
68    msgid "Display this field"
69    msgstr "A mező megjelenítése"
70    
71    #: computed_field.module:42
72    msgid "Display Format"
73    msgstr "Megjelenítési forma"
74    
75    #: computed_field.module:43
76    msgid ""
77    "This code should assign a string to the $display variable, which will "
78    "be printed as the value of the field. The stored value of the field is "
79    "in $node_field_item['value'].  Note: this code has no effect if you "
80    "use the \"Computed Value\" formatter option."
81    msgstr ""
82    "Ennek a kódnak kell hozzárendelnie egy karaktersorozatot a $display "
83    "változóhóz, amely mint a változó értéke fog megjelenni. A mező "
84    "tárolt értéke a $node_field_item['value'] változóban van. "
85    "Megjegyzés: ennek a kódnak nincs hatása „Számított érték” "
86    "formázási beállítás használata esetén."
87    
88    #: computed_field.module:48
89    msgid "Store using the database settings below"
90    msgstr "Tárolás az alábbi adatbázis beállításokat használva"
91    
92    #: computed_field.module:51
93    msgid "Database Storage Settings"
94    msgstr "Adatbázisban tárolás beállításai"
95    
96    #: computed_field.module:54
97    msgid "Data Type"
98    msgstr "Adattípus"
99    
100    #: computed_field.module:55
101    msgid "The SQL datatype to store this field in."
102    msgstr "A mező tárolásához használt SQL adattípus."
103    
104    #: computed_field.module:62
105    msgid "Data Length"
106    msgstr "Adathossz"
107    
108    #: computed_field.module:68
109    msgid "Default Value"
110    msgstr "Alapértelmezett érték"
111    
112    #: computed_field.module:74
113    msgid "Not NULL"
114    msgstr "Nem NULL"
115    
116    #: computed_field.module:86
117    msgid "To store this field in the database, please specify a data type."
118    msgstr ""
119    "A mező adatbázisban történő tárolásához meg kell adni egy "
120    "adattípust."
121    
122    #: computed_field.module:89
123    msgid "To store this field in the database, please specify the data length."
124    msgstr ""
125    "A mező adatbázisban történő tárolásához meg kell adni az adat "
126    "hosszát."
127    
128    #: computed_field.module:238
129    msgid "Raw text"
130    msgstr "Nyers szöveg"
131    
132    #: computed_field.module:246
133    msgid "Markup"
134    msgstr "Jelölő"
135    
136    #: computed_field.module:250
137    msgid "Computed Value"
138    msgstr "Számított érték"
139    
140    #: computed_field.module:310
141    msgid "Raw, unfiltered text."
142    msgstr "Nyers, szűretlen szöveg."
143    
144    #: computed_field.module:311
145    msgid "Formatted and filtered text."
146    msgstr "Formázott és szűrt szöveg."
147    
148    #: computed_field.module:0
149    msgid "computed_field"
150    msgstr "computed_field"
151    
152    #: computed_field.info:0
153    msgid "Computed Field"
154    msgstr "Számított mező"
155    
156    #: computed_field.info:0
157    msgid "Allows the user to define computed values in custom content types."
158    msgstr ""
159    "Lehetővé teszi számított értékek megadását az egyedi tartalom "
160    "típusokban."
161    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2