Plugin Directory

Changeset 1381769


Ignore:
Timestamp:
03/30/2016 06:59:25 AM (10 years ago)
Author:
Jebble
Message:

Finished preparation for i18n localization

Location:
gf-uploads-as-attachments/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • gf-uploads-as-attachments/trunk/gforms-uploads-as-attachments.php

    r1324137 r1381769  
    44Plugin URI: https://github.com/Jebble/Gravity-Forms-Uploads-as-Attachments
    55Description: Adds an option to send files from the fileupload field(s) as attachment with notifications
    6 Version: 1.0.1
     6Version: 1.1.0
    77Author: Jebble
    88Author URI: http://jebble.nl/
    9 Text Domain: jbl_gfuaa
     9Text Domain: jbl-gfuaa
    1010*/
    1111
     
    4343            <th colspan=2>
    4444                <hr>
    45                 <strong>Uploads as Attachments settings: </strong>
     45                <strong>' . __( 'Uploads as Attachments settings', 'jbl-gfuaa' ) . ': </strong>
    4646            </th>
    4747        </tr>
    4848        <tr valign="top">
    4949            <th scope="row">
    50                 <label for="jbl_gfuaa_enable">' . __( 'Enable', 'jbl_gfuaa' ) . '</label>
     50                <label for="jbl_gfuaa_enable">' . __( 'Enable', 'jbl-gfuaa' ) . '</label>
    5151            </th>
    5252            <td>
    5353                <input type="checkbox" id="jbl_gfuaa_enable" name="jbl_gfuaa_enable" value="1"' . $checked_enable . '>
    54                 <label for="jbl_gfuaa_enable" class="inline">' . __( 'Add fileupload fields from this form as attachments to this notification', 'jbl_gfuaa' ) . '</label>
     54                <label for="jbl_gfuaa_enable" class="inline">' . __( 'Add fileupload fields from this form as attachments to this notification', 'jbl-gfuaa' ) . '</label>
    5555                <br>
    5656            </td>
     
    5858        <tr valign="top">
    5959            <th scope="row">
    60                 <label for="jbl_gfuaa_delete_files_after">' . __( 'Delete files', 'jbl_gfuaa' ) . '</label>
     60                <label for="jbl_gfuaa_delete_files_after">' . __( 'Delete files', 'jbl-gfuaa' ) . '</label>
    6161            </th>
    6262            <td>
    6363                <input type="checkbox" id="jbl_gfuaa_delete_files_after" name="jbl_gfuaa_delete_files_after" value="1"' . $checked_delete_files_after . '>
    64                 <label for="jbl_gfuaa_delete_files_after" class="inline">' . __( 'Delete uploaded files from server after notification sent?', 'jbl_gfuaa' ) . '</label>
     64                <label for="jbl_gfuaa_delete_files_after" class="inline">' . __( 'Delete uploaded files from server after notification sent?', 'jbl-gfuaa' ) . '</label>
    6565                <br>
    6666            </td>
  • gf-uploads-as-attachments/trunk/readme.txt

    r1324137 r1381769  
    4040
    4141== Changelog ==
     42#####1.1.0
     43- Corrected preparation for i18n localization.
    4244
    4345#####1.0.1
Note: See TracChangeset for help on using the changeset viewer.