Changeset 12345

Show
Ignore:
Timestamp:
08/02/11 17:17:48 (2 years ago)
Author:
mickecarlsson
Message:

cdr, spelling error, updated .pot file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/cdr/i18n/cdr.pot

    r12338 r12345  
    1515# 
    1616# FreePBX language template for cdr 
    17 # Copyright (C) 2008, 2009, 2010, 2011 Bandwith.com 
     17# Copyright (C) 2008, 2009, 2010 Bandwith.com 
    1818# 
    1919msgid "" 
     
    2121"Project-Id-Version: PACKAGE VERSION\n" 
    2222"Report-Msgid-Bugs-To: \n" 
    23 "POT-Creation-Date: 2011-07-29 19:43+0200\n" 
     23"POT-Creation-Date: 2011-08-02 23:16+0200\n" 
    2424"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    2525"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    3535msgstr "" 
    3636 
    37 msgid "Call Data Record report tools for vieweing reports of your calls" 
     37msgid "Call Data Record report tools for viewing reports of your calls" 
    3838msgstr "" 
    3939 
     
    6868msgstr "" 
    6969 
     70msgid "" 
     71"Select time span for your report. You can select Date, Month, Year, Hour and " 
     72"Minute to narrow your search" 
     73msgstr "" 
     74 
    7075msgid "Call Date" 
    7176msgstr "" 
     
    134139msgstr "" 
    135140 
     141msgid "" 
     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." 
     145msgstr "" 
     146 
    136147msgid "Src Channel" 
    137148msgstr "" 
     
    152163msgstr "" 
    153164 
     165msgid "" 
     166"Search for source calls. You can enter multiple sources separated by a " 
     167"comma. This field support Asterisk regular expression. Example<br>" 
     168msgstr "" 
     169 
     170msgid "<b>_2XXN, _562., _.0075</b> = search for any match of these numbers<br>" 
     171msgstr "" 
     172 
     173msgid "" 
     174"<b>_!2XXN, _562., _.0075</b> = Search for any match <b>except</b> for these " 
     175"numbers" 
     176msgstr "" 
     177 
     178msgid "<br>Asterisk pattern matching<br>" 
     179msgstr "" 
     180 
     181msgid "<b>X</b> = matches any digit from 0-9<br>" 
     182msgstr "" 
     183 
     184msgid "<b>Z</b> = matches any digit from 1-9<br>" 
     185msgstr "" 
     186 
     187msgid "<b>N</b> = matches any digit from 2-9<br>" 
     188msgstr "" 
     189 
     190msgid "" 
     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>" 
     193msgstr "" 
     194 
     195msgid "<b>.</b> = wildcard, matches one or more characters<br>" 
     196msgstr "" 
     197 
    154198msgid "Source" 
    155199msgstr "" 
    156200 
     201msgid "" 
     202"Search for CallerID. If your CallerID begins with \" then you must supply " 
     203"this in your search if you select Begins With." 
     204msgstr "" 
     205 
     206msgid "" 
     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." 
     210msgstr "" 
     211 
    157212msgid "Dst Channel" 
    158213msgstr "" 
    159214 
     215msgid "" 
     216"Search for destination calls. You can enter multiple sources separated by a " 
     217"comma. This field support Asterisk regular expression. Example<br>" 
     218msgstr "" 
     219 
    160220msgid "Destination" 
    161221msgstr "" 
    162222 
     223msgid "Search for userfield data (if enabled)." 
     224msgstr "" 
     225 
    163226msgid "Userfield" 
    164227msgstr "" 
    165228 
     229msgid "Search for accountcode." 
     230msgstr "" 
     231 
    166232msgid "Account Code" 
    167233msgstr "" 
    168234 
     235msgid "Search for calls that matches the call length specified." 
     236msgstr "" 
     237 
    169238msgid "Duration" 
    170239msgstr "" 
     
    179248msgstr "" 
    180249 
     250msgid "" 
     251"Search for calls that matches either ANSWERED, BUSY, FAILED or NO ANSWER." 
     252msgstr "" 
     253 
    181254msgid "Disposition" 
    182255msgstr "" 
     
    290363msgstr "" 
    291364 
    292 msgid "Max Calls" 
    293 msgstr "" 
    294  
    295365msgid "Time" 
    296366msgstr "" 
  • modules/branches/2.10/cdr/page.cdr.php

    r12342 r12345  
    236236</tr> 
    237237<tr> 
    238 <?php $duration_tooltip = _("Search for calls that matches the call lenght specified.");?> 
     238<?php $duration_tooltip = _("Search for calls that matches the call length specified.");?> 
    239239<td><input <?php if (isset($_POST['order']) && $_POST['order'] == 'duration') { echo 'checked="checked"'; } ?> type="radio" name="order" value="duration" />&nbsp;<label><?php echo "<a href=\"#\" class=\"info\">"._("Duration")."<span>$duration_tooltip</span></a>"?>:</label></td> 
    240240<td><?php echo _("Between")?>: