Changeset 919 for trunk/expressoCalendar


Ignore:
Timestamp:
05/27/09 11:27:48 (15 years ago)
Author:
amuller
Message:

Ticket #88 - Deixando lang do calendar e do expressocalendar independentes

Location:
trunk/expressoCalendar
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/inc/load_lang.php

    r632 r919  
    11<? 
    22// Load the lang of the module. 
    3         if(!$_SESSION['phpgw_info']['calendar']['lang'])  
     3        if(!$_SESSION['phpgw_info']['expressoCalendar']['lang'])  
    44        { 
    55                $array_keys = array(); 
     
    99                        while ($data = fgets($fp,16000))        { 
    1010                                list($message_id,$app_name,$null,$content) = explode("\t",substr($data,0,-1));                   
    11                                 $_SESSION['phpgw_info']['calendar']['lang'][$message_id] =  $content; 
     11                                $_SESSION['phpgw_info']['expressoCalendar']['lang'][$message_id] =  $content; 
    1212                        } 
    1313                        fclose($fp); 
     
    1515        } 
    1616        $script  = "array_lang = new Array();"; 
    17         foreach($_SESSION['phpgw_info']['calendar']['lang'] as $key => $value) 
     17        foreach($_SESSION['phpgw_info']['expressoCalendar']['lang'] as $key => $value) 
    1818                $script .= "array_lang['".str_replace("'","\'",strtolower($key))."'] = '".str_replace("'","\'",$value)."';\n"; 
    1919        echo $script; 
  • trunk/expressoCalendar/setup/phpgw_en.lang

    r632 r919  
    1 %1 %2 in %3     calendar        en      %1 %2 in %3 
    2 %1 matches found        calendar        en      %1 matches found 
    3 %1 records imported     calendar        en      %1 records imported 
    4 %1 records read (not yet imported, you may go back and uncheck test import)     calendar        en      %1 records read (not yet imported, you may go back and uncheck Test Import) 
    5 (for weekly)    calendar        en      (for Weekly) 
    6 (i/v)cal        calendar        en      (i/v)Cal 
    7 1 match found   calendar        en      1 match found 
    8 a       calendar        en      a 
    9 accept  calendar        en      Accept 
    10 accepted        calendar        en      Accepted 
    11 action that caused the notify: added, canceled, accepted, rejected, ... calendar        en      Action that caused the notify: Added, Canceled, Accepted, Rejected, ... 
    12 add a single entry by passing the fields.       calendar        en      Add a single entry by passing the fields. 
    13 add alarm       calendar        en      Add Alarm 
    14 add contact     calendar        en      Add Contact 
    15 add or update a single entry by passing the fields.     calendar        en      Add or update a single entry by passing the fields. 
    16 added   calendar        en      Added 
    17 address book    calendar        en      Address Book 
    18 alarm   calendar        en      Alarm 
    19 alarm for %1 at %2 in %3        calendar        en      Alarm for %1 at %2 in %3 
    20 alarm management        calendar        en      Alarm Management 
    21 alarm-management        calendar        en      Alarm-Management 
    22 alarms  calendar        en      Alarms 
    23 all day calendar        en      All Day 
    24 are you sure you want to delete this country ?  calendar        en      Are you sure you want to delete this Country ? 
    25 are you sure you want to delete this holiday ?  calendar        en      Are you sure you want to delete this holiday ? 
    26 are you sure\nyou want to\ndelete these alarms? calendar        en      Are you sure\nyou want to\ndelete these alarms? 
    27 are you sure\nyou want to\ndelete this entry ?  calendar        en      Are you sure\nyou want to\ndelete this entry ? 
    28 are you sure\nyou want to\ndelete this entry ?\n\nthis will delete\nthis entry for all users.   calendar        en      Are you sure\nyou want to\ndelete this entry ?\n\nThis will delete\nthis entry for all users. 
    29 are you sure\nyou want to\ndelete this single occurence ?\n\nthis will delete\nthis entry for all users.        calendar        en      Are you sure\nyou want to\ndelete this single occurence ?\n\nThis will delete\nthis entry for all users. 
    30 before the event        calendar        en      before the event 
    31 brief description       calendar        en      Brief Description 
    32 business        calendar        en      Business 
    33 calendar        common  en      Calendar 
    34 calendar - [iv]cal importer     calendar        en      Calendar - [iv]Cal Importer 
    35 calendar - add  calendar        en      Calendar - Add 
    36 calendar - edit calendar        en      Calendar - Edit 
    37 calendar event  calendar        en      Calendar Event 
    38 calendar holiday management     admin   en      Calendar Holiday Management 
    39 calendar preferences    calendar        en      Calendar Preferences 
    40 calendar settings       admin   en      Calendar Settings 
    41 calendar-fieldname      calendar        en      Calendar-Fieldname 
    42 canceled        calendar        en      Canceled 
    43 change all events for $params['old_owner'] to $params['new_owner'].     calendar        en      Change all events for $params['old_owner'] to $params['new_owner']. 
    44 change status   calendar        en      Change Status 
    45 charset of file calendar        en      Charset of file 
    46 click %1here%2 to return to the calendar.       calendar        en      Click %1here%2 to return to the calendar. 
    47 configuration   calendar        en      Configuration 
    48 countries       calendar        en      Countries 
    49 country calendar        en      Country 
    50 created by      calendar        en      Created by 
    51 csv-fieldname   calendar        en      CSV-Fieldname 
    52 csv-filename    calendar        en      CSV-Filename 
    53 custom fields   calendar        en      Custom Fields 
     1%1 %2 in %3     expressoCalendar        en      %1 %2 in %3 
     2%1 matches found        expressoCalendar        en      %1 matches found 
     3%1 records imported     expressoCalendar        en      %1 records imported 
     4%1 records read (not yet imported, you may go back and uncheck test import)     expressoCalendar        en      %1 records read (not yet imported, you may go back and uncheck Test Import) 
     5(for weekly)    expressoCalendar        en      (for Weekly) 
     6(i/v)cal        expressoCalendar        en      (i/v)Cal 
     71 match found   expressoCalendar        en      1 match found 
     8a       expressoCalendar        en      a 
     9accept  expressoCalendar        en      Accept 
     10accepted        expressoCalendar        en      Accepted 
     11action that caused the notify: added, canceled, accepted, rejected, ... expressoCalendar        en      Action that caused the notify: Added, Canceled, Accepted, Rejected, ... 
     12add a single entry by passing the fields.       expressoCalendar        en      Add a single entry by passing the fields. 
     13add alarm       expressoCalendar        en      Add Alarm 
     14add contact     expressoCalendar        en      Add Contact 
     15add or update a single entry by passing the fields.     expressoCalendar        en      Add or update a single entry by passing the fields. 
     16added   expressoCalendar        en      Added 
     17address book    expressoCalendar        en      Address Book 
     18alarm   expressoCalendar        en      Alarm 
     19alarm for %1 at %2 in %3        expressoCalendar        en      Alarm for %1 at %2 in %3 
     20alarm management        expressoCalendar        en      Alarm Management 
     21alarm-management        expressoCalendar        en      Alarm-Management 
     22alarms  expressoCalendar        en      Alarms 
     23all day expressoCalendar        en      All Day 
     24are you sure you want to delete this country ?  expressoCalendar        en      Are you sure you want to delete this Country ? 
     25are you sure you want to delete this holiday ?  expressoCalendar        en      Are you sure you want to delete this holiday ? 
     26are you sure\nyou want to\ndelete these alarms? expressoCalendar        en      Are you sure\nyou want to\ndelete these alarms? 
     27are you sure\nyou want to\ndelete this entry ?  expressoCalendar        en      Are you sure\nyou want to\ndelete this entry ? 
     28are you sure\nyou want to\ndelete this entry ?\n\nthis will delete\nthis entry for all users.   expressoCalendar        en      Are you sure\nyou want to\ndelete this entry ?\n\nThis will delete\nthis entry for all users. 
     29are you sure\nyou want to\ndelete this single occurence ?\n\nthis will delete\nthis entry for all users.        expressoCalendar        en      Are you sure\nyou want to\ndelete this single occurence ?\n\nThis will delete\nthis entry for all users. 
     30before the event        expressoCalendar        en      before the event 
     31brief description       expressoCalendar        en      Brief Description 
     32business        expressoCalendar        en      Business 
     33expressoCalendar        common  en      expressoCalendar 
     34expressoCalendar - [iv]cal importer     expressoCalendar        en      expressoCalendar - [iv]Cal Importer 
     35expressoCalendar - add  expressoCalendar        en      expressoCalendar - Add 
     36expressoCalendar - edit expressoCalendar        en      expressoCalendar - Edit 
     37expressoCalendar event  expressoCalendar        en      expressoCalendar Event 
     38expressoCalendar holiday management     admin   en      expressoCalendar Holiday Management 
     39expressoCalendar preferences    expressoCalendar        en      expressoCalendar Preferences 
     40expressoCalendar settings       admin   en      expressoCalendar Settings 
     41expressoCalendar-fieldname      expressoCalendar        en      expressoCalendar-Fieldname 
     42canceled        expressoCalendar        en      Canceled 
     43change all events for $params['old_owner'] to $params['new_owner'].     expressoCalendar        en      Change all events for $params['old_owner'] to $params['new_owner']. 
     44change status   expressoCalendar        en      Change Status 
     45charset of file expressoCalendar        en      Charset of file 
     46click %1here%2 to return to the expressoCalendar.       expressoCalendar        en      Click %1here%2 to return to the expressoCalendar. 
     47configuration   expressoCalendar        en      Configuration 
     48countries       expressoCalendar        en      Countries 
     49country expressoCalendar        en      Country 
     50created by      expressoCalendar        en      Created by 
     51csv-fieldname   expressoCalendar        en      CSV-Fieldname 
     52csv-filename    expressoCalendar        en      CSV-Filename 
     53custom fields   expressoCalendar        en      Custom Fields 
    5454custom fields and sorting       common  en      Custom fields and sorting 
    55 daily   calendar        en      Daily 
    56 daily matrix view       calendar        en      Daily Matrix View 
    57 days    calendar        en      days 
    58 days repeated   calendar        en      days repeated 
    59 dayview calendar        en      Day View 
    60 default appointment length (in minutes) calendar        en      default appointment length (in minutes) 
    61 default calendar filter calendar        en      Default calendar filter 
    62 default calendar view   calendar        en      Default calendar view 
    63 default length of newly created events. the length is in minutes, eg. 60 for 1 hour.    calendar        en      Default length of newly created events. The length is in minutes, eg. 60 for 1 hour. 
    64 defines the size in minutes of the lines in the day view.       calendar        en      Defines the size in minutes of the lines in the day view. 
    65 delete a single entry by passing the id.        calendar        en      Delete a single entry by passing the id. 
    66 delete an entire users calendar.        calendar        en      Delete an entire users calendar. 
    67 delete selected contacts        calendar        en      Delete selected contacts 
    68 delete series   calendar        en      Delete Series 
    69 delete single   calendar        en      Delete Single 
    70 deleted calendar        en      Deleted 
    71 description     calendar        en      Description 
    72 disable calendar        en      Disable 
    73 disabled        calendar        en      disabled 
    74 display interval in day view    calendar        en      Display interval in Day View 
    75 display mini calendars when printing    calendar        en      Display mini calendars when printing 
    76 display status of events        calendar        en      Display Status of Events 
    77 displays your default calendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)?    calendar        en      Displays your default calendar view on the startpage (page you get when you enter eGroupWare or click on the homepage icon)? 
    78 do you want to be notified about new or changed appointments? you be notified about changes you make yourself.<br>you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too.  calendar        en      Do you want to be notified about new or changed appointments? You be notified about changes you make yourself.<br>You can limit the notifications to certain changes only. Each item includes all the notification listed above it. All modifications include changes of title, description, participants, but no participant responses. If the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too. 
    79 do you want to receive a regulary summary of your appointsments via email?<br>the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys.<br>it is only sent when you have any appointments on that day or week.    calendar        en      Do you want to receive a regulary summary of your appointsments via email?<br>The summary is sent to your standard email-address on the morning of that day or on Monday for weekly summarys.<br>It is only sent when you have any appointments on that day or week. 
    80 do you wish to autoload calendar holidays files dynamically?    admin   en      Do you wish to autoload calendar holidays files dynamically? 
    81 download        calendar        en      Download 
    82 duration        calendar        en      Duration 
    83 edit series     calendar        en      Edit Series 
    84 edit single     calendar        en      Edit Single 
    85 email notification      calendar        en      Email Notification 
    86 email notification for %1       calendar        en      Email Notification for %1 
    87 empty for all   calendar        en      empty for all 
    88 enable  calendar        en      Enable 
    89 enabled calendar        en      enabled 
    90 end date/time   calendar        en      End Date/Time 
    91 enddate calendar        en      Enddate 
    92 ends    calendar        en      ends 
    93 enter output filename: ( .vcs appended )        calendar        en      Enter Output Filename: ( .vcs appended ) 
    94 event details follow    calendar        en      Event Details Follow 
    95 exceptions      calendar        en      Exceptions 
    96 export  calendar        en      Export 
    97 export a list of entries in ical format.        calendar        en      Export a list of entries in iCal format. 
    98 extended        calendar        en      Extended 
    99 extended updates always include the complete event-details. ical's can be imported by certain other calendar-applications.      calendar        en      Extended updates always include the complete event-details. iCal's can be imported by certain other calendar-applications. 
    100 external participants   calendar        en      External Participants 
    101 failed sending message to '%1' #%2 subject='%3', sender='%4' !!!        calendar        en      Failed sending message to '%1' #%2 subject='%3', sender='%4' !!! 
    102 fieldseparator  calendar        en      Fieldseparator 
    103 firstname of person to notify   calendar        en      Firstname of person to notify 
    104 format of event updates calendar        en      Format of event updates 
    105 fr      calendar        en      F 
    106 free/busy       calendar        en      Free/Busy 
    107 freebusy: unknow user '%1', wrong password or not availible to not loged in users !!!   calendar        en      freebusy: Unknow user '%1', wrong password or not availible to not loged in users !!! 
    108 frequency       calendar        en      Frequency 
    109 fri     calendar        en      Fri 
    110 full description        calendar        en      Full Description 
    111 fullname of person to notify    calendar        en      Fullname of person to notify 
    112 generate printer-friendly version       calendar        en      Generate printer-friendly version 
    113 global categories       calendar        en      Global Categories 
    114 global public and group public  calendar        en      Global Public and group public 
    115 global public only      calendar        en      Global Public Only 
    116 go!     calendar        en      Go! 
    117 grant calendar access   common  en      Grant Calendar Access 
    118 group planner   calendar        en      Group Planner 
    119 group public only       calendar        en      Group Public Only 
    120 here is your requested alarm.   calendar        en      Here is your requested alarm. 
    121 high priority   calendar        en      high priority 
    122 holiday calendar        en      Holiday 
    123 holiday management      calendar        en      Holiday Management 
    124 holiday-management      calendar        en      Holiday-Management 
    125 holidays        calendar        en      Holidays 
    126 hours   calendar        en      hours 
    127 i participate   calendar        en      I Participate 
    128 ical / rfc2445  calendar        en      iCal / rfc2445 
    129 if checked holidays falling on a weekend, are taken on the monday after.        calendar        en      If checked holidays falling on a weekend, are taken on the monday after. 
    130 if you dont set a password here, the information is availible to everyone, who knows the url!!! calendar        en      If you dont set a password here, the information is availible to everyone, who knows the URL!!! 
    131 ignore conflict calendar        en      Ignore Conflict 
    132 import  calendar        en      Import 
     55daily   expressoCalendar        en      Daily 
     56daily matrix view       expressoCalendar        en      Daily Matrix View 
     57days    expressoCalendar        en      days 
     58days repeated   expressoCalendar        en      days repeated 
     59dayview expressoCalendar        en      Day View 
     60default appointment length (in minutes) expressoCalendar        en      default appointment length (in minutes) 
     61default expressoCalendar filter expressoCalendar        en      Default expressoCalendar filter 
     62default expressoCalendar view   expressoCalendar        en      Default expressoCalendar view 
     63default length of newly created events. the length is in minutes, eg. 60 for 1 hour.    expressoCalendar        en      Default length of newly created events. The length is in minutes, eg. 60 for 1 hour. 
     64defines the size in minutes of the lines in the day view.       expressoCalendar        en      Defines the size in minutes of the lines in the day view. 
     65delete a single entry by passing the id.        expressoCalendar        en      Delete a single entry by passing the id. 
     66delete an entire users expressoCalendar.        expressoCalendar        en      Delete an entire users expressoCalendar. 
     67delete selected contacts        expressoCalendar        en      Delete selected contacts 
     68delete series   expressoCalendar        en      Delete Series 
     69delete single   expressoCalendar        en      Delete Single 
     70deleted expressoCalendar        en      Deleted 
     71description     expressoCalendar        en      Description 
     72disable expressoCalendar        en      Disable 
     73disabled        expressoCalendar        en      disabled 
     74display interval in day view    expressoCalendar        en      Display interval in Day View 
     75display mini expressoCalendars when printing    expressoCalendar        en      Display mini expressoCalendars when printing 
     76display status of events        expressoCalendar        en      Display Status of Events 
     77displays your default expressoCalendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)?    expressoCalendar        en      Displays your default expressoCalendar view on the startpage (page you get when you enter eGroupWare or click on the homepage icon)? 
     78do you want to be notified about new or changed appointments? you be notified about changes you make yourself.<br>you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too.  expressoCalendar        en      Do you want to be notified about new or changed appointments? You be notified about changes you make yourself.<br>You can limit the notifications to certain changes only. Each item includes all the notification listed above it. All modifications include changes of title, description, participants, but no participant responses. If the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too. 
     79do you want to receive a regulary summary of your appointsments via email?<br>the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys.<br>it is only sent when you have any appointments on that day or week.    expressoCalendar        en      Do you want to receive a regulary summary of your appointsments via email?<br>The summary is sent to your standard email-address on the morning of that day or on Monday for weekly summarys.<br>It is only sent when you have any appointments on that day or week. 
     80do you wish to autoload expressoCalendar holidays files dynamically?    admin   en      Do you wish to autoload expressoCalendar holidays files dynamically? 
     81download        expressoCalendar        en      Download 
     82duration        expressoCalendar        en      Duration 
     83edit series     expressoCalendar        en      Edit Series 
     84edit single     expressoCalendar        en      Edit Single 
     85email notification      expressoCalendar        en      Email Notification 
     86email notification for %1       expressoCalendar        en      Email Notification for %1 
     87empty for all   expressoCalendar        en      empty for all 
     88enable  expressoCalendar        en      Enable 
     89enabled expressoCalendar        en      enabled 
     90end date/time   expressoCalendar        en      End Date/Time 
     91enddate expressoCalendar        en      Enddate 
     92ends    expressoCalendar        en      ends 
     93enter output filename: ( .vcs appended )        expressoCalendar        en      Enter Output Filename: ( .vcs appended ) 
     94event details follow    expressoCalendar        en      Event Details Follow 
     95exceptions      expressoCalendar        en      Exceptions 
     96export  expressoCalendar        en      Export 
     97export a list of entries in ical format.        expressoCalendar        en      Export a list of entries in iCal format. 
     98extended        expressoCalendar        en      Extended 
     99extended updates always include the complete event-details. ical's can be imported by certain other expressoCalendar-applications.      expressoCalendar        en      Extended updates always include the complete event-details. iCal's can be imported by certain other expressoCalendar-applications. 
     100external participants   expressoCalendar        en      External Participants 
     101failed sending message to '%1' #%2 subject='%3', sender='%4' !!!        expressoCalendar        en      Failed sending message to '%1' #%2 subject='%3', sender='%4' !!! 
     102fieldseparator  expressoCalendar        en      Fieldseparator 
     103firstname of person to notify   expressoCalendar        en      Firstname of person to notify 
     104format of event updates expressoCalendar        en      Format of event updates 
     105fr      expressoCalendar        en      F 
     106free/busy       expressoCalendar        en      Free/Busy 
     107freebusy: unknow user '%1', wrong password or not availible to not loged in users !!!   expressoCalendar        en      freebusy: Unknow user '%1', wrong password or not availible to not loged in users !!! 
     108frequency       expressoCalendar        en      Frequency 
     109fri     expressoCalendar        en      Fri 
     110full description        expressoCalendar        en      Full Description 
     111fullname of person to notify    expressoCalendar        en      Fullname of person to notify 
     112generate printer-friendly version       expressoCalendar        en      Generate printer-friendly version 
     113global categories       expressoCalendar        en      Global Categories 
     114global public and group public  expressoCalendar        en      Global Public and group public 
     115global public only      expressoCalendar        en      Global Public Only 
     116go!     expressoCalendar        en      Go! 
     117grant expressoCalendar access   common  en      Grant expressoCalendar Access 
     118group planner   expressoCalendar        en      Group Planner 
     119group public only       expressoCalendar        en      Group Public Only 
     120here is your requested alarm.   expressoCalendar        en      Here is your requested alarm. 
     121high priority   expressoCalendar        en      high priority 
     122holiday expressoCalendar        en      Holiday 
     123holiday management      expressoCalendar        en      Holiday Management 
     124holiday-management      expressoCalendar        en      Holiday-Management 
     125holidays        expressoCalendar        en      Holidays 
     126hours   expressoCalendar        en      hours 
     127i participate   expressoCalendar        en      I Participate 
     128ical / rfc2445  expressoCalendar        en      iCal / rfc2445 
     129if checked holidays falling on a weekend, are taken on the monday after.        expressoCalendar        en      If checked holidays falling on a weekend, are taken on the monday after. 
     130if you dont set a password here, the information is availible to everyone, who knows the url!!! expressoCalendar        en      If you dont set a password here, the information is availible to everyone, who knows the URL!!! 
     131ignore conflict expressoCalendar        en      Ignore Conflict 
     132import  expressoCalendar        en      Import 
    133133import csv-file common  en      Import CSV-File 
    134 interval        calendar        en      Interval 
    135 intervals in day view   calendar        en      Intervals in day view 
    136 intervals per day in planner view       calendar        en      Intervals per day in planner view 
    137 invalid entry id.       calendar        en      Invalid entry id. 
    138 last    calendar        en      last 
    139 lastname of person to notify    calendar        en      Lastname of person to notify 
    140 length shown<br>(emtpy for full length) calendar        en      Length shown<br>(emtpy for full length) 
    141 length<br>(<= 255)      calendar        en      Length<br>(<= 255) 
    142 link    calendar        en      Link 
    143 link to view the event  calendar        en      Link to view the event 
    144 list all categories.    calendar        en      List all categories. 
    145 load [iv]cal    calendar        en      Load [iv]Cal 
    146 location        calendar        en      Location 
     134interval        expressoCalendar        en      Interval 
     135intervals in day view   expressoCalendar        en      Intervals in day view 
     136intervals per day in planner view       expressoCalendar        en      Intervals per day in planner view 
     137invalid entry id.       expressoCalendar        en      Invalid entry id. 
     138last    expressoCalendar        en      last 
     139lastname of person to notify    expressoCalendar        en      Lastname of person to notify 
     140length shown<br>(emtpy for full length) expressoCalendar        en      Length shown<br>(emtpy for full length) 
     141length<br>(<= 255)      expressoCalendar        en      Length<br>(<= 255) 
     142link    expressoCalendar        en      Link 
     143link to view the event  expressoCalendar        en      Link to view the event 
     144list all categories.    expressoCalendar        en      List all categories. 
     145load [iv]cal    expressoCalendar        en      Load [iv]Cal 
     146location        expressoCalendar        en      Location 
    147147location to autoload from       admin   en      Location to autoload from 
    148 make freebusy information availible to not loged in persons?    calendar        en      Make freebusy information availible to not loged in persons? 
    149 matrixview      calendar        en      Matrix View 
    150 minutes calendar        en      minutes 
    151 mo      calendar        en      M 
    152 modified        calendar        en      Modified 
    153 modify list of external participants    calendar        en      Modify List of External Participants 
    154 mon     calendar        en      Mon 
    155 month   calendar        en      Month 
    156 monthly calendar        en      Monthly 
    157 monthly (by date)       calendar        en      Monthly (by date) 
    158 monthly (by day)        calendar        en      Monthly (by day) 
    159 monthview       calendar        en      Month View 
    160 new entry       calendar        en      New Entry 
    161 new name must not exist and not be empty!!!     calendar        en      New name must not exist and not be empty!!! 
    162 no matches found        calendar        en      No matches found 
    163 no response     calendar        en      No Response 
    164 notification messages for added events  calendar        en      Notification messages for added events 
    165 notification messages for canceled events       calendar        en      Notification messages for canceled events 
    166 notification messages for modified events       calendar        en      Notification messages for modified events 
    167 notification messages for your alarms   calendar        en      Notification messages for your alarms 
    168 notification messages for your responses        calendar        en      Notification messages for your responses 
    169 number of intervals per day in planner view     calendar        en      Number of Intervals per Day in Planner View 
    170 number of months        calendar        en      Number of months 
    171 number of records to read (%1)  calendar        en      Number of records to read (%1) 
    172 observance rule calendar        en      Observance Rule 
    173 occurence       calendar        en      Occurence 
    174 old startdate   calendar        en      Old Startdate 
    175 olddate calendar        en      OldDate 
    176 on %1 %2 %3 your meeting request for %4 calendar        en      On %1 %2 %3 your meeting request for %4 
    177 on all changes  calendar        en      on all changes 
    178 on all modification, but responses      calendar        en      on all modification, but responses 
    179 on any time change too  calendar        en      on any time change too 
    180 on invitation / cancelation only        calendar        en      on invitation / cancelation only 
    181 on participant responses too    calendar        en      on participant responses too 
    182 on time change of more than 4 hours too calendar        en      on time change of more than 4 hours too 
    183 open todo's:    calendar        en      Open To Do Items: 
    184 order   calendar        en      Order 
    185 overlap holiday calendar        en      overlap holiday 
    186 participant     calendar        en      Participant 
    187 participants    calendar        en      Participants 
    188 participates    calendar        en      Participates 
    189 password for not loged in users to your freebusy information?   calendar        en      Password for not loged in users to your freebusy information? 
    190 people holiday  calendar        en      people holiday 
    191 permission denied       calendar        en      Permission denied 
    192 planner calendar        en      Planner 
    193 planner by category     calendar        en      Planner by category 
    194 planner by user calendar        en      Planner by user 
    195 please confirm,accept,reject or examine changes in the corresponding entry in your calendar     calendar        en      Please confirm, accept, reject or examine changes in the corresponding entry in your calendar 
    196 preselected group for entering the planner      calendar        en      Preselected group for entering the planner 
    197 print calendars in black & white        calendar        en      Print calendars in black & white 
    198 print the mini calendars        calendar        en      Print the mini calendars 
    199 printer friendly        calendar        en      Printer Friendly 
    200 privat  calendar        en      Privat 
    201 private and global public       calendar        en      Private and Global Public 
    202 private and group public        calendar        en      Private and Group Public 
    203 private only    calendar        en      Private Only 
    204 re-edit event   calendar        en      Re-Edit Event 
    205 read a list of entries. calendar        en      Read a list of entries. 
    206 read a single entry by passing the id and fieldlist.    calendar        en      Read a single entry by passing the id and fieldlist. 
    207 read this list of methods.      calendar        en      Read this list of methods. 
    208 receive email updates   calendar        en      Receive email updates 
    209 receive extra information in event mails        calendar        en      Receive extra information in event mails 
    210 receive summary of appointments calendar        en      Receive summary of appointments 
    211 recurring event calendar        en      recurring event 
    212 refresh calendar        en      Refresh 
    213 reinstate       calendar        en      Reinstate 
    214 rejected        calendar        en      Rejected 
    215 repeat day      calendar        en      Repeat day 
    216 repeat end date calendar        en      Repeat End date 
    217 repeat type     calendar        en      Repeat type 
    218 repeating event information     calendar        en      Repeating Event Information 
    219 repetition      calendar        en      Repetition 
    220 repetitiondetails (or empty)    calendar        en      Repetitiondetails (or empty) 
    221 reset   calendar        en      Reset 
    222 rule    calendar        en      Rule 
    223 sa      calendar        en      Sa 
    224 sat     calendar        en      Sat 
    225 scheduling conflict     calendar        en      Scheduling Conflict 
    226 search results  calendar        en      Search Results 
    227 selected contacts (%1)  calendar        en      Selected contacts (%1) 
     148make freebusy information availible to not loged in persons?    expressoCalendar        en      Make freebusy information availible to not loged in persons? 
     149matrixview      expressoCalendar        en      Matrix View 
     150minutes expressoCalendar        en      minutes 
     151mo      expressoCalendar        en      M 
     152modified        expressoCalendar        en      Modified 
     153modify list of external participants    expressoCalendar        en      Modify List of External Participants 
     154mon     expressoCalendar        en      Mon 
     155month   expressoCalendar        en      Month 
     156monthly expressoCalendar        en      Monthly 
     157monthly (by date)       expressoCalendar        en      Monthly (by date) 
     158monthly (by day)        expressoCalendar        en      Monthly (by day) 
     159monthview       expressoCalendar        en      Month View 
     160new entry       expressoCalendar        en      New Entry 
     161new name must not exist and not be empty!!!     expressoCalendar        en      New name must not exist and not be empty!!! 
     162no matches found        expressoCalendar        en      No matches found 
     163no response     expressoCalendar        en      No Response 
     164notification messages for added events  expressoCalendar        en      Notification messages for added events 
     165notification messages for canceled events       expressoCalendar        en      Notification messages for canceled events 
     166notification messages for modified events       expressoCalendar        en      Notification messages for modified events 
     167notification messages for your alarms   expressoCalendar        en      Notification messages for your alarms 
     168notification messages for your responses        expressoCalendar        en      Notification messages for your responses 
     169number of intervals per day in planner view     expressoCalendar        en      Number of Intervals per Day in Planner View 
     170number of months        expressoCalendar        en      Number of months 
     171number of records to read (%1)  expressoCalendar        en      Number of records to read (%1) 
     172observance rule expressoCalendar        en      Observance Rule 
     173occurence       expressoCalendar        en      Occurence 
     174old startdate   expressoCalendar        en      Old Startdate 
     175olddate expressoCalendar        en      OldDate 
     176on %1 %2 %3 your meeting request for %4 expressoCalendar        en      On %1 %2 %3 your meeting request for %4 
     177on all changes  expressoCalendar        en      on all changes 
     178on all modification, but responses      expressoCalendar        en      on all modification, but responses 
     179on any time change too  expressoCalendar        en      on any time change too 
     180on invitation / cancelation only        expressoCalendar        en      on invitation / cancelation only 
     181on participant responses too    expressoCalendar        en      on participant responses too 
     182on time change of more than 4 hours too expressoCalendar        en      on time change of more than 4 hours too 
     183open todo's:    expressoCalendar        en      Open To Do Items: 
     184order   expressoCalendar        en      Order 
     185overlap holiday expressoCalendar        en      overlap holiday 
     186participant     expressoCalendar        en      Participant 
     187participants    expressoCalendar        en      Participants 
     188participates    expressoCalendar        en      Participates 
     189password for not loged in users to your freebusy information?   expressoCalendar        en      Password for not loged in users to your freebusy information? 
     190people holiday  expressoCalendar        en      people holiday 
     191permission denied       expressoCalendar        en      Permission denied 
     192planner expressoCalendar        en      Planner 
     193planner by category     expressoCalendar        en      Planner by category 
     194planner by user expressoCalendar        en      Planner by user 
     195please confirm,accept,reject or examine changes in the corresponding entry in your expressoCalendar     expressoCalendar        en      Please confirm, accept, reject or examine changes in the corresponding entry in your expressoCalendar 
     196preselected group for entering the planner      expressoCalendar        en      Preselected group for entering the planner 
     197print expressoCalendars in black & white        expressoCalendar        en      Print expressoCalendars in black & white 
     198print the mini expressoCalendars        expressoCalendar        en      Print the mini expressoCalendars 
     199printer friendly        expressoCalendar        en      Printer Friendly 
     200privat  expressoCalendar        en      Privat 
     201private and global public       expressoCalendar        en      Private and Global Public 
     202private and group public        expressoCalendar        en      Private and Group Public 
     203private only    expressoCalendar        en      Private Only 
     204re-edit event   expressoCalendar        en      Re-Edit Event 
     205read a list of entries. expressoCalendar        en      Read a list of entries. 
     206read a single entry by passing the id and fieldlist.    expressoCalendar        en      Read a single entry by passing the id and fieldlist. 
     207read this list of methods.      expressoCalendar        en      Read this list of methods. 
     208receive email updates   expressoCalendar        en      Receive email updates 
     209receive extra information in event mails        expressoCalendar        en      Receive extra information in event mails 
     210receive summary of appointments expressoCalendar        en      Receive summary of appointments 
     211recurring event expressoCalendar        en      recurring event 
     212refresh expressoCalendar        en      Refresh 
     213reinstate       expressoCalendar        en      Reinstate 
     214rejected        expressoCalendar        en      Rejected 
     215repeat day      expressoCalendar        en      Repeat day 
     216repeat end date expressoCalendar        en      Repeat End date 
     217repeat type     expressoCalendar        en      Repeat type 
     218repeating event information     expressoCalendar        en      Repeating Event Information 
     219repetition      expressoCalendar        en      Repetition 
     220repetitiondetails (or empty)    expressoCalendar        en      Repetitiondetails (or empty) 
     221reset   expressoCalendar        en      Reset 
     222rule    expressoCalendar        en      Rule 
     223sa      expressoCalendar        en      Sa 
     224sat     expressoCalendar        en      Sat 
     225scheduling conflict     expressoCalendar        en      Scheduling Conflict 
     226search results  expressoCalendar        en      Search Results 
     227selected contacts (%1)  expressoCalendar        en      Selected contacts (%1) 
    228228send updates via email  common  en      Send updates via EMail 
    229 send/receive updates via email  calendar        en      Send/Receive updates via EMail 
    230 set a year only for one-time / non-regular holidays.    calendar        en      Set a Year only for one-time / non-regular holidays. 
    231 set new events to private       calendar        en      Set new events to private 
    232 should invitations you rejected still be shown in your calendar ?<br>you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar!   calendar        en      Should invitations you rejected still be shown in your calendar ?<br>You can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar! 
    233 should new events created as private by default ?       calendar        en      Should new events created as private by default ? 
    234 should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include the times when you are busy. it does not include the event-name, description or locations. the url to your freebusy information is %1.      calendar        en      Should not loged in persons be able to see your freebusy information? You can set an extra password, different from your normal password, to protect this informations. The freebusy information is in iCal format and only include the times when you are busy. It does not include the event-name, description or locations. The URL to your freebusy information is %1. 
    235 should the mini calendars by printed / displayed in the printer friendly views ?        calendar        en      Should the mini calendars by printed / displayed in the printer friendly views ? 
    236 should the printer friendly view be in black & white or in color (as in normal view)?   calendar        en      Should the printer friendly view be in black & white or in color (as in normal view)? 
    237 should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ?    calendar        en      Should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ? 
    238 show day view on main screen    calendar        en      show day view on main screen 
    239 show default view on main screen        calendar        en      Show default view on main screen 
    240 show high priority events on main screen        calendar        en      Show high priority events on main screen 
    241 show invitations you rejected   calendar        en      Show invitations you rejected 
    242 show list of upcoming events    calendar        en      Show list of upcoming events 
    243 single event    calendar        en      single event 
    244 sorry, the owner has just deleted this event    calendar        en      Sorry, the owner has just deleted this event 
    245 sorry, this event does not exist        calendar        en      Sorry, this event does not exist 
    246 sorry, this event does not have exceptions defined      calendar        en      Sorry, this event does not have exceptions defined 
    247 sort by calendar        en      Sort by 
    248 specifies the the number of intervals shown in the planner view.        calendar        en      Specifies the the number of intervals shown in the planner view. 
    249 start date/time calendar        en      Start Date/Time 
    250 start- and enddates     calendar        en      Start- and Enddates 
    251 startdate       calendar        en      Startdate 
    252 startrecord     calendar        en      Startrecord 
    253 su      calendar        en      Su 
    254 submit to repository    calendar        en      Submit to Repository 
    255 sun     calendar        en      Sun 
    256 tentative       calendar        en      Tentative 
    257 test import (show importable records <u>only</u> in browser)    calendar        en      Test Import (show importable records <u>only</u> in browser) 
    258 text    calendar        en      Text 
    259 th      calendar        en      T 
    260 the following conflicts with the suggested time:<ul>%1</ul>     calendar        en      The following conflicts with the suggested time:<ul>%1</ul> 
    261 the user %1 is not participating in this event! calendar        en      The user %1 is not participating in this event! 
    262 there was an error trying to connect to your news server.<br>please contact your admin to check the news servername, username or password.      calendar        en      There was an error trying to connect to your news server.<br>Please contact your admin to check the news servername, username or password. 
    263 this day is shown as first day in the week or month view.       calendar        en      This day is shown as first day in the week or month view. 
    264 this defines the end of your dayview. events after this time, are shown below the dayview.      calendar        en      This defines the end of your day view. Events after this time are shown below the day view. 
    265 this defines the start of your dayview. events before this time, are shown above the dayview.<br>this time is also used as a default starttime for new events.  calendar        en      This defines the start of your day view. Events before this time are shown above the day view.<br>This time is also used as a default start time for new events. 
    266 this group that is preselected when you enter the planner. you can change it in the planner anytime you want.   calendar        en      This group that is preselected when you enter the planner. You can change it in the planner anytime you want. 
    267 this is mostly caused by a not or wrongly configured smtp server. notify your administrator.    calendar        en      This is mostly caused by a not or wrongly configured SMTP server. Notify your administrator. 
    268 this message is sent for canceled or deleted events.    calendar        en      This message is sent for canceled or deleted events. 
    269 this message is sent for modified or moved events.      calendar        en      This message is sent for modified or moved events. 
    270 this message is sent to every participant of events you own, who has requested notifcations about new events.<br>you can use certain variables which get substituted with the data of the event. the first line is the subject of the email.    calendar        en      This message is sent to every participant of events you own, who has requested notifcations about new events.<br>You can use certain variables which get substituted with the data of the event. The first line is the subject of the email. 
    271 this message is sent when you accept, tentative accept or reject an event.      calendar        en      This message is sent when you accept, tentatively accept, or reject an event. 
    272 this message is sent when you set an alarm for a certain event. include all information you might need. calendar        en      This message is sent when you set an Alarm for a certain event.  Include all information you might need. 
    273 this month      calendar        en      This Month 
    274 this week       calendar        en      This Week 
    275 this year       calendar        en      This Year 
    276 thu     calendar        en      Thu 
    277 title   calendar        en      Title 
    278 title of the event      calendar        en      Title of the event 
    279 title-row       calendar        en      Title-row 
    280 to many might exceed your execution-time-limit  calendar        en      to many might exceed your execution-time-limit 
     229send/receive updates via email  expressoCalendar        en      Send/Receive updates via EMail 
     230set a year only for one-time / non-regular holidays.    expressoCalendar        en      Set a Year only for one-time / non-regular holidays. 
     231set new events to private       expressoCalendar        en      Set new events to private 
     232should invitations you rejected still be shown in your expressoCalendar ?<br>you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your expressoCalendar!   expressoCalendar        en      Should invitations you rejected still be shown in your expressoCalendar ?<br>You can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your expressoCalendar! 
     233should new events created as private by default ?       expressoCalendar        en      Should new events created as private by default ? 
     234should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include the times when you are busy. it does not include the event-name, description or locations. the url to your freebusy information is %1.      expressoCalendar        en      Should not loged in persons be able to see your freebusy information? You can set an extra password, different from your normal password, to protect this informations. The freebusy information is in iCal format and only include the times when you are busy. It does not include the event-name, description or locations. The URL to your freebusy information is %1. 
     235should the mini expressoCalendars by printed / displayed in the printer friendly views ?        expressoCalendar        en      Should the mini expressoCalendars by printed / displayed in the printer friendly views ? 
     236should the printer friendly view be in black & white or in color (as in normal view)?   expressoCalendar        en      Should the printer friendly view be in black & white or in color (as in normal view)? 
     237should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ?    expressoCalendar        en      Should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ? 
     238show day view on main screen    expressoCalendar        en      show day view on main screen 
     239show default view on main screen        expressoCalendar        en      Show default view on main screen 
     240show high priority events on main screen        expressoCalendar        en      Show high priority events on main screen 
     241show invitations you rejected   expressoCalendar        en      Show invitations you rejected 
     242show list of upcoming events    expressoCalendar        en      Show list of upcoming events 
     243single event    expressoCalendar        en      single event 
     244sorry, the owner has just deleted this event    expressoCalendar        en      Sorry, the owner has just deleted this event 
     245sorry, this event does not exist        expressoCalendar        en      Sorry, this event does not exist 
     246sorry, this event does not have exceptions defined      expressoCalendar        en      Sorry, this event does not have exceptions defined 
     247sort by expressoCalendar        en      Sort by 
     248specifies the the number of intervals shown in the planner view.        expressoCalendar        en      Specifies the the number of intervals shown in the planner view. 
     249start date/time expressoCalendar        en      Start Date/Time 
     250start- and enddates     expressoCalendar        en      Start- and Enddates 
     251startdate       expressoCalendar        en      Startdate 
     252startrecord     expressoCalendar        en      Startrecord 
     253su      expressoCalendar        en      Su 
     254submit to repository    expressoCalendar        en      Submit to Repository 
     255sun     expressoCalendar        en      Sun 
     256tentative       expressoCalendar        en      Tentative 
     257test import (show importable records <u>only</u> in browser)    expressoCalendar        en      Test Import (show importable records <u>only</u> in browser) 
     258text    expressoCalendar        en      Text 
     259th      expressoCalendar        en      T 
     260the following conflicts with the suggested time:<ul>%1</ul>     expressoCalendar        en      The following conflicts with the suggested time:<ul>%1</ul> 
     261the user %1 is not participating in this event! expressoCalendar        en      The user %1 is not participating in this event! 
     262there was an error trying to connect to your news server.<br>please contact your admin to check the news servername, username or password.      expressoCalendar        en      There was an error trying to connect to your news server.<br>Please contact your admin to check the news servername, username or password. 
     263this day is shown as first day in the week or month view.       expressoCalendar        en      This day is shown as first day in the week or month view. 
     264this defines the end of your dayview. events after this time, are shown below the dayview.      expressoCalendar        en      This defines the end of your day view. Events after this time are shown below the day view. 
     265this defines the start of your dayview. events before this time, are shown above the dayview.<br>this time is also used as a default starttime for new events.  expressoCalendar        en      This defines the start of your day view. Events before this time are shown above the day view.<br>This time is also used as a default start time for new events. 
     266this group that is preselected when you enter the planner. you can change it in the planner anytime you want.   expressoCalendar        en      This group that is preselected when you enter the planner. You can change it in the planner anytime you want. 
     267this is mostly caused by a not or wrongly configured smtp server. notify your administrator.    expressoCalendar        en      This is mostly caused by a not or wrongly configured SMTP server. Notify your administrator. 
     268this message is sent for canceled or deleted events.    expressoCalendar        en      This message is sent for canceled or deleted events. 
     269this message is sent for modified or moved events.      expressoCalendar        en      This message is sent for modified or moved events. 
     270this message is sent to every participant of events you own, who has requested notifcations about new events.<br>you can use certain variables which get substituted with the data of the event. the first line is the subject of the email.    expressoCalendar        en      This message is sent to every participant of events you own, who has requested notifcations about new events.<br>You can use certain variables which get substituted with the data of the event. The first line is the subject of the email. 
     271this message is sent when you accept, tentative accept or reject an event.      expressoCalendar        en      This message is sent when you accept, tentatively accept, or reject an event. 
     272this message is sent when you set an alarm for a certain event. include all information you might need. expressoCalendar        en      This message is sent when you set an Alarm for a certain event.  Include all information you might need. 
     273this month      expressoCalendar        en      This Month 
     274this week       expressoCalendar        en      This Week 
     275this year       expressoCalendar        en      This Year 
     276thu     expressoCalendar        en      Thu 
     277title   expressoCalendar        en      Title 
     278title of the event      expressoCalendar        en      Title of the event 
     279title-row       expressoCalendar        en      Title-row 
     280to many might exceed your execution-time-limit  expressoCalendar        en      to many might exceed your execution-time-limit 
    281281script with login of the user leaves blank to generate logon    admin   en      Script with login of the user leaves blank to generate logon 
    282 to-firstname    calendar        en      To-Firstname 
    283 to-fullname     calendar        en      To-Fullname 
    284 to-lastname     calendar        en      To-Lastname 
    285 today   calendar        en      Today 
    286 translation     calendar        en      Translation 
    287 tu      calendar        en      T 
    288 tue     calendar        en      Tue 
    289 update a single entry by passing the fields.    calendar        en      Update a single entry by passing the fields. 
    290 updated calendar        en      Updated 
    291 use end date    calendar        en      Use End date 
    292 view this entry calendar        en      View this entry 
    293 we      calendar        en      W 
    294 wed     calendar        en      Wed 
    295 week    calendar        en      Week 
    296 weekday starts on       calendar        en      Weekday starts on 
    297 weekly  calendar        en      Weekly 
    298 weekview        calendar        en      Week View 
    299 when creating new events default set to private calendar        en      When creating new events default set to private 
    300 which events do you want to see when you enter the calendar.    calendar        en      Which events do you want to see when you enter the calendar. 
    301 which of calendar view do you want to see, when you start calendar ?    calendar        en      Which of calendar view do you want to see when you start calendar ? 
    302 work day ends on        calendar        en      Work day ends on 
    303 work day starts on      calendar        en      Work day starts on 
    304 workdayends     calendar        en      workdayends 
    305 yearly  calendar        en      Yearly 
    306 yearview        calendar        en      Year View 
    307 you can either set a year or a occurence, not both !!!  calendar        en      You can either set a Year or a Occurence, not both !!! 
    308 you can only set a year or a occurence !!!      calendar        en      You can only set a year or a occurence !!! 
    309 you do not have permission to add alarms to this event !!!      calendar        en      You do not have permission to add alarms to this event !!! 
    310 Alarm is older than now!!!      calendar        en      Alarm is older than now!!! 
    311 Alarm already added!!!  calendar        en      Alarm already added!!! 
    312 you do not have permission to delete this alarm !!!     calendar        en      You do not have permission to delete this alarm !!! 
    313 you do not have permission to enable/disable this alarm !!!     calendar        en      You do not have permission to enable/disable this alarm !!! 
    314 you do not have permission to read this record! calendar        en      You do not have permission to read this record! 
    315 you have %1 high priority events on your calendar today.        common  en      You have %1 high priority events on your calendar today. 
    316 you have 1 high priority event on your calendar today.  common  en      You have 1 high priority event on your calendar today. 
    317 you have a meeting scheduled for %1     calendar        en      You have a meeting scheduled for %1 
    318 you have not entered a title    calendar        en      You have not entered a title 
    319 you have not entered a valid date       calendar        en      You have not entered a valid date 
    320 you have not entered a valid time of day        calendar        en      You have not entered a valid time of day 
    321 you have not entered participants       calendar        en      You have not entered participants 
    322 you must enter one or more search keywords      calendar        en      You must enter one or more search keywords 
    323 you must select a [iv]cal. (*.[iv]cs)   calendar        en      You must select a [iv]Cal. (*.[iv]cs) 
    324 you need to set either a day or a occurence !!! calendar        en      You need to set either a day or a occurence !!! 
    325 your meeting scheduled for %1 has been canceled calendar        en      Your meeting scheduled for %1 has been canceled 
    326 your meeting that had been scheduled for %1 has been rescheduled to %2  calendar        en      Your meeting that had been scheduled for %1 has been rescheduled to %2 
    327 your suggested time of <b> %1 - %2 </b> conflicts with the following existing calendar entries: calendar        en      Your suggested time of <B> %1 - %2 </B> conflicts with the following existing calendar entries: 
     282to-firstname    expressoCalendar        en      To-Firstname 
     283to-fullname     expressoCalendar        en      To-Fullname 
     284to-lastname     expressoCalendar        en      To-Lastname 
     285today   expressoCalendar        en      Today 
     286translation     expressoCalendar        en      Translation 
     287tu      expressoCalendar        en      T 
     288tue     expressoCalendar        en      Tue 
     289update a single entry by passing the fields.    expressoCalendar        en      Update a single entry by passing the fields. 
     290updated expressoCalendar        en      Updated 
     291use end date    expressoCalendar        en      Use End date 
     292view this entry expressoCalendar        en      View this entry 
     293we      expressoCalendar        en      W 
     294wed     expressoCalendar        en      Wed 
     295week    expressoCalendar        en      Week 
     296weekday starts on       expressoCalendar        en      Weekday starts on 
     297weekly  expressoCalendar        en      Weekly 
     298weekview        expressoCalendar        en      Week View 
     299when creating new events default set to private expressoCalendar        en      When creating new events default set to private 
     300which events do you want to see when you enter the expressoCalendar.    expressoCalendar        en      Which events do you want to see when you enter the expressoCalendar. 
     301which of expressoCalendar view do you want to see, when you start expressoCalendar ?    expressoCalendar        en      Which of expressoCalendar view do you want to see when you start expressoCalendar ? 
     302work day ends on        expressoCalendar        en      Work day ends on 
     303work day starts on      expressoCalendar        en      Work day starts on 
     304workdayends     expressoCalendar        en      workdayends 
     305yearly  expressoCalendar        en      Yearly 
     306yearview        expressoCalendar        en      Year View 
     307you can either set a year or a occurence, not both !!!  expressoCalendar        en      You can either set a Year or a Occurence, not both !!! 
     308you can only set a year or a occurence !!!      expressoCalendar        en      You can only set a year or a occurence !!! 
     309you do not have permission to add alarms to this event !!!      expressoCalendar        en      You do not have permission to add alarms to this event !!! 
     310Alarm is older than now!!!      expressoCalendar        en      Alarm is older than now!!! 
     311Alarm already added!!!  expressoCalendar        en      Alarm already added!!! 
     312you do not have permission to delete this alarm !!!     expressoCalendar        en      You do not have permission to delete this alarm !!! 
     313you do not have permission to enable/disable this alarm !!!     expressoCalendar        en      You do not have permission to enable/disable this alarm !!! 
     314you do not have permission to read this record! expressoCalendar        en      You do not have permission to read this record! 
     315you have %1 high priority events on your expressoCalendar today.        common  en      You have %1 high priority events on your expressoCalendar today. 
     316you have 1 high priority event on your expressoCalendar today.  common  en      You have 1 high priority event on your expressoCalendar today. 
     317you have a meeting scheduled for %1     expressoCalendar        en      You have a meeting scheduled for %1 
     318you have not entered a title    expressoCalendar        en      You have not entered a title 
     319you have not entered a valid date       expressoCalendar        en      You have not entered a valid date 
     320you have not entered a valid time of day        expressoCalendar        en      You have not entered a valid time of day 
     321you have not entered participants       expressoCalendar        en      You have not entered participants 
     322you must enter one or more search keywords      expressoCalendar        en      You must enter one or more search keywords 
     323you must select a [iv]cal. (*.[iv]cs)   expressoCalendar        en      You must select a [iv]Cal. (*.[iv]cs) 
     324you need to set either a day or a occurence !!! expressoCalendar        en      You need to set either a day or a occurence !!! 
     325your meeting scheduled for %1 has been canceled expressoCalendar        en      Your meeting scheduled for %1 has been canceled 
     326your meeting that had been scheduled for %1 has been rescheduled to %2  expressoCalendar        en      Your meeting that had been scheduled for %1 has been rescheduled to %2 
     327your suggested time of <b> %1 - %2 </b> conflicts with the following existing expressoCalendar entries: expressoCalendar        en      Your suggested time of <B> %1 - %2 </B> conflicts with the following existing expressoCalendar entries: 
  • trunk/expressoCalendar/setup/phpgw_es-es.lang

    r632 r919  
    1 %1 %2 in %3     calendar        es-es   %1 %2 en %3 
    2 %1 matches found        calendar        es-es   %1 coincidencias encontradas 
    3 1 match found   calendar        es-es   1 coincidencia encontrada 
    4 %1 records imported     calendar        es-es   %1 registros importados 
    5 %1 records read (not yet imported, you may go back and uncheck test import)     calendar        es-es   %1 registros leídos (todavía sin importar, puede volver atrás desmarcar Probar Importar) 
    6 a       calendar        es-es   un 
    7 accept  calendar        es-es   Aceptar 
    8 accepted        calendar        es-es   Aceptado 
     1%1 %2 in %3     expressoCalendar        es-es   %1 %2 en %3 
     2%1 matches found        expressoCalendar        es-es   %1 coincidencias encontradas 
     31 match found   expressoCalendar        es-es   1 coincidencia encontrada 
     4%1 records imported     expressoCalendar        es-es   %1 registros importados 
     5%1 records read (not yet imported, you may go back and uncheck test import)     expressoCalendar        es-es   %1 registros leídos (todavía sin importar, puede volver atrás desmarcar Probar Importar) 
     6a       expressoCalendar        es-es   un 
     7accept  expressoCalendar        es-es   Aceptar 
     8accepted        expressoCalendar        es-es   Aceptado 
    99Account DN to be used when browsing LDAP        admin   es-es   Cuenta DN que se utilizará al hojear LDAP 
    10 action that caused the notify: added, canceled, accepted, rejected, ... calendar        es-es   Acción que causó la notificación: añadido, cancelado, aceptado, rechazado, ... 
    11 add alarm       calendar        es-es   Añadir alarma 
    12 add a single entry by passing the fields.       calendar        es-es   Añadir una entrada simple pasando los campos. 
    13 add contact     calendar        es-es   Añadir contacto 
    14 added   calendar        es-es   Añadido 
    15 Adding event    calendar        es-es   Agregando evento 
    16 add or update a single entry by passing the fields.     calendar        es-es   Añadir o actualizar una simple entrada pasando los campos. 
    17 Add Participants        calendar        es-es   Añadir Participantes 
    18 address book    calendar        es-es   Catálogo de direcciones 
    19 Add to my expresso      calendar        es-es   Añadir a mí Expresso 
    20 Add User        calendar        es-es   Añadir usuario 
    21 Alarm already added!!!  calendar        es-es   ¡¡¡Esta alarma ya existe!!! 
    22 alarm   calendar        es-es   Alarma 
    23 alarm for %1 at %2 in %3        calendar        es-es   Alarma para %1 en %2 in %3 
    24 Alarm is older than now!!!      calendar        es-es   ¡¡¡Horario inválido!!! 
    25 alarm management        calendar        es-es   Administrar alarmas 
    26 alarms  calendar        es-es   Alarmas 
    27 all day calendar        es-es   Todo el día 
     10action that caused the notify: added, canceled, accepted, rejected, ... expressoCalendar        es-es   Acción que causó la notificación: añadido, cancelado, aceptado, rechazado, ... 
     11add alarm       expressoCalendar        es-es   Añadir alarma 
     12add a single entry by passing the fields.       expressoCalendar        es-es   Añadir una entrada simple pasando los campos. 
     13add contact     expressoCalendar        es-es   Añadir contacto 
     14added   expressoCalendar        es-es   Añadido 
     15Adding event    expressoCalendar        es-es   Agregando evento 
     16add or update a single entry by passing the fields.     expressoCalendar        es-es   Añadir o actualizar una simple entrada pasando los campos. 
     17Add Participants        expressoCalendar        es-es   Añadir Participantes 
     18address book    expressoCalendar        es-es   Catálogo de direcciones 
     19Add to my expresso      expressoCalendar        es-es   Añadir a mí Expresso 
     20Add User        expressoCalendar        es-es   Añadir usuario 
     21Alarm already added!!!  expressoCalendar        es-es   ¡¡¡Esta alarma ya existe!!! 
     22alarm   expressoCalendar        es-es   Alarma 
     23alarm for %1 at %2 in %3        expressoCalendar        es-es   Alarma para %1 en %2 in %3 
     24Alarm is older than now!!!      expressoCalendar        es-es   ¡¡¡Horario inválido!!! 
     25alarm management        expressoCalendar        es-es   Administrar alarmas 
     26alarms  expressoCalendar        es-es   Alarmas 
     27all day expressoCalendar        es-es   Todo el día 
    2828all fields      admin   es-es   todos los campos 
    2929All levels with not recursive search    admin   es-es   Todos los niveles, buscar en el mismo nivel 
    30 Are you sure want to delete these alarms?       calendar        es-es   ¿Estás seguro de que quieres eliminar estas alarmas? 
    31 Are you sure want to delete this Country?       calendar        es-es   ¿Estás seguro que desea eliminar este país? 
    32 Are you sure want to delete this entry? calendar        es-es   ¿Estás seguro que desea eliminar esta entrada? 
    33 Are you sure want to delete this entry?\nThis will delete this entry for all users.     calendar        es-es   ¿Estás seguro de que deseas eliminar esta entrada?\nEsto eliminará esta entrada para todos los usuarios. 
    34 Are you sure want to delete this holiday?       calendar        es-es   ¿Estás seguro que desea eliminar este feriado? 
    35 Attributes      calendar        es-es   Cualidades 
    36 Available users and groups      calendar        es-es   Usuarios y grupos disponibles 
    37 Bassed on Webcalendar by Craig Knudsen. calendar        es-es   Basado en el Webcalendar de Craig Knudsen 
    38 before the event        calendar        es-es   antes del evento 
    39 brief description       calendar        es-es   Descripción breve 
    40 business        calendar        es-es   Negocios 
    41 calendar        common  es-es   Calendario 
    42 calendar event  calendar        es-es   Evento de calendario 
    43 calendar-fieldname      calendar        es-es   Nombre del campo 
    44 calendar holiday management     admin   es-es   Gestión de días festivos 
    45 calendar - [iv]cal importer     calendar        es-es   Calendario - Importador [iv]Cal 
    46 calendar preferences    calendar        es-es   Configuración del calendario 
    47 calendar settings       admin   es-es   Configuración del calendario 
    48 canceled        calendar        es-es   Cancelado 
     30Are you sure want to delete these alarms?       expressoCalendar        es-es   ¿Estás seguro de que quieres eliminar estas alarmas? 
     31Are you sure want to delete this Country?       expressoCalendar        es-es   ¿Estás seguro que desea eliminar este país? 
     32Are you sure want to delete this entry? expressoCalendar        es-es   ¿Estás seguro que desea eliminar esta entrada? 
     33Are you sure want to delete this entry?\nThis will delete this entry for all users.     expressoCalendar        es-es   ¿Estás seguro de que deseas eliminar esta entrada?\nEsto eliminará esta entrada para todos los usuarios. 
     34Are you sure want to delete this holiday?       expressoCalendar        es-es   ¿Estás seguro que desea eliminar este feriado? 
     35Attributes      expressoCalendar        es-es   Cualidades 
     36Available users and groups      expressoCalendar        es-es   Usuarios y grupos disponibles 
     37Bassed on WebexpressoCalendar by Craig Knudsen. expressoCalendar        es-es   Basado en el WebexpressoCalendar de Craig Knudsen 
     38before the event        expressoCalendar        es-es   antes del evento 
     39brief description       expressoCalendar        es-es   Descripción breve 
     40business        expressoCalendar        es-es   Negocios 
     41expressoCalendar        common  es-es   expressoCalendario 
     42expressoCalendar event  expressoCalendar        es-es   Evento de expressoCalendario 
     43expressoCalendar-fieldname      expressoCalendar        es-es   Nombre del campo 
     44expressoCalendar holiday management     admin   es-es   Gestión de días festivos 
     45expressoCalendar - [iv]cal importer     expressoCalendar        es-es   expressoCalendario - Importador [iv]Cal 
     46expressoCalendar preferences    expressoCalendar        es-es   Configuración del expressoCalendario 
     47expressoCalendar settings       admin   es-es   Configuración del expressoCalendario 
     48canceled        expressoCalendar        es-es   Cancelado 
    4949Catalog Name    admin   es-es   Nombre del catálogo 
    50 change all events for $params['old_owner'] to $params['new_owner'].     calendar        es-es   Cambiar todos los eventos de $params['old_owner'] a $params['new_owner']. 
    51 change status   calendar        es-es   Cambiar estado 
    52 charset of file calendar        es-es   Juego de caracteres del fichero 
    53 click %1here%2 to return to the calendar.       calendar        es-es   Haga clic %1aquí%2 para volver al calendario. 
     50change all events for $params['old_owner'] to $params['new_owner'].     expressoCalendar        es-es   Cambiar todos los eventos de $params['old_owner'] a $params['new_owner']. 
     51change status   expressoCalendar        es-es   Cambiar estado 
     52charset of file expressoCalendar        es-es   Juego de caracteres del fichero 
     53click %1here%2 to return to the expressoCalendar.       expressoCalendar        es-es   Haga clic %1aquí%2 para volver al expressoCalendario. 
    5454concatenate default domain to the mail  admin   es-es   Concatenar el dominio del defecto al correo 
    55 configuration   calendar        es-es   Configuración 
    56 countries       calendar        es-es   Países 
    57 country calendar        es-es   País 
    58 created by      calendar        es-es   Creado por 
    59 csv-fieldname   calendar        es-es   CSV - Nombre del campo 
    60 csv-filename    calendar        es-es   CSV- Nombre del archivo 
     55configuration   expressoCalendar        es-es   Configuración 
     56countries       expressoCalendar        es-es   Países 
     57country expressoCalendar        es-es   País 
     58created by      expressoCalendar        es-es   Creado por 
     59csv-fieldname   expressoCalendar        es-es   CSV - Nombre del campo 
     60csv-filename    expressoCalendar        es-es   CSV- Nombre del archivo 
    6161custom fields and sorting       common  es-es   Campos personalizados y ordenación 
    62 custom fields   calendar        es-es   Campos personalizados 
    63 daily   calendar        es-es   Diario 
    64 daily matrix view       calendar        es-es   Vista matricial del día 
    65 days    calendar        es-es   días 
    66 days repeated   calendar        es-es   días repetidos 
    67 dayview calendar        es-es   Vista diaria 
    68 default appointment length (in minutes) calendar        es-es   duración predeterminada de los eventos (en minutos) 
    69 default calendar filter calendar        es-es   Filtro predeterminado del calendario 
    70 default calendar view   calendar        es-es   Vista predeterminada del calendario 
     62custom fields   expressoCalendar        es-es   Campos personalizados 
     63daily   expressoCalendar        es-es   Diario 
     64daily matrix view       expressoCalendar        es-es   Vista matricial del día 
     65days    expressoCalendar        es-es   días 
     66days repeated   expressoCalendar        es-es   días repetidos 
     67dayview expressoCalendar        es-es   Vista diaria 
     68default appointment length (in minutes) expressoCalendar        es-es   duración predeterminada de los eventos (en minutos) 
     69default expressoCalendar filter expressoCalendar        es-es   Filtro predeterminado del expressoCalendario 
     70default expressoCalendar view   expressoCalendar        es-es   Vista predeterminada del expressoCalendario 
    7171Default Domain  admin   es-es   Dominio predeterminado 
    72 default length of newly created events. the length is in minutes, eg. 60 for 1 hour.    calendar        es-es   Longitud predeterminada de los eventos nuevos. La longitud es en minutos, ej. 60 = 1 hora. 
     72default length of newly created events. the length is in minutes, eg. 60 for 1 hour.    expressoCalendar        es-es   Longitud predeterminada de los eventos nuevos. La longitud es en minutos, ej. 60 = 1 hora. 
    7373Default Logon Script    admin   es-es   Login Script predeterminado 
    7474Default User Password   admin   es-es   Seña predeterminada del usuario 
    7575Default User Quota      admin   es-es   Espacio predeterminado para creación de los usuarios 
    76 defines the size in minutes of the lines in the day view.       calendar        es-es   Define el tamaño en minutos de las línes de la vista de diario. 
    77 delete an entire users calendar.        calendar        es-es   Borrar todo el calendario de un usuario. 
    78 delete a single entry by passing the id.        calendar        es-es   Borrar una entrada simple pasando el id. 
    79 deleted calendar        es-es   Eliminado 
    80 delete selected contacts        calendar        es-es   Eliminar contactos seleccionados 
    81 delete series   calendar        es-es   Borrar serie 
    82 delete single   calendar        es-es   Borrar solo 
    83 description     calendar        es-es   Descripción 
    84 disable calendar        es-es   Desactivar 
    85 disabled        calendar        es-es   desactivado 
    86 display interval in day view    calendar        es-es   Mostrar intervalo en vista diária 
    87 display mini calendars when printing    calendar        es-es   Mostrar minicalendarios al imprimir 
    88 display status of events        calendar        es-es   Mostrar estado de los eventos 
    89 displays your default calendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)?    calendar        es-es   Muestra la vista predeterminada del calendario en la página de inicio de eGroupWare 
     76defines the size in minutes of the lines in the day view.       expressoCalendar        es-es   Define el tamaño en minutos de las línes de la vista de diario. 
     77delete an entire users expressoCalendar.        expressoCalendar        es-es   Borrar todo el expressoCalendario de un usuario. 
     78delete a single entry by passing the id.        expressoCalendar        es-es   Borrar una entrada simple pasando el id. 
     79deleted expressoCalendar        es-es   Eliminado 
     80delete selected contacts        expressoCalendar        es-es   Eliminar contactos seleccionados 
     81delete series   expressoCalendar        es-es   Borrar serie 
     82delete single   expressoCalendar        es-es   Borrar solo 
     83description     expressoCalendar        es-es   Descripción 
     84disable expressoCalendar        es-es   Desactivar 
     85disabled        expressoCalendar        es-es   desactivado 
     86display interval in day view    expressoCalendar        es-es   Mostrar intervalo en vista diária 
     87display mini expressoCalendars when printing    expressoCalendar        es-es   Mostrar miniexpressoCalendarios al imprimir 
     88display status of events        expressoCalendar        es-es   Mostrar estado de los eventos 
     89displays your default expressoCalendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)?    expressoCalendar        es-es   Muestra la vista predeterminada del expressoCalendario en la página de inicio de eGroupWare 
    9090dont use any plugin     admin   es-es   No usar ningún plugin 
    91 download        calendar        es-es   Descargar 
    92 do you want to be notified about new or changed appointments? you be notified about changes you make yourself.<br>you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too.  calendar        es-es   ¿Desea que se le notifiquen citas nuevas o modificadas? Se le notificará de los cambios que haga usted mismo.<br>Puede limitar las notificaciones para sólo ciertos cambios. Cada elemento incluye toda la notificación listada encima. Todas las modificaciones incluyen cambios de título, participantes, pero no las respuestas de los participantes. Si el dueño de un evento solicitó alguna notificación, siempre obtendrá las respuestas de aceptación o rechazo del participante. 
    93 do you want to receive a regulary summary of your appointsments via email?<br>the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys.<br>it is only sent when you have any appointments on that day or week.    calendar        es-es   ¿Desea recibir regularmente por correo un resumen de sus citas?<br>El resumen se le enviará a su correo electrónico habitual el mismo día por la mañana o el lunes para resúmenes semanales.<br>Sólo se envía si hay citas en ese día o esa semana. 
    94 do you wish to autoload calendar holidays files dynamically?    admin   es-es   ¿Desea cargar automáticamente en el calendario los ficheros de fiestas? 
    95 duration        calendar        es-es   Duración 
    96 Editing event   calendar        es-es   Edición de evento 
    97 edit series     calendar        es-es   Editar series 
    98 edit single     calendar        es-es   Editar sencillo 
    99 email notification      calendar        es-es   Notificación por correo 
    100 email notification for %1       calendar        es-es   Notificación por correo para %1 
    101 empty for all   calendar        es-es   vacío para todos 
    102 enable  calendar        es-es   Activar 
    103 enabled calendar        es-es   activado 
    104 End date        calendar        es-es   La fecha de finalización 
    105 end date/time   calendar        es-es   La fecha/hora de finalización 
    106 ends    calendar        es-es   acaba 
    107 enter output filename: ( .vcs appended )        calendar        es-es   Introduzca el nombre del archivo de salida (añadir .vcs) 
    108 event details follow    calendar        es-es   A continuación, los detalles del evento 
    109 Event's Participants    calendar        es-es   Participantes del evento 
    110 exceptions      calendar        es-es   Excepciones 
    111 export a list of entries in ical format.        calendar        es-es   Exportar una lista de entradas en format iCal. 
    112 export all      calendar        es-es   Exportar todos 
    113 export  calendar        es-es   Exportar 
    114 Expresso external user  calendar        es-es   Usuario externo del Expresso 
    115 ExpressoMail Plugin Calendar    admin   es-es   Plugin del ExpressoMail en el Calendario 
    116 extended        calendar        es-es   Extendido 
    117 extended updates always include the complete event-details. ical's can be imported by certain other calendar-applications.      calendar        es-es   Las actualizaciones extendidas incluyen todos los detalles de los eventos. Los de tipo iCal pueden importarse mediante otras aplicaciones de tipo calendario. 
    118 External event from Expresso    calendar        es-es   Evento externo del Expresso 
    119 external participants   calendar        es-es   Participantes externos 
    120 failed sending message to '%1' #%2 subject='%3', sender='%4'!!! calendar        es-es   Falla al enviar mensaje a '%1' nº%2 asunto='%3', remitente='%4'!!! 
    121 fieldseparator  calendar        es-es   Separador de campos 
     91download        expressoCalendar        es-es   Descargar 
     92do you want to be notified about new or changed appointments? you be notified about changes you make yourself.<br>you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too.  expressoCalendar        es-es   ¿Desea que se le notifiquen citas nuevas o modificadas? Se le notificará de los cambios que haga usted mismo.<br>Puede limitar las notificaciones para sólo ciertos cambios. Cada elemento incluye toda la notificación listada encima. Todas las modificaciones incluyen cambios de título, participantes, pero no las respuestas de los participantes. Si el dueño de un evento solicitó alguna notificación, siempre obtendrá las respuestas de aceptación o rechazo del participante. 
     93do you want to receive a regulary summary of your appointsments via email?<br>the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys.<br>it is only sent when you have any appointments on that day or week.    expressoCalendar        es-es   ¿Desea recibir regularmente por correo un resumen de sus citas?<br>El resumen se le enviará a su correo electrónico habitual el mismo día por la mañana o el lunes para resúmenes semanales.<br>Sólo se envía si hay citas en ese día o esa semana. 
     94do you wish to autoload expressoCalendar holidays files dynamically?    admin   es-es   ¿Desea cargar automáticamente en el expressoCalendario los ficheros de fiestas? 
     95duration        expressoCalendar        es-es   Duración 
     96Editing event   expressoCalendar        es-es   Edición de evento 
     97edit series     expressoCalendar        es-es   Editar series 
     98edit single     expressoCalendar        es-es   Editar sencillo 
     99email notification      expressoCalendar        es-es   Notificación por correo 
     100email notification for %1       expressoCalendar        es-es   Notificación por correo para %1 
     101empty for all   expressoCalendar        es-es   vacío para todos 
     102enable  expressoCalendar        es-es   Activar 
     103enabled expressoCalendar        es-es   activado 
     104End date        expressoCalendar        es-es   La fecha de finalización 
     105end date/time   expressoCalendar        es-es   La fecha/hora de finalización 
     106ends    expressoCalendar        es-es   acaba 
     107enter output filename: ( .vcs appended )        expressoCalendar        es-es   Introduzca el nombre del archivo de salida (añadir .vcs) 
     108event details follow    expressoCalendar        es-es   A continuación, los detalles del evento 
     109Event's Participants    expressoCalendar        es-es   Participantes del evento 
     110exceptions      expressoCalendar        es-es   Excepciones 
     111export a list of entries in ical format.        expressoCalendar        es-es   Exportar una lista de entradas en format iCal. 
     112export all      expressoCalendar        es-es   Exportar todos 
     113export  expressoCalendar        es-es   Exportar 
     114Expresso external user  expressoCalendar        es-es   Usuario externo del Expresso 
     115ExpressoMail Plugin expressoCalendar    admin   es-es   Plugin del ExpressoMail en el expressoCalendario 
     116extended        expressoCalendar        es-es   Extendido 
     117extended updates always include the complete event-details. ical's can be imported by certain other expressoCalendar-applications.      expressoCalendar        es-es   Las actualizaciones extendidas incluyen todos los detalles de los eventos. Los de tipo iCal pueden importarse mediante otras aplicaciones de tipo expressoCalendario. 
     118External event from Expresso    expressoCalendar        es-es   Evento externo del Expresso 
     119external participants   expressoCalendar        es-es   Participantes externos 
     120failed sending message to '%1' #%2 subject='%3', sender='%4'!!! expressoCalendar        es-es   Falla al enviar mensaje a '%1' nº%2 asunto='%3', remitente='%4'!!! 
     121fieldseparator  expressoCalendar        es-es   Separador de campos 
    122122First level with recursive search       admin   es-es   Primer nivel solamente, búsqueda recursiva 
    123 firstname of person to notify   calendar        es-es   Nombre de pila de la persona a notificar 
    124 format of event updates calendar        es-es   Formato de las actualizaciones de eventos 
    125 (for weekly)    calendar        es-es   (por semanal) 
    126 free/busy       calendar        es-es   Libre/Ocupado 
    127 freebusy: unknow user '%1', wrong password or not availible to not loged in users !!!   calendar        es-es   Disponibilidad: Usuario '%1' desconocido, contraseña incorrecta o no está disponible!!! 
    128 frequency       calendar        es-es   Frecuencia 
    129 fri     calendar        es-es   Vie 
    130 full description        calendar        es-es   Descripción completa 
    131 fullname of person to notify    calendar        es-es   Nombre completo de la persona a la que notificar 
    132 generate printer-friendly version       calendar        es-es   Generar versión para impresion 
    133 global categories       calendar        es-es   Categorías globales 
    134 global public and group public  calendar        es-es   Público global y grupo público 
    135 global public only      calendar        es-es   Público global solamente 
    136 go!     calendar        es-es   ¡Adelante! 
    137 grant calendar access   common  es-es   Conceder acceso al calendario 
    138 group planner   calendar        es-es   Planificación de grupo 
    139 group public only       calendar        es-es   Grupo público solamente 
    140 here is your requested alarm.   calendar        es-es   Aquí está la alarma solicitada. 
    141 high priority   calendar        es-es   prioridad alta 
    142 holiday calendar        es-es   Feriado 
    143 holiday management      calendar        es-es   Gestión de feriados 
    144 holidays        calendar        es-es   Feriados 
    145 hours   calendar        es-es   horas 
    146 ical / rfc2445  calendar        es-es   iCal / rfc2445 
    147 if checked holidays falling on a weekend, are taken on the monday after.        calendar        es-es   Si los feriados marcados caen en fin de semana, se toman el lunes siguiente. 
    148 if you dont set a password here, the information is availible to everyone, who knows the url!!! calendar        es-es   Si no indica una contraseña aquí, ¡la información está disponible para todos los que conozcan la URL! 
    149 ignore conflict calendar        es-es   Ignorar conflicto 
    150 import  calendar        es-es   Importar 
     123firstname of person to notify   expressoCalendar        es-es   Nombre de pila de la persona a notificar 
     124format of event updates expressoCalendar        es-es   Formato de las actualizaciones de eventos 
     125(for weekly)    expressoCalendar        es-es   (por semanal) 
     126free/busy       expressoCalendar        es-es   Libre/Ocupado 
     127freebusy: unknow user '%1', wrong password or not availible to not loged in users !!!   expressoCalendar        es-es   Disponibilidad: Usuario '%1' desconocido, contraseña incorrecta o no está disponible!!! 
     128frequency       expressoCalendar        es-es   Frecuencia 
     129fri     expressoCalendar        es-es   Vie 
     130full description        expressoCalendar        es-es   Descripción completa 
     131fullname of person to notify    expressoCalendar        es-es   Nombre completo de la persona a la que notificar 
     132generate printer-friendly version       expressoCalendar        es-es   Generar versión para impresion 
     133global categories       expressoCalendar        es-es   Categorías globales 
     134global public and group public  expressoCalendar        es-es   Público global y grupo público 
     135global public only      expressoCalendar        es-es   Público global solamente 
     136go!     expressoCalendar        es-es   ¡Adelante! 
     137grant expressoCalendar access   common  es-es   Conceder acceso al expressoCalendario 
     138group planner   expressoCalendar        es-es   Planificación de grupo 
     139group public only       expressoCalendar        es-es   Grupo público solamente 
     140here is your requested alarm.   expressoCalendar        es-es   Aquí está la alarma solicitada. 
     141high priority   expressoCalendar        es-es   prioridad alta 
     142holiday expressoCalendar        es-es   Feriado 
     143holiday management      expressoCalendar        es-es   Gestión de feriados 
     144holidays        expressoCalendar        es-es   Feriados 
     145hours   expressoCalendar        es-es   horas 
     146ical / rfc2445  expressoCalendar        es-es   iCal / rfc2445 
     147if checked holidays falling on a weekend, are taken on the monday after.        expressoCalendar        es-es   Si los feriados marcados caen en fin de semana, se toman el lunes siguiente. 
     148if you dont set a password here, the information is availible to everyone, who knows the url!!! expressoCalendar        es-es   Si no indica una contraseña aquí, ¡la información está disponible para todos los que conozcan la URL! 
     149ignore conflict expressoCalendar        es-es   Ignorar conflicto 
     150import  expressoCalendar        es-es   Importar 
    151151import csv-file common  es-es   Importar fichero CSV 
    152 Inform  calendar        es-es   Avisar 
    153 interval        calendar        es-es   Intervalo 
    154 intervals in day view   calendar        es-es   Intervalos en la vista de día 
    155 intervals per day in planner view       calendar        es-es   Intervalos por día en la vista del planificador 
    156 invalid entry id.       calendar        es-es   Id de entrada no válido 
    157 i participate   calendar        es-es   Participo 
    158 It types below the email addresses, if you want to invite other people out of this system       calendar        es-es   Para invitar alguien no perteneciente a este servidor Expreso, teclee suyo(s) e-mail(s) para encaminar uno aviso 
    159 It types login of the user to have access Public Agenda calendar        es-es   Teclee el login del usuario para acessar Agenda Pública 
    160 It types login of the user to have access Public Agenda calendar        es-es   Teclee el login del usuario para acessar su agenda pública. 
    161 (i/v)cal        calendar        es-es   (i/v) Cal 
    162 last    calendar        es-es   último 
    163 lastname of person to notify    calendar        es-es   Apellido de la persona a notificar 
    164 Leave my calendar public        calendar        es-es   Hacer mi agenda pública 
    165 length<br>(<= 255)      calendar        es-es   Longitud<br>(<=255) 
    166 length shown<br>(emtpy for full length) calendar        es-es   Longitud mostrada<br>(vació para dia completo) 
    167 link    calendar        es-es   Enlace 
    168 link to view the event  calendar        es-es   Enlace para ver el evento 
    169 list all categories.    calendar        es-es   Listar todas las categorías. 
    170 Loading calendar        es-es   Cargando 
    171 load [iv]cal    calendar        es-es   Cargar [iv]Cal 
    172 location        calendar        es-es   Lugar 
     152Inform  expressoCalendar        es-es   Avisar 
     153interval        expressoCalendar        es-es   Intervalo 
     154intervals in day view   expressoCalendar        es-es   Intervalos en la vista de día 
     155intervals per day in planner view       expressoCalendar        es-es   Intervalos por día en la vista del planificador 
     156invalid entry id.       expressoCalendar        es-es   Id de entrada no válido 
     157i participate   expressoCalendar        es-es   Participo 
     158It types below the email addresses, if you want to invite other people out of this system       expressoCalendar        es-es   Para invitar alguien no perteneciente a este servidor Expreso, teclee suyo(s) e-mail(s) para encaminar uno aviso 
     159It types login of the user to have access Public Agenda expressoCalendar        es-es   Teclee el login del usuario para acessar Agenda Pública 
     160It types login of the user to have access Public Agenda expressoCalendar        es-es   Teclee el login del usuario para acessar su agenda pública. 
     161(i/v)cal        expressoCalendar        es-es   (i/v) Cal 
     162last    expressoCalendar        es-es   último 
     163lastname of person to notify    expressoCalendar        es-es   Apellido de la persona a notificar 
     164Leave my expressoCalendar public        expressoCalendar        es-es   Hacer mi agenda pública 
     165length<br>(<= 255)      expressoCalendar        es-es   Longitud<br>(<=255) 
     166length shown<br>(emtpy for full length) expressoCalendar        es-es   Longitud mostrada<br>(vació para dia completo) 
     167link    expressoCalendar        es-es   Enlace 
     168link to view the event  expressoCalendar        es-es   Enlace para ver el evento 
     169list all categories.    expressoCalendar        es-es   Listar todas las categorías. 
     170Loading expressoCalendar        es-es   Cargando 
     171load [iv]cal    expressoCalendar        es-es   Cargar [iv]Cal 
     172location        expressoCalendar        es-es   Lugar 
    173173location to autoload from       admin   es-es   Lugar desde donde cargar automáticamente 
    174 make freebusy information availible to not loged in persons?    calendar        es-es   ¿Hacer la información libre-ocupado disponible para personas que no inicien sesión? 
    175 matrixview      calendar        es-es   Vista matricial 
    176 minutes calendar        es-es   minutos 
    177 mo      calendar        es-es   L 
    178 modified        calendar        es-es   Modificado 
    179 modify list of external participants    calendar        es-es   Modificar lista de participantes externos 
    180 mon     calendar        es-es   Lun 
    181 month   calendar        es-es   Mes 
    182 monthly (by date)       calendar        es-es   Mensual (por fecha) 
    183 monthly (by day)        calendar        es-es   Mensual (por día) 
    184 monthly calendar        es-es   Mensualmente 
    185 monthview       calendar        es-es   Vista mensual 
    186 new entry       calendar        es-es   Nueva entrada 
    187 new name must not exist and not be empty!!!     calendar        es-es   El nuevo nombre no debe existir previamente ni estar en blanco 
    188 no matches found        calendar        es-es   No se encontraron eventos 
    189 no response     calendar        es-es   Sin respuesta 
    190 notification messages for added events  calendar        es-es   Mensajes de notificación para eventos añadidos 
    191 notification messages for canceled events       calendar        es-es   Mensajes de notificación para eventos cancelados 
    192 notification messages for modified events       calendar        es-es   Mensajes de notificación para eventos modificados 
    193 notification messages for your alarms   calendar        es-es   Mensajes de notificación para sus alarmas 
    194 notification messages for your responses        calendar        es-es   Mensajes de notificación para sus respuestas 
    195 number of intervals per day in planner view     calendar        es-es   Número de intervalos por día en la vista del planificador 
    196 number of months        calendar        es-es   Número de meses 
    197 number of records to read (%1)  calendar        es-es   Número de registros a leer (%1) 
    198 number of records to read (<=200)       calendar        es-es   Número de registros a leer (<=200) 
    199 observance rule calendar        es-es   Regla de observación 
    200 occurence       calendar        es-es   Ocurrencia 
    201 olddate calendar        es-es   Fecha antigua 
    202 old startdate   calendar        es-es   Fecha de inicio antigua 
    203 on %1 %2 %3 your meeting request for %4 calendar        es-es   El %1 %2 %3 su solicitud de reunión para %4 
    204 on all changes  calendar        es-es   en todos los cambios 
    205 on all modification, but responses      calendar        es-es   en todas las modificaciones, excepto las respuestas 
    206 on any time change too  calendar        es-es   también en cualquier cambio de hora 
    207 on invitation / cancelation only        calendar        es-es   sólo en invitación o cancelación 
    208 on participant responses too    calendar        es-es   también en las respuestas de los participantes 
    209 on time change of more than 4 hours too calendar        es-es   también en un cambio de hora superior a 4 horas 
    210 open todo's:    calendar        es-es   Abrir tareas pendientes 
    211 order   calendar        es-es   Orden 
    212 Organization    calendar        es-es   Organización 
    213 overlap holiday calendar        es-es   solapar feriado 
    214 participant     calendar        es-es   Participante 
    215 participants    calendar        es-es   Participantes 
    216 participates    calendar        es-es   Participa 
    217 password for not loged in users to your freebusy information?   calendar        es-es   ¿Contraseña para los usuarios sin sesión para la información sobre disponibilidad? 
    218 people holiday  calendar        es-es   Feriado personal 
    219 permission denied       calendar        es-es   Permiso denegado 
    220 planner by category     calendar        es-es   Organizar por categorías 
    221 planner by user calendar        es-es   Organizar por usuario 
    222 planner calendar        es-es   Planificar 
    223 please confirm,accept,reject or examine changes in the corresponding entry in your calendar     calendar        es-es   Por favor, confirme, acepte, rechace o examine los cambios en la entrada correspondiente en su calendario 
    224 Powerful calendar with meeting request system and ACL security. calendar        es-es   Poderoso calendario con sistema de requisición de compromisos y seguridad ACL 
    225 preselected group for entering the planner      calendar        es-es   Grupo pre-seleccionado para entrar en el organizador 
    226 print calendars in black & white        calendar        es-es   Imprimir calendario en blanco y negro 
    227 printer friendly        calendar        es-es   Versión para impresión 
    228 print the mini calendars        calendar        es-es   Imprimir minicalendarios 
    229 private and global public       calendar        es-es   Privado y público global 
    230 private and group public        calendar        es-es   Privado y público global 
    231 private calendar        es-es   Privado 
    232 private only    calendar        es-es   Privado solamente 
    233 Public Calendars        calendar        es-es   Agendas pública 
    234 read a list of entries. calendar        es-es   Leer una lista de entradas 
    235 read a single entry by passing the id and fieldlist.    calendar        es-es   Leer una entrada simple pasando el id y lista de campos. 
    236 read this list of methods.      calendar        es-es   Leer esta lista de métodos 
    237 receive email updates   calendar        es-es   Recibir actualizaciones de correo 
    238 receive extra information in event mails        calendar        es-es   Recibir información extra en los eventos de correo 
    239 receive summary of appointments calendar        es-es   Recibir resumen de las citas 
    240 recurring event calendar        es-es   evento recurrente 
    241 re-edit event   calendar        es-es   Volver a editar evento 
    242 refresh calendar        es-es   Actualizar 
    243 reinstate       calendar        es-es   Restablecer 
    244 rejected        calendar        es-es   Rechazado 
    245 Remove User     calendar        es-es   Remover usuario 
    246 repeat day      calendar        es-es   Repetixión diaria 
    247 repeat end date calendar        es-es   Fecha final de la repetición 
    248 repeating event information     calendar        es-es   Información repetitiva de eventos 
    249 repeat type     calendar        es-es   Tipo repetición 
    250 repetition      calendar        es-es   Repetición 
    251 repetitiondetails (or empty)    calendar        es-es   Detalles de la repetición (o vacío) 
    252 reset   calendar        es-es   Limpiar 
    253 rule    calendar        es-es   Regla 
    254 sa      calendar        es-es   Sa 
    255 sat     calendar        es-es   Sáb 
    256 scheduling conflict     calendar        es-es   Conflicto de agenda 
    257 Search for      calendar        es-es   Buscar por 
    258 Searching       calendar        es-es   Buscando 
    259 search results  calendar        es-es   Resultados de la búsqueda 
    260 Sector  calendar        es-es   Sector 
    261 selected contacts (%1)  calendar        es-es   Contactos seleccionados (%1) 
     174make freebusy information availible to not loged in persons?    expressoCalendar        es-es   ¿Hacer la información libre-ocupado disponible para personas que no inicien sesión? 
     175matrixview      expressoCalendar        es-es   Vista matricial 
     176minutes expressoCalendar        es-es   minutos 
     177mo      expressoCalendar        es-es   L 
     178modified        expressoCalendar        es-es   Modificado 
     179modify list of external participants    expressoCalendar        es-es   Modificar lista de participantes externos 
     180mon     expressoCalendar        es-es   Lun 
     181month   expressoCalendar        es-es   Mes 
     182monthly (by date)       expressoCalendar        es-es   Mensual (por fecha) 
     183monthly (by day)        expressoCalendar        es-es   Mensual (por día) 
     184monthly expressoCalendar        es-es   Mensualmente 
     185monthview       expressoCalendar        es-es   Vista mensual 
     186new entry       expressoCalendar        es-es   Nueva entrada 
     187new name must not exist and not be empty!!!     expressoCalendar        es-es   El nuevo nombre no debe existir previamente ni estar en blanco 
     188no matches found        expressoCalendar        es-es   No se encontraron eventos 
     189no response     expressoCalendar        es-es   Sin respuesta 
     190notification messages for added events  expressoCalendar        es-es   Mensajes de notificación para eventos añadidos 
     191notification messages for canceled events       expressoCalendar        es-es   Mensajes de notificación para eventos cancelados 
     192notification messages for modified events       expressoCalendar        es-es   Mensajes de notificación para eventos modificados 
     193notification messages for your alarms   expressoCalendar        es-es   Mensajes de notificación para sus alarmas 
     194notification messages for your responses        expressoCalendar        es-es   Mensajes de notificación para sus respuestas 
     195number of intervals per day in planner view     expressoCalendar        es-es   Número de intervalos por día en la vista del planificador 
     196number of months        expressoCalendar        es-es   Número de meses 
     197number of records to read (%1)  expressoCalendar        es-es   Número de registros a leer (%1) 
     198number of records to read (<=200)       expressoCalendar        es-es   Número de registros a leer (<=200) 
     199observance rule expressoCalendar        es-es   Regla de observación 
     200occurence       expressoCalendar        es-es   Ocurrencia 
     201olddate expressoCalendar        es-es   Fecha antigua 
     202old startdate   expressoCalendar        es-es   Fecha de inicio antigua 
     203on %1 %2 %3 your meeting request for %4 expressoCalendar        es-es   El %1 %2 %3 su solicitud de reunión para %4 
     204on all changes  expressoCalendar        es-es   en todos los cambios 
     205on all modification, but responses      expressoCalendar        es-es   en todas las modificaciones, excepto las respuestas 
     206on any time change too  expressoCalendar        es-es   también en cualquier cambio de hora 
     207on invitation / cancelation only        expressoCalendar        es-es   sólo en invitación o cancelación 
     208on participant responses too    expressoCalendar        es-es   también en las respuestas de los participantes 
     209on time change of more than 4 hours too expressoCalendar        es-es   también en un cambio de hora superior a 4 horas 
     210open todo's:    expressoCalendar        es-es   Abrir tareas pendientes 
     211order   expressoCalendar        es-es   Orden 
     212Organization    expressoCalendar        es-es   Organización 
     213overlap holiday expressoCalendar        es-es   solapar feriado 
     214participant     expressoCalendar        es-es   Participante 
     215participants    expressoCalendar        es-es   Participantes 
     216participates    expressoCalendar        es-es   Participa 
     217password for not loged in users to your freebusy information?   expressoCalendar        es-es   ¿Contraseña para los usuarios sin sesión para la información sobre disponibilidad? 
     218people holiday  expressoCalendar        es-es   Feriado personal 
     219permission denied       expressoCalendar        es-es   Permiso denegado 
     220planner by category     expressoCalendar        es-es   Organizar por categorías 
     221planner by user expressoCalendar        es-es   Organizar por usuario 
     222planner expressoCalendar        es-es   Planificar 
     223please confirm,accept,reject or examine changes in the corresponding entry in your expressoCalendar     expressoCalendar        es-es   Por favor, confirme, acepte, rechace o examine los cambios en la entrada correspondiente en su expressoCalendario 
     224Powerful expressoCalendar with meeting request system and ACL security. expressoCalendar        es-es   Poderoso expressoCalendario con sistema de requisición de compromisos y seguridad ACL 
     225preselected group for entering the planner      expressoCalendar        es-es   Grupo pre-seleccionado para entrar en el organizador 
     226print expressoCalendars in black & white        expressoCalendar        es-es   Imprimir expressoCalendario en blanco y negro 
     227printer friendly        expressoCalendar        es-es   Versión para impresión 
     228print the mini expressoCalendars        expressoCalendar        es-es   Imprimir miniexpressoCalendarios 
     229private and global public       expressoCalendar        es-es   Privado y público global 
     230private and group public        expressoCalendar        es-es   Privado y público global 
     231private expressoCalendar        es-es   Privado 
     232private only    expressoCalendar        es-es   Privado solamente 
     233Public expressoCalendars        expressoCalendar        es-es   Agendas pública 
     234read a list of entries. expressoCalendar        es-es   Leer una lista de entradas 
     235read a single entry by passing the id and fieldlist.    expressoCalendar        es-es   Leer una entrada simple pasando el id y lista de campos. 
     236read this list of methods.      expressoCalendar        es-es   Leer esta lista de métodos 
     237receive email updates   expressoCalendar        es-es   Recibir actualizaciones de correo 
     238receive extra information in event mails        expressoCalendar        es-es   Recibir información extra en los eventos de correo 
     239receive summary of appointments expressoCalendar        es-es   Recibir resumen de las citas 
     240recurring event expressoCalendar        es-es   evento recurrente 
     241re-edit event   expressoCalendar        es-es   Volver a editar evento 
     242refresh expressoCalendar        es-es   Actualizar 
     243reinstate       expressoCalendar        es-es   Restablecer 
     244rejected        expressoCalendar        es-es   Rechazado 
     245Remove User     expressoCalendar        es-es   Remover usuario 
     246repeat day      expressoCalendar        es-es   Repetixión diaria 
     247repeat end date expressoCalendar        es-es   Fecha final de la repetición 
     248repeating event information     expressoCalendar        es-es   Información repetitiva de eventos 
     249repeat type     expressoCalendar        es-es   Tipo repetición 
     250repetition      expressoCalendar        es-es   Repetición 
     251repetitiondetails (or empty)    expressoCalendar        es-es   Detalles de la repetición (o vacío) 
     252reset   expressoCalendar        es-es   Limpiar 
     253rule    expressoCalendar        es-es   Regla 
     254sa      expressoCalendar        es-es   Sa 
     255sat     expressoCalendar        es-es   Sáb 
     256scheduling conflict     expressoCalendar        es-es   Conflicto de agenda 
     257Search for      expressoCalendar        es-es   Buscar por 
     258Searching       expressoCalendar        es-es   Buscando 
     259search results  expressoCalendar        es-es   Resultados de la búsqueda 
     260Sector  expressoCalendar        es-es   Sector 
     261selected contacts (%1)  expressoCalendar        es-es   Contactos seleccionados (%1) 
    262262Select module version expressoMail (if available)       admin   es-es   Seleccione la versión del ExpressoMail (cuando posible) 
    263263Select type tree view   admin   es-es   Seleccione el tipo de vista de árbol (Si el plugin está siendo usado) 
    264 send/receive updates via email  calendar        es-es   Enviar y recibir actualizaciones por correo electrónico 
     264send/receive updates via email  expressoCalendar        es-es   Enviar y recibir actualizaciones por correo electrónico 
    265265send updates via email  common  es-es   Enviar actualizaciones por correo electrónico 
    266 set a year only for one-time / non-regular holidays.    calendar        es-es   Informar el año para los feriados únicos y no regulares. 
    267 set new events to private       calendar        es-es   Poner los eventos nuevos como privados 
    268 should invitations you rejected still be shown in your calendar ?<br>you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar!   calendar        es-es   ¿Mostrar las invitaciones rechazadas por usted en el calendario?<br>Puede aceptarlas después (por ejemplo, cuando elimine el conflicto de horarios), si todavía se ven en su calendario. 
    269 should new events created as private by default ?       calendar        es-es   ¿Los nuevos eventos creados deben ser colocados como privados siempre? 
    270 should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include the times when you are busy. it does not include the event-name, description or locations. the url to your freebusy information is %1.      calendar        es-es   ¿Deben ver las personas que no inicien sesión la información de ocupación? Se puede poner una contraseña extra, distinta a la normal, para proteger esta información. La información de ocupación está en formato iCal y sólo incluye las horas en las que está ocupado. No incluye el nombre del evento, descripción o sitios. La URL para su información de ocupación es %1. 
    271 should the mini calendars by printed / displayed in the printer friendly views ?        calendar        es-es   ¿Mostrar o imprimir los minicalendarios en la versión de impresión? 
    272 should the printer friendly view be in black & white or in color (as in normal view)?   calendar        es-es   ¿Mostrar la versión de impresión en blanco y negro o en color, como en la vista normal? 
    273 should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ?    calendar        es-es   ¿Mostrar el estado de cada evento (aceptar, rechazar, etc) entre corchetes detrás del nombre de cada participante? 
    274 show day view on main screen    calendar        es-es   Mostrar la vista del día en la pantalla principal 
    275 show default view on main screen        calendar        es-es   Mostrar la vista predeterminada en la pantalla principal 
    276 show high priority events on main screen        calendar        es-es   Mostrar eventos de alta prioridad en la pantalla principal 
    277 show invitations you rejected   calendar        es-es   Mostar invitaciones rechazadas por usted 
    278 show list of upcoming events    calendar        es-es   Mostrar la lista de eventos próximos 
    279 single event    calendar        es-es   evento único 
    280 sorry, the owner has just deleted this event    calendar        es-es   Lo sentimos, el propietario acaba de eliminar este evento 
    281 sorry, this event does not exist        calendar        es-es   Lo sentimos, este evento no existe 
    282 sorry, this event does not have exceptions defined      calendar        es-es   Lo sentimos, este evento no tiene excepciones definidas 
    283 sort by calendar        es-es   Ordenar por 
    284 specifies the the number of intervals shown in the planner view.        calendar        es-es   Especifica el número de intervalos mostrados en la vista del planificador. 
    285 Start date      calendar        es-es   Fecha de inicio 
    286 start date/time calendar        es-es   Fecha/Hora inicio 
    287 startrecord     calendar        es-es   Registro inicial 
    288 submit to repository    calendar        es-es   Enviar al repositorio 
    289 su      calendar        es-es   Do 
    290 Summary calendar        es-es   Descripción 
    291 sun     calendar        es-es   Dom 
    292 tentative       calendar        es-es   Tentativo 
    293 test import (show importable records <u>only</u> in browser)    calendar        es-es   Probar Importar (mostrar <u>solamente</u> registros importables en el navegador) 
    294 text    calendar        es-es   Texto 
    295 th      calendar        es-es   J 
    296 The commitment was accepted successfully!       calendar        es-es   El compromiso fue aceptado con suceso! 
    297 The commitment was rejected successfully!       calendar        es-es   El compromiso fue rechazado con suceso! 
    298 The email addresses must be separated by ','    calendar        es-es   Las direcciones de e-mail deben estar separadas por una coma. Ex.: fulano@aaa.com.br, beltrano@bbb.com, ciclano@ccc.br 
    299 the following conflicts with the suggested time:<ul>%1</ul>     calendar        es-es   Los siguientes está en conflicto con la hora sugerida:<ul>%1</ul> 
    300 there was an error trying to connect to your news server.<br>please contact your admin to check the news servername, username or password.      calendar        es-es   Ocurrió un error intentando conectar al servidor de noticias.<br>Por favor, póngase en contacto con su administrador para comprobar el nombre del servidor de noticias, usuario y contraseña. 
    301 the user %1 is not participating in this event! calendar        es-es   El usuario %1 no participa en este evento 
    302 This commitment has already been accepted!      calendar        es-es   Esse compromisso já foi aceito! 
    303 This commitment has already been rejected!      calendar        es-es   Esse compromisso já foi rejeitado! 
    304 this day is shown as first day in the week or month view.       calendar        es-es   Este día se mostrará como el primer día en las vistas de semana o de mes. 
    305 this defines the end of your dayview. events after this time, are shown below the dayview.      calendar        es-es   Esto define el final de la vista del día  Los eventos posteriores a esta hora se muestran debajo de la vista del día. 
    306 this defines the start of your dayview. events before this time, are shown above the dayview.<br>this time is also used as a default starttime for new events.  calendar        es-es   Esto define el inicio de la vista del día. Los eventos anteriores a esta hora se muestran encima de la vista del día.<br>Esta hora se usa también como hora predeterminada para nuevos eventos. 
    307 this group that is preselected when you enter the planner. you can change it in the planner anytime you want.   calendar        es-es   Este grupo es el predeterminado al entrar en el organizador. Puede cambiarlo en el organizador cuando quiera. 
    308 This is an external event. Even if it added to your expresso its can be changed any time at all calendar        es-es   Este es un evento externo. Aunque sea agregado a su Expresso corre el riesgo de mudar a cualquier momento 
    309 this is mostly caused by a not or wrongly configured smtp server. notify your administrator.    calendar        es-es   Esto se debe mayormente a una configuración errónea del servidor SMTP. Notifíquelo a su administrador. 
    310 this message is sent for canceled or deleted events.    calendar        es-es   Este mensaje se envía cuando un evento se borra o se cancela. 
    311 this message is sent for modified or moved events.      calendar        es-es   Este mensaje se envía al modificar o mover eventos. 
    312 this message is sent to every participant of events you own, who has requested notifcations about new events.<br>you can use certain variables which get substituted with the data of the event. the first line is the subject of the email.    calendar        es-es   Este mensaje se envía a cada participante de los eventos de los que usted es el dueño, quien ha solicitado notificaciones sobre nuevos eventos.<br>Puede usar ciertas variables a las que sustituyen los datos del evento. La primera línea es el asunto del correo electrónico. 
    313 this message is sent when you accept, tentative accept or reject an event.      calendar        es-es   Este mensaje se envía cuando acepta, acepta la tentativa o rechaza un evento. 
    314 this message is sent when you set an alarm for a certain event. include all information you might need. calendar        es-es   Este mensaje se envía cuando pone una alarma para un evento concreto. Incluya toda la información necesaria. 
    315 This message was sent by server. You must send a message to sender to confirm this event        calendar        es-es   Este es um mensaje automático generado por el Expresso. Por favor confirmar el compromiso respondiendo al remitente 
    316 this month      calendar        es-es   Este mes 
    317 This option allow everybody to view your calendar in readmode.  calendar        es-es   Esta opci[on permite que todos los usuarios del Expreso vean su agenda. 
    318 this user does not exist        calendar        es-es   Ese usuario no existe 
    319 this user does not possess public agenda        calendar        es-es   Este usuario no posee agenda pública 
    320 this week       calendar        es-es   Esta semana 
    321 this year       calendar        es-es   Este año 
    322 thu     calendar        es-es   Jue 
    323 Tip: To search in the <b>Global Catalog</b>, type the <b>F9</b> key, like the ExpressoMail.     calendar        es-es   <b>Dica:</b> Para investigar en el <b>Cat<E1>logo General</b> utilice la tecla </b>F9</b>, como en el ExpressoMail. 
    324 title   calendar        es-es   Título 
    325 title of the event      calendar        es-es   Título del evento 
    326 title-row       calendar        es-es   Fila del título 
    327 To accept       calendar        es-es   Aceptar 
    328 today   calendar        es-es   Hoy 
    329 to-firstname    calendar        es-es   Para-Nombre 
    330 to-fullname     calendar        es-es   Para-Nombre completo 
    331 to-lastname     calendar        es-es   Para-Apellido 
    332 to many might exceed your execution-time-limit  calendar        es-es   límite de ejecución 
    333 To reject       calendar        es-es   Rechazar 
    334 to Search       calendar        es-es   Buscar 
    335 To See Commitment       calendar        es-es   Para ver compromiso 
    336 translation     calendar        es-es   Traducción 
    337 tu      calendar        es-es   M 
    338 tue     calendar        es-es   Mar 
    339 update a single entry by passing the fields.    calendar        es-es   Actualizar una entrada simple pasando los campos. 
    340 updated calendar        es-es   Actualizado 
    341 use end date    calendar        es-es   Usar fecha final 
    342 view this entry calendar        es-es   Ver esta entrada 
    343 we      calendar        es-es   Mi 
    344 wed     calendar        es-es   Mie 
    345 week    calendar        es-es   Semana 
    346 weekday starts on       calendar        es-es   La semana empieza en 
    347 weekly agenda of events calendar        es-es   Agenda Semanal de Eventos 
    348 weekly  calendar        es-es   Semanal 
    349 weekview        calendar        es-es   Vista semanal 
    350 when creating new events default set to private calendar        es-es   Crear nuevos eventos como privados 
    351 which events do you want to see when you enter the calendar.    calendar        es-es   ¿Qué eventos quiere ver al entrar al calendario? 
    352 which of calendar view do you want to see, when you start calendar ?    calendar        es-es   ¿Qué vista del calendario quiere ver cuando entra al calendario? 
    353 workdayends     calendar        es-es   Final del día laborable 
    354 work day ends on        calendar        es-es   Los días laborables acaban en 
    355 work day starts on      calendar        es-es   Los días laborables empiezan en 
    356 x are you sure\nyou want to\ndelete this single occurence ?\n\nthis will delete\nthis entry for all users.      calendar        es-es   ¿Está seguro de querer remover este único evento?nnEsto removerá/en  esta para todos los usuarios. 
     266set a year only for one-time / non-regular holidays.    expressoCalendar        es-es   Informar el año para los feriados únicos y no regulares. 
     267set new events to private       expressoCalendar        es-es   Poner los eventos nuevos como privados 
     268should invitations you rejected still be shown in your expressoCalendar ?<br>you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your expressoCalendar!   expressoCalendar        es-es   ¿Mostrar las invitaciones rechazadas por usted en el expressoCalendario?<br>Puede aceptarlas después (por ejemplo, cuando elimine el conflicto de horarios), si todavía se ven en su expressoCalendario. 
     269should new events created as private by default ?       expressoCalendar        es-es   ¿Los nuevos eventos creados deben ser colocados como privados siempre? 
     270should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include the times when you are busy. it does not include the event-name, description or locations. the url to your freebusy information is %1.      expressoCalendar        es-es   ¿Deben ver las personas que no inicien sesión la información de ocupación? Se puede poner una contraseña extra, distinta a la normal, para proteger esta información. La información de ocupación está en formato iCal y sólo incluye las horas en las que está ocupado. No incluye el nombre del evento, descripción o sitios. La URL para su información de ocupación es %1. 
     271should the mini expressoCalendars by printed / displayed in the printer friendly views ?        expressoCalendar        es-es   ¿Mostrar o imprimir los miniexpressoCalendarios en la versión de impresión? 
     272should the printer friendly view be in black & white or in color (as in normal view)?   expressoCalendar        es-es   ¿Mostrar la versión de impresión en blanco y negro o en color, como en la vista normal? 
     273should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ?    expressoCalendar        es-es   ¿Mostrar el estado de cada evento (aceptar, rechazar, etc) entre corchetes detrás del nombre de cada participante? 
     274show day view on main screen    expressoCalendar        es-es   Mostrar la vista del día en la pantalla principal 
     275show default view on main screen        expressoCalendar        es-es   Mostrar la vista predeterminada en la pantalla principal 
     276show high priority events on main screen        expressoCalendar        es-es   Mostrar eventos de alta prioridad en la pantalla principal 
     277show invitations you rejected   expressoCalendar        es-es   Mostar invitaciones rechazadas por usted 
     278show list of upcoming events    expressoCalendar        es-es   Mostrar la lista de eventos próximos 
     279single event    expressoCalendar        es-es   evento único 
     280sorry, the owner has just deleted this event    expressoCalendar        es-es   Lo sentimos, el propietario acaba de eliminar este evento 
     281sorry, this event does not exist        expressoCalendar        es-es   Lo sentimos, este evento no existe 
     282sorry, this event does not have exceptions defined      expressoCalendar        es-es   Lo sentimos, este evento no tiene excepciones definidas 
     283sort by expressoCalendar        es-es   Ordenar por 
     284specifies the the number of intervals shown in the planner view.        expressoCalendar        es-es   Especifica el número de intervalos mostrados en la vista del planificador. 
     285Start date      expressoCalendar        es-es   Fecha de inicio 
     286start date/time expressoCalendar        es-es   Fecha/Hora inicio 
     287startrecord     expressoCalendar        es-es   Registro inicial 
     288submit to repository    expressoCalendar        es-es   Enviar al repositorio 
     289su      expressoCalendar        es-es   Do 
     290Summary expressoCalendar        es-es   Descripción 
     291sun     expressoCalendar        es-es   Dom 
     292tentative       expressoCalendar        es-es   Tentativo 
     293test import (show importable records <u>only</u> in browser)    expressoCalendar        es-es   Probar Importar (mostrar <u>solamente</u> registros importables en el navegador) 
     294text    expressoCalendar        es-es   Texto 
     295th      expressoCalendar        es-es   J 
     296The commitment was accepted successfully!       expressoCalendar        es-es   El compromiso fue aceptado con suceso! 
     297The commitment was rejected successfully!       expressoCalendar        es-es   El compromiso fue rechazado con suceso! 
     298The email addresses must be separated by ','    expressoCalendar        es-es   Las direcciones de e-mail deben estar separadas por una coma. Ex.: fulano@aaa.com.br, beltrano@bbb.com, ciclano@ccc.br 
     299the following conflicts with the suggested time:<ul>%1</ul>     expressoCalendar        es-es   Los siguientes está en conflicto con la hora sugerida:<ul>%1</ul> 
     300there was an error trying to connect to your news server.<br>please contact your admin to check the news servername, username or password.      expressoCalendar        es-es   Ocurrió un error intentando conectar al servidor de noticias.<br>Por favor, póngase en contacto con su administrador para comprobar el nombre del servidor de noticias, usuario y contraseña. 
     301the user %1 is not participating in this event! expressoCalendar        es-es   El usuario %1 no participa en este evento 
     302This commitment has already been accepted!      expressoCalendar        es-es   Esse compromisso já foi aceito! 
     303This commitment has already been rejected!      expressoCalendar        es-es   Esse compromisso já foi rejeitado! 
     304this day is shown as first day in the week or month view.       expressoCalendar        es-es   Este día se mostrará como el primer día en las vistas de semana o de mes. 
     305this defines the end of your dayview. events after this time, are shown below the dayview.      expressoCalendar        es-es   Esto define el final de la vista del día  Los eventos posteriores a esta hora se muestran debajo de la vista del día. 
     306this defines the start of your dayview. events before this time, are shown above the dayview.<br>this time is also used as a default starttime for new events.  expressoCalendar        es-es   Esto define el inicio de la vista del día. Los eventos anteriores a esta hora se muestran encima de la vista del día.<br>Esta hora se usa también como hora predeterminada para nuevos eventos. 
     307this group that is preselected when you enter the planner. you can change it in the planner anytime you want.   expressoCalendar        es-es   Este grupo es el predeterminado al entrar en el organizador. Puede cambiarlo en el organizador cuando quiera. 
     308This is an external event. Even if it added to your expresso its can be changed any time at all expressoCalendar        es-es   Este es un evento externo. Aunque sea agregado a su Expresso corre el riesgo de mudar a cualquier momento 
     309this is mostly caused by a not or wrongly configured smtp server. notify your administrator.    expressoCalendar        es-es   Esto se debe mayormente a una configuración errónea del servidor SMTP. Notifíquelo a su administrador. 
     310this message is sent for canceled or deleted events.    expressoCalendar        es-es   Este mensaje se envía cuando un evento se borra o se cancela. 
     311this message is sent for modified or moved events.      expressoCalendar        es-es   Este mensaje se envía al modificar o mover eventos. 
     312this message is sent to every participant of events you own, who has requested notifcations about new events.<br>you can use certain variables which get substituted with the data of the event. the first line is the subject of the email.    expressoCalendar        es-es   Este mensaje se envía a cada participante de los eventos de los que usted es el dueño, quien ha solicitado notificaciones sobre nuevos eventos.<br>Puede usar ciertas variables a las que sustituyen los datos del evento. La primera línea es el asunto del correo electrónico. 
     313this message is sent when you accept, tentative accept or reject an event.      expressoCalendar        es-es   Este mensaje se envía cuando acepta, acepta la tentativa o rechaza un evento. 
     314this message is sent when you set an alarm for a certain event. include all information you might need. expressoCalendar        es-es   Este mensaje se envía cuando pone una alarma para un evento concreto. Incluya toda la información necesaria. 
     315This message was sent by server. You must send a message to sender to confirm this event        expressoCalendar        es-es   Este es um mensaje automático generado por el Expresso. Por favor confirmar el compromiso respondiendo al remitente 
     316this month      expressoCalendar        es-es   Este mes 
     317This option allow everybody to view your expressoCalendar in readmode.  expressoCalendar        es-es   Esta opci[on permite que todos los usuarios del Expreso vean su agenda. 
     318this user does not exist        expressoCalendar        es-es   Ese usuario no existe 
     319this user does not possess public agenda        expressoCalendar        es-es   Este usuario no posee agenda pública 
     320this week       expressoCalendar        es-es   Esta semana 
     321this year       expressoCalendar        es-es   Este año 
     322thu     expressoCalendar        es-es   Jue 
     323Tip: To search in the <b>Global Catalog</b>, type the <b>F9</b> key, like the ExpressoMail.     expressoCalendar        es-es   <b>Dica:</b> Para investigar en el <b>Cat<E1>logo General</b> utilice la tecla </b>F9</b>, como en el ExpressoMail. 
     324title   expressoCalendar        es-es   Título 
     325title of the event      expressoCalendar        es-es   Título del evento 
     326title-row       expressoCalendar        es-es   Fila del título 
     327To accept       expressoCalendar        es-es   Aceptar 
     328today   expressoCalendar        es-es   Hoy 
     329to-firstname    expressoCalendar        es-es   Para-Nombre 
     330to-fullname     expressoCalendar        es-es   Para-Nombre completo 
     331to-lastname     expressoCalendar        es-es   Para-Apellido 
     332to many might exceed your execution-time-limit  expressoCalendar        es-es   límite de ejecución 
     333To reject       expressoCalendar        es-es   Rechazar 
     334to Search       expressoCalendar        es-es   Buscar 
     335To See Commitment       expressoCalendar        es-es   Para ver compromiso 
     336translation     expressoCalendar        es-es   Traducción 
     337tu      expressoCalendar        es-es   M 
     338tue     expressoCalendar        es-es   Mar 
     339update a single entry by passing the fields.    expressoCalendar        es-es   Actualizar una entrada simple pasando los campos. 
     340updated expressoCalendar        es-es   Actualizado 
     341use end date    expressoCalendar        es-es   Usar fecha final 
     342view this entry expressoCalendar        es-es   Ver esta entrada 
     343we      expressoCalendar        es-es   Mi 
     344wed     expressoCalendar        es-es   Mie 
     345week    expressoCalendar        es-es   Semana 
     346weekday starts on       expressoCalendar        es-es   La semana empieza en 
     347weekly agenda of events expressoCalendar        es-es   Agenda Semanal de Eventos 
     348weekly  expressoCalendar        es-es   Semanal 
     349weekview        expressoCalendar        es-es   Vista semanal 
     350when creating new events default set to private expressoCalendar        es-es   Crear nuevos eventos como privados 
     351which events do you want to see when you enter the expressoCalendar.    expressoCalendar        es-es   ¿Qué eventos quiere ver al entrar al expressoCalendario? 
     352which of expressoCalendar view do you want to see, when you start expressoCalendar ?    expressoCalendar        es-es   ¿Qué vista del expressoCalendario quiere ver cuando entra al expressoCalendario? 
     353workdayends     expressoCalendar        es-es   Final del día laborable 
     354work day ends on        expressoCalendar        es-es   Los días laborables acaban en 
     355work day starts on      expressoCalendar        es-es   Los días laborables empiezan en 
     356x are you sure\nyou want to\ndelete this single occurence ?\n\nthis will delete\nthis entry for all users.      expressoCalendar        es-es   ¿Está seguro de querer remover este único evento?nnEsto removerá/en  esta para todos los usuarios. 
    357357x ContactCenter Global Catalogue Setup  admin   es-es   Instalación global del catálogo de ContactCenter 
    358 year    calendar        es-es   Año 
    359 yearly  calendar        es-es   Anual 
    360 yearview        calendar        es-es   Vista anual 
    361 you can either set a year or a occurence, not both !!!  calendar        es-es   Puede poner un año o un evento, pero no ambos. 
    362 you can only set a year or a occurence !!!      calendar        es-es   Sólo puede poner un año o um evento 
    363 you do not have permission to add alarms to this event !!!      calendar        es-es   ¡No tiene permiso para añadir alarmas a este evento! 
    364 you do not have permission to delete this alarm !!!     calendar        es-es   ¡No tiene permiso para eliminar esta alarma! 
    365 you do not have permission to enable/disable this alarm !!!     calendar        es-es   ¡No tiene permiso para activar/desactivar esta alarma! 
    366 you do not have permission to read this record! calendar        es-es   ¡No tiene permiso para leer este registro! 
    367 you have 1 high priority event on your calendar today.  common  es-es   Ud. tiene 1 evento de alta prioridad es su calendario para hoy. 
    368 you have %1 high priority events on your calendar today.        common  es-es   Ud. tiene %1 eventos de alta prioridad es su calendario para hoy. 
    369 you have a meeting scheduled for %1     calendar        es-es   Ud. tiene una reunión programada para %1 
    370 you have not entered a\nbrief description       calendar        es-es   Ud. no ha ingresado una descripción 
    371 you have not entered a\nvalid time of day.      calendar        es-es   Ud. no ha ingresado una hora valida. 
    372 you have not entered a title    calendar        es-es   No ha introducido un título 
    373 you have not entered a valid date       calendar        es-es   Ha introducido una fecha incorrecta 
    374 you have not entered a valid time of day        calendar        es-es   Ha introducido una hora incorrecta 
    375 you have not entered participants       calendar        es-es   No ha introducido participantes 
    376 you must enter one or more search keywords      calendar        es-es   Ud. debe entrar una o mas claves de busqueda 
    377 you must select a [iv]cal. (*.[iv]cs)   calendar        es-es   Debe seleccionar un [iv]Val. (*.[iv]cs) 
    378 you need to set either a day or a occurence !!! calendar        es-es   Debe determinar un día o um evento 
    379 your meeting scheduled for %1 has been canceled calendar        es-es   Su reunión programada para %1 ha sido cancelada 
    380 your meeting that had been scheduled for %1 has been rescheduled to %2  calendar        es-es   Su reunión programada para %1 ha sido reprogramada para %2 
    381 your suggested time of <b> %1 - %2 </b> conflicts with the following existing calendar entries: calendar        es-es   Sus horas sugeridas de <B> %1 - %2 </B> están en conflicto con las siguientes entradas es el calendario: 
     358year    expressoCalendar        es-es   Año 
     359yearly  expressoCalendar        es-es   Anual 
     360yearview        expressoCalendar        es-es   Vista anual 
     361you can either set a year or a occurence, not both !!!  expressoCalendar        es-es   Puede poner un año o un evento, pero no ambos. 
     362you can only set a year or a occurence !!!      expressoCalendar        es-es   Sólo puede poner un año o um evento 
     363you do not have permission to add alarms to this event !!!      expressoCalendar        es-es   ¡No tiene permiso para añadir alarmas a este evento! 
     364you do not have permission to delete this alarm !!!     expressoCalendar        es-es   ¡No tiene permiso para eliminar esta alarma! 
     365you do not have permission to enable/disable this alarm !!!     expressoCalendar        es-es   ¡No tiene permiso para activar/desactivar esta alarma! 
     366you do not have permission to read this record! expressoCalendar        es-es   ¡No tiene permiso para leer este registro! 
     367you have 1 high priority event on your expressoCalendar today.  common  es-es   Ud. tiene 1 evento de alta prioridad es su expressoCalendario para hoy. 
     368you have %1 high priority events on your expressoCalendar today.        common  es-es   Ud. tiene %1 eventos de alta prioridad es su expressoCalendario para hoy. 
     369you have a meeting scheduled for %1     expressoCalendar        es-es   Ud. tiene una reunión programada para %1 
     370you have not entered a\nbrief description       expressoCalendar        es-es   Ud. no ha ingresado una descripción 
     371you have not entered a\nvalid time of day.      expressoCalendar        es-es   Ud. no ha ingresado una hora valida. 
     372you have not entered a title    expressoCalendar        es-es   No ha introducido un título 
     373you have not entered a valid date       expressoCalendar        es-es   Ha introducido una fecha incorrecta 
     374you have not entered a valid time of day        expressoCalendar        es-es   Ha introducido una hora incorrecta 
     375you have not entered participants       expressoCalendar        es-es   No ha introducido participantes 
     376you must enter one or more search keywords      expressoCalendar        es-es   Ud. debe entrar una o mas claves de busqueda 
     377you must select a [iv]cal. (*.[iv]cs)   expressoCalendar        es-es   Debe seleccionar un [iv]Val. (*.[iv]cs) 
     378you need to set either a day or a occurence !!! expressoCalendar        es-es   Debe determinar un día o um evento 
     379your meeting scheduled for %1 has been canceled expressoCalendar        es-es   Su reunión programada para %1 ha sido cancelada 
     380your meeting that had been scheduled for %1 has been rescheduled to %2  expressoCalendar        es-es   Su reunión programada para %1 ha sido reprogramada para %2 
     381your suggested time of <b> %1 - %2 </b> conflicts with the following existing expressoCalendar entries: expressoCalendar        es-es   Sus horas sugeridas de <B> %1 - %2 </B> están en conflicto con las siguientes entradas es el expressoCalendario: 
  • trunk/expressoCalendar/setup/phpgw_pt-br.lang

    r665 r919  
    1 %1 %2 in %3     calendar        pt-br   %1 %2 em %3 
    2 %1 of %2        calendar        pt-br   %1 de %2 
    3 %1 matches found        calendar        pt-br   %1 ocorrências encontradas 
    4 1 match found   calendar        pt-br   1 ocorrência encontrada 
    5 %1 records imported     calendar        pt-br   %1 registros importados 
    6 %1 records read (not yet imported, you may go back and uncheck test import)     calendar        pt-br   %1 registros lidos (não importados ainda. Você deve voltar e desmarcar Testar Importação) 
    7 a       calendar        pt-br   um 
    8 accept  calendar        pt-br   Aceitar 
    9 accepted        calendar        pt-br   Aceito 
     1%1 %2 in %3     expressoCalendar        pt-br   %1 %2 em %3 
     2%1 of %2        expressoCalendar        pt-br   %1 de %2 
     3%1 matches found        expressoCalendar        pt-br   %1 ocorrências encontradas 
     41 match found   expressoCalendar        pt-br   1 ocorrência encontrada 
     5%1 records imported     expressoCalendar        pt-br   %1 registros importados 
     6%1 records read (not yet imported, you may go back and uncheck test import)     expressoCalendar        pt-br   %1 registros lidos (não importados ainda. Você deve voltar e desmarcar Testar Importação) 
     7a       expressoCalendar        pt-br   um 
     8accept  expressoCalendar        pt-br   Aceitar 
     9accepted        expressoCalendar        pt-br   Aceito 
    1010Account DN to be used when browsing LDAP        admin   pt-br   Conta DN para ser usada enquanto navega no LDAP 
    11 action that caused the notify: added, canceled, accepted, rejected, ... calendar        pt-br   Ação que provocou a notificação: adicionado, cancelado, aceito, rejeitado, ... 
    12 add alarm       calendar        pt-br   Adicionar aviso 
    13 add a single entry by passing the fields.       calendar        pt-br   Adicione um única entrada passando os campos. 
    14 add contact     calendar        pt-br   Adicionar Contato 
    15 added   calendar        pt-br   Adicionado 
    16 Adding event    calendar        pt-br   Adicionando evento 
    17 add or update a single entry by passing the fields.     calendar        pt-br   Adicione ou atualize um evento único preenchendo os campos. 
    18 Add Participants        calendar        pt-br   Adicionar Participantes 
    19 address book    calendar        pt-br   Catálogo de endereços 
    20 Add this event  calendar        pt-br   Adicionar este evento 
    21 Add to my expresso      calendar        pt-br   Adicionar ao meu Expresso 
    22 Add User        calendar        pt-br   Adicionar usuário 
    23 Add with details        calendar        pt-br   Adicionar com mais detalhes 
    24 Alarm already added!!!  calendar        pt-br   Este alarme já existe!!! 
    25 alarm   calendar        pt-br   Alarme 
    26 alarm for %1 at %2 in %3        calendar        pt-br   Alarme para %1 em %2 na %3 
    27 Alarm is older than now!!!      calendar        pt-br   Horário inválido!!! 
    28 alarm management        calendar        pt-br   Gerenciador de alarmes 
    29 alarms  calendar        pt-br   Alarmes 
    30 all day calendar        pt-br   Todo o dia 
     11action that caused the notify: added, canceled, accepted, rejected, ... expressoCalendar        pt-br   Ação que provocou a notificação: adicionado, cancelado, aceito, rejeitado, ... 
     12add alarm       expressoCalendar        pt-br   Adicionar aviso 
     13add a single entry by passing the fields.       expressoCalendar        pt-br   Adicione um única entrada passando os campos. 
     14add contact     expressoCalendar        pt-br   Adicionar Contato 
     15added   expressoCalendar        pt-br   Adicionado 
     16Adding event    expressoCalendar        pt-br   Adicionando evento 
     17add or update a single entry by passing the fields.     expressoCalendar        pt-br   Adicione ou atualize um evento único preenchendo os campos. 
     18Add Participants        expressoCalendar        pt-br   Adicionar Participantes 
     19address book    expressoCalendar        pt-br   Catálogo de endereços 
     20Add this event  expressoCalendar        pt-br   Adicionar este evento 
     21Add to my expresso      expressoCalendar        pt-br   Adicionar ao meu Expresso 
     22Add User        expressoCalendar        pt-br   Adicionar usuário 
     23Add with details        expressoCalendar        pt-br   Adicionar com mais detalhes 
     24Alarm already added!!!  expressoCalendar        pt-br   Este alarme já existe!!! 
     25alarm   expressoCalendar        pt-br   Alarme 
     26alarm for %1 at %2 in %3        expressoCalendar        pt-br   Alarme para %1 em %2 na %3 
     27Alarm is older than now!!!      expressoCalendar        pt-br   Horário inválido!!! 
     28alarm management        expressoCalendar        pt-br   Gerenciador de alarmes 
     29alarms  expressoCalendar        pt-br   Alarmes 
     30all day expressoCalendar        pt-br   Todo o dia 
    3131all fields      admin   pt-br   todos os campos 
    3232All levels with not recursive search    admin   pt-br   Todos os níveis, busca no mesmo nível 
    33 April   calendar        pt-br   Abril 
    34 Are you sure want to delete these alarms?       calendar        pt-br   Tem certeza que deseja excluir estes alarmes? 
    35 Are you sure want to delete this Country?       calendar        pt-br   Tem certeza que deseja excluir este país? 
    36 Are you sure want to delete this entry? calendar        pt-br   Tem certeza que deseja excluir esta entrada? 
    37 Are you sure want to delete this entry?\nThis will delete this entry for all users.     calendar        pt-br   Tem certeza que deseja remover esta entrada?\nIsto irá remover esta entrada para todos usuários. 
    38 Are you sure want to delete this holiday?       calendar        pt-br   Tem certeza que deseja excluir este feriado? 
    39 Attributes      calendar        pt-br   Atributos 
    40 August  calendar        pt-br   Agosto 
    41 Available users and groups      calendar        pt-br   Usuários e grupos disponíveis 
    42 Bassed on Webcalendar by Craig Knudsen. calendar        pt-br   Baseado no Webcalendar de Craig Knudsen. 
    43 before the event        calendar        pt-br   antes do evento 
    44 brief description       calendar        pt-br   Breve descrição 
    45 business        calendar        pt-br   Negócios 
    46 calendar        common  pt-br   Calendário 
    47 calendar event  calendar        pt-br   Evento do calendário 
    48 calendar-fieldname      calendar        pt-br   Nome do campo 
    49 calendar holiday management     admin   pt-br   Manutenção de feriados do Calendário 
    50 calendar - [iv]cal importer     calendar        pt-br   Calendário - Importador [iv]Cal 
    51 calendar preferences    calendar        pt-br   Configurações do calendário 
    52 calendar settings       admin   pt-br   Configurações do calendário 
    53 canceled        calendar        pt-br   Cancelado 
     33April   expressoCalendar        pt-br   Abril 
     34Are you sure want to delete these alarms?       expressoCalendar        pt-br   Tem certeza que deseja excluir estes alarmes? 
     35Are you sure want to delete this Country?       expressoCalendar        pt-br   Tem certeza que deseja excluir este país? 
     36Are you sure want to delete this entry? expressoCalendar        pt-br   Tem certeza que deseja excluir esta entrada? 
     37Are you sure want to delete this entry?\nThis will delete this entry for all users.     expressoCalendar        pt-br   Tem certeza que deseja remover esta entrada?\nIsto irá remover esta entrada para todos usuários. 
     38Are you sure want to delete this holiday?       expressoCalendar        pt-br   Tem certeza que deseja excluir este feriado? 
     39Attributes      expressoCalendar        pt-br   Atributos 
     40August  expressoCalendar        pt-br   Agosto 
     41Available users and groups      expressoCalendar        pt-br   Usuários e grupos disponíveis 
     42Bassed on WebexpressoCalendar by Craig Knudsen. expressoCalendar        pt-br   Baseado no WebexpressoCalendar de Craig Knudsen. 
     43before the event        expressoCalendar        pt-br   antes do evento 
     44brief description       expressoCalendar        pt-br   Breve descrição 
     45business        expressoCalendar        pt-br   Negócios 
     46expressoCalendar        common  pt-br   Calendário 
     47expressoCalendar event  expressoCalendar        pt-br   Evento do calendário 
     48expressoCalendar-fieldname      expressoCalendar        pt-br   Nome do campo 
     49expressoCalendar holiday management     admin   pt-br   Manutenção de feriados do Calendário 
     50expressoCalendar - [iv]cal importer     expressoCalendar        pt-br   Calendário - Importador [iv]Cal 
     51expressoCalendar preferences    expressoCalendar        pt-br   Configurações do calendário 
     52expressoCalendar settings       admin   pt-br   Configurações do calendário 
     53canceled        expressoCalendar        pt-br   Cancelado 
    5454Catalog Name    admin   pt-br   Nome do catálogo 
    55 change all events for $params['old_owner'] to $params['new_owner'].     calendar        pt-br   Modificar todos os eventos de $params['old_owner'] para $params['new_owner']. 
    56 change status   calendar        pt-br   Modificar status 
    57 Change the end of this event to %1      calendar        pt-br   Mudar o horário final deste evento para %1 
    58 charset of file calendar        pt-br   Mapa de caracteres do arquivo 
    59 click %1here%2 to return to the calendar.       calendar        pt-br   Clique %1aqui%2 para retornar ao calendário. 
     55change all events for $params['old_owner'] to $params['new_owner'].     expressoCalendar        pt-br   Modificar todos os eventos de $params['old_owner'] para $params['new_owner']. 
     56change status   expressoCalendar        pt-br   Modificar status 
     57Change the end of this event to %1      expressoCalendar        pt-br   Mudar o horário final deste evento para %1 
     58charset of file expressoCalendar        pt-br   Mapa de caracteres do arquivo 
     59click %1here%2 to return to the expressoCalendar.       expressoCalendar        pt-br   Clique %1aqui%2 para retornar ao calendário. 
    6060concatenate default domain to the mail  admin   pt-br   Concatenar o dominio padrão ao e-mail 
    61 configuration   calendar        pt-br   Configuração 
    62 countries       calendar        pt-br   Países 
    63 country calendar        pt-br   País 
    64 created by      calendar        pt-br   Criado por 
    65 csv-fieldname   calendar        pt-br   CVS-Nome do campo 
    66 csv-filename    calendar        pt-br   CVS-Nome do arquivo 
     61configuration   expressoCalendar        pt-br   Configuração 
     62countries       expressoCalendar        pt-br   Países 
     63country expressoCalendar        pt-br   País 
     64created by      expressoCalendar        pt-br   Criado por 
     65csv-fieldname   expressoCalendar        pt-br   CVS-Nome do campo 
     66csv-filename    expressoCalendar        pt-br   CVS-Nome do arquivo 
    6767custom fields and sorting       common  pt-br   Campos personalizados e ordenação 
    68 custom fields   calendar        pt-br   Campos personalizados 
    69 daily   calendar        pt-br   Diária 
    70 daily matrix view       calendar        pt-br   Visualizar tabela diária 
    71 Daily View      calendar        pt-br   Visão Diária 
    72 days    calendar        pt-br   dias 
    73 days repeated   calendar        pt-br   Dias repetidos 
    74 dayview calendar        pt-br   Visão diária 
    75 December        calendar        pt-br   Dezembro 
    76 default appointment length (in minutes) calendar        pt-br   duração padrão do compromisso (em minutos) 
    77 default calendar filter calendar        pt-br   Filtro padrão do calendário 
    78 default calendar view   calendar        pt-br   Visualização padrão do calendário 
     68custom fields   expressoCalendar        pt-br   Campos personalizados 
     69daily   expressoCalendar        pt-br   Diária 
     70daily matrix view       expressoCalendar        pt-br   Visualizar tabela diária 
     71Daily View      expressoCalendar        pt-br   Visão Diária 
     72days    expressoCalendar        pt-br   dias 
     73days repeated   expressoCalendar        pt-br   Dias repetidos 
     74dayview expressoCalendar        pt-br   Visão diária 
     75December        expressoCalendar        pt-br   Dezembro 
     76default appointment length (in minutes) expressoCalendar        pt-br   duração padrão do compromisso (em minutos) 
     77default expressoCalendar filter expressoCalendar        pt-br   Filtro padrão do calendário 
     78default expressoCalendar view   expressoCalendar        pt-br   Visualização padrão do calendário 
    7979Default Domain  admin   pt-br   Domínio padrão 
    80 default length of newly created events. the length is in minutes, eg. 60 for 1 hour.    calendar        pt-br   Duração padrão dos novos compromissos. A duração é em minutos, ex. 60 para 1 hora 
     80default length of newly created events. the length is in minutes, eg. 60 for 1 hour.    expressoCalendar        pt-br   Duração padrão dos novos compromissos. A duração é em minutos, ex. 60 para 1 hora 
    8181Default Logon Script    admin   pt-br   Script padrão de login 
    8282Default User Password   admin   pt-br   Senha padrão do usuário 
    8383Default User Quota      admin   pt-br   Cota padrão do usuário 
    84 defines the size in minutes of the lines in the day view.       calendar        pt-br   Defina o tamanho em minutos para as linhas na Visão diária 
    85 delete an entire users calendar.        calendar        pt-br   Apagar o calendário inteiro de um usuário. 
    86 delete a single entry by passing the id.        calendar        pt-br   Apagar uma única entrada informando o ID. 
    87 deleted calendar        pt-br   Apagado 
    88 delete selected contacts        calendar        pt-br   apagar os contatos selecionados 
    89 delete series   calendar        pt-br   Apagar série 
    90 delete single   calendar        pt-br   Apagar único 
    91 description     calendar        pt-br   Descrição 
     84defines the size in minutes of the lines in the day view.       expressoCalendar        pt-br   Defina o tamanho em minutos para as linhas na Visão diária 
     85delete an entire users expressoCalendar.        expressoCalendar        pt-br   Apagar o calendário inteiro de um usuário. 
     86delete a single entry by passing the id.        expressoCalendar        pt-br   Apagar uma única entrada informando o ID. 
     87deleted expressoCalendar        pt-br   Apagado 
     88delete selected contacts        expressoCalendar        pt-br   apagar os contatos selecionados 
     89delete series   expressoCalendar        pt-br   Apagar série 
     90delete single   expressoCalendar        pt-br   Apagar único 
     91description     expressoCalendar        pt-br   Descrição 
    9292details caelndar        pt-br   detalhes 
    93 disable calendar        pt-br   Desabilitar 
    94 disabled        calendar        pt-br   desabilitado 
    95 display interval in day view    calendar        pt-br   Exibir intervalo no modo de exibição Diária 
    96 display mini calendars when printing    calendar        pt-br   Exibir mini calendários para impressão 
    97 display status of events        calendar        pt-br   Exibir status dos eventos 
    98 displays your default calendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)?    calendar        pt-br   Indica a visão do calendário na sua página inicial. (será exibida quando você clicar sobre o ícone de Página Inicial) 
     93disable expressoCalendar        pt-br   Desabilitar 
     94disabled        expressoCalendar        pt-br   desabilitado 
     95display interval in day view    expressoCalendar        pt-br   Exibir intervalo no modo de exibição Diária 
     96display mini expressoCalendars when printing    expressoCalendar        pt-br   Exibir mini calendários para impressão 
     97display status of events        expressoCalendar        pt-br   Exibir status dos eventos 
     98displays your default expressoCalendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)?    expressoCalendar        pt-br   Indica a visão do calendário na sua página inicial. (será exibida quando você clicar sobre o ícone de Página Inicial) 
    9999dont use any plugin     admin   pt-br   Não usar nenhum plugin 
    100 download        calendar        pt-br   Baixar 
     100download        expressoCalendar        pt-br   Baixar 
    101101Do you confirm this action?     common  pt-br   Confirmar exclusão desse item? 
    102 do you want to be notified about new or changed appointments? you be notified about changes you make yourself.<br>you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too.  calendar        pt-br   Deseja ser notificado sobre compromissos novos ou modificados? Você será notificado sobre as mudanças efetuadas por você mesmo.<br> Você pode limitar essa notificções a certas mudanças apenas. Cada item inclui as notificações listadas sobre o mesmo. Todas as modificções incluem mudança de título, descrição, participantes (menos suas respostas). Se o dono de um evento requisitar qualquer notificação, sempre receberá as respostas dos participantes como aceite ou cancelamentos. 
    103 do you want to receive a regulary summary of your appointsments via email?<br>the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys.<br>it is only sent when you have any appointments on that day or week.    calendar        pt-br   Deseja receber regularmente um resumo de seus compromissos via correio eletrônico?<br>O sumário será enviado para seu endereço eletrônico padrão na manhã de cada dia ou na Segunda-feira para resumos semanais (somente se houverem eventos na semana).<br> 
    104 do you wish to autoload calendar holidays files dynamically?    admin   pt-br   Deseja carregar automaticamente arquivos de feriados do Calendário dinâmicamente ? 
    105 duration        calendar        pt-br   Duração 
    106 Editing event   calendar        pt-br   Editando evento 
    107 edit series     calendar        pt-br   Editar séries 
    108 edit single     calendar        pt-br   Editar único 
    109 email notification      calendar        pt-br   Notificação via Correio eletrônico 
    110 email notification for %1       calendar        pt-br   Notificação via Correio eletrônico para %1 
    111 Empty field     calendar        pt-br   Campo em branco 
    112 empty for all   calendar        pt-br   vazio para todos 
    113 enable  calendar        pt-br   Habilitado 
    114 enabled calendar        pt-br   habilitado 
    115 End date        calendar        pt-br   Data de término 
    116 end date/time   calendar        pt-br   Data/Hora de término 
    117 ends    calendar        pt-br   termina 
    118 enter output filename: ( .vcs appended )        calendar        pt-br   Informe o arquivo de destino (inclua a extensão .vcs) 
    119 Error   calendar        pt-br   Erro 
    120 event details follow    calendar        pt-br   Seguem os detalhes do evento 
    121 Event's Participants    calendar        pt-br   Participantes do evento 
    122 event were added successfully!  calendar        pt-br   Evento foi adicionado com sucesso! 
    123 event were deleted      calendar        pt-br   Evento foi apagado 
    124 exceptions      calendar        pt-br   Exceções 
    125 export a list of entries in ical format.        calendar        pt-br   Exportar Lista de entradas no formato iCal. 
    126 export all      calendar        pt-br   Exportar todos 
    127 export  calendar        pt-br   Exportar 
    128 Expresso external user  calendar        pt-br   Usuário externo do Expresso 
    129 ExpressoMail Plugin Calendar    admin   pt-br   Plugin do ExpressoMail no Calendário 
    130 extended        calendar        pt-br   Extendido 
    131 extended updates always include the complete event-details. ical's can be imported by certain other calendar-applications.      calendar        pt-br   Atualizações extendidas sempre incluem os detalhes completos do evento. iCals podem ser importados por certos aplicativos de calendários 
    132 External event from Expresso    calendar        pt-br   Evento externo do Expresso 
    133 external participants   calendar        pt-br   Participantes externos 
    134 failed sending message to '%1' #%2 subject='%3', sender='%4'!!! calendar        pt-br   Falhou ao enviar mensagem para '%1' #%2 assunto='%3', remetente='%4'!!! 
    135 Failed to delivery      calendar        pt-br   Falha na entrega 
    136 February        calendar        pt-br   Fevereiro 
    137 fieldseparator  calendar        pt-br   Separador de campos 
     102do you want to be notified about new or changed appointments? you be notified about changes you make yourself.<br>you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too.  expressoCalendar        pt-br   Deseja ser notificado sobre compromissos novos ou modificados? Você será notificado sobre as mudanças efetuadas por você mesmo.<br> Você pode limitar essa notificções a certas mudanças apenas. Cada item inclui as notificações listadas sobre o mesmo. Todas as modificções incluem mudança de título, descrição, participantes (menos suas respostas). Se o dono de um evento requisitar qualquer notificação, sempre receberá as respostas dos participantes como aceite ou cancelamentos. 
     103do you want to receive a regulary summary of your appointsments via email?<br>the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys.<br>it is only sent when you have any appointments on that day or week.    expressoCalendar        pt-br   Deseja receber regularmente um resumo de seus compromissos via correio eletrônico?<br>O sumário será enviado para seu endereço eletrônico padrão na manhã de cada dia ou na Segunda-feira para resumos semanais (somente se houverem eventos na semana).<br> 
     104do you wish to autoload expressoCalendar holidays files dynamically?    admin   pt-br   Deseja carregar automaticamente arquivos de feriados do Calendário dinâmicamente ? 
     105duration        expressoCalendar        pt-br   Duração 
     106Editing event   expressoCalendar        pt-br   Editando evento 
     107edit series     expressoCalendar        pt-br   Editar séries 
     108edit single     expressoCalendar        pt-br   Editar único 
     109email notification      expressoCalendar        pt-br   Notificação via Correio eletrônico 
     110email notification for %1       expressoCalendar        pt-br   Notificação via Correio eletrônico para %1 
     111Empty field     expressoCalendar        pt-br   Campo em branco 
     112empty for all   expressoCalendar        pt-br   vazio para todos 
     113enable  expressoCalendar        pt-br   Habilitado 
     114enabled expressoCalendar        pt-br   habilitado 
     115End date        expressoCalendar        pt-br   Data de término 
     116end date/time   expressoCalendar        pt-br   Data/Hora de término 
     117ends    expressoCalendar        pt-br   termina 
     118enter output filename: ( .vcs appended )        expressoCalendar        pt-br   Informe o arquivo de destino (inclua a extensão .vcs) 
     119Error   expressoCalendar        pt-br   Erro 
     120event details follow    expressoCalendar        pt-br   Seguem os detalhes do evento 
     121Event's Participants    expressoCalendar        pt-br   Participantes do evento 
     122event were added successfully!  expressoCalendar        pt-br   Evento foi adicionado com sucesso! 
     123event were deleted      expressoCalendar        pt-br   Evento foi apagado 
     124exceptions      expressoCalendar        pt-br   Exceções 
     125export a list of entries in ical format.        expressoCalendar        pt-br   Exportar Lista de entradas no formato iCal. 
     126export all      expressoCalendar        pt-br   Exportar todos 
     127export  expressoCalendar        pt-br   Exportar 
     128Expresso external user  expressoCalendar        pt-br   Usuário externo do Expresso 
     129ExpressoMail Plugin expressoCalendar    admin   pt-br   Plugin do ExpressoMail no Calendário 
     130extended        expressoCalendar        pt-br   Extendido 
     131extended updates always include the complete event-details. ical's can be imported by certain other expressoCalendar-applications.      expressoCalendar        pt-br   Atualizações extendidas sempre incluem os detalhes completos do evento. iCals podem ser importados por certos aplicativos de calendários 
     132External event from Expresso    expressoCalendar        pt-br   Evento externo do Expresso 
     133external participants   expressoCalendar        pt-br   Participantes externos 
     134failed sending message to '%1' #%2 subject='%3', sender='%4'!!! expressoCalendar        pt-br   Falhou ao enviar mensagem para '%1' #%2 assunto='%3', remetente='%4'!!! 
     135Failed to delivery      expressoCalendar        pt-br   Falha na entrega 
     136February        expressoCalendar        pt-br   Fevereiro 
     137fieldseparator  expressoCalendar        pt-br   Separador de campos 
    138138First level with recursive search       admin   pt-br   Primeiro nível somente, busca recursiva 
    139 firstname of person to notify   calendar        pt-br   Primeiro nome da pessoa a ser notificada 
    140 format of event updates calendar        pt-br   Formato de atualizção de eventos 
    141 event updated successfully      calendar        pt-br   Evento autualizado com sucesso 
    142 (for weekly)    calendar        pt-br   (por semana) 
    143 Fr      calendar        pt-br   Se 
    144 free/busy       calendar        pt-br   Livre/Ocupado 
    145 freebusy: unknow user '%1', wrong password or not availible to not loged in users !!!   calendar        pt-br   Disponibilidade: Usuário '%1' não encontrado, senha incorreta ou não disponível para os usuários acessando o sistema!!! 
    146 frequency       calendar        pt-br   Frequência 
    147 fri     calendar        pt-br   Sex 
    148 Friday  calendar        pt-br   Sexta-feira 
    149 full description        calendar        pt-br   Descrição  Completa 
    150 fullname of person to notify    calendar        pt-br   Nome completo da pessoa a ser notificada 
    151 generate printer-friendly version       calendar        pt-br   Gerar versão para impressão ? 
    152 global categories       calendar        pt-br   Categorias Globias 
    153 global public and group public  calendar        pt-br   Público global e Grupo público 
    154 global public only      calendar        pt-br   Público global somente 
    155 go!     calendar        pt-br   Prossiga! 
     139firstname of person to notify   expressoCalendar        pt-br   Primeiro nome da pessoa a ser notificada 
     140format of event updates expressoCalendar        pt-br   Formato de atualizção de eventos 
     141event updated successfully      expressoCalendar        pt-br   Evento autualizado com sucesso 
     142(for weekly)    expressoCalendar        pt-br   (por semana) 
     143Fr      expressoCalendar        pt-br   Se 
     144free/busy       expressoCalendar        pt-br   Livre/Ocupado 
     145freebusy: unknow user '%1', wrong password or not availible to not loged in users !!!   expressoCalendar        pt-br   Disponibilidade: Usuário '%1' não encontrado, senha incorreta ou não disponível para os usuários acessando o sistema!!! 
     146frequency       expressoCalendar        pt-br   Frequência 
     147fri     expressoCalendar        pt-br   Sex 
     148Friday  expressoCalendar        pt-br   Sexta-feira 
     149full description        expressoCalendar        pt-br   Descrição  Completa 
     150fullname of person to notify    expressoCalendar        pt-br   Nome completo da pessoa a ser notificada 
     151generate printer-friendly version       expressoCalendar        pt-br   Gerar versão para impressão ? 
     152global categories       expressoCalendar        pt-br   Categorias Globias 
     153global public and group public  expressoCalendar        pt-br   Público global e Grupo público 
     154global public only      expressoCalendar        pt-br   Público global somente 
     155go!     expressoCalendar        pt-br   Prossiga! 
    156156Grant Access by Group   common  pt-br   Permitir acesso por Grupo 
    157 grant calendar access   common  pt-br   Permitir acesso ao Calendário 
     157grant expressoCalendar access   common  pt-br   Permitir acesso ao Calendário 
    158158Granted user    common  pt-br   Usuário liberado 
    159 group planner   calendar        pt-br   Planejamento do grupo 
    160 group public only       calendar        pt-br   Grupo público somente 
    161 Group to share calendar common  pt-br   Grupo de usuários com agenda compartilhada 
    162 Here is your requested alarm.   calendar        pt-br   Aqui está o alarme solicitado. 
    163 Hidden  calendar        pt-br   Oculto 
    164 Hide title and description of event when conflicts      calendar        pt-br   Esconder título e descrição de eventos quando ocorre conflito de horário 
    165 high priority   calendar        pt-br   Alta prioridade 
    166 holiday calendar        pt-br   Feriado 
    167 holiday management      calendar        pt-br   Gerenciamento de feriados 
    168 holidays        calendar        pt-br   Feriados 
    169 Hours Appointment       calendar        pt-br   Apontamento de Horas 
    170 hours   calendar        pt-br   horas 
    171 ical / rfc2445  calendar        pt-br   iCal / rfc2445 
    172 if checked holidays falling on a weekend, are taken on the monday after.        calendar        pt-br   Se os feriados coincidirem com fim o de semana, serão transferidos para a próxima segunda-feira. 
    173 if you dont set a password here, the information is availible to everyone, who knows the url!!! calendar        pt-br   Caso você não especifique uma senha aqui, a informação estará disponível a todos que soubrer o URL. 
    174 ignore conflict calendar        pt-br   Ignorar conflito 
    175 import  calendar        pt-br   Importar 
     159group planner   expressoCalendar        pt-br   Planejamento do grupo 
     160group public only       expressoCalendar        pt-br   Grupo público somente 
     161Group to share expressoCalendar common  pt-br   Grupo de usuários com agenda compartilhada 
     162Here is your requested alarm.   expressoCalendar        pt-br   Aqui está o alarme solicitado. 
     163Hidden  expressoCalendar        pt-br   Oculto 
     164Hide title and description of event when conflicts      expressoCalendar        pt-br   Esconder título e descrição de eventos quando ocorre conflito de horário 
     165high priority   expressoCalendar        pt-br   Alta prioridade 
     166holiday expressoCalendar        pt-br   Feriado 
     167holiday management      expressoCalendar        pt-br   Gerenciamento de feriados 
     168holidays        expressoCalendar        pt-br   Feriados 
     169Hours Appointment       expressoCalendar        pt-br   Apontamento de Horas 
     170hours   expressoCalendar        pt-br   horas 
     171ical / rfc2445  expressoCalendar        pt-br   iCal / rfc2445 
     172if checked holidays falling on a weekend, are taken on the monday after.        expressoCalendar        pt-br   Se os feriados coincidirem com fim o de semana, serão transferidos para a próxima segunda-feira. 
     173if you dont set a password here, the information is availible to everyone, who knows the url!!! expressoCalendar        pt-br   Caso você não especifique uma senha aqui, a informação estará disponível a todos que soubrer o URL. 
     174ignore conflict expressoCalendar        pt-br   Ignorar conflito 
     175import  expressoCalendar        pt-br   Importar 
    176176import csv-file common  pt-br   Importar arquivo CSV 
    177 Inform  calendar        pt-br   Avisar 
    178 interval        calendar        pt-br   Intervalo 
    179 intervals in day view   calendar        pt-br   Intervalo na visão diária 
    180 intervals per day in planner view       calendar        pt-br   Intervalos em dias na visão Planejamento 
    181 invalid entry id.       calendar        pt-br   ID inválido de entrada 
    182 i participate   calendar        pt-br   Eu participo 
    183 It types below the email addresses, if you want to invite other people out of this system       calendar        pt-br   Para convidar alguém não pertencente a este servidor Expresso, digite seu(s) e-mail(s) para encaminhar um aviso 
    184 It types login of the user to have access public agenda calendar        pt-br   Digite o login do usuário para acessar Agenda Pública 
    185 It types login of the user to have access Public Agenda calendar        pt-br   Insira o login dos usuários para acessar sua agenda pública. 
    186 (i/v)cal        calendar        pt-br   (i/v)Cal 
    187 January calendar        pt-br   Janeiro 
    188 July    calendar        pt-br   Julho 
    189 June    calendar        pt-br   Junho 
    190 last    calendar        pt-br   último 
    191 lastname of person to notify    calendar        pt-br   Sobrenome da pessoa a ser notificada 
    192 Leave my calendar public        calendar        pt-br   Tornar minha agenda pública 
    193 length<br>(<= 255)      calendar        pt-br   comprimento<br>(<=255) 
    194 length shown<br>(emtpy for full length) calendar        pt-br   duração mostrada<br>(vazio para dia inteiro) 
    195 link    calendar        pt-br   Link 
    196 link to view the event  calendar        pt-br   Link para visualizar o evento 
    197 list all categories.    calendar        pt-br   Listar todas as categorias. 
    198 loading calendar        pt-br   carregando 
    199 Loading calendar        pt-br   Carregando 
    200 load [iv]cal    calendar        pt-br   Carregar [iv]Cal 
    201 location        calendar        pt-br   Localização 
     177Inform  expressoCalendar        pt-br   Avisar 
     178interval        expressoCalendar        pt-br   Intervalo 
     179intervals in day view   expressoCalendar        pt-br   Intervalo na visão diária 
     180intervals per day in planner view       expressoCalendar        pt-br   Intervalos em dias na visão Planejamento 
     181invalid entry id.       expressoCalendar        pt-br   ID inválido de entrada 
     182i participate   expressoCalendar        pt-br   Eu participo 
     183It types below the email addresses, if you want to invite other people out of this system       expressoCalendar        pt-br   Para convidar alguém não pertencente a este servidor Expresso, digite seu(s) e-mail(s) para encaminhar um aviso 
     184It types login of the user to have access public agenda expressoCalendar        pt-br   Digite o login do usuário para acessar Agenda Pública 
     185It types login of the user to have access Public Agenda expressoCalendar        pt-br   Insira o login dos usuários para acessar sua agenda pública. 
     186(i/v)cal        expressoCalendar        pt-br   (i/v)Cal 
     187January expressoCalendar        pt-br   Janeiro 
     188July    expressoCalendar        pt-br   Julho 
     189June    expressoCalendar        pt-br   Junho 
     190last    expressoCalendar        pt-br   último 
     191lastname of person to notify    expressoCalendar        pt-br   Sobrenome da pessoa a ser notificada 
     192Leave my expressoCalendar public        expressoCalendar        pt-br   Tornar minha agenda pública 
     193length<br>(<= 255)      expressoCalendar        pt-br   comprimento<br>(<=255) 
     194length shown<br>(emtpy for full length) expressoCalendar        pt-br   duração mostrada<br>(vazio para dia inteiro) 
     195link    expressoCalendar        pt-br   Link 
     196link to view the event  expressoCalendar        pt-br   Link para visualizar o evento 
     197list all categories.    expressoCalendar        pt-br   Listar todas as categorias. 
     198loading expressoCalendar        pt-br   carregando 
     199Loading expressoCalendar        pt-br   Carregando 
     200load [iv]cal    expressoCalendar        pt-br   Carregar [iv]Cal 
     201location        expressoCalendar        pt-br   Localização 
    202202location to autoload from       admin   pt-br   Local de onde carregar automaticamente 
    203 make freebusy information availible to not loged in persons?    calendar        pt-br   Fazer a informação de disponibilidade ficar disponível para usuários não logados? 
    204 March   calendar        pt-br   Março 
    205 matrixview      calendar        pt-br   Visão em matriz 
    206 May     calendar        pt-br   Maio 
    207 minutes calendar        pt-br   minutos 
    208 mo      calendar        pt-br   Sg 
    209 modified        calendar        pt-br   Modificado 
    210 modify list of external participants    calendar        pt-br   Modificar lista de participantes externos 
    211 mon     calendar        pt-br   Seg 
    212 Monday  calendar        pt-br   Segunda-feira 
    213 month   calendar        pt-br   Mês 
    214 monthly (by date)       calendar        pt-br   mensalmente (por data) 
    215 monthly (by day)        calendar        pt-br   mensalmente (por dia) 
    216 monthly calendar        pt-br   Mensalmente 
    217 Monthly View    calendar        pt-br   Visão Mensal 
    218 monthview       calendar        pt-br   Visão mensal 
    219 new entry       calendar        pt-br   Nova Entrada 
    220 new name must not exist and not be empty!!!     calendar        pt-br   Novo nome deve existir e não estar vazio!!! 
     203make freebusy information availible to not loged in persons?    expressoCalendar        pt-br   Fazer a informação de disponibilidade ficar disponível para usuários não logados? 
     204March   expressoCalendar        pt-br   Março 
     205matrixview      expressoCalendar        pt-br   Visão em matriz 
     206May     expressoCalendar        pt-br   Maio 
     207minutes expressoCalendar        pt-br   minutos 
     208mo      expressoCalendar        pt-br   Sg 
     209modified        expressoCalendar        pt-br   Modificado 
     210modify list of external participants    expressoCalendar        pt-br   Modificar lista de participantes externos 
     211mon     expressoCalendar        pt-br   Seg 
     212Monday  expressoCalendar        pt-br   Segunda-feira 
     213month   expressoCalendar        pt-br   Mês 
     214monthly (by date)       expressoCalendar        pt-br   mensalmente (por data) 
     215monthly (by day)        expressoCalendar        pt-br   mensalmente (por dia) 
     216monthly expressoCalendar        pt-br   Mensalmente 
     217Monthly View    expressoCalendar        pt-br   Visão Mensal 
     218monthview       expressoCalendar        pt-br   Visão mensal 
     219new entry       expressoCalendar        pt-br   Nova Entrada 
     220new name must not exist and not be empty!!!     expressoCalendar        pt-br   Novo nome deve existir e não estar vazio!!! 
    221221No group was selected   common  pt-br   Nenhum grupo foi selecionado 
    222 no matches found        calendar        pt-br   Nenhum registro encontrado 
     222no matches found        expressoCalendar        pt-br   Nenhum registro encontrado 
    223223No permission type was selected common  pt-br   Nenhum tipo de permissão foi selecionado 
    224 no response     calendar        pt-br   Sem resposta 
    225 notification messages for added events  calendar        pt-br   Mensagem para notificação de eventos adicionados 
    226 notification messages for canceled events       calendar        pt-br   Mensagem para notificação de eventos cancelados 
    227 notification messages for modified events       calendar        pt-br   Mensagem para notificação de eventos modificados 
    228 notification messages for your alarms   calendar        pt-br   Mensagem para notificação de seus alarmes 
    229 notification messages for your responses        calendar        pt-br   Mensagem para notificação de suas respostas 
     224no response     expressoCalendar        pt-br   Sem resposta 
     225notification messages for added events  expressoCalendar        pt-br   Mensagem para notificação de eventos adicionados 
     226notification messages for canceled events       expressoCalendar        pt-br   Mensagem para notificação de eventos cancelados 
     227notification messages for modified events       expressoCalendar        pt-br   Mensagem para notificação de eventos modificados 
     228notification messages for your alarms   expressoCalendar        pt-br   Mensagem para notificação de seus alarmes 
     229notification messages for your responses        expressoCalendar        pt-br   Mensagem para notificação de suas respostas 
    230230No user was selected    common  pt-br   Nenhum usuário foi selecionado 
    231 November        calendar        pt-br   Novembro 
    232 number of intervals per day in planner view     calendar        pt-br   Número de intervalos por Dia na visão planejamento 
    233 number of months        calendar        pt-br   Número de meses 
    234 number of records to read (%1)  calendar        pt-br   Número de registros a serem lidos (%1) 
    235 number of records to read (<=200)       calendar        pt-br   numero de entradas para serem lidas ( <=200 ) 
    236 observance rule calendar        pt-br   Regra de Padrão 
    237 occurence       calendar        pt-br   Ocorrência 
    238 October calendar        pt-br   Outubro 
    239 of      calendar        pt-br   de 
    240 olddate calendar        pt-br   Data anterior 
    241 old startdate   calendar        pt-br   Início anterior 
    242 on %1 %2 %3 your meeting request for %4 calendar        pt-br   Em %1 %2 %3 sua requisição de encontro para %4 
    243 on all changes  calendar        pt-br   em todas as modificações 
    244 on all modification, but responses      calendar        pt-br   em todas as modificações, menos respostas 
    245 on any time change too  calendar        pt-br   em qualquer alteração de horário também 
    246 on invitation / cancelation only        calendar        pt-br   ao convidar / recusar somente 
    247 on participant responses too    calendar        pt-br   em respostas dos participantes também 
    248 on time change of more than 4 hours too calendar        pt-br   em mudanças superiores a 4 horas também 
    249 open todo's:    calendar        pt-br   Abrir itens a fazer 
    250 order   calendar        pt-br   Ordem 
    251 Organization    calendar        pt-br   Organização 
    252 overlap holiday calendar        pt-br   sobrepor feriado 
    253 participant     calendar        pt-br   Participante 
    254 participants    calendar        pt-br   Participantes 
    255 participates    calendar        pt-br   Participa 
    256 password for not loged in users to your freebusy information?   calendar        pt-br   Senha para usuários não logados acessarem informações sobre disponibilidade? 
    257 people holiday  calendar        pt-br   feriado pessoal 
     231November        expressoCalendar        pt-br   Novembro 
     232number of intervals per day in planner view     expressoCalendar        pt-br   Número de intervalos por Dia na visão planejamento 
     233number of months        expressoCalendar        pt-br   Número de meses 
     234number of records to read (%1)  expressoCalendar        pt-br   Número de registros a serem lidos (%1) 
     235number of records to read (<=200)       expressoCalendar        pt-br   numero de entradas para serem lidas ( <=200 ) 
     236observance rule expressoCalendar        pt-br   Regra de Padrão 
     237occurence       expressoCalendar        pt-br   Ocorrência 
     238October expressoCalendar        pt-br   Outubro 
     239of      expressoCalendar        pt-br   de 
     240olddate expressoCalendar        pt-br   Data anterior 
     241old startdate   expressoCalendar        pt-br   Início anterior 
     242on %1 %2 %3 your meeting request for %4 expressoCalendar        pt-br   Em %1 %2 %3 sua requisição de encontro para %4 
     243on all changes  expressoCalendar        pt-br   em todas as modificações 
     244on all modification, but responses      expressoCalendar        pt-br   em todas as modificações, menos respostas 
     245on any time change too  expressoCalendar        pt-br   em qualquer alteração de horário também 
     246on invitation / cancelation only        expressoCalendar        pt-br   ao convidar / recusar somente 
     247on participant responses too    expressoCalendar        pt-br   em respostas dos participantes também 
     248on time change of more than 4 hours too expressoCalendar        pt-br   em mudanças superiores a 4 horas também 
     249open todo's:    expressoCalendar        pt-br   Abrir itens a fazer 
     250order   expressoCalendar        pt-br   Ordem 
     251Organization    expressoCalendar        pt-br   Organização 
     252overlap holiday expressoCalendar        pt-br   sobrepor feriado 
     253participant     expressoCalendar        pt-br   Participante 
     254participants    expressoCalendar        pt-br   Participantes 
     255participates    expressoCalendar        pt-br   Participa 
     256password for not loged in users to your freebusy information?   expressoCalendar        pt-br   Senha para usuários não logados acessarem informações sobre disponibilidade? 
     257people holiday  expressoCalendar        pt-br   feriado pessoal 
    258258Permission      common  pt-br   Permissão 
    259 permission denied       calendar        pt-br   Permissão negada 
    260 planner by category     calendar        pt-br   Organizar por categoria 
    261 planner by user calendar        pt-br   Organizar por usuário 
    262 planner calendar        pt-br   Planejar 
    263 please confirm,accept,reject or examine changes in the corresponding entry in your calendar     calendar        pt-br   Favor confirmar, aceitar, rejeitar ou examinar as mudanças na entrada correspondente no seu calendário 
    264 Powerful calendar with meeting request system and ACL security. calendar        pt-br   Poderoso calendário com sistema de requisição de compromissos e segurança ACL. 
    265 preselected group for entering the planner      calendar        pt-br   Grupo pré-selecionado para entrada no organizador 
    266 print calendars in black & white        calendar        pt-br   Imprimir calendários em preto e branco 
    267 printer friendly        calendar        pt-br   Versão para impressão 
    268 print the mini calendars        calendar        pt-br   Imprimir mini-calendários 
    269 private and global public       calendar        pt-br   Particular e público globalmente 
    270 private and group public        calendar        pt-br   Particular e público ao grupo 
    271 private calendar        pt-br   Particular 
    272 private only    calendar        pt-br   Particular somente 
    273 Public Calendars        calendar        pt-br   Agendas públicas 
    274 read a list of entries. calendar        pt-br   Ler a lista de entradas 
    275 read a single entry by passing the id and fieldlist.    calendar        pt-br   Ler uma única entrada informando o ID e a lista de campos 
    276 read this list of methods.      calendar        pt-br   Ler essa lista de métodos 
    277 receive email updates   calendar        pt-br   receber atualizações via correio eletrônico 
    278 receive extra information in event mails        calendar        pt-br   Receber informações extras em mensagens de eventos 
    279 receive summary of appointments calendar        pt-br   Receber sumário dos compromissos 
    280 recurring event calendar        pt-br   evento recorrente 
    281 re-edit event   calendar        pt-br   Re-Editar evento 
    282 refresh calendar        pt-br   Atualizar 
    283 reinstate       calendar        pt-br   Reagendar 
    284 rejected        calendar        pt-br   Rejeitado 
    285 remove  calendar        pt-br   remover 
    286 Remove User     calendar        pt-br   Remover usuário 
    287 repeat day      calendar        pt-br   Repetição diária 
    288 repeat end date calendar        pt-br   Data final da repetição 
    289 repeating event information     calendar        pt-br   Repetindo informação do evento 
    290 repeat type     calendar        pt-br   Tipo de repetição 
    291 repetition      calendar        pt-br   Repetição 
    292 repetitiondetails (or empty)    calendar        pt-br   detalhes da repetição (ou vazio) 
    293 Report of hours calendar        pt-br   Relatório de horas 
    294 Required field (category) is empty      calendar        pt-br   Campo obrigatório (categoria) está vazio 
    295 reset   calendar        pt-br   Limpar 
    296 rule    calendar        pt-br   Regra 
    297 sa      calendar        pt-br   Sa 
    298 sat     calendar        pt-br   Sab 
    299 Saturday        calendar        pt-br   Sábado 
    300 scheduling conflict     calendar        pt-br   Conflito de agendamento 
    301 Search for      calendar        pt-br   Buscar por 
    302 Searching       calendar        pt-br   Buscando 
    303 search results  calendar        pt-br   Resultados da pesquisa 
    304 Sector  calendar        pt-br   Setor 
    305 selected contacts (%1)  calendar        pt-br   Contatos Selecionados (%1) 
     259permission denied       expressoCalendar        pt-br   Permissão negada 
     260planner by category     expressoCalendar        pt-br   Organizar por categoria 
     261planner by user expressoCalendar        pt-br   Organizar por usuário 
     262planner expressoCalendar        pt-br   Planejar 
     263please confirm,accept,reject or examine changes in the corresponding entry in your expressoCalendar     expressoCalendar        pt-br   Favor confirmar, aceitar, rejeitar ou examinar as mudanças na entrada correspondente no seu calendário 
     264Powerful expressoCalendar with meeting request system and ACL security. expressoCalendar        pt-br   Poderoso calendário com sistema de requisição de compromissos e segurança ACL. 
     265preselected group for entering the planner      expressoCalendar        pt-br   Grupo pré-selecionado para entrada no organizador 
     266print expressoCalendars in black & white        expressoCalendar        pt-br   Imprimir calendários em preto e branco 
     267printer friendly        expressoCalendar        pt-br   Versão para impressão 
     268print the mini expressoCalendars        expressoCalendar        pt-br   Imprimir mini-calendários 
     269private and global public       expressoCalendar        pt-br   Particular e público globalmente 
     270private and group public        expressoCalendar        pt-br   Particular e público ao grupo 
     271private expressoCalendar        pt-br   Particular 
     272private only    expressoCalendar        pt-br   Particular somente 
     273Public expressoCalendars        expressoCalendar        pt-br   Agendas públicas 
     274read a list of entries. expressoCalendar        pt-br   Ler a lista de entradas 
     275read a single entry by passing the id and fieldlist.    expressoCalendar        pt-br   Ler uma única entrada informando o ID e a lista de campos 
     276read this list of methods.      expressoCalendar        pt-br   Ler essa lista de métodos 
     277receive email updates   expressoCalendar        pt-br   receber atualizações via correio eletrônico 
     278receive extra information in event mails        expressoCalendar        pt-br   Receber informações extras em mensagens de eventos 
     279receive summary of appointments expressoCalendar        pt-br   Receber sumário dos compromissos 
     280recurring event expressoCalendar        pt-br   evento recorrente 
     281re-edit event   expressoCalendar        pt-br   Re-Editar evento 
     282refresh expressoCalendar        pt-br   Atualizar 
     283reinstate       expressoCalendar        pt-br   Reagendar 
     284rejected        expressoCalendar        pt-br   Rejeitado 
     285remove  expressoCalendar        pt-br   remover 
     286Remove User     expressoCalendar        pt-br   Remover usuário 
     287repeat day      expressoCalendar        pt-br   Repetição diária 
     288repeat end date expressoCalendar        pt-br   Data final da repetição 
     289repeating event information     expressoCalendar        pt-br   Repetindo informação do evento 
     290repeat type     expressoCalendar        pt-br   Tipo de repetição 
     291repetition      expressoCalendar        pt-br   Repetição 
     292repetitiondetails (or empty)    expressoCalendar        pt-br   detalhes da repetição (ou vazio) 
     293Report of hours expressoCalendar        pt-br   Relatório de horas 
     294Required field (category) is empty      expressoCalendar        pt-br   Campo obrigatório (categoria) está vazio 
     295reset   expressoCalendar        pt-br   Limpar 
     296rule    expressoCalendar        pt-br   Regra 
     297sa      expressoCalendar        pt-br   Sa 
     298sat     expressoCalendar        pt-br   Sab 
     299Saturday        expressoCalendar        pt-br   Sábado 
     300scheduling conflict     expressoCalendar        pt-br   Conflito de agendamento 
     301Search for      expressoCalendar        pt-br   Buscar por 
     302Searching       expressoCalendar        pt-br   Buscando 
     303search results  expressoCalendar        pt-br   Resultados da pesquisa 
     304Sector  expressoCalendar        pt-br   Setor 
     305selected contacts (%1)  expressoCalendar        pt-br   Contatos Selecionados (%1) 
    306306Select module version expressoMail (if available)       admin   pt-br   Selecione a versão do ExpressoMail (se disponível) 
    307307Select type tree view   admin   pt-br   Selecione o tipo de visualização da árvore (Se o plugin estiver sendo usado) 
    308 send/receive updates via email  calendar        pt-br   Enviar/Receber atualizações através de Email 
     308send/receive updates via email  expressoCalendar        pt-br   Enviar/Receber atualizações através de Email 
    309309send updates via email  common  pt-br   Enviar atualizações por correio eletrônico 
    310 September       calendar        pt-br   Setembro 
    311 set a year only for one-time / non-regular holidays.    calendar        pt-br   Informar ano apenas para feriado flutuante/ocorrência única 
    312 set new events to private       calendar        pt-br   Colocar novos itens como particular 
     310September       expressoCalendar        pt-br   Setembro 
     311set a year only for one-time / non-regular holidays.    expressoCalendar        pt-br   Informar ano apenas para feriado flutuante/ocorrência única 
     312set new events to private       expressoCalendar        pt-br   Colocar novos itens como particular 
    313313Shared group    common  pt-br   Grupo com agenda compartilhada 
    314 should invitations you rejected still be shown in your calendar ?<br>you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar!   calendar        pt-br   Os convites recusados devem permanecer no seu calendário ?<br>Você poderá aceitá-los depois (ex. quando desfizer conflitos de horários), caso eles permaneçam 
    315 should new events created as private by default ?       calendar        pt-br   Novos eventos criados devem ser colocados como privados por padrão? 
    316 should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include the times when you are busy. it does not include the event-name, description or locations. the url to your freebusy information is %1.      calendar        pt-br   Usuários não logados não devem ver sua informação de disponibilidade? 
    317 should the mini calendars by printed / displayed in the printer friendly views ?        calendar        pt-br   Mini-calendários devem ser impressos/mostrados na versão para impressão? 
    318 should the printer friendly view be in black & white or in color (as in normal view)?   calendar        pt-br   A versão para impressão deverá ser preto e branco ou colorida (como na tela)? 
    319 should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ?    calendar        pt-br   O status de cada participante deve ser mostrado entre parenteses logo após o nome do mesmo? 
    320 show day view on main screen    calendar        pt-br   Exibir visão diária na tela principal 
    321 show default view on main screen        calendar        pt-br   Exibir visualização padrão na tela principal 
    322 show high priority events on main screen        calendar        pt-br   Exibir eventos de alta prioridade na minha tela 
    323 show invitations you rejected   calendar        pt-br   Exibir convites que você cancelou 
    324 show list of upcoming events    calendar        pt-br   Exibir a lista de eventos futuros 
    325 single event    calendar        pt-br   evento único 
    326 sorry, the owner has just deleted this event    calendar        pt-br   Desculpe, o dono do evento deve tê-lo apagado 
    327 sorry, this event does not exist        calendar        pt-br   Desculpe, esse evento não existe 
    328 sorry, this event does not have exceptions defined      calendar        pt-br   Desculpe, esse evento não possui exceções definidas 
    329 sort by calendar        pt-br   Ordenar por 
    330 specifies the the number of intervals shown in the planner view.        calendar        pt-br   Especifica o número de intervalos mostrados no planejamento 
    331 Start date      calendar        pt-br   Data de início 
    332 start date/time calendar        pt-br   Início Data/hora 
    333 startrecord     calendar        pt-br   Registro inicial 
    334 submit to repository    calendar        pt-br   Enviar para o repositório 
    335 su      calendar        pt-br   Do 
    336 Summary calendar        pt-br   Descrição 
    337 sun     calendar        pt-br   Dom 
    338 Sunday  calendar        pt-br   Domingo 
    339 tentative       calendar        pt-br   Tentativa 
    340 test import (show importable records <u>only</u> in browser)    calendar        pt-br   Testar Importação (mostar <u>somente</u> registros que podem ser importados no navegador) 
    341 text    calendar        pt-br   Texto 
    342 th      calendar        pt-br   Qu 
    343 cancel  calendar        pt-br   Cancelar 
    344 The commitment was accepted successfully!       calendar        pt-br   O compromisso foi aceito com sucesso! 
    345 The commitment was rejected successfully!       calendar        pt-br   O compromisso foi rejeitado com sucesso! 
    346 The email addresses must be separated by ','    calendar        pt-br   Os endereços de email devem estar separados por vírgula. Ex.: fulano@aaa.com.br,beltrano@bbb.com, ciclano@ccc.br 
    347 The following commitment had problems for DELIVERING the NOTIFICATION messages. calendar        pt-br   O compromisso abaixo teve problemas ao ENTREGAR mensagens de NOTIFICAÇÃO. 
    348 the following conflicts with the suggested time:<ul>%1</ul>     calendar        pt-br   os seguintes conflitos com o horário sugerido:<ul>%1</ul> 
    349 there was an error trying to connect to your news server.<br>please contact your admin to check the news servername, username or password.      calendar        pt-br   Houve um erro tentanto conectar no servidor de notícias.<br>Por favor entre em contato com o administrador para verificar a configuração. 
     314should invitations you rejected still be shown in your expressoCalendar ?<br>you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your expressoCalendar!   expressoCalendar        pt-br   Os convites recusados devem permanecer no seu calendário ?<br>Você poderá aceitá-los depois (ex. quando desfizer conflitos de horários), caso eles permaneçam 
     315should new events created as private by default ?       expressoCalendar        pt-br   Novos eventos criados devem ser colocados como privados por padrão? 
     316should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include the times when you are busy. it does not include the event-name, description or locations. the url to your freebusy information is %1.      expressoCalendar        pt-br   Usuários não logados não devem ver sua informação de disponibilidade? 
     317should the mini expressoCalendars by printed / displayed in the printer friendly views ?        expressoCalendar        pt-br   Mini-calendários devem ser impressos/mostrados na versão para impressão? 
     318should the printer friendly view be in black & white or in color (as in normal view)?   expressoCalendar        pt-br   A versão para impressão deverá ser preto e branco ou colorida (como na tela)? 
     319should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ?    expressoCalendar        pt-br   O status de cada participante deve ser mostrado entre parenteses logo após o nome do mesmo? 
     320show day view on main screen    expressoCalendar        pt-br   Exibir visão diária na tela principal 
     321show default view on main screen        expressoCalendar        pt-br   Exibir visualização padrão na tela principal 
     322show high priority events on main screen        expressoCalendar        pt-br   Exibir eventos de alta prioridade na minha tela 
     323show invitations you rejected   expressoCalendar        pt-br   Exibir convites que você cancelou 
     324show list of upcoming events    expressoCalendar        pt-br   Exibir a lista de eventos futuros 
     325single event    expressoCalendar        pt-br   evento único 
     326sorry, the owner has just deleted this event    expressoCalendar        pt-br   Desculpe, o dono do evento deve tê-lo apagado 
     327sorry, this event does not exist        expressoCalendar        pt-br   Desculpe, esse evento não existe 
     328sorry, this event does not have exceptions defined      expressoCalendar        pt-br   Desculpe, esse evento não possui exceções definidas 
     329sort by expressoCalendar        pt-br   Ordenar por 
     330specifies the the number of intervals shown in the planner view.        expressoCalendar        pt-br   Especifica o número de intervalos mostrados no planejamento 
     331Start date      expressoCalendar        pt-br   Data de início 
     332start date/time expressoCalendar        pt-br   Início Data/hora 
     333startrecord     expressoCalendar        pt-br   Registro inicial 
     334submit to repository    expressoCalendar        pt-br   Enviar para o repositório 
     335su      expressoCalendar        pt-br   Do 
     336Summary expressoCalendar        pt-br   Descrição 
     337sun     expressoCalendar        pt-br   Dom 
     338Sunday  expressoCalendar        pt-br   Domingo 
     339tentative       expressoCalendar        pt-br   Tentativa 
     340test import (show importable records <u>only</u> in browser)    expressoCalendar        pt-br   Testar Importação (mostar <u>somente</u> registros que podem ser importados no navegador) 
     341text    expressoCalendar        pt-br   Texto 
     342th      expressoCalendar        pt-br   Qu 
     343cancel  expressoCalendar        pt-br   Cancelar 
     344The commitment was accepted successfully!       expressoCalendar        pt-br   O compromisso foi aceito com sucesso! 
     345The commitment was rejected successfully!       expressoCalendar        pt-br   O compromisso foi rejeitado com sucesso! 
     346The email addresses must be separated by ','    expressoCalendar        pt-br   Os endereços de email devem estar separados por vírgula. Ex.: fulano@aaa.com.br,beltrano@bbb.com, ciclano@ccc.br 
     347The following commitment had problems for DELIVERING the NOTIFICATION messages. expressoCalendar        pt-br   O compromisso abaixo teve problemas ao ENTREGAR mensagens de NOTIFICAÇÃO. 
     348the following conflicts with the suggested time:<ul>%1</ul>     expressoCalendar        pt-br   os seguintes conflitos com o horário sugerido:<ul>%1</ul> 
     349there was an error trying to connect to your news server.<br>please contact your admin to check the news servername, username or password.      expressoCalendar        pt-br   Houve um erro tentanto conectar no servidor de notícias.<br>Por favor entre em contato com o administrador para verificar a configuração. 
    350350The sharing was granted.        common  pt-br   O compartilhamento do grupo foi liberado com sucesso! 
    351 the user %1 is not participating in this event! calendar        pt-br   O usuário %1 não está participando desse evento! 
    352 This commitment has already been accepted!      calendar        pt-br   Esse compromisso já foi aceito! 
    353 This commitment has already been rejected!      calendar        pt-br   Esse compromisso já foi rejeitado! 
    354 this day is shown as first day in the week or month view.       calendar        pt-br   Esse dia será mostrado como primeiro dia da semana na visão semanal e mensal 
    355 this defines the end of your dayview. events after this time, are shown below the dayview.      calendar        pt-br   Isso define o último horário da visão diária. Eventos além desse horário são mostrados abaixo do dia. 
    356 this defines the start of your dayview. events before this time, are shown above the dayview.<br>this time is also used as a default starttime for new events.  calendar        pt-br   Isso define o primeiro horário da visão diária. Eventos antes desse horário são mostrados acima do dia.<br>Esse horário também será o horário inicial para novos eventos. 
    357 this group that is preselected when you enter the planner. you can change it in the planner anytime you want.   calendar        pt-br   Esse grupo é pré-selecionado ao entrar no organizador. Você poderá modificá-lo a qualquer tempo. 
    358 This is an external event. Even if it added to your expresso its can be changed any time at all calendar        pt-br   Este é um evento externo. Mesmo que adicionado ao seu Expresso corre o risco de mudança a qualquer momento. 
    359 this is mostly caused by a not or wrongly configured smtp server. notify your administrator.    calendar        pt-br   Esse erro é comumente causado por um servidor SMTP mal configurado. Notifique seu administrador. 
    360 this message is sent for canceled or deleted events.    calendar        pt-br   Essa mensagem é enviada para enventos cancelados ou apagados. 
    361 this message is sent for modified or moved events.      calendar        pt-br   Essa mensagem é enviada para eventos modificados ou transferidos. 
    362 this message is sent to every participant of events you own, who has requested notifcations about new events.<br>you can use certain variables which get substituted with the data of the event. the first line is the subject of the email.    calendar        pt-br   Essa mensagem é enviada para cada participante dos eventos que você criou, que pediram informações sobre novos eventos.<br> Você pode usar certas variáveis que subtituirão dados nos seus eventos. A primeira linha é o assunto do email. 
    363 this message is sent when you accept, tentative accept or reject an event.      calendar        pt-br   Essa mensagem é enviada quando você aceita, aceita com possibilidade de mudança ou rejeita um evento. 
    364 this message is sent when you set an alarm for a certain event. include all information you might need. calendar        pt-br   Essa mensagem é enviada quando você configura um alarme para certo evento. Inclua toda a informação necessária. 
    365 This message was sent by server. You must send a message to sender to confirm this event        calendar        pt-br   Isso é uma mensagem automática gerada pelo Expresso. Favor confirmar o compromisso respondendo ao remetente 
    366 this month      calendar        pt-br   Este mês 
    367 This option allow everybody to view your calendar in readmode.  calendar        pt-br   Esta opção permite que todos os usuários do Expresso visualizem sua agenda. 
     351the user %1 is not participating in this event! expressoCalendar        pt-br   O usuário %1 não está participando desse evento! 
     352This commitment has already been accepted!      expressoCalendar        pt-br   Esse compromisso já foi aceito! 
     353This commitment has already been rejected!      expressoCalendar        pt-br   Esse compromisso já foi rejeitado! 
     354this day is shown as first day in the week or month view.       expressoCalendar        pt-br   Esse dia será mostrado como primeiro dia da semana na visão semanal e mensal 
     355this defines the end of your dayview. events after this time, are shown below the dayview.      expressoCalendar        pt-br   Isso define o último horário da visão diária. Eventos além desse horário são mostrados abaixo do dia. 
     356this defines the start of your dayview. events before this time, are shown above the dayview.<br>this time is also used as a default starttime for new events.  expressoCalendar        pt-br   Isso define o primeiro horário da visão diária. Eventos antes desse horário são mostrados acima do dia.<br>Esse horário também será o horário inicial para novos eventos. 
     357this group that is preselected when you enter the planner. you can change it in the planner anytime you want.   expressoCalendar        pt-br   Esse grupo é pré-selecionado ao entrar no organizador. Você poderá modificá-lo a qualquer tempo. 
     358This is an external event. Even if it added to your expresso its can be changed any time at all expressoCalendar        pt-br   Este é um evento externo. Mesmo que adicionado ao seu Expresso corre o risco de mudança a qualquer momento. 
     359this is mostly caused by a not or wrongly configured smtp server. notify your administrator.    expressoCalendar        pt-br   Esse erro é comumente causado por um servidor SMTP mal configurado. Notifique seu administrador. 
     360this message is sent for canceled or deleted events.    expressoCalendar        pt-br   Essa mensagem é enviada para enventos cancelados ou apagados. 
     361this message is sent for modified or moved events.      expressoCalendar        pt-br   Essa mensagem é enviada para eventos modificados ou transferidos. 
     362this message is sent to every participant of events you own, who has requested notifcations about new events.<br>you can use certain variables which get substituted with the data of the event. the first line is the subject of the email.    expressoCalendar        pt-br   Essa mensagem é enviada para cada participante dos eventos que você criou, que pediram informações sobre novos eventos.<br> Você pode usar certas variáveis que subtituirão dados nos seus eventos. A primeira linha é o assunto do email. 
     363this message is sent when you accept, tentative accept or reject an event.      expressoCalendar        pt-br   Essa mensagem é enviada quando você aceita, aceita com possibilidade de mudança ou rejeita um evento. 
     364this message is sent when you set an alarm for a certain event. include all information you might need. expressoCalendar        pt-br   Essa mensagem é enviada quando você configura um alarme para certo evento. Inclua toda a informação necessária. 
     365This message was sent by server. You must send a message to sender to confirm this event        expressoCalendar        pt-br   Isso é uma mensagem automática gerada pelo Expresso. Favor confirmar o compromisso respondendo ao remetente 
     366this month      expressoCalendar        pt-br   Este mês 
     367This option allow everybody to view your expressoCalendar in readmode.  expressoCalendar        pt-br   Esta opção permite que todos os usuários do Expresso visualizem sua agenda. 
    368368This sharing already exist.     common  pt-br   Esse compartilhamento já existe. 
    369 this user does not exist        calendar        pt-br   Esse usuário não existe 
    370 this user does not possess public agenda        calendar        pt-br   Este usuário não possui agenda pública 
    371 this week       calendar        pt-br   Esta Semana 
    372 this year       calendar        pt-br   Este ano 
    373 thu     calendar        pt-br   Qui 
    374 Thursday        calendar        pt-br   Quinta-feira 
    375 Tip: To search in the <b>Global Catalog</b>, type the <b>F9</b> key, like the ExpressoMail.     calendar        pt-br   <b>Dica:</b> Para pesquisar no <b>Catálogo Geral</b> utilize a tecla <b>F9</b>, como no ExpressoMail. 
    376 title   calendar        pt-br   Título 
    377 title of the event      calendar        pt-br   Título do evento 
    378 title-row       calendar        pt-br   Linha-Título 
    379 To accept       calendar        pt-br   Aceitar 
    380 today   calendar        pt-br   Hoje 
    381 to-firstname    calendar        pt-br   Para-Primeiro Nome 
    382 to-fullname     calendar        pt-br   Para-Nome Completo 
    383 to-lastname     calendar        pt-br   Para-Último Nome 
    384 to many might exceed your execution-time-limit  calendar        pt-br   muitos podem exceder seu tempo limite de execução 
    385 To reject       calendar        pt-br   Rejeitar 
    386 to Search       calendar        pt-br   Pesquisar 
    387 To See Commitment       calendar        pt-br   Para ver compromisso 
    388 translation     calendar        pt-br   Tradução 
    389 tu      calendar        pt-br   Te 
    390 tue     calendar        pt-br   Ter 
    391 Tuesday calendar        pt-br   Terça-feira 
    392 Type    calendar        pt-br   Tipo 
     369this user does not exist        expressoCalendar        pt-br   Esse usuário não existe 
     370this user does not possess public agenda        expressoCalendar        pt-br   Este usuário não possui agenda pública 
     371this week       expressoCalendar        pt-br   Esta Semana 
     372this year       expressoCalendar        pt-br   Este ano 
     373thu     expressoCalendar        pt-br   Qui 
     374Thursday        expressoCalendar        pt-br   Quinta-feira 
     375Tip: To search in the <b>Global Catalog</b>, type the <b>F9</b> key, like the ExpressoMail.     expressoCalendar        pt-br   <b>Dica:</b> Para pesquisar no <b>Catálogo Geral</b> utilize a tecla <b>F9</b>, como no ExpressoMail. 
     376title   expressoCalendar        pt-br   Título 
     377title of the event      expressoCalendar        pt-br   Título do evento 
     378title-row       expressoCalendar        pt-br   Linha-Título 
     379To accept       expressoCalendar        pt-br   Aceitar 
     380today   expressoCalendar        pt-br   Hoje 
     381to-firstname    expressoCalendar        pt-br   Para-Primeiro Nome 
     382to-fullname     expressoCalendar        pt-br   Para-Nome Completo 
     383to-lastname     expressoCalendar        pt-br   Para-Último Nome 
     384to many might exceed your execution-time-limit  expressoCalendar        pt-br   muitos podem exceder seu tempo limite de execução 
     385To reject       expressoCalendar        pt-br   Rejeitar 
     386to Search       expressoCalendar        pt-br   Pesquisar 
     387To See Commitment       expressoCalendar        pt-br   Para ver compromisso 
     388translation     expressoCalendar        pt-br   Tradução 
     389tu      expressoCalendar        pt-br   Te 
     390tue     expressoCalendar        pt-br   Ter 
     391Tuesday expressoCalendar        pt-br   Terça-feira 
     392Type    expressoCalendar        pt-br   Tipo 
    393393Type more %1 letters.   common  pt-br   Digite mais %1 letras. 
    394 update a single entry by passing the fields.    calendar        pt-br   Atualizar uma única entrada informando o os campos. 
    395 updated calendar        pt-br   Atualizado 
    396 use end date    calendar        pt-br   Usar data de término 
     394update a single entry by passing the fields.    expressoCalendar        pt-br   Atualizar uma única entrada informando o os campos. 
     395updated expressoCalendar        pt-br   Atualizado 
     396use end date    expressoCalendar        pt-br   Usar data de término 
    397397User to grant access    common  pt-br   Usuário que terá acesso liberado 
    398 view this entry calendar        pt-br   Visualizar esta entrada 
    399 we      calendar        pt-br   Qu 
    400 wed     calendar        pt-br   Qua 
    401 Wednesday       calendar        pt-br   Quarta-feira 
    402 week    calendar        pt-br   Semana 
    403 weekday starts on       calendar        pt-br   A Semana começa em 
    404 weekly agenda of events calendar        pt-br   Agenda Semanal de Eventos 
    405 weekly  calendar        pt-br   semanal 
    406 Weekly View     calendar        pt-br   Visão Semanal 
    407 Week Number %1 of %2    calendar        pt-br   Semana número %1 de %2 
    408 weekview        calendar        pt-br   Visão Semanal 
    409 when creating new events default set to private calendar        pt-br   Quando criar novos eventos definir por padrão como particulares. 
    410 which events do you want to see when you enter the calendar.    calendar        pt-br   Quais os eventos que você deseja ver ao iniciar o Calendário. 
    411 which of calendar view do you want to see, when you start calendar ?    calendar        pt-br   Qual a visão do Calendário você deseja ver ao iniciar o calendário? 
    412 workdayends     calendar        pt-br   Final do dia de trabalho 
    413 work day ends on        calendar        pt-br   Dias de trabalho terminam em 
    414 work day starts on      calendar        pt-br   Dias de trabalho começam em 
    415 x are you sure\nyou want to\ndelete this single occurence ?\n\nthis will delete\nthis entry for all users.      calendar        pt-br   Tem certeza \nque você quer\n remover essa única ocorrência ?\n\nIsso removerá\nessa para todos os usuários 
     398view this entry expressoCalendar        pt-br   Visualizar esta entrada 
     399we      expressoCalendar        pt-br   Qu 
     400wed     expressoCalendar        pt-br   Qua 
     401Wednesday       expressoCalendar        pt-br   Quarta-feira 
     402week    expressoCalendar        pt-br   Semana 
     403weekday starts on       expressoCalendar        pt-br   A Semana começa em 
     404weekly agenda of events expressoCalendar        pt-br   Agenda Semanal de Eventos 
     405weekly  expressoCalendar        pt-br   semanal 
     406Weekly View     expressoCalendar        pt-br   Visão Semanal 
     407Week Number %1 of %2    expressoCalendar        pt-br   Semana número %1 de %2 
     408weekview        expressoCalendar        pt-br   Visão Semanal 
     409when creating new events default set to private expressoCalendar        pt-br   Quando criar novos eventos definir por padrão como particulares. 
     410which events do you want to see when you enter the expressoCalendar.    expressoCalendar        pt-br   Quais os eventos que você deseja ver ao iniciar o Calendário. 
     411which of expressoCalendar view do you want to see, when you start expressoCalendar ?    expressoCalendar        pt-br   Qual a visão do Calendário você deseja ver ao iniciar o calendário? 
     412workdayends     expressoCalendar        pt-br   Final do dia de trabalho 
     413work day ends on        expressoCalendar        pt-br   Dias de trabalho terminam em 
     414work day starts on      expressoCalendar        pt-br   Dias de trabalho começam em 
     415x are you sure\nyou want to\ndelete this single occurence ?\n\nthis will delete\nthis entry for all users.      expressoCalendar        pt-br   Tem certeza \nque você quer\n remover essa única ocorrência ?\n\nIsso removerá\nessa para todos os usuários 
    416416x ContactCenter Global Catalogue Setup  admin   pt-br   Catálogo global de configuração do contactCenter 
    417 year    calendar        pt-br   Ano 
    418 yearly  calendar        pt-br   Anualmente 
    419 yearview        calendar        pt-br   Visão Anual 
    420 Year View       calendar        pt-br   Visão Anual 
    421 you can either set a year or a occurence, not both !!!  calendar        pt-br   Você pode especificar uma ocorrência única no ano ou recorrente, não ambos !!! 
    422 you can only set a year or a occurence !!!      calendar        pt-br   Você pode selecionar ocorrência única ou recorrente !!! 
    423 you do not have permission to add alarms to this event !!!      calendar        pt-br   Você não possue permissão para adicionar alarmes a esse evento !!! 
    424 you do not have permission to delete this alarm !!!     calendar        pt-br   Você não tem permissão para apagar esse alarme !!! 
    425 you do not have permission to enable/disable this alarm !!!     calendar        pt-br   Você não tem permissão para habilitar/desabilitar esse alarme !!! 
    426 you do not have permission to read this record! calendar        pt-br   Você não possui permissão para ler esse registro! 
    427 you have 1 high priority event on your calendar today.  common  pt-br   Você tem 1 evento com alta prioridade no seu calendário para hoje. 
    428 you have %1 high priority events on your calendar today.        common  pt-br   Você tem %1 eventos com alta prioridade no seu calendário para hoje. 
    429 you have a meeting scheduled for %1     calendar        pt-br   Você possui um compromisso agendado para %1 
    430 you have not entered a\nbrief description       calendar        pt-br   você não colocou uma descrição 
    431 you have not entered a\nvalid time of day.      calendar        pt-br   você não colocou um horário válido do dia 
    432 you have not entered a title    calendar        pt-br   Você não colocou o título 
    433 you have not entered a valid date       calendar        pt-br   Você informou  uma data inválida 
    434 you have not entered a valid time of day        calendar        pt-br   você informou uma hora do dia inválida 
    435 you have not entered participants       calendar        pt-br   Você não informou os participantes 
    436 you must enter one or more search keywords      calendar        pt-br   Você deve digitar uma ou mais palavras chave 
    437 you must select a [iv]cal. (*.[iv]cs)   calendar        pt-br   Você deve selecionar um [iv}Calc. (*.[iv]cs) 
    438 you need to set either a day or a occurence !!! calendar        pt-br   Você deve determinar um dia ou recorrência!!! 
    439 your meeting scheduled for %1 has been canceled calendar        pt-br   Seu compromisso agendado para %1 foi cancelado 
    440 your meeting that had been scheduled for %1 has been rescheduled to %2  calendar        pt-br   Seu compromisso agendado para %1 foi remarcado para %2 
    441 your suggested time of <b> %1 - %2 </b> conflicts with the following existing calendar entries: calendar        pt-br   Horário sugerido: <B> %1 - %2 </B> está em conflito com as seguintes entradas no calendário: 
     417year    expressoCalendar        pt-br   Ano 
     418yearly  expressoCalendar        pt-br   Anualmente 
     419yearview        expressoCalendar        pt-br   Visão Anual 
     420Year View       expressoCalendar        pt-br   Visão Anual 
     421you can either set a year or a occurence, not both !!!  expressoCalendar        pt-br   Você pode especificar uma ocorrência única no ano ou recorrente, não ambos !!! 
     422you can only set a year or a occurence !!!      expressoCalendar        pt-br   Você pode selecionar ocorrência única ou recorrente !!! 
     423you do not have permission to add alarms to this event !!!      expressoCalendar        pt-br   Você não possue permissão para adicionar alarmes a esse evento !!! 
     424you do not have permission to delete this alarm !!!     expressoCalendar        pt-br   Você não tem permissão para apagar esse alarme !!! 
     425you do not have permission to enable/disable this alarm !!!     expressoCalendar        pt-br   Você não tem permissão para habilitar/desabilitar esse alarme !!! 
     426you do not have permission to read this record! expressoCalendar        pt-br   Você não possui permissão para ler esse registro! 
     427you have 1 high priority event on your expressoCalendar today.  common  pt-br   Você tem 1 evento com alta prioridade no seu calendário para hoje. 
     428you have %1 high priority events on your expressoCalendar today.        common  pt-br   Você tem %1 eventos com alta prioridade no seu calendário para hoje. 
     429you have a meeting scheduled for %1     expressoCalendar        pt-br   Você possui um compromisso agendado para %1 
     430you have not entered a\nbrief description       expressoCalendar        pt-br   você não colocou uma descrição 
     431you have not entered a\nvalid time of day.      expressoCalendar        pt-br   você não colocou um horário válido do dia 
     432you have not entered a title    expressoCalendar        pt-br   Você não colocou o título 
     433you have not entered a valid date       expressoCalendar        pt-br   Você informou  uma data inválida 
     434you have not entered a valid time of day        expressoCalendar        pt-br   você informou uma hora do dia inválida 
     435you have not entered participants       expressoCalendar        pt-br   Você não informou os participantes 
     436you must enter one or more search keywords      expressoCalendar        pt-br   Você deve digitar uma ou mais palavras chave 
     437you must select a [iv]cal. (*.[iv]cs)   expressoCalendar        pt-br   Você deve selecionar um [iv}Calc. (*.[iv]cs) 
     438you need to set either a day or a occurence !!! expressoCalendar        pt-br   Você deve determinar um dia ou recorrência!!! 
     439your meeting scheduled for %1 has been canceled expressoCalendar        pt-br   Seu compromisso agendado para %1 foi cancelado 
     440your meeting that had been scheduled for %1 has been rescheduled to %2  expressoCalendar        pt-br   Seu compromisso agendado para %1 foi remarcado para %2 
     441your suggested time of <b> %1 - %2 </b> conflicts with the following existing expressoCalendar entries: expressoCalendar        pt-br   Horário sugerido: <B> %1 - %2 </B> está em conflito com as seguintes entradas no calendário: 
Note: See TracChangeset for help on using the changeset viewer.