Plugin Directory

Changeset 2248742


Ignore:
Timestamp:
02/22/2020 01:55:03 PM (6 years ago)
Author:
get3code
Message:

Add translation files

Location:
password-for-wp/trunk
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • password-for-wp/trunk/get3-password-wp.php

    r2248103 r2248742  
    66        Author URI: https://get3code.com
    77        License: GPL2
    8         Version: 1.0
     8        Version: 1.1
     9        Text Domain: password-for-wp
     10        Domain Path: /languages
    911    */
    1012
     
    196198    }
    197199
     200    function get3_password_translation() {
     201      load_plugin_textdomain( 'password-for-wp', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
     202      }
     203    add_action( 'plugins_loaded', 'get3_password_translation' );
    198204
    199205?>
  • password-for-wp/trunk/parts/get3-login.php

    r2248063 r2248742  
    3232<body style="background-color:<?php echo get_option('g3_color_text'); ?>;">
    3333    <div id="get3_login_page">
    34         <div class="welcome"> 
     34        <div class="welcome">
    3535        <form method="post" action="">
    3636                <div class="row">
    37                     <p class="logo"><?php echo __('Password protected. ','password-for-wp'); ?><span class="lh-beta"><?php echo __('You must log in.','password-for-wp'); ?></span></p>
     37                    <p class="logo"><?php echo __('Password protected. ','password-for-wp'); ?> <span class="lh-beta"><?php echo __('You must log in.','password-for-wp'); ?></span></p>
    3838                </div>
    3939                <div class="row inp">
     
    4848                    <h3><?php echo get_option('g3_text2'); ?></h3>
    4949                </div>
    50         </form>     
     50        </form>
    5151        </div>
    5252    </div>
  • password-for-wp/trunk/readme.txt

    r2248128 r2248742  
    22Contributors: get3code
    33Donate link: http://get3code.com/
    4 Tags: password wp, passwords, page password, post password security, hasło
     4Tags: password, passwords, pass, haslo, hasło, restricted
    55Requires at least: 4.9
    66Tested up to: 5.3.2
     
    2525Add plugin to WordPress repository
    2626
     27### 1.1
     28Add translation: Polish, German, French.
     29
    2730= Changelog =
    2831
Note: See TracChangeset for help on using the changeset viewer.