| [ Index ] | PHP Cross Reference of Mambo 4.6.5 |
|
| [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 # This file is distributed under the same license as the PACKAGE package. 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 # 6 #, fuzzy 7 msgid "" 8 msgstr "" 9 "Project-Id-Version: PACKAGE VERSION\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2008-03-18 16:54-0500\n" 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 "Language-Team: LANGUAGE <LL@li.org>\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=utf-8\n" 17 "Content-Transfer-Encoding: 8bit\n" 18 19 #: administrator/components/com_poll/admin.poll.html.php:27 20 msgid "Poll Manager" 21 msgstr "" 22 23 #: administrator/components/com_poll/admin.poll.html.php:40 24 msgid "Poll Question" 25 msgstr "" 26 27 #: administrator/components/com_poll/admin.poll.html.php:43 28 #: administrator/components/com_poll/admin.poll.html.php:61 29 msgid "Published" 30 msgstr "" 31 32 #: administrator/components/com_poll/admin.poll.html.php:46 33 msgid "Options" 34 msgstr "" 35 36 #: administrator/components/com_poll/admin.poll.html.php:49 37 msgid "Lag" 38 msgstr "" 39 40 #: administrator/components/com_poll/admin.poll.html.php:61 41 msgid "Unpublished" 42 msgstr "" 43 44 #: administrator/components/com_poll/admin.poll.html.php:73 45 msgid "Edit Poll" 46 msgstr "" 47 48 #: administrator/components/com_poll/admin.poll.html.php:117 49 msgid "Poll must have a title" 50 msgstr "" 51 52 #: administrator/components/com_poll/admin.poll.html.php:119 53 msgid "Poll must have a non-zero lag time" 54 msgstr "" 55 56 #: administrator/components/com_poll/admin.poll.html.php:133 57 msgid "Poll:" 58 msgstr "" 59 60 #: administrator/components/com_poll/admin.poll.html.php:135 61 msgid "Edit" 62 msgstr "" 63 64 #: administrator/components/com_poll/admin.poll.html.php:135 65 msgid "New" 66 msgstr "" 67 68 #: administrator/components/com_poll/admin.poll.html.php:144 69 msgid "Details" 70 msgstr "" 71 72 #: administrator/components/com_poll/admin.poll.html.php:149 73 msgid "Question:" 74 msgstr "" 75 76 #: administrator/components/com_poll/admin.poll.html.php:158 77 msgid "Show on menu items:" 78 msgstr "" 79 80 #: administrator/components/com_poll/admin.poll.html.php:165 81 msgid "Lag:" 82 msgstr "" 83 84 #: administrator/components/com_poll/admin.poll.html.php:174 85 msgid "Options:" 86 msgstr "" 87 88 #: administrator/components/com_poll/admin.poll.php:20 89 #: components/com_poll/poll.php:57 90 msgid "You are not authorized to view this resource." 91 msgstr "" 92 93 #: administrator/components/com_poll/admin.poll.php:109 94 #, php-format 95 msgid "The poll %s is currently being edited by another administrator." 96 msgstr "" 97 98 #: administrator/components/com_poll/admin.poll.php:218 99 msgid "publish" 100 msgstr "" 101 102 #: administrator/components/com_poll/admin.poll.php:218 103 msgid "unpublish" 104 msgstr "" 105 106 #: administrator/components/com_poll/admin.poll.php:219 107 #, php-format 108 msgid "Select an item to %s" 109 msgstr "" 110 111 #: administrator/components/com_poll/poll.class.php:43 112 msgid "Your Poll must contain a title." 113 msgstr "" 114 115 #: administrator/components/com_poll/poll.class.php:49 116 msgid "Your Poll must have a non-zero lag time." 117 msgstr "" 118 119 #: administrator/components/com_poll/poll.class.php:58 120 msgid "There is a module already with that name, please try again." 121 msgstr "" 122 123 #: administrator/components/com_poll/poll.xml 124 msgid "" 125 "A small image to be placed to the left or right of your menu item, images " 126 "must be in images/stories/" 127 msgstr "" 128 129 #: administrator/components/com_poll/poll.xml 130 msgid "" 131 "A suffix to be applied to the css classes of the page, this allows " 132 "individual page styling" 133 msgstr "" 134 135 #: administrator/components/com_poll/poll.xml 136 msgid "Back Button" 137 msgstr "" 138 139 #: administrator/components/com_poll/poll.xml 140 msgid "Hide" 141 msgstr "" 142 143 #: administrator/components/com_poll/poll.xml 144 msgid "Menu Image" 145 msgstr "" 146 147 #: administrator/components/com_poll/poll.xml 148 msgid "Page Class Suffix" 149 msgstr "" 150 151 #: administrator/components/com_poll/poll.xml 152 msgid "Page Title" 153 msgstr "" 154 155 #: administrator/components/com_poll/poll.xml 156 msgid "Poll" 157 msgstr "" 158 159 #: administrator/components/com_poll/poll.xml components/com_poll/poll.php:178 160 #: components/com_poll/poll.php:195 161 msgid "Polls" 162 msgstr "" 163 164 #: administrator/components/com_poll/poll.xml 165 msgid "Show" 166 msgstr "" 167 168 #: administrator/components/com_poll/poll.xml 169 msgid "Show/Hide a Back Button, that returns you to the previously view page" 170 msgstr "" 171 172 #: administrator/components/com_poll/poll.xml 173 msgid "Show/Hide the pages Title" 174 msgstr "" 175 176 #: administrator/components/com_poll/poll.xml 177 msgid "" 178 "Text to display at the top of the page. If left blank, the Menu name will be " 179 "used instead" 180 msgstr "" 181 182 #: administrator/components/com_poll/poll.xml 183 msgid "This component shows Polls/Surveys" 184 msgstr "" 185 186 #: administrator/components/com_poll/poll.xml 187 msgid "Use Global" 188 msgstr "" 189 190 #: administrator/components/com_poll/toolbar.poll.html.php:43 191 msgid "Preview" 192 msgstr "" 193 194 #. for existing content items the button is renamed `close` 195 #: administrator/components/com_poll/toolbar.poll.html.php:50 196 msgid "Close" 197 msgstr "" 198 199 #: components/com_poll/poll.html.php:50 200 msgid "Select Poll:" 201 msgstr "" 202 203 #: components/com_poll/poll.html.php:82 204 msgid "There are no results for this poll." 205 msgstr "" 206 207 #: components/com_poll/poll.html.php:192 208 msgid "Number of Voters" 209 msgstr "" 210 211 #: components/com_poll/poll.html.php:201 212 msgid "First Vote" 213 msgstr "" 214 215 #: components/com_poll/poll.html.php:210 216 msgid "Last Vote" 217 msgstr "" 218 219 #: components/com_poll/poll.php:50 220 msgid "Cookies must be enabled!" 221 msgstr "" 222 223 #: components/com_poll/poll.php:51 components/com_poll/poll.php:58 224 #: components/com_poll/poll.php:67 components/com_poll/poll.php:74 225 msgid "Continue" 226 msgstr "" 227 228 #: components/com_poll/poll.php:66 229 msgid "You already voted for this poll today!" 230 msgstr "" 231 232 #: components/com_poll/poll.php:73 233 msgid "No selection has been made, please try again" 234 msgstr "" 235 236 #: components/com_poll/poll.php:95 components/com_poll/poll.php:97 237 msgid "Thanks for your vote!" 238 msgstr "" 239 240 #: components/com_poll/poll.php:99 241 msgid "Results" 242 msgstr "" 243 244 #: components/com_poll/poll.php:114 components/com_poll/poll.php:161 245 msgid "Select Poll from the list" 246 msgstr ""
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed May 23 00:05:01 2012 | Cross-referenced by PHPXref 0.7 |
| Mambo API: Mambo is Free software released under the GNU/General Public License, Version 2 |