Version Description
- Add option to replace custom avatar functionality in Ultimate Member plugin
Download this release
Release Info
Developer | onedesigns |
Plugin | One User Avatar | User Profile Picture |
Version | 2.3.6 |
Comparing to | |
See all releases |
Code changes from version 2.3.5 to 2.3.6
- README.md +3 -0
- assets/css/tinymce-window.css +1 -1
- assets/css/wp-user-avatar.css +1 -1
- assets/js/tinymce-editor_plugin.js +2 -2
- assets/js/tinymce-window.js +1 -1
- assets/js/wp-user-avatar-admin.js +1 -1
- assets/js/wp-user-avatar-user.js +1 -1
- assets/js/wp-user-avatar.js +1 -1
- includes/class-wp-user-avatar-admin.php +4 -2
- includes/class-wp-user-avatar-functions.php +32 -1
- includes/class-wp-user-avatar-list-table.php +1 -1
- includes/class-wp-user-avatar-resource-manager.php +1 -1
- includes/class-wp-user-avatar-setup.php +2 -2
- includes/class-wp-user-avatar-shortcode.php +1 -1
- includes/class-wp-user-avatar-subscriber.php +1 -1
- includes/class-wp-user-avatar-update.php +1 -1
- includes/class-wp-user-avatar-widget.php +1 -1
- includes/class-wp-user-avatar.php +1 -1
- includes/wpua-functions.php +1 -1
- includes/wpua-globals.php +3 -1
- includes/wpua-media-page.php +1 -1
- includes/wpua-options-page.php +15 -1
- includes/wpua-tinymce-window.php +1 -1
- includes/wpua-tinymce.php +1 -1
- languages/de_DE.mo +0 -0
- languages/de_DE.po +72 -67
- languages/en_GB.mo +0 -0
- languages/en_GB.po +71 -67
- languages/es_ES.mo +0 -0
- languages/es_ES.po +73 -67
- languages/fr_FR.mo +0 -0
- languages/fr_FR.po +73 -67
- languages/it_IT.mo +0 -0
- languages/it_IT.po +76 -67
- languages/nl_NL.mo +0 -0
- languages/nl_NL.po +73 -68
- languages/one-user-avatar.pot +81 -77
- languages/pt_BR.mo +0 -0
- languages/pt_BR.po +74 -68
- languages/pt_PT.mo +0 -0
- languages/pt_PT.po +74 -68
- languages/ro_RO.mo +0 -0
- languages/ro_RO.po +74 -68
- one-user-avatar.php +1 -1
- readme.txt +4 -1
- uninstall.php +1 -1
README.md
CHANGED
@@ -378,6 +378,9 @@ This would output:
|
|
378 |
|
379 |
## Changelog
|
380 |
|
|
|
|
|
|
|
381 |
### 2.3.5
|
382 |
* Fix "Choose Image" button not triggering media uploader on admin discussion page
|
383 |
* Remove jQuery UI dependency
|
378 |
|
379 |
## Changelog
|
380 |
|
381 |
+
### 2.3.6
|
382 |
+
* Add option to replace custom avatar functionality in Ultimate Member plugin
|
383 |
+
|
384 |
### 2.3.5
|
385 |
* Fix "Choose Image" button not triggering media uploader on admin discussion page
|
386 |
* Remove jQuery UI dependency
|
assets/css/tinymce-window.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.6
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/css/wp-user-avatar.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.6
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/js/tinymce-editor_plugin.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
@@ -44,7 +44,7 @@
|
|
44 |
author: 'One Designs',
|
45 |
authorurl: 'https://onedesigns.com/',
|
46 |
infourl: 'https://onedesigns.com/plugins/one-user-avatar/',
|
47 |
-
version: '2.3.
|
48 |
};
|
49 |
},
|
50 |
});
|
1 |
+
/*! One User Avatar - 2.3.6
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
44 |
author: 'One Designs',
|
45 |
authorurl: 'https://onedesigns.com/',
|
46 |
infourl: 'https://onedesigns.com/plugins/one-user-avatar/',
|
47 |
+
version: '2.3.6',
|
48 |
};
|
49 |
},
|
50 |
});
|
assets/js/tinymce-window.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.6
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/js/wp-user-avatar-admin.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.6
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/js/wp-user-avatar-user.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.6
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
assets/js/wp-user-avatar.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! One User Avatar - 2.3.
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
1 |
+
/*! One User Avatar - 2.3.6
|
2 |
* Copyright One Designs
|
3 |
* Copyright ProfilePress
|
4 |
* Copyright Flippercode
|
includes/class-wp-user-avatar-admin.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Admin {
|
@@ -79,6 +79,7 @@ class WP_User_Avatar_Admin {
|
|
79 |
public function wpua_options() {
|
80 |
add_option( 'avatar_default_wp_user_avatar', '' );
|
81 |
add_option( 'wp_user_avatar_allow_upload', '0' );
|
|
|
82 |
add_option( 'wp_user_avatar_force_file_uploader', '0' );
|
83 |
add_option( 'wp_user_avatar_disable_gravatar', '0' );
|
84 |
add_option( 'wp_user_avatar_edit_avatar', '1' );
|
@@ -117,7 +118,7 @@ class WP_User_Avatar_Admin {
|
|
117 |
}
|
118 |
|
119 |
wp_enqueue_style( 'wp-user-avatar', WPUA_CSS_URL . 'wp-user-avatar.css', '', WPUA_VERSION );
|
120 |
-
|
121 |
wp_enqueue_script( 'wp-ajax-response' );
|
122 |
wp_enqueue_script( 'media' );
|
123 |
}
|
@@ -329,6 +330,7 @@ class WP_User_Avatar_Admin {
|
|
329 |
$settings[] = register_setting( 'wpua-settings-group', 'show_avatars', 'intval' );
|
330 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_tinymce', 'intval' );
|
331 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_allow_upload', 'intval' );
|
|
|
332 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_force_file_uploader', 'intval' );
|
333 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_disable_gravatar', 'intval' );
|
334 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_edit_avatar', 'intval' );
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Admin {
|
79 |
public function wpua_options() {
|
80 |
add_option( 'avatar_default_wp_user_avatar', '' );
|
81 |
add_option( 'wp_user_avatar_allow_upload', '0' );
|
82 |
+
add_option( 'wp_user_avatar_disable_um_avatars', '0' );
|
83 |
add_option( 'wp_user_avatar_force_file_uploader', '0' );
|
84 |
add_option( 'wp_user_avatar_disable_gravatar', '0' );
|
85 |
add_option( 'wp_user_avatar_edit_avatar', '1' );
|
118 |
}
|
119 |
|
120 |
wp_enqueue_style( 'wp-user-avatar', WPUA_CSS_URL . 'wp-user-avatar.css', '', WPUA_VERSION );
|
121 |
+
|
122 |
wp_enqueue_script( 'wp-ajax-response' );
|
123 |
wp_enqueue_script( 'media' );
|
124 |
}
|
330 |
$settings[] = register_setting( 'wpua-settings-group', 'show_avatars', 'intval' );
|
331 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_tinymce', 'intval' );
|
332 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_allow_upload', 'intval' );
|
333 |
+
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_disable_um_avatars', 'intval' );
|
334 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_force_file_uploader', 'intval' );
|
335 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_disable_gravatar', 'intval' );
|
336 |
$settings[] = register_setting( 'wpua-settings-group', 'wp_user_avatar_edit_avatar', 'intval' );
|
includes/class-wp-user-avatar-functions.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Functions {
|
@@ -33,6 +33,8 @@ class WP_User_Avatar_Functions {
|
|
33 |
// Filter to display One User Avatar by URL at Buddypress
|
34 |
add_filter( 'bp_core_fetch_avatar_url', array( $this, 'wpua_bp_core_fetch_avatar_url_filter' ), 10, 5 );
|
35 |
|
|
|
|
|
36 |
}
|
37 |
|
38 |
|
@@ -865,6 +867,35 @@ class WP_User_Avatar_Functions {
|
|
865 |
|
866 |
return $wpua_image_src;
|
867 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
868 |
}
|
869 |
|
870 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Functions {
|
33 |
// Filter to display One User Avatar by URL at Buddypress
|
34 |
add_filter( 'bp_core_fetch_avatar_url', array( $this, 'wpua_bp_core_fetch_avatar_url_filter' ), 10, 5 );
|
35 |
|
36 |
+
// Maybe replace the custom avatars functionality in the Ultimate Member plugin
|
37 |
+
add_action( 'init', array( $this, 'wpua_maybe_disable_um_avatars' ), 10, 0 );
|
38 |
}
|
39 |
|
40 |
|
867 |
|
868 |
return $wpua_image_src;
|
869 |
}
|
870 |
+
|
871 |
+
/**
|
872 |
+
* Maybe replace the custom avatars functionality in the Ultimate Member plugin
|
873 |
+
* @since 1.1
|
874 |
+
* @param int|string $id_or_email
|
875 |
+
* @param int|string $size
|
876 |
+
* @param string $align
|
877 |
+
* @uses get_wp_user_avatar()
|
878 |
+
* @return string
|
879 |
+
*/
|
880 |
+
public function wpua_maybe_disable_um_avatars() {
|
881 |
+
global $wpua_disable_um_avatars;
|
882 |
+
|
883 |
+
if ( ! function_exists( 'um_get_avatar' ) ) {
|
884 |
+
return;
|
885 |
+
}
|
886 |
+
|
887 |
+
if ( ! $wpua_disable_um_avatars ) {
|
888 |
+
return;
|
889 |
+
}
|
890 |
+
|
891 |
+
$priority = has_filter( 'get_avatar', 'um_get_avatar' );
|
892 |
+
|
893 |
+
if ( false === $priority ) {
|
894 |
+
return;
|
895 |
+
}
|
896 |
+
|
897 |
+
remove_filter( 'get_avatar', 'um_get_avatar', $priority );
|
898 |
+
}
|
899 |
}
|
900 |
|
901 |
/**
|
includes/class-wp-user-avatar-list-table.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_List_Table extends WP_List_Table {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_List_Table extends WP_List_Table {
|
includes/class-wp-user-avatar-resource-manager.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @copyright 2014-2020 Flippercode
|
13 |
* @copyright 2020-2021 ProfilePress
|
14 |
* @copyright 2021 One Designs
|
15 |
-
* @version 2.3.
|
16 |
*/
|
17 |
|
18 |
class WP_User_Avatar_Resource_Manager {
|
12 |
* @copyright 2014-2020 Flippercode
|
13 |
* @copyright 2020-2021 ProfilePress
|
14 |
* @copyright 2021 One Designs
|
15 |
+
* @version 2.3.6
|
16 |
*/
|
17 |
|
18 |
class WP_User_Avatar_Resource_Manager {
|
includes/class-wp-user-avatar-setup.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Setup {
|
@@ -30,7 +30,7 @@ class WP_User_Avatar_Setup {
|
|
30 |
* @since 1.9.2
|
31 |
*/
|
32 |
private function _define_constants() {
|
33 |
-
define( 'WPUA_VERSION', '2.3.
|
34 |
define( 'WPUA_FOLDER', basename( dirname( One_User_Avatar::plugin_file_path() ) ) );
|
35 |
define( 'WPUA_DIR', One_User_Avatar::plugin_dir_path() );
|
36 |
define( 'WPUA_INC', WPUA_DIR . 'includes' . '/' );
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Setup {
|
30 |
* @since 1.9.2
|
31 |
*/
|
32 |
private function _define_constants() {
|
33 |
+
define( 'WPUA_VERSION', '2.3.6' );
|
34 |
define( 'WPUA_FOLDER', basename( dirname( One_User_Avatar::plugin_file_path() ) ) );
|
35 |
define( 'WPUA_DIR', One_User_Avatar::plugin_dir_path() );
|
36 |
define( 'WPUA_INC', WPUA_DIR . 'includes' . '/' );
|
includes/class-wp-user-avatar-shortcode.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Shortcode {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Shortcode {
|
includes/class-wp-user-avatar-subscriber.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Subscriber {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Subscriber {
|
includes/class-wp-user-avatar-update.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Update {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Update {
|
includes/class-wp-user-avatar-widget.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Profile_Widget extends WP_Widget {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar_Profile_Widget extends WP_Widget {
|
includes/class-wp-user-avatar.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar {
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
class WP_User_Avatar {
|
includes/wpua-functions.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
/**
|
includes/wpua-globals.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
@@ -26,6 +26,7 @@ global $avatar_default,
|
|
26 |
$show_avatars,
|
27 |
$wpua_allow_upload,
|
28 |
$wpua_force_file_uploader,
|
|
|
29 |
$wpua_avatar_default,
|
30 |
$wpua_disable_gravatar,
|
31 |
$wpua_edit_avatar,
|
@@ -66,6 +67,7 @@ $wpua_avatar_default = get_option( 'avatar_default_wp_user_avatar' );
|
|
66 |
// Booleans
|
67 |
$show_avatars = get_option( 'show_avatars' );
|
68 |
$wpua_allow_upload = get_option( 'wp_user_avatar_allow_upload' );
|
|
|
69 |
$wpua_force_file_uploader = get_option( 'wp_user_avatar_force_file_uploader' );
|
70 |
$wpua_disable_gravatar = get_option( 'wp_user_avatar_disable_gravatar' );
|
71 |
$wpua_edit_avatar = get_option( 'wp_user_avatar_edit_avatar' );
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
/**
|
26 |
$show_avatars,
|
27 |
$wpua_allow_upload,
|
28 |
$wpua_force_file_uploader,
|
29 |
+
$wpua_disable_um_avatars,
|
30 |
$wpua_avatar_default,
|
31 |
$wpua_disable_gravatar,
|
32 |
$wpua_edit_avatar,
|
67 |
// Booleans
|
68 |
$show_avatars = get_option( 'show_avatars' );
|
69 |
$wpua_allow_upload = get_option( 'wp_user_avatar_allow_upload' );
|
70 |
+
$wpua_disable_um_avatars = get_option( 'wp_user_avatar_disable_um_avatars' );
|
71 |
$wpua_force_file_uploader = get_option( 'wp_user_avatar_force_file_uploader' );
|
72 |
$wpua_disable_gravatar = get_option( 'wp_user_avatar_disable_gravatar' );
|
73 |
$wpua_edit_avatar = get_option( 'wp_user_avatar_edit_avatar' );
|
includes/wpua-media-page.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
/**
|
includes/wpua-options-page.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
@@ -45,6 +45,7 @@ global $show_avatars,
|
|
45 |
$upload_size_limit_with_units,
|
46 |
$wpua_admin,
|
47 |
$wpua_allow_upload,
|
|
|
48 |
$wpua_force_file_uploader,
|
49 |
$wpua_disable_gravatar,
|
50 |
$wpua_edit_avatar,
|
@@ -144,6 +145,19 @@ $wpua_options_page_title = apply_filters( 'wpua_options_page_title', $wpua_optio
|
|
144 |
__( 'Disable Gravatar and use only local avatars', 'one-user-avatar' )
|
145 |
);
|
146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
$wpua_settings['force_file_uploader'] = sprintf(
|
148 |
'<fieldset>
|
149 |
<label for="wp_user_avatar_force_file_uploader">
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
/**
|
45 |
$upload_size_limit_with_units,
|
46 |
$wpua_admin,
|
47 |
$wpua_allow_upload,
|
48 |
+
$wpua_disable_um_avatars,
|
49 |
$wpua_force_file_uploader,
|
50 |
$wpua_disable_gravatar,
|
51 |
$wpua_edit_avatar,
|
145 |
__( 'Disable Gravatar and use only local avatars', 'one-user-avatar' )
|
146 |
);
|
147 |
|
148 |
+
if ( function_exists( 'um_get_avatar' ) ) {
|
149 |
+
$wpua_settings['disable_um_avatars'] = sprintf(
|
150 |
+
'<fieldset>
|
151 |
+
<label for="wp_user_avatar_disable_um_avatars">
|
152 |
+
<input name="wp_user_avatar_disable_um_avatars" type="checkbox" id="wp_user_avatar_disable_um_avatars" value="1" %s />
|
153 |
+
%s
|
154 |
+
</label>
|
155 |
+
</fieldset>',
|
156 |
+
checked( $wpua_disable_um_avatars, true, false ),
|
157 |
+
__( 'Replace the custom avatars functionality in the Ultimate Member plugin', 'one-user-avatar' )
|
158 |
+
);
|
159 |
+
}
|
160 |
+
|
161 |
$wpua_settings['force_file_uploader'] = sprintf(
|
162 |
'<fieldset>
|
163 |
<label for="wp_user_avatar_force_file_uploader">
|
includes/wpua-tinymce-window.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
/**
|
includes/wpua-tinymce.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
/**
|
languages/de_DE.mo
CHANGED
Binary file
|
languages/de_DE.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: de\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -45,95 +45,95 @@ msgstr "One Designs"
|
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
-
#: includes/class-wp-user-avatar-admin.php:
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Du bist nicht berechtigt, diesen Beitrag zu löschen."
|
51 |
|
52 |
-
#: includes/class-wp-user-avatar-admin.php:
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Fehler beim Löschen."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatare"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Einstellungen"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Bibliothek"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Mystery Man"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Leer"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar-Logo"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (automatisch generiert)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (automatisch generiert)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (automatisch generiert)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (automatisch generiert)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Bild auswählen"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
107 |
msgid "Remove"
|
108 |
msgstr "Entfernen"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Rückgängig"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Support-Foren"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Profilbild"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:
|
131 |
-
#: includes/wpua-options-page.php:
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Standard-Avatar"
|
134 |
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
-
#: includes/class-wp-user-avatar-functions.php:
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
@@ -248,50 +248,50 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Absätze automatisch hinzufügen"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Bild auswählen: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Hochladen"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Maximale Dateigröße für Uploads: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Erlaubte Dateien: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Originalgröße"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Vorschaubild"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Bild entfernen"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Diese Datei ist kein Bild. Bitte versuche es mit einer anderen."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr ""
|
291 |
"Speicherkapazität überschritten. Bitte versuche es mit einer kleineren Datei."
|
292 |
|
293 |
#. translators: directory path
|
294 |
-
#: includes/class-wp-user-avatar.php:
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
@@ -316,24 +316,29 @@ msgstr "Suchergebnisse für %s"
|
|
316 |
msgid "Search"
|
317 |
msgstr "Suchen"
|
318 |
|
319 |
-
#: includes/wpua-options-page.php:
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Avator-Button zum visuellen Editor hinzufügen"
|
322 |
|
323 |
-
#: includes/wpua-options-page.php:
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Mitwirkenden und Abonnenten erlauben, Avatare hochzuladen"
|
326 |
|
327 |
-
#: includes/wpua-options-page.php:
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Gravatar deaktivieren und nur lokale Avatare verwenden"
|
330 |
|
331 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
332 |
msgid "Always use the browser file uploader to upload avatars"
|
333 |
msgstr ""
|
334 |
"Verwend zum Hochladen von Avataren immer den Datei-Uploader des Browsers"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid ""
|
338 |
"Check this if another plugin is conflicting with the WordPress Media "
|
339 |
"Uploader."
|
@@ -341,68 +346,68 @@ msgstr ""
|
|
341 |
"Aktivier dies, wenn ein anderes Plugin mit dem WordPress Media Uploader in "
|
342 |
"Konflikt steht"
|
343 |
|
344 |
-
#: includes/wpua-options-page.php:
|
345 |
msgid "Upload Size Limit"
|
346 |
msgstr "Dateigrößenbeschränkung"
|
347 |
|
348 |
-
#: includes/wpua-options-page.php:
|
349 |
msgid "(only for Contributors & Subscribers)"
|
350 |
msgstr "(nur für Mitwirkende und Abonnenten)"
|
351 |
|
352 |
#. translators: file name
|
353 |
-
#: includes/wpua-options-page.php:
|
354 |
msgid "%s exceeds the maximum upload size for this site."
|
355 |
msgstr "%s überschreitet das Upload-Limit für diese Website."
|
356 |
|
357 |
-
#: includes/wpua-options-page.php:
|
358 |
msgid "Allow users to edit avatars"
|
359 |
msgstr "Benutzern erlauben, Avatare zu bearbeiten"
|
360 |
|
361 |
-
#: includes/wpua-options-page.php:
|
362 |
msgid "Resize avatars on upload"
|
363 |
msgstr "Avatar-Größe beim Upload ändern"
|
364 |
|
365 |
-
#: includes/wpua-options-page.php:
|
366 |
msgid "Width"
|
367 |
msgstr "Breite"
|
368 |
|
369 |
-
#: includes/wpua-options-page.php:
|
370 |
msgid "Height"
|
371 |
msgstr "Höhe"
|
372 |
|
373 |
-
#: includes/wpua-options-page.php:
|
374 |
msgid "Crop avatars to exact dimensions"
|
375 |
msgstr "Avatare auf exakte Größe zuschneiden"
|
376 |
|
377 |
-
#: includes/wpua-options-page.php:
|
378 |
msgid "Avatar Display"
|
379 |
msgstr "Avataranzeige"
|
380 |
|
381 |
-
#: includes/wpua-options-page.php:
|
382 |
msgid "Show Avatars"
|
383 |
msgstr "Avatare anzeigen"
|
384 |
|
385 |
-
#: includes/wpua-options-page.php:
|
386 |
msgid "Maximum Rating"
|
387 |
msgstr "Avatare anzeigen mit der Einstufung bis einschließlich"
|
388 |
|
389 |
-
#: includes/wpua-options-page.php:
|
390 |
msgid "G — Suitable for all audiences"
|
391 |
msgstr "G — Jugendfrei"
|
392 |
|
393 |
-
#: includes/wpua-options-page.php:
|
394 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
395 |
msgstr "PG — Entspricht dem deutschen FSK12"
|
396 |
|
397 |
-
#: includes/wpua-options-page.php:
|
398 |
msgid "R — Intended for adult audiences above 17"
|
399 |
msgstr "R — Entspricht in etwa dem deutschen FSK18"
|
400 |
|
401 |
-
#: includes/wpua-options-page.php:
|
402 |
msgid "X — Even more mature than above"
|
403 |
msgstr "X — Keine Jugendfreigabe"
|
404 |
|
405 |
-
#: includes/wpua-options-page.php:
|
406 |
msgid ""
|
407 |
"For users without a custom avatar of their own, you can either display a "
|
408 |
"generic logo or a generated one based on their e-mail address."
|
@@ -483,7 +488,7 @@ msgid "Insert Avatar"
|
|
483 |
msgstr "Avatar einfügen"
|
484 |
|
485 |
#. translators: placeholder for <a> and </a> tags.
|
486 |
-
#: one-user-avatar.php:
|
487 |
msgid ""
|
488 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
489 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-08-05 21:39+0200\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: de\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Du bist nicht berechtigt, diesen Beitrag zu löschen."
|
51 |
|
52 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Fehler beim Löschen."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatare"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
64 |
+
#: includes/wpua-options-page.php:108
|
65 |
msgid "Settings"
|
66 |
msgstr "Einstellungen"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
70 |
msgid "Library"
|
71 |
msgstr "Bibliothek"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Mystery Man"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
78 |
msgid "Blank"
|
79 |
msgstr "Leer"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar-Logo"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (automatisch generiert)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (automatisch generiert)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (automatisch generiert)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (automatisch generiert)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
102 |
+
#: includes/class-wp-user-avatar.php:229
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Bild auswählen"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
107 |
msgid "Remove"
|
108 |
msgstr "Entfernen"
|
109 |
|
110 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
111 |
+
#: includes/class-wp-user-avatar.php:290
|
112 |
msgid "Undo"
|
113 |
msgstr "Rückgängig"
|
114 |
|
115 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Support-Foren"
|
122 |
|
123 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Profilbild"
|
129 |
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Standard-Avatar"
|
134 |
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
248 |
msgstr "Absätze automatisch hinzufügen"
|
249 |
|
250 |
#. translators: user display name
|
251 |
+
#: includes/class-wp-user-avatar.php:225
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Bild auswählen: %s"
|
254 |
|
255 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Hochladen"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Maximale Dateigröße für Uploads: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
+
#: includes/class-wp-user-avatar.php:261
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Erlaubte Dateien: %s"
|
269 |
|
270 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Originalgröße"
|
274 |
|
275 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Vorschaubild"
|
279 |
|
280 |
+
#: includes/class-wp-user-avatar.php:286
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Bild entfernen"
|
283 |
|
284 |
+
#: includes/class-wp-user-avatar.php:375
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Diese Datei ist kein Bild. Bitte versuche es mit einer anderen."
|
287 |
|
288 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr ""
|
291 |
"Speicherkapazität überschritten. Bitte versuche es mit einer kleineren Datei."
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:387
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
316 |
msgid "Search"
|
317 |
msgstr "Suchen"
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:123
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Avator-Button zum visuellen Editor hinzufügen"
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:134
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Mitwirkenden und Abonnenten erlauben, Avatare hochzuladen"
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:145
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Gravatar deaktivieren und nur lokale Avatare verwenden"
|
330 |
|
331 |
+
#: includes/wpua-options-page.php:157
|
332 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
+
msgstr ""
|
334 |
+
"Ersetz die benutzerdefinierte Avatar Funktionalität im Ultimate Member Plugin"
|
335 |
+
|
336 |
+
#: includes/wpua-options-page.php:170
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Verwend zum Hochladen von Avataren immer den Datei-Uploader des Browsers"
|
340 |
|
341 |
+
#: includes/wpua-options-page.php:171
|
342 |
msgid ""
|
343 |
"Check this if another plugin is conflicting with the WordPress Media "
|
344 |
"Uploader."
|
346 |
"Aktivier dies, wenn ein anderes Plugin mit dem WordPress Media Uploader in "
|
347 |
"Konflikt steht"
|
348 |
|
349 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
350 |
msgid "Upload Size Limit"
|
351 |
msgstr "Dateigrößenbeschränkung"
|
352 |
|
353 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
354 |
msgid "(only for Contributors & Subscribers)"
|
355 |
msgstr "(nur für Mitwirkende und Abonnenten)"
|
356 |
|
357 |
#. translators: file name
|
358 |
+
#: includes/wpua-options-page.php:219
|
359 |
msgid "%s exceeds the maximum upload size for this site."
|
360 |
msgstr "%s überschreitet das Upload-Limit für diese Website."
|
361 |
|
362 |
+
#: includes/wpua-options-page.php:238
|
363 |
msgid "Allow users to edit avatars"
|
364 |
msgstr "Benutzern erlauben, Avatare zu bearbeiten"
|
365 |
|
366 |
+
#: includes/wpua-options-page.php:246
|
367 |
msgid "Resize avatars on upload"
|
368 |
msgstr "Avatar-Größe beim Upload ändern"
|
369 |
|
370 |
+
#: includes/wpua-options-page.php:251
|
371 |
msgid "Width"
|
372 |
msgstr "Breite"
|
373 |
|
374 |
+
#: includes/wpua-options-page.php:255
|
375 |
msgid "Height"
|
376 |
msgstr "Höhe"
|
377 |
|
378 |
+
#: includes/wpua-options-page.php:263
|
379 |
msgid "Crop avatars to exact dimensions"
|
380 |
msgstr "Avatare auf exakte Größe zuschneiden"
|
381 |
|
382 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
383 |
msgid "Avatar Display"
|
384 |
msgstr "Avataranzeige"
|
385 |
|
386 |
+
#: includes/wpua-options-page.php:298
|
387 |
msgid "Show Avatars"
|
388 |
msgstr "Avatare anzeigen"
|
389 |
|
390 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
391 |
msgid "Maximum Rating"
|
392 |
msgstr "Avatare anzeigen mit der Einstufung bis einschließlich"
|
393 |
|
394 |
+
#: includes/wpua-options-page.php:317
|
395 |
msgid "G — Suitable for all audiences"
|
396 |
msgstr "G — Jugendfrei"
|
397 |
|
398 |
+
#: includes/wpua-options-page.php:318
|
399 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
400 |
msgstr "PG — Entspricht dem deutschen FSK12"
|
401 |
|
402 |
+
#: includes/wpua-options-page.php:319
|
403 |
msgid "R — Intended for adult audiences above 17"
|
404 |
msgstr "R — Entspricht in etwa dem deutschen FSK18"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:320
|
407 |
msgid "X — Even more mature than above"
|
408 |
msgstr "X — Keine Jugendfreigabe"
|
409 |
|
410 |
+
#: includes/wpua-options-page.php:349
|
411 |
msgid ""
|
412 |
"For users without a custom avatar of their own, you can either display a "
|
413 |
"generic logo or a generated one based on their e-mail address."
|
488 |
msgstr "Avatar einfügen"
|
489 |
|
490 |
#. translators: placeholder for <a> and </a> tags.
|
491 |
+
#: one-user-avatar.php:120
|
492 |
msgid ""
|
493 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
494 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
languages/en_GB.mo
CHANGED
Binary file
|
languages/en_GB.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: en_GB\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -44,95 +44,95 @@ msgstr "One Designs"
|
|
44 |
msgid "https://onedesigns.com/"
|
45 |
msgstr "https://onedesigns.com/"
|
46 |
|
47 |
-
#: includes/class-wp-user-avatar-admin.php:
|
48 |
msgid "You are not allowed to delete this post."
|
49 |
msgstr "You are not allowed to delete this post."
|
50 |
|
51 |
-
#: includes/class-wp-user-avatar-admin.php:
|
52 |
msgid "Error in deleting."
|
53 |
msgstr "Error in deleting."
|
54 |
|
55 |
-
#: includes/class-wp-user-avatar-admin.php:
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
msgid "Avatars"
|
58 |
msgstr "Avatars"
|
59 |
|
60 |
-
#: includes/class-wp-user-avatar-admin.php:
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/wpua-options-page.php:
|
64 |
msgid "Settings"
|
65 |
msgstr "Settings"
|
66 |
|
67 |
-
#: includes/class-wp-user-avatar-admin.php:
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
msgid "Library"
|
70 |
msgstr "Library"
|
71 |
|
72 |
-
#: includes/class-wp-user-avatar-admin.php:
|
73 |
msgid "Mystery Man"
|
74 |
msgstr "Mystery Man"
|
75 |
|
76 |
-
#: includes/class-wp-user-avatar-admin.php:
|
77 |
msgid "Blank"
|
78 |
msgstr "Blank"
|
79 |
|
80 |
-
#: includes/class-wp-user-avatar-admin.php:
|
81 |
msgid "Gravatar Logo"
|
82 |
msgstr "Gravatar Logo"
|
83 |
|
84 |
-
#: includes/class-wp-user-avatar-admin.php:
|
85 |
msgid "Identicon (Generated)"
|
86 |
msgstr "Identicon (Generated)"
|
87 |
|
88 |
-
#: includes/class-wp-user-avatar-admin.php:
|
89 |
msgid "Wavatar (Generated)"
|
90 |
msgstr "Wavatar (Generated)"
|
91 |
|
92 |
-
#: includes/class-wp-user-avatar-admin.php:
|
93 |
msgid "MonsterID (Generated)"
|
94 |
msgstr "MonsterID (Generated)"
|
95 |
|
96 |
-
#: includes/class-wp-user-avatar-admin.php:
|
97 |
msgid "Retro (Generated)"
|
98 |
msgstr "Retro (Generated)"
|
99 |
|
100 |
-
#: includes/class-wp-user-avatar-admin.php:
|
101 |
-
#: includes/class-wp-user-avatar.php:
|
102 |
msgid "Choose Image"
|
103 |
msgstr "Choose Image"
|
104 |
|
105 |
-
#: includes/class-wp-user-avatar-admin.php:
|
106 |
msgid "Remove"
|
107 |
msgstr "Remove"
|
108 |
|
109 |
-
#: includes/class-wp-user-avatar-admin.php:
|
110 |
-
#: includes/class-wp-user-avatar.php:
|
111 |
msgid "Undo"
|
112 |
msgstr "Undo"
|
113 |
|
114 |
-
#: includes/class-wp-user-avatar-admin.php:
|
115 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
116 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
|
118 |
-
#: includes/class-wp-user-avatar-admin.php:
|
119 |
msgid "Support Forums"
|
120 |
msgstr "Support Forums"
|
121 |
|
122 |
-
#: includes/class-wp-user-avatar-admin.php:
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
125 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
126 |
msgid "Profile Picture"
|
127 |
msgstr "Profile Picture"
|
128 |
|
129 |
-
#: includes/class-wp-user-avatar-admin.php:
|
130 |
-
#: includes/wpua-options-page.php:
|
131 |
msgid "Default Avatar"
|
132 |
msgstr "Default Avatar"
|
133 |
|
134 |
-
#: includes/class-wp-user-avatar-functions.php:
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
msgid "Avatar"
|
137 |
msgstr "Avatar"
|
138 |
|
@@ -246,49 +246,49 @@ msgid "Automatically add paragraphs"
|
|
246 |
msgstr "Automatically add paragraphs"
|
247 |
|
248 |
#. translators: user display name
|
249 |
-
#: includes/class-wp-user-avatar.php:
|
250 |
msgid "Choose Image: %s"
|
251 |
msgstr "Choose Image: %s"
|
252 |
|
253 |
-
#: includes/class-wp-user-avatar.php:
|
254 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
255 |
msgid "Upload"
|
256 |
msgstr "Upload"
|
257 |
|
258 |
#. translators: file size in KB
|
259 |
-
#: includes/class-wp-user-avatar.php:
|
260 |
msgid "Maximum upload file size: %s."
|
261 |
msgstr "Maximum upload file size: %s."
|
262 |
|
263 |
#. translators: allowed file extensions
|
264 |
-
#: includes/class-wp-user-avatar.php:
|
265 |
msgid "Allowed Files: %s"
|
266 |
msgstr "Allowed Files: %s"
|
267 |
|
268 |
-
#: includes/class-wp-user-avatar.php:
|
269 |
#: includes/wpua-tinymce-window.php:125
|
270 |
msgid "Original Size"
|
271 |
msgstr "Original Size"
|
272 |
|
273 |
-
#: includes/class-wp-user-avatar.php:
|
274 |
#: includes/wpua-tinymce-window.php:128
|
275 |
msgid "Thumbnail"
|
276 |
msgstr "Thumbnail"
|
277 |
|
278 |
-
#: includes/class-wp-user-avatar.php:
|
279 |
msgid "Remove Image"
|
280 |
msgstr "Remove Image"
|
281 |
|
282 |
-
#: includes/class-wp-user-avatar.php:
|
283 |
msgid "This file is not an image. Please try another."
|
284 |
msgstr "This file is not an image. Please try another."
|
285 |
|
286 |
-
#: includes/class-wp-user-avatar.php:
|
287 |
msgid "Memory exceeded. Please try another smaller file."
|
288 |
msgstr "Memory exceeded. Please try another smaller file."
|
289 |
|
290 |
#. translators: directory path
|
291 |
-
#: includes/class-wp-user-avatar.php:
|
292 |
msgid ""
|
293 |
"Unable to create directory %s. Is its parent directory writable by the "
|
294 |
"server?"
|
@@ -313,23 +313,27 @@ msgstr "Search results for %s"
|
|
313 |
msgid "Search"
|
314 |
msgstr "Search"
|
315 |
|
316 |
-
#: includes/wpua-options-page.php:
|
317 |
msgid "Add avatar button to Visual Editor"
|
318 |
msgstr "Add avatar button to Visual Editor"
|
319 |
|
320 |
-
#: includes/wpua-options-page.php:
|
321 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
322 |
msgstr "Allow Contributors & Subscribers to upload avatars"
|
323 |
|
324 |
-
#: includes/wpua-options-page.php:
|
325 |
msgid "Disable Gravatar and use only local avatars"
|
326 |
msgstr "Disable Gravatar and use only local avatars"
|
327 |
|
328 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
329 |
msgid "Always use the browser file uploader to upload avatars"
|
330 |
msgstr "Always use the browser file uploader to upload avatars"
|
331 |
|
332 |
-
#: includes/wpua-options-page.php:
|
333 |
msgid ""
|
334 |
"Check this if another plugin is conflicting with the WordPress Media "
|
335 |
"Uploader."
|
@@ -337,68 +341,68 @@ msgstr ""
|
|
337 |
"Check this if another plugin is conflicting with the WordPress Media "
|
338 |
"Uploader."
|
339 |
|
340 |
-
#: includes/wpua-options-page.php:
|
341 |
msgid "Upload Size Limit"
|
342 |
msgstr "Upload Size Limit"
|
343 |
|
344 |
-
#: includes/wpua-options-page.php:
|
345 |
msgid "(only for Contributors & Subscribers)"
|
346 |
msgstr "(only for Contributors & Subscribers)"
|
347 |
|
348 |
#. translators: file name
|
349 |
-
#: includes/wpua-options-page.php:
|
350 |
msgid "%s exceeds the maximum upload size for this site."
|
351 |
msgstr "%s exceeds the maximum upload size for this site."
|
352 |
|
353 |
-
#: includes/wpua-options-page.php:
|
354 |
msgid "Allow users to edit avatars"
|
355 |
msgstr "Allow users to edit avatars"
|
356 |
|
357 |
-
#: includes/wpua-options-page.php:
|
358 |
msgid "Resize avatars on upload"
|
359 |
msgstr "Resize avatars on upload"
|
360 |
|
361 |
-
#: includes/wpua-options-page.php:
|
362 |
msgid "Width"
|
363 |
msgstr "Width"
|
364 |
|
365 |
-
#: includes/wpua-options-page.php:
|
366 |
msgid "Height"
|
367 |
msgstr "Height"
|
368 |
|
369 |
-
#: includes/wpua-options-page.php:
|
370 |
msgid "Crop avatars to exact dimensions"
|
371 |
msgstr "Crop avatars to exact dimensions"
|
372 |
|
373 |
-
#: includes/wpua-options-page.php:
|
374 |
msgid "Avatar Display"
|
375 |
msgstr "Avatar Display"
|
376 |
|
377 |
-
#: includes/wpua-options-page.php:
|
378 |
msgid "Show Avatars"
|
379 |
msgstr "Show Avatars"
|
380 |
|
381 |
-
#: includes/wpua-options-page.php:
|
382 |
msgid "Maximum Rating"
|
383 |
msgstr "Maximum Rating"
|
384 |
|
385 |
-
#: includes/wpua-options-page.php:
|
386 |
msgid "G — Suitable for all audiences"
|
387 |
msgstr "G — Suitable for all audiences"
|
388 |
|
389 |
-
#: includes/wpua-options-page.php:
|
390 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
391 |
msgstr "PG — Possibly offensive, usually for audiences 13 and above"
|
392 |
|
393 |
-
#: includes/wpua-options-page.php:
|
394 |
msgid "R — Intended for adult audiences above 17"
|
395 |
msgstr "R — Intended for adult audiences above 17"
|
396 |
|
397 |
-
#: includes/wpua-options-page.php:
|
398 |
msgid "X — Even more mature than above"
|
399 |
msgstr "X — Even more mature than above"
|
400 |
|
401 |
-
#: includes/wpua-options-page.php:
|
402 |
msgid ""
|
403 |
"For users without a custom avatar of their own, you can either display a "
|
404 |
"generic logo or a generated one based on their e-mail address."
|
@@ -479,7 +483,7 @@ msgid "Insert Avatar"
|
|
479 |
msgstr "Insert Avatar"
|
480 |
|
481 |
#. translators: placeholder for <a> and </a> tags.
|
482 |
-
#: one-user-avatar.php:
|
483 |
msgid ""
|
484 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
485 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-08-05 21:40+0200\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: en_GB\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
44 |
msgid "https://onedesigns.com/"
|
45 |
msgstr "https://onedesigns.com/"
|
46 |
|
47 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
48 |
msgid "You are not allowed to delete this post."
|
49 |
msgstr "You are not allowed to delete this post."
|
50 |
|
51 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
52 |
msgid "Error in deleting."
|
53 |
msgstr "Error in deleting."
|
54 |
|
55 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
57 |
msgid "Avatars"
|
58 |
msgstr "Avatars"
|
59 |
|
60 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
63 |
+
#: includes/wpua-options-page.php:108
|
64 |
msgid "Settings"
|
65 |
msgstr "Settings"
|
66 |
|
67 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
69 |
msgid "Library"
|
70 |
msgstr "Library"
|
71 |
|
72 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
73 |
msgid "Mystery Man"
|
74 |
msgstr "Mystery Man"
|
75 |
|
76 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
77 |
msgid "Blank"
|
78 |
msgstr "Blank"
|
79 |
|
80 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
81 |
msgid "Gravatar Logo"
|
82 |
msgstr "Gravatar Logo"
|
83 |
|
84 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
85 |
msgid "Identicon (Generated)"
|
86 |
msgstr "Identicon (Generated)"
|
87 |
|
88 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
89 |
msgid "Wavatar (Generated)"
|
90 |
msgstr "Wavatar (Generated)"
|
91 |
|
92 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
93 |
msgid "MonsterID (Generated)"
|
94 |
msgstr "MonsterID (Generated)"
|
95 |
|
96 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
97 |
msgid "Retro (Generated)"
|
98 |
msgstr "Retro (Generated)"
|
99 |
|
100 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
101 |
+
#: includes/class-wp-user-avatar.php:229
|
102 |
msgid "Choose Image"
|
103 |
msgstr "Choose Image"
|
104 |
|
105 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
106 |
msgid "Remove"
|
107 |
msgstr "Remove"
|
108 |
|
109 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
110 |
+
#: includes/class-wp-user-avatar.php:290
|
111 |
msgid "Undo"
|
112 |
msgstr "Undo"
|
113 |
|
114 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
115 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
116 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
|
118 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
119 |
msgid "Support Forums"
|
120 |
msgstr "Support Forums"
|
121 |
|
122 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
123 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
124 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
125 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
126 |
msgid "Profile Picture"
|
127 |
msgstr "Profile Picture"
|
128 |
|
129 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
130 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
131 |
msgid "Default Avatar"
|
132 |
msgstr "Default Avatar"
|
133 |
|
134 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
136 |
msgid "Avatar"
|
137 |
msgstr "Avatar"
|
138 |
|
246 |
msgstr "Automatically add paragraphs"
|
247 |
|
248 |
#. translators: user display name
|
249 |
+
#: includes/class-wp-user-avatar.php:225
|
250 |
msgid "Choose Image: %s"
|
251 |
msgstr "Choose Image: %s"
|
252 |
|
253 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
254 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
255 |
msgid "Upload"
|
256 |
msgstr "Upload"
|
257 |
|
258 |
#. translators: file size in KB
|
259 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
260 |
msgid "Maximum upload file size: %s."
|
261 |
msgstr "Maximum upload file size: %s."
|
262 |
|
263 |
#. translators: allowed file extensions
|
264 |
+
#: includes/class-wp-user-avatar.php:261
|
265 |
msgid "Allowed Files: %s"
|
266 |
msgstr "Allowed Files: %s"
|
267 |
|
268 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
269 |
#: includes/wpua-tinymce-window.php:125
|
270 |
msgid "Original Size"
|
271 |
msgstr "Original Size"
|
272 |
|
273 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
274 |
#: includes/wpua-tinymce-window.php:128
|
275 |
msgid "Thumbnail"
|
276 |
msgstr "Thumbnail"
|
277 |
|
278 |
+
#: includes/class-wp-user-avatar.php:286
|
279 |
msgid "Remove Image"
|
280 |
msgstr "Remove Image"
|
281 |
|
282 |
+
#: includes/class-wp-user-avatar.php:375
|
283 |
msgid "This file is not an image. Please try another."
|
284 |
msgstr "This file is not an image. Please try another."
|
285 |
|
286 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
287 |
msgid "Memory exceeded. Please try another smaller file."
|
288 |
msgstr "Memory exceeded. Please try another smaller file."
|
289 |
|
290 |
#. translators: directory path
|
291 |
+
#: includes/class-wp-user-avatar.php:387
|
292 |
msgid ""
|
293 |
"Unable to create directory %s. Is its parent directory writable by the "
|
294 |
"server?"
|
313 |
msgid "Search"
|
314 |
msgstr "Search"
|
315 |
|
316 |
+
#: includes/wpua-options-page.php:123
|
317 |
msgid "Add avatar button to Visual Editor"
|
318 |
msgstr "Add avatar button to Visual Editor"
|
319 |
|
320 |
+
#: includes/wpua-options-page.php:134
|
321 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
322 |
msgstr "Allow Contributors & Subscribers to upload avatars"
|
323 |
|
324 |
+
#: includes/wpua-options-page.php:145
|
325 |
msgid "Disable Gravatar and use only local avatars"
|
326 |
msgstr "Disable Gravatar and use only local avatars"
|
327 |
|
328 |
+
#: includes/wpua-options-page.php:157
|
329 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
330 |
+
msgstr "Replace the custom avatars functionality in the Ultimate Member plugin"
|
331 |
+
|
332 |
+
#: includes/wpua-options-page.php:170
|
333 |
msgid "Always use the browser file uploader to upload avatars"
|
334 |
msgstr "Always use the browser file uploader to upload avatars"
|
335 |
|
336 |
+
#: includes/wpua-options-page.php:171
|
337 |
msgid ""
|
338 |
"Check this if another plugin is conflicting with the WordPress Media "
|
339 |
"Uploader."
|
341 |
"Check this if another plugin is conflicting with the WordPress Media "
|
342 |
"Uploader."
|
343 |
|
344 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
345 |
msgid "Upload Size Limit"
|
346 |
msgstr "Upload Size Limit"
|
347 |
|
348 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
349 |
msgid "(only for Contributors & Subscribers)"
|
350 |
msgstr "(only for Contributors & Subscribers)"
|
351 |
|
352 |
#. translators: file name
|
353 |
+
#: includes/wpua-options-page.php:219
|
354 |
msgid "%s exceeds the maximum upload size for this site."
|
355 |
msgstr "%s exceeds the maximum upload size for this site."
|
356 |
|
357 |
+
#: includes/wpua-options-page.php:238
|
358 |
msgid "Allow users to edit avatars"
|
359 |
msgstr "Allow users to edit avatars"
|
360 |
|
361 |
+
#: includes/wpua-options-page.php:246
|
362 |
msgid "Resize avatars on upload"
|
363 |
msgstr "Resize avatars on upload"
|
364 |
|
365 |
+
#: includes/wpua-options-page.php:251
|
366 |
msgid "Width"
|
367 |
msgstr "Width"
|
368 |
|
369 |
+
#: includes/wpua-options-page.php:255
|
370 |
msgid "Height"
|
371 |
msgstr "Height"
|
372 |
|
373 |
+
#: includes/wpua-options-page.php:263
|
374 |
msgid "Crop avatars to exact dimensions"
|
375 |
msgstr "Crop avatars to exact dimensions"
|
376 |
|
377 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
378 |
msgid "Avatar Display"
|
379 |
msgstr "Avatar Display"
|
380 |
|
381 |
+
#: includes/wpua-options-page.php:298
|
382 |
msgid "Show Avatars"
|
383 |
msgstr "Show Avatars"
|
384 |
|
385 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
386 |
msgid "Maximum Rating"
|
387 |
msgstr "Maximum Rating"
|
388 |
|
389 |
+
#: includes/wpua-options-page.php:317
|
390 |
msgid "G — Suitable for all audiences"
|
391 |
msgstr "G — Suitable for all audiences"
|
392 |
|
393 |
+
#: includes/wpua-options-page.php:318
|
394 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
395 |
msgstr "PG — Possibly offensive, usually for audiences 13 and above"
|
396 |
|
397 |
+
#: includes/wpua-options-page.php:319
|
398 |
msgid "R — Intended for adult audiences above 17"
|
399 |
msgstr "R — Intended for adult audiences above 17"
|
400 |
|
401 |
+
#: includes/wpua-options-page.php:320
|
402 |
msgid "X — Even more mature than above"
|
403 |
msgstr "X — Even more mature than above"
|
404 |
|
405 |
+
#: includes/wpua-options-page.php:349
|
406 |
msgid ""
|
407 |
"For users without a custom avatar of their own, you can either display a "
|
408 |
"generic logo or a generated one based on their e-mail address."
|
483 |
msgstr "Insert Avatar"
|
484 |
|
485 |
#. translators: placeholder for <a> and </a> tags.
|
486 |
+
#: one-user-avatar.php:120
|
487 |
msgid ""
|
488 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
489 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
languages/es_ES.mo
CHANGED
Binary file
|
languages/es_ES.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: es\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -45,95 +45,95 @@ msgstr "One Designs"
|
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
-
#: includes/class-wp-user-avatar-admin.php:
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "No tienes permisos para eliminar esta entrada."
|
51 |
|
52 |
-
#: includes/class-wp-user-avatar-admin.php:
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Error al eliminar."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Ajustes"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Hombre misterioso"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "En blanco"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logo Gravatar"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (generado)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (generado)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (generado)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (generado)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Elegir imagen"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
107 |
msgid "Remove"
|
108 |
msgstr "Eliminar"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Deshacer"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Foro de soporte"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Imagen del perfil"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:
|
131 |
-
#: includes/wpua-options-page.php:
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar por defecto"
|
134 |
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
-
#: includes/class-wp-user-avatar-functions.php:
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
@@ -248,49 +248,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Añadir párrafos automáticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Elegir imagen: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Subir"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamaño máximo de subida: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Archivos permitidos: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Tamaño original"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Eliminar imagen"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este archivo no es una imagen. Por favor prueba con otro."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memoria superada. Por favor prueba con un archivo más pequeño."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,24 +315,30 @@ msgstr "Resultados de búsqueda para %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Buscar"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Añadir botón de avatar al editor visual"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir los colaboradores y los suscriptores subir avatares"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desactivar Gravatar y utilizar sólo los avatares locales"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
msgid "Always use the browser file uploader to upload avatars"
|
332 |
msgstr ""
|
333 |
"Utilice siempre el cargador de archivos del navegador para cargar avatares"
|
334 |
|
335 |
-
#: includes/wpua-options-page.php:
|
336 |
msgid ""
|
337 |
"Check this if another plugin is conflicting with the WordPress Media "
|
338 |
"Uploader."
|
@@ -340,68 +346,68 @@ msgstr ""
|
|
340 |
"Marque esto si otro plugin está en conflicto con el cargador de medios de "
|
341 |
"WordPress."
|
342 |
|
343 |
-
#: includes/wpua-options-page.php:
|
344 |
msgid "Upload Size Limit"
|
345 |
msgstr "Tamaño máximo de subida"
|
346 |
|
347 |
-
#: includes/wpua-options-page.php:
|
348 |
msgid "(only for Contributors & Subscribers)"
|
349 |
msgstr "(para colaboradores y suscriptores)"
|
350 |
|
351 |
#. translators: file name
|
352 |
-
#: includes/wpua-options-page.php:
|
353 |
msgid "%s exceeds the maximum upload size for this site."
|
354 |
msgstr "%s excede el limite de tamaño máximo para el archivo."
|
355 |
|
356 |
-
#: includes/wpua-options-page.php:
|
357 |
msgid "Allow users to edit avatars"
|
358 |
msgstr "Permitir a los usuarios editar su avatar"
|
359 |
|
360 |
-
#: includes/wpua-options-page.php:
|
361 |
msgid "Resize avatars on upload"
|
362 |
msgstr "Escalar los avatares al subirlos"
|
363 |
|
364 |
-
#: includes/wpua-options-page.php:
|
365 |
msgid "Width"
|
366 |
msgstr "Ancho"
|
367 |
|
368 |
-
#: includes/wpua-options-page.php:
|
369 |
msgid "Height"
|
370 |
msgstr "Altura"
|
371 |
|
372 |
-
#: includes/wpua-options-page.php:
|
373 |
msgid "Crop avatars to exact dimensions"
|
374 |
msgstr "Recortar los avatares a sus dimensiones exactas"
|
375 |
|
376 |
-
#: includes/wpua-options-page.php:
|
377 |
msgid "Avatar Display"
|
378 |
msgstr "Mostrar avatar"
|
379 |
|
380 |
-
#: includes/wpua-options-page.php:
|
381 |
msgid "Show Avatars"
|
382 |
msgstr "Mostrar avatares"
|
383 |
|
384 |
-
#: includes/wpua-options-page.php:
|
385 |
msgid "Maximum Rating"
|
386 |
msgstr "Clasificación máxima"
|
387 |
|
388 |
-
#: includes/wpua-options-page.php:
|
389 |
msgid "G — Suitable for all audiences"
|
390 |
msgstr "G — Apto para todo público"
|
391 |
|
392 |
-
#: includes/wpua-options-page.php:
|
393 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
394 |
msgstr "PG — Posiblemente ofensivo, para audiencias menores a 13 años"
|
395 |
|
396 |
-
#: includes/wpua-options-page.php:
|
397 |
msgid "R — Intended for adult audiences above 17"
|
398 |
msgstr "R — Para audiencias adultas mayores a 17"
|
399 |
|
400 |
-
#: includes/wpua-options-page.php:
|
401 |
msgid "X — Even more mature than above"
|
402 |
msgstr "X — Todavía más adulto que el anterior"
|
403 |
|
404 |
-
#: includes/wpua-options-page.php:
|
405 |
msgid ""
|
406 |
"For users without a custom avatar of their own, you can either display a "
|
407 |
"generic logo or a generated one based on their e-mail address."
|
@@ -482,7 +488,7 @@ msgid "Insert Avatar"
|
|
482 |
msgstr "Insertar avatar"
|
483 |
|
484 |
#. translators: placeholder for <a> and </a> tags.
|
485 |
-
#: one-user-avatar.php:
|
486 |
msgid ""
|
487 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
488 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-08-05 21:40+0200\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: es\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "No tienes permisos para eliminar esta entrada."
|
51 |
|
52 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Error al eliminar."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
64 |
+
#: includes/wpua-options-page.php:108
|
65 |
msgid "Settings"
|
66 |
msgstr "Ajustes"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Hombre misterioso"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
78 |
msgid "Blank"
|
79 |
msgstr "En blanco"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logo Gravatar"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (generado)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (generado)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (generado)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (generado)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
102 |
+
#: includes/class-wp-user-avatar.php:229
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Elegir imagen"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
107 |
msgid "Remove"
|
108 |
msgstr "Eliminar"
|
109 |
|
110 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
111 |
+
#: includes/class-wp-user-avatar.php:290
|
112 |
msgid "Undo"
|
113 |
msgstr "Deshacer"
|
114 |
|
115 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Foro de soporte"
|
122 |
|
123 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Imagen del perfil"
|
129 |
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar por defecto"
|
134 |
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
248 |
msgstr "Añadir párrafos automáticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
+
#: includes/class-wp-user-avatar.php:225
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Elegir imagen: %s"
|
254 |
|
255 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Subir"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamaño máximo de subida: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
+
#: includes/class-wp-user-avatar.php:261
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Archivos permitidos: %s"
|
269 |
|
270 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Tamaño original"
|
274 |
|
275 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
+
#: includes/class-wp-user-avatar.php:286
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Eliminar imagen"
|
283 |
|
284 |
+
#: includes/class-wp-user-avatar.php:375
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este archivo no es una imagen. Por favor prueba con otro."
|
287 |
|
288 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memoria superada. Por favor prueba con un archivo más pequeño."
|
291 |
|
292 |
#. translators: directory path
|
293 |
+
#: includes/class-wp-user-avatar.php:387
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
315 |
msgid "Search"
|
316 |
msgstr "Buscar"
|
317 |
|
318 |
+
#: includes/wpua-options-page.php:123
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Añadir botón de avatar al editor visual"
|
321 |
|
322 |
+
#: includes/wpua-options-page.php:134
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir los colaboradores y los suscriptores subir avatares"
|
325 |
|
326 |
+
#: includes/wpua-options-page.php:145
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desactivar Gravatar y utilizar sólo los avatares locales"
|
329 |
|
330 |
+
#: includes/wpua-options-page.php:157
|
331 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
+
msgstr ""
|
333 |
+
"Reemplace la funcionalidad de avatares personalizados en el plugin Ultimate "
|
334 |
+
"Member"
|
335 |
+
|
336 |
+
#: includes/wpua-options-page.php:170
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Utilice siempre el cargador de archivos del navegador para cargar avatares"
|
340 |
|
341 |
+
#: includes/wpua-options-page.php:171
|
342 |
msgid ""
|
343 |
"Check this if another plugin is conflicting with the WordPress Media "
|
344 |
"Uploader."
|
346 |
"Marque esto si otro plugin está en conflicto con el cargador de medios de "
|
347 |
"WordPress."
|
348 |
|
349 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
350 |
msgid "Upload Size Limit"
|
351 |
msgstr "Tamaño máximo de subida"
|
352 |
|
353 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
354 |
msgid "(only for Contributors & Subscribers)"
|
355 |
msgstr "(para colaboradores y suscriptores)"
|
356 |
|
357 |
#. translators: file name
|
358 |
+
#: includes/wpua-options-page.php:219
|
359 |
msgid "%s exceeds the maximum upload size for this site."
|
360 |
msgstr "%s excede el limite de tamaño máximo para el archivo."
|
361 |
|
362 |
+
#: includes/wpua-options-page.php:238
|
363 |
msgid "Allow users to edit avatars"
|
364 |
msgstr "Permitir a los usuarios editar su avatar"
|
365 |
|
366 |
+
#: includes/wpua-options-page.php:246
|
367 |
msgid "Resize avatars on upload"
|
368 |
msgstr "Escalar los avatares al subirlos"
|
369 |
|
370 |
+
#: includes/wpua-options-page.php:251
|
371 |
msgid "Width"
|
372 |
msgstr "Ancho"
|
373 |
|
374 |
+
#: includes/wpua-options-page.php:255
|
375 |
msgid "Height"
|
376 |
msgstr "Altura"
|
377 |
|
378 |
+
#: includes/wpua-options-page.php:263
|
379 |
msgid "Crop avatars to exact dimensions"
|
380 |
msgstr "Recortar los avatares a sus dimensiones exactas"
|
381 |
|
382 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
383 |
msgid "Avatar Display"
|
384 |
msgstr "Mostrar avatar"
|
385 |
|
386 |
+
#: includes/wpua-options-page.php:298
|
387 |
msgid "Show Avatars"
|
388 |
msgstr "Mostrar avatares"
|
389 |
|
390 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
391 |
msgid "Maximum Rating"
|
392 |
msgstr "Clasificación máxima"
|
393 |
|
394 |
+
#: includes/wpua-options-page.php:317
|
395 |
msgid "G — Suitable for all audiences"
|
396 |
msgstr "G — Apto para todo público"
|
397 |
|
398 |
+
#: includes/wpua-options-page.php:318
|
399 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
400 |
msgstr "PG — Posiblemente ofensivo, para audiencias menores a 13 años"
|
401 |
|
402 |
+
#: includes/wpua-options-page.php:319
|
403 |
msgid "R — Intended for adult audiences above 17"
|
404 |
msgstr "R — Para audiencias adultas mayores a 17"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:320
|
407 |
msgid "X — Even more mature than above"
|
408 |
msgstr "X — Todavía más adulto que el anterior"
|
409 |
|
410 |
+
#: includes/wpua-options-page.php:349
|
411 |
msgid ""
|
412 |
"For users without a custom avatar of their own, you can either display a "
|
413 |
"generic logo or a generated one based on their e-mail address."
|
488 |
msgstr "Insertar avatar"
|
489 |
|
490 |
#. translators: placeholder for <a> and </a> tags.
|
491 |
+
#: one-user-avatar.php:120
|
492 |
msgid ""
|
493 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
494 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
languages/fr_FR.mo
CHANGED
Binary file
|
languages/fr_FR.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: fr\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -45,95 +45,95 @@ msgstr "One Designs"
|
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
-
#: includes/class-wp-user-avatar-admin.php:
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Vous n'êtes pas autorisé à supprimer cet article."
|
51 |
|
52 |
-
#: includes/class-wp-user-avatar-admin.php:
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Error lors de la suppression."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatars"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Réglages"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Librairie"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homme mystère"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Vide"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logo Gravatar"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (généré)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (généré)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (généré)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (généré)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Choisir une image"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
107 |
msgid "Remove"
|
108 |
msgstr "Retirer"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Annuler"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Forums de support"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Image de profil"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:
|
131 |
-
#: includes/wpua-options-page.php:
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar par défaut"
|
134 |
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
-
#: includes/class-wp-user-avatar-functions.php:
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
@@ -248,49 +248,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Créer automatiquement les paragraphes"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Choisir une image: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Envoi"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Taille maximum de fichier autorisée: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Fichiers autorisés: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Taille d’origine"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniature"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Retirer l’image"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Ce fichier n’est pas une image. Veuillez en envoyer un autre."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Mémoire dépassée. Veuillez réessayer avec un fichier plus petit."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,25 +315,31 @@ msgstr "Résultats de la recherche pour %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Rechercher"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Ajouter le bouton avatar sur l'éditeur visuel"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permettre aux contributeurs et aux abonnés d'envoyer des avatars"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Désactiver Gravatar et utiliser les avatars fournis"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
msgid "Always use the browser file uploader to upload avatars"
|
332 |
msgstr ""
|
333 |
"Utilisez toujours le téléchargeur de fichiers du navigateur pour télécharger "
|
334 |
"des avatars"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid ""
|
338 |
"Check this if another plugin is conflicting with the WordPress Media "
|
339 |
"Uploader."
|
@@ -341,70 +347,70 @@ msgstr ""
|
|
341 |
"Vérifiez ceci si un autre plugin est en conflit avec le téléchargeur de "
|
342 |
"médias de WordPress."
|
343 |
|
344 |
-
#: includes/wpua-options-page.php:
|
345 |
msgid "Upload Size Limit"
|
346 |
msgstr "Taille limite d'envoi de fichiers"
|
347 |
|
348 |
-
#: includes/wpua-options-page.php:
|
349 |
msgid "(only for Contributors & Subscribers)"
|
350 |
msgstr "(pour contributeurs et abonnés)"
|
351 |
|
352 |
#. translators: file name
|
353 |
-
#: includes/wpua-options-page.php:
|
354 |
msgid "%s exceeds the maximum upload size for this site."
|
355 |
msgstr "%s dépasse la limite d’envoi de ce site."
|
356 |
|
357 |
-
#: includes/wpua-options-page.php:
|
358 |
msgid "Allow users to edit avatars"
|
359 |
msgstr "Permettre aux utilisateurs de modifier avatar"
|
360 |
|
361 |
-
#: includes/wpua-options-page.php:
|
362 |
msgid "Resize avatars on upload"
|
363 |
msgstr "Redimensionner avatars lors du téléchargement"
|
364 |
|
365 |
-
#: includes/wpua-options-page.php:
|
366 |
msgid "Width"
|
367 |
msgstr "Largeur"
|
368 |
|
369 |
-
#: includes/wpua-options-page.php:
|
370 |
msgid "Height"
|
371 |
msgstr "Hauteur"
|
372 |
|
373 |
-
#: includes/wpua-options-page.php:
|
374 |
msgid "Crop avatars to exact dimensions"
|
375 |
msgstr "Recadrer les avatars pour parvenir aux dimensions exactes"
|
376 |
|
377 |
-
#: includes/wpua-options-page.php:
|
378 |
msgid "Avatar Display"
|
379 |
msgstr "Affichage de l’avatar"
|
380 |
|
381 |
-
#: includes/wpua-options-page.php:
|
382 |
msgid "Show Avatars"
|
383 |
msgstr "Afficher les avatars"
|
384 |
|
385 |
-
#: includes/wpua-options-page.php:
|
386 |
msgid "Maximum Rating"
|
387 |
msgstr "Classement maximal"
|
388 |
|
389 |
-
#: includes/wpua-options-page.php:
|
390 |
msgid "G — Suitable for all audiences"
|
391 |
msgstr "G — Visibles par tous"
|
392 |
|
393 |
-
#: includes/wpua-options-page.php:
|
394 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
395 |
msgstr ""
|
396 |
"PG — Possiblement offensants, réservés normalement aux personnes de 13 "
|
397 |
"ans et plus"
|
398 |
|
399 |
-
#: includes/wpua-options-page.php:
|
400 |
msgid "R — Intended for adult audiences above 17"
|
401 |
msgstr "R — Réservés aux personnes de plus de 17 ans"
|
402 |
|
403 |
-
#: includes/wpua-options-page.php:
|
404 |
msgid "X — Even more mature than above"
|
405 |
msgstr "X — Réservés aux adultes"
|
406 |
|
407 |
-
#: includes/wpua-options-page.php:
|
408 |
msgid ""
|
409 |
"For users without a custom avatar of their own, you can either display a "
|
410 |
"generic logo or a generated one based on their e-mail address."
|
@@ -485,7 +491,7 @@ msgid "Insert Avatar"
|
|
485 |
msgstr "Insérer un avatar"
|
486 |
|
487 |
#. translators: placeholder for <a> and </a> tags.
|
488 |
-
#: one-user-avatar.php:
|
489 |
msgid ""
|
490 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
491 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-08-05 21:41+0200\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: fr\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Vous n'êtes pas autorisé à supprimer cet article."
|
51 |
|
52 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Error lors de la suppression."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatars"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
64 |
+
#: includes/wpua-options-page.php:108
|
65 |
msgid "Settings"
|
66 |
msgstr "Réglages"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
70 |
msgid "Library"
|
71 |
msgstr "Librairie"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homme mystère"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
78 |
msgid "Blank"
|
79 |
msgstr "Vide"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logo Gravatar"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (généré)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (généré)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (généré)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (généré)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
102 |
+
#: includes/class-wp-user-avatar.php:229
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Choisir une image"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
107 |
msgid "Remove"
|
108 |
msgstr "Retirer"
|
109 |
|
110 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
111 |
+
#: includes/class-wp-user-avatar.php:290
|
112 |
msgid "Undo"
|
113 |
msgstr "Annuler"
|
114 |
|
115 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Forums de support"
|
122 |
|
123 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Image de profil"
|
129 |
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar par défaut"
|
134 |
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
248 |
msgstr "Créer automatiquement les paragraphes"
|
249 |
|
250 |
#. translators: user display name
|
251 |
+
#: includes/class-wp-user-avatar.php:225
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Choisir une image: %s"
|
254 |
|
255 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Envoi"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Taille maximum de fichier autorisée: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
+
#: includes/class-wp-user-avatar.php:261
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Fichiers autorisés: %s"
|
269 |
|
270 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Taille d’origine"
|
274 |
|
275 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniature"
|
279 |
|
280 |
+
#: includes/class-wp-user-avatar.php:286
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Retirer l’image"
|
283 |
|
284 |
+
#: includes/class-wp-user-avatar.php:375
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Ce fichier n’est pas une image. Veuillez en envoyer un autre."
|
287 |
|
288 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Mémoire dépassée. Veuillez réessayer avec un fichier plus petit."
|
291 |
|
292 |
#. translators: directory path
|
293 |
+
#: includes/class-wp-user-avatar.php:387
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
315 |
msgid "Search"
|
316 |
msgstr "Rechercher"
|
317 |
|
318 |
+
#: includes/wpua-options-page.php:123
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Ajouter le bouton avatar sur l'éditeur visuel"
|
321 |
|
322 |
+
#: includes/wpua-options-page.php:134
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permettre aux contributeurs et aux abonnés d'envoyer des avatars"
|
325 |
|
326 |
+
#: includes/wpua-options-page.php:145
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Désactiver Gravatar et utiliser les avatars fournis"
|
329 |
|
330 |
+
#: includes/wpua-options-page.php:157
|
331 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
+
msgstr ""
|
333 |
+
"Remplacer la fonctionnalité d’avatars personnalisés dans le plugin Ultimate "
|
334 |
+
"Member"
|
335 |
+
|
336 |
+
#: includes/wpua-options-page.php:170
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Utilisez toujours le téléchargeur de fichiers du navigateur pour télécharger "
|
340 |
"des avatars"
|
341 |
|
342 |
+
#: includes/wpua-options-page.php:171
|
343 |
msgid ""
|
344 |
"Check this if another plugin is conflicting with the WordPress Media "
|
345 |
"Uploader."
|
347 |
"Vérifiez ceci si un autre plugin est en conflit avec le téléchargeur de "
|
348 |
"médias de WordPress."
|
349 |
|
350 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
351 |
msgid "Upload Size Limit"
|
352 |
msgstr "Taille limite d'envoi de fichiers"
|
353 |
|
354 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
355 |
msgid "(only for Contributors & Subscribers)"
|
356 |
msgstr "(pour contributeurs et abonnés)"
|
357 |
|
358 |
#. translators: file name
|
359 |
+
#: includes/wpua-options-page.php:219
|
360 |
msgid "%s exceeds the maximum upload size for this site."
|
361 |
msgstr "%s dépasse la limite d’envoi de ce site."
|
362 |
|
363 |
+
#: includes/wpua-options-page.php:238
|
364 |
msgid "Allow users to edit avatars"
|
365 |
msgstr "Permettre aux utilisateurs de modifier avatar"
|
366 |
|
367 |
+
#: includes/wpua-options-page.php:246
|
368 |
msgid "Resize avatars on upload"
|
369 |
msgstr "Redimensionner avatars lors du téléchargement"
|
370 |
|
371 |
+
#: includes/wpua-options-page.php:251
|
372 |
msgid "Width"
|
373 |
msgstr "Largeur"
|
374 |
|
375 |
+
#: includes/wpua-options-page.php:255
|
376 |
msgid "Height"
|
377 |
msgstr "Hauteur"
|
378 |
|
379 |
+
#: includes/wpua-options-page.php:263
|
380 |
msgid "Crop avatars to exact dimensions"
|
381 |
msgstr "Recadrer les avatars pour parvenir aux dimensions exactes"
|
382 |
|
383 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
384 |
msgid "Avatar Display"
|
385 |
msgstr "Affichage de l’avatar"
|
386 |
|
387 |
+
#: includes/wpua-options-page.php:298
|
388 |
msgid "Show Avatars"
|
389 |
msgstr "Afficher les avatars"
|
390 |
|
391 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
392 |
msgid "Maximum Rating"
|
393 |
msgstr "Classement maximal"
|
394 |
|
395 |
+
#: includes/wpua-options-page.php:317
|
396 |
msgid "G — Suitable for all audiences"
|
397 |
msgstr "G — Visibles par tous"
|
398 |
|
399 |
+
#: includes/wpua-options-page.php:318
|
400 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
401 |
msgstr ""
|
402 |
"PG — Possiblement offensants, réservés normalement aux personnes de 13 "
|
403 |
"ans et plus"
|
404 |
|
405 |
+
#: includes/wpua-options-page.php:319
|
406 |
msgid "R — Intended for adult audiences above 17"
|
407 |
msgstr "R — Réservés aux personnes de plus de 17 ans"
|
408 |
|
409 |
+
#: includes/wpua-options-page.php:320
|
410 |
msgid "X — Even more mature than above"
|
411 |
msgstr "X — Réservés aux adultes"
|
412 |
|
413 |
+
#: includes/wpua-options-page.php:349
|
414 |
msgid ""
|
415 |
"For users without a custom avatar of their own, you can either display a "
|
416 |
"generic logo or a generated one based on their e-mail address."
|
491 |
msgstr "Insérer un avatar"
|
492 |
|
493 |
#. translators: placeholder for <a> and </a> tags.
|
494 |
+
#: one-user-avatar.php:120
|
495 |
msgid ""
|
496 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
497 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
languages/it_IT.mo
CHANGED
Binary file
|
languages/it_IT.po
CHANGED
@@ -5,8 +5,8 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
-
"PO-Revision-Date: 2021-
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: it\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -45,95 +45,95 @@ msgstr "One Designs"
|
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
-
#: includes/class-wp-user-avatar-admin.php:
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Non hai i permessi per cancellare questo post."
|
51 |
|
52 |
-
#: includes/class-wp-user-avatar-admin.php:
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Errore durante la cancellazione."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatar"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Impostazioni"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Libreria"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Utente Anonimo"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Vuoto"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar Logo"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Generato)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Generato)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Generato)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Generato)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Scegli immagine"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
107 |
msgid "Remove"
|
108 |
msgstr "Rimuovi"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Annulla"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Forum di supporto"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Immagine del profilo"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:
|
131 |
-
#: includes/wpua-options-page.php:
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar Standard"
|
134 |
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
-
#: includes/class-wp-user-avatar-functions.php:
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
@@ -218,6 +218,9 @@ msgid ""
|
|
218 |
"We're sorry, but your theme's page template didn't make a call to %s, which "
|
219 |
"is required by One User Avatar. Please add this call to your page templates."
|
220 |
msgstr ""
|
|
|
|
|
|
|
221 |
|
222 |
#: includes/class-wp-user-avatar-shortcode.php:243
|
223 |
msgid "Profile updated."
|
@@ -245,49 +248,49 @@ msgid "Automatically add paragraphs"
|
|
245 |
msgstr "Aggiungi i paragrafi automaticamente"
|
246 |
|
247 |
#. translators: user display name
|
248 |
-
#: includes/class-wp-user-avatar.php:
|
249 |
msgid "Choose Image: %s"
|
250 |
msgstr "Scegli immagine: %s"
|
251 |
|
252 |
-
#: includes/class-wp-user-avatar.php:
|
253 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
254 |
msgid "Upload"
|
255 |
msgstr "Carica"
|
256 |
|
257 |
#. translators: file size in KB
|
258 |
-
#: includes/class-wp-user-avatar.php:
|
259 |
msgid "Maximum upload file size: %s."
|
260 |
msgstr "Dimensione massima del file da caricare: %s."
|
261 |
|
262 |
#. translators: allowed file extensions
|
263 |
-
#: includes/class-wp-user-avatar.php:
|
264 |
msgid "Allowed Files: %s"
|
265 |
msgstr "Tipi di files consentiti: %s"
|
266 |
|
267 |
-
#: includes/class-wp-user-avatar.php:
|
268 |
#: includes/wpua-tinymce-window.php:125
|
269 |
msgid "Original Size"
|
270 |
msgstr "Dimensioni Originali"
|
271 |
|
272 |
-
#: includes/class-wp-user-avatar.php:
|
273 |
#: includes/wpua-tinymce-window.php:128
|
274 |
msgid "Thumbnail"
|
275 |
msgstr "Miniatura"
|
276 |
|
277 |
-
#: includes/class-wp-user-avatar.php:
|
278 |
msgid "Remove Image"
|
279 |
msgstr "Rimuovi immagine"
|
280 |
|
281 |
-
#: includes/class-wp-user-avatar.php:
|
282 |
msgid "This file is not an image. Please try another."
|
283 |
msgstr "Questo file non è un' immagine. Prova con un altro file."
|
284 |
|
285 |
-
#: includes/class-wp-user-avatar.php:
|
286 |
msgid "Memory exceeded. Please try another smaller file."
|
287 |
msgstr "File troppo grande. Devi ridurre le dimensioni."
|
288 |
|
289 |
#. translators: directory path
|
290 |
-
#: includes/class-wp-user-avatar.php:
|
291 |
msgid ""
|
292 |
"Unable to create directory %s. Is its parent directory writable by the "
|
293 |
"server?"
|
@@ -312,23 +315,29 @@ msgstr "Risultati di ricerca per %s"
|
|
312 |
msgid "Search"
|
313 |
msgstr "Cerca"
|
314 |
|
315 |
-
#: includes/wpua-options-page.php:
|
316 |
msgid "Add avatar button to Visual Editor"
|
317 |
msgstr "Aggiungi un pulsante avatar all'editor visuale"
|
318 |
|
319 |
-
#: includes/wpua-options-page.php:
|
320 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
321 |
msgstr "Permetti ai Collaboratori e Sottoscrittori di caricare avatar"
|
322 |
|
323 |
-
#: includes/wpua-options-page.php:
|
324 |
msgid "Disable Gravatar and use only local avatars"
|
325 |
msgstr "Disabilita Gravatar e usa solo avatar locali"
|
326 |
|
327 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
328 |
msgid "Always use the browser file uploader to upload avatars"
|
329 |
msgstr "Usa sempre l’uploader di file del browser per caricare gli avatar"
|
330 |
|
331 |
-
#: includes/wpua-options-page.php:
|
332 |
msgid ""
|
333 |
"Check this if another plugin is conflicting with the WordPress Media "
|
334 |
"Uploader."
|
@@ -336,69 +345,69 @@ msgstr ""
|
|
336 |
"Seleziona questo se un altro plugin è in conflitto con il caricatore "
|
337 |
"multimediale di WordPress."
|
338 |
|
339 |
-
#: includes/wpua-options-page.php:
|
340 |
msgid "Upload Size Limit"
|
341 |
msgstr "Dimensione massima caricamento"
|
342 |
|
343 |
-
#: includes/wpua-options-page.php:
|
344 |
msgid "(only for Contributors & Subscribers)"
|
345 |
msgstr "(solo per Collaboratori & Sottoscrittori)"
|
346 |
|
347 |
#. translators: file name
|
348 |
-
#: includes/wpua-options-page.php:
|
349 |
msgid "%s exceeds the maximum upload size for this site."
|
350 |
msgstr "%s supera le dimensioni massime di caricamento per questo sito."
|
351 |
|
352 |
-
#: includes/wpua-options-page.php:
|
353 |
msgid "Allow users to edit avatars"
|
354 |
msgstr "Consenti agli utenti di modificare gli avatar"
|
355 |
|
356 |
-
#: includes/wpua-options-page.php:
|
357 |
msgid "Resize avatars on upload"
|
358 |
msgstr "Ridimensiona gli avatar durante il caricamento"
|
359 |
|
360 |
-
#: includes/wpua-options-page.php:
|
361 |
msgid "Width"
|
362 |
msgstr "Larghezza"
|
363 |
|
364 |
-
#: includes/wpua-options-page.php:
|
365 |
msgid "Height"
|
366 |
msgstr "Altezza"
|
367 |
|
368 |
-
#: includes/wpua-options-page.php:
|
369 |
msgid "Crop avatars to exact dimensions"
|
370 |
msgstr "Taglia gli avatar alle dimensioni esatte"
|
371 |
|
372 |
-
#: includes/wpua-options-page.php:
|
373 |
msgid "Avatar Display"
|
374 |
msgstr "Visualizza l'Avatar"
|
375 |
|
376 |
-
#: includes/wpua-options-page.php:
|
377 |
msgid "Show Avatars"
|
378 |
msgstr "Mostra gli Avatars"
|
379 |
|
380 |
-
#: includes/wpua-options-page.php:
|
381 |
msgid "Maximum Rating"
|
382 |
msgstr "Valutazione massima"
|
383 |
|
384 |
-
#: includes/wpua-options-page.php:
|
385 |
msgid "G — Suitable for all audiences"
|
386 |
msgstr "G — Adatto a tutti i tipi di pubblico"
|
387 |
|
388 |
-
#: includes/wpua-options-page.php:
|
389 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
390 |
msgstr ""
|
391 |
"PG — Forse offensivo, di solito per un pubblico maggiore di 13 anni"
|
392 |
|
393 |
-
#: includes/wpua-options-page.php:
|
394 |
msgid "R — Intended for adult audiences above 17"
|
395 |
msgstr "R — Adatto per un pubblico adulto sopra i 17 anni"
|
396 |
|
397 |
-
#: includes/wpua-options-page.php:
|
398 |
msgid "X — Even more mature than above"
|
399 |
msgstr "X — Ancora più maturo rispetto al precedente"
|
400 |
|
401 |
-
#: includes/wpua-options-page.php:
|
402 |
msgid ""
|
403 |
"For users without a custom avatar of their own, you can either display a "
|
404 |
"generic logo or a generated one based on their e-mail address."
|
@@ -479,7 +488,7 @@ msgid "Insert Avatar"
|
|
479 |
msgstr "Inserisci avatar"
|
480 |
|
481 |
#. translators: placeholder for <a> and </a> tags.
|
482 |
-
#: one-user-avatar.php:
|
483 |
msgid ""
|
484 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
485 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
5 |
"Project-Id-Version: Plugins - WP User Avatar | User Profile Picture - Stable "
|
6 |
"(latest release)\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
8 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
9 |
+
"PO-Revision-Date: 2021-08-05 21:42+0200\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
12 |
"Language: it\n"
|
17 |
"X-Generator: Poedit 3.0\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Non hai i permessi per cancellare questo post."
|
51 |
|
52 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Errore durante la cancellazione."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatar"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
64 |
+
#: includes/wpua-options-page.php:108
|
65 |
msgid "Settings"
|
66 |
msgstr "Impostazioni"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
70 |
msgid "Library"
|
71 |
msgstr "Libreria"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Utente Anonimo"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
78 |
msgid "Blank"
|
79 |
msgstr "Vuoto"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar Logo"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Generato)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Generato)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Generato)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Generato)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
102 |
+
#: includes/class-wp-user-avatar.php:229
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Scegli immagine"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
107 |
msgid "Remove"
|
108 |
msgstr "Rimuovi"
|
109 |
|
110 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
111 |
+
#: includes/class-wp-user-avatar.php:290
|
112 |
msgid "Undo"
|
113 |
msgstr "Annulla"
|
114 |
|
115 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Forum di supporto"
|
122 |
|
123 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Immagine del profilo"
|
129 |
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar Standard"
|
134 |
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
218 |
"We're sorry, but your theme's page template didn't make a call to %s, which "
|
219 |
"is required by One User Avatar. Please add this call to your page templates."
|
220 |
msgstr ""
|
221 |
+
"Siamo spiacenti, ma il template del tuo tema non ha effettuato una chiamata "
|
222 |
+
"a %s, richiesta da One User Avatar. Aggiungi questa chiamata ai tuoi "
|
223 |
+
"template."
|
224 |
|
225 |
#: includes/class-wp-user-avatar-shortcode.php:243
|
226 |
msgid "Profile updated."
|
248 |
msgstr "Aggiungi i paragrafi automaticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
+
#: includes/class-wp-user-avatar.php:225
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Scegli immagine: %s"
|
254 |
|
255 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Carica"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Dimensione massima del file da caricare: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
+
#: includes/class-wp-user-avatar.php:261
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Tipi di files consentiti: %s"
|
269 |
|
270 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Dimensioni Originali"
|
274 |
|
275 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
+
#: includes/class-wp-user-avatar.php:286
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Rimuovi immagine"
|
283 |
|
284 |
+
#: includes/class-wp-user-avatar.php:375
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Questo file non è un' immagine. Prova con un altro file."
|
287 |
|
288 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "File troppo grande. Devi ridurre le dimensioni."
|
291 |
|
292 |
#. translators: directory path
|
293 |
+
#: includes/class-wp-user-avatar.php:387
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
315 |
msgid "Search"
|
316 |
msgstr "Cerca"
|
317 |
|
318 |
+
#: includes/wpua-options-page.php:123
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Aggiungi un pulsante avatar all'editor visuale"
|
321 |
|
322 |
+
#: includes/wpua-options-page.php:134
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permetti ai Collaboratori e Sottoscrittori di caricare avatar"
|
325 |
|
326 |
+
#: includes/wpua-options-page.php:145
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Disabilita Gravatar e usa solo avatar locali"
|
329 |
|
330 |
+
#: includes/wpua-options-page.php:157
|
331 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
+
msgstr ""
|
333 |
+
"Sostituisci la funzionalità degli avatar personalizzati nel plugin Ultimate "
|
334 |
+
"Member"
|
335 |
+
|
336 |
+
#: includes/wpua-options-page.php:170
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr "Usa sempre l’uploader di file del browser per caricare gli avatar"
|
339 |
|
340 |
+
#: includes/wpua-options-page.php:171
|
341 |
msgid ""
|
342 |
"Check this if another plugin is conflicting with the WordPress Media "
|
343 |
"Uploader."
|
345 |
"Seleziona questo se un altro plugin è in conflitto con il caricatore "
|
346 |
"multimediale di WordPress."
|
347 |
|
348 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
349 |
msgid "Upload Size Limit"
|
350 |
msgstr "Dimensione massima caricamento"
|
351 |
|
352 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
353 |
msgid "(only for Contributors & Subscribers)"
|
354 |
msgstr "(solo per Collaboratori & Sottoscrittori)"
|
355 |
|
356 |
#. translators: file name
|
357 |
+
#: includes/wpua-options-page.php:219
|
358 |
msgid "%s exceeds the maximum upload size for this site."
|
359 |
msgstr "%s supera le dimensioni massime di caricamento per questo sito."
|
360 |
|
361 |
+
#: includes/wpua-options-page.php:238
|
362 |
msgid "Allow users to edit avatars"
|
363 |
msgstr "Consenti agli utenti di modificare gli avatar"
|
364 |
|
365 |
+
#: includes/wpua-options-page.php:246
|
366 |
msgid "Resize avatars on upload"
|
367 |
msgstr "Ridimensiona gli avatar durante il caricamento"
|
368 |
|
369 |
+
#: includes/wpua-options-page.php:251
|
370 |
msgid "Width"
|
371 |
msgstr "Larghezza"
|
372 |
|
373 |
+
#: includes/wpua-options-page.php:255
|
374 |
msgid "Height"
|
375 |
msgstr "Altezza"
|
376 |
|
377 |
+
#: includes/wpua-options-page.php:263
|
378 |
msgid "Crop avatars to exact dimensions"
|
379 |
msgstr "Taglia gli avatar alle dimensioni esatte"
|
380 |
|
381 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
382 |
msgid "Avatar Display"
|
383 |
msgstr "Visualizza l'Avatar"
|
384 |
|
385 |
+
#: includes/wpua-options-page.php:298
|
386 |
msgid "Show Avatars"
|
387 |
msgstr "Mostra gli Avatars"
|
388 |
|
389 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
390 |
msgid "Maximum Rating"
|
391 |
msgstr "Valutazione massima"
|
392 |
|
393 |
+
#: includes/wpua-options-page.php:317
|
394 |
msgid "G — Suitable for all audiences"
|
395 |
msgstr "G — Adatto a tutti i tipi di pubblico"
|
396 |
|
397 |
+
#: includes/wpua-options-page.php:318
|
398 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
399 |
msgstr ""
|
400 |
"PG — Forse offensivo, di solito per un pubblico maggiore di 13 anni"
|
401 |
|
402 |
+
#: includes/wpua-options-page.php:319
|
403 |
msgid "R — Intended for adult audiences above 17"
|
404 |
msgstr "R — Adatto per un pubblico adulto sopra i 17 anni"
|
405 |
|
406 |
+
#: includes/wpua-options-page.php:320
|
407 |
msgid "X — Even more mature than above"
|
408 |
msgstr "X — Ancora più maturo rispetto al precedente"
|
409 |
|
410 |
+
#: includes/wpua-options-page.php:349
|
411 |
msgid ""
|
412 |
"For users without a custom avatar of their own, you can either display a "
|
413 |
"generic logo or a generated one based on their e-mail address."
|
488 |
msgstr "Inserisci avatar"
|
489 |
|
490 |
#. translators: placeholder for <a> and </a> tags.
|
491 |
+
#: one-user-avatar.php:120
|
492 |
msgid ""
|
493 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
494 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
languages/nl_NL.mo
CHANGED
Binary file
|
languages/nl_NL.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the One User Avatar plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: nl_NL\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -45,95 +45,95 @@ msgstr "One Designs"
|
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
-
#: includes/class-wp-user-avatar-admin.php:
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Je hebt geen toestemming om dit bericht te verwijderen."
|
51 |
|
52 |
-
#: includes/class-wp-user-avatar-admin.php:
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Fout tijdens het verwijderen."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatars"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Instellingen"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Bibliotheek"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Mysterieuze Man"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Leeg"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar Logo"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gegenereerd)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gegenereerd)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gegenereerd)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gegenereerd)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Kies foto"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
107 |
msgid "Remove"
|
108 |
msgstr "Verwijderen"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Ongedaan maken"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Helpforums"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Profielfoto"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:
|
131 |
-
#: includes/wpua-options-page.php:
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Standaard Avatar"
|
134 |
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
-
#: includes/class-wp-user-avatar-functions.php:
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
@@ -248,49 +248,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Automatisch paragrafen toevoegen"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Kies foto: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Uploaden"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Maximale bestandsgrootte van upload: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Toegestane bestanden: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Originele grootte"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Thumbnail"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Afbeelding verwijderen"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Dit bestand is geen afbeelding. Probeer een ander bestand."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Het geheugen is overschreden. Probeer opnieuw met een kleiner bestand."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,23 +315,28 @@ msgstr "Zoekresultaten voor %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Zoeken"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Voeg avatar-knop toe aan de visuele editor"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Sta schrijvers & abonnees toe om avatars te uploaden"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Schakel Gravatar uit en gebruik alleen lokale avatars"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
331 |
msgid "Always use the browser file uploader to upload avatars"
|
332 |
msgstr "Gebruik altijd de browser-bestandsuploader om avatars te uploaden"
|
333 |
|
334 |
-
#: includes/wpua-options-page.php:
|
335 |
msgid ""
|
336 |
"Check this if another plugin is conflicting with the WordPress Media "
|
337 |
"Uploader."
|
@@ -339,69 +344,69 @@ msgstr ""
|
|
339 |
"Vink dit aan als een andere plug-in in conflict is met de WordPress Media "
|
340 |
"Uploader."
|
341 |
|
342 |
-
#: includes/wpua-options-page.php:
|
343 |
msgid "Upload Size Limit"
|
344 |
msgstr "Bestandsgrootte uploadlimiet"
|
345 |
|
346 |
-
#: includes/wpua-options-page.php:
|
347 |
msgid "(only for Contributors & Subscribers)"
|
348 |
msgstr "(alleen voor schrijvers & abonnees)"
|
349 |
|
350 |
#. translators: file name
|
351 |
-
#: includes/wpua-options-page.php:
|
352 |
msgid "%s exceeds the maximum upload size for this site."
|
353 |
msgstr "%s overschrijdt de maximale uploadgrootte voor deze site."
|
354 |
|
355 |
-
#: includes/wpua-options-page.php:
|
356 |
msgid "Allow users to edit avatars"
|
357 |
msgstr "Sta gebruikers toe om avatars te bewerken"
|
358 |
|
359 |
-
#: includes/wpua-options-page.php:
|
360 |
msgid "Resize avatars on upload"
|
361 |
msgstr "Pas de grootte van avatars aan bij het uploaden"
|
362 |
|
363 |
-
#: includes/wpua-options-page.php:
|
364 |
msgid "Width"
|
365 |
msgstr "Breedte"
|
366 |
|
367 |
-
#: includes/wpua-options-page.php:
|
368 |
msgid "Height"
|
369 |
msgstr "Hoogte"
|
370 |
|
371 |
-
#: includes/wpua-options-page.php:
|
372 |
msgid "Crop avatars to exact dimensions"
|
373 |
msgstr "Snijd avatars bij tot exacte afmetingen"
|
374 |
|
375 |
-
#: includes/wpua-options-page.php:
|
376 |
msgid "Avatar Display"
|
377 |
msgstr "Avatar weergave"
|
378 |
|
379 |
-
#: includes/wpua-options-page.php:
|
380 |
msgid "Show Avatars"
|
381 |
msgstr "Toon avatars"
|
382 |
|
383 |
-
#: includes/wpua-options-page.php:
|
384 |
msgid "Maximum Rating"
|
385 |
msgstr "Leeftijdsgrens"
|
386 |
|
387 |
-
#: includes/wpua-options-page.php:
|
388 |
msgid "G — Suitable for all audiences"
|
389 |
msgstr "G — Geschikt voor alle leeftijden"
|
390 |
|
391 |
-
#: includes/wpua-options-page.php:
|
392 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
393 |
msgstr ""
|
394 |
"PG — Mogelijk kwetsend, gebruikelijk voor leeftijden van 13 en hoger"
|
395 |
|
396 |
-
#: includes/wpua-options-page.php:
|
397 |
msgid "R — Intended for adult audiences above 17"
|
398 |
msgstr "R — Alleen voor boven de 17"
|
399 |
|
400 |
-
#: includes/wpua-options-page.php:
|
401 |
msgid "X — Even more mature than above"
|
402 |
msgstr "X — Nog ouder dan hierboven"
|
403 |
|
404 |
-
#: includes/wpua-options-page.php:
|
405 |
msgid ""
|
406 |
"For users without a custom avatar of their own, you can either display a "
|
407 |
"generic logo or a generated one based on their e-mail address."
|
@@ -482,7 +487,7 @@ msgid "Insert Avatar"
|
|
482 |
msgstr "Avatar invoegen"
|
483 |
|
484 |
#. translators: placeholder for <a> and </a> tags.
|
485 |
-
#: one-user-avatar.php:
|
486 |
msgid ""
|
487 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
488 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
2 |
# This file is distributed under the same license as the One User Avatar plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-08-05 21:38+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: nl_NL\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Je hebt geen toestemming om dit bericht te verwijderen."
|
51 |
|
52 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Fout tijdens het verwijderen."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatars"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
64 |
+
#: includes/wpua-options-page.php:108
|
65 |
msgid "Settings"
|
66 |
msgstr "Instellingen"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
70 |
msgid "Library"
|
71 |
msgstr "Bibliotheek"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Mysterieuze Man"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
78 |
msgid "Blank"
|
79 |
msgstr "Leeg"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Gravatar Logo"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gegenereerd)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gegenereerd)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gegenereerd)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gegenereerd)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
102 |
+
#: includes/class-wp-user-avatar.php:229
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Kies foto"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
107 |
msgid "Remove"
|
108 |
msgstr "Verwijderen"
|
109 |
|
110 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
111 |
+
#: includes/class-wp-user-avatar.php:290
|
112 |
msgid "Undo"
|
113 |
msgstr "Ongedaan maken"
|
114 |
|
115 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Helpforums"
|
122 |
|
123 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Profielfoto"
|
129 |
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Standaard Avatar"
|
134 |
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
248 |
msgstr "Automatisch paragrafen toevoegen"
|
249 |
|
250 |
#. translators: user display name
|
251 |
+
#: includes/class-wp-user-avatar.php:225
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Kies foto: %s"
|
254 |
|
255 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Uploaden"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Maximale bestandsgrootte van upload: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
+
#: includes/class-wp-user-avatar.php:261
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Toegestane bestanden: %s"
|
269 |
|
270 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Originele grootte"
|
274 |
|
275 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Thumbnail"
|
279 |
|
280 |
+
#: includes/class-wp-user-avatar.php:286
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Afbeelding verwijderen"
|
283 |
|
284 |
+
#: includes/class-wp-user-avatar.php:375
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Dit bestand is geen afbeelding. Probeer een ander bestand."
|
287 |
|
288 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Het geheugen is overschreden. Probeer opnieuw met een kleiner bestand."
|
291 |
|
292 |
#. translators: directory path
|
293 |
+
#: includes/class-wp-user-avatar.php:387
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
315 |
msgid "Search"
|
316 |
msgstr "Zoeken"
|
317 |
|
318 |
+
#: includes/wpua-options-page.php:123
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Voeg avatar-knop toe aan de visuele editor"
|
321 |
|
322 |
+
#: includes/wpua-options-page.php:134
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Sta schrijvers & abonnees toe om avatars te uploaden"
|
325 |
|
326 |
+
#: includes/wpua-options-page.php:145
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Schakel Gravatar uit en gebruik alleen lokale avatars"
|
329 |
|
330 |
+
#: includes/wpua-options-page.php:157
|
331 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
+
msgstr ""
|
333 |
+
"Vervang de aangepaste avatars functionaliteit in de Ultimate Member plugin"
|
334 |
+
|
335 |
+
#: includes/wpua-options-page.php:170
|
336 |
msgid "Always use the browser file uploader to upload avatars"
|
337 |
msgstr "Gebruik altijd de browser-bestandsuploader om avatars te uploaden"
|
338 |
|
339 |
+
#: includes/wpua-options-page.php:171
|
340 |
msgid ""
|
341 |
"Check this if another plugin is conflicting with the WordPress Media "
|
342 |
"Uploader."
|
344 |
"Vink dit aan als een andere plug-in in conflict is met de WordPress Media "
|
345 |
"Uploader."
|
346 |
|
347 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
348 |
msgid "Upload Size Limit"
|
349 |
msgstr "Bestandsgrootte uploadlimiet"
|
350 |
|
351 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
352 |
msgid "(only for Contributors & Subscribers)"
|
353 |
msgstr "(alleen voor schrijvers & abonnees)"
|
354 |
|
355 |
#. translators: file name
|
356 |
+
#: includes/wpua-options-page.php:219
|
357 |
msgid "%s exceeds the maximum upload size for this site."
|
358 |
msgstr "%s overschrijdt de maximale uploadgrootte voor deze site."
|
359 |
|
360 |
+
#: includes/wpua-options-page.php:238
|
361 |
msgid "Allow users to edit avatars"
|
362 |
msgstr "Sta gebruikers toe om avatars te bewerken"
|
363 |
|
364 |
+
#: includes/wpua-options-page.php:246
|
365 |
msgid "Resize avatars on upload"
|
366 |
msgstr "Pas de grootte van avatars aan bij het uploaden"
|
367 |
|
368 |
+
#: includes/wpua-options-page.php:251
|
369 |
msgid "Width"
|
370 |
msgstr "Breedte"
|
371 |
|
372 |
+
#: includes/wpua-options-page.php:255
|
373 |
msgid "Height"
|
374 |
msgstr "Hoogte"
|
375 |
|
376 |
+
#: includes/wpua-options-page.php:263
|
377 |
msgid "Crop avatars to exact dimensions"
|
378 |
msgstr "Snijd avatars bij tot exacte afmetingen"
|
379 |
|
380 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
381 |
msgid "Avatar Display"
|
382 |
msgstr "Avatar weergave"
|
383 |
|
384 |
+
#: includes/wpua-options-page.php:298
|
385 |
msgid "Show Avatars"
|
386 |
msgstr "Toon avatars"
|
387 |
|
388 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
389 |
msgid "Maximum Rating"
|
390 |
msgstr "Leeftijdsgrens"
|
391 |
|
392 |
+
#: includes/wpua-options-page.php:317
|
393 |
msgid "G — Suitable for all audiences"
|
394 |
msgstr "G — Geschikt voor alle leeftijden"
|
395 |
|
396 |
+
#: includes/wpua-options-page.php:318
|
397 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
398 |
msgstr ""
|
399 |
"PG — Mogelijk kwetsend, gebruikelijk voor leeftijden van 13 en hoger"
|
400 |
|
401 |
+
#: includes/wpua-options-page.php:319
|
402 |
msgid "R — Intended for adult audiences above 17"
|
403 |
msgstr "R — Alleen voor boven de 17"
|
404 |
|
405 |
+
#: includes/wpua-options-page.php:320
|
406 |
msgid "X — Even more mature than above"
|
407 |
msgstr "X — Nog ouder dan hierboven"
|
408 |
|
409 |
+
#: includes/wpua-options-page.php:349
|
410 |
msgid ""
|
411 |
"For users without a custom avatar of their own, you can either display a "
|
412 |
"generic logo or a generated one based on their e-mail address."
|
487 |
msgstr "Avatar invoegen"
|
488 |
|
489 |
#. translators: placeholder for <a> and </a> tags.
|
490 |
+
#: one-user-avatar.php:120
|
491 |
msgid ""
|
492 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
493 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
languages/one-user-avatar.pot
CHANGED
@@ -2,23 +2,23 @@
|
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: one-user-avatar\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
-
#: includes/class-wp-user-avatar-admin.php:
|
19 |
-
#: includes/class-wp-user-avatar-admin.php:
|
20 |
#: includes/class-wp-user-avatar-widget.php:32
|
21 |
-
#: includes/wpua-options-page.php:
|
22 |
#: includes/wpua-tinymce-window.php:31
|
23 |
msgid "One User Avatar"
|
24 |
msgstr ""
|
@@ -39,84 +39,84 @@ msgstr ""
|
|
39 |
msgid "https://onedesigns.com/"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: includes/class-wp-user-avatar-admin.php:
|
43 |
msgid "You are not allowed to delete this post."
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: includes/class-wp-user-avatar-admin.php:
|
47 |
msgid "Error in deleting."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: includes/class-wp-user-avatar-admin.php:
|
51 |
-
#: includes/class-wp-user-avatar-admin.php:
|
52 |
#: includes/wpua-media-page.php:59
|
53 |
msgid "Avatars"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
-
#: includes/class-wp-user-avatar-admin.php:
|
59 |
-
#: includes/wpua-options-page.php:
|
60 |
msgid "Settings"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/class-wp-user-avatar-admin.php:
|
65 |
msgid "Library"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
msgid "Mystery Man"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: includes/class-wp-user-avatar-admin.php:
|
73 |
msgid "Blank"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: includes/class-wp-user-avatar-admin.php:
|
77 |
msgid "Gravatar Logo"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: includes/class-wp-user-avatar-admin.php:
|
81 |
msgid "Identicon (Generated)"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: includes/class-wp-user-avatar-admin.php:
|
85 |
msgid "Wavatar (Generated)"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: includes/class-wp-user-avatar-admin.php:
|
89 |
msgid "MonsterID (Generated)"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: includes/class-wp-user-avatar-admin.php:
|
93 |
msgid "Retro (Generated)"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: includes/class-wp-user-avatar-admin.php:
|
97 |
-
#: includes/class-wp-user-avatar.php:
|
98 |
msgid "Choose Image"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
msgid "Remove"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: includes/class-wp-user-avatar-admin.php:
|
106 |
-
#: includes/class-wp-user-avatar.php:
|
107 |
msgid "Undo"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: includes/class-wp-user-avatar-admin.php:
|
115 |
msgid "Support Forums"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: includes/class-wp-user-avatar-admin.php:
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
#: includes/wpua-functions.php:93
|
121 |
#: includes/wpua-functions.php:106
|
122 |
#: includes/wpua-functions.php:114
|
@@ -125,14 +125,14 @@ msgstr ""
|
|
125 |
msgid "Profile Picture"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: includes/class-wp-user-avatar-admin.php:
|
129 |
-
#: includes/wpua-options-page.php:
|
130 |
-
#: includes/wpua-options-page.php:
|
131 |
msgid "Default Avatar"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: includes/class-wp-user-avatar-functions.php:
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
msgid "Avatar"
|
137 |
msgstr ""
|
138 |
|
@@ -242,55 +242,55 @@ msgid "Automatically add paragraphs"
|
|
242 |
msgstr ""
|
243 |
|
244 |
#. translators: user display name
|
245 |
-
#: includes/class-wp-user-avatar.php:
|
246 |
msgid "Choose Image: %s"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: includes/class-wp-user-avatar.php:
|
250 |
-
#: includes/class-wp-user-avatar.php:
|
251 |
#: includes/wpua-tinymce-window.php:95
|
252 |
#: includes/wpua-tinymce-window.php:186
|
253 |
msgid "Upload"
|
254 |
msgstr ""
|
255 |
|
256 |
#. translators: file size in KB
|
257 |
-
#: includes/class-wp-user-avatar.php:
|
258 |
-
#: includes/wpua-options-page.php:
|
259 |
msgid "Maximum upload file size: %s."
|
260 |
msgstr ""
|
261 |
|
262 |
#. translators: allowed file extensions
|
263 |
-
#: includes/class-wp-user-avatar.php:
|
264 |
msgid "Allowed Files: %s"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: includes/class-wp-user-avatar.php:
|
268 |
-
#: includes/class-wp-user-avatar.php:
|
269 |
#: includes/wpua-tinymce-window.php:125
|
270 |
msgid "Original Size"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: includes/class-wp-user-avatar.php:
|
274 |
-
#: includes/class-wp-user-avatar.php:
|
275 |
#: includes/wpua-tinymce-window.php:128
|
276 |
msgid "Thumbnail"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: includes/class-wp-user-avatar.php:
|
280 |
msgid "Remove Image"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: includes/class-wp-user-avatar.php:
|
284 |
msgid "This file is not an image. Please try another."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: includes/class-wp-user-avatar.php:
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr ""
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
295 |
msgstr ""
|
296 |
|
@@ -312,92 +312,96 @@ msgstr ""
|
|
312 |
msgid "Search"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: includes/wpua-options-page.php:
|
316 |
msgid "Add avatar button to Visual Editor"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: includes/wpua-options-page.php:
|
320 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: includes/wpua-options-page.php:
|
324 |
msgid "Disable Gravatar and use only local avatars"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
328 |
msgid "Always use the browser file uploader to upload avatars"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: includes/wpua-options-page.php:
|
332 |
msgid "Check this if another plugin is conflicting with the WordPress Media Uploader."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: includes/wpua-options-page.php:
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid "Upload Size Limit"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: includes/wpua-options-page.php:
|
341 |
-
#: includes/wpua-options-page.php:
|
342 |
msgid "(only for Contributors & Subscribers)"
|
343 |
msgstr ""
|
344 |
|
345 |
#. translators: file name
|
346 |
-
#: includes/wpua-options-page.php:
|
347 |
msgid "%s exceeds the maximum upload size for this site."
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: includes/wpua-options-page.php:
|
351 |
msgid "Allow users to edit avatars"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: includes/wpua-options-page.php:
|
355 |
msgid "Resize avatars on upload"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: includes/wpua-options-page.php:
|
359 |
msgid "Width"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: includes/wpua-options-page.php:
|
363 |
msgid "Height"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: includes/wpua-options-page.php:
|
367 |
msgid "Crop avatars to exact dimensions"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: includes/wpua-options-page.php:
|
371 |
-
#: includes/wpua-options-page.php:
|
372 |
msgid "Avatar Display"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: includes/wpua-options-page.php:
|
376 |
msgid "Show Avatars"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: includes/wpua-options-page.php:
|
380 |
-
#: includes/wpua-options-page.php:
|
381 |
msgid "Maximum Rating"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: includes/wpua-options-page.php:
|
385 |
msgid "G — Suitable for all audiences"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: includes/wpua-options-page.php:
|
389 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: includes/wpua-options-page.php:
|
393 |
msgid "R — Intended for adult audiences above 17"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: includes/wpua-options-page.php:
|
397 |
msgid "X — Even more mature than above"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: includes/wpua-options-page.php:
|
401 |
msgid "For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e-mail address."
|
402 |
msgstr ""
|
403 |
|
@@ -476,6 +480,6 @@ msgid "Insert Avatar"
|
|
476 |
msgstr ""
|
477 |
|
478 |
#. translators: placeholder for <a> and </a> tags.
|
479 |
-
#: one-user-avatar.php:
|
480 |
msgid "The plugin One User Avatar is a replacement for the old WP User Avatar plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
481 |
msgstr ""
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: one-user-avatar\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
19 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
20 |
#: includes/class-wp-user-avatar-widget.php:32
|
21 |
+
#: includes/wpua-options-page.php:70
|
22 |
#: includes/wpua-tinymce-window.php:31
|
23 |
msgid "One User Avatar"
|
24 |
msgstr ""
|
39 |
msgid "https://onedesigns.com/"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
43 |
msgid "You are not allowed to delete this post."
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
47 |
msgid "Error in deleting."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
51 |
+
#: includes/class-wp-user-avatar-admin.php:289
|
52 |
#: includes/wpua-media-page.php:59
|
53 |
msgid "Avatars"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
58 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
59 |
+
#: includes/wpua-options-page.php:108
|
60 |
msgid "Settings"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
64 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
65 |
msgid "Library"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
69 |
msgid "Mystery Man"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
73 |
msgid "Blank"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
77 |
msgid "Gravatar Logo"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
81 |
msgid "Identicon (Generated)"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
85 |
msgid "Wavatar (Generated)"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
89 |
msgid "MonsterID (Generated)"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
93 |
msgid "Retro (Generated)"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
97 |
+
#: includes/class-wp-user-avatar.php:229
|
98 |
msgid "Choose Image"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
102 |
msgid "Remove"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
106 |
+
#: includes/class-wp-user-avatar.php:290
|
107 |
msgid "Undo"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
111 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
115 |
msgid "Support Forums"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
119 |
+
#: includes/class-wp-user-avatar-admin.php:562
|
120 |
#: includes/wpua-functions.php:93
|
121 |
#: includes/wpua-functions.php:106
|
122 |
#: includes/wpua-functions.php:114
|
125 |
msgid "Profile Picture"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
129 |
+
#: includes/wpua-options-page.php:339
|
130 |
+
#: includes/wpua-options-page.php:345
|
131 |
msgid "Default Avatar"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
136 |
msgid "Avatar"
|
137 |
msgstr ""
|
138 |
|
242 |
msgstr ""
|
243 |
|
244 |
#. translators: user display name
|
245 |
+
#: includes/class-wp-user-avatar.php:225
|
246 |
msgid "Choose Image: %s"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: includes/class-wp-user-avatar.php:241
|
250 |
+
#: includes/class-wp-user-avatar.php:242
|
251 |
#: includes/wpua-tinymce-window.php:95
|
252 |
#: includes/wpua-tinymce-window.php:186
|
253 |
msgid "Upload"
|
254 |
msgstr ""
|
255 |
|
256 |
#. translators: file size in KB
|
257 |
+
#: includes/class-wp-user-avatar.php:251
|
258 |
+
#: includes/wpua-options-page.php:227
|
259 |
msgid "Maximum upload file size: %s."
|
260 |
msgstr ""
|
261 |
|
262 |
#. translators: allowed file extensions
|
263 |
+
#: includes/class-wp-user-avatar.php:261
|
264 |
msgid "Allowed Files: %s"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: includes/class-wp-user-avatar.php:274
|
268 |
+
#: includes/class-wp-user-avatar.php:276
|
269 |
#: includes/wpua-tinymce-window.php:125
|
270 |
msgid "Original Size"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: includes/class-wp-user-avatar.php:280
|
274 |
+
#: includes/class-wp-user-avatar.php:282
|
275 |
#: includes/wpua-tinymce-window.php:128
|
276 |
msgid "Thumbnail"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: includes/class-wp-user-avatar.php:286
|
280 |
msgid "Remove Image"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: includes/class-wp-user-avatar.php:375
|
284 |
msgid "This file is not an image. Please try another."
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: includes/class-wp-user-avatar.php:380
|
288 |
+
#: includes/class-wp-user-avatar.php:412
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr ""
|
291 |
|
292 |
#. translators: directory path
|
293 |
+
#: includes/class-wp-user-avatar.php:387
|
294 |
msgid "Unable to create directory %s. Is its parent directory writable by the server?"
|
295 |
msgstr ""
|
296 |
|
312 |
msgid "Search"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: includes/wpua-options-page.php:123
|
316 |
msgid "Add avatar button to Visual Editor"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:134
|
320 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:145
|
324 |
msgid "Disable Gravatar and use only local avatars"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:157
|
328 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: includes/wpua-options-page.php:170
|
332 |
msgid "Always use the browser file uploader to upload avatars"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: includes/wpua-options-page.php:171
|
336 |
msgid "Check this if another plugin is conflicting with the WordPress Media Uploader."
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: includes/wpua-options-page.php:199
|
340 |
+
#: includes/wpua-options-page.php:208
|
341 |
msgid "Upload Size Limit"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: includes/wpua-options-page.php:200
|
345 |
+
#: includes/wpua-options-page.php:209
|
346 |
msgid "(only for Contributors & Subscribers)"
|
347 |
msgstr ""
|
348 |
|
349 |
#. translators: file name
|
350 |
+
#: includes/wpua-options-page.php:219
|
351 |
msgid "%s exceeds the maximum upload size for this site."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: includes/wpua-options-page.php:238
|
355 |
msgid "Allow users to edit avatars"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: includes/wpua-options-page.php:246
|
359 |
msgid "Resize avatars on upload"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: includes/wpua-options-page.php:251
|
363 |
msgid "Width"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: includes/wpua-options-page.php:255
|
367 |
msgid "Height"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: includes/wpua-options-page.php:263
|
371 |
msgid "Crop avatars to exact dimensions"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: includes/wpua-options-page.php:285
|
375 |
+
#: includes/wpua-options-page.php:291
|
376 |
msgid "Avatar Display"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: includes/wpua-options-page.php:298
|
380 |
msgid "Show Avatars"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: includes/wpua-options-page.php:305
|
384 |
+
#: includes/wpua-options-page.php:311
|
385 |
msgid "Maximum Rating"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: includes/wpua-options-page.php:317
|
389 |
msgid "G — Suitable for all audiences"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: includes/wpua-options-page.php:318
|
393 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: includes/wpua-options-page.php:319
|
397 |
msgid "R — Intended for adult audiences above 17"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: includes/wpua-options-page.php:320
|
401 |
msgid "X — Even more mature than above"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: includes/wpua-options-page.php:349
|
405 |
msgid "For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e-mail address."
|
406 |
msgstr ""
|
407 |
|
480 |
msgstr ""
|
481 |
|
482 |
#. translators: placeholder for <a> and </a> tags.
|
483 |
+
#: one-user-avatar.php:120
|
484 |
msgid "The plugin One User Avatar is a replacement for the old WP User Avatar plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
485 |
msgstr ""
|
languages/pt_BR.mo
CHANGED
Binary file
|
languages/pt_BR.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: pt_BR\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -45,95 +45,95 @@ msgstr "One Designs"
|
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
-
#: includes/class-wp-user-avatar-admin.php:
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Não tem permissões para eliminar este conteúdo."
|
51 |
|
52 |
-
#: includes/class-wp-user-avatar-admin.php:
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Erro ao excluir."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Opções"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homem misterioso"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Em branco"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logotipo Gravatar"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gerado)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gerado)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gerado)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gerado)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Escolher imagem"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
107 |
msgid "Remove"
|
108 |
msgstr "Remover"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Anular"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Fórum de suporte"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Foto do perfil"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:
|
131 |
-
#: includes/wpua-options-page.php:
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar padrão"
|
134 |
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
-
#: includes/class-wp-user-avatar-functions.php:
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
@@ -248,49 +248,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Adicionar parágrafos automaticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Escolher imagem: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Carregar"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamanho máximo do ficheiro para carregamento: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Ficheiros permitidos: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Original"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Remover imagem"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este ficheiro não é uma imagem. Por favor tente com outro."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memória esgotada. Por favor tente com um ficheiro mais pequeno."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,25 +315,31 @@ msgstr "Resultados da pesquisa por %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Pesquisar"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Adicionar botão de avatar ao Editor Visual"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir que contribuidores e subscritores carreguem avatares"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desative o Gravatar e use apenas avatares locais"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
msgid "Always use the browser file uploader to upload avatars"
|
332 |
msgstr ""
|
333 |
"Sempre use o carregador de arquivos do navegador para fazer upload de "
|
334 |
"avatares"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid ""
|
338 |
"Check this if another plugin is conflicting with the WordPress Media "
|
339 |
"Uploader."
|
@@ -341,70 +347,70 @@ msgstr ""
|
|
341 |
"Verifique isso se outro plug-in estiver em conflito com o WordPress Media "
|
342 |
"Uploader."
|
343 |
|
344 |
-
#: includes/wpua-options-page.php:
|
345 |
msgid "Upload Size Limit"
|
346 |
msgstr "Limite de tamanho de upload"
|
347 |
|
348 |
-
#: includes/wpua-options-page.php:
|
349 |
msgid "(only for Contributors & Subscribers)"
|
350 |
msgstr "(apenas para contribuidores e subscritores)"
|
351 |
|
352 |
#. translators: file name
|
353 |
-
#: includes/wpua-options-page.php:
|
354 |
msgid "%s exceeds the maximum upload size for this site."
|
355 |
msgstr "%s excede o tamanho máximo de carregamentos para este site."
|
356 |
|
357 |
-
#: includes/wpua-options-page.php:
|
358 |
msgid "Allow users to edit avatars"
|
359 |
msgstr "Permitir que os usuários editem avatares"
|
360 |
|
361 |
-
#: includes/wpua-options-page.php:
|
362 |
msgid "Resize avatars on upload"
|
363 |
msgstr "Redimensionar avatares no upload"
|
364 |
|
365 |
-
#: includes/wpua-options-page.php:
|
366 |
msgid "Width"
|
367 |
msgstr "Largura"
|
368 |
|
369 |
-
#: includes/wpua-options-page.php:
|
370 |
msgid "Height"
|
371 |
msgstr "Altura"
|
372 |
|
373 |
-
#: includes/wpua-options-page.php:
|
374 |
msgid "Crop avatars to exact dimensions"
|
375 |
msgstr "Recorte avatares nas dimensões exatas"
|
376 |
|
377 |
-
#: includes/wpua-options-page.php:
|
378 |
msgid "Avatar Display"
|
379 |
msgstr "Exibição de Avatar"
|
380 |
|
381 |
-
#: includes/wpua-options-page.php:
|
382 |
msgid "Show Avatars"
|
383 |
msgstr "Mostrar Avatares"
|
384 |
|
385 |
-
#: includes/wpua-options-page.php:
|
386 |
msgid "Maximum Rating"
|
387 |
msgstr "Classificação Máxima"
|
388 |
|
389 |
-
#: includes/wpua-options-page.php:
|
390 |
msgid "G — Suitable for all audiences"
|
391 |
msgstr "G — Adequado para todos os públicos"
|
392 |
|
393 |
-
#: includes/wpua-options-page.php:
|
394 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
395 |
msgstr ""
|
396 |
"PG — Possivelmente ofensivo, geralmente para públicos a partir de 13 "
|
397 |
"anos"
|
398 |
|
399 |
-
#: includes/wpua-options-page.php:
|
400 |
msgid "R — Intended for adult audiences above 17"
|
401 |
msgstr "R — Destinado ao público adulto acima de 17"
|
402 |
|
403 |
-
#: includes/wpua-options-page.php:
|
404 |
msgid "X — Even more mature than above"
|
405 |
msgstr "X — Ainda mais maduro do que acima"
|
406 |
|
407 |
-
#: includes/wpua-options-page.php:
|
408 |
msgid ""
|
409 |
"For users without a custom avatar of their own, you can either display a "
|
410 |
"generic logo or a generated one based on their e-mail address."
|
@@ -485,7 +491,7 @@ msgid "Insert Avatar"
|
|
485 |
msgstr "Inserir avatar"
|
486 |
|
487 |
#. translators: placeholder for <a> and </a> tags.
|
488 |
-
#: one-user-avatar.php:
|
489 |
msgid ""
|
490 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
491 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-08-05 21:42+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: pt_BR\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Não tem permissões para eliminar este conteúdo."
|
51 |
|
52 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Erro ao excluir."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
64 |
+
#: includes/wpua-options-page.php:108
|
65 |
msgid "Settings"
|
66 |
msgstr "Opções"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homem misterioso"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
78 |
msgid "Blank"
|
79 |
msgstr "Em branco"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logotipo Gravatar"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gerado)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gerado)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gerado)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gerado)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
102 |
+
#: includes/class-wp-user-avatar.php:229
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Escolher imagem"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
107 |
msgid "Remove"
|
108 |
msgstr "Remover"
|
109 |
|
110 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
111 |
+
#: includes/class-wp-user-avatar.php:290
|
112 |
msgid "Undo"
|
113 |
msgstr "Anular"
|
114 |
|
115 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Fórum de suporte"
|
122 |
|
123 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Foto do perfil"
|
129 |
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar padrão"
|
134 |
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
248 |
msgstr "Adicionar parágrafos automaticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
+
#: includes/class-wp-user-avatar.php:225
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Escolher imagem: %s"
|
254 |
|
255 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Carregar"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamanho máximo do ficheiro para carregamento: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
+
#: includes/class-wp-user-avatar.php:261
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Ficheiros permitidos: %s"
|
269 |
|
270 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Original"
|
274 |
|
275 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
+
#: includes/class-wp-user-avatar.php:286
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Remover imagem"
|
283 |
|
284 |
+
#: includes/class-wp-user-avatar.php:375
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este ficheiro não é uma imagem. Por favor tente com outro."
|
287 |
|
288 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memória esgotada. Por favor tente com um ficheiro mais pequeno."
|
291 |
|
292 |
#. translators: directory path
|
293 |
+
#: includes/class-wp-user-avatar.php:387
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
315 |
msgid "Search"
|
316 |
msgstr "Pesquisar"
|
317 |
|
318 |
+
#: includes/wpua-options-page.php:123
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Adicionar botão de avatar ao Editor Visual"
|
321 |
|
322 |
+
#: includes/wpua-options-page.php:134
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir que contribuidores e subscritores carreguem avatares"
|
325 |
|
326 |
+
#: includes/wpua-options-page.php:145
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desative o Gravatar e use apenas avatares locais"
|
329 |
|
330 |
+
#: includes/wpua-options-page.php:157
|
331 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
+
msgstr ""
|
333 |
+
"Substitua a funcionalidade de avatares personalizados no plugin Ultimate "
|
334 |
+
"Member"
|
335 |
+
|
336 |
+
#: includes/wpua-options-page.php:170
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Sempre use o carregador de arquivos do navegador para fazer upload de "
|
340 |
"avatares"
|
341 |
|
342 |
+
#: includes/wpua-options-page.php:171
|
343 |
msgid ""
|
344 |
"Check this if another plugin is conflicting with the WordPress Media "
|
345 |
"Uploader."
|
347 |
"Verifique isso se outro plug-in estiver em conflito com o WordPress Media "
|
348 |
"Uploader."
|
349 |
|
350 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
351 |
msgid "Upload Size Limit"
|
352 |
msgstr "Limite de tamanho de upload"
|
353 |
|
354 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
355 |
msgid "(only for Contributors & Subscribers)"
|
356 |
msgstr "(apenas para contribuidores e subscritores)"
|
357 |
|
358 |
#. translators: file name
|
359 |
+
#: includes/wpua-options-page.php:219
|
360 |
msgid "%s exceeds the maximum upload size for this site."
|
361 |
msgstr "%s excede o tamanho máximo de carregamentos para este site."
|
362 |
|
363 |
+
#: includes/wpua-options-page.php:238
|
364 |
msgid "Allow users to edit avatars"
|
365 |
msgstr "Permitir que os usuários editem avatares"
|
366 |
|
367 |
+
#: includes/wpua-options-page.php:246
|
368 |
msgid "Resize avatars on upload"
|
369 |
msgstr "Redimensionar avatares no upload"
|
370 |
|
371 |
+
#: includes/wpua-options-page.php:251
|
372 |
msgid "Width"
|
373 |
msgstr "Largura"
|
374 |
|
375 |
+
#: includes/wpua-options-page.php:255
|
376 |
msgid "Height"
|
377 |
msgstr "Altura"
|
378 |
|
379 |
+
#: includes/wpua-options-page.php:263
|
380 |
msgid "Crop avatars to exact dimensions"
|
381 |
msgstr "Recorte avatares nas dimensões exatas"
|
382 |
|
383 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
384 |
msgid "Avatar Display"
|
385 |
msgstr "Exibição de Avatar"
|
386 |
|
387 |
+
#: includes/wpua-options-page.php:298
|
388 |
msgid "Show Avatars"
|
389 |
msgstr "Mostrar Avatares"
|
390 |
|
391 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
392 |
msgid "Maximum Rating"
|
393 |
msgstr "Classificação Máxima"
|
394 |
|
395 |
+
#: includes/wpua-options-page.php:317
|
396 |
msgid "G — Suitable for all audiences"
|
397 |
msgstr "G — Adequado para todos os públicos"
|
398 |
|
399 |
+
#: includes/wpua-options-page.php:318
|
400 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
401 |
msgstr ""
|
402 |
"PG — Possivelmente ofensivo, geralmente para públicos a partir de 13 "
|
403 |
"anos"
|
404 |
|
405 |
+
#: includes/wpua-options-page.php:319
|
406 |
msgid "R — Intended for adult audiences above 17"
|
407 |
msgstr "R — Destinado ao público adulto acima de 17"
|
408 |
|
409 |
+
#: includes/wpua-options-page.php:320
|
410 |
msgid "X — Even more mature than above"
|
411 |
msgstr "X — Ainda mais maduro do que acima"
|
412 |
|
413 |
+
#: includes/wpua-options-page.php:349
|
414 |
msgid ""
|
415 |
"For users without a custom avatar of their own, you can either display a "
|
416 |
"generic logo or a generated one based on their e-mail address."
|
491 |
msgstr "Inserir avatar"
|
492 |
|
493 |
#. translators: placeholder for <a> and </a> tags.
|
494 |
+
#: one-user-avatar.php:120
|
495 |
msgid ""
|
496 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
497 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
languages/pt_PT.mo
CHANGED
Binary file
|
languages/pt_PT.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: pt_PT\n"
|
@@ -17,10 +17,10 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
-
#: includes/class-wp-user-avatar-admin.php:
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
-
#: includes/wpua-options-page.php:
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
@@ -45,95 +45,95 @@ msgstr "One Designs"
|
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
-
#: includes/class-wp-user-avatar-admin.php:
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Não tem permissões para eliminar este conteúdo."
|
51 |
|
52 |
-
#: includes/class-wp-user-avatar-admin.php:
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Erro ao excluir."
|
55 |
|
56 |
-
#: includes/class-wp-user-avatar-admin.php:
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
-
#: includes/class-wp-user-avatar-admin.php:
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/wpua-options-page.php:
|
65 |
msgid "Settings"
|
66 |
msgstr "Opções"
|
67 |
|
68 |
-
#: includes/class-wp-user-avatar-admin.php:
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
-
#: includes/class-wp-user-avatar-admin.php:
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homem misterioso"
|
76 |
|
77 |
-
#: includes/class-wp-user-avatar-admin.php:
|
78 |
msgid "Blank"
|
79 |
msgstr "Em branco"
|
80 |
|
81 |
-
#: includes/class-wp-user-avatar-admin.php:
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logotipo Gravatar"
|
84 |
|
85 |
-
#: includes/class-wp-user-avatar-admin.php:
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gerado)"
|
88 |
|
89 |
-
#: includes/class-wp-user-avatar-admin.php:
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gerado)"
|
92 |
|
93 |
-
#: includes/class-wp-user-avatar-admin.php:
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gerado)"
|
96 |
|
97 |
-
#: includes/class-wp-user-avatar-admin.php:
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gerado)"
|
100 |
|
101 |
-
#: includes/class-wp-user-avatar-admin.php:
|
102 |
-
#: includes/class-wp-user-avatar.php:
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Escolher imagem"
|
105 |
|
106 |
-
#: includes/class-wp-user-avatar-admin.php:
|
107 |
msgid "Remove"
|
108 |
msgstr "Remover"
|
109 |
|
110 |
-
#: includes/class-wp-user-avatar-admin.php:
|
111 |
-
#: includes/class-wp-user-avatar.php:
|
112 |
msgid "Undo"
|
113 |
msgstr "Anular"
|
114 |
|
115 |
-
#: includes/class-wp-user-avatar-admin.php:
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
-
#: includes/class-wp-user-avatar-admin.php:
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Fórum de suporte"
|
122 |
|
123 |
-
#: includes/class-wp-user-avatar-admin.php:
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Foto do perfil"
|
129 |
|
130 |
-
#: includes/class-wp-user-avatar-admin.php:
|
131 |
-
#: includes/wpua-options-page.php:
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar padrão"
|
134 |
|
135 |
-
#: includes/class-wp-user-avatar-functions.php:
|
136 |
-
#: includes/class-wp-user-avatar-functions.php:
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
@@ -248,49 +248,49 @@ msgid "Automatically add paragraphs"
|
|
248 |
msgstr "Adicionar parágrafos automaticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
-
#: includes/class-wp-user-avatar.php:
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Escolher imagem: %s"
|
254 |
|
255 |
-
#: includes/class-wp-user-avatar.php:
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Carregar"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
-
#: includes/class-wp-user-avatar.php:
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamanho máximo do ficheiro para carregamento: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
-
#: includes/class-wp-user-avatar.php:
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Ficheiros permitidos: %s"
|
269 |
|
270 |
-
#: includes/class-wp-user-avatar.php:
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Original"
|
274 |
|
275 |
-
#: includes/class-wp-user-avatar.php:
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
-
#: includes/class-wp-user-avatar.php:
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Remover imagem"
|
283 |
|
284 |
-
#: includes/class-wp-user-avatar.php:
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este ficheiro não é uma imagem. Por favor tente com outro."
|
287 |
|
288 |
-
#: includes/class-wp-user-avatar.php:
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memória esgotada. Por favor tente com um ficheiro mais pequeno."
|
291 |
|
292 |
#. translators: directory path
|
293 |
-
#: includes/class-wp-user-avatar.php:
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
@@ -315,25 +315,31 @@ msgstr "Resultados da pesquisa por %s"
|
|
315 |
msgid "Search"
|
316 |
msgstr "Pesquisar"
|
317 |
|
318 |
-
#: includes/wpua-options-page.php:
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Adicionar botão de avatar ao Editor Visual"
|
321 |
|
322 |
-
#: includes/wpua-options-page.php:
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir que contribuidores e subscritores carreguem avatares"
|
325 |
|
326 |
-
#: includes/wpua-options-page.php:
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desative o Gravatar e use apenas avatares locais"
|
329 |
|
330 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
msgid "Always use the browser file uploader to upload avatars"
|
332 |
msgstr ""
|
333 |
"Sempre use o carregador de arquivos do navegador para fazer upload de "
|
334 |
"avatares"
|
335 |
|
336 |
-
#: includes/wpua-options-page.php:
|
337 |
msgid ""
|
338 |
"Check this if another plugin is conflicting with the WordPress Media "
|
339 |
"Uploader."
|
@@ -341,70 +347,70 @@ msgstr ""
|
|
341 |
"Verifique isso se outro plug-in estiver em conflito com o WordPress Media "
|
342 |
"Uploader."
|
343 |
|
344 |
-
#: includes/wpua-options-page.php:
|
345 |
msgid "Upload Size Limit"
|
346 |
msgstr "Limite de tamanho de upload"
|
347 |
|
348 |
-
#: includes/wpua-options-page.php:
|
349 |
msgid "(only for Contributors & Subscribers)"
|
350 |
msgstr "(apenas para contribuidores e subscritores)"
|
351 |
|
352 |
#. translators: file name
|
353 |
-
#: includes/wpua-options-page.php:
|
354 |
msgid "%s exceeds the maximum upload size for this site."
|
355 |
msgstr "%s excede o tamanho máximo de carregamentos para este site."
|
356 |
|
357 |
-
#: includes/wpua-options-page.php:
|
358 |
msgid "Allow users to edit avatars"
|
359 |
msgstr "Permitir que os usuários editem avatares"
|
360 |
|
361 |
-
#: includes/wpua-options-page.php:
|
362 |
msgid "Resize avatars on upload"
|
363 |
msgstr "Redimensionar avatares no upload"
|
364 |
|
365 |
-
#: includes/wpua-options-page.php:
|
366 |
msgid "Width"
|
367 |
msgstr "Largura"
|
368 |
|
369 |
-
#: includes/wpua-options-page.php:
|
370 |
msgid "Height"
|
371 |
msgstr "Altura"
|
372 |
|
373 |
-
#: includes/wpua-options-page.php:
|
374 |
msgid "Crop avatars to exact dimensions"
|
375 |
msgstr "Recorte avatares nas dimensões exatas"
|
376 |
|
377 |
-
#: includes/wpua-options-page.php:
|
378 |
msgid "Avatar Display"
|
379 |
msgstr "Exibição de Avatar"
|
380 |
|
381 |
-
#: includes/wpua-options-page.php:
|
382 |
msgid "Show Avatars"
|
383 |
msgstr "Mostrar Avatares"
|
384 |
|
385 |
-
#: includes/wpua-options-page.php:
|
386 |
msgid "Maximum Rating"
|
387 |
msgstr "Classificação Máxima"
|
388 |
|
389 |
-
#: includes/wpua-options-page.php:
|
390 |
msgid "G — Suitable for all audiences"
|
391 |
msgstr "G — Adequado para todos os públicos"
|
392 |
|
393 |
-
#: includes/wpua-options-page.php:
|
394 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
395 |
msgstr ""
|
396 |
"PG — Possivelmente ofensivo, geralmente para públicos a partir de 13 "
|
397 |
"anos"
|
398 |
|
399 |
-
#: includes/wpua-options-page.php:
|
400 |
msgid "R — Intended for adult audiences above 17"
|
401 |
msgstr "R — Destinado ao público adulto acima de 17"
|
402 |
|
403 |
-
#: includes/wpua-options-page.php:
|
404 |
msgid "X — Even more mature than above"
|
405 |
msgstr "X — Ainda mais maduro do que acima"
|
406 |
|
407 |
-
#: includes/wpua-options-page.php:
|
408 |
msgid ""
|
409 |
"For users without a custom avatar of their own, you can either display a "
|
410 |
"generic logo or a generated one based on their e-mail address."
|
@@ -485,7 +491,7 @@ msgid "Insert Avatar"
|
|
485 |
msgstr "Inserir avatar"
|
486 |
|
487 |
#. translators: placeholder for <a> and </a> tags.
|
488 |
-
#: one-user-avatar.php:
|
489 |
msgid ""
|
490 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
491 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-08-05 21:43+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: pt_PT\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
#. Plugin Name of the plugin
|
20 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
22 |
#: includes/class-wp-user-avatar-widget.php:32
|
23 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
24 |
msgid "One User Avatar"
|
25 |
msgstr "One User Avatar"
|
26 |
|
45 |
msgid "https://onedesigns.com/"
|
46 |
msgstr "https://onedesigns.com/"
|
47 |
|
48 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
49 |
msgid "You are not allowed to delete this post."
|
50 |
msgstr "Não tem permissões para eliminar este conteúdo."
|
51 |
|
52 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
53 |
msgid "Error in deleting."
|
54 |
msgstr "Erro ao excluir."
|
55 |
|
56 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
58 |
msgid "Avatars"
|
59 |
msgstr "Avatares"
|
60 |
|
61 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
64 |
+
#: includes/wpua-options-page.php:108
|
65 |
msgid "Settings"
|
66 |
msgstr "Opções"
|
67 |
|
68 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
70 |
msgid "Library"
|
71 |
msgstr "Biblioteca"
|
72 |
|
73 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
74 |
msgid "Mystery Man"
|
75 |
msgstr "Homem misterioso"
|
76 |
|
77 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
78 |
msgid "Blank"
|
79 |
msgstr "Em branco"
|
80 |
|
81 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
82 |
msgid "Gravatar Logo"
|
83 |
msgstr "Logotipo Gravatar"
|
84 |
|
85 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
86 |
msgid "Identicon (Generated)"
|
87 |
msgstr "Identicon (Gerado)"
|
88 |
|
89 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
90 |
msgid "Wavatar (Generated)"
|
91 |
msgstr "Wavatar (Gerado)"
|
92 |
|
93 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
94 |
msgid "MonsterID (Generated)"
|
95 |
msgstr "MonsterID (Gerado)"
|
96 |
|
97 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
98 |
msgid "Retro (Generated)"
|
99 |
msgstr "Retro (Gerado)"
|
100 |
|
101 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
102 |
+
#: includes/class-wp-user-avatar.php:229
|
103 |
msgid "Choose Image"
|
104 |
msgstr "Escolher imagem"
|
105 |
|
106 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
107 |
msgid "Remove"
|
108 |
msgstr "Remover"
|
109 |
|
110 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
111 |
+
#: includes/class-wp-user-avatar.php:290
|
112 |
msgid "Undo"
|
113 |
msgstr "Anular"
|
114 |
|
115 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
116 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
117 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
|
119 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
120 |
msgid "Support Forums"
|
121 |
msgstr "Fórum de suporte"
|
122 |
|
123 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
125 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
126 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
127 |
msgid "Profile Picture"
|
128 |
msgstr "Foto do perfil"
|
129 |
|
130 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
131 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
132 |
msgid "Default Avatar"
|
133 |
msgstr "Avatar padrão"
|
134 |
|
135 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
136 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
137 |
msgid "Avatar"
|
138 |
msgstr "Avatar"
|
139 |
|
248 |
msgstr "Adicionar parágrafos automaticamente"
|
249 |
|
250 |
#. translators: user display name
|
251 |
+
#: includes/class-wp-user-avatar.php:225
|
252 |
msgid "Choose Image: %s"
|
253 |
msgstr "Escolher imagem: %s"
|
254 |
|
255 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
256 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
257 |
msgid "Upload"
|
258 |
msgstr "Carregar"
|
259 |
|
260 |
#. translators: file size in KB
|
261 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
262 |
msgid "Maximum upload file size: %s."
|
263 |
msgstr "Tamanho máximo do ficheiro para carregamento: %s."
|
264 |
|
265 |
#. translators: allowed file extensions
|
266 |
+
#: includes/class-wp-user-avatar.php:261
|
267 |
msgid "Allowed Files: %s"
|
268 |
msgstr "Ficheiros permitidos: %s"
|
269 |
|
270 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
271 |
#: includes/wpua-tinymce-window.php:125
|
272 |
msgid "Original Size"
|
273 |
msgstr "Original"
|
274 |
|
275 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
276 |
#: includes/wpua-tinymce-window.php:128
|
277 |
msgid "Thumbnail"
|
278 |
msgstr "Miniatura"
|
279 |
|
280 |
+
#: includes/class-wp-user-avatar.php:286
|
281 |
msgid "Remove Image"
|
282 |
msgstr "Remover imagem"
|
283 |
|
284 |
+
#: includes/class-wp-user-avatar.php:375
|
285 |
msgid "This file is not an image. Please try another."
|
286 |
msgstr "Este ficheiro não é uma imagem. Por favor tente com outro."
|
287 |
|
288 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
289 |
msgid "Memory exceeded. Please try another smaller file."
|
290 |
msgstr "Memória esgotada. Por favor tente com um ficheiro mais pequeno."
|
291 |
|
292 |
#. translators: directory path
|
293 |
+
#: includes/class-wp-user-avatar.php:387
|
294 |
msgid ""
|
295 |
"Unable to create directory %s. Is its parent directory writable by the "
|
296 |
"server?"
|
315 |
msgid "Search"
|
316 |
msgstr "Pesquisar"
|
317 |
|
318 |
+
#: includes/wpua-options-page.php:123
|
319 |
msgid "Add avatar button to Visual Editor"
|
320 |
msgstr "Adicionar botão de avatar ao Editor Visual"
|
321 |
|
322 |
+
#: includes/wpua-options-page.php:134
|
323 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
324 |
msgstr "Permitir que contribuidores e subscritores carreguem avatares"
|
325 |
|
326 |
+
#: includes/wpua-options-page.php:145
|
327 |
msgid "Disable Gravatar and use only local avatars"
|
328 |
msgstr "Desative o Gravatar e use apenas avatares locais"
|
329 |
|
330 |
+
#: includes/wpua-options-page.php:157
|
331 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
332 |
+
msgstr ""
|
333 |
+
"Substitua a funcionalidade de avatares personalizados no plugin Ultimate "
|
334 |
+
"Member"
|
335 |
+
|
336 |
+
#: includes/wpua-options-page.php:170
|
337 |
msgid "Always use the browser file uploader to upload avatars"
|
338 |
msgstr ""
|
339 |
"Sempre use o carregador de arquivos do navegador para fazer upload de "
|
340 |
"avatares"
|
341 |
|
342 |
+
#: includes/wpua-options-page.php:171
|
343 |
msgid ""
|
344 |
"Check this if another plugin is conflicting with the WordPress Media "
|
345 |
"Uploader."
|
347 |
"Verifique isso se outro plug-in estiver em conflito com o WordPress Media "
|
348 |
"Uploader."
|
349 |
|
350 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
351 |
msgid "Upload Size Limit"
|
352 |
msgstr "Limite de tamanho de upload"
|
353 |
|
354 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
355 |
msgid "(only for Contributors & Subscribers)"
|
356 |
msgstr "(apenas para contribuidores e subscritores)"
|
357 |
|
358 |
#. translators: file name
|
359 |
+
#: includes/wpua-options-page.php:219
|
360 |
msgid "%s exceeds the maximum upload size for this site."
|
361 |
msgstr "%s excede o tamanho máximo de carregamentos para este site."
|
362 |
|
363 |
+
#: includes/wpua-options-page.php:238
|
364 |
msgid "Allow users to edit avatars"
|
365 |
msgstr "Permitir que os usuários editem avatares"
|
366 |
|
367 |
+
#: includes/wpua-options-page.php:246
|
368 |
msgid "Resize avatars on upload"
|
369 |
msgstr "Redimensionar avatares no upload"
|
370 |
|
371 |
+
#: includes/wpua-options-page.php:251
|
372 |
msgid "Width"
|
373 |
msgstr "Largura"
|
374 |
|
375 |
+
#: includes/wpua-options-page.php:255
|
376 |
msgid "Height"
|
377 |
msgstr "Altura"
|
378 |
|
379 |
+
#: includes/wpua-options-page.php:263
|
380 |
msgid "Crop avatars to exact dimensions"
|
381 |
msgstr "Recorte avatares nas dimensões exatas"
|
382 |
|
383 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
384 |
msgid "Avatar Display"
|
385 |
msgstr "Exibição de Avatar"
|
386 |
|
387 |
+
#: includes/wpua-options-page.php:298
|
388 |
msgid "Show Avatars"
|
389 |
msgstr "Mostrar Avatares"
|
390 |
|
391 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
392 |
msgid "Maximum Rating"
|
393 |
msgstr "Classificação Máxima"
|
394 |
|
395 |
+
#: includes/wpua-options-page.php:317
|
396 |
msgid "G — Suitable for all audiences"
|
397 |
msgstr "G — Adequado para todos os públicos"
|
398 |
|
399 |
+
#: includes/wpua-options-page.php:318
|
400 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
401 |
msgstr ""
|
402 |
"PG — Possivelmente ofensivo, geralmente para públicos a partir de 13 "
|
403 |
"anos"
|
404 |
|
405 |
+
#: includes/wpua-options-page.php:319
|
406 |
msgid "R — Intended for adult audiences above 17"
|
407 |
msgstr "R — Destinado ao público adulto acima de 17"
|
408 |
|
409 |
+
#: includes/wpua-options-page.php:320
|
410 |
msgid "X — Even more mature than above"
|
411 |
msgstr "X — Ainda mais maduro do que acima"
|
412 |
|
413 |
+
#: includes/wpua-options-page.php:349
|
414 |
msgid ""
|
415 |
"For users without a custom avatar of their own, you can either display a "
|
416 |
"generic logo or a generated one based on their e-mail address."
|
491 |
msgstr "Inserir avatar"
|
492 |
|
493 |
#. translators: placeholder for <a> and </a> tags.
|
494 |
+
#: one-user-avatar.php:120
|
495 |
msgid ""
|
496 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
497 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
languages/ro_RO.mo
CHANGED
Binary file
|
languages/ro_RO.po
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the One User Avatar plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: One User Avatar 2.3.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
-
"POT-Creation-Date: 2021-
|
8 |
-
"PO-Revision-Date: 2021-
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: ro_RO\n"
|
@@ -18,10 +18,10 @@ msgstr ""
|
|
18 |
"%100<=19) ? 1 : 2);\n"
|
19 |
|
20 |
#. Plugin Name of the plugin
|
21 |
-
#: includes/class-wp-user-avatar-admin.php:
|
22 |
-
#: includes/class-wp-user-avatar-admin.php:
|
23 |
#: includes/class-wp-user-avatar-widget.php:32
|
24 |
-
#: includes/wpua-options-page.php:
|
25 |
msgid "One User Avatar"
|
26 |
msgstr "One User Avatar"
|
27 |
|
@@ -46,95 +46,95 @@ msgstr "One Designs"
|
|
46 |
msgid "https://onedesigns.com/"
|
47 |
msgstr "https://onedesigns.com/"
|
48 |
|
49 |
-
#: includes/class-wp-user-avatar-admin.php:
|
50 |
msgid "You are not allowed to delete this post."
|
51 |
msgstr "Nu ai voie să ștergi această postare."
|
52 |
|
53 |
-
#: includes/class-wp-user-avatar-admin.php:
|
54 |
msgid "Error in deleting."
|
55 |
msgstr "Eroare la ștergere."
|
56 |
|
57 |
-
#: includes/class-wp-user-avatar-admin.php:
|
58 |
-
#: includes/class-wp-user-avatar-admin.php:
|
59 |
msgid "Avatars"
|
60 |
msgstr "Avatare"
|
61 |
|
62 |
-
#: includes/class-wp-user-avatar-admin.php:
|
63 |
-
#: includes/class-wp-user-avatar-admin.php:
|
64 |
-
#: includes/class-wp-user-avatar-admin.php:
|
65 |
-
#: includes/wpua-options-page.php:
|
66 |
msgid "Settings"
|
67 |
msgstr "Setări"
|
68 |
|
69 |
-
#: includes/class-wp-user-avatar-admin.php:
|
70 |
-
#: includes/class-wp-user-avatar-admin.php:
|
71 |
msgid "Library"
|
72 |
msgstr "Bibliotecă"
|
73 |
|
74 |
-
#: includes/class-wp-user-avatar-admin.php:
|
75 |
msgid "Mystery Man"
|
76 |
msgstr "Omul misterios"
|
77 |
|
78 |
-
#: includes/class-wp-user-avatar-admin.php:
|
79 |
msgid "Blank"
|
80 |
msgstr "Gol"
|
81 |
|
82 |
-
#: includes/class-wp-user-avatar-admin.php:
|
83 |
msgid "Gravatar Logo"
|
84 |
msgstr "Logo Gravatar"
|
85 |
|
86 |
-
#: includes/class-wp-user-avatar-admin.php:
|
87 |
msgid "Identicon (Generated)"
|
88 |
msgstr "Identicon (Generat)"
|
89 |
|
90 |
-
#: includes/class-wp-user-avatar-admin.php:
|
91 |
msgid "Wavatar (Generated)"
|
92 |
msgstr "Wavatar (Generat)"
|
93 |
|
94 |
-
#: includes/class-wp-user-avatar-admin.php:
|
95 |
msgid "MonsterID (Generated)"
|
96 |
msgstr "MonsterID (Generat)"
|
97 |
|
98 |
-
#: includes/class-wp-user-avatar-admin.php:
|
99 |
msgid "Retro (Generated)"
|
100 |
msgstr "Retro (Generat)"
|
101 |
|
102 |
-
#: includes/class-wp-user-avatar-admin.php:
|
103 |
-
#: includes/class-wp-user-avatar.php:
|
104 |
msgid "Choose Image"
|
105 |
msgstr "Alege imagine"
|
106 |
|
107 |
-
#: includes/class-wp-user-avatar-admin.php:
|
108 |
msgid "Remove"
|
109 |
msgstr "Elimină"
|
110 |
|
111 |
-
#: includes/class-wp-user-avatar-admin.php:
|
112 |
-
#: includes/class-wp-user-avatar.php:
|
113 |
msgid "Undo"
|
114 |
msgstr "Anulează"
|
115 |
|
116 |
-
#: includes/class-wp-user-avatar-admin.php:
|
117 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
119 |
|
120 |
-
#: includes/class-wp-user-avatar-admin.php:
|
121 |
msgid "Support Forums"
|
122 |
msgstr "Forumuri de asistență"
|
123 |
|
124 |
-
#: includes/class-wp-user-avatar-admin.php:
|
125 |
-
#: includes/class-wp-user-avatar-admin.php:
|
126 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
127 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
128 |
msgid "Profile Picture"
|
129 |
msgstr "Poză de profil"
|
130 |
|
131 |
-
#: includes/class-wp-user-avatar-admin.php:
|
132 |
-
#: includes/wpua-options-page.php:
|
133 |
msgid "Default Avatar"
|
134 |
msgstr "Avatar implicit"
|
135 |
|
136 |
-
#: includes/class-wp-user-avatar-functions.php:
|
137 |
-
#: includes/class-wp-user-avatar-functions.php:
|
138 |
msgid "Avatar"
|
139 |
msgstr "Avatar"
|
140 |
|
@@ -249,49 +249,49 @@ msgid "Automatically add paragraphs"
|
|
249 |
msgstr "Adaugă paragrafe automat"
|
250 |
|
251 |
#. translators: user display name
|
252 |
-
#: includes/class-wp-user-avatar.php:
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Alege imagine: %s"
|
255 |
|
256 |
-
#: includes/class-wp-user-avatar.php:
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Încărcare"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
-
#: includes/class-wp-user-avatar.php:
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Dimensiunea maximă a fișierului pentru încărcat: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
-
#: includes/class-wp-user-avatar.php:
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Fișiere permise: %s"
|
270 |
|
271 |
-
#: includes/class-wp-user-avatar.php:
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Mărimea originală"
|
275 |
|
276 |
-
#: includes/class-wp-user-avatar.php:
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Thumbnail"
|
280 |
|
281 |
-
#: includes/class-wp-user-avatar.php:
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Elimină imaginea"
|
284 |
|
285 |
-
#: includes/class-wp-user-avatar.php:
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Acest fișier nu este o imagine. Încearcă altul."
|
288 |
|
289 |
-
#: includes/class-wp-user-avatar.php:
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "Memoria depășită. Încearcă un alt fișier mai mic."
|
292 |
|
293 |
#. translators: directory path
|
294 |
-
#: includes/class-wp-user-avatar.php:
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
@@ -316,25 +316,31 @@ msgstr "Rezultatele căutării pentru: %s"
|
|
316 |
msgid "Search"
|
317 |
msgstr "Căutare"
|
318 |
|
319 |
-
#: includes/wpua-options-page.php:
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Adăugați butonul avatar în editorul vizual"
|
322 |
|
323 |
-
#: includes/wpua-options-page.php:
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Permiteți colaboratorilor și abonaților să încarce avatare"
|
326 |
|
327 |
-
#: includes/wpua-options-page.php:
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Dezactivați Gravatar și utilizați numai avataruri locale"
|
330 |
|
331 |
-
#: includes/wpua-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
msgid "Always use the browser file uploader to upload avatars"
|
333 |
msgstr ""
|
334 |
"Utilizați întotdeauna încărcătorul de fișiere al browserului pentru a "
|
335 |
"încărca avatare"
|
336 |
|
337 |
-
#: includes/wpua-options-page.php:
|
338 |
msgid ""
|
339 |
"Check this if another plugin is conflicting with the WordPress Media "
|
340 |
"Uploader."
|
@@ -342,69 +348,69 @@ msgstr ""
|
|
342 |
"Bifați aici dacă un alt plugin este în conflict cu uploaderul media din "
|
343 |
"WordPress."
|
344 |
|
345 |
-
#: includes/wpua-options-page.php:
|
346 |
msgid "Upload Size Limit"
|
347 |
msgstr "Limita de dimensiune a încărcării"
|
348 |
|
349 |
-
#: includes/wpua-options-page.php:
|
350 |
msgid "(only for Contributors & Subscribers)"
|
351 |
msgstr "(numai pentru colaboratori și abonați)"
|
352 |
|
353 |
#. translators: file name
|
354 |
-
#: includes/wpua-options-page.php:
|
355 |
msgid "%s exceeds the maximum upload size for this site."
|
356 |
msgstr "%s depășește dimensiunea maximă de încărcare pentru acest site."
|
357 |
|
358 |
-
#: includes/wpua-options-page.php:
|
359 |
msgid "Allow users to edit avatars"
|
360 |
msgstr "Permiteți utilizatorilor să editeze avatare"
|
361 |
|
362 |
-
#: includes/wpua-options-page.php:
|
363 |
msgid "Resize avatars on upload"
|
364 |
msgstr "Redimensionați avatarurile la încărcare"
|
365 |
|
366 |
-
#: includes/wpua-options-page.php:
|
367 |
msgid "Width"
|
368 |
msgstr "Lăţime"
|
369 |
|
370 |
-
#: includes/wpua-options-page.php:
|
371 |
msgid "Height"
|
372 |
msgstr "Înălţime"
|
373 |
|
374 |
-
#: includes/wpua-options-page.php:
|
375 |
msgid "Crop avatars to exact dimensions"
|
376 |
msgstr "Decupați avatare la dimensiuni exacte"
|
377 |
|
378 |
-
#: includes/wpua-options-page.php:
|
379 |
msgid "Avatar Display"
|
380 |
msgstr "Afișare avatar"
|
381 |
|
382 |
-
#: includes/wpua-options-page.php:
|
383 |
msgid "Show Avatars"
|
384 |
msgstr "Afișați avatare"
|
385 |
|
386 |
-
#: includes/wpua-options-page.php:
|
387 |
msgid "Maximum Rating"
|
388 |
msgstr "Limită de vârstă"
|
389 |
|
390 |
-
#: includes/wpua-options-page.php:
|
391 |
msgid "G — Suitable for all audiences"
|
392 |
msgstr "G — Potrivit pentru toate vârstele"
|
393 |
|
394 |
-
#: includes/wpua-options-page.php:
|
395 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
396 |
msgstr ""
|
397 |
"PG — Eventual ofensator, de obicei pentru vârsta de 13 ani și peste"
|
398 |
|
399 |
-
#: includes/wpua-options-page.php:
|
400 |
msgid "R — Intended for adult audiences above 17"
|
401 |
msgstr "R — Destinat adulților cu vârsta peste 17 ani"
|
402 |
|
403 |
-
#: includes/wpua-options-page.php:
|
404 |
msgid "X — Even more mature than above"
|
405 |
msgstr "X — Și mai maturi decât cele de mai sus"
|
406 |
|
407 |
-
#: includes/wpua-options-page.php:
|
408 |
msgid ""
|
409 |
"For users without a custom avatar of their own, you can either display a "
|
410 |
"generic logo or a generated one based on their e-mail address."
|
@@ -485,7 +491,7 @@ msgid "Insert Avatar"
|
|
485 |
msgstr "Introdu avatar"
|
486 |
|
487 |
#. translators: placeholder for <a> and </a> tags.
|
488 |
-
#: one-user-avatar.php:
|
489 |
msgid ""
|
490 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
491 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
2 |
# This file is distributed under the same license as the One User Avatar plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: One User Avatar 2.3.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/one-user-avatar\n"
|
7 |
+
"POT-Creation-Date: 2021-08-05T19:36:27+00:00\n"
|
8 |
+
"PO-Revision-Date: 2021-08-05 21:44+0200\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: ro_RO\n"
|
18 |
"%100<=19) ? 1 : 2);\n"
|
19 |
|
20 |
#. Plugin Name of the plugin
|
21 |
+
#: includes/class-wp-user-avatar-admin.php:230
|
22 |
+
#: includes/class-wp-user-avatar-admin.php:431
|
23 |
#: includes/class-wp-user-avatar-widget.php:32
|
24 |
+
#: includes/wpua-options-page.php:70 includes/wpua-tinymce-window.php:31
|
25 |
msgid "One User Avatar"
|
26 |
msgstr "One User Avatar"
|
27 |
|
46 |
msgid "https://onedesigns.com/"
|
47 |
msgstr "https://onedesigns.com/"
|
48 |
|
49 |
+
#: includes/class-wp-user-avatar-admin.php:173
|
50 |
msgid "You are not allowed to delete this post."
|
51 |
msgstr "Nu ai voie să ștergi această postare."
|
52 |
|
53 |
+
#: includes/class-wp-user-avatar-admin.php:177
|
54 |
msgid "Error in deleting."
|
55 |
msgstr "Eroare la ștergere."
|
56 |
|
57 |
+
#: includes/class-wp-user-avatar-admin.php:231
|
58 |
+
#: includes/class-wp-user-avatar-admin.php:289 includes/wpua-media-page.php:59
|
59 |
msgid "Avatars"
|
60 |
msgstr "Avatare"
|
61 |
|
62 |
+
#: includes/class-wp-user-avatar-admin.php:240
|
63 |
+
#: includes/class-wp-user-avatar-admin.php:241
|
64 |
+
#: includes/class-wp-user-avatar-admin.php:468
|
65 |
+
#: includes/wpua-options-page.php:108
|
66 |
msgid "Settings"
|
67 |
msgstr "Setări"
|
68 |
|
69 |
+
#: includes/class-wp-user-avatar-admin.php:249
|
70 |
+
#: includes/class-wp-user-avatar-admin.php:250
|
71 |
msgid "Library"
|
72 |
msgstr "Bibliotecă"
|
73 |
|
74 |
+
#: includes/class-wp-user-avatar-admin.php:377
|
75 |
msgid "Mystery Man"
|
76 |
msgstr "Omul misterios"
|
77 |
|
78 |
+
#: includes/class-wp-user-avatar-admin.php:378
|
79 |
msgid "Blank"
|
80 |
msgstr "Gol"
|
81 |
|
82 |
+
#: includes/class-wp-user-avatar-admin.php:379
|
83 |
msgid "Gravatar Logo"
|
84 |
msgstr "Logo Gravatar"
|
85 |
|
86 |
+
#: includes/class-wp-user-avatar-admin.php:380
|
87 |
msgid "Identicon (Generated)"
|
88 |
msgstr "Identicon (Generat)"
|
89 |
|
90 |
+
#: includes/class-wp-user-avatar-admin.php:381
|
91 |
msgid "Wavatar (Generated)"
|
92 |
msgstr "Wavatar (Generat)"
|
93 |
|
94 |
+
#: includes/class-wp-user-avatar-admin.php:382
|
95 |
msgid "MonsterID (Generated)"
|
96 |
msgstr "MonsterID (Generat)"
|
97 |
|
98 |
+
#: includes/class-wp-user-avatar-admin.php:383
|
99 |
msgid "Retro (Generated)"
|
100 |
msgstr "Retro (Generat)"
|
101 |
|
102 |
+
#: includes/class-wp-user-avatar-admin.php:432
|
103 |
+
#: includes/class-wp-user-avatar.php:229
|
104 |
msgid "Choose Image"
|
105 |
msgstr "Alege imagine"
|
106 |
|
107 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
108 |
msgid "Remove"
|
109 |
msgstr "Elimină"
|
110 |
|
111 |
+
#: includes/class-wp-user-avatar-admin.php:433
|
112 |
+
#: includes/class-wp-user-avatar.php:290
|
113 |
msgid "Undo"
|
114 |
msgstr "Anulează"
|
115 |
|
116 |
+
#: includes/class-wp-user-avatar-admin.php:486
|
117 |
msgid "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
118 |
msgstr "https://onedesigns.com/support/forum/plugins/one-user-avatar/"
|
119 |
|
120 |
+
#: includes/class-wp-user-avatar-admin.php:487
|
121 |
msgid "Support Forums"
|
122 |
msgstr "Forumuri de asistență"
|
123 |
|
124 |
+
#: includes/class-wp-user-avatar-admin.php:501
|
125 |
+
#: includes/class-wp-user-avatar-admin.php:562 includes/wpua-functions.php:93
|
126 |
#: includes/wpua-functions.php:106 includes/wpua-functions.php:114
|
127 |
#: includes/wpua-functions.php:186 includes/wpua-tinymce-window.php:94
|
128 |
msgid "Profile Picture"
|
129 |
msgstr "Poză de profil"
|
130 |
|
131 |
+
#: includes/class-wp-user-avatar-admin.php:566
|
132 |
+
#: includes/wpua-options-page.php:339 includes/wpua-options-page.php:345
|
133 |
msgid "Default Avatar"
|
134 |
msgstr "Avatar implicit"
|
135 |
|
136 |
+
#: includes/class-wp-user-avatar-functions.php:517
|
137 |
+
#: includes/class-wp-user-avatar-functions.php:718
|
138 |
msgid "Avatar"
|
139 |
msgstr "Avatar"
|
140 |
|
249 |
msgstr "Adaugă paragrafe automat"
|
250 |
|
251 |
#. translators: user display name
|
252 |
+
#: includes/class-wp-user-avatar.php:225
|
253 |
msgid "Choose Image: %s"
|
254 |
msgstr "Alege imagine: %s"
|
255 |
|
256 |
+
#: includes/class-wp-user-avatar.php:241 includes/class-wp-user-avatar.php:242
|
257 |
#: includes/wpua-tinymce-window.php:95 includes/wpua-tinymce-window.php:186
|
258 |
msgid "Upload"
|
259 |
msgstr "Încărcare"
|
260 |
|
261 |
#. translators: file size in KB
|
262 |
+
#: includes/class-wp-user-avatar.php:251 includes/wpua-options-page.php:227
|
263 |
msgid "Maximum upload file size: %s."
|
264 |
msgstr "Dimensiunea maximă a fișierului pentru încărcat: %s."
|
265 |
|
266 |
#. translators: allowed file extensions
|
267 |
+
#: includes/class-wp-user-avatar.php:261
|
268 |
msgid "Allowed Files: %s"
|
269 |
msgstr "Fișiere permise: %s"
|
270 |
|
271 |
+
#: includes/class-wp-user-avatar.php:274 includes/class-wp-user-avatar.php:276
|
272 |
#: includes/wpua-tinymce-window.php:125
|
273 |
msgid "Original Size"
|
274 |
msgstr "Mărimea originală"
|
275 |
|
276 |
+
#: includes/class-wp-user-avatar.php:280 includes/class-wp-user-avatar.php:282
|
277 |
#: includes/wpua-tinymce-window.php:128
|
278 |
msgid "Thumbnail"
|
279 |
msgstr "Thumbnail"
|
280 |
|
281 |
+
#: includes/class-wp-user-avatar.php:286
|
282 |
msgid "Remove Image"
|
283 |
msgstr "Elimină imaginea"
|
284 |
|
285 |
+
#: includes/class-wp-user-avatar.php:375
|
286 |
msgid "This file is not an image. Please try another."
|
287 |
msgstr "Acest fișier nu este o imagine. Încearcă altul."
|
288 |
|
289 |
+
#: includes/class-wp-user-avatar.php:380 includes/class-wp-user-avatar.php:412
|
290 |
msgid "Memory exceeded. Please try another smaller file."
|
291 |
msgstr "Memoria depășită. Încearcă un alt fișier mai mic."
|
292 |
|
293 |
#. translators: directory path
|
294 |
+
#: includes/class-wp-user-avatar.php:387
|
295 |
msgid ""
|
296 |
"Unable to create directory %s. Is its parent directory writable by the "
|
297 |
"server?"
|
316 |
msgid "Search"
|
317 |
msgstr "Căutare"
|
318 |
|
319 |
+
#: includes/wpua-options-page.php:123
|
320 |
msgid "Add avatar button to Visual Editor"
|
321 |
msgstr "Adăugați butonul avatar în editorul vizual"
|
322 |
|
323 |
+
#: includes/wpua-options-page.php:134
|
324 |
msgid "Allow Contributors & Subscribers to upload avatars"
|
325 |
msgstr "Permiteți colaboratorilor și abonaților să încarce avatare"
|
326 |
|
327 |
+
#: includes/wpua-options-page.php:145
|
328 |
msgid "Disable Gravatar and use only local avatars"
|
329 |
msgstr "Dezactivați Gravatar și utilizați numai avataruri locale"
|
330 |
|
331 |
+
#: includes/wpua-options-page.php:157
|
332 |
+
msgid "Replace the custom avatars functionality in the Ultimate Member plugin"
|
333 |
+
msgstr ""
|
334 |
+
"Înlocuiește funcționalitatea avatarurilor personalizate în pluginul Ultimate "
|
335 |
+
"Member"
|
336 |
+
|
337 |
+
#: includes/wpua-options-page.php:170
|
338 |
msgid "Always use the browser file uploader to upload avatars"
|
339 |
msgstr ""
|
340 |
"Utilizați întotdeauna încărcătorul de fișiere al browserului pentru a "
|
341 |
"încărca avatare"
|
342 |
|
343 |
+
#: includes/wpua-options-page.php:171
|
344 |
msgid ""
|
345 |
"Check this if another plugin is conflicting with the WordPress Media "
|
346 |
"Uploader."
|
348 |
"Bifați aici dacă un alt plugin este în conflict cu uploaderul media din "
|
349 |
"WordPress."
|
350 |
|
351 |
+
#: includes/wpua-options-page.php:199 includes/wpua-options-page.php:208
|
352 |
msgid "Upload Size Limit"
|
353 |
msgstr "Limita de dimensiune a încărcării"
|
354 |
|
355 |
+
#: includes/wpua-options-page.php:200 includes/wpua-options-page.php:209
|
356 |
msgid "(only for Contributors & Subscribers)"
|
357 |
msgstr "(numai pentru colaboratori și abonați)"
|
358 |
|
359 |
#. translators: file name
|
360 |
+
#: includes/wpua-options-page.php:219
|
361 |
msgid "%s exceeds the maximum upload size for this site."
|
362 |
msgstr "%s depășește dimensiunea maximă de încărcare pentru acest site."
|
363 |
|
364 |
+
#: includes/wpua-options-page.php:238
|
365 |
msgid "Allow users to edit avatars"
|
366 |
msgstr "Permiteți utilizatorilor să editeze avatare"
|
367 |
|
368 |
+
#: includes/wpua-options-page.php:246
|
369 |
msgid "Resize avatars on upload"
|
370 |
msgstr "Redimensionați avatarurile la încărcare"
|
371 |
|
372 |
+
#: includes/wpua-options-page.php:251
|
373 |
msgid "Width"
|
374 |
msgstr "Lăţime"
|
375 |
|
376 |
+
#: includes/wpua-options-page.php:255
|
377 |
msgid "Height"
|
378 |
msgstr "Înălţime"
|
379 |
|
380 |
+
#: includes/wpua-options-page.php:263
|
381 |
msgid "Crop avatars to exact dimensions"
|
382 |
msgstr "Decupați avatare la dimensiuni exacte"
|
383 |
|
384 |
+
#: includes/wpua-options-page.php:285 includes/wpua-options-page.php:291
|
385 |
msgid "Avatar Display"
|
386 |
msgstr "Afișare avatar"
|
387 |
|
388 |
+
#: includes/wpua-options-page.php:298
|
389 |
msgid "Show Avatars"
|
390 |
msgstr "Afișați avatare"
|
391 |
|
392 |
+
#: includes/wpua-options-page.php:305 includes/wpua-options-page.php:311
|
393 |
msgid "Maximum Rating"
|
394 |
msgstr "Limită de vârstă"
|
395 |
|
396 |
+
#: includes/wpua-options-page.php:317
|
397 |
msgid "G — Suitable for all audiences"
|
398 |
msgstr "G — Potrivit pentru toate vârstele"
|
399 |
|
400 |
+
#: includes/wpua-options-page.php:318
|
401 |
msgid "PG — Possibly offensive, usually for audiences 13 and above"
|
402 |
msgstr ""
|
403 |
"PG — Eventual ofensator, de obicei pentru vârsta de 13 ani și peste"
|
404 |
|
405 |
+
#: includes/wpua-options-page.php:319
|
406 |
msgid "R — Intended for adult audiences above 17"
|
407 |
msgstr "R — Destinat adulților cu vârsta peste 17 ani"
|
408 |
|
409 |
+
#: includes/wpua-options-page.php:320
|
410 |
msgid "X — Even more mature than above"
|
411 |
msgstr "X — Și mai maturi decât cele de mai sus"
|
412 |
|
413 |
+
#: includes/wpua-options-page.php:349
|
414 |
msgid ""
|
415 |
"For users without a custom avatar of their own, you can either display a "
|
416 |
"generic logo or a generated one based on their e-mail address."
|
491 |
msgstr "Introdu avatar"
|
492 |
|
493 |
#. translators: placeholder for <a> and </a> tags.
|
494 |
+
#: one-user-avatar.php:120
|
495 |
msgid ""
|
496 |
"The plugin One User Avatar is a replacement for the old WP User Avatar "
|
497 |
"plugin. Please %1$sdeactivate WP User Avatar%2$s to start using it."
|
one-user-avatar.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://onedesigns.com/plugins/one-user-avatar/
|
|
5 |
Description: Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar. Fork of WP User Avatar v2.2.16.
|
6 |
Author: One Designs
|
7 |
Author URI: https://onedesigns.com/
|
8 |
-
Version: 2.3.
|
9 |
Text Domain: one-user-avatar
|
10 |
Domain Path: /languages/
|
11 |
|
5 |
Description: Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar. Fork of WP User Avatar v2.2.16.
|
6 |
Author: One Designs
|
7 |
Author URI: https://onedesigns.com/
|
8 |
+
Version: 2.3.6
|
9 |
Text Domain: one-user-avatar
|
10 |
Domain Path: /languages/
|
11 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: onedesigns, properfraction, collizo4sky
|
|
4 |
Tags: user profile, avatar, gravatar, author image, author photo, author avatar, bbPress, profile avatar, profile image, user avatar, user image, user photo, widget
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.8
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -391,6 +391,9 @@ This would output:
|
|
391 |
|
392 |
== Changelog ==
|
393 |
|
|
|
|
|
|
|
394 |
= 2.3.5 =
|
395 |
* Fix "Choose Image" button not triggering media uploader on admin discussion page
|
396 |
* Remove jQuery UI dependency
|
4 |
Tags: user profile, avatar, gravatar, author image, author photo, author avatar, bbPress, profile avatar, profile image, user avatar, user image, user photo, widget
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.8
|
7 |
+
Stable tag: 2.3.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
391 |
|
392 |
== Changelog ==
|
393 |
|
394 |
+
= 2.3.6 =
|
395 |
+
* Add option to replace custom avatar functionality in Ultimate Member plugin
|
396 |
+
|
397 |
= 2.3.5 =
|
398 |
* Fix "Choose Image" button not triggering media uploader on admin discussion page
|
399 |
* Remove jQuery UI dependency
|
uninstall.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
-
* @version 2.3.
|
15 |
*/
|
16 |
|
17 |
/**
|
11 |
* @copyright 2014-2020 Flippercode
|
12 |
* @copyright 2020-2021 ProfilePress
|
13 |
* @copyright 2021 One Designs
|
14 |
+
* @version 2.3.6
|
15 |
*/
|
16 |
|
17 |
/**
|