| 3 |
# LANGUAGE translation of Drupal (general) |
# LANGUAGE translation of Drupal (general) |
| 4 |
# Copyright YEAR NAME <EMAIL@ADDRESS> |
# Copyright YEAR NAME <EMAIL@ADDRESS> |
| 5 |
# Generated from files: |
# Generated from files: |
| 6 |
# computed_field.module,v 1.17.2.3 2008/09/29 04:08:21 moonshine |
# computed_field.module,v 1.17.2.8 2009/07/31 23:38:42 pl2 |
| 7 |
# computed_field.info,v 1.4 2008/08/26 05:25:38 moonshine |
# computed_field.info,v 1.4.2.1 2008/10/01 21:49:38 moonshine |
| 8 |
# |
# |
| 9 |
#, fuzzy |
#, fuzzy |
| 10 |
msgid "" |
msgid "" |
| 11 |
msgstr "" |
msgstr "" |
| 12 |
"Project-Id-Version: PROJECT VERSION\n" |
"Project-Id-Version: PROJECT VERSION\n" |
| 13 |
"POT-Creation-Date: 2008-09-29 09:51+0200\n" |
"POT-Creation-Date: 2009-08-01 02:11+0200\n" |
| 14 |
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" |
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" |
| 15 |
"Last-Translator: NAME <EMAIL@ADDRESS>\n" |
"Last-Translator: NAME <EMAIL@ADDRESS>\n" |
| 16 |
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n" |
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n" |
| 19 |
"Content-Transfer-Encoding: 8bit\n" |
"Content-Transfer-Encoding: 8bit\n" |
| 20 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
| 21 |
|
|
| 22 |
#: computed_field.module:10;178 |
#: computed_field.module:10;206 |
| 23 |
msgid "Computed" |
msgid "Computed" |
| 24 |
msgstr "" |
msgstr "" |
| 25 |
|
|
| 27 |
msgid "Create field data via PHP code." |
msgid "Create field data via PHP code." |
| 28 |
msgstr "" |
msgstr "" |
| 29 |
|
|
| 30 |
#: computed_field.module:31 |
#: computed_field.module:33 |
| 31 |
msgid "Computed Code" |
msgid "Computed Code" |
| 32 |
msgstr "" |
msgstr "" |
| 33 |
|
|
| 34 |
#: computed_field.module:32 |
#: computed_field.module:34 |
| 35 |
msgid "The variables available to your code are: " |
msgid "The variables available to your code are: " |
| 36 |
msgstr "" |
msgstr "" |
| 37 |
|
|
| 38 |
#: computed_field.module:32 |
#: computed_field.module:34 |
| 39 |
msgid ". To set the value of the field, set " |
msgid ". To set the value of the field, set " |
| 40 |
msgstr "" |
msgstr "" |
| 41 |
|
|
| 42 |
#: computed_field.module:32 |
#: computed_field.module:34 |
| 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: " |
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 "" |
msgstr "" |
| 45 |
|
|
| 46 |
#: computed_field.module:37 |
#: computed_field.module:34 |
| 47 |
msgid "Display this field" |
msgid "Alternately, this code can be supplied by your own custom function named @compute_func()." |
| 48 |
msgstr "" |
msgstr "" |
| 49 |
|
|
| 50 |
#: computed_field.module:42 |
#: computed_field.module:41 |
| 51 |
|
msgid "This field is computed using @compute_func()." |
| 52 |
|
msgstr "" |
| 53 |
|
|
| 54 |
|
#: computed_field.module:46 |
| 55 |
msgid "Display Format" |
msgid "Display Format" |
| 56 |
msgstr "" |
msgstr "" |
| 57 |
|
|
| 58 |
#: computed_field.module:43 |
#: computed_field.module:47 |
| 59 |
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." |
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. Alternately, this code can be supplied by your own custom function named @display_func()." |
| 60 |
|
msgstr "" |
| 61 |
|
|
| 62 |
|
#: computed_field.module:54 |
| 63 |
|
msgid "This field is computed using @display_func()." |
| 64 |
msgstr "" |
msgstr "" |
| 65 |
|
|
| 66 |
#: computed_field.module:48 |
#: computed_field.module:59 |
| 67 |
msgid "Store using the database settings below" |
msgid "Store using the database settings below" |
| 68 |
msgstr "" |
msgstr "" |
| 69 |
|
|
| 70 |
#: computed_field.module:51 |
#: computed_field.module:62 |
| 71 |
msgid "Database Storage Settings" |
msgid "Database Storage Settings" |
| 72 |
msgstr "" |
msgstr "" |
| 73 |
|
|
| 74 |
#: computed_field.module:54 |
#: computed_field.module:65 |
| 75 |
msgid "Data Type" |
msgid "Data Type" |
| 76 |
msgstr "" |
msgstr "" |
| 77 |
|
|
| 78 |
#: computed_field.module:55 |
#: computed_field.module:66 |
| 79 |
msgid "The SQL datatype to store this field in." |
msgid "The SQL datatype to store this field in." |
| 80 |
msgstr "" |
msgstr "" |
| 81 |
|
|
| 82 |
#: computed_field.module:62 |
#: computed_field.module:73 |
| 83 |
msgid "Data Length" |
msgid "Data Length" |
| 84 |
msgstr "" |
msgstr "" |
| 85 |
|
|
| 86 |
#: computed_field.module:68 |
#: computed_field.module:79 |
| 87 |
msgid "Default Value" |
msgid "Default Value" |
| 88 |
msgstr "" |
msgstr "" |
| 89 |
|
|
| 90 |
#: computed_field.module:74 |
#: computed_field.module:85 |
| 91 |
msgid "Not NULL" |
msgid "Not NULL" |
| 92 |
msgstr "" |
msgstr "" |
| 93 |
|
|
| 94 |
#: computed_field.module:79 |
#: computed_field.module:90 |
| 95 |
msgid "Sortable" |
msgid "Sortable" |
| 96 |
msgstr "" |
msgstr "" |
| 97 |
|
|
| 98 |
#: computed_field.module:86 |
#: computed_field.module:97 |
| 99 |
msgid "To store this field in the database, please specify a data type." |
msgid "To store this field in the database, please specify a data type." |
| 100 |
msgstr "" |
msgstr "" |
| 101 |
|
|
| 102 |
#: computed_field.module:89 |
#: computed_field.module:100 |
| 103 |
msgid "To store this field in the database, please specify the data length." |
msgid "To store this field in the database, please specify the data length." |
| 104 |
msgstr "" |
msgstr "" |
| 105 |
|
|
| 106 |
#: computed_field.module:114 |
#: computed_field.module:131 |
| 107 |
msgid "Default" |
msgid "Default" |
| 108 |
msgstr "" |
msgstr "" |
| 109 |
|
|
| 110 |
#: computed_field.module:242 |
#: computed_field.module:265 |
| 111 |
msgid "Raw text" |
msgid "Raw text" |
| 112 |
msgstr "" |
msgstr "" |
| 113 |
|
|
| 114 |
#: computed_field.module:246 |
#: computed_field.module:269 |
| 115 |
msgid "Plain text" |
msgid "Plain text" |
| 116 |
msgstr "" |
msgstr "" |
| 117 |
|
|
| 118 |
#: computed_field.module:250 |
#: computed_field.module:273 |
| 119 |
msgid "Markup" |
msgid "Markup" |
| 120 |
msgstr "" |
msgstr "" |
| 121 |
|
|
| 122 |
#: computed_field.module:254 |
#: computed_field.module:277 |
| 123 |
msgid "Computed Value" |
msgid "Computed Value" |
| 124 |
msgstr "" |
msgstr "" |
| 125 |
|
|
| 126 |
#: computed_field.module:314 |
#: computed_field.module:361 |
| 127 |
msgid "Raw, unfiltered text." |
msgid "Raw, unfiltered text." |
| 128 |
msgstr "" |
msgstr "" |
| 129 |
|
|
| 130 |
#: computed_field.module:315 |
#: computed_field.module:362 |
| 131 |
msgid "Formatted and filtered text." |
msgid "Formatted and filtered text." |
| 132 |
msgstr "" |
msgstr "" |
| 133 |
|
|
|
#: computed_field.module:0 |
|
|
msgid "computed_field" |
|
|
msgstr "" |
|
|
|
|
| 134 |
#: computed_field.info:0 |
#: computed_field.info:0 |
| 135 |
msgid "Computed Field" |
msgid "Computed Field" |
| 136 |
msgstr "" |
msgstr "" |