Plugin Directory

Changeset 614622

Timestamp:
10/19/2012 05:17:23 PM (12 years ago)
Author:
logikal16
Message:

Translated strings

Location:
custom-field-suite/branches/i18n/core/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-field-suite/branches/i18n/core/admin/meta_box_extras.php

    r601824 r614622  
    7373                <?php endforeach; ?>
    7474            </select>
    75             <p>Make sure that your Gravity Form and CFS <strong>field labels</strong> match exactly!</p>
     75            <p></p>
    7676
    7777            <?php else : ?>
    7878
    79             <div>Please install <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&c=ib&aff=198410" target="_blank">Gravity Forms</a> to use this feature.</div>
     79            <div></div>
    8080        <?php endif; ?>
    8181        </td>
  • custom-field-suite/branches/i18n/core/admin/page_tools.php

    r606792 r614622  
    7676    <div id="icon-edit" class="icon32"><br></div>
    7777    <h2 class="nav-tab-wrapper">
    78         <a class="nav-tab nav-tab-active" rel="export">Export</a>
    79         <a class="nav-tab" rel="import">Import</a>
    80         <a class="nav-tab" rel="sync">Synchronize</a>
    81         <a class="nav-tab" rel="debug">Debug Information</a>
     78        <a class="nav-tab nav-tab-active" rel="export"></a>
     79        <a class="nav-tab" rel="import"></a>
     80        <a class="nav-tab" rel="sync"></a>
     81        <a class="nav-tab" rel="debug"></a>
    8282    </h2>
    8383
     
    8787
    8888        <div class="tab-content export active">
    89             <h2>Which field groups would you like to export?</h2>
     89            <h2></h2>
    9090            <table>
    9191                <tr>
     
    116116
    117117        <div class="tab-content import">
    118             <h2>Paste the import code below. Existing field groups will be skipped.</h2>
     118            <h2></h2>
    119119            <table>
    120120                <tr>
     
    137137
    138138        <div class="tab-content sync">
    139             <h2>CFS will attempt to automatically import custom field values.</h2>
     139            <h2></h2>
    140140            <table>
    141141                <tr>
     
    162162
    163163        <div class="tab-content debug">
    164             <h2>Your site uses the following software:</h2>
     164            <h2></h2>
    165165<textarea style="width:600px; height:200px">
    166166WordPress <?php global $wp_version; echo $wp_version; ?>
Note: See TracChangeset for help on using the changeset viewer.