/[drupal]/contributions/modules/computed_field/translations/computed_field.pot
ViewVC logotype

Diff of /contributions/modules/computed_field/translations/computed_field.pot

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

revision 1.1, Mon Sep 29 21:32:04 2008 UTC revision 1.2, Tue Oct 7 17:26:12 2008 UTC
# Line 0  Line 1 
1    # $Id: computed_field.pot,v 1.1.2.1 2008/09/29 21:32:04 moonshine Exp $
2    #
3    # LANGUAGE translation of Drupal (general)
4    # Copyright YEAR NAME <EMAIL@ADDRESS>
5    # Generated from files:
6    #  computed_field.module,v 1.17.2.3 2008/09/29 04:08:21 moonshine
7    #  computed_field.info,v 1.4 2008/08/26 05:25:38 moonshine
8    #
9    #, fuzzy
10    msgid ""
11    msgstr ""
12    "Project-Id-Version: PROJECT VERSION\n"
13    "POT-Creation-Date: 2008-09-29 09:51+0200\n"
14    "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
15    "Last-Translator: NAME <EMAIL@ADDRESS>\n"
16    "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
17    "MIME-Version: 1.0\n"
18    "Content-Type: text/plain; charset=utf-8\n"
19    "Content-Transfer-Encoding: 8bit\n"
20    "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21    
22    #: computed_field.module:10;178
23    msgid "Computed"
24    msgstr ""
25    
26    #: computed_field.module:11
27    msgid "Create field data via PHP code."
28    msgstr ""
29    
30    #: computed_field.module:31
31    msgid "Computed Code"
32    msgstr ""
33    
34    #: computed_field.module:32
35    msgid "The variables available to your code are: "
36    msgstr ""
37    
38    #: computed_field.module:32
39    msgid ". To set the value of the field, set "
40    msgstr ""
41    
42    #: computed_field.module:32
43    msgid ". Here's a simple example which sets the computed field's value to the value of the sum of the number fields field_a and field_b: "
44    msgstr ""
45    
46    #: computed_field.module:37
47    msgid "Display this field"
48    msgstr ""
49    
50    #: computed_field.module:42
51    msgid "Display Format"
52    msgstr ""
53    
54    #: computed_field.module:43
55    msgid "This code should assign a string to the $display variable, which will be printed as the value of the field. The stored value of the field is in $node_field_item['value'].  Note: this code has no effect if you use the \"Computed Value\" formatter option."
56    msgstr ""
57    
58    #: computed_field.module:48
59    msgid "Store using the database settings below"
60    msgstr ""
61    
62    #: computed_field.module:51
63    msgid "Database Storage Settings"
64    msgstr ""
65    
66    #: computed_field.module:54
67    msgid "Data Type"
68    msgstr ""
69    
70    #: computed_field.module:55
71    msgid "The SQL datatype to store this field in."
72    msgstr ""
73    
74    #: computed_field.module:62
75    msgid "Data Length"
76    msgstr ""
77    
78    #: computed_field.module:68
79    msgid "Default Value"
80    msgstr ""
81    
82    #: computed_field.module:74
83    msgid "Not NULL"
84    msgstr ""
85    
86    #: computed_field.module:79
87    msgid "Sortable"
88    msgstr ""
89    
90    #: computed_field.module:86
91    msgid "To store this field in the database, please specify a data type."
92    msgstr ""
93    
94    #: computed_field.module:89
95    msgid "To store this field in the database, please specify the data length."
96    msgstr ""
97    
98    #: computed_field.module:114
99    msgid "Default"
100    msgstr ""
101    
102    #: computed_field.module:242
103    msgid "Raw text"
104    msgstr ""
105    
106    #: computed_field.module:246
107    msgid "Plain text"
108    msgstr ""
109    
110    #: computed_field.module:250
111    msgid "Markup"
112    msgstr ""
113    
114    #: computed_field.module:254
115    msgid "Computed Value"
116    msgstr ""
117    
118    #: computed_field.module:314
119    msgid "Raw, unfiltered text."
120    msgstr ""
121    
122    #: computed_field.module:315
123    msgid "Formatted and filtered text."
124    msgstr ""
125    
126    #: computed_field.module:0
127    msgid "computed_field"
128    msgstr ""
129    
130    #: computed_field.info:0
131    msgid "Computed Field"
132    msgstr ""
133    
134    #: computed_field.info:0
135    msgid "Allows the user to define computed values in custom content types."
136    msgstr ""
137    
138    #: computed_field.info:0
139    msgid "CCK"
140    msgstr ""
141    

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

  ViewVC Help
Powered by ViewVC 1.1.2