| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 # $Id: includes.pot,v 1.1.2.3 2009/03/08 09:32:11 hass Exp $ 2 # 3 # LANGUAGE translation of Drupal (includes) 4 # Copyright YEAR NAME <EMAIL@ADDRESS> 5 # Generated from files: 6 # date_api.views.inc,v 1.1.2.6 2008/11/30 13:58:27 karens 7 # date_api_argument_handler.inc,v 1.1.2.34 2009/02/26 17:18:53 karens 8 # date_api_filter_handler.inc,v 1.1.2.30 2009/02/28 13:08:30 karens 9 # date_navigation_plugin_style.inc,v 1.1.2.9 2009/01/24 00:41:45 karens 10 # 11 #, fuzzy 12 msgid "" 13 msgstr "" 14 "Project-Id-Version: PROJECT VERSION\n" 15 "POT-Creation-Date: 2009-03-07 19:12+0100\n" 16 "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" 17 "Last-Translator: NAME <EMAIL@ADDRESS>\n" 18 "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n" 19 "MIME-Version: 1.0\n" 20 "Content-Type: text/plain; charset=utf-8\n" 21 "Content-Transfer-Encoding: 8bit\n" 22 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 23 24 #: includes/date_api.views.inc:78;85 25 msgid "Date browser" 26 msgstr "" 27 28 #: includes/date_api.views.inc:79 29 msgid "Date back/next navigation to attach to other displays. Requires the Date argument." 30 msgstr "" 31 32 #: includes/date_api.views.inc:101 33 msgid "Date browser style" 34 msgstr "" 35 36 #: includes/date_api.views.inc:102 37 msgid "Creates back/next navigation." 38 msgstr "" 39 40 #: includes/date_api.views.inc:129 41 msgid "Filter any Views date field by a date argument, using any common ISO date/period format (i.e. YYYY, YYYY-MM, YYYY-MM-DD, YYYY-W99, YYYY-MM-DD--P3M, P90D, etc)." 42 msgstr "" 43 44 #: includes/date_api.views.inc:132;142 45 msgid "Undated" 46 msgstr "" 47 48 #: includes/date_api.views.inc:139 49 msgid "Filter any Views date field." 50 msgstr "" 51 52 #: includes/date_api_argument_handler.inc:67 53 msgid "Select the type of date value to be used in defaults, summaries, and navigation. For example, a granularity of 'month' will set the default date to the current month, summarize by month in summary views, and link to the next and previous month when using date navigation." 54 msgstr "" 55 56 #: includes/date_api_argument_handler.inc:71 includes/date_api_filter_handler.inc:109 57 msgid "Date year range" 58 msgstr "" 59 60 #: includes/date_api_argument_handler.inc:74 includes/date_api_filter_handler.inc:112 61 msgid "Set the allowable minimum and maximum year range for this argument, either a -X:+X offset from the current year, like '-3:+3' or an absolute minimum and maximum year, like '2005:2010'. When the argument is set to a date outside the range, the page will be returned as 'Page not found (404)'." 62 msgstr "" 63 64 #: includes/date_api_argument_handler.inc:83 includes/date_api_filter_handler.inc:121 65 msgid "Date field(s)" 66 msgstr "" 67 68 #: includes/date_api_argument_handler.inc:88 69 msgid "Select one or more date fields to filter with this argument. Do not select both the 'From date' and 'To date' for CCK date fields, only one of them is needed." 70 msgstr "" 71 72 #: includes/date_api_argument_handler.inc:91 includes/date_api_filter_handler.inc:129 73 msgid "Method" 74 msgstr "" 75 76 #: includes/date_api_argument_handler.inc:93 includes/date_api_filter_handler.inc:131 77 msgid "OR" 78 msgstr "" 79 80 #: includes/date_api_argument_handler.inc:93 includes/date_api_filter_handler.inc:131 81 msgid "AND" 82 msgstr "" 83 84 #: includes/date_api_argument_handler.inc:95 includes/date_api_filter_handler.inc:133 85 msgid "Method of handling multiple date fields in the same query. Return items that have any matching date field (date = field_1 OR field_2), or only those with matches in all selected date fields (date = field_1 AND field_2)." 86 msgstr "" 87 88 #: includes/date_api_argument_handler.inc:107 89 msgid "You must select at least one date field for this argument." 90 msgstr "" 91 92 #: includes/date_api_argument_handler.inc:111 includes/date_api_filter_handler.inc:144 93 msgid "Date year range must be in the format -9:+9 or 2005:2010." 94 msgstr "" 95 96 #: includes/date_api_filter_handler.inc:76 97 msgid "Select" 98 msgstr "" 99 100 #: includes/date_api_filter_handler.inc:78 101 msgid "Popup" 102 msgstr "" 103 104 #: includes/date_api_filter_handler.inc:99 105 msgid "Date form type" 106 msgstr "" 107 108 #: includes/date_api_filter_handler.inc:102 109 msgid "Choose the form element to use for date selection." 110 msgstr "" 111 112 #: includes/date_api_filter_handler.inc:106 113 msgid "Select a granularity for the date filter. For instance, selecting 'day' will create a filter where users can select the year, month, and day." 114 msgstr "" 115 116 #: includes/date_api_filter_handler.inc:126 117 msgid "Select date field(s) to filter with this argument." 118 msgstr "" 119 120 #: includes/date_api_filter_handler.inc:140 121 msgid "You must select at least one date field for this filter." 122 msgstr "" 123 124 #: includes/date_api_filter_handler.inc:207 125 msgid "Absolute value" 126 msgstr "" 127 128 #: includes/date_api_filter_handler.inc:210 129 msgid "Date default" 130 msgstr "" 131 132 #: includes/date_api_filter_handler.inc:212 133 msgid "Relative value" 134 msgstr "" 135 136 #: includes/date_api_filter_handler.inc:212 137 msgid "Relative values will be used if no date is set above. Use 'now' to default to the current date at runtime or add modifiers like 'now +1 day'. The To date default value is used when the operator is set to 'between' or 'not between'." 138 msgstr "" 139 140 #: includes/date_api_filter_handler.inc:212 141 msgid "If the filter is exposed, these values will be used to set the inital value of the exposed filter. Leave both date and default values blank to start with no value in the exposed filter." 142 msgstr "" 143 144 #: includes/date_api_filter_handler.inc:216 145 msgid "To date default" 146 msgstr "" 147 148 #: includes/date_api_filter_handler.inc:328 149 msgid "Please set a default value for the To date as well as the From date when using default values with the Between or Not between operators." 150 msgstr "" 151 152 #: includes/date_api_filter_handler.inc:341 153 msgid "Missing date fields!" 154 msgstr "" 155 156 #: includes/date_api_filter_handler.inc:359 157 msgid "(@field) <strong>Exposed</strong> @widget @format" 158 msgstr "" 159 160 #: includes/date_api_filter_handler.inc:365 161 msgid "@min and @max" 162 msgstr "" 163 164 #: includes/date_navigation_plugin_style.inc:24 165 msgid "The %style cannot use more than one Date: Date argument." 166 msgstr "" 167 168 #: includes/date_navigation_plugin_style.inc:27 169 msgid "The %style requires the Date: Date argument be set to default to the current date." 170 msgstr "" 171 172 #: includes/date_navigation_plugin_style.inc:34 173 msgid "The %style requires the Date: Date argument." 174 msgstr "" 175
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |