Changeset 12345
- Timestamp:
- 08/02/11 17:17:48 (2 years ago)
- Files:
-
- modules/branches/2.10/cdr/i18n/cdr.pot (modified) (8 diffs)
- modules/branches/2.10/cdr/page.cdr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/cdr/i18n/cdr.pot
r12338 r12345 15 15 # 16 16 # FreePBX language template for cdr 17 # Copyright (C) 2008, 2009, 2010 , 2011Bandwith.com17 # Copyright (C) 2008, 2009, 2010 Bandwith.com 18 18 # 19 19 msgid "" … … 21 21 "Project-Id-Version: PACKAGE VERSION\n" 22 22 "Report-Msgid-Bugs-To: \n" 23 "POT-Creation-Date: 2011-0 7-29 19:43+0200\n"23 "POT-Creation-Date: 2011-08-02 23:16+0200\n" 24 24 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 25 25 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 35 35 msgstr "" 36 36 37 msgid "Call Data Record report tools for view eing reports of your calls"37 msgid "Call Data Record report tools for viewing reports of your calls" 38 38 msgstr "" 39 39 … … 68 68 msgstr "" 69 69 70 msgid "" 71 "Select time span for your report. You can select Date, Month, Year, Hour and " 72 "Minute to narrow your search" 73 msgstr "" 74 70 75 msgid "Call Date" 71 76 msgstr "" … … 134 139 msgstr "" 135 140 141 msgid "" 142 "Select Source Channel to search for. You can enter just the channel type " 143 "like SIP, IAX2 or Local. You can also include the destination for the " 144 "channel, like SIP/1234." 145 msgstr "" 146 136 147 msgid "Src Channel" 137 148 msgstr "" … … 152 163 msgstr "" 153 164 165 msgid "" 166 "Search for source calls. You can enter multiple sources separated by a " 167 "comma. This field support Asterisk regular expression. Example<br>" 168 msgstr "" 169 170 msgid "<b>_2XXN, _562., _.0075</b> = search for any match of these numbers<br>" 171 msgstr "" 172 173 msgid "" 174 "<b>_!2XXN, _562., _.0075</b> = Search for any match <b>except</b> for these " 175 "numbers" 176 msgstr "" 177 178 msgid "<br>Asterisk pattern matching<br>" 179 msgstr "" 180 181 msgid "<b>X</b> = matches any digit from 0-9<br>" 182 msgstr "" 183 184 msgid "<b>Z</b> = matches any digit from 1-9<br>" 185 msgstr "" 186 187 msgid "<b>N</b> = matches any digit from 2-9<br>" 188 msgstr "" 189 190 msgid "" 191 "<b>[1237-9]</b> = matches any digit or letter in the brackets<br>(in this " 192 "example, 1,2,3,7,8,9)<br>" 193 msgstr "" 194 195 msgid "<b>.</b> = wildcard, matches one or more characters<br>" 196 msgstr "" 197 154 198 msgid "Source" 155 199 msgstr "" 156 200 201 msgid "" 202 "Search for CallerID. If your CallerID begins with \" then you must supply " 203 "this in your search if you select Begins With." 204 msgstr "" 205 206 msgid "" 207 "Select Destination Channel to search for. It can be just the channel type " 208 "like SIP, IAX2 or Local. It can include the destination for the channel, " 209 "like SIP/1234." 210 msgstr "" 211 157 212 msgid "Dst Channel" 158 213 msgstr "" 159 214 215 msgid "" 216 "Search for destination calls. You can enter multiple sources separated by a " 217 "comma. This field support Asterisk regular expression. Example<br>" 218 msgstr "" 219 160 220 msgid "Destination" 161 221 msgstr "" 162 222 223 msgid "Search for userfield data (if enabled)." 224 msgstr "" 225 163 226 msgid "Userfield" 164 227 msgstr "" 165 228 229 msgid "Search for accountcode." 230 msgstr "" 231 166 232 msgid "Account Code" 167 233 msgstr "" 168 234 235 msgid "Search for calls that matches the call length specified." 236 msgstr "" 237 169 238 msgid "Duration" 170 239 msgstr "" … … 179 248 msgstr "" 180 249 250 msgid "" 251 "Search for calls that matches either ANSWERED, BUSY, FAILED or NO ANSWER." 252 msgstr "" 253 181 254 msgid "Disposition" 182 255 msgstr "" … … 290 363 msgstr "" 291 364 292 msgid "Max Calls"293 msgstr ""294 295 365 msgid "Time" 296 366 msgstr "" modules/branches/2.10/cdr/page.cdr.php
r12342 r12345 236 236 </tr> 237 237 <tr> 238 <?php $duration_tooltip = _("Search for calls that matches the call leng htspecified.");?>238 <?php $duration_tooltip = _("Search for calls that matches the call length specified.");?> 239 239 <td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'duration') { echo 'checked="checked"'; } ?> type="radio" name="order" value="duration" /> <label><?php echo "<a href=\"#\" class=\"info\">"._("Duration")."<span>$duration_tooltip</span></a>"?>:</label></td> 240 240 <td><?php echo _("Between")?>:
