Plugin Directory

Changeset 857063


Ignore:
Timestamp:
02/13/2014 09:58:35 AM (12 years ago)
Author:
digitalissimo
Message:

Added endpoint.php

Location:
eventissimo
Files:
121 added
7 edited

Legend:

Unmodified
Added
Removed
  • eventissimo/tags/1.3.6/README.txt

    r855740 r857063  
    207207* Added Single Events custom
    208208= 1.3.6 =
    209 * Import your Facebook events Thanks for idea (http://www.richardoutram.co.uk "Richard Outram")
     209* Import your Facebook events Thanks for idea http://www.richardoutram.co.uk
  • eventissimo/trunk/README.txt

    r855740 r857063  
    55Requires at least: 3.4
    66Tested up to: 3.4
    7 Stable tag: 1.3.6
     7Stable tag: 1.3.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616Now into your site Wordpress you can create and organize your events.
    1717
    18 *   Create events
    19 *   Events only date or repeat
     18*   Create and duplicate events
     19*   Create Events only date or repeat
    2020*   Gallery of the events
    21 *   Also generate your events on Facebook
    22 *   Post Events automatically on Facebook
     21*   Whenever you add an event in your WordPress it will automatically get added to your Facebook as well
     22*   Post Events automatically on your Facebook profile
    2323*   Import your Facebook Events
    2424*   View Calendar of your events
     25*   Export events with url Json o Rss (eg. http://www.example.com/apievent/)
     26*   Use Widget or shortcode for view events into your site
    2527
    2628Multilanguage: English, Italian
    2729
    28 Use Widget for view events
    29 
    30 = SHORTCODE Calendar =
    31 *  `[eventissimo type='CALENDAR' backcolorHEX='[#069c88]' fontcolorHEX='[#FFFFFF]']` :  backcolorHEX is backcolor of the event's title. Default is #069c88 for  backcolor and #FFFFFF for color text
    32 
    33 = SHORTCODE List or Block Event =
    34 *  `[eventissimo type='[LIST|BLOCK]' date='true' ]`: you view date of events
    35 * `[eventissimo type='[LIST|BLOCK]' limit='#' ]`: you type a number for limit list event, default 10
    36 *  `[eventissimo type='[LIST|BLOCK]' paginate='true' ]`: you view events with pagination (events per page defined with limit number, if not defined number is 10).
    37 *  `[eventissimo type='[LIST|BLOCK]' view='[OLD|NEXT]']`: you defined past events or next events, Default is NEXT
    38 *  `[eventissimo type='[LIST|BLOCK]' defined='TODAY|MONTH']`: you defined today events or all events of current month. MONTH combined with view NEXT lets you see only next events.
    39 
    40 = SHORTCODE SlideShow =
    41 *  `[eventissimo type='CYCLE' view='[OLD|NEXT]' defined='TODAY|MONTH']`
    4230
    4331= Facebook =
     
    4836If you would change single template of events copy pages/events-template-single.php into your template and custom it.
    4937
     38== Other notes ==
     39
     40= SHORTCODE =
     41
     42**Calendar**
     43
     44*  `[eventissimo type='CALENDAR' backcolorHEX='[#069c88]' fontcolorHEX='[#FFFFFF]']` :  backcolorHEX is backcolor of the event's title. Default is #069c88 for  backcolor and #FFFFFF for color text
     45
     46**List or Block Events**
     47
     48*  `[eventissimo type='[LIST|BLOCK]' date='true' ]`: you view date of events
     49* `[eventissimo type='[LIST|BLOCK]' limit='#' ]`: you type a number for limit list event, default 10
     50*  `[eventissimo type='[LIST|BLOCK]' paginate='true' ]`: you view events with pagination (events per page defined with limit number, if not defined number is 10).
     51*  `[eventissimo type='[LIST|BLOCK]' view='[OLD|NEXT]']`: you defined past events or next events, Default is NEXT
     52*  `[eventissimo type='[LIST|BLOCK]' defined='TODAY|MONTH']`: you defined today events or all events of current month. MONTH combined with view NEXT lets you see only next events.
     53
     54**Slideshow**
     55
     56*  `[eventissimo type='CYCLE' view='[OLD|NEXT]' defined='TODAY|MONTH']`
     57
     58=API EVENTS=
     59
     60**Example**
     61
     62*  Events Feed Rss `http://www.tests.it/apievent/get?type=rss`
     63*  Events Json `http://www.tests.it/apievent/get?type=json`
     64
     65**Parameters**
     66
     67*  *type*: JSON | RSS ex: `http://www.tests.it/apievent/get?type=rss`
     68*  *search*: id_author | description | title
     69   *value*: terms of search
     70   eg: `http://www.tests.it/apievent/getapievent/get?type=rss&search=id_author&value=1`
     71*  *defined*: TODAY | MONTH  eg: `http://www.tests.it/apievent/get?type=rss&defined=TODAY`
     72*  *view*: OLD | NEXT  eg: `http://www.tests.it/apievent/get?type=rss&view=NEXT`
     73
     74**Structure Json**
     75
     76`[
     77{
     78"id": 123,
     79"classname": 123,
     80"randomColor": "#C913D5",
     81"id_author": "1",
     82"description": "test events for json",
     83"title": "Test event",
     84"url": "http://www.example.it/events/tests",
     85"thumbs": <img width="150" height="150" src="http://www.example.it/wp-content/uploads/2014/02/example150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Example" />,
     86"cover":<img width="690" height="300" src="http://www.example.it/wp-content/uploads/2014/02/example90x300.jpg" class="attachment-fb_cover_image wp-post-image" alt="Example" />,
     87"coverBig":<img width="690" height="500" src="http://www.example.it/wp-content/uploads/2014/02/example.jpg" class="attachment-large wp-post-image" alt="Example" />,
     88"types": [
     89{
     90"term_id": 1,
     91"name": "test1",
     92"slug": "test1",
     93"term_group": 0,
     94"term_taxonomy_id": 1,
     95"taxonomy": "typeEvents",
     96"description": "",
     97"parent": 0,
     98"count": 1,
     99"filter": "raw"
     100}
     101],
     102"categories": [
     103{
     104"term_id": 2,
     105"name": "test2",
     106"slug": "test2",
     107"term_group": 0,
     108"term_taxonomy_id": 2,
     109"taxonomy": "eventscategories",
     110"description": "",
     111"parent": 0,
     112"count": 1,
     113"filter": "raw"
     114},
     115{
     116"term_id": 3,
     117"name": "test3",
     118"slug": "test3",
     119"term_group": 0,
     120"term_taxonomy_id": 3,
     121"taxonomy": "eventscategories",
     122"description": "",
     123"parent": 0,
     124"count": 1,
     125"filter": "raw"
     126}
     127],
     128"date_begin": "1391904000",
     129"date_end": "1391904000",
     130"hour_begin": "00:00",
     131"hour_end": "03:00"
     132},
     133{..}
     134]`
     135
     136
    50137== Screenshots ==
    511381. Create Facebook Post
    52  
    531392. Create Event Facebook
    54140
     
    561421. Upload `eventissimo` to the `/wp-content/plugins/` directory
    571432. Activate the plugin through the 'Plugins' menu in WordPress
     1443. If you want to publish events on Facebook you must create an App
    58145
    59146== Changelog ==
     
    69156* Added Single Events custom
    70157= 1.3.6 =
    71 * Import your Facebook events  === Eventissimo ===
    72 Contributors: Digitalissimo
    73 Tags: events, event, calendar, facebook, shortcode, widget
    74 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UXV6CWADKJQ5A
    75 Requires at least: 3.4
    76 Tested up to: 3.4
    77 Stable tag: 1.3.5
    78 License: GPLv2 or later
    79 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     158* Import your Facebook events Thanks for idea http://www.richardoutram.co.uk
     159= 1.3.7 =
     160* Added call Json and Rss of events
    80161
    81 Create and organize events into your site.
    82 Your events also automatically automatically created on Facebook.
    83 Import your Facebook Events.
     162== Upgrade Notice ==
     163*
    84164
    85 == Description ==
    86 Now into your site Wordpress you can create and organize your events.
    87 
    88 *   Create events
    89 *   Events only date or repeat
    90 *   Gallery of the events
    91 *   Also generate your events on Facebook
    92 *   Post Events automatically on Facebook
    93 *   View Calendar of your events
    94 
    95 Multilanguage: English, Italian
    96 
    97 Use Widget for view events
    98 
    99 = SHORTCODE Calendar =
    100 *  `[eventissimo type='CALENDAR' backcolorHEX='[#069c88]' fontcolorHEX='[#FFFFFF]']` :  backcolorHEX is backcolor of the event's title. Default is #069c88 for  backcolor and #FFFFFF for color text
    101 
    102 = SHORTCODE List or Block Event =
    103 *  `[eventissimo type='[LIST|BLOCK]' date='true' ]`: you view date of events
    104 * `[eventissimo type='[LIST|BLOCK]' limit='#' ]`: you type a number for limit list event, default 10
    105 *  `[eventissimo type='[LIST|BLOCK]' paginate='true' ]`: you view events with pagination (events per page defined with limit number, if not defined number is 10).
    106 *  `[eventissimo type='[LIST|BLOCK]' view='[OLD|NEXT]']`: you defined past events or next events, Default is NEXT
    107 *  `[eventissimo type='[LIST|BLOCK]' defined='TODAY|MONTH']`: you defined today events or all events of current month. MONTH combined with view NEXT lets you see only next events.
    108 
    109 = SHORTCODE SlideShow =
    110 *  `[eventissimo type='CYCLE' view='[OLD|NEXT]' defined='TODAY|MONTH']`
    111 
    112 = Facebook =
    113 To automate the creation of an event on facebook you have to register as a developer on facebook, create an APP and to recove id and privat key of APP.
    114 NEWS: Import your events of Facebook!!!
    115 
    116 = Note: Single Template =
    117 If you would change single template of events copy pages/events-template-single.php into your template and custom it.
    118 
    119 == Screenshots ==
    120 1. Create Facebook Post
    121  
    122 2. Create Event Facebook
    123 
    124 == Installation ==
    125 1. Upload `eventissimo` to the `/wp-content/plugins/` directory
    126 2. Activate the plugin through the 'Plugins' menu in WordPress
    127 
    128 == Changelog ==
    129 = 1.0.0 =
    130 * Create plugin
    131 = 1.0.1 =
    132 * Correct Bug Bootstrap
    133 = 1.1.1 =
    134 * Correct Bugs css and Facebook
    135 = 1.2 =
    136 * Correct Bugs Link Events, added Slideshow events
    137 = 1.3 =
    138 * Added Single Events custom
    139 = 1.3.5 =
    140 * Import your Facebook events === Eventissimo ===
    141 Contributors: Digitalissimo
    142 Tags: events, event, calendar, facebook, shortcode, widget
    143 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UXV6CWADKJQ5A
    144 Requires at least: 3.4
    145 Tested up to: 3.4
    146 Stable tag: 1.3.5
    147 License: GPLv2 or later
    148 License URI: http://www.gnu.org/licenses/gpl-2.0.html
    149 
    150 Create and organize events into your site.
    151 Your events also automatically automatically created on Facebook.
    152 Import your Facebook Events.
    153 
    154 == Description ==
    155 Now into your site Wordpress you can create and organize your events.
    156 
    157 *   Create events
    158 *   Events only date or repeat
    159 *   Gallery of the events
    160 *   Also generate your events on Facebook
    161 *   Post Events automatically on Facebook
    162 *   View Calendar of your events
    163 
    164 Multilanguage: English, Italian
    165 
    166 Use Widget for view events
    167 
    168 = SHORTCODE Calendar =
    169 *  `[eventissimo type='CALENDAR' backcolorHEX='[#069c88]' fontcolorHEX='[#FFFFFF]']` :  backcolorHEX is backcolor of the event's title. Default is #069c88 for  backcolor and #FFFFFF for color text
    170 
    171 = SHORTCODE List or Block Event =
    172 *  `[eventissimo type='[LIST|BLOCK]' date='true' ]`: you view date of events
    173 * `[eventissimo type='[LIST|BLOCK]' limit='#' ]`: you type a number for limit list event, default 10
    174 *  `[eventissimo type='[LIST|BLOCK]' paginate='true' ]`: you view events with pagination (events per page defined with limit number, if not defined number is 10).
    175 *  `[eventissimo type='[LIST|BLOCK]' view='[OLD|NEXT]']`: you defined past events or next events, Default is NEXT
    176 *  `[eventissimo type='[LIST|BLOCK]' defined='TODAY|MONTH']`: you defined today events or all events of current month. MONTH combined with view NEXT lets you see only next events.
    177 
    178 = SHORTCODE SlideShow =
    179 *  `[eventissimo type='CYCLE' view='[OLD|NEXT]' defined='TODAY|MONTH']`
    180 
    181 = Facebook =
    182 To automate the creation of an event on facebook you have to register as a developer on facebook, create an APP and to recove id and privat key of APP.
    183 NEWS: Import your events of Facebook!!!
    184 
    185 = Note: Single Template =
    186 If you would change single template of events copy pages/events-template-single.php into your template and custom it.
    187 
    188 == Screenshots ==
    189 1. Create Facebook Post
    190  
    191 2. Create Event Facebook
    192 
    193 == Installation ==
    194 1. Upload `eventissimo` to the `/wp-content/plugins/` directory
    195 2. Activate the plugin through the 'Plugins' menu in WordPress
    196 
    197 == Changelog ==
    198 = 1.0.0 =
    199 * Create plugin
    200 = 1.0.1 =
    201 * Correct Bug Bootstrap
    202 = 1.1.1 =
    203 * Correct Bugs css and Facebook
    204 = 1.2 =
    205 * Correct Bugs Link Events, added Slideshow events
    206 = 1.3 =
    207 * Added Single Events custom
    208 = 1.3.6 =
    209 * Import your Facebook events Thanks for idea (http://www.richardoutram.co.uk "Richard Outram")
     165== Frequently Asked Questions ==
     166=  How do I create an app on facebook? =
     167See https://developers.facebook.com/
  • eventissimo/trunk/call_function/listEvents.php

    r851106 r857063  
    1313        foreach ($response as $event){
    1414            $list  .= "<li>";
    15             $list .= "<a href='" . $event->url . "'>" . $event->title;
     15            $list .= "<a href='" . $event->url . "'>" . $event->title . "<br/>";
    1616           
    1717            $list .= $event->thumbs!="" ? $event->thumbs : "<img src='" . BASE_URL_NOIMAGES . "' title='" . $event->title . "'>";
  • eventissimo/trunk/eventissimo.php

    r854900 r857063  
    55Plugin URI: http://plugin.digitalissimoweb.it/eventissimo/
    66Description: Create and organize events into your site. Your events also automatically automatically created on Facebook and import FB's events.
    7 Version: 1.3.6
     7Version: 1.3.7
    88Author: Digitalissimo
    99Author URI: http://plugin.digitalissimoweb.it
     
    3333define ("BASE_URL_NOIMAGES",plugins_url("images/no-image.png",__FILE__));
    3434define ("BASE_URL_NOIMAGES_COVER",plugins_url("images/no-image-cover.png",__FILE__));
     35include ("function/wejnswpwhitespacefix.php");
    3536include ("function/shortcode.php");
    3637include ("function/widget.php");
     
    4041include ("function_fb.php");
    4142include ("backend.php");
     43include ("endpoint.php");
    4244include ("meta_post/data_events.php");
    4345include ("meta_post/location_events.php");
     
    100102
    101103function eventissimo_install() {
    102   flush_rewrite_rules();
     104
    103105}
    104106function eventissimo_remove() {
    105   flush_rewrite_rules();
     107
    106108  delete_option('wp_locationCityDefault');
    107109  delete_option('wp_locationAdressDefault');
  • eventissimo/trunk/function.php

    r854900 r857063  
    195195            "randomColor" =>    get_post_meta($id_events, 'colorRandom', true),
    196196            "id_author" =>  $post->post_author,
     197            "description" =>    nl2br(get_post_meta( $id_events , 'descrizione' , true )),
    197198            "title" =>  $post->post_title,
    198199            "url" => get_permalink($id_events),
     
    224225                $args["hour_end"] = get_post_meta($id_events, 'ora_fine', true)!="" ? get_post_meta($id_events, 'ora_fine', true) : "";
    225226                $url = add_query_arg( $args, get_permalink($id_events));
     227                $url = add_query_arg( $args, get_permalink($id_events));
     228               
    226229                if ($dataBegin!=$timestamp) {
    227230                    $json_data[] = array(
    228231                        "id" =>     $id_events . "-" . $i,
    229232                        "classname" =>  $id_events,
     233                        "randomColor" =>    get_post_meta($id_events, 'colorRandom', true),
     234                        "id_author" =>  $post->post_author,
     235                        "description" =>    nl2br(get_post_meta( $id_events , 'descrizione' , true )),
    230236                        "title" =>  $post->post_title,
    231237                        "url" => $url,
    232                         "randomColor" =>    get_post_meta($id_events, 'colorRandom', true),
    233                         "id_author" =>  $post->post_author,
    234238                        "thumbs" => $post_thumbnail_url,
    235239                        "cover" => $post_cover_url,
    236240                        "coverBig" => $post_large_url,
     241                        "types" => $typeEvents,
     242                        "categories" => $eventscategories, 
    237243                                //Date Is Timestamp
    238244                        "date_begin" => $timestamp,
    239245                        "date_end" => $timestamp,
     246                       
    240247                        //Hour
    241248                        "hour_begin" => get_post_meta($id_events, 'ora_inizio', true)!="" ? get_post_meta($id_events, 'ora_inizio', true) : "",
     
    476483    foreach ( $items as $item ) {
    477484        foreach ( $item as $key => $value) {
    478             if (($key == $field) && ($item->$field==$string)) {
     485            if (($key == $field) && (strstr(strtoupper($item->$field),strtoupper($string)))) {
    479486                $array_filter[] = $item;
    480487            }
  • eventissimo/trunk/languages/eventissimo-it_IT.po

    r854882 r857063  
    22msgstr ""
    33"Project-Id-Version: Eventissimo\n"
    4 "POT-Creation-Date: 2014-02-10 17:50+0100\n"
    5 "PO-Revision-Date: 2014-02-10 17:51+0100\n"
     4"POT-Creation-Date: 2014-02-13 10:00+0100\n"
     5"PO-Revision-Date: 2014-02-13 10:52+0100\n"
    66"Last-Translator: Digitalissimo <[email protected]>\n"
    77"Language-Team: Digitalissimo <[email protected]>\n"
     
    1212"X-Poedit-KeywordsList: _e;__;_;gettext;gettext_noop\n"
    1313"X-Poedit-Basepath: .\n"
    14 "X-Poedit-SearchPath-0: G:\\Lavori\\Siti\\Personale\\agendaSanthiatese\\wp-"
    15 "content\\plugins\\eventissimo\n"
    16 
    17 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:15
    18 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:53
    19 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:129
     14
     15#: backend.php:15
     16#: widget.php:53
     17#: widget.php:129
    2018msgid "Title"
    2119msgstr "Titolo"
    2220
    23 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:16
    24 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:275
     21#: backend.php:16
     22#: data_events.php:275
    2523msgid "Date"
    2624msgstr "Data"
    2725
    28 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:17
    29 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:225
    30 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/location_events.php:39
     26#: backend.php:17
     27#: eventissimo.php:227
     28#: location_events.php:39
    3129msgid "Location"
    3230msgstr "Luogo"
    3331
    34 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:166
     32#: backend.php:167
    3533#, php-format
    3634msgid "Import event %s successful"
    3735msgstr "Imporazione dell'evento %s avvenuto con successo"
    3836
    39 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:166
     37#: backend.php:167
    4038msgid "Edit"
    4139msgstr "Modifica"
    4240
    43 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:221
     41#: backend.php:222
    4442msgid "Import"
    4543msgstr "Importa"
    4644
    47 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:242
    48 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:259
     45#: backend.php:243
    4946msgid "Import you events from Facebook"
    5047msgstr "Importa i tuoi eventi da Facebook"
    5148
    52 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:268
     49#: backend.php:265
    5350msgid "To view this page you need to set the app key and password of Facebook"
    5451msgstr ""
     
    5653"Facebook"
    5754
    58 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/backend.php:268
    59 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/frontend.php:99
     55#: backend.php:265
     56#: frontend.php:99
    6057msgid "Go to page"
    6158msgstr "Vai alla pagina"
    6259
    63 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function_fb.php:9
     60#: function.php:67
     61#: eventissimo.php:529
     62#: eventissimo.php:597
     63#: function/widget.php:136
     64msgid "No"
     65msgstr "No"
     66
     67#: function.php:70
     68#: eventissimo.php:525
     69#: eventissimo.php:593
     70#: function/widget.php:61
     71#: function/widget.php:135
     72msgid "Yes"
     73msgstr "Si"
     74
     75#: function.php:437
     76#: eventissimo.php:376
     77#: function/widget.php:68
     78msgid "Today"
     79msgstr "Oggi"
     80
     81#: function.php:438
     82#: function/widget.php:69
     83msgid "Month"
     84msgstr "Mese"
     85
     86#: function.php:439
     87msgid "Week"
     88msgstr "Settimana"
     89
     90#: function.php:517
     91msgid "{1} at {2} until {3} at {4}"
     92msgstr "Dal {1} alle {2} fino al {3} alle {4}"
     93
     94#: function.php:524
     95msgid "{1} until {2}"
     96msgstr "Dal {1} fino al {2}"
     97
     98#: function.php:534
     99msgid "{1}  {2} - {3}"
     100msgstr "{1} dalle ore {2} alle ore {3} "
     101
     102#: function_fb.php:9
    64103msgid "Public"
    65104msgstr "Pubblico"
    66105
    67 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function_fb.php:10
     106#: function_fb.php:10
    68107msgid "Invited only"
    69108msgstr "Solo su invito"
    70109
    71 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function_fb.php:11
     110#: function_fb.php:11
    72111msgid "Friends of Guests"
    73112msgstr "Amici degli Ospiti"
    74113
    75 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:128
    76 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:138
    77 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:142
     114#: eventissimo.php:130
     115#: eventissimo.php:140
     116#: function/widget.php:142
    78117msgid "Event types"
    79118msgstr "Tipi di Evento"
    80119
    81 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:129
     120#: eventissimo.php:131
    82121msgid "Event type"
    83122msgstr "Tipo di Evento"
    84123
    85 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:130
     124#: eventissimo.php:132
    86125msgid "Search Event types"
    87126msgstr "Cerca tipi di Eventi"
    88127
    89 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:131
     128#: eventissimo.php:133
    90129msgid "All Event types"
    91130msgstr "Tutti i tipi di Evento"
    92131
    93 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:132
     132#: eventissimo.php:134
    94133msgid "Parent Event types"
    95134msgstr "Tipi di Evento Genitore"
    96135
    97 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:133
     136#: eventissimo.php:135
    98137msgid "Parent Event types:"
    99138msgstr "Tipi di Evento Genitore:"
    100139
    101 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:134
     140#: eventissimo.php:136
    102141msgid "Edit Event types"
    103142msgstr "Modifica tipo di Evento"
    104143
    105 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:135
     144#: eventissimo.php:137
    106145msgid "Update Event types"
    107146msgstr "Aggiorna tipo di evento"
    108147
    109 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:136
     148#: eventissimo.php:138
    110149msgid "Add New Event types"
    111150msgstr "Aggiungi nuovo tipo di Evento"
    112151
    113 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:137
     152#: eventissimo.php:139
    114153msgid "New Types Event types"
    115154msgstr "Nuovo tipo di Evento"
    116155
    117 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:152
    118 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:162
    119 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:141
     156#: eventissimo.php:154
     157#: eventissimo.php:164
     158#: function/widget.php:141
    120159msgid "Event categories"
    121160msgstr "Categorie di Evento"
    122161
    123 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:153
     162#: eventissimo.php:155
    124163msgid "Event category"
    125164msgstr "Categoria di Evento"
    126165
    127 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:154
     166#: eventissimo.php:156
    128167msgid "Search Event categories"
    129168msgstr "Cerca categorie di Eventi"
    130169
    131 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:155
     170#: eventissimo.php:157
    132171msgid "All Event categories"
    133172msgstr "Tutti le categorie di Evento"
    134173
    135 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:156
     174#: eventissimo.php:158
    136175msgid "Parent Event categories"
    137176msgstr "Categorie di evento Genitore"
    138177
    139 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:157
     178#: eventissimo.php:159
    140179msgid "Parent Event categories:"
    141180msgstr "Categorie di evento Genitore:"
    142181
    143 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:158
     182#: eventissimo.php:160
    144183msgid "Edit Event categories"
    145184msgstr "Modifica categorie di Evento"
    146185
    147 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:159
     186#: eventissimo.php:161
    148187msgid "Update Event categories"
    149188msgstr "Aggiorna categorie di Evento"
    150189
    151 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:160
     190#: eventissimo.php:162
    152191msgid "Add New Event categories"
    153192msgstr "Aggiungi nuova categorie di Evento"
    154193
    155 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:161
     194#: eventissimo.php:163
    156195msgid "New Event categories"
    157196msgstr "Nuova categoria di Evento"
    158197
    159 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:182
     198#: eventissimo.php:184
     199#: apievent/get.php:37
    160200msgid "Events"
    161201msgstr "Eventi"
    162202
    163 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:183
     203#: eventissimo.php:185
    164204msgid "Event"
    165205msgstr "Evento"
    166206
    167 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:184
     207#: eventissimo.php:186
    168208msgid "Add new Event"
    169209msgstr "Aggiungi nuovo Evento"
    170210
    171 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:185
     211#: eventissimo.php:187
    172212msgid "Edit Event"
    173213msgstr "Modifica Evento"
    174214
    175 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:186
     215#: eventissimo.php:188
    176216msgid "New Event"
    177217msgstr "Nuovo Evento"
    178218
    179 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:187
     219#: eventissimo.php:189
    180220msgid "View Event"
    181221msgstr "Vedi Evento"
    182222
    183 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:188
     223#: eventissimo.php:190
    184224msgid "Search Event"
    185225msgstr "Cerca Evento"
    186226
    187 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:189
     227#: eventissimo.php:191
    188228msgid "No events found."
    189229msgstr "Nessun evento trovato."
    190230
    191 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:190
     231#: eventissimo.php:192
    192232msgid "No events found in Trash."
    193233msgstr "Nessun evento trovato nel cestino."
    194234
    195 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:203
     235#: eventissimo.php:205
    196236msgid "Settings"
    197237msgstr "Configurazione"
    198238
    199 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:205
     239#: eventissimo.php:207
    200240msgid "Import FB events"
    201241msgstr "Importa Eventi FB"
    202242
    203 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:221
     243#: eventissimo.php:223
    204244msgid "Author"
    205245msgstr "Autore"
    206246
    207 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:224
     247#: eventissimo.php:226
    208248msgid "Date Event"
    209249msgstr "Data evento"
    210250
    211 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:259
     251#: eventissimo.php:261
    212252msgid "View all days repeat until"
    213253msgstr "Vedi tutte le date ripetute fino a"
    214254
    215 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:332
     255#: eventissimo.php:334
    216256msgid "en"
    217257msgstr "it"
    218258
    219 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:373
     259#: eventissimo.php:375
    220260msgid "Done"
    221261msgstr "Chiudi"
    222262
    223 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:374
    224 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function.php:429
    225 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:68
    226 msgid "Today"
    227 msgstr "Oggi"
    228 
    229 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:377
     263#: eventissimo.php:379
    230264msgid "Show a different month"
    231265msgstr "Vedi un mese differente"
    232266
    233 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:420
     267#: eventissimo.php:422
    234268msgid "Settings Plugin Eventissimo"
    235269msgstr "Configurazione Plugin Eventissimo"
    236270
    237 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:459
     271#: eventissimo.php:461
    238272msgid "Config map"
    239273msgstr "Configura mappa"
    240274
    241 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:469
     275#: eventissimo.php:471
    242276msgid "Location Default"
    243277msgstr "Luogo Default"
    244278
    245 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:474
     279#: eventissimo.php:476
    246280msgid "Address Default"
    247281msgstr "Indirizzo Default"
    248282
    249 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:483
     283#: eventissimo.php:485
    250284msgid "Zoom default"
    251285msgstr "Zoom default"
    252286
    253 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:485
    254 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/location_events.php:60
     287#: eventissimo.php:487
     288#: meta_post/location_events.php:60
    255289msgid "Update Maps"
    256290msgstr "Aggiorna mappa"
    257291
    258 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:497
    259 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/location_events.php:87
     292#: eventissimo.php:499
     293#: meta_post/location_events.php:87
    260294msgid "Move the placemark in the desired location on the map"
    261295msgstr "Sposta il segnaposto nella posizione desiderata sulla mappa"
    262296
    263 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:509
     297#: eventissimo.php:511
    264298msgid "Single Events Configuration"
    265299msgstr "Configurazione Pagina eventi"
    266300
    267 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:515
     301#: eventissimo.php:517
    268302msgid "Use Single Template Default of Plugin"
    269303msgstr "Usa il template per gli event di default del Plugin?"
    270304
    271 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:523
    272 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:591
    273 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function.php:69
    274 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:61
    275 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:135
    276 msgid "Yes"
    277 msgstr "Si"
    278 
    279 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:527
    280 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:595
    281 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function.php:66
    282 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:136
    283 msgid "No"
    284 msgstr "No"
    285 
    286 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:530
     305#: eventissimo.php:532
    287306msgid ""
    288307"If you do not use the default page of the plugin creates single-events.php "
     
    292311"events.php nella directory del tema e copiare questo codice php"
    293312
    294 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:541
     313#: eventissimo.php:543
    295314msgid "Change order of arrangement of the elements of the page"
    296315msgstr "Modifica l'ordine di disposizione degli elementi della pagina"
    297316
    298 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:549
     317#: eventissimo.php:551
    299318msgid "Description"
    300319msgstr "Descrizione"
    301320
    302 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:551
     321#: eventissimo.php:553
    303322msgid "Maps"
    304323msgstr "Configura Mappa"
    305324
    306 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:553
     325#: eventissimo.php:555
    307326msgid "Cover image"
    308327msgstr "Immagine cover"
    309328
    310 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:565
     329#: eventissimo.php:567
    311330msgid "Config Facebook"
    312331msgstr "Configura Facebook"
    313332
    314 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:568
     333#: eventissimo.php:570
    315334msgid "Create your App and get Id and Secret at"
    316335msgstr "Crea l'App ID e la chiave segreta su"
    317336
    318 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:581
     337#: eventissimo.php:583
    319338msgid "Autopublicate on facebook diary of the user  who creates the event?"
    320339msgstr "Autopubblica sul diario di facebook dell'utente che crea l'evento"
    321340
    322 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:604
     341#: eventissimo.php:606
    323342msgid "App ID"
    324343msgstr "App ID"
    325344
    326 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:610
     345#: eventissimo.php:612
    327346msgid "App Secret"
    328347msgstr "App Secret"
    329348
    330 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:620
     349#: eventissimo.php:622
    331350msgid "Example pages App Facebook"
    332351msgstr "Esempio di pagina App di Facebook"
    333352
    334 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/eventissimo.php:656
     353#: eventissimo.php:658
    335354msgid "Facebook Cover"
    336355msgstr "Cover Facebook"
    337356
    338 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/frontend.php:50
    339 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/call_function/listEvents.php:37
     357#: endpoint.php:33
     358msgid "This is correct url"
     359msgstr "Questo è l'url corretto"
     360
     361#: endpoint.php:35
     362msgid "List All Events Feed Rss"
     363msgstr "Lista di tutti gli eventi Feed Rss"
     364
     365#: endpoint.php:37
     366msgid "List All Events Json"
     367msgstr "Lista di tutti gli eventi Json"
     368
     369#: endpoint.php:42
     370#: endpoint.php:45
     371msgid "Parameters"
     372msgstr "Parametri"
     373
     374#: endpoint.php:45
     375msgid "Allowed values"
     376msgstr "Valori validi"
     377
     378#: endpoint.php:45
     379msgid "Example"
     380msgstr "Esempio"
     381
     382#: endpoint.php:56
     383msgid "Term of search"
     384msgstr "Termine di ricerca"
     385
     386#: endpoint.php:68
     387msgid "Structure Json"
     388msgstr "Struttura Json"
     389
     390#: endpoint.php:136
     391msgid "404 - Service not found."
     392msgstr "404 - Servizio non trovato."
     393
     394#: endpoint.php:138
     395msgid "To read"
     396msgstr "Leggere"
     397
     398#: frontend.php:50
     399#: call_function/listEvents.php:37
    340400msgid "There are no events"
    341401msgstr "Non ci sono eventi"
    342402
    343 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/frontend.php:91
     403#: frontend.php:91
    344404msgid "Go to first page"
    345405msgstr "Vai alla prima pagina"
    346406
    347 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/frontend.php:93
     407#: frontend.php:93
    348408msgid "Go to previus page"
    349409msgstr "Vai alla prima pagina"
    350410
    351 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/frontend.php:95
     411#: frontend.php:95
    352412msgid "Go to next page"
    353413msgstr "Vai appa prossima pagina"
    354414
    355 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/frontend.php:97
     415#: frontend.php:97
    356416msgid "Go to last page"
    357417msgstr "Vai all'ultima pagina"
    358418
    359 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function.php:430
    360 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:69
    361 msgid "Month"
    362 msgstr "Mese"
    363 
    364 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function.php:431
    365 msgid "Week"
    366 msgstr "Settimana"
    367 
    368 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function.php:509
    369 msgid "{1} at {2} until {3} at {4}"
    370 msgstr "Dal {1} alle {2} fino al {3} alle {4}"
    371 
    372 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function.php:516
    373 msgid "{1} until {2}"
    374 msgstr "Dal {1} fino al {2}"
    375 
    376 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function.php:526
    377 msgid "{1}  {2} - {3}"
    378 msgstr "{1} dalle ore {2} alle ore {3} "
    379 
    380 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/call_function/calendar.php:20
     419#: call_function/calendar.php:20
    381420msgid "no title"
    382421msgstr "Nessun titolo"
    383422
    384 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/call_function/calendar.php:37
     423#: call_function/calendar.php:37
    385424msgid "This events have not date repeat"
    386425msgstr "Questo evento non ha date ripetitive"
    387426
    388 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/duplicatePost.php:8
     427#: function/duplicatePost.php:8
    389428msgid "No events to duplicate has been supplied!"
    390429msgstr "Non è stato trovato nessun evento da duplicare!"
    391430
    392 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/duplicatePost.php:91
     431#: function/duplicatePost.php:91
    393432msgid "Event creation failed, could not find original event:"
    394433msgstr ""
    395434"Creazione Evento fallito: non è stato possibile trovare l'evento originale:"
    396435
    397 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/duplicatePost.php:102
     436#: function/duplicatePost.php:102
    398437msgid "Duplicate Event"
    399438msgstr "Duplica evento"
    400439
    401 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/duplicatePost.php:102
     440#: function/duplicatePost.php:102
    402441msgid "Duplicate"
    403442msgstr "Duplica"
    404443
    405 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/shortcode.php:46
     444#: function/single_template.php:65
     445msgid "Types"
     446msgstr "Tipi"
     447
     448#: function/single_template.php:76
     449msgid "Category"
     450msgstr "Categoria di Evento"
     451
     452#: function/single_template.php:112
     453msgid "Show More"
     454msgstr "Visualizza altro"
     455
     456#: function/single_template.php:113
     457msgid "Show Less"
     458msgstr "Visualizza meno"
     459
     460#: function/single_template.php:126
     461msgid "More information"
     462msgstr "Più informazioni"
     463
     464#: function/widget.php:6
     465msgid "List of the next event"
     466msgstr "Lista del prossimi eventi"
     467
     468#: function/widget.php:7
     469msgid "Next Events"
     470msgstr "Prossimi Eventi"
     471
     472#: function/widget.php:37
     473msgid "List Events"
     474msgstr "Lista eventi"
     475
     476#: function/widget.php:56
     477msgid "Number"
     478msgstr "Numero"
     479
     480#: function/widget.php:59
     481msgid "View Date"
     482msgstr "Guarda le data"
     483
     484#: function/widget.php:62
     485msgid "No (only title)"
     486msgstr "No (solo titolo)"
     487
     488#: function/widget.php:65
     489msgid "Filter"
     490msgstr "Filtra"
     491
     492#: function/widget.php:85
     493msgid "List of type or category"
     494msgstr "Liste dei tipo o categoria"
     495
     496#: function/widget.php:86
     497msgid "List of event Categories or Types"
     498msgstr "Liste delle categorie di evento o tipi di evento"
     499
     500#: function/widget.php:114
     501msgid "Category or type"
     502msgstr "Categoria o tipo"
     503
     504#: function/widget.php:133
     505msgid "View Number"
     506msgstr "Visualizza n°"
     507
     508#: function/widget.php:139
     509msgid "View:"
     510msgstr "Visualizza"
     511
     512#: function/eventFB.php:32
     513msgid "No title"
     514msgstr "Nessun titolo"
     515
     516#: function/eventFB.php:72
     517msgid "This event was generated by"
     518msgstr "Questo evento è stato generato da"
     519
     520#: function/shortcode.php:91
    406521msgid "Invalid Shortcode"
    407522msgstr "Shortcode invalido"
    408523
    409 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/single_template.php:65
    410 msgid "Types"
    411 msgstr "Tipi"
    412 
    413 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/single_template.php:76
    414 msgid "Category"
    415 msgstr "Categoria di Evento"
    416 
    417 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/single_template.php:112
    418 msgid "Show More"
    419 msgstr "Visualizza altro"
    420 
    421 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/single_template.php:113
    422 msgid "Show Less"
    423 msgstr "Visualizza meno"
    424 
    425 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/single_template.php:126
    426 msgid "More information"
    427 msgstr "Più informazioni"
    428 
    429 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:6
    430 msgid "List of the next event"
    431 msgstr "Lista del prossimi eventi"
    432 
    433 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:7
    434 msgid "Next Events"
    435 msgstr "Prossimi Eventi"
    436 
    437 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:37
    438 msgid "List Events"
    439 msgstr "Lista eventi"
    440 
    441 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:56
    442 msgid "Number"
    443 msgstr "Numero"
    444 
    445 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:59
    446 msgid "View Date"
    447 msgstr "Guarda le data"
    448 
    449 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:62
    450 msgid "No (only title)"
    451 msgstr "No (solo titolo)"
    452 
    453 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:65
    454 msgid "Filter"
    455 msgstr "Filtra"
    456 
    457 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:85
    458 msgid "List of type or category"
    459 msgstr "Liste dei tipo o categoria"
    460 
    461 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:86
    462 msgid "List of event Categories or Types"
    463 msgstr "Liste delle categorie di evento o tipi di evento"
    464 
    465 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:114
    466 msgid "Category or type"
    467 msgstr "Categoria o tipo"
    468 
    469 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:133
    470 msgid "View Number"
    471 msgstr "Visualizza n°"
    472 
    473 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/widget.php:139
    474 msgid "View:"
    475 msgstr "Visualizza"
    476 
    477 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/eventFB.php:32
    478 msgid "No title"
    479 msgstr "Nessun titolo"
    480 
    481 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/function/eventFB.php:72
    482 msgid "This event was generated by"
    483 msgstr "Questo evento è stato generato da"
    484 
    485 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/location_events.php:15
     524#: meta_post/location_events.php:15
    486525msgid "Event Location"
    487526msgstr "Luogo Evento"
    488527
    489 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/location_events.php:53
     528#: meta_post/location_events.php:53
    490529msgid "City"
    491530msgstr "Città/Paese"
    492531
    493 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/location_events.php:58
     532#: meta_post/location_events.php:58
    494533msgid "Address"
    495534msgstr "Indirizzo"
    496535
    497 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:10
     536#: meta_post/images_events.php:10
    498537msgid "Gallery Images Event"
    499538msgstr "Galleria immagini Evento"
    500539
    501 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:26
     540#: meta_post/images_events.php:26
    502541msgid "Gallery"
    503542msgstr "Galleria"
    504543
    505 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:39
     544#: meta_post/images_events.php:39
    506545msgid ""
    507546"These settings enable you to manage the gallery of this event. Upload your "
     
    512551"riordinare e cancellare le immagini."
    513552
    514 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:65
    515 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:124
     553#: meta_post/images_events.php:65
     554#: meta_post/images_events.php:124
    516555msgid "Delete image"
    517556msgstr "Elimina Immagine"
    518557
    519 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:65
    520 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:124
     558#: meta_post/images_events.php:65
     559#: meta_post/images_events.php:124
    521560msgid "Delete"
    522561msgstr "Elimina"
    523562
    524 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:76
     563#: meta_post/images_events.php:76
    525564msgid "Add images"
    526565msgstr "Aggiungi  immagini"
    527566
    528 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:101
     567#: meta_post/images_events.php:101
    529568msgid "Add Images to Gallery"
    530569msgstr "Add immagini alla galleria"
    531570
    532 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/images_events.php:103
     571#: meta_post/images_events.php:103
    533572msgid "Add to gallery"
    534573msgstr "Aggiunti alla galleria"
    535574
    536 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:15
     575#: meta_post/data_events.php:15
    537576msgid "Event Data"
    538577msgstr "Dati dell'evento"
    539578
    540 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:242
     579#: meta_post/data_events.php:242
    541580msgid "Calendar"
    542581msgstr "Calendario"
    543582
    544 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:264
     583#: meta_post/data_events.php:264
    545584msgid "Details"
    546585msgstr "Dettagli"
    547586
    548 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:279
     587#: meta_post/data_events.php:279
    549588msgid "Begin"
    550589msgstr "Inizio"
    551590
    552 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:291
     591#: meta_post/data_events.php:291
    553592msgid "End"
    554593msgstr "Fine"
    555594
    556 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:312
     595#: meta_post/data_events.php:312
    557596msgid "Repeating event"
    558597msgstr "Evento ricorrente"
    559598
    560 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:315
     599#: meta_post/data_events.php:315
    561600msgid "View all dates"
    562601msgstr "Guarda tutte le date"
    563602
    564 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:325
     603#: meta_post/data_events.php:325
    565604msgid "Every year on the same day"
    566605msgstr "Ogni anno lo stesso giorno"
    567606
    568 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:333
     607#: meta_post/data_events.php:333
    569608msgid "OR"
    570609msgstr "oppure"
    571610
    572 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:344
     611#: meta_post/data_events.php:344
    573612msgid "Every"
    574613msgstr "Ogni"
    575614
    576 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:354
     615#: meta_post/data_events.php:354
    577616msgid "of mounth"
    578617msgstr "del/dei mese/i"
    579618
    580 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:363
     619#: meta_post/data_events.php:363
    581620msgid "All Month"
    582621msgstr "Tutti i mesi"
    583622
    584 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/data_events.php:379
     623#: meta_post/data_events.php:379
    585624msgid "Until"
    586625msgstr "Fino a"
    587626
    588 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/facebook_events.php:15
     627#: meta_post/facebook_events.php:15
    589628msgid "Link & Social"
    590629msgstr "Link & Social"
    591630
    592 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/facebook_events.php:75
     631#: meta_post/facebook_events.php:75
    593632msgid ""
    594633"Do you want to allow the plugin to create the event on FACEBOOK "
     
    597636"Vuoi permettere al plugin di creare l'evento su FACEBOOK automaticamente?"
    598637
    599 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/facebook_events.php:87
     638#: meta_post/facebook_events.php:87
    600639msgid "This event will be updated automatically on Facebook"
    601640msgstr "L'evento sarà aggiornato automaticamente su Facebook"
    602641
    603 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/facebook_events.php:102
     642#: meta_post/facebook_events.php:102
    604643msgid ""
    605644"If you would create the event on FACEBOOK automatically update your "
     
    609648"configurazione di Facebook"
    610649
    611 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/facebook_events.php:104
     650#: meta_post/facebook_events.php:104
    612651msgid "in this page."
    613652msgstr "in questa pagina."
    614653
    615 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/facebook_events.php:115
     654#: meta_post/facebook_events.php:115
    616655msgid "Link Event Facebook"
    617656msgstr "Link dell'evento su Facebook"
    618657
    619 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/facebook_events.php:124
     658#: meta_post/facebook_events.php:124
    620659msgid "Another Link"
    621660msgstr "Altro link all'evento"
    622661
    623 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/meta_post/facebook_events.php:236
     662#: meta_post/facebook_events.php:236
    624663msgid "I have create a new event"
    625664msgstr "Ho creato un nuovo evento"
    626665
    627 #: G:\Lavori\Siti\Personale\agendaSanthiatese\wp-content\plugins\eventissimo/pages/events-template-single_personal.php:24
     666#: pages/events-template-single_personal.php:24
    628667msgid "Tags:"
    629668msgstr "Tags:"
     669
     670#: apievent/get.php:86
     671msgid "Please, add type parameters, example ?type=rss"
     672msgstr "Si prega di aggiungere il tipo di parametro, esempio "
     673
     674#~ msgid "Terms"
     675#~ msgstr "Termini"
    630676
    631677#~ msgid "Your page Facebook"
Note: See TracChangeset for help on using the changeset viewer.