Version Description
- Add: Persian Language in Language Folder
- Add: Setting link and Try Pro link in plugins list dashboard
- Updated review link
Download this release
Release Info
Developer | weblizar |
Plugin | Admin Custom Login |
Version | 2.7.2 |
Comparing to | |
See all releases |
Code changes from version 2.7.1 to 2.7.2
- admin-custom-login.php +12 -1
- includes/content.php +1 -1
- includes/help/help.php +2 -2
- init.php +0 -1
- languages/admin-custom-login-fa_IR.mo +0 -0
- languages/admin-custom-login-fa_IR.po +1050 -0
- readme.txt +6 -1
admin-custom-login.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Admin Custom Login
|
4 |
-
* Version: 2.7.
|
5 |
* Description: Customize Your WordPress Login Screen Amazingly
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://weblizar.com/plugins/
|
@@ -44,5 +44,16 @@ function ACL_WeblizarDoInstallation() {
|
|
44 |
require_once('installation.php');
|
45 |
}
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
require_once( WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE . '/init.php' );
|
48 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Admin Custom Login
|
4 |
+
* Version: 2.7.2
|
5 |
* Description: Customize Your WordPress Login Screen Amazingly
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://weblizar.com/plugins/
|
44 |
require_once('installation.php');
|
45 |
}
|
46 |
|
47 |
+
// Add settings link on plugin page
|
48 |
+
function acl_links($links) {
|
49 |
+
$acl_pro_link = '<a href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank">Try Pro</a>';
|
50 |
+
array_unshift($links, $acl_pro_link);
|
51 |
+
$acl_settings_link = '<a href="admin.php?page=admin_custom_login">Settings</a>';
|
52 |
+
array_unshift($links, $acl_settings_link);
|
53 |
+
return $links;
|
54 |
+
}
|
55 |
+
$acl_plugin_name = plugin_basename(__FILE__);
|
56 |
+
add_filter("plugin_action_links_$acl_plugin_name", 'acl_links' );
|
57 |
+
|
58 |
require_once( WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE . '/init.php' );
|
59 |
?>
|
includes/content.php
CHANGED
@@ -61,7 +61,7 @@ Fonts
|
|
61 |
</span>
|
62 |
|
63 |
<h5 style="color:#fff" class="acl-rate"><?php _e('Show Us Some Love (Rate Us)', WEBLIZAR_ACL); ?></h5>
|
64 |
-
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login
|
65 |
<span class="dashicons dashicons-star-filled"></span>
|
66 |
<span class="dashicons dashicons-star-filled"></span>
|
67 |
<span class="dashicons dashicons-star-filled"></span>
|
61 |
</span>
|
62 |
|
63 |
<h5 style="color:#fff" class="acl-rate"><?php _e('Show Us Some Love (Rate Us)', WEBLIZAR_ACL); ?></h5>
|
64 |
+
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login/#reviews" target="_blank">
|
65 |
<span class="dashicons dashicons-star-filled"></span>
|
66 |
<span class="dashicons dashicons-star-filled"></span>
|
67 |
<span class="dashicons dashicons-star-filled"></span>
|
includes/help/help.php
CHANGED
@@ -42,7 +42,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
42 |
<td>
|
43 |
|
44 |
<h4><?php _e('If you are enjoying using our Admin Custom Login plugin and find it useful, then please consider writing a positive feedback. Your feedback will help us to encourage and support the plugins continued development and better user support.', WEBLIZAR_ACL)?></h4>
|
45 |
-
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login
|
46 |
<span class="dashicons dashicons-star-filled"></span>
|
47 |
<span class="dashicons dashicons-star-filled"></span>
|
48 |
<span class="dashicons dashicons-star-filled"></span>
|
@@ -84,7 +84,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
84 |
<td>
|
85 |
<h4><?php _e('Translate this plugin into your language', WEBLIZAR_ACL)?> </h4>
|
86 |
<h4><?php _e('Question : How to convert Plguin into My Language?', WEBLIZAR_ACL)?> </h4>
|
87 |
-
<a href="https://translate.wordpress.org/projects/wp-plugins/admin-custom-login/" target="_new" type="button" class="btn btn-info btn-lg" style="color:#fff"><?php _e('
|
88 |
</td>
|
89 |
</tr>
|
90 |
</table>
|
42 |
<td>
|
43 |
|
44 |
<h4><?php _e('If you are enjoying using our Admin Custom Login plugin and find it useful, then please consider writing a positive feedback. Your feedback will help us to encourage and support the plugins continued development and better user support.', WEBLIZAR_ACL)?></h4>
|
45 |
+
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login/#reviews" target="_blank">
|
46 |
<span class="dashicons dashicons-star-filled"></span>
|
47 |
<span class="dashicons dashicons-star-filled"></span>
|
48 |
<span class="dashicons dashicons-star-filled"></span>
|
84 |
<td>
|
85 |
<h4><?php _e('Translate this plugin into your language', WEBLIZAR_ACL)?> </h4>
|
86 |
<h4><?php _e('Question : How to convert Plguin into My Language?', WEBLIZAR_ACL)?> </h4>
|
87 |
+
<a href="https://translate.wordpress.org/projects/wp-plugins/admin-custom-login/" target="_new" type="button" class="btn btn-info btn-lg" style="color:#fff"><?php _e('Here is solution','')?></a>
|
88 |
</td>
|
89 |
</tr>
|
90 |
</table>
|
init.php
CHANGED
@@ -48,7 +48,6 @@ function ACL_GetReadyTranslation() {
|
|
48 |
load_plugin_textdomain(WEBLIZAR_ACL, FALSE, dirname( plugin_basename(__FILE__)).'/languages/' );
|
49 |
}
|
50 |
|
51 |
-
|
52 |
/**
|
53 |
* Admin Custom Login menu
|
54 |
*/
|
48 |
load_plugin_textdomain(WEBLIZAR_ACL, FALSE, dirname( plugin_basename(__FILE__)).'/languages/' );
|
49 |
}
|
50 |
|
|
|
51 |
/**
|
52 |
* Admin Custom Login menu
|
53 |
*/
|
languages/admin-custom-login-fa_IR.mo
ADDED
Binary file
|
languages/admin-custom-login-fa_IR.po
ADDED
@@ -0,0 +1,1050 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Admin Custom Login - Development (trunk) in Persian
|
2 |
+
# This file is distributed under the same license as the Plugins - Admin Custom Login - Development (trunk) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-08-23 13:24+0530\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
10 |
+
"X-Generator: Poedit 2.1.1\n"
|
11 |
+
"Language: fa\n"
|
12 |
+
"Project-Id-Version: Plugins - Admin Custom Login - Development (trunk)\n"
|
13 |
+
"POT-Creation-Date: \n"
|
14 |
+
"Last-Translator: \n"
|
15 |
+
"Language-Team: \n"
|
16 |
+
|
17 |
+
#: init.php:59
|
18 |
+
msgid "AC Login"
|
19 |
+
msgstr "صفحه ورود شخصی"
|
20 |
+
|
21 |
+
#: includes/Login-form-setting/Login-form-background.php:643
|
22 |
+
msgid "Type log in button text"
|
23 |
+
msgstr "متن دکمه ورود را بنویسید"
|
24 |
+
|
25 |
+
#: includes/Login-form-setting/Login-form-background.php:638
|
26 |
+
msgid "Log In Button Text"
|
27 |
+
msgstr "متن دکمه ورود"
|
28 |
+
|
29 |
+
#: includes/Login-form-setting/Login-form-background.php:626
|
30 |
+
msgid "Type password field placeholder text"
|
31 |
+
msgstr "متن نگهدارنده زمینه رمزعبور را بنویسید"
|
32 |
+
|
33 |
+
#: includes/Login-form-setting/Login-form-background.php:609
|
34 |
+
msgid "Type password field label text"
|
35 |
+
msgstr "متن زمینه رمزعبور را بنویسید"
|
36 |
+
|
37 |
+
#: includes/Login-form-setting/Login-form-background.php:604
|
38 |
+
msgid "Password Field Label Text"
|
39 |
+
msgstr "متن زمینه رمزعبور"
|
40 |
+
|
41 |
+
#: includes/Login-form-setting/Login-form-background.php:592
|
42 |
+
msgid "Type username or email placeholder text"
|
43 |
+
msgstr "متن نگهدارنده نام کاربری یا ایمیل را بنویسید"
|
44 |
+
|
45 |
+
#: includes/Login-form-setting/Login-form-background.php:575
|
46 |
+
msgid "Type username or email field label text"
|
47 |
+
msgstr "متن زمینه نام کاربری یا ایمیل را بنویسید"
|
48 |
+
|
49 |
+
#: includes/Login-form-setting/Login-form-background.php:570
|
50 |
+
msgid "Username or Email Field Label Text"
|
51 |
+
msgstr "متن زمینه نام کاربری یا ایمیل"
|
52 |
+
|
53 |
+
#: includes/Login-form-setting/Login-form-background.php:258
|
54 |
+
msgid "Top Margin"
|
55 |
+
msgstr "حاشیه بالا"
|
56 |
+
|
57 |
+
#: includes/Login-form-setting/Login-form-background.php:250
|
58 |
+
msgid "Left Margin"
|
59 |
+
msgstr "حاشیه چپ"
|
60 |
+
|
61 |
+
#: admin/inc/admin_menu.php:12
|
62 |
+
msgid "Buy Pro"
|
63 |
+
msgstr "خرید نسخه حرفه ای"
|
64 |
+
|
65 |
+
#: includes/Login-form-setting/Login-form-background.php:587
|
66 |
+
msgid "Username or Email Field Placeholder Text"
|
67 |
+
msgstr "متن نگهدارنده نام کاربرب یا ایمیل"
|
68 |
+
|
69 |
+
#: includes/Login-form-setting/Login-form-background.php:678
|
70 |
+
#: includes/Login-form-setting/Login-form-background.php:730
|
71 |
+
msgid "Type Message"
|
72 |
+
msgstr "نوشتن پیغام"
|
73 |
+
|
74 |
+
#: init.php:68
|
75 |
+
msgid "Get Pro"
|
76 |
+
msgstr "نسخه حرفه ای"
|
77 |
+
|
78 |
+
#: init.php:65
|
79 |
+
msgid "Settings"
|
80 |
+
msgstr "تنظیمات"
|
81 |
+
|
82 |
+
#: admin/inc/admin_menu.php:13
|
83 |
+
msgid "Admin Demo"
|
84 |
+
msgstr "دمو مدیریت"
|
85 |
+
|
86 |
+
#: admin/inc/admin_menu.php:11
|
87 |
+
msgid "Plugin Configuration Click Here"
|
88 |
+
msgstr "پیکربندی پلاگین اینجا کلیک کنید"
|
89 |
+
|
90 |
+
#: includes/Login-form-setting/Login-form-background.php:621
|
91 |
+
msgid "Password Field Placeholder Text"
|
92 |
+
msgstr "متن نگهدارنده زمینه رمز عبور"
|
93 |
+
|
94 |
+
#: includes/settings/page-settings.php:147
|
95 |
+
#: includes/settings/page-settings.php:152
|
96 |
+
msgid "Logo Image Title"
|
97 |
+
msgstr "تیتر تصویر لوگو"
|
98 |
+
|
99 |
+
#: includes/settings/page-settings.php:132
|
100 |
+
#: includes/settings/page-settings.php:137
|
101 |
+
msgid "Logo Link URL"
|
102 |
+
msgstr "آدرس لینک لوگو"
|
103 |
+
|
104 |
+
#: includes/settings/page-settings.php:115
|
105 |
+
msgid "Logo Image Height"
|
106 |
+
msgstr "ارتفاع تصویر لوگو"
|
107 |
+
|
108 |
+
#: includes/settings/page-settings.php:98
|
109 |
+
msgid "Logo Image Width"
|
110 |
+
msgstr "طول تصویر لوگو"
|
111 |
+
|
112 |
+
#: includes/settings/page-settings.php:62
|
113 |
+
msgid "Logo Image"
|
114 |
+
msgstr "تصویر لوگو"
|
115 |
+
|
116 |
+
#: includes/content.php:188
|
117 |
+
msgid "weblizar premium products"
|
118 |
+
msgstr "محصولات ممتاز weblizar"
|
119 |
+
|
120 |
+
#: includes/content.php:178
|
121 |
+
msgid "ask your queries"
|
122 |
+
msgstr "پرسش خود را بپرسید"
|
123 |
+
|
124 |
+
#: includes/content.php:168
|
125 |
+
msgid "get more free plugins"
|
126 |
+
msgstr "دریافت پلاگین رایگان بیشتر"
|
127 |
+
|
128 |
+
#: includes/content.php:158
|
129 |
+
msgid "import / export plugin settings"
|
130 |
+
msgstr "تنظیمات ورودی و خروجی پلاگین"
|
131 |
+
|
132 |
+
#: includes/content.php:147
|
133 |
+
msgid "configure captcha settings"
|
134 |
+
msgstr "پیکربندی تنظیمات کپچا"
|
135 |
+
|
136 |
+
#: includes/help/rate.php:15
|
137 |
+
msgid "Rate & Donate Us"
|
138 |
+
msgstr "امتیاز و کمک مالی"
|
139 |
+
|
140 |
+
#: includes/help/rate.php:62
|
141 |
+
msgid "Donate Us"
|
142 |
+
msgstr "کمک مالی"
|
143 |
+
|
144 |
+
#: includes/content.php:197
|
145 |
+
msgid "Rate & Donate Us"
|
146 |
+
msgstr "امتیاز و کمک مالی"
|
147 |
+
|
148 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:99
|
149 |
+
msgid "Dark"
|
150 |
+
msgstr "تیره"
|
151 |
+
|
152 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:96
|
153 |
+
msgid "Light"
|
154 |
+
msgstr "روشن"
|
155 |
+
|
156 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:90
|
157 |
+
msgid "Captcha Theme"
|
158 |
+
msgstr "تم کپچا"
|
159 |
+
|
160 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:74
|
161 |
+
msgid "Captcha Display"
|
162 |
+
msgstr "نمایش کپچا"
|
163 |
+
|
164 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:64
|
165 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:69
|
166 |
+
msgid "Secret Key"
|
167 |
+
msgstr "کلید راز"
|
168 |
+
|
169 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:55
|
170 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:60
|
171 |
+
msgid "Site Key"
|
172 |
+
msgstr "کلید سایت"
|
173 |
+
|
174 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:14
|
175 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:44
|
176 |
+
msgid "Google Captcha Settings"
|
177 |
+
msgstr "تنظیمات گوگل کپچا"
|
178 |
+
|
179 |
+
#: includes/content.php:187 includes/offers.php:11
|
180 |
+
msgid "Our Offers"
|
181 |
+
msgstr "پیشنهادهای ما"
|
182 |
+
|
183 |
+
#: includes/content.php:146
|
184 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:117
|
185 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:131
|
186 |
+
msgid "Google Captcha"
|
187 |
+
msgstr "گوگل کپچا"
|
188 |
+
|
189 |
+
#: includes/Login-form-setting/Login-form-background.php:725
|
190 |
+
msgid "Tagline Message Display Below Login Form"
|
191 |
+
msgstr "پیام تلنگر نمایش زیر فرم ورودی"
|
192 |
+
|
193 |
+
#: includes/Login-form-setting/Login-form-background.php:708
|
194 |
+
msgid "Message Font Color"
|
195 |
+
msgstr "رنگ فونت یادداشت"
|
196 |
+
|
197 |
+
#: includes/Login-form-setting/Login-form-background.php:690
|
198 |
+
msgid "Message Font Size"
|
199 |
+
msgstr "سایز فونت یادداشت"
|
200 |
+
|
201 |
+
#: includes/Login-form-setting/Login-form-background.php:673
|
202 |
+
msgid "Display Note To User Above Login Form"
|
203 |
+
msgstr "نمایش یادداشت به کاربر بالای فرم ورود"
|
204 |
+
|
205 |
+
#. Description of the plugin/theme
|
206 |
+
msgid "Customize Your WordPress Login Screen Amazingly"
|
207 |
+
msgstr "صفحه نمایش وردپرس خود را به صورت شگفت انگیزی سفارشی کنید"
|
208 |
+
|
209 |
+
#. Plugin URI of the plugin/theme
|
210 |
+
#. Author URI of the plugin/theme
|
211 |
+
msgid "https://weblizar.com/plugins/"
|
212 |
+
msgstr "https://weblizar.com/plugins/"
|
213 |
+
|
214 |
+
#: includes/social/social.php:192 includes/social/social.php:206
|
215 |
+
msgid "Social"
|
216 |
+
msgstr "اجتماعی"
|
217 |
+
|
218 |
+
#: includes/social/social.php:175
|
219 |
+
msgid "Whatsapp"
|
220 |
+
msgstr "واتساپ"
|
221 |
+
|
222 |
+
#: includes/social/social.php:174
|
223 |
+
msgid "Telegram"
|
224 |
+
msgstr "تلگرام"
|
225 |
+
|
226 |
+
#: includes/social/social.php:173
|
227 |
+
msgid "Instagram"
|
228 |
+
msgstr "اینستاگرام"
|
229 |
+
|
230 |
+
#: includes/social/social.php:172
|
231 |
+
msgid "Skype"
|
232 |
+
msgstr "اسکایپ"
|
233 |
+
|
234 |
+
#: includes/social/social.php:171
|
235 |
+
msgid "Tumblr"
|
236 |
+
msgstr "Tumblr"
|
237 |
+
|
238 |
+
#: includes/social/social.php:170
|
239 |
+
msgid "Flickr"
|
240 |
+
msgstr "Flickr"
|
241 |
+
|
242 |
+
#: includes/social/social.php:169
|
243 |
+
msgid "Youtube"
|
244 |
+
msgstr "یوتیوب"
|
245 |
+
|
246 |
+
#: includes/social/social.php:168
|
247 |
+
msgid "Digg"
|
248 |
+
msgstr "Digg"
|
249 |
+
|
250 |
+
#: includes/social/social.php:167
|
251 |
+
msgid "Pinterest"
|
252 |
+
msgstr "پینترست"
|
253 |
+
|
254 |
+
#: includes/social/social.php:166
|
255 |
+
msgid "Google Plus"
|
256 |
+
msgstr "گوگل پلاس"
|
257 |
+
|
258 |
+
#: includes/social/social.php:165
|
259 |
+
msgid "Linkedin"
|
260 |
+
msgstr "لینکدین"
|
261 |
+
|
262 |
+
#: includes/social/social.php:164
|
263 |
+
msgid "Twitter"
|
264 |
+
msgstr "توییتر"
|
265 |
+
|
266 |
+
#: includes/social/social.php:163
|
267 |
+
msgid "Facebook"
|
268 |
+
msgstr "فیسبوک"
|
269 |
+
|
270 |
+
#: includes/social/social.php:161
|
271 |
+
msgid "Enter your social profiles complete url here"
|
272 |
+
msgstr "آدرس کامل پروفایل شبکه های اجتماعی خود را وارد کنید"
|
273 |
+
|
274 |
+
#: includes/social/social.php:156
|
275 |
+
msgid "Social Profiles"
|
276 |
+
msgstr "پروفایل شبکه های اجتماعی"
|
277 |
+
|
278 |
+
#: includes/social/social.php:141
|
279 |
+
msgid "Social Media Background Color On Hover"
|
280 |
+
msgstr "رنگ پس زمینه شبکه های اجتماعی در شناور"
|
281 |
+
|
282 |
+
#: includes/social/social.php:126
|
283 |
+
msgid "Social Media Icon Background Color"
|
284 |
+
msgstr "رنگ پس زمینه آیکون شبکه های اجتماعی"
|
285 |
+
|
286 |
+
#: includes/social/social.php:111
|
287 |
+
msgid "Social Media Icon Color On Hover"
|
288 |
+
msgstr "رنگ آیکون رسانه های اجتماعی در شناور"
|
289 |
+
|
290 |
+
#: includes/social/social.php:96
|
291 |
+
msgid "Social Media Icon Color"
|
292 |
+
msgstr "رنگ آیکون شبکه اجتماعی"
|
293 |
+
|
294 |
+
#: includes/social/social.php:85
|
295 |
+
msgid "Circle"
|
296 |
+
msgstr "دابره"
|
297 |
+
|
298 |
+
#: includes/social/social.php:82
|
299 |
+
msgid "Rectangle"
|
300 |
+
msgstr "مربعی"
|
301 |
+
|
302 |
+
#: includes/social/social.php:76
|
303 |
+
msgid "Social Media Icon Layout"
|
304 |
+
msgstr "چیدمان آیکون رسانه اجتماعی"
|
305 |
+
|
306 |
+
#: includes/social/social.php:65
|
307 |
+
msgid "Large"
|
308 |
+
msgstr "بزرگ"
|
309 |
+
|
310 |
+
#: includes/social/social.php:62
|
311 |
+
msgid "Medium"
|
312 |
+
msgstr "متوسط"
|
313 |
+
|
314 |
+
#: includes/social/social.php:59
|
315 |
+
msgid "Small"
|
316 |
+
msgstr "کوچک"
|
317 |
+
|
318 |
+
#: includes/social/social.php:53
|
319 |
+
msgid "Social Media Icon Size"
|
320 |
+
msgstr "اندازه آیکون شبکه اجتماعی"
|
321 |
+
|
322 |
+
#: includes/social/social.php:42
|
323 |
+
msgid "Both"
|
324 |
+
msgstr "هردو"
|
325 |
+
|
326 |
+
#: includes/social/social.php:41
|
327 |
+
msgid "Outer"
|
328 |
+
msgstr "خارجی"
|
329 |
+
|
330 |
+
#: includes/social/social.php:40
|
331 |
+
msgid "Inner"
|
332 |
+
msgstr "داخلی"
|
333 |
+
|
334 |
+
#: includes/social/social.php:39
|
335 |
+
msgid "No Icon"
|
336 |
+
msgstr "بدون آیکون"
|
337 |
+
|
338 |
+
#: includes/social/social.php:33
|
339 |
+
msgid "Enable Social Icons"
|
340 |
+
msgstr "فعال کردن شبکه های احتماعی"
|
341 |
+
|
342 |
+
#: includes/settings/page-settings.php:168
|
343 |
+
#: includes/settings/page-settings.php:182
|
344 |
+
msgid "Logo"
|
345 |
+
msgstr "لوگو"
|
346 |
+
|
347 |
+
#: includes/recommendations/recommendations.php:270
|
348 |
+
msgid "%s download"
|
349 |
+
msgid_plural "%s downloads"
|
350 |
+
msgstr[0] "%s دانلود"
|
351 |
+
|
352 |
+
#. translators: 1: Plugin name and version
|
353 |
+
#: includes/recommendations/recommendations.php:156
|
354 |
+
msgid "This plugin is already installed and is up to date"
|
355 |
+
msgstr "این پلاگین در حال حاضر نصب شده است و به روز است"
|
356 |
+
|
357 |
+
#. translators: 1: The rating
|
358 |
+
#: includes/recommendations/recommendations.php:75
|
359 |
+
msgid "%s rating"
|
360 |
+
msgstr "%s رتبه"
|
361 |
+
|
362 |
+
#. translators: 1: The rating, 2: The number of ratings
|
363 |
+
#: includes/recommendations/recommendations.php:71
|
364 |
+
msgid "%1$s rating based on %2$s rating"
|
365 |
+
msgid_plural "%1$s rating based on %2$s ratings"
|
366 |
+
msgstr[0] "%1$ رتبه براساس %2$"
|
367 |
+
|
368 |
+
#: includes/import-export-setting/import_export.php:50
|
369 |
+
msgid "Import"
|
370 |
+
msgstr "ورودی"
|
371 |
+
|
372 |
+
#: includes/import-export-setting/import_export.php:42
|
373 |
+
msgid "Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above."
|
374 |
+
msgstr "تنظیمات افزونه را از یک فایل json وارد کنید. این فایل را می توان با صادرات تنظیمات در سایت دیگری با استفاده از فرم بالا دریافت کرد."
|
375 |
+
|
376 |
+
#: includes/import-export-setting/import_export.php:37
|
377 |
+
msgid "Import Custom Login Data"
|
378 |
+
msgstr "ورودی اطلاعات ورود"
|
379 |
+
|
380 |
+
#: includes/import-export-setting/import_export.php:23
|
381 |
+
msgid "Export"
|
382 |
+
msgstr "خروجی"
|
383 |
+
|
384 |
+
#: includes/import-export-setting/import_export.php:18
|
385 |
+
msgid "Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site."
|
386 |
+
msgstr "تنظیمات افزونه را برای این سایت به عنوان فایل json صادر کنید. این به شما اجازه می دهد تا به راحتی پیکربندی را به سایت دیگری وارد کنید."
|
387 |
+
|
388 |
+
#: includes/import-export-setting/import_export.php:13
|
389 |
+
msgid "Export Custom Login Data"
|
390 |
+
msgstr "خروجی اطلاعات ورود شخصی"
|
391 |
+
|
392 |
+
#: includes/help/rate.php:29
|
393 |
+
msgid "We need your feedback for improve our plugin functionality on WordPress. So, if you like our plugin then please rate us"
|
394 |
+
msgstr "ما به بازخورد شما برای بهبود عملکرد افزونه های ما در وردپرس نیاز داریم. بنابراین، اگر پلاگین ما را دوست دارید، لطفا ما را ارزیابی کنید"
|
395 |
+
|
396 |
+
#: includes/help/help.php:87
|
397 |
+
msgid "here is solution"
|
398 |
+
msgstr "راه حل اینجاست"
|
399 |
+
|
400 |
+
#: includes/help/help.php:86
|
401 |
+
msgid "Question : How to convert Plguin into My Language?"
|
402 |
+
msgstr "سوال: چگونه برای تبدیل پلاگین به زبان من؟"
|
403 |
+
|
404 |
+
#: includes/help/help.php:85
|
405 |
+
msgid "Translate this plugin into your language"
|
406 |
+
msgstr "این افزونه را به زبان خود ترجمه کنید"
|
407 |
+
|
408 |
+
#: includes/help/help.php:80
|
409 |
+
msgid "Language Contribution"
|
410 |
+
msgstr "مشارکت زبان"
|
411 |
+
|
412 |
+
#: includes/help/help.php:68
|
413 |
+
msgid "If you have any suggestion or features in your mind then please share us. We will try our best to add them in this plugin."
|
414 |
+
msgstr "اگر پیشنهادات یا ویژگی های خود را در ذهن دارید، لطفا با ما به اشتراک بگذارید. ما بهترین ها را برای اضافه کردن آنها به این افزونه امتحان خواهیم کرد."
|
415 |
+
|
416 |
+
#: includes/help/help.php:62
|
417 |
+
msgid "Share Us Your Suggestion"
|
418 |
+
msgstr "پیشنهاد خود را با ما درمیان بگذارید"
|
419 |
+
|
420 |
+
#: includes/help/help.php:44
|
421 |
+
msgid "If you are enjoying using our Admin Custom Login plugin and find it useful, then please consider writing a positive feedback. Your feedback will help us to encourage and support the plugins continued development and better user support."
|
422 |
+
msgstr "اگر از پلاگین Admin Custom Login استفاده می کنید و آن را مفید می دانید، لطفا در نظر داشته باشید که یک بازخورد مثبت بنویسید. انتقادات و پیشنهادات ما به ما کمک می کند تا به توسعه و حمایت بهتر کاربران از پلاگین ها کمک کنیم."
|
423 |
+
|
424 |
+
#: includes/help/help.php:38 includes/help/rate.php:39
|
425 |
+
msgid "Rate Us"
|
426 |
+
msgstr "امتیاز به ما"
|
427 |
+
|
428 |
+
#: includes/help/help.php:28
|
429 |
+
msgid "View Support Docs or Open a Ticket"
|
430 |
+
msgstr "مشاهده اسناد پشتیبانی یا بازکردن یک تیکت"
|
431 |
+
|
432 |
+
#: includes/design/text_and_color.php:583
|
433 |
+
#: includes/design/text_and_color.php:598
|
434 |
+
msgid "Text and Color"
|
435 |
+
msgstr "متن و رنگ"
|
436 |
+
|
437 |
+
#: includes/design/text_and_color.php:555
|
438 |
+
msgid "Icon For Password Input Box"
|
439 |
+
msgstr "آیکون برای جعبه ورود رمز"
|
440 |
+
|
441 |
+
#: includes/design/text_and_color.php:534
|
442 |
+
msgid "Icon For user Input Box"
|
443 |
+
msgstr "آیکون جعبه ورود برای کاربران"
|
444 |
+
|
445 |
+
#: includes/design/text_and_color.php:514
|
446 |
+
msgid "Enable Input Box Icon?"
|
447 |
+
msgstr "فعال کردن آیکون جعبه؟"
|
448 |
+
|
449 |
+
#: includes/design/text_and_color.php:455
|
450 |
+
msgid "Button Font Style"
|
451 |
+
msgstr "استایل فونت دکمه"
|
452 |
+
|
453 |
+
#: includes/design/text_and_color.php:395
|
454 |
+
msgid "Link Font Style"
|
455 |
+
msgstr "استایل فونت لینک"
|
456 |
+
|
457 |
+
#: includes/design/text_and_color.php:336
|
458 |
+
msgid "Input Font Style"
|
459 |
+
msgstr "وارد کردن استایل فونت"
|
460 |
+
|
461 |
+
#: includes/design/text_and_color.php:275
|
462 |
+
msgid "Headline Font Style"
|
463 |
+
msgstr "استایل فونت سرتیتر"
|
464 |
+
|
465 |
+
#: includes/design/text_and_color.php:259
|
466 |
+
msgid "Link Shadow Color"
|
467 |
+
msgstr "رنگ سایه لینک"
|
468 |
+
|
469 |
+
#: includes/design/text_and_color.php:238
|
470 |
+
msgid "Enable Link shadow?"
|
471 |
+
msgstr "فعال کردن سایه لینک؟"
|
472 |
+
|
473 |
+
#: includes/design/text_and_color.php:220
|
474 |
+
msgid "Button Font Size"
|
475 |
+
msgstr "سایز فونت دکمه"
|
476 |
+
|
477 |
+
#: includes/design/text_and_color.php:202
|
478 |
+
msgid "Link Font Size"
|
479 |
+
msgstr "سایز فونت لینک"
|
480 |
+
|
481 |
+
#: includes/design/text_and_color.php:184
|
482 |
+
msgid "Input Font Size"
|
483 |
+
msgstr "وارد کردن سایز فونت"
|
484 |
+
|
485 |
+
#: includes/design/text_and_color.php:166
|
486 |
+
msgid "Headline Font size"
|
487 |
+
msgstr "یایز فونت سرتیتر"
|
488 |
+
|
489 |
+
#: includes/design/text_and_color.php:150
|
490 |
+
msgid "Button Color"
|
491 |
+
msgstr "رنگ دکمه"
|
492 |
+
|
493 |
+
#: includes/design/text_and_color.php:134
|
494 |
+
msgid "Link Color"
|
495 |
+
msgstr "رنگ لینک"
|
496 |
+
|
497 |
+
#: includes/design/text_and_color.php:118
|
498 |
+
msgid "Input Font Color"
|
499 |
+
msgstr "وارد کردن رنگ فونت"
|
500 |
+
|
501 |
+
#: includes/design/text_and_color.php:102
|
502 |
+
msgid "Headline Font Color"
|
503 |
+
msgstr "رنگ فونت سرتیتر"
|
504 |
+
|
505 |
+
#: includes/design/text_and_color.php:89
|
506 |
+
msgid "Text And Color Settings"
|
507 |
+
msgstr "تنظیمات رنگ و متن"
|
508 |
+
|
509 |
+
#: includes/design/background.php:368 includes/design/background.php:383
|
510 |
+
msgid "Top Background"
|
511 |
+
msgstr "بالای پس زمینه"
|
512 |
+
|
513 |
+
#: includes/design/background.php:349
|
514 |
+
msgid "Slider Animation 4"
|
515 |
+
msgstr "انیمیشن 4 اسلایدر"
|
516 |
+
|
517 |
+
#: includes/design/background.php:348
|
518 |
+
msgid "Slider Animation 3"
|
519 |
+
msgstr "انیمیشن 3 اسلایدر"
|
520 |
+
|
521 |
+
#: includes/design/background.php:347
|
522 |
+
msgid "Slider Animation 2"
|
523 |
+
msgstr "انیمیشن 2 اسلایدر"
|
524 |
+
|
525 |
+
#: includes/design/background.php:346
|
526 |
+
msgid "Slider Animation 1"
|
527 |
+
msgstr "انیمیشن 1 اسلایدر"
|
528 |
+
|
529 |
+
#: includes/design/background.php:339
|
530 |
+
msgid "Slider Animation"
|
531 |
+
msgstr "انیمیشن اسلاید"
|
532 |
+
|
533 |
+
#: includes/design/background.php:298
|
534 |
+
msgid "6"
|
535 |
+
msgstr "6"
|
536 |
+
|
537 |
+
#: includes/design/background.php:297
|
538 |
+
msgid "5"
|
539 |
+
msgstr "5"
|
540 |
+
|
541 |
+
#: includes/design/background.php:296
|
542 |
+
msgid "4"
|
543 |
+
msgstr "4"
|
544 |
+
|
545 |
+
#: includes/design/background.php:295
|
546 |
+
msgid "3"
|
547 |
+
msgstr "3"
|
548 |
+
|
549 |
+
#: includes/design/background.php:294
|
550 |
+
msgid "2"
|
551 |
+
msgstr "2"
|
552 |
+
|
553 |
+
#: includes/design/background.php:293
|
554 |
+
msgid "Select Number of Slide Show"
|
555 |
+
msgstr "شماره الایدشو"
|
556 |
+
|
557 |
+
#: includes/design/background.php:287 includes/design/background.php:309
|
558 |
+
msgid "No. Of Background Slideshow"
|
559 |
+
msgstr "بدون پس زمینه اسلایدشو"
|
560 |
+
|
561 |
+
#: includes/design/background.php:268
|
562 |
+
msgid "Inherit"
|
563 |
+
msgstr "به ارث می برند"
|
564 |
+
|
565 |
+
#: includes/design/background.php:267
|
566 |
+
msgid "Scroll"
|
567 |
+
msgstr "متحرک"
|
568 |
+
|
569 |
+
#: includes/design/background.php:266
|
570 |
+
msgid "Fixed"
|
571 |
+
msgstr "ثابت"
|
572 |
+
|
573 |
+
#: includes/design/background.php:260
|
574 |
+
msgid "Background Attachment"
|
575 |
+
msgstr "ضمیمه پس زمینه"
|
576 |
+
|
577 |
+
#: includes/design/background.php:196
|
578 |
+
msgid "Cover or Strech"
|
579 |
+
msgstr "پوشش یا کشش"
|
580 |
+
|
581 |
+
#: includes/design/background.php:113
|
582 |
+
msgid "Background SlideShow"
|
583 |
+
msgstr "پس زمینه اسلایدشو"
|
584 |
+
|
585 |
+
#: includes/design/background.php:109
|
586 |
+
msgid "No Background Selected"
|
587 |
+
msgstr "بدون پس زمینه"
|
588 |
+
|
589 |
+
#: includes/design/background.php:91
|
590 |
+
msgid "Background Settings"
|
591 |
+
msgstr "تنظیمات پس زمینه"
|
592 |
+
|
593 |
+
#: includes/dashboard/dashboard.php:56
|
594 |
+
msgid "Copy below link and open in another browser where you are not logged in"
|
595 |
+
msgstr "لینک زیر را کپی کنید و در مرورگر دیگری که در آن وارد نشده اید، باز کنید"
|
596 |
+
|
597 |
+
#: includes/dashboard/dashboard.php:51
|
598 |
+
msgid "View Login Page"
|
599 |
+
msgstr "مشاهده صفحه ورود"
|
600 |
+
|
601 |
+
#: includes/dashboard/dashboard.php:39
|
602 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:80
|
603 |
+
msgid "Enable"
|
604 |
+
msgstr "فعال"
|
605 |
+
|
606 |
+
#: includes/dashboard/dashboard.php:36
|
607 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:83
|
608 |
+
msgid "Disable"
|
609 |
+
msgstr "غیرفعال"
|
610 |
+
|
611 |
+
#: includes/dashboard/dashboard.php:30
|
612 |
+
msgid "Admin Custom Login Status"
|
613 |
+
msgstr "وضعیت ورود شخصی مدیر"
|
614 |
+
|
615 |
+
#: includes/dashboard/dashboard.php:15
|
616 |
+
msgid "Admin Custom Login Dashboard"
|
617 |
+
msgstr "داشبود ورود شخصی مدیریت"
|
618 |
+
|
619 |
+
#: includes/content.php:198
|
620 |
+
msgid "if you like us"
|
621 |
+
msgstr "اگر خوشتان آمد"
|
622 |
+
|
623 |
+
#: includes/content.php:177 includes/help/help.php:15
|
624 |
+
msgid "Help And Support"
|
625 |
+
msgstr "کمک و پشتیبانی"
|
626 |
+
|
627 |
+
#: includes/content.php:167
|
628 |
+
msgid "Recommendations"
|
629 |
+
msgstr "توصیه ها"
|
630 |
+
|
631 |
+
#: includes/content.php:157
|
632 |
+
msgid "Export / Import"
|
633 |
+
msgstr "ورودی / خروجی"
|
634 |
+
|
635 |
+
#: includes/content.php:136
|
636 |
+
msgid "connect with your social profile"
|
637 |
+
msgstr "با پروفایل شبکه های اجتماعی خود متصل شوید"
|
638 |
+
|
639 |
+
#: includes/content.php:135 includes/social/social.php:21
|
640 |
+
msgid "Social Settings"
|
641 |
+
msgstr "تنظیمات شبکه های اجتماعی"
|
642 |
+
|
643 |
+
#: includes/content.php:124
|
644 |
+
msgid "customize logo settings here"
|
645 |
+
msgstr "تنظیمات شخصی سازی لوگو"
|
646 |
+
|
647 |
+
#: includes/content.php:123 includes/settings/page-settings.php:50
|
648 |
+
msgid "Logo Settings"
|
649 |
+
msgstr "تنظیمات لوگو"
|
650 |
+
|
651 |
+
#: includes/content.php:113
|
652 |
+
msgid "modify login form style here"
|
653 |
+
msgstr "استایل فرم ورود را تغییر دهید"
|
654 |
+
|
655 |
+
#: includes/content.php:112
|
656 |
+
msgid "Font Setting"
|
657 |
+
msgstr "تنظیمات فونت"
|
658 |
+
|
659 |
+
#: includes/content.php:102
|
660 |
+
msgid "modify login design here"
|
661 |
+
msgstr "طراحی ورود را تغییر دهید"
|
662 |
+
|
663 |
+
#: includes/content.php:101
|
664 |
+
msgid "Login form Setting"
|
665 |
+
msgstr "تنظیمات فرم ورود"
|
666 |
+
|
667 |
+
#: includes/content.php:91
|
668 |
+
msgid "modify background design here"
|
669 |
+
msgstr "طراحی پس زمینه را تغییر دهید"
|
670 |
+
|
671 |
+
#: includes/content.php:90
|
672 |
+
msgid "Background Design"
|
673 |
+
msgstr "طراحی پس زمینه"
|
674 |
+
|
675 |
+
#: includes/content.php:81
|
676 |
+
msgid "application overview"
|
677 |
+
msgstr "مرور کلی نرم افزار"
|
678 |
+
|
679 |
+
#: includes/content.php:80 includes/dashboard/dashboard.php:129
|
680 |
+
#: includes/dashboard/dashboard.php:144
|
681 |
+
msgid "Dashboard"
|
682 |
+
msgstr "داشبورد"
|
683 |
+
|
684 |
+
#: includes/content.php:63
|
685 |
+
msgid "Show Us Some Love (Rate Us)"
|
686 |
+
msgstr "بعضی از ما را به ما نشان بده"
|
687 |
+
|
688 |
+
#. Author of the plugin/theme
|
689 |
+
msgid "Weblizar"
|
690 |
+
msgstr ""
|
691 |
+
|
692 |
+
#. Plugin Name of the plugin/theme
|
693 |
+
#: includes/content.php:28 init.php:59
|
694 |
+
msgid "Admin Custom Login"
|
695 |
+
msgstr "ورود شخصی مدیریت"
|
696 |
+
|
697 |
+
#: includes/Login-form-setting/Login-form-background.php:791
|
698 |
+
#: includes/dashboard/dashboard.php:154 includes/design/background.php:394
|
699 |
+
#: includes/design/text_and_color.php:609
|
700 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:141
|
701 |
+
#: includes/settings/page-settings.php:192 includes/social/social.php:216
|
702 |
+
msgid "Reset Default"
|
703 |
+
msgstr "بازنشانی پیش فرض"
|
704 |
+
|
705 |
+
#: includes/Login-form-setting/Login-form-background.php:788
|
706 |
+
#: includes/dashboard/dashboard.php:151 includes/design/background.php:391
|
707 |
+
#: includes/design/text_and_color.php:606
|
708 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:138
|
709 |
+
#: includes/settings/page-settings.php:189 includes/social/social.php:213
|
710 |
+
msgid "Save Changes"
|
711 |
+
msgstr "ذخیره تغییرات"
|
712 |
+
|
713 |
+
#: includes/Login-form-setting/Login-form-background.php:781
|
714 |
+
#: includes/dashboard/dashboard.php:144 includes/design/background.php:383
|
715 |
+
#: includes/design/text_and_color.php:598
|
716 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:131
|
717 |
+
#: includes/settings/page-settings.php:182 includes/social/social.php:206
|
718 |
+
msgid "Setting Reset Successfully"
|
719 |
+
msgstr "تنظیمات بازگردانی شد"
|
720 |
+
|
721 |
+
#: includes/Login-form-setting/Login-form-background.php:767
|
722 |
+
#: includes/dashboard/dashboard.php:129 includes/design/background.php:368
|
723 |
+
#: includes/design/text_and_color.php:583
|
724 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:117
|
725 |
+
#: includes/settings/page-settings.php:168 includes/social/social.php:192
|
726 |
+
msgid "Setting Save Successfully"
|
727 |
+
msgstr "تنظیمات ذخیره شد"
|
728 |
+
|
729 |
+
#: includes/Login-form-setting/Login-form-background.php:767
|
730 |
+
#: includes/Login-form-setting/Login-form-background.php:781
|
731 |
+
msgid "Login"
|
732 |
+
msgstr "ورود"
|
733 |
+
|
734 |
+
#: includes/Login-form-setting/Login-form-background.php:750
|
735 |
+
msgid "Tag With Custom CSS"
|
736 |
+
msgstr "برچسب با استایل شخصی"
|
737 |
+
|
738 |
+
#: includes/Login-form-setting/Login-form-background.php:750
|
739 |
+
msgid "Note: Please Do Not Use"
|
740 |
+
msgstr "توجه: لطفا استفاده نکید"
|
741 |
+
|
742 |
+
#: includes/Login-form-setting/Login-form-background.php:749
|
743 |
+
msgid "Enter any custom css you want to apply on login panel."
|
744 |
+
msgstr "استایل شخصی خود را برای فرم ورود وارد کنید."
|
745 |
+
|
746 |
+
#: includes/Login-form-setting/Login-form-background.php:742
|
747 |
+
#: includes/Login-form-setting/Login-form-background.php:747
|
748 |
+
msgid "Custom CSS"
|
749 |
+
msgstr "استایل شخصی"
|
750 |
+
|
751 |
+
#: includes/Login-form-setting/Login-form-background.php:661
|
752 |
+
msgid "Enter the URL to redirect users after login, Setting will not work for an administrator."
|
753 |
+
msgstr "آدرس را برای هدایت کاربران پس از ورود را وارد کنید، تنظیم برای مدیر کار نخواهد کرد."
|
754 |
+
|
755 |
+
#: includes/Login-form-setting/Login-form-background.php:660
|
756 |
+
msgid "Redirect URL"
|
757 |
+
msgstr "آدرس هدایت"
|
758 |
+
|
759 |
+
#: includes/Login-form-setting/Login-form-background.php:655
|
760 |
+
msgid "Redirect Users After Login (Not Work For Admin)"
|
761 |
+
msgstr "هدایت کاربران پس از ورود (برای مدیران کار نمی کند)"
|
762 |
+
|
763 |
+
#: includes/Login-form-setting/Login-form-background.php:553
|
764 |
+
msgid "Form Shadow Color"
|
765 |
+
msgstr "رنگ سایه فرم"
|
766 |
+
|
767 |
+
#: includes/Login-form-setting/Login-form-background.php:541
|
768 |
+
#: includes/design/text_and_color.php:247
|
769 |
+
#: includes/design/text_and_color.php:523
|
770 |
+
msgid "No"
|
771 |
+
msgstr "خیر"
|
772 |
+
|
773 |
+
#: includes/Login-form-setting/Login-form-background.php:538
|
774 |
+
#: includes/design/background.php:201 includes/design/text_and_color.php:244
|
775 |
+
#: includes/design/text_and_color.php:520
|
776 |
+
msgid "Yes"
|
777 |
+
msgstr "بله"
|
778 |
+
|
779 |
+
#: includes/Login-form-setting/Login-form-background.php:532
|
780 |
+
msgid "Enable Form Shadow?"
|
781 |
+
msgstr "سایه فرم فعال؟"
|
782 |
+
|
783 |
+
#: includes/Login-form-setting/Login-form-background.php:515
|
784 |
+
msgid "Border Thickness"
|
785 |
+
msgstr "ضخامت حاشیه"
|
786 |
+
|
787 |
+
#: includes/Login-form-setting/Login-form-background.php:504
|
788 |
+
msgid "Double"
|
789 |
+
msgstr "دوبل"
|
790 |
+
|
791 |
+
#: includes/Login-form-setting/Login-form-background.php:503
|
792 |
+
msgid "Dashed"
|
793 |
+
msgstr "خط تیره"
|
794 |
+
|
795 |
+
#: includes/Login-form-setting/Login-form-background.php:502
|
796 |
+
msgid "Dotted"
|
797 |
+
msgstr "نقطه"
|
798 |
+
|
799 |
+
#: includes/Login-form-setting/Login-form-background.php:501
|
800 |
+
msgid "Solid"
|
801 |
+
msgstr "توپر"
|
802 |
+
|
803 |
+
#: includes/Login-form-setting/Login-form-background.php:500
|
804 |
+
msgid "None"
|
805 |
+
msgstr "هیچ"
|
806 |
+
|
807 |
+
#: includes/Login-form-setting/Login-form-background.php:494
|
808 |
+
msgid "Border Style"
|
809 |
+
msgstr "استایل حاشیه"
|
810 |
+
|
811 |
+
#: includes/Login-form-setting/Login-form-background.php:477
|
812 |
+
msgid "Border Radius"
|
813 |
+
msgstr "انحنای حاشیه"
|
814 |
+
|
815 |
+
#: includes/Login-form-setting/Login-form-background.php:462
|
816 |
+
msgid "Border Color"
|
817 |
+
msgstr "رنگ حاشیه"
|
818 |
+
|
819 |
+
#: includes/Login-form-setting/Login-form-background.php:445
|
820 |
+
msgid "Login Form Width"
|
821 |
+
msgstr "طول فرم ورود"
|
822 |
+
|
823 |
+
#: includes/Login-form-setting/Login-form-background.php:432
|
824 |
+
msgid "Overlay Effect 3"
|
825 |
+
msgstr "افکت 3"
|
826 |
+
|
827 |
+
#: includes/Login-form-setting/Login-form-background.php:431
|
828 |
+
msgid "Overlay Effect 2"
|
829 |
+
msgstr "افکت 2"
|
830 |
+
|
831 |
+
#: includes/Login-form-setting/Login-form-background.php:430
|
832 |
+
msgid "Overlay Effect 1"
|
833 |
+
msgstr "افکت 1"
|
834 |
+
|
835 |
+
#: includes/Login-form-setting/Login-form-background.php:429
|
836 |
+
msgid "No Overlay Effect"
|
837 |
+
msgstr "بدون افکت"
|
838 |
+
|
839 |
+
#: includes/Login-form-setting/Login-form-background.php:428
|
840 |
+
msgid "Select overlay effect"
|
841 |
+
msgstr "انتخاب یک افکت"
|
842 |
+
|
843 |
+
#: includes/Login-form-setting/Login-form-background.php:422
|
844 |
+
msgid "Background Effect"
|
845 |
+
msgstr "افکت پس زمینه"
|
846 |
+
|
847 |
+
#: includes/Login-form-setting/Login-form-background.php:410
|
848 |
+
#: includes/design/background.php:248
|
849 |
+
msgid "Center Bottom"
|
850 |
+
msgstr "وسط پایین"
|
851 |
+
|
852 |
+
#: includes/Login-form-setting/Login-form-background.php:409
|
853 |
+
#: includes/design/background.php:247
|
854 |
+
msgid "Center Center"
|
855 |
+
msgstr "وسط وسط"
|
856 |
+
|
857 |
+
#: includes/Login-form-setting/Login-form-background.php:408
|
858 |
+
#: includes/design/background.php:246
|
859 |
+
msgid "Center Top"
|
860 |
+
msgstr "وسط بالا"
|
861 |
+
|
862 |
+
#: includes/Login-form-setting/Login-form-background.php:407
|
863 |
+
#: includes/design/background.php:245
|
864 |
+
msgid "Right Bottom"
|
865 |
+
msgstr "راست پایین"
|
866 |
+
|
867 |
+
#: includes/Login-form-setting/Login-form-background.php:406
|
868 |
+
#: includes/design/background.php:244
|
869 |
+
msgid "Right Center"
|
870 |
+
msgstr "راست وسط"
|
871 |
+
|
872 |
+
#: includes/Login-form-setting/Login-form-background.php:405
|
873 |
+
#: includes/design/background.php:243
|
874 |
+
msgid "Right Top"
|
875 |
+
msgstr "راست بالا"
|
876 |
+
|
877 |
+
#: includes/Login-form-setting/Login-form-background.php:404
|
878 |
+
#: includes/design/background.php:242
|
879 |
+
msgid "Left Bottom"
|
880 |
+
msgstr "چپ پایین"
|
881 |
+
|
882 |
+
#: includes/Login-form-setting/Login-form-background.php:403
|
883 |
+
#: includes/design/background.php:241
|
884 |
+
msgid "Left Center"
|
885 |
+
msgstr "چپ وسط"
|
886 |
+
|
887 |
+
#: includes/Login-form-setting/Login-form-background.php:402
|
888 |
+
#: includes/design/background.php:240
|
889 |
+
msgid "Left Top"
|
890 |
+
msgstr "چپ بالا"
|
891 |
+
|
892 |
+
#: includes/Login-form-setting/Login-form-background.php:396
|
893 |
+
#: includes/design/background.php:234
|
894 |
+
msgid "Background Position"
|
895 |
+
msgstr "موقعیت پس زمینه"
|
896 |
+
|
897 |
+
#: includes/Login-form-setting/Login-form-background.php:385
|
898 |
+
#: includes/design/background.php:222
|
899 |
+
msgid "Repeat Vertically"
|
900 |
+
msgstr "تکرار عمودی"
|
901 |
+
|
902 |
+
#: includes/Login-form-setting/Login-form-background.php:384
|
903 |
+
#: includes/design/background.php:221
|
904 |
+
msgid "Repeat Horizontally"
|
905 |
+
msgstr "تکرار افقی"
|
906 |
+
|
907 |
+
#: includes/Login-form-setting/Login-form-background.php:383
|
908 |
+
#: includes/design/background.php:220
|
909 |
+
msgid "Repeat"
|
910 |
+
msgstr "تکرار"
|
911 |
+
|
912 |
+
#: includes/Login-form-setting/Login-form-background.php:382
|
913 |
+
#: includes/design/background.php:219
|
914 |
+
msgid "No Repeat"
|
915 |
+
msgstr "بدون تکرار"
|
916 |
+
|
917 |
+
#: includes/Login-form-setting/Login-form-background.php:376
|
918 |
+
#: includes/design/background.php:213
|
919 |
+
msgid "Background Repeat"
|
920 |
+
msgstr "تکرار پس زمینه"
|
921 |
+
|
922 |
+
#: includes/Login-form-setting/Login-form-background.php:361
|
923 |
+
#: includes/Login-form-setting/Login-form-background.php:767
|
924 |
+
#: includes/Login-form-setting/Login-form-background.php:781
|
925 |
+
#: includes/dashboard/dashboard.php:129 includes/dashboard/dashboard.php:144
|
926 |
+
#: includes/design/background.php:180 includes/design/background.php:368
|
927 |
+
#: includes/design/background.php:383 includes/design/text_and_color.php:583
|
928 |
+
#: includes/design/text_and_color.php:598
|
929 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:117
|
930 |
+
#: includes/googlecaptcha-settings/gcaptcha-settings.php:131
|
931 |
+
#: includes/settings/page-settings.php:84
|
932 |
+
#: includes/settings/page-settings.php:168
|
933 |
+
#: includes/settings/page-settings.php:182 includes/social/social.php:192
|
934 |
+
#: includes/social/social.php:206
|
935 |
+
msgid "Close"
|
936 |
+
msgstr "بستن"
|
937 |
+
|
938 |
+
#: includes/Login-form-setting/Login-form-background.php:355
|
939 |
+
#: includes/settings/page-settings.php:78
|
940 |
+
msgid "Login Background Image"
|
941 |
+
msgstr "تصویر پس زمینه ورود"
|
942 |
+
|
943 |
+
#: includes/Login-form-setting/Login-form-background.php:347
|
944 |
+
#: includes/design/background.php:164
|
945 |
+
msgid "Remove"
|
946 |
+
msgstr "حذف"
|
947 |
+
|
948 |
+
#: includes/Login-form-setting/Login-form-background.php:345
|
949 |
+
#: includes/design/background.php:162 includes/settings/page-settings.php:70
|
950 |
+
msgid "Preview"
|
951 |
+
msgstr "پیشنمایش"
|
952 |
+
|
953 |
+
#: includes/Login-form-setting/Login-form-background.php:343
|
954 |
+
#: includes/design/background.php:160 includes/settings/page-settings.php:68
|
955 |
+
msgid "Upload"
|
956 |
+
msgstr "آپلود"
|
957 |
+
|
958 |
+
#: includes/Login-form-setting/Login-form-background.php:342
|
959 |
+
#: includes/design/background.php:158 includes/settings/page-settings.php:67
|
960 |
+
msgid "No media selected!"
|
961 |
+
msgstr "رسانه ای انتخاب نشده است!"
|
962 |
+
|
963 |
+
#: includes/Login-form-setting/Login-form-background.php:337
|
964 |
+
#: includes/design/background.php:153 includes/design/background.php:172
|
965 |
+
msgid "Background Image"
|
966 |
+
msgstr "عکس پس زمینه"
|
967 |
+
|
968 |
+
#: includes/Login-form-setting/Login-form-background.php:315
|
969 |
+
msgid "Login Form Opacity"
|
970 |
+
msgstr "شفافیت فرم ورود"
|
971 |
+
|
972 |
+
#: includes/Login-form-setting/Login-form-background.php:300
|
973 |
+
#: includes/design/background.php:131
|
974 |
+
msgid "Background Color"
|
975 |
+
msgstr "رنگ پس زمینه"
|
976 |
+
|
977 |
+
#: includes/Login-form-setting/Login-form-background.php:284
|
978 |
+
#: includes/design/background.php:112
|
979 |
+
msgid "Static Background Image"
|
980 |
+
msgstr "عکس پس زمینه پایدار"
|
981 |
+
|
982 |
+
#: includes/Login-form-setting/Login-form-background.php:283
|
983 |
+
#: includes/design/background.php:111
|
984 |
+
msgid "Static Background Color"
|
985 |
+
msgstr "رنگ پس زمینه پایدار"
|
986 |
+
|
987 |
+
#: includes/Login-form-setting/Login-form-background.php:282
|
988 |
+
msgid "Select background"
|
989 |
+
msgstr "انتخاب پس زمینه"
|
990 |
+
|
991 |
+
#: includes/Login-form-setting/Login-form-background.php:276
|
992 |
+
#: includes/design/background.php:103 includes/design/background.php:110
|
993 |
+
msgid "Select Background"
|
994 |
+
msgstr "انتخاب پس زمینه"
|
995 |
+
|
996 |
+
#: includes/Login-form-setting/Login-form-background.php:266
|
997 |
+
msgid "Note: This form position setting will be not responsive."
|
998 |
+
msgstr "توجه : تنظیمات موقعیت این فرم واکنشگرا نخواهد بود."
|
999 |
+
|
1000 |
+
#: includes/Login-form-setting/Login-form-background.php:245
|
1001 |
+
msgid "Floating With Customization Settings"
|
1002 |
+
msgstr "تنظیمات شخصی سازی شناور"
|
1003 |
+
|
1004 |
+
#: includes/Login-form-setting/Login-form-background.php:235
|
1005 |
+
msgid "Right"
|
1006 |
+
msgstr "راست"
|
1007 |
+
|
1008 |
+
#: includes/Login-form-setting/Login-form-background.php:232
|
1009 |
+
msgid "Center"
|
1010 |
+
msgstr "وسط"
|
1011 |
+
|
1012 |
+
#: includes/Login-form-setting/Login-form-background.php:229
|
1013 |
+
msgid "Left"
|
1014 |
+
msgstr "چپ"
|
1015 |
+
|
1016 |
+
#: includes/Login-form-setting/Login-form-background.php:223
|
1017 |
+
msgid "Float Settings"
|
1018 |
+
msgstr "تنظیمات شناور"
|
1019 |
+
|
1020 |
+
#: includes/Login-form-setting/Login-form-background.php:212
|
1021 |
+
msgid "Floating With Customization"
|
1022 |
+
msgstr "شخصی سازی شناور"
|
1023 |
+
|
1024 |
+
#: includes/Login-form-setting/Login-form-background.php:211
|
1025 |
+
msgid "Floating"
|
1026 |
+
msgstr "شناور"
|
1027 |
+
|
1028 |
+
#: includes/Login-form-setting/Login-form-background.php:210
|
1029 |
+
msgid "Default"
|
1030 |
+
msgstr "پیش فرض"
|
1031 |
+
|
1032 |
+
#: includes/Login-form-setting/Login-form-background.php:204
|
1033 |
+
msgid "Login Form Position"
|
1034 |
+
msgstr "موقعیت فرم ورود"
|
1035 |
+
|
1036 |
+
#: includes/Login-form-setting/Login-form-background.php:191
|
1037 |
+
msgid "Login Settings"
|
1038 |
+
msgstr "تنظیمات ورود"
|
1039 |
+
|
1040 |
+
#: init.php:510
|
1041 |
+
msgid "Please upload a file to import"
|
1042 |
+
msgstr "فایل را آپلود کنید"
|
1043 |
+
|
1044 |
+
#: init.php:504
|
1045 |
+
msgid "Please upload a valid .json file"
|
1046 |
+
msgstr "فایل معتبر .json را وارد کنید"
|
1047 |
+
|
1048 |
+
#: init.php:211
|
1049 |
+
msgid "Find Us On Social Media"
|
1050 |
+
msgstr "ما در شبکه اجتماعی"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.weblizar.com/
|
|
4 |
Tags: custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9.8
|
7 |
-
Stable tag: 2.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -124,6 +124,11 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
|
|
124 |
|
125 |
For more information, see [Weblizar](http://www.weblizar.com/)
|
126 |
|
|
|
|
|
|
|
|
|
|
|
127 |
= 2.7.1 =
|
128 |
* Update: Shorting Plugin Menu Name In Admin Menu (Admin Custom Login to AC Login)
|
129 |
* Update: Plugin Menu Icon Updated
|
4 |
Tags: custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 2.7.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
124 |
|
125 |
For more information, see [Weblizar](http://www.weblizar.com/)
|
126 |
|
127 |
+
= 2.7.2 =
|
128 |
+
* Add: Persian Language in Language Folder
|
129 |
+
* Add: Setting link and Try Pro link in plugins list dashboard
|
130 |
+
* Updated review link
|
131 |
+
|
132 |
= 2.7.1 =
|
133 |
* Update: Shorting Plugin Menu Name In Admin Menu (Admin Custom Login to AC Login)
|
134 |
* Update: Plugin Menu Icon Updated
|