Plugin Directory

Changeset 2388215


Ignore:
Timestamp:
09/25/2020 10:33:17 AM (5 years ago)
Author:
goliver79
Message:

version 2.1

Location:
hello-i-am-here
Files:
11 edited
15 copied

Legend:

Unmodified
Added
Removed
  • hello-i-am-here/tags/2.1/README.txt

    r2386614 r2388215  
    4242== Changelog ==
    4343
     44= 2.1 =
     45* Translations
     46* Screenshots updated
     47* Donate button
     48
    4449= 2.0 =
    4550* Divi, Buddypress and others shortcode compatibility
  • hello-i-am-here/tags/2.1/admin/partials/hello-here-admin-main.php

    r2386614 r2388215  
    44        <div v-if="is_loading"><?php _e('Loading', 'hello-here'); ?></div>
    55        <div v-else>
     6            <div class="donate-button">
     7                <span class="donate-text">
     8                    <?php _e('Make a donation and help the development of the plugin', 'hello-here'); ?>
     9                </span>
     10                <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
     11                    <input type="hidden" name="cmd" value="_donations" />
     12                    <input type="hidden" name="business" value="UNKJT2YXBVPMU" />
     13                    <input type="hidden" name="currency_code" value="EUR" />
     14                    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
     15                    <img alt="" border="0" src="https://www.paypal.com/en_ES/i/scr/pixel.gif" width="1" height="1" />
     16                </form>
     17            </div>
    618            <div class="meetreunion-section">
    719                <button class="btn btn-sm btn-info" type="button" data-toggle="collapse" data-target="#instructions-text" aria-expanded="false" aria-controls="collapseExample">
  • hello-i-am-here/tags/2.1/hello-here.php

    r2386614 r2388215  
    44     * Plugin Name:     Hello I am here!
    55     * Description:     Create intsant meetings with your clients or potential clients.
    6      * Version:         2.0
     6     * Version:         2.1
    77     * Author:          [email protected]
    88     * Text Domain:     hello-here
     
    2121 * Rename this for your plugin and update it as you release new versions.
    2222 */
    23 define( 'HELLO_HERE_VERSION', '2.0' );
     23define( 'HELLO_HERE_VERSION', '2.1' );
    2424define ('HELLO_HERE_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ));
    2525define( 'HELLO_HERE_OPTIONS', 'hello_i_am_here_' );
  • hello-i-am-here/tags/2.1/languages/hello-here-ca.po

    r2386878 r2388215  
    22msgstr ""
    33"Language: ca\n"
    4 "POT-Creation-Date: 2020-09-21 11:54+0000\n"
     4"POT-Creation-Date: 2020-09-25 10:22+0000\n"
    55"Plural-Forms: nplurals=2; plural=n != 1;\n"
    6 "PO-Revision-Date: 2020-09-21 11:58+0000\n"
     6"PO-Revision-Date: 2020-09-25 10:22+0000\n"
    77"X-Generator: Loco https://localise.biz/\n"
    88"Project-Id-Version: Hello I am here!\n"
     
    5050
    5151#: admin/partials/hello-here-admin-main.php:8
     52msgid "Make a donation and help the development of the plugin"
     53msgstr "Fes una donació i ajuda al desenvolupament del plugin"
     54
     55#: admin/partials/hello-here-admin-main.php:20
    5256msgid "Instructions"
    5357msgstr "Instruccions"
    5458
    55 #: admin/partials/hello-here-admin-main.php:13
     59#: admin/partials/hello-here-admin-main.php:25
    5660msgid "Create a new Hello I am here! from this page"
    5761msgstr "Crea una nova reunió des d'aquesta pàgina"
    5862
    59 #: admin/partials/hello-here-admin-main.php:14
     63#: admin/partials/hello-here-admin-main.php:26
    6064msgid ""
    6165"Insert shortcode <code>[show-meet]</code> in any page. Or create a new page "
     
    6569"nova pàgina i inserta'l allí"
    6670
    67 #: admin/partials/hello-here-admin-main.php:15
     71#: admin/partials/hello-here-admin-main.php:27
    6872msgid "Send your client/student/friend/... the meeting code and the page url"
    6973msgstr ""
     
    7175"pàgina on està el shortcode anterior"
    7276
    73 #: admin/partials/hello-here-admin-main.php:16
     77#: admin/partials/hello-here-admin-main.php:28
    7478msgid "You and your client/studen/friend/... put the meeting code in the page"
    7579msgstr "Tú i el teu client/estudiant/amic/... poseu el codi a la pàgina"
    7680
    77 #: admin/partials/hello-here-admin-main.php:21
     81#: admin/partials/hello-here-admin-main.php:33
    7882msgid "Create new meeting"
    7983msgstr "Crear nova reunió"
    8084
    81 #: admin/partials/hello-here-admin-main.php:24
    82 #: admin/partials/hello-here-admin-main.php:55
     85#: admin/partials/hello-here-admin-main.php:36
     86#: admin/partials/hello-here-admin-main.php:67
    8387msgid "Title"
    8488msgstr "Títol"
    8589
    86 #: admin/partials/hello-here-admin-main.php:26
     90#: admin/partials/hello-here-admin-main.php:38
    8791msgid "Set meeting title (optional)."
    8892msgstr "Títol de la reunió (opcional)"
    8993
    90 #: admin/partials/hello-here-admin-main.php:29
    91 #: admin/partials/hello-here-admin-main.php:59
     94#: admin/partials/hello-here-admin-main.php:41
     95#: admin/partials/hello-here-admin-main.php:71
    9296msgid "Domain"
    9397msgstr "Domini"
    9498
    95 #: admin/partials/hello-here-admin-main.php:32
     99#: admin/partials/hello-here-admin-main.php:44
    96100msgid "If you are not using your own Jitsi servers, set it to "
    97101msgstr "Si no estàs utilitzant els teus propis servidors de Jitsi, utilitza "
    98102
    99 #: admin/partials/hello-here-admin-main.php:33
     103#: admin/partials/hello-here-admin-main.php:45
    100104msgid "Click to set"
    101105msgstr "Click per utilitzar"
    102106
    103 #: admin/partials/hello-here-admin-main.php:38
     107#: admin/partials/hello-here-admin-main.php:50
    104108msgid "Schedule it"
    105109msgstr "Programar"
    106110
    107 #: admin/partials/hello-here-admin-main.php:41
     111#: admin/partials/hello-here-admin-main.php:53
    108112msgid "Date/Time"
    109113msgstr "Data/Hora"
    110114
    111 #: admin/partials/hello-here-admin-main.php:43
     115#: admin/partials/hello-here-admin-main.php:55
    112116msgid "Select date and time."
    113117msgstr "Selecciona data i hora."
    114118
    115 #: admin/partials/hello-here-admin-main.php:46
     119#: admin/partials/hello-here-admin-main.php:58
    116120msgid "Create meet!"
    117121msgstr "Crear reunió!"
    118122
    119 #: admin/partials/hello-here-admin-main.php:51
     123#: admin/partials/hello-here-admin-main.php:63
    120124msgid "Created meetings"
    121125msgstr "Reunions creades"
    122126
    123 #: admin/partials/hello-here-admin-main.php:56
     127#: admin/partials/hello-here-admin-main.php:68
    124128#: public/partials/hello-here-show-meet.php:11
    125129msgid "Code"
    126130msgstr "Codi"
    127131
    128 #: admin/partials/hello-here-admin-main.php:57
     132#: admin/partials/hello-here-admin-main.php:69
    129133msgid "Scheduled Date"
    130134msgstr "Data programada"
    131135
    132 #: admin/partials/hello-here-admin-main.php:58
     136#: admin/partials/hello-here-admin-main.php:70
    133137msgid "Created at"
    134138msgstr "Creat el"
    135139
    136 #: admin/partials/hello-here-admin-main.php:66
     140#: admin/partials/hello-here-admin-main.php:78
    137141msgid "Delete"
    138142msgstr "Borrar"
  • hello-i-am-here/tags/2.1/languages/hello-here-en_US.po

    r2386878 r2388215  
    22msgstr ""
    33"Language: en_US\n"
    4 "POT-Creation-Date: 2020-09-21 11:54+0000\n"
     4"POT-Creation-Date: 2020-09-25 10:22+0000\n"
    55"Plural-Forms: nplurals=2; plural=n != 1;\n"
    6 "PO-Revision-Date: 2020-09-21 12:00+0000\n"
     6"PO-Revision-Date: 2020-09-25 10:23+0000\n"
    77"X-Generator: Loco https://localise.biz/\n"
    88"Project-Id-Version: Hello I am here!\n"
     
    5050
    5151#: admin/partials/hello-here-admin-main.php:8
     52msgid "Make a donation and help the development of the plugin"
     53msgstr "Make a donation and help the development of the plugin"
     54
     55#: admin/partials/hello-here-admin-main.php:20
    5256msgid "Instructions"
    5357msgstr "Instructions"
    5458
    55 #: admin/partials/hello-here-admin-main.php:13
     59#: admin/partials/hello-here-admin-main.php:25
    5660msgid "Create a new Hello I am here! from this page"
    5761msgstr "Create a new Hello I am here! from this page"
    5862
    59 #: admin/partials/hello-here-admin-main.php:14
     63#: admin/partials/hello-here-admin-main.php:26
    6064msgid ""
    6165"Insert shortcode <code>[show-meet]</code> in any page. Or create a new page "
     
    6569"and insert there."
    6670
    67 #: admin/partials/hello-here-admin-main.php:15
     71#: admin/partials/hello-here-admin-main.php:27
    6872msgid "Send your client/student/friend/... the meeting code and the page url"
    6973msgstr "Send your client/student/friend/... the meeting code and the page url"
    7074
    71 #: admin/partials/hello-here-admin-main.php:16
     75#: admin/partials/hello-here-admin-main.php:28
    7276msgid "You and your client/studen/friend/... put the meeting code in the page"
    7377msgstr "You and your client/studen/friend/... put the meeting code in the page"
    7478
    75 #: admin/partials/hello-here-admin-main.php:21
     79#: admin/partials/hello-here-admin-main.php:33
    7680msgid "Create new meeting"
    7781msgstr "Create new meeting"
    7882
    79 #: admin/partials/hello-here-admin-main.php:24
    80 #: admin/partials/hello-here-admin-main.php:55
     83#: admin/partials/hello-here-admin-main.php:36
     84#: admin/partials/hello-here-admin-main.php:67
    8185msgid "Title"
    8286msgstr "Title"
    8387
    84 #: admin/partials/hello-here-admin-main.php:26
     88#: admin/partials/hello-here-admin-main.php:38
    8589msgid "Set meeting title (optional)."
    8690msgstr "Set meeting title (optional)."
    8791
    88 #: admin/partials/hello-here-admin-main.php:29
    89 #: admin/partials/hello-here-admin-main.php:59
     92#: admin/partials/hello-here-admin-main.php:41
     93#: admin/partials/hello-here-admin-main.php:71
    9094msgid "Domain"
    9195msgstr "Domain"
    9296
    93 #: admin/partials/hello-here-admin-main.php:32
     97#: admin/partials/hello-here-admin-main.php:44
    9498msgid "If you are not using your own Jitsi servers, set it to "
    9599msgstr "If you are not using your own Jitsi servers, set it to "
    96100
    97 #: admin/partials/hello-here-admin-main.php:33
     101#: admin/partials/hello-here-admin-main.php:45
    98102msgid "Click to set"
    99103msgstr "Click to set"
    100104
    101 #: admin/partials/hello-here-admin-main.php:38
     105#: admin/partials/hello-here-admin-main.php:50
    102106msgid "Schedule it"
    103107msgstr "Schedule it"
    104108
    105 #: admin/partials/hello-here-admin-main.php:41
     109#: admin/partials/hello-here-admin-main.php:53
    106110msgid "Date/Time"
    107111msgstr "Date/Time"
    108112
    109 #: admin/partials/hello-here-admin-main.php:43
     113#: admin/partials/hello-here-admin-main.php:55
    110114msgid "Select date and time."
    111115msgstr "Select date and time."
    112116
    113 #: admin/partials/hello-here-admin-main.php:46
     117#: admin/partials/hello-here-admin-main.php:58
    114118msgid "Create meet!"
    115119msgstr "Create meet!"
    116120
    117 #: admin/partials/hello-here-admin-main.php:51
     121#: admin/partials/hello-here-admin-main.php:63
    118122msgid "Created meetings"
    119123msgstr "Created meetings"
    120124
    121 #: admin/partials/hello-here-admin-main.php:56
     125#: admin/partials/hello-here-admin-main.php:68
    122126#: public/partials/hello-here-show-meet.php:11
    123127msgid "Code"
    124128msgstr "Code"
    125129
    126 #: admin/partials/hello-here-admin-main.php:57
     130#: admin/partials/hello-here-admin-main.php:69
    127131msgid "Scheduled Date"
    128132msgstr "Scheduled Date"
    129133
    130 #: admin/partials/hello-here-admin-main.php:58
     134#: admin/partials/hello-here-admin-main.php:70
    131135msgid "Created at"
    132136msgstr "Created at"
    133137
    134 #: admin/partials/hello-here-admin-main.php:66
     138#: admin/partials/hello-here-admin-main.php:78
    135139msgid "Delete"
    136140msgstr "Delete"
  • hello-i-am-here/tags/2.1/languages/hello-here-es_ES.po

    r2386614 r2388215  
    22msgstr ""
    33"Language: es_ES\n"
    4 "POT-Creation-Date: 2020-09-21 11:54+0000\n"
     4"POT-Creation-Date: 2020-09-25 10:22+0000\n"
    55"Plural-Forms: nplurals=2; plural=n != 1;\n"
    6 "PO-Revision-Date: 2020-09-21 11:56+0000\n"
     6"PO-Revision-Date: 2020-09-25 10:22+0000\n"
    77"X-Generator: Loco https://localise.biz/\n"
    88"Project-Id-Version: Hello I am here!\n"
     
    5050
    5151#: admin/partials/hello-here-admin-main.php:8
     52msgid "Make a donation and help the development of the plugin"
     53msgstr "Haz una donación y ayuda al desarrollo del plugin"
     54
     55#: admin/partials/hello-here-admin-main.php:20
    5256msgid "Instructions"
    5357msgstr "Instrucciones"
    5458
    55 #: admin/partials/hello-here-admin-main.php:13
     59#: admin/partials/hello-here-admin-main.php:25
    5660msgid "Create a new Hello I am here! from this page"
    5761msgstr "Crea una nueva reunión desde esta página"
    5862
    59 #: admin/partials/hello-here-admin-main.php:14
     63#: admin/partials/hello-here-admin-main.php:26
    6064msgid ""
    6165"Insert shortcode <code>[show-meet]</code> in any page. Or create a new page "
     
    6569"página nueva e insértalo ahí"
    6670
    67 #: admin/partials/hello-here-admin-main.php:15
     71#: admin/partials/hello-here-admin-main.php:27
    6872msgid "Send your client/student/friend/... the meeting code and the page url"
    6973msgstr ""
     
    7175"de la página donde está el shortcode anterior"
    7276
    73 #: admin/partials/hello-here-admin-main.php:16
     77#: admin/partials/hello-here-admin-main.php:28
    7478msgid "You and your client/studen/friend/... put the meeting code in the page"
    7579msgstr "Tú y tu cliente/estudiante/amigo/... ponéis el código en la página"
    7680
    77 #: admin/partials/hello-here-admin-main.php:21
     81#: admin/partials/hello-here-admin-main.php:33
    7882msgid "Create new meeting"
    7983msgstr "Crear nueva reunión"
    8084
    81 #: admin/partials/hello-here-admin-main.php:24
    82 #: admin/partials/hello-here-admin-main.php:55
     85#: admin/partials/hello-here-admin-main.php:36
     86#: admin/partials/hello-here-admin-main.php:67
    8387msgid "Title"
    8488msgstr "Título"
    8589
    86 #: admin/partials/hello-here-admin-main.php:26
     90#: admin/partials/hello-here-admin-main.php:38
    8791msgid "Set meeting title (optional)."
    8892msgstr "Título de la reunión (opcional)."
    8993
    90 #: admin/partials/hello-here-admin-main.php:29
    91 #: admin/partials/hello-here-admin-main.php:59
     94#: admin/partials/hello-here-admin-main.php:41
     95#: admin/partials/hello-here-admin-main.php:71
    9296msgid "Domain"
    9397msgstr "Dominio"
    9498
    95 #: admin/partials/hello-here-admin-main.php:32
     99#: admin/partials/hello-here-admin-main.php:44
    96100msgid "If you are not using your own Jitsi servers, set it to "
    97101msgstr "Si no estás usando tus propios servidores Jitsi, déjalo en"
    98102
    99 #: admin/partials/hello-here-admin-main.php:33
     103#: admin/partials/hello-here-admin-main.php:45
    100104msgid "Click to set"
    101105msgstr "Click para usar"
    102106
    103 #: admin/partials/hello-here-admin-main.php:38
     107#: admin/partials/hello-here-admin-main.php:50
    104108msgid "Schedule it"
    105109msgstr "Programar"
    106110
    107 #: admin/partials/hello-here-admin-main.php:41
     111#: admin/partials/hello-here-admin-main.php:53
    108112msgid "Date/Time"
    109113msgstr "Fecha/Hora"
    110114
    111 #: admin/partials/hello-here-admin-main.php:43
     115#: admin/partials/hello-here-admin-main.php:55
    112116msgid "Select date and time."
    113117msgstr "Selecciona fecha y hora"
    114118
    115 #: admin/partials/hello-here-admin-main.php:46
     119#: admin/partials/hello-here-admin-main.php:58
    116120msgid "Create meet!"
    117121msgstr "Crear reunión!"
    118122
    119 #: admin/partials/hello-here-admin-main.php:51
     123#: admin/partials/hello-here-admin-main.php:63
    120124msgid "Created meetings"
    121125msgstr "Reuniones creadas"
    122126
    123 #: admin/partials/hello-here-admin-main.php:56
     127#: admin/partials/hello-here-admin-main.php:68
    124128#: public/partials/hello-here-show-meet.php:11
    125129msgid "Code"
    126130msgstr "Código"
    127131
    128 #: admin/partials/hello-here-admin-main.php:57
     132#: admin/partials/hello-here-admin-main.php:69
    129133msgid "Scheduled Date"
    130134msgstr "Fecha programada"
    131135
    132 #: admin/partials/hello-here-admin-main.php:58
     136#: admin/partials/hello-here-admin-main.php:70
    133137msgid "Created at"
    134138msgstr "Creado el"
    135139
    136 #: admin/partials/hello-here-admin-main.php:66
     140#: admin/partials/hello-here-admin-main.php:78
    137141msgid "Delete"
    138142msgstr "Borrar"
  • hello-i-am-here/tags/2.1/languages/hello-here.pot

    r2386614 r2388215  
    33msgstr ""
    44"Language: \n"
    5 "POT-Creation-Date: 2020-09-21 11:54+0000\n"
     5"POT-Creation-Date: 2020-09-25 10:22+0000\n"
    66"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     
    4141
    4242#: admin/partials/hello-here-admin-main.php:8
     43msgid "Make a donation and help the development of the plugin"
     44msgstr ""
     45
     46#: admin/partials/hello-here-admin-main.php:20
    4347msgid "Instructions"
    4448msgstr ""
    4549
    46 #: admin/partials/hello-here-admin-main.php:13
     50#: admin/partials/hello-here-admin-main.php:25
    4751msgid "Create a new Hello I am here! from this page"
    4852msgstr ""
    4953
    50 #: admin/partials/hello-here-admin-main.php:14
     54#: admin/partials/hello-here-admin-main.php:26
    5155msgid ""
    5256"Insert shortcode <code>[show-meet]</code> in any page. Or create a new page "
     
    5458msgstr ""
    5559
    56 #: admin/partials/hello-here-admin-main.php:15
     60#: admin/partials/hello-here-admin-main.php:27
    5761msgid "Send your client/student/friend/... the meeting code and the page url"
    5862msgstr ""
    5963
    60 #: admin/partials/hello-here-admin-main.php:16
     64#: admin/partials/hello-here-admin-main.php:28
    6165msgid "You and your client/studen/friend/... put the meeting code in the page"
    6266msgstr ""
    6367
    64 #: admin/partials/hello-here-admin-main.php:21
     68#: admin/partials/hello-here-admin-main.php:33
    6569msgid "Create new meeting"
    6670msgstr ""
    6771
    68 #: admin/partials/hello-here-admin-main.php:24
    69 #: admin/partials/hello-here-admin-main.php:55
     72#: admin/partials/hello-here-admin-main.php:36
     73#: admin/partials/hello-here-admin-main.php:67
    7074msgid "Title"
    7175msgstr ""
    7276
    73 #: admin/partials/hello-here-admin-main.php:26
     77#: admin/partials/hello-here-admin-main.php:38
    7478msgid "Set meeting title (optional)."
    7579msgstr ""
    7680
    77 #: admin/partials/hello-here-admin-main.php:29
    78 #: admin/partials/hello-here-admin-main.php:59
     81#: admin/partials/hello-here-admin-main.php:41
     82#: admin/partials/hello-here-admin-main.php:71
    7983msgid "Domain"
    8084msgstr ""
    8185
    82 #: admin/partials/hello-here-admin-main.php:32
     86#: admin/partials/hello-here-admin-main.php:44
    8387msgid "If you are not using your own Jitsi servers, set it to "
    8488msgstr ""
    8589
    86 #: admin/partials/hello-here-admin-main.php:33
     90#: admin/partials/hello-here-admin-main.php:45
    8791msgid "Click to set"
    8892msgstr ""
    8993
    90 #: admin/partials/hello-here-admin-main.php:38
     94#: admin/partials/hello-here-admin-main.php:50
    9195msgid "Schedule it"
    9296msgstr ""
    9397
    94 #: admin/partials/hello-here-admin-main.php:41
     98#: admin/partials/hello-here-admin-main.php:53
    9599msgid "Date/Time"
    96100msgstr ""
    97101
    98 #: admin/partials/hello-here-admin-main.php:43
     102#: admin/partials/hello-here-admin-main.php:55
    99103msgid "Select date and time."
    100104msgstr ""
    101105
    102 #: admin/partials/hello-here-admin-main.php:46
     106#: admin/partials/hello-here-admin-main.php:58
    103107msgid "Create meet!"
    104108msgstr ""
    105109
    106 #: admin/partials/hello-here-admin-main.php:51
     110#: admin/partials/hello-here-admin-main.php:63
    107111msgid "Created meetings"
    108112msgstr ""
    109113
    110 #: admin/partials/hello-here-admin-main.php:56
     114#: admin/partials/hello-here-admin-main.php:68
    111115#: public/partials/hello-here-show-meet.php:11
    112116msgid "Code"
    113117msgstr ""
    114118
    115 #: admin/partials/hello-here-admin-main.php:57
     119#: admin/partials/hello-here-admin-main.php:69
    116120msgid "Scheduled Date"
    117121msgstr ""
    118122
    119 #: admin/partials/hello-here-admin-main.php:58
     123#: admin/partials/hello-here-admin-main.php:70
    120124msgid "Created at"
    121125msgstr ""
    122126
    123 #: admin/partials/hello-here-admin-main.php:66
     127#: admin/partials/hello-here-admin-main.php:78
    124128msgid "Delete"
    125129msgstr ""
  • hello-i-am-here/trunk/README.txt

    r2386614 r2388215  
    4242== Changelog ==
    4343
     44= 2.1 =
     45* Translations
     46* Screenshots updated
     47* Donate button
     48
    4449= 2.0 =
    4550* Divi, Buddypress and others shortcode compatibility
  • hello-i-am-here/trunk/admin/partials/hello-here-admin-main.php

    r2386614 r2388215  
    44        <div v-if="is_loading"><?php _e('Loading', 'hello-here'); ?></div>
    55        <div v-else>
     6            <div class="donate-button">
     7                <span class="donate-text">
     8                    <?php _e('Make a donation and help the development of the plugin', 'hello-here'); ?>
     9                </span>
     10                <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
     11                    <input type="hidden" name="cmd" value="_donations" />
     12                    <input type="hidden" name="business" value="UNKJT2YXBVPMU" />
     13                    <input type="hidden" name="currency_code" value="EUR" />
     14                    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
     15                    <img alt="" border="0" src="https://www.paypal.com/en_ES/i/scr/pixel.gif" width="1" height="1" />
     16                </form>
     17            </div>
    618            <div class="meetreunion-section">
    719                <button class="btn btn-sm btn-info" type="button" data-toggle="collapse" data-target="#instructions-text" aria-expanded="false" aria-controls="collapseExample">
  • hello-i-am-here/trunk/hello-here.php

    r2386614 r2388215  
    44     * Plugin Name:     Hello I am here!
    55     * Description:     Create intsant meetings with your clients or potential clients.
    6      * Version:         2.0
     6     * Version:         2.1
    77     * Author:          [email protected]
    88     * Text Domain:     hello-here
     
    2121 * Rename this for your plugin and update it as you release new versions.
    2222 */
    23 define( 'HELLO_HERE_VERSION', '2.0' );
     23define( 'HELLO_HERE_VERSION', '2.1' );
    2424define ('HELLO_HERE_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ));
    2525define( 'HELLO_HERE_OPTIONS', 'hello_i_am_here_' );
  • hello-i-am-here/trunk/languages/hello-here-ca.po

    r2386878 r2388215  
    22msgstr ""
    33"Language: ca\n"
    4 "POT-Creation-Date: 2020-09-21 11:54+0000\n"
     4"POT-Creation-Date: 2020-09-25 10:22+0000\n"
    55"Plural-Forms: nplurals=2; plural=n != 1;\n"
    6 "PO-Revision-Date: 2020-09-21 11:58+0000\n"
     6"PO-Revision-Date: 2020-09-25 10:22+0000\n"
    77"X-Generator: Loco https://localise.biz/\n"
    88"Project-Id-Version: Hello I am here!\n"
     
    5050
    5151#: admin/partials/hello-here-admin-main.php:8
     52msgid "Make a donation and help the development of the plugin"
     53msgstr "Fes una donació i ajuda al desenvolupament del plugin"
     54
     55#: admin/partials/hello-here-admin-main.php:20
    5256msgid "Instructions"
    5357msgstr "Instruccions"
    5458
    55 #: admin/partials/hello-here-admin-main.php:13
     59#: admin/partials/hello-here-admin-main.php:25
    5660msgid "Create a new Hello I am here! from this page"
    5761msgstr "Crea una nova reunió des d'aquesta pàgina"
    5862
    59 #: admin/partials/hello-here-admin-main.php:14
     63#: admin/partials/hello-here-admin-main.php:26
    6064msgid ""
    6165"Insert shortcode <code>[show-meet]</code> in any page. Or create a new page "
     
    6569"nova pàgina i inserta'l allí"
    6670
    67 #: admin/partials/hello-here-admin-main.php:15
     71#: admin/partials/hello-here-admin-main.php:27
    6872msgid "Send your client/student/friend/... the meeting code and the page url"
    6973msgstr ""
     
    7175"pàgina on està el shortcode anterior"
    7276
    73 #: admin/partials/hello-here-admin-main.php:16
     77#: admin/partials/hello-here-admin-main.php:28
    7478msgid "You and your client/studen/friend/... put the meeting code in the page"
    7579msgstr "Tú i el teu client/estudiant/amic/... poseu el codi a la pàgina"
    7680
    77 #: admin/partials/hello-here-admin-main.php:21
     81#: admin/partials/hello-here-admin-main.php:33
    7882msgid "Create new meeting"
    7983msgstr "Crear nova reunió"
    8084
    81 #: admin/partials/hello-here-admin-main.php:24
    82 #: admin/partials/hello-here-admin-main.php:55
     85#: admin/partials/hello-here-admin-main.php:36
     86#: admin/partials/hello-here-admin-main.php:67
    8387msgid "Title"
    8488msgstr "Títol"
    8589
    86 #: admin/partials/hello-here-admin-main.php:26
     90#: admin/partials/hello-here-admin-main.php:38
    8791msgid "Set meeting title (optional)."
    8892msgstr "Títol de la reunió (opcional)"
    8993
    90 #: admin/partials/hello-here-admin-main.php:29
    91 #: admin/partials/hello-here-admin-main.php:59
     94#: admin/partials/hello-here-admin-main.php:41
     95#: admin/partials/hello-here-admin-main.php:71
    9296msgid "Domain"
    9397msgstr "Domini"
    9498
    95 #: admin/partials/hello-here-admin-main.php:32
     99#: admin/partials/hello-here-admin-main.php:44
    96100msgid "If you are not using your own Jitsi servers, set it to "
    97101msgstr "Si no estàs utilitzant els teus propis servidors de Jitsi, utilitza "
    98102
    99 #: admin/partials/hello-here-admin-main.php:33
     103#: admin/partials/hello-here-admin-main.php:45
    100104msgid "Click to set"
    101105msgstr "Click per utilitzar"
    102106
    103 #: admin/partials/hello-here-admin-main.php:38
     107#: admin/partials/hello-here-admin-main.php:50
    104108msgid "Schedule it"
    105109msgstr "Programar"
    106110
    107 #: admin/partials/hello-here-admin-main.php:41
     111#: admin/partials/hello-here-admin-main.php:53
    108112msgid "Date/Time"
    109113msgstr "Data/Hora"
    110114
    111 #: admin/partials/hello-here-admin-main.php:43
     115#: admin/partials/hello-here-admin-main.php:55
    112116msgid "Select date and time."
    113117msgstr "Selecciona data i hora."
    114118
    115 #: admin/partials/hello-here-admin-main.php:46
     119#: admin/partials/hello-here-admin-main.php:58
    116120msgid "Create meet!"
    117121msgstr "Crear reunió!"
    118122
    119 #: admin/partials/hello-here-admin-main.php:51
     123#: admin/partials/hello-here-admin-main.php:63
    120124msgid "Created meetings"
    121125msgstr "Reunions creades"
    122126
    123 #: admin/partials/hello-here-admin-main.php:56
     127#: admin/partials/hello-here-admin-main.php:68
    124128#: public/partials/hello-here-show-meet.php:11
    125129msgid "Code"
    126130msgstr "Codi"
    127131
    128 #: admin/partials/hello-here-admin-main.php:57
     132#: admin/partials/hello-here-admin-main.php:69
    129133msgid "Scheduled Date"
    130134msgstr "Data programada"
    131135
    132 #: admin/partials/hello-here-admin-main.php:58
     136#: admin/partials/hello-here-admin-main.php:70
    133137msgid "Created at"
    134138msgstr "Creat el"
    135139
    136 #: admin/partials/hello-here-admin-main.php:66
     140#: admin/partials/hello-here-admin-main.php:78
    137141msgid "Delete"
    138142msgstr "Borrar"
  • hello-i-am-here/trunk/languages/hello-here-en_US.po

    r2386878 r2388215  
    22msgstr ""
    33"Language: en_US\n"
    4 "POT-Creation-Date: 2020-09-21 11:54+0000\n"
     4"POT-Creation-Date: 2020-09-25 10:22+0000\n"
    55"Plural-Forms: nplurals=2; plural=n != 1;\n"
    6 "PO-Revision-Date: 2020-09-21 12:00+0000\n"
     6"PO-Revision-Date: 2020-09-25 10:23+0000\n"
    77"X-Generator: Loco https://localise.biz/\n"
    88"Project-Id-Version: Hello I am here!\n"
     
    5050
    5151#: admin/partials/hello-here-admin-main.php:8
     52msgid "Make a donation and help the development of the plugin"
     53msgstr "Make a donation and help the development of the plugin"
     54
     55#: admin/partials/hello-here-admin-main.php:20
    5256msgid "Instructions"
    5357msgstr "Instructions"
    5458
    55 #: admin/partials/hello-here-admin-main.php:13
     59#: admin/partials/hello-here-admin-main.php:25
    5660msgid "Create a new Hello I am here! from this page"
    5761msgstr "Create a new Hello I am here! from this page"
    5862
    59 #: admin/partials/hello-here-admin-main.php:14
     63#: admin/partials/hello-here-admin-main.php:26
    6064msgid ""
    6165"Insert shortcode <code>[show-meet]</code> in any page. Or create a new page "
     
    6569"and insert there."
    6670
    67 #: admin/partials/hello-here-admin-main.php:15
     71#: admin/partials/hello-here-admin-main.php:27
    6872msgid "Send your client/student/friend/... the meeting code and the page url"
    6973msgstr "Send your client/student/friend/... the meeting code and the page url"
    7074
    71 #: admin/partials/hello-here-admin-main.php:16
     75#: admin/partials/hello-here-admin-main.php:28
    7276msgid "You and your client/studen/friend/... put the meeting code in the page"
    7377msgstr "You and your client/studen/friend/... put the meeting code in the page"
    7478
    75 #: admin/partials/hello-here-admin-main.php:21
     79#: admin/partials/hello-here-admin-main.php:33
    7680msgid "Create new meeting"
    7781msgstr "Create new meeting"
    7882
    79 #: admin/partials/hello-here-admin-main.php:24
    80 #: admin/partials/hello-here-admin-main.php:55
     83#: admin/partials/hello-here-admin-main.php:36
     84#: admin/partials/hello-here-admin-main.php:67
    8185msgid "Title"
    8286msgstr "Title"
    8387
    84 #: admin/partials/hello-here-admin-main.php:26
     88#: admin/partials/hello-here-admin-main.php:38
    8589msgid "Set meeting title (optional)."
    8690msgstr "Set meeting title (optional)."
    8791
    88 #: admin/partials/hello-here-admin-main.php:29
    89 #: admin/partials/hello-here-admin-main.php:59
     92#: admin/partials/hello-here-admin-main.php:41
     93#: admin/partials/hello-here-admin-main.php:71
    9094msgid "Domain"
    9195msgstr "Domain"
    9296
    93 #: admin/partials/hello-here-admin-main.php:32
     97#: admin/partials/hello-here-admin-main.php:44
    9498msgid "If you are not using your own Jitsi servers, set it to "
    9599msgstr "If you are not using your own Jitsi servers, set it to "
    96100
    97 #: admin/partials/hello-here-admin-main.php:33
     101#: admin/partials/hello-here-admin-main.php:45
    98102msgid "Click to set"
    99103msgstr "Click to set"
    100104
    101 #: admin/partials/hello-here-admin-main.php:38
     105#: admin/partials/hello-here-admin-main.php:50
    102106msgid "Schedule it"
    103107msgstr "Schedule it"
    104108
    105 #: admin/partials/hello-here-admin-main.php:41
     109#: admin/partials/hello-here-admin-main.php:53
    106110msgid "Date/Time"
    107111msgstr "Date/Time"
    108112
    109 #: admin/partials/hello-here-admin-main.php:43
     113#: admin/partials/hello-here-admin-main.php:55
    110114msgid "Select date and time."
    111115msgstr "Select date and time."
    112116
    113 #: admin/partials/hello-here-admin-main.php:46
     117#: admin/partials/hello-here-admin-main.php:58
    114118msgid "Create meet!"
    115119msgstr "Create meet!"
    116120
    117 #: admin/partials/hello-here-admin-main.php:51
     121#: admin/partials/hello-here-admin-main.php:63
    118122msgid "Created meetings"
    119123msgstr "Created meetings"
    120124
    121 #: admin/partials/hello-here-admin-main.php:56
     125#: admin/partials/hello-here-admin-main.php:68
    122126#: public/partials/hello-here-show-meet.php:11
    123127msgid "Code"
    124128msgstr "Code"
    125129
    126 #: admin/partials/hello-here-admin-main.php:57
     130#: admin/partials/hello-here-admin-main.php:69
    127131msgid "Scheduled Date"
    128132msgstr "Scheduled Date"
    129133
    130 #: admin/partials/hello-here-admin-main.php:58
     134#: admin/partials/hello-here-admin-main.php:70
    131135msgid "Created at"
    132136msgstr "Created at"
    133137
    134 #: admin/partials/hello-here-admin-main.php:66
     138#: admin/partials/hello-here-admin-main.php:78
    135139msgid "Delete"
    136140msgstr "Delete"
  • hello-i-am-here/trunk/languages/hello-here-es_ES.po

    r2386614 r2388215  
    22msgstr ""
    33"Language: es_ES\n"
    4 "POT-Creation-Date: 2020-09-21 11:54+0000\n"
     4"POT-Creation-Date: 2020-09-25 10:22+0000\n"
    55"Plural-Forms: nplurals=2; plural=n != 1;\n"
    6 "PO-Revision-Date: 2020-09-21 11:56+0000\n"
     6"PO-Revision-Date: 2020-09-25 10:22+0000\n"
    77"X-Generator: Loco https://localise.biz/\n"
    88"Project-Id-Version: Hello I am here!\n"
     
    5050
    5151#: admin/partials/hello-here-admin-main.php:8
     52msgid "Make a donation and help the development of the plugin"
     53msgstr "Haz una donación y ayuda al desarrollo del plugin"
     54
     55#: admin/partials/hello-here-admin-main.php:20
    5256msgid "Instructions"
    5357msgstr "Instrucciones"
    5458
    55 #: admin/partials/hello-here-admin-main.php:13
     59#: admin/partials/hello-here-admin-main.php:25
    5660msgid "Create a new Hello I am here! from this page"
    5761msgstr "Crea una nueva reunión desde esta página"
    5862
    59 #: admin/partials/hello-here-admin-main.php:14
     63#: admin/partials/hello-here-admin-main.php:26
    6064msgid ""
    6165"Insert shortcode <code>[show-meet]</code> in any page. Or create a new page "
     
    6569"página nueva e insértalo ahí"
    6670
    67 #: admin/partials/hello-here-admin-main.php:15
     71#: admin/partials/hello-here-admin-main.php:27
    6872msgid "Send your client/student/friend/... the meeting code and the page url"
    6973msgstr ""
     
    7175"de la página donde está el shortcode anterior"
    7276
    73 #: admin/partials/hello-here-admin-main.php:16
     77#: admin/partials/hello-here-admin-main.php:28
    7478msgid "You and your client/studen/friend/... put the meeting code in the page"
    7579msgstr "Tú y tu cliente/estudiante/amigo/... ponéis el código en la página"
    7680
    77 #: admin/partials/hello-here-admin-main.php:21
     81#: admin/partials/hello-here-admin-main.php:33
    7882msgid "Create new meeting"
    7983msgstr "Crear nueva reunión"
    8084
    81 #: admin/partials/hello-here-admin-main.php:24
    82 #: admin/partials/hello-here-admin-main.php:55
     85#: admin/partials/hello-here-admin-main.php:36
     86#: admin/partials/hello-here-admin-main.php:67
    8387msgid "Title"
    8488msgstr "Título"
    8589
    86 #: admin/partials/hello-here-admin-main.php:26
     90#: admin/partials/hello-here-admin-main.php:38
    8791msgid "Set meeting title (optional)."
    8892msgstr "Título de la reunión (opcional)."
    8993
    90 #: admin/partials/hello-here-admin-main.php:29
    91 #: admin/partials/hello-here-admin-main.php:59
     94#: admin/partials/hello-here-admin-main.php:41
     95#: admin/partials/hello-here-admin-main.php:71
    9296msgid "Domain"
    9397msgstr "Dominio"
    9498
    95 #: admin/partials/hello-here-admin-main.php:32
     99#: admin/partials/hello-here-admin-main.php:44
    96100msgid "If you are not using your own Jitsi servers, set it to "
    97101msgstr "Si no estás usando tus propios servidores Jitsi, déjalo en"
    98102
    99 #: admin/partials/hello-here-admin-main.php:33
     103#: admin/partials/hello-here-admin-main.php:45
    100104msgid "Click to set"
    101105msgstr "Click para usar"
    102106
    103 #: admin/partials/hello-here-admin-main.php:38
     107#: admin/partials/hello-here-admin-main.php:50
    104108msgid "Schedule it"
    105109msgstr "Programar"
    106110
    107 #: admin/partials/hello-here-admin-main.php:41
     111#: admin/partials/hello-here-admin-main.php:53
    108112msgid "Date/Time"
    109113msgstr "Fecha/Hora"
    110114
    111 #: admin/partials/hello-here-admin-main.php:43
     115#: admin/partials/hello-here-admin-main.php:55
    112116msgid "Select date and time."
    113117msgstr "Selecciona fecha y hora"
    114118
    115 #: admin/partials/hello-here-admin-main.php:46
     119#: admin/partials/hello-here-admin-main.php:58
    116120msgid "Create meet!"
    117121msgstr "Crear reunión!"
    118122
    119 #: admin/partials/hello-here-admin-main.php:51
     123#: admin/partials/hello-here-admin-main.php:63
    120124msgid "Created meetings"
    121125msgstr "Reuniones creadas"
    122126
    123 #: admin/partials/hello-here-admin-main.php:56
     127#: admin/partials/hello-here-admin-main.php:68
    124128#: public/partials/hello-here-show-meet.php:11
    125129msgid "Code"
    126130msgstr "Código"
    127131
    128 #: admin/partials/hello-here-admin-main.php:57
     132#: admin/partials/hello-here-admin-main.php:69
    129133msgid "Scheduled Date"
    130134msgstr "Fecha programada"
    131135
    132 #: admin/partials/hello-here-admin-main.php:58
     136#: admin/partials/hello-here-admin-main.php:70
    133137msgid "Created at"
    134138msgstr "Creado el"
    135139
    136 #: admin/partials/hello-here-admin-main.php:66
     140#: admin/partials/hello-here-admin-main.php:78
    137141msgid "Delete"
    138142msgstr "Borrar"
  • hello-i-am-here/trunk/languages/hello-here.pot

    r2386614 r2388215  
    33msgstr ""
    44"Language: \n"
    5 "POT-Creation-Date: 2020-09-21 11:54+0000\n"
     5"POT-Creation-Date: 2020-09-25 10:22+0000\n"
    66"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     
    4141
    4242#: admin/partials/hello-here-admin-main.php:8
     43msgid "Make a donation and help the development of the plugin"
     44msgstr ""
     45
     46#: admin/partials/hello-here-admin-main.php:20
    4347msgid "Instructions"
    4448msgstr ""
    4549
    46 #: admin/partials/hello-here-admin-main.php:13
     50#: admin/partials/hello-here-admin-main.php:25
    4751msgid "Create a new Hello I am here! from this page"
    4852msgstr ""
    4953
    50 #: admin/partials/hello-here-admin-main.php:14
     54#: admin/partials/hello-here-admin-main.php:26
    5155msgid ""
    5256"Insert shortcode <code>[show-meet]</code> in any page. Or create a new page "
     
    5458msgstr ""
    5559
    56 #: admin/partials/hello-here-admin-main.php:15
     60#: admin/partials/hello-here-admin-main.php:27
    5761msgid "Send your client/student/friend/... the meeting code and the page url"
    5862msgstr ""
    5963
    60 #: admin/partials/hello-here-admin-main.php:16
     64#: admin/partials/hello-here-admin-main.php:28
    6165msgid "You and your client/studen/friend/... put the meeting code in the page"
    6266msgstr ""
    6367
    64 #: admin/partials/hello-here-admin-main.php:21
     68#: admin/partials/hello-here-admin-main.php:33
    6569msgid "Create new meeting"
    6670msgstr ""
    6771
    68 #: admin/partials/hello-here-admin-main.php:24
    69 #: admin/partials/hello-here-admin-main.php:55
     72#: admin/partials/hello-here-admin-main.php:36
     73#: admin/partials/hello-here-admin-main.php:67
    7074msgid "Title"
    7175msgstr ""
    7276
    73 #: admin/partials/hello-here-admin-main.php:26
     77#: admin/partials/hello-here-admin-main.php:38
    7478msgid "Set meeting title (optional)."
    7579msgstr ""
    7680
    77 #: admin/partials/hello-here-admin-main.php:29
    78 #: admin/partials/hello-here-admin-main.php:59
     81#: admin/partials/hello-here-admin-main.php:41
     82#: admin/partials/hello-here-admin-main.php:71
    7983msgid "Domain"
    8084msgstr ""
    8185
    82 #: admin/partials/hello-here-admin-main.php:32
     86#: admin/partials/hello-here-admin-main.php:44
    8387msgid "If you are not using your own Jitsi servers, set it to "
    8488msgstr ""
    8589
    86 #: admin/partials/hello-here-admin-main.php:33
     90#: admin/partials/hello-here-admin-main.php:45
    8791msgid "Click to set"
    8892msgstr ""
    8993
    90 #: admin/partials/hello-here-admin-main.php:38
     94#: admin/partials/hello-here-admin-main.php:50
    9195msgid "Schedule it"
    9296msgstr ""
    9397
    94 #: admin/partials/hello-here-admin-main.php:41
     98#: admin/partials/hello-here-admin-main.php:53
    9599msgid "Date/Time"
    96100msgstr ""
    97101
    98 #: admin/partials/hello-here-admin-main.php:43
     102#: admin/partials/hello-here-admin-main.php:55
    99103msgid "Select date and time."
    100104msgstr ""
    101105
    102 #: admin/partials/hello-here-admin-main.php:46
     106#: admin/partials/hello-here-admin-main.php:58
    103107msgid "Create meet!"
    104108msgstr ""
    105109
    106 #: admin/partials/hello-here-admin-main.php:51
     110#: admin/partials/hello-here-admin-main.php:63
    107111msgid "Created meetings"
    108112msgstr ""
    109113
    110 #: admin/partials/hello-here-admin-main.php:56
     114#: admin/partials/hello-here-admin-main.php:68
    111115#: public/partials/hello-here-show-meet.php:11
    112116msgid "Code"
    113117msgstr ""
    114118
    115 #: admin/partials/hello-here-admin-main.php:57
     119#: admin/partials/hello-here-admin-main.php:69
    116120msgid "Scheduled Date"
    117121msgstr ""
    118122
    119 #: admin/partials/hello-here-admin-main.php:58
     123#: admin/partials/hello-here-admin-main.php:70
    120124msgid "Created at"
    121125msgstr ""
    122126
    123 #: admin/partials/hello-here-admin-main.php:66
     127#: admin/partials/hello-here-admin-main.php:78
    124128msgid "Delete"
    125129msgstr ""
Note: See TracChangeset for help on using the changeset viewer.