Changeset 2622527
- Timestamp:
- 10/31/2021 03:35:22 PM (4 years ago)
- Location:
- posts-in-sidebar
- Files:
-
- 3 deleted
- 9 edited
- 26 copied
-
tags/4.16.3 (copied) (copied from posts-in-sidebar/trunk)
-
tags/4.16.3/CHANGELOG.md (copied) (copied from posts-in-sidebar/trunk/CHANGELOG.md) (2 diffs)
-
tags/4.16.3/CODE_OF_CONDUCT.md (copied) (copied from posts-in-sidebar/trunk/CODE_OF_CONDUCT.md)
-
tags/4.16.3/LICENSE (copied) (copied from posts-in-sidebar/trunk/LICENSE)
-
tags/4.16.3/README.md (copied) (copied from posts-in-sidebar/trunk/README.md) (2 diffs)
-
tags/4.16.3/assets (copied) (copied from posts-in-sidebar/trunk/assets)
-
tags/4.16.3/assets/index.php (copied) (copied from posts-in-sidebar/trunk/assets/index.php)
-
tags/4.16.3/assets/pis-admin.css (modified) (1 diff)
-
tags/4.16.3/assets/pis-duplicate.js (copied) (copied from posts-in-sidebar/trunk/assets/pis-duplicate.js)
-
tags/4.16.3/changelog.txt (copied) (copied from posts-in-sidebar/trunk/changelog.txt) (1 diff)
-
tags/4.16.3/gpl-3.0.txt (deleted)
-
tags/4.16.3/inc (deleted)
-
tags/4.16.3/includes (copied) (copied from posts-in-sidebar/trunk/includes)
-
tags/4.16.3/includes/class-pis-posts-in-sidebar.php (copied) (copied from posts-in-sidebar/trunk/includes/class-pis-posts-in-sidebar.php) (17 diffs)
-
tags/4.16.3/includes/index.php (copied) (copied from posts-in-sidebar/trunk/includes/index.php)
-
tags/4.16.3/includes/pis-core.php (copied) (copied from posts-in-sidebar/trunk/includes/pis-core.php)
-
tags/4.16.3/includes/pis-functions-display.php (copied) (copied from posts-in-sidebar/trunk/includes/pis-functions-display.php)
-
tags/4.16.3/includes/pis-functions-general.php (copied) (copied from posts-in-sidebar/trunk/includes/pis-functions-general.php)
-
tags/4.16.3/includes/pis-functions-queries.php (copied) (copied from posts-in-sidebar/trunk/includes/pis-functions-queries.php)
-
tags/4.16.3/includes/pis-functions-tools.php (copied) (copied from posts-in-sidebar/trunk/includes/pis-functions-tools.php)
-
tags/4.16.3/includes/pis-functions.php (deleted)
-
tags/4.16.3/includes/pis-select-options.php (copied) (copied from posts-in-sidebar/trunk/includes/pis-select-options.php)
-
tags/4.16.3/includes/pis-shortcode.php (copied) (copied from posts-in-sidebar/trunk/includes/pis-shortcode.php)
-
tags/4.16.3/includes/pis-widget-form-functions.php (copied) (copied from posts-in-sidebar/trunk/includes/pis-widget-form-functions.php)
-
tags/4.16.3/index.php (copied) (copied from posts-in-sidebar/trunk/index.php)
-
tags/4.16.3/languages/index.php (copied) (copied from posts-in-sidebar/trunk/languages/index.php)
-
tags/4.16.3/languages/posts-in-sidebar.pot (copied) (copied from posts-in-sidebar/trunk/languages/posts-in-sidebar.pot) (15 diffs)
-
tags/4.16.3/posts-in-sidebar.php (copied) (copied from posts-in-sidebar/trunk/posts-in-sidebar.php) (2 diffs)
-
tags/4.16.3/readme.txt (copied) (copied from posts-in-sidebar/trunk/readme.txt) (2 diffs)
-
tags/4.16.3/uninstall.php (copied) (copied from posts-in-sidebar/trunk/uninstall.php)
-
trunk/CHANGELOG.md (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/assets/pis-admin.css (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/class-pis-posts-in-sidebar.php (modified) (17 diffs)
-
trunk/languages/posts-in-sidebar.pot (modified) (15 diffs)
-
trunk/posts-in-sidebar.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
posts-in-sidebar/tags/4.16.3/CHANGELOG.md
r2616008 r2622527 7 7 8 8 ## [Unreleased] 9 10 ## [4.16.3] - 2021-10-31 11 ### Changed 12 * Changed admin UI in the "Getting posts" section. 9 13 10 14 ## [4.16.2] - 2021-10-18 … … 648 652 649 653 [Unreleased]: https://github.com/aldolat/posts-in-sidebar/commits/develop 654 [4.16.3]: https://github.com/aldolat/posts-in-sidebar/compare/4.16.2...4.16.3 650 655 [4.16.2]: https://github.com/aldolat/posts-in-sidebar/compare/4.16.1...4.16.2 651 656 [4.16.1]: https://github.com/aldolat/posts-in-sidebar/compare/4.16.0...4.16.1 -
posts-in-sidebar/tags/4.16.3/README.md
r2616008 r2622527 8 8 **Requires at least:** 4.6 9 9 **Tested up to:** 5.8 10 **Stable tag:** 4.16. 210 **Stable tag:** 4.16.3 11 11 **License:** GPLv3 or later 12 12 **License URI:** <https://www.gnu.org/licenses/gpl-3.0.html> … … 116 116 ## Changelog 117 117 118 ### 4.16. 2118 ### 4.16.3 119 119 120 * Fixed displaying post ID to admins only.120 * Changed admin UI in the "Getting posts" section. 121 121 122 122 The full changelog is documented in the changelog file released along with the plugin package and is hosted on [GitHub](https://github.com/aldolat/posts-in-sidebar/blob/master/CHANGELOG.md). -
posts-in-sidebar/tags/4.16.3/assets/pis-admin.css
r1934547 r2622527 161 161 margin-top: 1em; 162 162 } 163 .pis-container h5.pis-simple-title { 164 margin-bottom: 0; 165 border-top: 1px solid #ccc; 166 padding-top: 1em; 167 } 163 168 164 169 /* -
posts-in-sidebar/tags/4.16.3/changelog.txt
r2616008 r2622527 1 1 == Changelog == 2 3 = 4.16.3 = 4 5 * Changed admin UI in the "Getting posts" section. 2 6 3 7 = 4.16.2 = -
posts-in-sidebar/tags/4.16.3/includes/class-pis-posts-in-sidebar.php
r2615427 r2622527 850 850 <div class="pis-section"> 851 851 852 <div class="pis-column-container"> 852 <h5 class="pis-simple-title"><?php esc_html_e( 'Post type', 'posts-in-sidebar' ); ?></h5> 853 854 <div class="pis-column-container pis-2col"> 853 855 854 856 <div class="pis-column"> 855 856 857 <?php 857 858 // ================= Post types. … … 865 866 ); 866 867 ?> 867 868 </div> 869 870 <div class="pis-column"> 868 871 <?php 869 872 // ================= Multiple post types … … 877 880 ); 878 881 ?> 879 882 </div> 883 884 </div> 885 886 <div class="pis-column-container pis-2col"> 887 888 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by IDs', 'posts-in-sidebar' ); ?></h5> 889 890 <div class="pis-column"> 880 891 <?php 881 892 // ================= Posts ID 882 893 pis_form_input_text( 883 esc_html__( 'Get these posts exactly', 'posts-in-sidebar' ),894 esc_html__( 'Get posts with these IDs', 'posts-in-sidebar' ), 884 895 $this->get_field_id( 'posts_id' ), 885 896 $this->get_field_name( 'posts_id' ), … … 889 900 ); 890 901 ?> 891 892 902 </div> 893 903 894 904 <div class="pis-column"> 895 905 <?php 906 // ================= Post parent 907 pis_form_input_text( 908 esc_html__( 'Get posts whose parent is in these IDs', 'posts-in-sidebar' ), 909 $this->get_field_id( 'post_parent_in' ), 910 $this->get_field_name( 'post_parent_in' ), 911 esc_attr( $instance['post_parent_in'] ), 912 esc_html__( '2, 5, 12, 14, 20', 'posts-in-sidebar' ), 913 esc_html__( 'Enter IDs, comma separated.', 'posts-in-sidebar' ) 914 ); 915 ?> 916 </div> 917 918 </div> 919 920 <div class="pis-column-container pis-2col"> 921 922 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by taxonomy', 'posts-in-sidebar' ); ?></h5> 923 924 <div class="pis-column"> 896 925 <?php 897 926 // ================= Category … … 906 935 ); 907 936 ?> 908 909 937 </div> 910 938 911 939 <div class="pis-column"> 912 913 940 <?php 914 941 // ================= Tag … … 923 950 ); 924 951 ?> 925 926 952 </div> 927 953 928 954 </div> 929 955 930 <div class="pis-column-container"> 956 <div class="pis-column-container pis-2col"> 957 958 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by author', 'posts-in-sidebar' ); ?></h5> 931 959 932 960 <div class="pis-column"> 933 934 961 <?php 935 962 // ================= Author … … 942 969 ); 943 970 ?> 944 971 </div> 972 973 <div class="pis-column"> 945 974 <?php 946 975 // ================= Multiple authors … … 954 983 ); 955 984 ?> 956 985 </div> 986 987 </div> 988 989 <div class="pis-column-container pis-2col"> 990 991 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by post format and status', 'posts-in-sidebar' ); ?></h5> 992 993 <div class="pis-column"> 994 <?php 995 // ================= Post format 996 pis_form_select( 997 esc_html__( 'Get posts with this post format', 'posts-in-sidebar' ), 998 $this->get_field_id( 'post_format' ), 999 $this->get_field_name( 'post_format' ), 1000 pis_select_post_formats(), 1001 $instance['post_format'] 1002 ); 1003 ?> 1004 </div> 1005 <div class="pis-column"> 1006 <?php 1007 // ================= Post status 1008 pis_form_select( 1009 esc_html__( 'Get posts with this post status', 'posts-in-sidebar' ), 1010 $this->get_field_id( 'post_status' ), 1011 $this->get_field_name( 'post_status' ), 1012 pis_select_post_status(), 1013 $instance['post_status'] 1014 ); 1015 ?> 1016 </div> 1017 1018 </div> 1019 1020 <div class="pis-column-container pis-2col"> 1021 1022 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by custom field', 'posts-in-sidebar' ); ?></h5> 1023 1024 <div class="pis-column"> 1025 <?php 1026 // ================= Post meta key 1027 pis_form_input_text( 1028 esc_html__( 'Get posts with this meta key', 'posts-in-sidebar' ), 1029 $this->get_field_id( 'post_meta_key' ), 1030 $this->get_field_name( 'post_meta_key' ), 1031 esc_attr( $instance['post_meta_key'] ), 1032 esc_html__( 'meta-key', 'posts-in-sidebar' ) 1033 ); 1034 ?> 1035 </div> 1036 1037 <div class="pis-column"> 1038 <?php 1039 // ================= Post meta value 1040 pis_form_input_text( 1041 esc_html__( 'Get posts with this meta value', 'posts-in-sidebar' ), 1042 $this->get_field_id( 'post_meta_val' ), 1043 $this->get_field_name( 'post_meta_val' ), 1044 esc_attr( $instance['post_meta_val'] ), 1045 esc_html__( 'meta-value', 'posts-in-sidebar' ) 1046 ); 1047 ?> 1048 </div> 1049 1050 </div> 1051 1052 <div class="pis-column-container pis-2col"> 1053 1054 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by recent comments and search', 'posts-in-sidebar' ); ?></h5> 1055 1056 <div class="pis-column"> 957 1057 <?php 958 1058 // ================= Get posts by recent comments … … 965 1065 ); 966 1066 ?> 967 968 1067 </div> 969 1068 970 1069 <div class="pis-column"> 971 972 <?php973 // ================= Post parent974 pis_form_input_text(975 esc_html__( 'Get posts whose parent is in these IDs', 'posts-in-sidebar' ),976 $this->get_field_id( 'post_parent_in' ),977 $this->get_field_name( 'post_parent_in' ),978 esc_attr( $instance['post_parent_in'] ),979 esc_html__( '2, 5, 12, 14, 20', 'posts-in-sidebar' ),980 esc_html__( 'Enter IDs, comma separated.', 'posts-in-sidebar' )981 );982 ?>983 984 <?php985 // ================= Post format986 pis_form_select(987 esc_html__( 'Get posts with this post format', 'posts-in-sidebar' ),988 $this->get_field_id( 'post_format' ),989 $this->get_field_name( 'post_format' ),990 pis_select_post_formats(),991 $instance['post_format']992 );993 ?>994 995 <?php996 // ================= Post status997 pis_form_select(998 esc_html__( 'Get posts with this post status', 'posts-in-sidebar' ),999 $this->get_field_id( 'post_status' ),1000 $this->get_field_name( 'post_status' ),1001 pis_select_post_status(),1002 $instance['post_status']1003 );1004 ?>1005 1006 </div>1007 1008 <div class="pis-column">1009 1010 <?php1011 // ================= Post meta key1012 pis_form_input_text(1013 esc_html__( 'Get posts with this meta key', 'posts-in-sidebar' ),1014 $this->get_field_id( 'post_meta_key' ),1015 $this->get_field_name( 'post_meta_key' ),1016 esc_attr( $instance['post_meta_key'] ),1017 esc_html__( 'meta-key', 'posts-in-sidebar' )1018 );1019 ?>1020 1021 <?php1022 // ================= Post meta value1023 pis_form_input_text(1024 esc_html__( 'Get posts with this meta value', 'posts-in-sidebar' ),1025 $this->get_field_id( 'post_meta_val' ),1026 $this->get_field_name( 'post_meta_val' ),1027 esc_attr( $instance['post_meta_val'] ),1028 esc_html__( 'meta-value', 'posts-in-sidebar' )1029 );1030 ?>1031 1032 1070 <?php 1033 1071 // ================= Search … … 1040 1078 ); 1041 1079 ?> 1042 1080 </div> 1081 1082 </div> 1083 1084 <div class="pis-column-container pis-2col"> 1085 1086 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by password', 'posts-in-sidebar' ); ?></h5> 1087 1088 <div class="pis-column"> 1043 1089 <?php 1044 1090 // ================= Post with/without password … … 1051 1097 ); 1052 1098 ?> 1053 1099 </div> 1100 1101 <div class="pis-column"> 1054 1102 <?php 1055 1103 // ================= Post password … … 1063 1111 ); 1064 1112 ?> 1065 1066 1113 </div> 1067 1114 … … 1069 1116 1070 1117 <div class="pis-column-container pis-2col"> 1118 1119 <h5 class="pis-simple-title"><?php esc_html_e( 'Number of posts, order, sticky posts and skipping', 'posts-in-sidebar' ); ?></h5> 1071 1120 1072 1121 <div class="pis-column"> … … 1130 1179 esc_attr( $instance['offset_number'] ), 1131 1180 '5', 1132 // translators: %s is -1.1133 1181 sprintf( 1182 // translators: %s is -1. 1134 1183 esc_html__( 'This option will be ignored if you set %s in "Get this number of posts".', 'posts-in-sidebar' ), 1135 1184 '<code>-1</code>' … … 1173 1222 <?php 1174 1223 esc_html_e( 1175 'When the option "When on single posts, get posts from the current category" is activated and the post has multiple categories, Posts in Sidebar will choose the category with the lowest initial letter, just as WordPress does when we get the list of the categories of a post.', 'posts-in-sidebar' 1224 'When the option "When on single posts, get posts from the current category" is activated and the post has multiple categories, Posts in Sidebar will choose the category with the lowest initial letter, just as WordPress does when we get the list of the categories of a post.', 1225 'posts-in-sidebar' 1176 1226 ); 1177 1227 ?> … … 1182 1232 // translators: Opening and closing "strong" HTML tag. 1183 1233 esc_html__( 1184 'If you activate the option %1$s"Use the main category as WordPress does for permalinks"%2$s (formerly known here as "Sort categories"), Posts in Sidebar will get the category with the lowest category ID. This is the WordPress behaviour when it determines the permalink structure if the category is used in the permalink.', 'posts-in-sidebar' 1234 'If you activate the option %1$s"Use the main category as WordPress does for permalinks"%2$s (formerly known here as "Sort categories"), Posts in Sidebar will get the category with the lowest category ID. This is the WordPress behaviour when it determines the permalink structure if the category is used in the permalink.', 1235 'posts-in-sidebar' 1185 1236 ), 1186 1237 '<strong>', … … 1194 1245 // translators: Opening and closing "strong" HTML tag. 1195 1246 esc_html__( 1196 'If you use the Yoast SEO plugin and want to use the main category as defined with that plugin, activate the option %1$s"Use the main category as defined in the Yoast SEO plugin"%2$s.', 'posts-in-sidebar' 1247 'If you use the Yoast SEO plugin and want to use the main category as defined with that plugin, activate the option %1$s"Use the main category as defined in the Yoast SEO plugin"%2$s.', 1248 'posts-in-sidebar' 1197 1249 ), 1198 1250 '<strong>', -
posts-in-sidebar/tags/4.16.3/languages/posts-in-sidebar.pot
r2616008 r2622527 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Posts in Sidebar 4.16. 2\n"5 "Project-Id-Version: Posts in Sidebar 4.16.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/posts-in-sidebar\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2021-10- 18T19:09:28+02:00\n"12 "POT-Creation-Date: 2021-10-31T09:49:16+01:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.4.0\n" … … 76 76 #. translators: there is some code in placeholders. 77 77 #: includes/class-pis-posts-in-sidebar.php:845 78 #: includes/class-pis-posts-in-sidebar.php:24 0079 #: includes/class-pis-posts-in-sidebar.php:33 4278 #: includes/class-pis-posts-in-sidebar.php:2452 79 #: includes/class-pis-posts-in-sidebar.php:3394 80 80 msgid "If a field requires one or more IDs, install %1$sthis plugin%2$s to easily find the IDs." 81 81 msgstr "" 82 82 83 #: includes/class-pis-posts-in-sidebar.php:859 84 #: includes/class-pis-posts-in-sidebar.php:1243 85 #: includes/class-pis-posts-in-sidebar.php:1367 86 #: includes/class-pis-posts-in-sidebar.php:1502 87 #: includes/class-pis-posts-in-sidebar.php:1627 88 #: includes/class-pis-posts-in-sidebar.php:1772 89 #: includes/class-pis-posts-in-sidebar.php:1930 90 #: includes/class-pis-posts-in-sidebar.php:2045 91 #: includes/class-pis-posts-in-sidebar.php:2160 92 #: includes/class-pis-posts-in-sidebar.php:2275 83 #: includes/class-pis-posts-in-sidebar.php:852 84 #: includes/class-pis-posts-in-sidebar.php:860 85 #: includes/class-pis-posts-in-sidebar.php:1295 86 #: includes/class-pis-posts-in-sidebar.php:1419 87 #: includes/class-pis-posts-in-sidebar.php:1554 88 #: includes/class-pis-posts-in-sidebar.php:1679 89 #: includes/class-pis-posts-in-sidebar.php:1824 90 #: includes/class-pis-posts-in-sidebar.php:1982 91 #: includes/class-pis-posts-in-sidebar.php:2097 92 #: includes/class-pis-posts-in-sidebar.php:2212 93 #: includes/class-pis-posts-in-sidebar.php:2327 93 94 #: includes/pis-select-options.php:167 94 95 #: includes/pis-select-options.php:244 … … 96 97 msgstr "" 97 98 98 #: includes/class-pis-posts-in-sidebar.php:86 499 #: includes/class-pis-posts-in-sidebar.php:1 248100 #: includes/class-pis-posts-in-sidebar.php:1 372101 #: includes/class-pis-posts-in-sidebar.php:15 07102 #: includes/class-pis-posts-in-sidebar.php:16 32103 #: includes/class-pis-posts-in-sidebar.php:1 777104 #: includes/class-pis-posts-in-sidebar.php:19 35105 #: includes/class-pis-posts-in-sidebar.php:2 050106 #: includes/class-pis-posts-in-sidebar.php:2 165107 #: includes/class-pis-posts-in-sidebar.php:2 28099 #: includes/class-pis-posts-in-sidebar.php:865 100 #: includes/class-pis-posts-in-sidebar.php:1300 101 #: includes/class-pis-posts-in-sidebar.php:1424 102 #: includes/class-pis-posts-in-sidebar.php:1559 103 #: includes/class-pis-posts-in-sidebar.php:1684 104 #: includes/class-pis-posts-in-sidebar.php:1829 105 #: includes/class-pis-posts-in-sidebar.php:1987 106 #: includes/class-pis-posts-in-sidebar.php:2102 107 #: includes/class-pis-posts-in-sidebar.php:2217 108 #: includes/class-pis-posts-in-sidebar.php:2332 108 109 msgid "Select a single post type." 109 110 msgstr "" 110 111 111 #: includes/class-pis-posts-in-sidebar.php:87 1112 #: includes/class-pis-posts-in-sidebar.php:1 255113 #: includes/class-pis-posts-in-sidebar.php:1 379114 #: includes/class-pis-posts-in-sidebar.php:15 14115 #: includes/class-pis-posts-in-sidebar.php:16 39116 #: includes/class-pis-posts-in-sidebar.php:1 784117 #: includes/class-pis-posts-in-sidebar.php:19 42118 #: includes/class-pis-posts-in-sidebar.php:2 057119 #: includes/class-pis-posts-in-sidebar.php:2 172120 #: includes/class-pis-posts-in-sidebar.php:2 287112 #: includes/class-pis-posts-in-sidebar.php:874 113 #: includes/class-pis-posts-in-sidebar.php:1307 114 #: includes/class-pis-posts-in-sidebar.php:1431 115 #: includes/class-pis-posts-in-sidebar.php:1566 116 #: includes/class-pis-posts-in-sidebar.php:1691 117 #: includes/class-pis-posts-in-sidebar.php:1836 118 #: includes/class-pis-posts-in-sidebar.php:1994 119 #: includes/class-pis-posts-in-sidebar.php:2109 120 #: includes/class-pis-posts-in-sidebar.php:2224 121 #: includes/class-pis-posts-in-sidebar.php:2339 121 122 msgid "Multiple post types" 122 123 msgstr "" 123 124 124 #: includes/class-pis-posts-in-sidebar.php:875 125 #: includes/class-pis-posts-in-sidebar.php:1259 126 #: includes/class-pis-posts-in-sidebar.php:1383 127 #: includes/class-pis-posts-in-sidebar.php:1518 128 #: includes/class-pis-posts-in-sidebar.php:1643 129 #: includes/class-pis-posts-in-sidebar.php:1788 130 #: includes/class-pis-posts-in-sidebar.php:1946 131 #: includes/class-pis-posts-in-sidebar.php:2061 132 #: includes/class-pis-posts-in-sidebar.php:2176 133 #: includes/class-pis-posts-in-sidebar.php:2291 134 msgid "post, page, book, recipe" 135 msgstr "" 136 137 #: includes/class-pis-posts-in-sidebar.php:876 138 #: includes/class-pis-posts-in-sidebar.php:1260 139 #: includes/class-pis-posts-in-sidebar.php:1384 140 #: includes/class-pis-posts-in-sidebar.php:1519 141 #: includes/class-pis-posts-in-sidebar.php:1644 142 #: includes/class-pis-posts-in-sidebar.php:1789 143 #: includes/class-pis-posts-in-sidebar.php:1947 144 #: includes/class-pis-posts-in-sidebar.php:2062 145 #: includes/class-pis-posts-in-sidebar.php:2177 146 #: includes/class-pis-posts-in-sidebar.php:2292 147 msgid "Enter post types slugs, comma separated. This option, if filled, overrides the option above." 148 msgstr "" 149 150 #: includes/class-pis-posts-in-sidebar.php:883 151 msgid "Get these posts exactly" 152 msgstr "" 153 154 #: includes/class-pis-posts-in-sidebar.php:888 155 #: includes/class-pis-posts-in-sidebar.php:980 156 #: includes/class-pis-posts-in-sidebar.php:3363 157 #: includes/class-pis-posts-in-sidebar.php:3380 158 #: includes/class-pis-posts-in-sidebar.php:3401 159 #: includes/class-pis-posts-in-sidebar.php:3413 160 #: includes/class-pis-posts-in-sidebar.php:3429 161 msgid "Enter IDs, comma separated." 162 msgstr "" 163 164 #: includes/class-pis-posts-in-sidebar.php:899 165 msgid "Get posts with these categories" 166 msgstr "" 167 168 #: includes/class-pis-posts-in-sidebar.php:903 169 msgid "books, ebooks" 170 msgstr "" 171 172 #. translators: there is some code in placeholders. 173 #: includes/class-pis-posts-in-sidebar.php:905 174 msgid "Enter slugs, comma separated. To display posts that have all of the categories, use %1$s (a plus) between terms, for example:%2$s." 175 msgstr "" 176 177 #: includes/class-pis-posts-in-sidebar.php:916 178 msgid "Get posts with these tags" 179 msgstr "" 180 181 #: includes/class-pis-posts-in-sidebar.php:920 182 msgid "best-sellers" 183 msgstr "" 184 185 #. translators: there is some code in placeholders. 186 #: includes/class-pis-posts-in-sidebar.php:922 187 msgid "Enter slugs, comma separated. To display posts that have all of the tags, use %1$s (a plus) between terms, for example:%2$s." 188 msgstr "" 189 190 #: includes/class-pis-posts-in-sidebar.php:937 191 msgid "Get posts by this author" 192 msgstr "" 193 194 #: includes/class-pis-posts-in-sidebar.php:948 195 msgid "Get posts by these authors" 196 msgstr "" 197 198 #: includes/class-pis-posts-in-sidebar.php:952 199 msgid "1, 23, 45" 200 msgstr "" 201 202 #: includes/class-pis-posts-in-sidebar.php:953 203 msgid "Enter IDs, comma separated. Note that if you fill this field, the previous one will be ignored." 204 msgstr "" 205 206 #: includes/class-pis-posts-in-sidebar.php:960 207 msgid "Get posts by recent comments" 208 msgstr "" 209 210 #: includes/class-pis-posts-in-sidebar.php:964 211 msgid "Only published posts, in descending order, will be retrieved." 212 msgstr "" 213 214 #: includes/class-pis-posts-in-sidebar.php:975 215 msgid "Get posts whose parent is in these IDs" 216 msgstr "" 217 218 #: includes/class-pis-posts-in-sidebar.php:979 219 msgid "2, 5, 12, 14, 20" 220 msgstr "" 221 222 #: includes/class-pis-posts-in-sidebar.php:987 223 msgid "Get posts with this post format" 224 msgstr "" 225 226 #: includes/class-pis-posts-in-sidebar.php:998 227 msgid "Get posts with this post status" 228 msgstr "" 229 230 #: includes/class-pis-posts-in-sidebar.php:1013 231 msgid "Get posts with this meta key" 232 msgstr "" 233 234 #: includes/class-pis-posts-in-sidebar.php:1017 235 msgid "meta-key" 236 msgstr "" 237 238 #: includes/class-pis-posts-in-sidebar.php:1024 239 msgid "Get posts with this meta value" 240 msgstr "" 241 242 #: includes/class-pis-posts-in-sidebar.php:1028 243 msgid "meta-value" 244 msgstr "" 245 246 #: includes/class-pis-posts-in-sidebar.php:1035 247 msgid "Get posts from this search" 248 msgstr "" 249 250 #: includes/class-pis-posts-in-sidebar.php:1039 251 msgid "words to search" 252 msgstr "" 253 254 #: includes/class-pis-posts-in-sidebar.php:1046 255 msgid "Get posts with/without password" 256 msgstr "" 257 258 #: includes/class-pis-posts-in-sidebar.php:1057 259 msgid "Get posts with this password" 260 msgstr "" 261 262 #: includes/class-pis-posts-in-sidebar.php:1062 263 msgid "correct horse battery staple" 264 msgstr "" 265 266 #: includes/class-pis-posts-in-sidebar.php:1077 267 msgid "Get this number of posts" 268 msgstr "" 269 270 #. translators: %s is -1. 271 #: includes/class-pis-posts-in-sidebar.php:1083 272 #: includes/class-pis-posts-in-sidebar.php:1277 273 #: includes/class-pis-posts-in-sidebar.php:1412 274 #: includes/class-pis-posts-in-sidebar.php:1536 275 #: includes/class-pis-posts-in-sidebar.php:1683 276 #: includes/class-pis-posts-in-sidebar.php:1806 277 #: includes/class-pis-posts-in-sidebar.php:1964 278 #: includes/class-pis-posts-in-sidebar.php:2079 279 #: includes/class-pis-posts-in-sidebar.php:2194 280 #: includes/class-pis-posts-in-sidebar.php:2309 281 msgid "The value %s shows all the posts." 282 msgstr "" 283 284 #: includes/class-pis-posts-in-sidebar.php:1090 285 msgid "Do not display sticky posts on top of other posts" 286 msgstr "" 287 288 #: includes/class-pis-posts-in-sidebar.php:1094 289 msgid "If you activate this option, sticky posts will be managed as other posts. Sticky post status will be automatically ignored if you set up an author or a taxonomy in this widget." 290 msgstr "" 291 292 #: includes/class-pis-posts-in-sidebar.php:1105 293 #: includes/class-pis-posts-in-sidebar.php:1298 294 #: includes/class-pis-posts-in-sidebar.php:1433 295 #: includes/class-pis-posts-in-sidebar.php:1557 296 #: includes/class-pis-posts-in-sidebar.php:1703 297 #: includes/class-pis-posts-in-sidebar.php:1827 125 #: includes/class-pis-posts-in-sidebar.php:878 126 #: includes/class-pis-posts-in-sidebar.php:1311 127 #: includes/class-pis-posts-in-sidebar.php:1435 128 #: includes/class-pis-posts-in-sidebar.php:1570 129 #: includes/class-pis-posts-in-sidebar.php:1695 130 #: includes/class-pis-posts-in-sidebar.php:1840 298 131 #: includes/class-pis-posts-in-sidebar.php:1998 299 132 #: includes/class-pis-posts-in-sidebar.php:2113 300 133 #: includes/class-pis-posts-in-sidebar.php:2228 301 134 #: includes/class-pis-posts-in-sidebar.php:2343 135 msgid "post, page, book, recipe" 136 msgstr "" 137 138 #: includes/class-pis-posts-in-sidebar.php:879 139 #: includes/class-pis-posts-in-sidebar.php:1312 140 #: includes/class-pis-posts-in-sidebar.php:1436 141 #: includes/class-pis-posts-in-sidebar.php:1571 142 #: includes/class-pis-posts-in-sidebar.php:1696 143 #: includes/class-pis-posts-in-sidebar.php:1841 144 #: includes/class-pis-posts-in-sidebar.php:1999 145 #: includes/class-pis-posts-in-sidebar.php:2114 146 #: includes/class-pis-posts-in-sidebar.php:2229 147 #: includes/class-pis-posts-in-sidebar.php:2344 148 msgid "Enter post types slugs, comma separated. This option, if filled, overrides the option above." 149 msgstr "" 150 151 #: includes/class-pis-posts-in-sidebar.php:888 152 msgid "Get posts by IDs" 153 msgstr "" 154 155 #: includes/class-pis-posts-in-sidebar.php:894 156 msgid "Get posts with these IDs" 157 msgstr "" 158 159 #: includes/class-pis-posts-in-sidebar.php:899 160 #: includes/class-pis-posts-in-sidebar.php:913 161 #: includes/class-pis-posts-in-sidebar.php:3415 162 #: includes/class-pis-posts-in-sidebar.php:3432 163 #: includes/class-pis-posts-in-sidebar.php:3453 164 #: includes/class-pis-posts-in-sidebar.php:3465 165 #: includes/class-pis-posts-in-sidebar.php:3481 166 msgid "Enter IDs, comma separated." 167 msgstr "" 168 169 #: includes/class-pis-posts-in-sidebar.php:908 170 msgid "Get posts whose parent is in these IDs" 171 msgstr "" 172 173 #: includes/class-pis-posts-in-sidebar.php:912 174 msgid "2, 5, 12, 14, 20" 175 msgstr "" 176 177 #: includes/class-pis-posts-in-sidebar.php:922 178 msgid "Get posts by taxonomy" 179 msgstr "" 180 181 #: includes/class-pis-posts-in-sidebar.php:928 182 msgid "Get posts with these categories" 183 msgstr "" 184 185 #: includes/class-pis-posts-in-sidebar.php:932 186 msgid "books, ebooks" 187 msgstr "" 188 189 #. translators: there is some code in placeholders. 190 #: includes/class-pis-posts-in-sidebar.php:934 191 msgid "Enter slugs, comma separated. To display posts that have all of the categories, use %1$s (a plus) between terms, for example:%2$s." 192 msgstr "" 193 194 #: includes/class-pis-posts-in-sidebar.php:943 195 msgid "Get posts with these tags" 196 msgstr "" 197 198 #: includes/class-pis-posts-in-sidebar.php:947 199 msgid "best-sellers" 200 msgstr "" 201 202 #. translators: there is some code in placeholders. 203 #: includes/class-pis-posts-in-sidebar.php:949 204 msgid "Enter slugs, comma separated. To display posts that have all of the tags, use %1$s (a plus) between terms, for example:%2$s." 205 msgstr "" 206 207 #: includes/class-pis-posts-in-sidebar.php:958 208 msgid "Get posts by author" 209 msgstr "" 210 211 #: includes/class-pis-posts-in-sidebar.php:964 212 msgid "Get posts by this author" 213 msgstr "" 214 215 #: includes/class-pis-posts-in-sidebar.php:977 216 msgid "Get posts by these authors" 217 msgstr "" 218 219 #: includes/class-pis-posts-in-sidebar.php:981 220 msgid "1, 23, 45" 221 msgstr "" 222 223 #: includes/class-pis-posts-in-sidebar.php:982 224 msgid "Enter IDs, comma separated. Note that if you fill this field, the previous one will be ignored." 225 msgstr "" 226 227 #: includes/class-pis-posts-in-sidebar.php:991 228 msgid "Get posts by post format and status" 229 msgstr "" 230 231 #: includes/class-pis-posts-in-sidebar.php:997 232 msgid "Get posts with this post format" 233 msgstr "" 234 235 #: includes/class-pis-posts-in-sidebar.php:1009 236 msgid "Get posts with this post status" 237 msgstr "" 238 239 #: includes/class-pis-posts-in-sidebar.php:1022 240 msgid "Get posts by custom field" 241 msgstr "" 242 243 #: includes/class-pis-posts-in-sidebar.php:1028 244 msgid "Get posts with this meta key" 245 msgstr "" 246 247 #: includes/class-pis-posts-in-sidebar.php:1032 248 msgid "meta-key" 249 msgstr "" 250 251 #: includes/class-pis-posts-in-sidebar.php:1041 252 msgid "Get posts with this meta value" 253 msgstr "" 254 255 #: includes/class-pis-posts-in-sidebar.php:1045 256 msgid "meta-value" 257 msgstr "" 258 259 #: includes/class-pis-posts-in-sidebar.php:1054 260 msgid "Get posts by recent comments and search" 261 msgstr "" 262 263 #: includes/class-pis-posts-in-sidebar.php:1060 264 msgid "Get posts by recent comments" 265 msgstr "" 266 267 #: includes/class-pis-posts-in-sidebar.php:1064 268 msgid "Only published posts, in descending order, will be retrieved." 269 msgstr "" 270 271 #: includes/class-pis-posts-in-sidebar.php:1073 272 msgid "Get posts from this search" 273 msgstr "" 274 275 #: includes/class-pis-posts-in-sidebar.php:1077 276 msgid "words to search" 277 msgstr "" 278 279 #: includes/class-pis-posts-in-sidebar.php:1086 280 msgid "Get posts by password" 281 msgstr "" 282 283 #: includes/class-pis-posts-in-sidebar.php:1092 284 msgid "Get posts with/without password" 285 msgstr "" 286 287 #: includes/class-pis-posts-in-sidebar.php:1105 288 msgid "Get posts with this password" 289 msgstr "" 290 291 #: includes/class-pis-posts-in-sidebar.php:1110 292 msgid "correct horse battery staple" 293 msgstr "" 294 295 #: includes/class-pis-posts-in-sidebar.php:1119 296 msgid "Number of posts, order, sticky posts and skipping" 297 msgstr "" 298 299 #: includes/class-pis-posts-in-sidebar.php:1126 300 msgid "Get this number of posts" 301 msgstr "" 302 303 #. translators: %s is -1. 304 #: includes/class-pis-posts-in-sidebar.php:1132 305 #: includes/class-pis-posts-in-sidebar.php:1329 306 #: includes/class-pis-posts-in-sidebar.php:1464 307 #: includes/class-pis-posts-in-sidebar.php:1588 308 #: includes/class-pis-posts-in-sidebar.php:1735 309 #: includes/class-pis-posts-in-sidebar.php:1858 310 #: includes/class-pis-posts-in-sidebar.php:2016 311 #: includes/class-pis-posts-in-sidebar.php:2131 312 #: includes/class-pis-posts-in-sidebar.php:2246 313 #: includes/class-pis-posts-in-sidebar.php:2361 314 msgid "The value %s shows all the posts." 315 msgstr "" 316 317 #: includes/class-pis-posts-in-sidebar.php:1139 318 msgid "Do not display sticky posts on top of other posts" 319 msgstr "" 320 321 #: includes/class-pis-posts-in-sidebar.php:1143 322 msgid "If you activate this option, sticky posts will be managed as other posts. Sticky post status will be automatically ignored if you set up an author or a taxonomy in this widget." 323 msgstr "" 324 325 #: includes/class-pis-posts-in-sidebar.php:1154 326 #: includes/class-pis-posts-in-sidebar.php:1350 327 #: includes/class-pis-posts-in-sidebar.php:1485 328 #: includes/class-pis-posts-in-sidebar.php:1609 329 #: includes/class-pis-posts-in-sidebar.php:1755 330 #: includes/class-pis-posts-in-sidebar.php:1879 331 #: includes/class-pis-posts-in-sidebar.php:2050 332 #: includes/class-pis-posts-in-sidebar.php:2165 333 #: includes/class-pis-posts-in-sidebar.php:2280 334 #: includes/class-pis-posts-in-sidebar.php:2395 302 335 msgid "Order posts by" 303 336 msgstr "" 304 337 305 #: includes/class-pis-posts-in-sidebar.php:1116 306 #: includes/class-pis-posts-in-sidebar.php:1309 307 #: includes/class-pis-posts-in-sidebar.php:1444 308 #: includes/class-pis-posts-in-sidebar.php:1568 338 #: includes/class-pis-posts-in-sidebar.php:1165 339 #: includes/class-pis-posts-in-sidebar.php:1361 340 #: includes/class-pis-posts-in-sidebar.php:1496 341 #: includes/class-pis-posts-in-sidebar.php:1620 342 #: includes/class-pis-posts-in-sidebar.php:1766 343 #: includes/class-pis-posts-in-sidebar.php:1890 344 #: includes/class-pis-posts-in-sidebar.php:2061 345 #: includes/class-pis-posts-in-sidebar.php:2176 346 #: includes/class-pis-posts-in-sidebar.php:2291 347 #: includes/class-pis-posts-in-sidebar.php:2406 348 msgid "The order will be" 349 msgstr "" 350 351 #: includes/class-pis-posts-in-sidebar.php:1176 352 #: includes/class-pis-posts-in-sidebar.php:1372 353 #: includes/class-pis-posts-in-sidebar.php:1507 354 #: includes/class-pis-posts-in-sidebar.php:1631 355 #: includes/class-pis-posts-in-sidebar.php:1777 356 #: includes/class-pis-posts-in-sidebar.php:1901 357 #: includes/class-pis-posts-in-sidebar.php:2023 358 #: includes/class-pis-posts-in-sidebar.php:2138 359 #: includes/class-pis-posts-in-sidebar.php:2253 360 #: includes/class-pis-posts-in-sidebar.php:2368 361 msgid "Skip this number of posts" 362 msgstr "" 363 364 #. translators: %s is -1. 365 #: includes/class-pis-posts-in-sidebar.php:1183 366 msgid "This option will be ignored if you set %s in \"Get this number of posts\"." 367 msgstr "" 368 369 #: includes/class-pis-posts-in-sidebar.php:1198 370 msgid "Change the query when on single posts" 371 msgstr "" 372 373 #. translators: there is some code in placeholders. 374 #: includes/class-pis-posts-in-sidebar.php:1205 375 msgid "In this section you can change some parameters of the query when on single posts. %1$sActivate only one of these.%2$s" 376 msgstr "" 377 378 #: includes/class-pis-posts-in-sidebar.php:1209 379 msgid "Get posts from current category" 380 msgstr "" 381 382 #: includes/class-pis-posts-in-sidebar.php:1217 383 msgid "How this plugin chooses the main category of the post." 384 msgstr "" 385 386 #: includes/class-pis-posts-in-sidebar.php:1223 387 msgid "When the option \"When on single posts, get posts from the current category\" is activated and the post has multiple categories, Posts in Sidebar will choose the category with the lowest initial letter, just as WordPress does when we get the list of the categories of a post." 388 msgstr "" 389 390 #. translators: Opening and closing "strong" HTML tag. 391 #: includes/class-pis-posts-in-sidebar.php:1233 392 msgid "If you activate the option %1$s\"Use the main category as WordPress does for permalinks\"%2$s (formerly known here as \"Sort categories\"), Posts in Sidebar will get the category with the lowest category ID. This is the WordPress behaviour when it determines the permalink structure if the category is used in the permalink." 393 msgstr "" 394 395 #. translators: Opening and closing "strong" HTML tag. 396 #: includes/class-pis-posts-in-sidebar.php:1246 397 msgid "If you use the Yoast SEO plugin and want to use the main category as defined with that plugin, activate the option %1$s\"Use the main category as defined in the Yoast SEO plugin\"%2$s." 398 msgstr "" 399 400 #: includes/class-pis-posts-in-sidebar.php:1264 401 msgid "When on single posts, get posts from the current category" 402 msgstr "" 403 404 #: includes/class-pis-posts-in-sidebar.php:1268 405 msgid "When activated, this option will ignore other parameters like tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 406 msgstr "" 407 408 #: includes/class-pis-posts-in-sidebar.php:1275 409 msgid "Use the main category as WordPress does for permalinks" 410 msgstr "" 411 412 #: includes/class-pis-posts-in-sidebar.php:1285 413 msgid "Use the main category as defined in the Yoast SEO plugin" 414 msgstr "" 415 416 #: includes/class-pis-posts-in-sidebar.php:1323 417 #: includes/class-pis-posts-in-sidebar.php:1458 418 #: includes/class-pis-posts-in-sidebar.php:1582 419 #: includes/class-pis-posts-in-sidebar.php:1729 420 #: includes/class-pis-posts-in-sidebar.php:1852 421 msgid "When on single posts, get this number of posts" 422 msgstr "" 423 424 #: includes/class-pis-posts-in-sidebar.php:1336 425 #: includes/class-pis-posts-in-sidebar.php:1471 426 #: includes/class-pis-posts-in-sidebar.php:1595 427 #: includes/class-pis-posts-in-sidebar.php:1742 428 #: includes/class-pis-posts-in-sidebar.php:1865 429 msgid "When on single posts, use this widget title" 430 msgstr "" 431 432 #. translators: %s is a placeholder for a taxonomy. 433 #: includes/class-pis-posts-in-sidebar.php:1341 434 #: includes/class-pis-posts-in-sidebar.php:2041 435 msgid "Posts under %s" 436 msgstr "" 437 438 #. translators: there is some code in placeholders. 439 #: includes/class-pis-posts-in-sidebar.php:1343 440 #: includes/class-pis-posts-in-sidebar.php:2043 441 msgid "Use %s to display the name of the category." 442 msgstr "" 443 444 #: includes/class-pis-posts-in-sidebar.php:1383 445 #: includes/class-pis-posts-in-sidebar.php:1518 446 #: includes/class-pis-posts-in-sidebar.php:1642 447 #: includes/class-pis-posts-in-sidebar.php:1788 448 #: includes/class-pis-posts-in-sidebar.php:1912 449 msgid "Post title matching" 450 msgstr "" 451 452 #: includes/class-pis-posts-in-sidebar.php:1387 453 msgid "Show posts that match the main post title. WordPress will show posts under the same category of the main post and matching in a search for the title of the main post." 454 msgstr "" 455 456 #: includes/class-pis-posts-in-sidebar.php:1397 457 msgid "Get posts from current tag" 458 msgstr "" 459 460 #: includes/class-pis-posts-in-sidebar.php:1408 461 msgid "When on single posts, get posts from the current tag" 462 msgstr "" 463 464 #: includes/class-pis-posts-in-sidebar.php:1412 465 msgid "When activated, this function will get posts from the tag of the post, ignoring other parameters like categories, date, post formats, etc. If the post has multiple tags, the plugin will use the first tag in the array of tags (the tag with the lowest initial letter). If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 466 msgstr "" 467 468 #: includes/class-pis-posts-in-sidebar.php:1443 469 msgid "Sort tags" 470 msgstr "" 471 472 #: includes/class-pis-posts-in-sidebar.php:1447 473 msgid "When activated, this function will sort the tags of the main post by tag ID. In this way the plugin will get posts from the tag with the lowest ID." 474 msgstr "" 475 476 #. translators: %s is the name of the tag. 477 #: includes/class-pis-posts-in-sidebar.php:1476 478 #: includes/class-pis-posts-in-sidebar.php:2156 479 msgid "Posts tagged with %s" 480 msgstr "" 481 482 #. translators: there is some code in placeholders. 483 #: includes/class-pis-posts-in-sidebar.php:1478 484 #: includes/class-pis-posts-in-sidebar.php:2158 485 msgid "Use %s to display the name of the tag." 486 msgstr "" 487 488 #: includes/class-pis-posts-in-sidebar.php:1522 489 msgid "Show posts that match the main post title. WordPress will show posts with the same tag of the main post and matching in a search for the title of the main post." 490 msgstr "" 491 492 #: includes/class-pis-posts-in-sidebar.php:1532 493 msgid "Get posts from current author" 494 msgstr "" 495 496 #: includes/class-pis-posts-in-sidebar.php:1543 497 msgid "When on single posts, get posts from the current author" 498 msgstr "" 499 500 #: includes/class-pis-posts-in-sidebar.php:1547 501 msgid "When activated, this function will get posts by the author of the post, ignoring other parameters like categories, tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 502 msgstr "" 503 504 #. translators: %s is the name of the author. 505 #: includes/class-pis-posts-in-sidebar.php:1600 506 #: includes/class-pis-posts-in-sidebar.php:2271 507 msgid "Posts by %s" 508 msgstr "" 509 510 #. translators: there is some code in placeholders. 511 #: includes/class-pis-posts-in-sidebar.php:1602 512 #: includes/class-pis-posts-in-sidebar.php:2273 513 msgid "Use %s to display the name of the author." 514 msgstr "" 515 516 #: includes/class-pis-posts-in-sidebar.php:1646 517 msgid "Show posts that match the main post title. WordPress will show posts by the same author of the main post and matching in a search for the title of the main post." 518 msgstr "" 519 520 #: includes/class-pis-posts-in-sidebar.php:1656 521 msgid "Get posts from taxonomy using custom field" 522 msgstr "" 523 524 #: includes/class-pis-posts-in-sidebar.php:1667 525 msgid "When on single posts, get posts from this custom field" 526 msgstr "" 527 528 #. translators: there is some code in placeholders. 529 #: includes/class-pis-posts-in-sidebar.php:1672 530 msgid "When activated, this function will get posts from the category defined by the user via custom field, ignoring other parameters like categories, tags, date, post formats, etc. %1$sRead more on this%2$s. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 531 msgstr "" 532 533 #: includes/class-pis-posts-in-sidebar.php:1703 534 msgid "Get posts with this custom field key" 535 msgstr "" 536 309 537 #: includes/class-pis-posts-in-sidebar.php:1714 310 #: includes/class-pis-posts-in-sidebar.php:1838311 #: includes/class-pis-posts-in-sidebar.php:2009312 #: includes/class-pis-posts-in-sidebar.php:2124313 #: includes/class-pis-posts-in-sidebar.php:2239314 #: includes/class-pis-posts-in-sidebar.php:2354315 msgid "The order will be"316 msgstr ""317 318 #: includes/class-pis-posts-in-sidebar.php:1127319 #: includes/class-pis-posts-in-sidebar.php:1320320 #: includes/class-pis-posts-in-sidebar.php:1455321 #: includes/class-pis-posts-in-sidebar.php:1579322 #: includes/class-pis-posts-in-sidebar.php:1725323 #: includes/class-pis-posts-in-sidebar.php:1849324 #: includes/class-pis-posts-in-sidebar.php:1971325 #: includes/class-pis-posts-in-sidebar.php:2086326 #: includes/class-pis-posts-in-sidebar.php:2201327 #: includes/class-pis-posts-in-sidebar.php:2316328 msgid "Skip this number of posts"329 msgstr ""330 331 #. translators: %s is -1.332 #: includes/class-pis-posts-in-sidebar.php:1134333 msgid "This option will be ignored if you set %s in \"Get this number of posts\"."334 msgstr ""335 336 #: includes/class-pis-posts-in-sidebar.php:1149337 msgid "Change the query when on single posts"338 msgstr ""339 340 #. translators: there is some code in placeholders.341 #: includes/class-pis-posts-in-sidebar.php:1156342 msgid "In this section you can change some parameters of the query when on single posts. %1$sActivate only one of these.%2$s"343 msgstr ""344 345 #: includes/class-pis-posts-in-sidebar.php:1160346 msgid "Get posts from current category"347 msgstr ""348 349 #: includes/class-pis-posts-in-sidebar.php:1168350 msgid "How this plugin chooses the main category of the post."351 msgstr ""352 353 #: includes/class-pis-posts-in-sidebar.php:1174354 msgid "When the option \"When on single posts, get posts from the current category\" is activated and the post has multiple categories, Posts in Sidebar will choose the category with the lowest initial letter, just as WordPress does when we get the list of the categories of a post."355 msgstr ""356 357 #. translators: Opening and closing "strong" HTML tag.358 #: includes/class-pis-posts-in-sidebar.php:1183359 msgid "If you activate the option %1$s\"Use the main category as WordPress does for permalinks\"%2$s (formerly known here as \"Sort categories\"), Posts in Sidebar will get the category with the lowest category ID. This is the WordPress behaviour when it determines the permalink structure if the category is used in the permalink."360 msgstr ""361 362 #. translators: Opening and closing "strong" HTML tag.363 #: includes/class-pis-posts-in-sidebar.php:1195364 msgid "If you use the Yoast SEO plugin and want to use the main category as defined with that plugin, activate the option %1$s\"Use the main category as defined in the Yoast SEO plugin\"%2$s."365 msgstr ""366 367 #: includes/class-pis-posts-in-sidebar.php:1212368 msgid "When on single posts, get posts from the current category"369 msgstr ""370 371 #: includes/class-pis-posts-in-sidebar.php:1216372 msgid "When activated, this option will ignore other parameters like tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel."373 msgstr ""374 375 #: includes/class-pis-posts-in-sidebar.php:1223376 msgid "Use the main category as WordPress does for permalinks"377 msgstr ""378 379 #: includes/class-pis-posts-in-sidebar.php:1233380 msgid "Use the main category as defined in the Yoast SEO plugin"381 msgstr ""382 383 #: includes/class-pis-posts-in-sidebar.php:1271384 #: includes/class-pis-posts-in-sidebar.php:1406385 #: includes/class-pis-posts-in-sidebar.php:1530386 #: includes/class-pis-posts-in-sidebar.php:1677387 #: includes/class-pis-posts-in-sidebar.php:1800388 msgid "When on single posts, get this number of posts"389 msgstr ""390 391 #: includes/class-pis-posts-in-sidebar.php:1284392 #: includes/class-pis-posts-in-sidebar.php:1419393 #: includes/class-pis-posts-in-sidebar.php:1543394 #: includes/class-pis-posts-in-sidebar.php:1690395 #: includes/class-pis-posts-in-sidebar.php:1813396 msgid "When on single posts, use this widget title"397 msgstr ""398 399 #. translators: %s is a placeholder for a taxonomy.400 #: includes/class-pis-posts-in-sidebar.php:1289401 #: includes/class-pis-posts-in-sidebar.php:1989402 msgid "Posts under %s"403 msgstr ""404 405 #. translators: there is some code in placeholders.406 #: includes/class-pis-posts-in-sidebar.php:1291407 #: includes/class-pis-posts-in-sidebar.php:1991408 msgid "Use %s to display the name of the category."409 msgstr ""410 411 #: includes/class-pis-posts-in-sidebar.php:1331412 #: includes/class-pis-posts-in-sidebar.php:1466413 #: includes/class-pis-posts-in-sidebar.php:1590414 #: includes/class-pis-posts-in-sidebar.php:1736415 #: includes/class-pis-posts-in-sidebar.php:1860416 msgid "Post title matching"417 msgstr ""418 419 #: includes/class-pis-posts-in-sidebar.php:1335420 msgid "Show posts that match the main post title. WordPress will show posts under the same category of the main post and matching in a search for the title of the main post."421 msgstr ""422 423 #: includes/class-pis-posts-in-sidebar.php:1345424 msgid "Get posts from current tag"425 msgstr ""426 427 #: includes/class-pis-posts-in-sidebar.php:1356428 msgid "When on single posts, get posts from the current tag"429 msgstr ""430 431 #: includes/class-pis-posts-in-sidebar.php:1360432 msgid "When activated, this function will get posts from the tag of the post, ignoring other parameters like categories, date, post formats, etc. If the post has multiple tags, the plugin will use the first tag in the array of tags (the tag with the lowest initial letter). If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel."433 msgstr ""434 435 #: includes/class-pis-posts-in-sidebar.php:1391436 msgid "Sort tags"437 msgstr ""438 439 #: includes/class-pis-posts-in-sidebar.php:1395440 msgid "When activated, this function will sort the tags of the main post by tag ID. In this way the plugin will get posts from the tag with the lowest ID."441 msgstr ""442 443 #. translators: %s is the name of the tag.444 #: includes/class-pis-posts-in-sidebar.php:1424445 #: includes/class-pis-posts-in-sidebar.php:2104446 msgid "Posts tagged with %s"447 msgstr ""448 449 #. translators: there is some code in placeholders.450 #: includes/class-pis-posts-in-sidebar.php:1426451 #: includes/class-pis-posts-in-sidebar.php:2106452 msgid "Use %s to display the name of the tag."453 msgstr ""454 455 #: includes/class-pis-posts-in-sidebar.php:1470456 msgid "Show posts that match the main post title. WordPress will show posts with the same tag of the main post and matching in a search for the title of the main post."457 msgstr ""458 459 #: includes/class-pis-posts-in-sidebar.php:1480460 msgid "Get posts from current author"461 msgstr ""462 463 #: includes/class-pis-posts-in-sidebar.php:1491464 msgid "When on single posts, get posts from the current author"465 msgstr ""466 467 #: includes/class-pis-posts-in-sidebar.php:1495468 msgid "When activated, this function will get posts by the author of the post, ignoring other parameters like categories, tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel."469 msgstr ""470 471 #. translators: %s is the name of the author.472 #: includes/class-pis-posts-in-sidebar.php:1548473 #: includes/class-pis-posts-in-sidebar.php:2219474 msgid "Posts by %s"475 msgstr ""476 477 #. translators: there is some code in placeholders.478 #: includes/class-pis-posts-in-sidebar.php:1550479 #: includes/class-pis-posts-in-sidebar.php:2221480 msgid "Use %s to display the name of the author."481 msgstr ""482 483 #: includes/class-pis-posts-in-sidebar.php:1594484 msgid "Show posts that match the main post title. WordPress will show posts by the same author of the main post and matching in a search for the title of the main post."485 msgstr ""486 487 #: includes/class-pis-posts-in-sidebar.php:1604488 msgid "Get posts from taxonomy using custom field"489 msgstr ""490 491 #: includes/class-pis-posts-in-sidebar.php:1615492 msgid "When on single posts, get posts from this custom field"493 msgstr ""494 495 #. translators: there is some code in placeholders.496 #: includes/class-pis-posts-in-sidebar.php:1620497 msgid "When activated, this function will get posts from the category defined by the user via custom field, ignoring other parameters like categories, tags, date, post formats, etc. %1$sRead more on this%2$s. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel."498 msgstr ""499 500 #: includes/class-pis-posts-in-sidebar.php:1651501 msgid "Get posts with this custom field key"502 msgstr ""503 504 #: includes/class-pis-posts-in-sidebar.php:1662505 538 msgid "Type of the taxonomy" 506 539 msgstr "" 507 540 508 #: includes/class-pis-posts-in-sidebar.php:1 694541 #: includes/class-pis-posts-in-sidebar.php:1746 509 542 #: includes/pis-functions-general.php:35 510 543 msgid "Posts" … … 512 545 513 546 #. translators: %s is a `%s`. 514 #: includes/class-pis-posts-in-sidebar.php:1 696547 #: includes/class-pis-posts-in-sidebar.php:1748 515 548 msgid "Use %s to display the name of the taxonomy." 516 549 msgstr "" 517 550 518 #: includes/class-pis-posts-in-sidebar.php:17 40551 #: includes/class-pis-posts-in-sidebar.php:1792 519 552 msgid "Show posts that match the main post title. WordPress will show posts with the same custom field of the main post and matching in a search for the title of the main post." 520 553 msgstr "" 521 554 522 #: includes/class-pis-posts-in-sidebar.php:1 750555 #: includes/class-pis-posts-in-sidebar.php:1802 523 556 msgid "Get posts from current post format" 524 557 msgstr "" 525 558 526 #: includes/class-pis-posts-in-sidebar.php:1 761559 #: includes/class-pis-posts-in-sidebar.php:1813 527 560 msgid "When on single posts, get posts with the current post format" 528 561 msgstr "" 529 562 530 #: includes/class-pis-posts-in-sidebar.php:1 765563 #: includes/class-pis-posts-in-sidebar.php:1817 531 564 msgid "When activated, this function will get posts with the same post format of the post, ignoring other parameters like categories, tags, date, author, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 532 565 msgstr "" 533 566 534 567 #. translators: %s is the name of a post format. 535 #: includes/class-pis-posts-in-sidebar.php:18 18536 #: includes/class-pis-posts-in-sidebar.php:23 34568 #: includes/class-pis-posts-in-sidebar.php:1870 569 #: includes/class-pis-posts-in-sidebar.php:2386 537 570 msgid "Posts with %s post format" 538 571 msgstr "" 539 572 540 573 #. translators: %s is a literal `%s`. 541 #: includes/class-pis-posts-in-sidebar.php:18 20542 #: includes/class-pis-posts-in-sidebar.php:23 36574 #: includes/class-pis-posts-in-sidebar.php:1872 575 #: includes/class-pis-posts-in-sidebar.php:2388 543 576 msgid "Use %s to display the name of the post format." 544 577 msgstr "" 545 578 546 #: includes/class-pis-posts-in-sidebar.php:1 864579 #: includes/class-pis-posts-in-sidebar.php:1916 547 580 msgid "Show posts that match the main post title. WordPress will show posts with the same post format of the main post and matching in a search for the title of the main post." 548 581 msgstr "" 549 582 550 #: includes/class-pis-posts-in-sidebar.php:1 879551 #: includes/class-pis-posts-in-sidebar.php:2 373552 #: includes/class-pis-posts-in-sidebar.php:33 11583 #: includes/class-pis-posts-in-sidebar.php:1931 584 #: includes/class-pis-posts-in-sidebar.php:2425 585 #: includes/class-pis-posts-in-sidebar.php:3363 553 586 msgid "Do not ignore other parameters" 554 587 msgstr "" 555 588 556 #: includes/class-pis-posts-in-sidebar.php:1 883557 #: includes/class-pis-posts-in-sidebar.php:2 377589 #: includes/class-pis-posts-in-sidebar.php:1935 590 #: includes/class-pis-posts-in-sidebar.php:2429 558 591 msgid "By default, when you activate one of the options above to change the query on single posts, the plugin will deactivate other parameters like categories, tags, date, author, and so on. To leave in action these parameters, activate this option." 559 592 msgstr "" 560 593 561 #: includes/class-pis-posts-in-sidebar.php:1 897594 #: includes/class-pis-posts-in-sidebar.php:1949 562 595 msgid "Change the query when on archive page" 563 596 msgstr "" 564 597 565 598 #. translators: there is some code in placeholders. 566 #: includes/class-pis-posts-in-sidebar.php:19 04599 #: includes/class-pis-posts-in-sidebar.php:1956 567 600 msgid "In this section you can change some parameters of the query when on archive pages. %1$sYou can activate them all together.%2$s" 568 601 msgstr "" 569 602 570 #: includes/class-pis-posts-in-sidebar.php:19 08603 #: includes/class-pis-posts-in-sidebar.php:1960 571 604 msgid "Get posts from current category archive page" 572 605 msgstr "" 573 606 574 #: includes/class-pis-posts-in-sidebar.php:19 19607 #: includes/class-pis-posts-in-sidebar.php:1971 575 608 msgid "When on archive pages, get posts from the current category archive page" 576 609 msgstr "" 577 610 578 #: includes/class-pis-posts-in-sidebar.php:19 23611 #: includes/class-pis-posts-in-sidebar.php:1975 579 612 msgid "When activated, this function will get posts from the archive page of the current category, ignoring other parameters like tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 580 613 msgstr "" 581 614 582 #: includes/class-pis-posts-in-sidebar.php: 1958583 #: includes/class-pis-posts-in-sidebar.php:2 073584 #: includes/class-pis-posts-in-sidebar.php:2 188585 #: includes/class-pis-posts-in-sidebar.php:23 03615 #: includes/class-pis-posts-in-sidebar.php:2010 616 #: includes/class-pis-posts-in-sidebar.php:2125 617 #: includes/class-pis-posts-in-sidebar.php:2240 618 #: includes/class-pis-posts-in-sidebar.php:2355 586 619 msgid "When on archive pages, get this number of posts" 587 620 msgstr "" 588 621 589 622 #. translators: %s is -1. 590 #: includes/class-pis-posts-in-sidebar.php: 1977591 #: includes/class-pis-posts-in-sidebar.php:2 092592 #: includes/class-pis-posts-in-sidebar.php:22 07593 #: includes/class-pis-posts-in-sidebar.php:23 22623 #: includes/class-pis-posts-in-sidebar.php:2029 624 #: includes/class-pis-posts-in-sidebar.php:2144 625 #: includes/class-pis-posts-in-sidebar.php:2259 626 #: includes/class-pis-posts-in-sidebar.php:2374 594 627 msgid "If you entered %s in the previous field, this option will be ignored." 595 628 msgstr "" 596 629 597 #: includes/class-pis-posts-in-sidebar.php: 1984598 #: includes/class-pis-posts-in-sidebar.php:2 099599 #: includes/class-pis-posts-in-sidebar.php:22 14600 #: includes/class-pis-posts-in-sidebar.php:23 29630 #: includes/class-pis-posts-in-sidebar.php:2036 631 #: includes/class-pis-posts-in-sidebar.php:2151 632 #: includes/class-pis-posts-in-sidebar.php:2266 633 #: includes/class-pis-posts-in-sidebar.php:2381 601 634 msgid "When on archive pages, use this widget title" 602 635 msgstr "" 603 636 604 #: includes/class-pis-posts-in-sidebar.php:20 23637 #: includes/class-pis-posts-in-sidebar.php:2075 605 638 msgid "Get posts from current tag archive page" 606 639 msgstr "" 607 640 608 #: includes/class-pis-posts-in-sidebar.php:20 34641 #: includes/class-pis-posts-in-sidebar.php:2086 609 642 msgid "When on archive pages, get posts from the current tag archive page" 610 643 msgstr "" 611 644 612 #: includes/class-pis-posts-in-sidebar.php:20 38645 #: includes/class-pis-posts-in-sidebar.php:2090 613 646 msgid "When activated, this function will get posts from the archive page of the current tag, ignoring other parameters like categories, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 614 647 msgstr "" 615 648 616 #: includes/class-pis-posts-in-sidebar.php:21 38649 #: includes/class-pis-posts-in-sidebar.php:2190 617 650 msgid "Get posts from current author archive page" 618 651 msgstr "" 619 652 620 #: includes/class-pis-posts-in-sidebar.php:2 149653 #: includes/class-pis-posts-in-sidebar.php:2201 621 654 msgid "When on archive pages, get posts from the current author archive page" 622 655 msgstr "" 623 656 624 #: includes/class-pis-posts-in-sidebar.php:2 153657 #: includes/class-pis-posts-in-sidebar.php:2205 625 658 msgid "When activated, this function will get posts from the archive page of the current author, ignoring other parameters like categories, tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 626 659 msgstr "" 627 660 628 #: includes/class-pis-posts-in-sidebar.php:2 253661 #: includes/class-pis-posts-in-sidebar.php:2305 629 662 msgid "Get posts from current post format archive page" 630 663 msgstr "" 631 664 632 #: includes/class-pis-posts-in-sidebar.php:2 264665 #: includes/class-pis-posts-in-sidebar.php:2316 633 666 msgid "When on archive pages, get posts from the current post format archive page" 634 667 msgstr "" 635 668 636 #: includes/class-pis-posts-in-sidebar.php:2 268669 #: includes/class-pis-posts-in-sidebar.php:2320 637 670 msgid "When activated, this function will get posts from the archive page of the current post format, ignoring other parameters like categories, tags, date, author, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 638 671 msgstr "" 639 672 640 #: includes/class-pis-posts-in-sidebar.php:2 391673 #: includes/class-pis-posts-in-sidebar.php:2443 641 674 msgid "Custom taxonomy query" 642 675 msgstr "" 643 676 644 #: includes/class-pis-posts-in-sidebar.php:2 395677 #: includes/class-pis-posts-in-sidebar.php:2447 645 678 msgid "This section lets you retrieve posts from any taxonomy (category, tags, and custom taxonomies). If you want to use only one taxonomy, use the \"Taxonomy A1\" field. If you have to put in relation two taxonomies (e.g., display posts that are in the \"quotes\" category but not in the \"wisdom\" tag), then use also the \"Taxonomy B1\" field. If you have to put in relation more taxonomies, start using also the \"A2\" and \"B2\" fields (e.g., display posts that are in the \"quotes\" category [A1] OR both have the \"Quote\" post format [B1] AND are in the \"wisdom\" category [B2])." 646 679 msgstr "" 647 680 648 #: includes/class-pis-posts-in-sidebar.php:24 12649 #: includes/class-pis-posts-in-sidebar.php: 2984681 #: includes/class-pis-posts-in-sidebar.php:2464 682 #: includes/class-pis-posts-in-sidebar.php:3036 650 683 msgid "Relation between Column A and Column B" 651 684 msgstr "" 652 685 653 #: includes/class-pis-posts-in-sidebar.php:24 17686 #: includes/class-pis-posts-in-sidebar.php:2469 654 687 msgid "The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array." 655 688 msgstr "" 656 689 657 #: includes/class-pis-posts-in-sidebar.php:24 29658 #: includes/class-pis-posts-in-sidebar.php:30 01690 #: includes/class-pis-posts-in-sidebar.php:2481 691 #: includes/class-pis-posts-in-sidebar.php:3053 659 692 msgid "Column A" 660 693 msgstr "" 661 694 662 #: includes/class-pis-posts-in-sidebar.php:24 34695 #: includes/class-pis-posts-in-sidebar.php:2486 663 696 msgid "Taxonomy A1" 664 697 msgstr "" 665 698 666 #: includes/class-pis-posts-in-sidebar.php:24 38699 #: includes/class-pis-posts-in-sidebar.php:2490 667 700 msgid "category" 668 701 msgstr "" 669 702 670 #: includes/class-pis-posts-in-sidebar.php:24 39671 #: includes/class-pis-posts-in-sidebar.php:25 02672 #: includes/class-pis-posts-in-sidebar.php:2 556673 #: includes/class-pis-posts-in-sidebar.php:26 19703 #: includes/class-pis-posts-in-sidebar.php:2491 704 #: includes/class-pis-posts-in-sidebar.php:2554 705 #: includes/class-pis-posts-in-sidebar.php:2608 706 #: includes/class-pis-posts-in-sidebar.php:2671 674 707 msgid "Enter the slug of the taxonomy." 675 708 msgstr "" 676 709 677 #: includes/class-pis-posts-in-sidebar.php:24 46678 #: includes/class-pis-posts-in-sidebar.php:25 09679 #: includes/class-pis-posts-in-sidebar.php:2 563680 #: includes/class-pis-posts-in-sidebar.php:26 26710 #: includes/class-pis-posts-in-sidebar.php:2498 711 #: includes/class-pis-posts-in-sidebar.php:2561 712 #: includes/class-pis-posts-in-sidebar.php:2615 713 #: includes/class-pis-posts-in-sidebar.php:2678 681 714 msgid "Field" 682 715 msgstr "" 683 716 684 #: includes/class-pis-posts-in-sidebar.php:2451 717 #: includes/class-pis-posts-in-sidebar.php:2503 718 #: includes/class-pis-posts-in-sidebar.php:2566 719 #: includes/class-pis-posts-in-sidebar.php:2620 720 #: includes/class-pis-posts-in-sidebar.php:2683 721 msgid "Select taxonomy term by this field." 722 msgstr "" 723 724 #: includes/class-pis-posts-in-sidebar.php:2510 725 #: includes/class-pis-posts-in-sidebar.php:2573 726 #: includes/class-pis-posts-in-sidebar.php:2627 727 #: includes/class-pis-posts-in-sidebar.php:2690 728 msgid "Terms" 729 msgstr "" 730 685 731 #: includes/class-pis-posts-in-sidebar.php:2514 686 #: includes/class-pis-posts-in-sidebar.php:2568 732 msgid "gnu-linux,kde" 733 msgstr "" 734 735 #: includes/class-pis-posts-in-sidebar.php:2515 736 #: includes/class-pis-posts-in-sidebar.php:2578 737 #: includes/class-pis-posts-in-sidebar.php:2632 738 #: includes/class-pis-posts-in-sidebar.php:2695 739 msgid "Enter terms, comma separated." 740 msgstr "" 741 742 #: includes/class-pis-posts-in-sidebar.php:2522 743 #: includes/class-pis-posts-in-sidebar.php:2585 744 #: includes/class-pis-posts-in-sidebar.php:2639 745 #: includes/class-pis-posts-in-sidebar.php:2702 746 #: includes/class-pis-posts-in-sidebar.php:3083 747 #: includes/class-pis-posts-in-sidebar.php:3148 748 #: includes/class-pis-posts-in-sidebar.php:3203 749 #: includes/class-pis-posts-in-sidebar.php:3267 750 msgid "Operator" 751 msgstr "" 752 753 #: includes/class-pis-posts-in-sidebar.php:2527 754 #: includes/class-pis-posts-in-sidebar.php:2590 755 #: includes/class-pis-posts-in-sidebar.php:2644 756 #: includes/class-pis-posts-in-sidebar.php:2707 757 msgid "Operator to test for terms." 758 msgstr "" 759 760 #: includes/class-pis-posts-in-sidebar.php:2536 761 msgid "Relation between A1 and A2 taxonomies" 762 msgstr "" 763 764 #: includes/class-pis-posts-in-sidebar.php:2549 765 msgid "Taxonomy A2" 766 msgstr "" 767 768 #: includes/class-pis-posts-in-sidebar.php:2553 769 msgid "movie-genre" 770 msgstr "" 771 772 #: includes/class-pis-posts-in-sidebar.php:2577 773 msgid "action,sci-fi" 774 msgstr "" 775 776 #: includes/class-pis-posts-in-sidebar.php:2598 777 #: includes/class-pis-posts-in-sidebar.php:3173 778 msgid "Column B" 779 msgstr "" 780 781 #: includes/class-pis-posts-in-sidebar.php:2603 782 msgid "Taxonomy B1" 783 msgstr "" 784 785 #: includes/class-pis-posts-in-sidebar.php:2607 786 msgid "post_tag" 787 msgstr "" 788 687 789 #: includes/class-pis-posts-in-sidebar.php:2631 688 msgid "Select taxonomy term by this field." 689 msgstr "" 690 691 #: includes/class-pis-posts-in-sidebar.php:2458 692 #: includes/class-pis-posts-in-sidebar.php:2521 693 #: includes/class-pis-posts-in-sidebar.php:2575 694 #: includes/class-pis-posts-in-sidebar.php:2638 695 msgid "Terms" 696 msgstr "" 697 698 #: includes/class-pis-posts-in-sidebar.php:2462 699 msgid "gnu-linux,kde" 700 msgstr "" 701 702 #: includes/class-pis-posts-in-sidebar.php:2463 703 #: includes/class-pis-posts-in-sidebar.php:2526 704 #: includes/class-pis-posts-in-sidebar.php:2580 705 #: includes/class-pis-posts-in-sidebar.php:2643 706 msgid "Enter terms, comma separated." 707 msgstr "" 708 709 #: includes/class-pis-posts-in-sidebar.php:2470 710 #: includes/class-pis-posts-in-sidebar.php:2533 711 #: includes/class-pis-posts-in-sidebar.php:2587 712 #: includes/class-pis-posts-in-sidebar.php:2650 713 #: includes/class-pis-posts-in-sidebar.php:3031 714 #: includes/class-pis-posts-in-sidebar.php:3096 715 #: includes/class-pis-posts-in-sidebar.php:3151 790 msgid "system,apache" 791 msgstr "" 792 793 #: includes/class-pis-posts-in-sidebar.php:2653 794 msgid "Relation between B1 and B2 taxonomies" 795 msgstr "" 796 797 #: includes/class-pis-posts-in-sidebar.php:2666 798 msgid "Taxonomy B2" 799 msgstr "" 800 801 #: includes/class-pis-posts-in-sidebar.php:2670 802 msgid "post_format" 803 msgstr "" 804 805 #: includes/class-pis-posts-in-sidebar.php:2694 806 msgid "post-format-quote" 807 msgstr "" 808 809 #: includes/class-pis-posts-in-sidebar.php:2722 810 msgid "Date query" 811 msgstr "" 812 813 #: includes/class-pis-posts-in-sidebar.php:2726 814 msgid "In this section you can define the period within posts have been published. You can get posts published in a certain period or after/before a date or in a dynamic period (based on current date)." 815 msgstr "" 816 817 #: includes/class-pis-posts-in-sidebar.php:2730 818 msgid "Get posts published in a certain period" 819 msgstr "" 820 821 #: includes/class-pis-posts-in-sidebar.php:2732 822 msgid "Define the period within posts are published. For example, you can pick up the posts published on 15 January, 2017 at 10." 823 msgstr "" 824 825 #: includes/class-pis-posts-in-sidebar.php:2738 826 #: includes/class-pis-posts-in-sidebar.php:2837 827 #: includes/class-pis-posts-in-sidebar.php:2878 828 msgid "Year" 829 msgstr "" 830 831 #: includes/class-pis-posts-in-sidebar.php:2743 832 msgid "4 digits year (e.g. 2015)." 833 msgstr "" 834 835 #: includes/class-pis-posts-in-sidebar.php:2749 836 #: includes/class-pis-posts-in-sidebar.php:2848 837 #: includes/class-pis-posts-in-sidebar.php:2889 838 msgid "Month" 839 msgstr "" 840 841 #: includes/class-pis-posts-in-sidebar.php:2754 842 msgid "Month number (from 1 to 12)." 843 msgstr "" 844 845 #: includes/class-pis-posts-in-sidebar.php:2760 846 msgid "Week" 847 msgstr "" 848 849 #: includes/class-pis-posts-in-sidebar.php:2765 850 msgid "Week of the year (from 0 to 53)." 851 msgstr "" 852 853 #: includes/class-pis-posts-in-sidebar.php:2771 854 #: includes/class-pis-posts-in-sidebar.php:2859 855 #: includes/class-pis-posts-in-sidebar.php:2900 856 msgid "Day" 857 msgstr "" 858 859 #: includes/class-pis-posts-in-sidebar.php:2776 860 msgid "Day of the month (from 1 to 31)." 861 msgstr "" 862 863 #: includes/class-pis-posts-in-sidebar.php:2786 864 msgid "Hour" 865 msgstr "" 866 867 #: includes/class-pis-posts-in-sidebar.php:2791 868 msgid "Hour (from 0 to 23)." 869 msgstr "" 870 871 #: includes/class-pis-posts-in-sidebar.php:2797 872 msgid "Minute" 873 msgstr "" 874 875 #: includes/class-pis-posts-in-sidebar.php:2802 876 msgid "Minute (from 0 to 59)." 877 msgstr "" 878 879 #: includes/class-pis-posts-in-sidebar.php:2808 880 msgid "Second" 881 msgstr "" 882 883 #: includes/class-pis-posts-in-sidebar.php:2813 884 msgid "Second (from 0 to 59)." 885 msgstr "" 886 887 #: includes/class-pis-posts-in-sidebar.php:2825 888 msgid "Get posts published after/before a date" 889 msgstr "" 890 891 #: includes/class-pis-posts-in-sidebar.php:2827 892 msgid "Here you can get posts published after/before a certain date. You can also use the two options together, for example, to get posts published between 2017-01-15 and 2017-01-31." 893 msgstr "" 894 895 #: includes/class-pis-posts-in-sidebar.php:2831 896 msgid "Get posts published after this date" 897 msgstr "" 898 899 #: includes/class-pis-posts-in-sidebar.php:2833 900 msgid "Get posts published after a certain date." 901 msgstr "" 902 903 #: includes/class-pis-posts-in-sidebar.php:2842 904 #: includes/class-pis-posts-in-sidebar.php:2883 905 msgid "Accepts any four-digit year." 906 msgstr "" 907 908 #: includes/class-pis-posts-in-sidebar.php:2853 909 #: includes/class-pis-posts-in-sidebar.php:2894 910 msgid "The month of the year. Accepts numbers 1-12." 911 msgstr "" 912 913 #: includes/class-pis-posts-in-sidebar.php:2864 914 #: includes/class-pis-posts-in-sidebar.php:2905 915 msgid "The day of the month. Accepts numbers 1-31." 916 msgstr "" 917 918 #: includes/class-pis-posts-in-sidebar.php:2872 919 msgid "Get posts published before this date" 920 msgstr "" 921 922 #: includes/class-pis-posts-in-sidebar.php:2874 923 msgid "Get posts published before a certain date." 924 msgstr "" 925 926 #: includes/class-pis-posts-in-sidebar.php:2915 927 msgid "Other options for after/before" 928 msgstr "" 929 930 #: includes/class-pis-posts-in-sidebar.php:2921 931 msgid "Inclusive" 932 msgstr "" 933 934 #: includes/class-pis-posts-in-sidebar.php:2925 935 msgid "For after/before, whether exact value should be matched or not" 936 msgstr "" 937 938 #: includes/class-pis-posts-in-sidebar.php:2935 939 msgid "Column" 940 msgstr "" 941 942 #: includes/class-pis-posts-in-sidebar.php:2940 943 msgid "Column to query against." 944 msgstr "" 945 946 #: includes/class-pis-posts-in-sidebar.php:2952 947 msgid "Dynamic date query" 948 msgstr "" 949 950 #: includes/class-pis-posts-in-sidebar.php:2954 951 msgid "Define the amount of time from now within the posts have been published. For example, you can get posts published 1 month ago or 2 years ago, and so on. An expression like \"1 month ago\" means: get posts that have been published in the last month, and not only published exactly one month ago." 952 msgstr "" 953 954 #: includes/class-pis-posts-in-sidebar.php:2956 955 msgid "Also, please note that these options will override the corresponding options under \"Get posts published after/before a date\"." 956 msgstr "" 957 958 #: includes/class-pis-posts-in-sidebar.php:2960 959 msgid "Get posts published after this amount of time" 960 msgstr "" 961 962 #: includes/class-pis-posts-in-sidebar.php:2965 963 #: includes/class-pis-posts-in-sidebar.php:2993 964 msgid "Amount of time" 965 msgstr "" 966 967 #: includes/class-pis-posts-in-sidebar.php:2976 968 #: includes/class-pis-posts-in-sidebar.php:3004 969 msgid "Type of date" 970 msgstr "" 971 972 #: includes/class-pis-posts-in-sidebar.php:2988 973 msgid "Get posts published before this amount of time" 974 msgstr "" 975 976 #: includes/class-pis-posts-in-sidebar.php:3023 977 msgid "Custom fields query" 978 msgstr "" 979 980 #: includes/class-pis-posts-in-sidebar.php:3027 981 msgid "This section lets you retrieve posts from any custom field. If you want to use only one custom field, use the \"Custom field key A1\" field. If you have to put in relation two custom fields (e.g., display posts that have the meta key \"color\" and value \"red\" but meta key \"price\" with values between 10 and 20), then use also the \"Custom field key B1\" field. If you have to put in relation more custom fields, start using also the \"A2\" and \"B2\" fields." 982 msgstr "" 983 984 #: includes/class-pis-posts-in-sidebar.php:3041 985 msgid "The logical relationship between each inner meta_query array when there is more than one." 986 msgstr "" 987 988 #: includes/class-pis-posts-in-sidebar.php:3058 989 msgid "Custom field key A1" 990 msgstr "" 991 992 #: includes/class-pis-posts-in-sidebar.php:3062 993 #: includes/class-pis-posts-in-sidebar.php:3127 994 #: includes/class-pis-posts-in-sidebar.php:3182 995 #: includes/class-pis-posts-in-sidebar.php:3246 996 msgid "color" 997 msgstr "" 998 999 #: includes/class-pis-posts-in-sidebar.php:3063 1000 #: includes/class-pis-posts-in-sidebar.php:3128 1001 #: includes/class-pis-posts-in-sidebar.php:3183 1002 #: includes/class-pis-posts-in-sidebar.php:3247 1003 msgid "Enter the custom field key." 1004 msgstr "" 1005 1006 #: includes/class-pis-posts-in-sidebar.php:3070 1007 #: includes/class-pis-posts-in-sidebar.php:3135 1008 #: includes/class-pis-posts-in-sidebar.php:3190 1009 #: includes/class-pis-posts-in-sidebar.php:3254 1010 msgid "Custom field value" 1011 msgstr "" 1012 1013 #: includes/class-pis-posts-in-sidebar.php:3074 1014 #: includes/class-pis-posts-in-sidebar.php:3139 1015 #: includes/class-pis-posts-in-sidebar.php:3194 1016 #: includes/class-pis-posts-in-sidebar.php:3258 1017 msgid "blue, orange, red" 1018 msgstr "" 1019 1020 #. translators: the placeholder contains some code. 1021 #: includes/class-pis-posts-in-sidebar.php:3076 1022 #: includes/class-pis-posts-in-sidebar.php:3141 1023 #: includes/class-pis-posts-in-sidebar.php:3196 1024 #: includes/class-pis-posts-in-sidebar.php:3260 1025 msgid "Enter one or more values of the custom field, comma separated. If you enter %s, this will be replaced with the current date and time." 1026 msgstr "" 1027 1028 #: includes/class-pis-posts-in-sidebar.php:3088 1029 #: includes/class-pis-posts-in-sidebar.php:3153 1030 #: includes/class-pis-posts-in-sidebar.php:3208 1031 #: includes/class-pis-posts-in-sidebar.php:3272 1032 msgid "Operator to test for values." 1033 msgstr "" 1034 1035 #: includes/class-pis-posts-in-sidebar.php:3095 1036 #: includes/class-pis-posts-in-sidebar.php:3160 716 1037 #: includes/class-pis-posts-in-sidebar.php:3215 717 msgid "Operator" 718 msgstr "" 719 720 #: includes/class-pis-posts-in-sidebar.php:2475 721 #: includes/class-pis-posts-in-sidebar.php:2538 722 #: includes/class-pis-posts-in-sidebar.php:2592 723 #: includes/class-pis-posts-in-sidebar.php:2655 724 msgid "Operator to test for terms." 725 msgstr "" 726 727 #: includes/class-pis-posts-in-sidebar.php:2484 728 msgid "Relation between A1 and A2 taxonomies" 729 msgstr "" 730 731 #: includes/class-pis-posts-in-sidebar.php:2497 732 msgid "Taxonomy A2" 733 msgstr "" 734 735 #: includes/class-pis-posts-in-sidebar.php:2501 736 msgid "movie-genre" 737 msgstr "" 738 739 #: includes/class-pis-posts-in-sidebar.php:2525 740 msgid "action,sci-fi" 741 msgstr "" 742 743 #: includes/class-pis-posts-in-sidebar.php:2546 744 #: includes/class-pis-posts-in-sidebar.php:3121 745 msgid "Column B" 746 msgstr "" 747 748 #: includes/class-pis-posts-in-sidebar.php:2551 749 msgid "Taxonomy B1" 750 msgstr "" 751 752 #: includes/class-pis-posts-in-sidebar.php:2555 753 msgid "post_tag" 754 msgstr "" 755 756 #: includes/class-pis-posts-in-sidebar.php:2579 757 msgid "system,apache" 758 msgstr "" 759 760 #: includes/class-pis-posts-in-sidebar.php:2601 761 msgid "Relation between B1 and B2 taxonomies" 762 msgstr "" 763 764 #: includes/class-pis-posts-in-sidebar.php:2614 765 msgid "Taxonomy B2" 766 msgstr "" 767 768 #: includes/class-pis-posts-in-sidebar.php:2618 769 msgid "post_format" 770 msgstr "" 771 772 #: includes/class-pis-posts-in-sidebar.php:2642 773 msgid "post-format-quote" 774 msgstr "" 775 776 #: includes/class-pis-posts-in-sidebar.php:2670 777 msgid "Date query" 778 msgstr "" 779 780 #: includes/class-pis-posts-in-sidebar.php:2674 781 msgid "In this section you can define the period within posts have been published. You can get posts published in a certain period or after/before a date or in a dynamic period (based on current date)." 782 msgstr "" 783 784 #: includes/class-pis-posts-in-sidebar.php:2678 785 msgid "Get posts published in a certain period" 786 msgstr "" 787 788 #: includes/class-pis-posts-in-sidebar.php:2680 789 msgid "Define the period within posts are published. For example, you can pick up the posts published on 15 January, 2017 at 10." 790 msgstr "" 791 792 #: includes/class-pis-posts-in-sidebar.php:2686 793 #: includes/class-pis-posts-in-sidebar.php:2785 794 #: includes/class-pis-posts-in-sidebar.php:2826 795 msgid "Year" 796 msgstr "" 797 798 #: includes/class-pis-posts-in-sidebar.php:2691 799 msgid "4 digits year (e.g. 2015)." 800 msgstr "" 801 802 #: includes/class-pis-posts-in-sidebar.php:2697 803 #: includes/class-pis-posts-in-sidebar.php:2796 804 #: includes/class-pis-posts-in-sidebar.php:2837 805 msgid "Month" 806 msgstr "" 807 808 #: includes/class-pis-posts-in-sidebar.php:2702 809 msgid "Month number (from 1 to 12)." 810 msgstr "" 811 812 #: includes/class-pis-posts-in-sidebar.php:2708 813 msgid "Week" 814 msgstr "" 815 816 #: includes/class-pis-posts-in-sidebar.php:2713 817 msgid "Week of the year (from 0 to 53)." 818 msgstr "" 819 820 #: includes/class-pis-posts-in-sidebar.php:2719 821 #: includes/class-pis-posts-in-sidebar.php:2807 822 #: includes/class-pis-posts-in-sidebar.php:2848 823 msgid "Day" 824 msgstr "" 825 826 #: includes/class-pis-posts-in-sidebar.php:2724 827 msgid "Day of the month (from 1 to 31)." 828 msgstr "" 829 830 #: includes/class-pis-posts-in-sidebar.php:2734 831 msgid "Hour" 832 msgstr "" 833 834 #: includes/class-pis-posts-in-sidebar.php:2739 835 msgid "Hour (from 0 to 23)." 836 msgstr "" 837 838 #: includes/class-pis-posts-in-sidebar.php:2745 839 msgid "Minute" 840 msgstr "" 841 842 #: includes/class-pis-posts-in-sidebar.php:2750 843 msgid "Minute (from 0 to 59)." 844 msgstr "" 845 846 #: includes/class-pis-posts-in-sidebar.php:2756 847 msgid "Second" 848 msgstr "" 849 850 #: includes/class-pis-posts-in-sidebar.php:2761 851 msgid "Second (from 0 to 59)." 852 msgstr "" 853 854 #: includes/class-pis-posts-in-sidebar.php:2773 855 msgid "Get posts published after/before a date" 856 msgstr "" 857 858 #: includes/class-pis-posts-in-sidebar.php:2775 859 msgid "Here you can get posts published after/before a certain date. You can also use the two options together, for example, to get posts published between 2017-01-15 and 2017-01-31." 860 msgstr "" 861 862 #: includes/class-pis-posts-in-sidebar.php:2779 863 msgid "Get posts published after this date" 864 msgstr "" 865 866 #: includes/class-pis-posts-in-sidebar.php:2781 867 msgid "Get posts published after a certain date." 868 msgstr "" 869 870 #: includes/class-pis-posts-in-sidebar.php:2790 871 #: includes/class-pis-posts-in-sidebar.php:2831 872 msgid "Accepts any four-digit year." 873 msgstr "" 874 875 #: includes/class-pis-posts-in-sidebar.php:2801 876 #: includes/class-pis-posts-in-sidebar.php:2842 877 msgid "The month of the year. Accepts numbers 1-12." 878 msgstr "" 879 880 #: includes/class-pis-posts-in-sidebar.php:2812 881 #: includes/class-pis-posts-in-sidebar.php:2853 882 msgid "The day of the month. Accepts numbers 1-31." 883 msgstr "" 884 885 #: includes/class-pis-posts-in-sidebar.php:2820 886 msgid "Get posts published before this date" 887 msgstr "" 888 889 #: includes/class-pis-posts-in-sidebar.php:2822 890 msgid "Get posts published before a certain date." 891 msgstr "" 892 893 #: includes/class-pis-posts-in-sidebar.php:2863 894 msgid "Other options for after/before" 895 msgstr "" 896 897 #: includes/class-pis-posts-in-sidebar.php:2869 898 msgid "Inclusive" 899 msgstr "" 900 901 #: includes/class-pis-posts-in-sidebar.php:2873 902 msgid "For after/before, whether exact value should be matched or not" 903 msgstr "" 904 905 #: includes/class-pis-posts-in-sidebar.php:2883 906 msgid "Column" 907 msgstr "" 908 909 #: includes/class-pis-posts-in-sidebar.php:2888 910 msgid "Column to query against." 911 msgstr "" 912 913 #: includes/class-pis-posts-in-sidebar.php:2900 914 msgid "Dynamic date query" 915 msgstr "" 916 917 #: includes/class-pis-posts-in-sidebar.php:2902 918 msgid "Define the amount of time from now within the posts have been published. For example, you can get posts published 1 month ago or 2 years ago, and so on. An expression like \"1 month ago\" means: get posts that have been published in the last month, and not only published exactly one month ago." 919 msgstr "" 920 921 #: includes/class-pis-posts-in-sidebar.php:2904 922 msgid "Also, please note that these options will override the corresponding options under \"Get posts published after/before a date\"." 923 msgstr "" 924 925 #: includes/class-pis-posts-in-sidebar.php:2908 926 msgid "Get posts published after this amount of time" 927 msgstr "" 928 929 #: includes/class-pis-posts-in-sidebar.php:2913 930 #: includes/class-pis-posts-in-sidebar.php:2941 931 msgid "Amount of time" 932 msgstr "" 933 934 #: includes/class-pis-posts-in-sidebar.php:2924 935 #: includes/class-pis-posts-in-sidebar.php:2952 936 msgid "Type of date" 937 msgstr "" 938 939 #: includes/class-pis-posts-in-sidebar.php:2936 940 msgid "Get posts published before this amount of time" 941 msgstr "" 942 943 #: includes/class-pis-posts-in-sidebar.php:2971 944 msgid "Custom fields query" 945 msgstr "" 946 947 #: includes/class-pis-posts-in-sidebar.php:2975 948 msgid "This section lets you retrieve posts from any custom field. If you want to use only one custom field, use the \"Custom field key A1\" field. If you have to put in relation two custom fields (e.g., display posts that have the meta key \"color\" and value \"red\" but meta key \"price\" with values between 10 and 20), then use also the \"Custom field key B1\" field. If you have to put in relation more custom fields, start using also the \"A2\" and \"B2\" fields." 949 msgstr "" 950 951 #: includes/class-pis-posts-in-sidebar.php:2989 952 msgid "The logical relationship between each inner meta_query array when there is more than one." 953 msgstr "" 954 955 #: includes/class-pis-posts-in-sidebar.php:3006 956 msgid "Custom field key A1" 957 msgstr "" 958 959 #: includes/class-pis-posts-in-sidebar.php:3010 960 #: includes/class-pis-posts-in-sidebar.php:3075 961 #: includes/class-pis-posts-in-sidebar.php:3130 962 #: includes/class-pis-posts-in-sidebar.php:3194 963 msgid "color" 964 msgstr "" 965 966 #: includes/class-pis-posts-in-sidebar.php:3011 967 #: includes/class-pis-posts-in-sidebar.php:3076 968 #: includes/class-pis-posts-in-sidebar.php:3131 969 #: includes/class-pis-posts-in-sidebar.php:3195 970 msgid "Enter the custom field key." 971 msgstr "" 972 973 #: includes/class-pis-posts-in-sidebar.php:3018 974 #: includes/class-pis-posts-in-sidebar.php:3083 975 #: includes/class-pis-posts-in-sidebar.php:3138 976 #: includes/class-pis-posts-in-sidebar.php:3202 977 msgid "Custom field value" 978 msgstr "" 979 980 #: includes/class-pis-posts-in-sidebar.php:3022 981 #: includes/class-pis-posts-in-sidebar.php:3087 982 #: includes/class-pis-posts-in-sidebar.php:3142 983 #: includes/class-pis-posts-in-sidebar.php:3206 984 msgid "blue, orange, red" 985 msgstr "" 986 987 #. translators: the placeholder contains some code. 988 #: includes/class-pis-posts-in-sidebar.php:3024 989 #: includes/class-pis-posts-in-sidebar.php:3089 990 #: includes/class-pis-posts-in-sidebar.php:3144 991 #: includes/class-pis-posts-in-sidebar.php:3208 992 msgid "Enter one or more values of the custom field, comma separated. If you enter %s, this will be replaced with the current date and time." 993 msgstr "" 994 995 #: includes/class-pis-posts-in-sidebar.php:3036 1038 #: includes/class-pis-posts-in-sidebar.php:3279 1039 msgid "Type" 1040 msgstr "" 1041 996 1042 #: includes/class-pis-posts-in-sidebar.php:3101 997 #: includes/class-pis-posts-in-sidebar.php:31 561043 #: includes/class-pis-posts-in-sidebar.php:3165 998 1044 #: includes/class-pis-posts-in-sidebar.php:3220 999 msgid "Operator to test for values." 1000 msgstr "" 1001 1002 #: includes/class-pis-posts-in-sidebar.php:3043 1003 #: includes/class-pis-posts-in-sidebar.php:3108 1004 #: includes/class-pis-posts-in-sidebar.php:3163 1005 #: includes/class-pis-posts-in-sidebar.php:3227 1006 msgid "Type" 1007 msgstr "" 1008 1009 #: includes/class-pis-posts-in-sidebar.php:3049 1010 #: includes/class-pis-posts-in-sidebar.php:3113 1011 #: includes/class-pis-posts-in-sidebar.php:3168 1012 #: includes/class-pis-posts-in-sidebar.php:3232 1045 #: includes/class-pis-posts-in-sidebar.php:3284 1013 1046 msgid "Custom field type. Leave this field blank when using decimal values." 1014 1047 msgstr "" 1015 1048 1016 #: includes/class-pis-posts-in-sidebar.php:3 0581049 #: includes/class-pis-posts-in-sidebar.php:3110 1017 1050 msgid "Relation between A1 and A2 custom fields" 1018 1051 msgstr "" 1019 1052 1020 #: includes/class-pis-posts-in-sidebar.php:3 0711053 #: includes/class-pis-posts-in-sidebar.php:3123 1021 1054 msgid "Custom field key A2" 1022 1055 msgstr "" 1023 1056 1024 #: includes/class-pis-posts-in-sidebar.php:31 261057 #: includes/class-pis-posts-in-sidebar.php:3178 1025 1058 msgid "Custom field key B1" 1026 1059 msgstr "" 1027 1060 1028 #: includes/class-pis-posts-in-sidebar.php:3 1771061 #: includes/class-pis-posts-in-sidebar.php:3229 1029 1062 msgid "Relation between B1 and B2 custom fields" 1030 1063 msgstr "" 1031 1064 1032 #: includes/class-pis-posts-in-sidebar.php:3 1901065 #: includes/class-pis-posts-in-sidebar.php:3242 1033 1066 msgid "Custom field key B2" 1034 1067 msgstr "" 1035 1068 1036 #: includes/class-pis-posts-in-sidebar.php:32 461069 #: includes/class-pis-posts-in-sidebar.php:3298 1037 1070 msgid "Get posts from username" 1038 1071 msgstr "" 1039 1072 1040 #: includes/class-pis-posts-in-sidebar.php:3 2521073 #: includes/class-pis-posts-in-sidebar.php:3304 1041 1074 msgid "This section lets you retrieve posts that have a custom field key or a category equal to the username of the currently logged-in user. This means that you can show a custom list of posts for each user." 1042 1075 msgstr "" 1043 1076 1044 #: includes/class-pis-posts-in-sidebar.php:3 2581077 #: includes/class-pis-posts-in-sidebar.php:3310 1045 1078 msgid "If you want to use custom field keys, create — for each post or for the posts you want — a custom field where the meta key is equal to the user login name. The meta value can be empty, since it is ignored here. A single post can have multiple custom fields, one for each user." 1046 1079 msgstr "" 1047 1080 1048 #: includes/class-pis-posts-in-sidebar.php:3 2641081 #: includes/class-pis-posts-in-sidebar.php:3316 1049 1082 msgid "If you want to use categories, assign the posts you want to a category that has the same name of the user." 1050 1083 msgstr "" 1051 1084 1052 #: includes/class-pis-posts-in-sidebar.php:3 2701085 #: includes/class-pis-posts-in-sidebar.php:3322 1053 1086 msgid "When logged in, the user will see the posts you have marked with his username." 1054 1087 msgstr "" 1055 1088 1056 #: includes/class-pis-posts-in-sidebar.php:3 2761089 #: includes/class-pis-posts-in-sidebar.php:3328 1057 1090 msgid "If the user is not logged-in or the widget does not find any post having a meta key (or a category) with the username of the logged-in user, the widget will simply ignore this option." 1058 1091 msgstr "" 1059 1092 1060 #: includes/class-pis-posts-in-sidebar.php:3 2851093 #: includes/class-pis-posts-in-sidebar.php:3337 1061 1094 msgid "Get posts from current username" 1062 1095 msgstr "" 1063 1096 1064 #: includes/class-pis-posts-in-sidebar.php:3 2891097 #: includes/class-pis-posts-in-sidebar.php:3341 1065 1098 msgid "This option will use custom field keys." 1066 1099 msgstr "" 1067 1100 1068 #: includes/class-pis-posts-in-sidebar.php:3 2961101 #: includes/class-pis-posts-in-sidebar.php:3348 1069 1102 msgid "Use category instead of meta key" 1070 1103 msgstr "" 1071 1104 1072 #: includes/class-pis-posts-in-sidebar.php:33 001105 #: includes/class-pis-posts-in-sidebar.php:3352 1073 1106 msgid "When you activate this option, make sure to activate also the option \"Get posts from current username\"" 1074 1107 msgstr "" 1075 1108 1076 #: includes/class-pis-posts-in-sidebar.php:33 151109 #: includes/class-pis-posts-in-sidebar.php:3367 1077 1110 msgid "By default, when you activate the option above to change the query, the plugin will deactivate other parameters like categories, tags, date, author, and so on. To leave in action these parameters, activate this option." 1078 1111 msgstr "" 1079 1112 1080 #: includes/class-pis-posts-in-sidebar.php:33 291113 #: includes/class-pis-posts-in-sidebar.php:3381 1081 1114 msgid "Excluding posts" 1082 1115 msgstr "" 1083 1116 1084 #: includes/class-pis-posts-in-sidebar.php:33 351117 #: includes/class-pis-posts-in-sidebar.php:3387 1085 1118 msgid "Define here which posts must be excluded from the query." 1086 1119 msgstr "" 1087 1120 1088 #: includes/class-pis-posts-in-sidebar.php:3 3581121 #: includes/class-pis-posts-in-sidebar.php:3410 1089 1122 msgid "Exclude posts by these authors" 1090 1123 msgstr "" 1091 1124 1092 #: includes/class-pis-posts-in-sidebar.php:3 3751125 #: includes/class-pis-posts-in-sidebar.php:3427 1093 1126 msgid "Exclude posts from these categories" 1094 1127 msgstr "" 1095 1128 1096 #: includes/class-pis-posts-in-sidebar.php:3 3961129 #: includes/class-pis-posts-in-sidebar.php:3448 1097 1130 msgid "Exclude posts from these tags" 1098 1131 msgstr "" 1099 1132 1100 #: includes/class-pis-posts-in-sidebar.php:34 081133 #: includes/class-pis-posts-in-sidebar.php:3460 1101 1134 msgid "Exclude posts with these IDs" 1102 1135 msgstr "" 1103 1136 1104 #: includes/class-pis-posts-in-sidebar.php:34 241137 #: includes/class-pis-posts-in-sidebar.php:3476 1105 1138 msgid "Exclude posts whose parent is in these IDs" 1106 1139 msgstr "" 1107 1140 1108 #: includes/class-pis-posts-in-sidebar.php:34 361141 #: includes/class-pis-posts-in-sidebar.php:3488 1109 1142 msgid "Automatically exclude the current post in single post or the current page in single page" 1110 1143 msgstr "" 1111 1144 1112 #: includes/class-pis-posts-in-sidebar.php:3 4581145 #: includes/class-pis-posts-in-sidebar.php:3510 1113 1146 msgid "Displaying posts" 1114 1147 msgstr "" 1115 1148 1116 #: includes/class-pis-posts-in-sidebar.php:3 4621149 #: includes/class-pis-posts-in-sidebar.php:3514 1117 1150 msgid "Define here which elements you want to display in the widget." 1118 1151 msgstr "" 1119 1152 1120 #: includes/class-pis-posts-in-sidebar.php:3 4701153 #: includes/class-pis-posts-in-sidebar.php:3522 1121 1154 msgid "The title of the post" 1122 1155 msgstr "" 1123 1156 1124 #: includes/class-pis-posts-in-sidebar.php:3 4751157 #: includes/class-pis-posts-in-sidebar.php:3527 1125 1158 msgid "Display the title of the post" 1126 1159 msgstr "" 1127 1160 1128 #: includes/class-pis-posts-in-sidebar.php:3 4851161 #: includes/class-pis-posts-in-sidebar.php:3537 1129 1162 msgid "Link the title to the post" 1130 1163 msgstr "" 1131 1164 1132 #: includes/class-pis-posts-in-sidebar.php:3 4951165 #: includes/class-pis-posts-in-sidebar.php:3547 1133 1166 msgid "Show an arrow after the title" 1134 1167 msgstr "" 1135 1168 1136 #: includes/class-pis-posts-in-sidebar.php:35 051169 #: includes/class-pis-posts-in-sidebar.php:3557 1137 1170 msgid "The length of the title" 1138 1171 msgstr "" 1139 1172 1140 1173 #. translators: there is some code. 1141 #: includes/class-pis-posts-in-sidebar.php:35 111174 #: includes/class-pis-posts-in-sidebar.php:3563 1142 1175 msgid "Use %s to leave the length unchanged." 1143 1176 msgstr "" 1144 1177 1145 #: includes/class-pis-posts-in-sidebar.php:35 181178 #: includes/class-pis-posts-in-sidebar.php:3570 1146 1179 msgid "Title length unit" 1147 1180 msgstr "" 1148 1181 1149 #: includes/class-pis-posts-in-sidebar.php:35 291182 #: includes/class-pis-posts-in-sidebar.php:3581 1150 1183 msgid "Add an ellipsis after the shortened title" 1151 1184 msgstr "" 1152 1185 1153 #: includes/class-pis-posts-in-sidebar.php:35 391186 #: includes/class-pis-posts-in-sidebar.php:3591 1154 1187 msgid "Type of HTML tag for post title" 1155 1188 msgstr "" 1156 1189 1157 #: includes/class-pis-posts-in-sidebar.php:3 5501190 #: includes/class-pis-posts-in-sidebar.php:3602 1158 1191 msgid "The text of the post" 1159 1192 msgstr "" 1160 1193 1161 #: includes/class-pis-posts-in-sidebar.php:3 5551194 #: includes/class-pis-posts-in-sidebar.php:3607 1162 1195 msgid "Display this type of text" 1163 1196 msgstr "" 1164 1197 1165 1198 #. translators: there is some code. 1166 #: includes/class-pis-posts-in-sidebar.php:3 5611199 #: includes/class-pis-posts-in-sidebar.php:3613 1167 1200 msgid "For more information regarding these types of text, please see %1$shere%2$s." 1168 1201 msgstr "" 1169 1202 1170 #: includes/class-pis-posts-in-sidebar.php:3 5681203 #: includes/class-pis-posts-in-sidebar.php:3620 1171 1204 msgid "The WordPress generated excerpt length will be" 1172 1205 msgstr "" 1173 1206 1174 #: includes/class-pis-posts-in-sidebar.php:3 5791207 #: includes/class-pis-posts-in-sidebar.php:3631 1175 1208 msgid "Excerpt length unit" 1176 1209 msgstr "" 1177 1210 1178 #: includes/class-pis-posts-in-sidebar.php:3 5901211 #: includes/class-pis-posts-in-sidebar.php:3642 1179 1212 msgid "Use this text for More link" 1180 1213 msgstr "" 1181 1214 1182 #: includes/class-pis-posts-in-sidebar.php:3 5941215 #: includes/class-pis-posts-in-sidebar.php:3646 1183 1216 #: includes/pis-functions-display.php:569 1184 1217 #: includes/pis-functions-general.php:303 … … 1186 1219 msgstr "" 1187 1220 1188 #: includes/class-pis-posts-in-sidebar.php:3 5951221 #: includes/class-pis-posts-in-sidebar.php:3647 1189 1222 msgid "The \"Read more\" text will be automatically hidden if the length of the WordPress-generated excerpt is smaller than or equal to the user-defined length." 1190 1223 msgstr "" 1191 1224 1192 #: includes/class-pis-posts-in-sidebar.php:36 021225 #: includes/class-pis-posts-in-sidebar.php:3654 1193 1226 msgid "Display an arrow after the text of the post" 1194 1227 msgstr "" 1195 1228 1196 #: includes/class-pis-posts-in-sidebar.php:36 171229 #: includes/class-pis-posts-in-sidebar.php:3669 1197 1230 msgid "The featured image of the post" 1198 1231 msgstr "" 1199 1232 1200 #: includes/class-pis-posts-in-sidebar.php:36 261233 #: includes/class-pis-posts-in-sidebar.php:3678 1201 1234 msgid "Your theme does not support the Post Thumbnail feature. No image will be displayed." 1202 1235 msgstr "" 1203 1236 1204 #: includes/class-pis-posts-in-sidebar.php:36 321237 #: includes/class-pis-posts-in-sidebar.php:3684 1205 1238 msgid "Display the featured image of the post" 1206 1239 msgstr "" 1207 1240 1208 #: includes/class-pis-posts-in-sidebar.php:36 421241 #: includes/class-pis-posts-in-sidebar.php:3694 1209 1242 msgid "The size of the thumbnail will be" 1210 1243 msgstr "" 1211 1244 1212 #: includes/class-pis-posts-in-sidebar.php:3 6531245 #: includes/class-pis-posts-in-sidebar.php:3705 1213 1246 msgid "Align the image to" 1214 1247 msgstr "" 1215 1248 1216 1249 #. translators: there is some code. 1217 #: includes/class-pis-posts-in-sidebar.php:3 6651250 #: includes/class-pis-posts-in-sidebar.php:3717 1218 1251 msgid "Note that in order to use image sizes different from the WordPress standards, add them to your theme's %3$sfunctions.php%4$s file. See the %1$sCodex%2$s for further information." 1219 1252 msgstr "" 1220 1253 1221 1254 #. translators: there is some code. 1222 #: includes/class-pis-posts-in-sidebar.php:3 6751255 #: includes/class-pis-posts-in-sidebar.php:3727 1223 1256 msgid "You can also use %1$sa plugin%2$s that could help you in doing it." 1224 1257 msgstr "" 1225 1258 1226 #: includes/class-pis-posts-in-sidebar.php:3 6861259 #: includes/class-pis-posts-in-sidebar.php:3738 1227 1260 msgid "The link of the featured image" 1228 1261 msgstr "" 1229 1262 1230 #: includes/class-pis-posts-in-sidebar.php:3 6911263 #: includes/class-pis-posts-in-sidebar.php:3743 1231 1264 msgid "Link the image to the post" 1232 1265 msgstr "" 1233 1266 1234 #: includes/class-pis-posts-in-sidebar.php:3 6951267 #: includes/class-pis-posts-in-sidebar.php:3747 1235 1268 msgid "If activated, the image will be linked to the post. If you want to change the link, enter another URL in the box below." 1236 1269 msgstr "" 1237 1270 1238 #: includes/class-pis-posts-in-sidebar.php:37 021271 #: includes/class-pis-posts-in-sidebar.php:3754 1239 1272 msgid "Link the image to this URL" 1240 1273 msgstr "" 1241 1274 1242 #: includes/class-pis-posts-in-sidebar.php:37 071275 #: includes/class-pis-posts-in-sidebar.php:3759 1243 1276 msgid "By default the featured image is linked to the post. Use this field to link the image to a URL of your choice. Please, note that every featured image of this widget will be linked to the same URL." 1244 1277 msgstr "" 1245 1278 1246 #: includes/class-pis-posts-in-sidebar.php:37 111279 #: includes/class-pis-posts-in-sidebar.php:3763 1247 1280 msgid "Custom featured image" 1248 1281 msgstr "" 1249 1282 1250 #: includes/class-pis-posts-in-sidebar.php:37 161283 #: includes/class-pis-posts-in-sidebar.php:3768 1251 1284 msgid "Use this image instead of the standard featured image" 1252 1285 msgstr "" 1253 1286 1254 #: includes/class-pis-posts-in-sidebar.php:37 211287 #: includes/class-pis-posts-in-sidebar.php:3773 1255 1288 msgid "Paste here the URL of the image. Note that the same image will be used for all the posts in the widget, unless you activate the checkbox below." 1256 1289 msgstr "" 1257 1290 1258 #: includes/class-pis-posts-in-sidebar.php:37 281291 #: includes/class-pis-posts-in-sidebar.php:3780 1259 1292 msgid "Use custom image URL only if the post has not a featured image." 1260 1293 msgstr "" 1261 1294 1262 #: includes/class-pis-posts-in-sidebar.php:37 411263 #: includes/class-pis-posts-in-sidebar.php:41 091264 #: includes/class-pis-posts-in-sidebar.php:4 2811265 #: includes/class-pis-posts-in-sidebar.php:43 111266 #: includes/class-pis-posts-in-sidebar.php:43 411267 #: includes/class-pis-posts-in-sidebar.php:4 4821295 #: includes/class-pis-posts-in-sidebar.php:3793 1296 #: includes/class-pis-posts-in-sidebar.php:4161 1297 #: includes/class-pis-posts-in-sidebar.php:4333 1298 #: includes/class-pis-posts-in-sidebar.php:4363 1299 #: includes/class-pis-posts-in-sidebar.php:4393 1300 #: includes/class-pis-posts-in-sidebar.php:4534 1268 1301 msgid "Move this section" 1269 1302 msgstr "" 1270 1303 1271 #: includes/class-pis-posts-in-sidebar.php:37 461272 #: includes/class-pis-posts-in-sidebar.php:41 141273 #: includes/class-pis-posts-in-sidebar.php:4 4871304 #: includes/class-pis-posts-in-sidebar.php:3798 1305 #: includes/class-pis-posts-in-sidebar.php:4166 1306 #: includes/class-pis-posts-in-sidebar.php:4539 1274 1307 msgid "Display this section before the title of the post" 1275 1308 msgstr "" 1276 1309 1277 #: includes/class-pis-posts-in-sidebar.php:3 7611310 #: includes/class-pis-posts-in-sidebar.php:3813 1278 1311 msgid "Author, date/time and comments" 1279 1312 msgstr "" 1280 1313 1281 #: includes/class-pis-posts-in-sidebar.php:3 7691314 #: includes/class-pis-posts-in-sidebar.php:3821 1282 1315 #: includes/pis-select-options.php:155 1283 1316 #: includes/pis-select-options.php:232 … … 1286 1319 msgstr "" 1287 1320 1288 #: includes/class-pis-posts-in-sidebar.php:3 7741321 #: includes/class-pis-posts-in-sidebar.php:3826 1289 1322 msgid "Display the author of the post" 1290 1323 msgstr "" 1291 1324 1292 #: includes/class-pis-posts-in-sidebar.php:3 7841325 #: includes/class-pis-posts-in-sidebar.php:3836 1293 1326 msgid "Use this text before author's name" 1294 1327 msgstr "" 1295 1328 1296 #: includes/class-pis-posts-in-sidebar.php:3 7881329 #: includes/class-pis-posts-in-sidebar.php:3840 1297 1330 #: includes/pis-functions-display.php:728 1298 1331 #: includes/pis-functions-general.php:308 … … 1300 1333 msgstr "" 1301 1334 1302 #: includes/class-pis-posts-in-sidebar.php:3 7951335 #: includes/class-pis-posts-in-sidebar.php:3847 1303 1336 msgid "Link the author to his archive" 1304 1337 msgstr "" 1305 1338 1306 #: includes/class-pis-posts-in-sidebar.php:38 061339 #: includes/class-pis-posts-in-sidebar.php:3858 1307 1340 #: includes/pis-select-options.php:171 1308 1341 #: includes/pis-select-options.php:248 … … 1310 1343 msgstr "" 1311 1344 1312 #: includes/class-pis-posts-in-sidebar.php:38 111345 #: includes/class-pis-posts-in-sidebar.php:3863 1313 1346 msgid "Display the date of the post" 1314 1347 msgstr "" 1315 1348 1316 #: includes/class-pis-posts-in-sidebar.php:38 211349 #: includes/class-pis-posts-in-sidebar.php:3873 1317 1350 msgid "Use this text before date" 1318 1351 msgstr "" 1319 1352 1320 #: includes/class-pis-posts-in-sidebar.php:38 251353 #: includes/class-pis-posts-in-sidebar.php:3877 1321 1354 #: includes/pis-functions-display.php:731 1322 1355 #: includes/pis-functions-general.php:315 … … 1324 1357 msgstr "" 1325 1358 1326 #: includes/class-pis-posts-in-sidebar.php:38 321359 #: includes/class-pis-posts-in-sidebar.php:3884 1327 1360 msgid "Link the date to the post" 1328 1361 msgstr "" 1329 1362 1330 #: includes/class-pis-posts-in-sidebar.php:38 421363 #: includes/class-pis-posts-in-sidebar.php:3894 1331 1364 msgid "Display the time of the post" 1332 1365 msgstr "" 1333 1366 1334 #: includes/class-pis-posts-in-sidebar.php:3 8531367 #: includes/class-pis-posts-in-sidebar.php:3905 1335 1368 msgid "Comments" 1336 1369 msgstr "" 1337 1370 1338 #: includes/class-pis-posts-in-sidebar.php:3 8581371 #: includes/class-pis-posts-in-sidebar.php:3910 1339 1372 msgid "Display the number of comments" 1340 1373 msgstr "" 1341 1374 1342 #: includes/class-pis-posts-in-sidebar.php:3 8681375 #: includes/class-pis-posts-in-sidebar.php:3920 1343 1376 msgid "Use this text before comments" 1344 1377 msgstr "" 1345 1378 1346 #: includes/class-pis-posts-in-sidebar.php:3 8721379 #: includes/class-pis-posts-in-sidebar.php:3924 1347 1380 #: includes/pis-functions-display.php:735 1348 1381 #: includes/pis-functions-general.php:327 … … 1350 1383 msgstr "" 1351 1384 1352 #: includes/class-pis-posts-in-sidebar.php:3 8791385 #: includes/class-pis-posts-in-sidebar.php:3931 1353 1386 msgid "Link the comments to post's comments" 1354 1387 msgstr "" 1355 1388 1356 #: includes/class-pis-posts-in-sidebar.php:3 8891389 #: includes/class-pis-posts-in-sidebar.php:3941 1357 1390 msgid "Display the number of comments only" 1358 1391 msgstr "" 1359 1392 1360 #: includes/class-pis-posts-in-sidebar.php:39 071393 #: includes/class-pis-posts-in-sidebar.php:3959 1361 1394 msgid "Display author's Gravatar" 1362 1395 msgstr "" 1363 1396 1364 #: includes/class-pis-posts-in-sidebar.php:39 191397 #: includes/class-pis-posts-in-sidebar.php:3971 1365 1398 msgid "Gravatar size" 1366 1399 msgstr "" 1367 1400 1368 #: includes/class-pis-posts-in-sidebar.php:39 301401 #: includes/class-pis-posts-in-sidebar.php:3982 1369 1402 msgid "URL of the default Gravatar image" 1370 1403 msgstr "" 1371 1404 1372 #: includes/class-pis-posts-in-sidebar.php:39 411405 #: includes/class-pis-posts-in-sidebar.php:3993 1373 1406 msgid "Gravatar position" 1374 1407 msgstr "" 1375 1408 1376 #: includes/class-pis-posts-in-sidebar.php: 39561409 #: includes/class-pis-posts-in-sidebar.php:4008 1377 1410 msgid "Display the modification date of the post" 1378 1411 msgstr "" 1379 1412 1380 #: includes/class-pis-posts-in-sidebar.php: 39661413 #: includes/class-pis-posts-in-sidebar.php:4018 1381 1414 msgid "Use this text before modification date" 1382 1415 msgstr "" 1383 1416 1384 #: includes/class-pis-posts-in-sidebar.php: 39701417 #: includes/class-pis-posts-in-sidebar.php:4022 1385 1418 #: includes/pis-functions-display.php:733 1386 1419 #: includes/pis-functions-general.php:321 … … 1388 1421 msgstr "" 1389 1422 1390 #: includes/class-pis-posts-in-sidebar.php: 39771423 #: includes/class-pis-posts-in-sidebar.php:4029 1391 1424 msgid "Link the modification date to the post" 1392 1425 msgstr "" 1393 1426 1394 #: includes/class-pis-posts-in-sidebar.php: 39871427 #: includes/class-pis-posts-in-sidebar.php:4039 1395 1428 msgid "Display the modification time of the post" 1396 1429 msgstr "" 1397 1430 1398 #: includes/class-pis-posts-in-sidebar.php:40 011431 #: includes/class-pis-posts-in-sidebar.php:4053 1399 1432 msgid "Hide the comments section if there is no comment" 1400 1433 msgstr "" 1401 1434 1402 #: includes/class-pis-posts-in-sidebar.php:40 111435 #: includes/class-pis-posts-in-sidebar.php:4063 1403 1436 msgid "Use this separator between author, date/time and comments" 1404 1437 msgstr "" 1405 1438 1406 #: includes/class-pis-posts-in-sidebar.php:40 161439 #: includes/class-pis-posts-in-sidebar.php:4068 1407 1440 msgid "A space will be added before and after the separator." 1408 1441 msgstr "" 1409 1442 1410 #: includes/class-pis-posts-in-sidebar.php:40 261443 #: includes/class-pis-posts-in-sidebar.php:4078 1411 1444 msgid "Date and time formatting" 1412 1445 msgstr "" 1413 1446 1414 #: includes/class-pis-posts-in-sidebar.php:40 301447 #: includes/class-pis-posts-in-sidebar.php:4082 1415 1448 msgid "In these fields you can define the format of date and time for this widget." 1416 1449 msgstr "" 1417 1450 1418 #: includes/class-pis-posts-in-sidebar.php:40 321451 #: includes/class-pis-posts-in-sidebar.php:4084 1419 1452 msgid "If you leave these fields blank, the widget will use the format as defined in the Settings page of WordPress." 1420 1453 msgstr "" 1421 1454 1422 #: includes/class-pis-posts-in-sidebar.php:40 341455 #: includes/class-pis-posts-in-sidebar.php:4086 1423 1456 msgid "It's not necessary to fill all the fields, but only those you want to change." 1424 1457 msgstr "" 1425 1458 1426 1459 #. translators: The link to date and time formatting in WordPress documentation. 1427 #: includes/class-pis-posts-in-sidebar.php:40 421460 #: includes/class-pis-posts-in-sidebar.php:4094 1428 1461 msgid "For more information about date and time formatting see the %1$sWordPress documentation%2$s." 1429 1462 msgstr "" 1430 1463 1431 #: includes/class-pis-posts-in-sidebar.php:4 0561464 #: includes/class-pis-posts-in-sidebar.php:4108 1432 1465 msgid "Date format" 1433 1466 msgstr "" 1434 1467 1435 #: includes/class-pis-posts-in-sidebar.php:4 0671468 #: includes/class-pis-posts-in-sidebar.php:4119 1436 1469 msgid "Time format" 1437 1470 msgstr "" 1438 1471 1439 #: includes/class-pis-posts-in-sidebar.php:4 0821472 #: includes/class-pis-posts-in-sidebar.php:4134 1440 1473 msgid "Modification date format" 1441 1474 msgstr "" 1442 1475 1443 #: includes/class-pis-posts-in-sidebar.php:4 0931476 #: includes/class-pis-posts-in-sidebar.php:4145 1444 1477 msgid "Modification time format" 1445 1478 msgstr "" 1446 1479 1447 #: includes/class-pis-posts-in-sidebar.php:41 241448 #: includes/class-pis-posts-in-sidebar.php:4 4971480 #: includes/class-pis-posts-in-sidebar.php:4176 1481 #: includes/class-pis-posts-in-sidebar.php:4549 1449 1482 msgid "Display this section after the title of the post" 1450 1483 msgstr "" 1451 1484 1452 #: includes/class-pis-posts-in-sidebar.php:41 391485 #: includes/class-pis-posts-in-sidebar.php:4191 1453 1486 msgid "Taxonomies" 1454 1487 msgstr "" 1455 1488 1456 #: includes/class-pis-posts-in-sidebar.php:41 471489 #: includes/class-pis-posts-in-sidebar.php:4199 1457 1490 msgid "Categories" 1458 1491 msgstr "" 1459 1492 1460 #: includes/class-pis-posts-in-sidebar.php:4 1521493 #: includes/class-pis-posts-in-sidebar.php:4204 1461 1494 msgid "Show the categories" 1462 1495 msgstr "" 1463 1496 1464 #: includes/class-pis-posts-in-sidebar.php:4 1621497 #: includes/class-pis-posts-in-sidebar.php:4214 1465 1498 msgid "Use this text before categories list" 1466 1499 msgstr "" 1467 1500 1468 #: includes/class-pis-posts-in-sidebar.php:4 1661501 #: includes/class-pis-posts-in-sidebar.php:4218 1469 1502 #: includes/pis-functions-display.php:160 1470 1503 #: includes/pis-functions-general.php:337 … … 1472 1505 msgstr "" 1473 1506 1474 #: includes/class-pis-posts-in-sidebar.php:4 1731507 #: includes/class-pis-posts-in-sidebar.php:4225 1475 1508 msgid "Use this separator between categories" 1476 1509 msgstr "" 1477 1510 1478 #: includes/class-pis-posts-in-sidebar.php:4 1781479 #: includes/class-pis-posts-in-sidebar.php:42 281480 #: includes/class-pis-posts-in-sidebar.php:4 2671511 #: includes/class-pis-posts-in-sidebar.php:4230 1512 #: includes/class-pis-posts-in-sidebar.php:4280 1513 #: includes/class-pis-posts-in-sidebar.php:4319 1481 1514 msgid "A space will be added after the separator." 1482 1515 msgstr "" 1483 1516 1484 #: includes/class-pis-posts-in-sidebar.php:4 1861517 #: includes/class-pis-posts-in-sidebar.php:4238 1485 1518 msgid "Tags" 1486 1519 msgstr "" 1487 1520 1488 #: includes/class-pis-posts-in-sidebar.php:4 1911521 #: includes/class-pis-posts-in-sidebar.php:4243 1489 1522 msgid "Show the tags" 1490 1523 msgstr "" 1491 1524 1492 #: includes/class-pis-posts-in-sidebar.php:42 011525 #: includes/class-pis-posts-in-sidebar.php:4253 1493 1526 msgid "Use this text before tags list" 1494 1527 msgstr "" 1495 1528 1496 #: includes/class-pis-posts-in-sidebar.php:42 051529 #: includes/class-pis-posts-in-sidebar.php:4257 1497 1530 #: includes/pis-functions-display.php:225 1498 1531 #: includes/pis-functions-general.php:344 … … 1500 1533 msgstr "" 1501 1534 1502 #: includes/class-pis-posts-in-sidebar.php:42 121535 #: includes/class-pis-posts-in-sidebar.php:4264 1503 1536 msgid "Use this hashtag" 1504 1537 msgstr "" 1505 1538 1506 #: includes/class-pis-posts-in-sidebar.php:42 231539 #: includes/class-pis-posts-in-sidebar.php:4275 1507 1540 msgid "Use this separator between tags" 1508 1541 msgstr "" 1509 1542 1510 #: includes/class-pis-posts-in-sidebar.php:42 361543 #: includes/class-pis-posts-in-sidebar.php:4288 1511 1544 msgid "Custom taxonomies" 1512 1545 msgstr "" 1513 1546 1514 #: includes/class-pis-posts-in-sidebar.php:42 411547 #: includes/class-pis-posts-in-sidebar.php:4293 1515 1548 msgid "Show the custom taxonomies" 1516 1549 msgstr "" 1517 1550 1518 #: includes/class-pis-posts-in-sidebar.php:4 2511551 #: includes/class-pis-posts-in-sidebar.php:4303 1519 1552 msgid "Use this hashtag for terms" 1520 1553 msgstr "" 1521 1554 1522 #: includes/class-pis-posts-in-sidebar.php:4 2621555 #: includes/class-pis-posts-in-sidebar.php:4314 1523 1556 msgid "Use this separator between terms" 1524 1557 msgstr "" 1525 1558 1526 #: includes/class-pis-posts-in-sidebar.php:4 2861559 #: includes/class-pis-posts-in-sidebar.php:4338 1527 1560 msgid "Display the categories before the title of the post" 1528 1561 msgstr "" 1529 1562 1530 #: includes/class-pis-posts-in-sidebar.php:4 2961563 #: includes/class-pis-posts-in-sidebar.php:4348 1531 1564 msgid "Display the categories after the title of the post" 1532 1565 msgstr "" 1533 1566 1534 #: includes/class-pis-posts-in-sidebar.php:43 161567 #: includes/class-pis-posts-in-sidebar.php:4368 1535 1568 msgid "Display the tags before the title of the post" 1536 1569 msgstr "" 1537 1570 1538 #: includes/class-pis-posts-in-sidebar.php:43 261571 #: includes/class-pis-posts-in-sidebar.php:4378 1539 1572 msgid "Display the tags after the title of the post" 1540 1573 msgstr "" 1541 1574 1542 #: includes/class-pis-posts-in-sidebar.php:43 461575 #: includes/class-pis-posts-in-sidebar.php:4398 1543 1576 msgid "Display the custom taxonomies before the title of the post" 1544 1577 msgstr "" 1545 1578 1546 #: includes/class-pis-posts-in-sidebar.php:4 3561579 #: includes/class-pis-posts-in-sidebar.php:4408 1547 1580 msgid "Display the custom taxonomies after the title of the post" 1548 1581 msgstr "" 1549 1582 1550 #: includes/class-pis-posts-in-sidebar.php:4 3751583 #: includes/class-pis-posts-in-sidebar.php:4427 1551 1584 msgid "The custom fields" 1552 1585 msgstr "" 1553 1586 1554 #: includes/class-pis-posts-in-sidebar.php:4 3831587 #: includes/class-pis-posts-in-sidebar.php:4435 1555 1588 msgid "Display all the custom fields" 1556 1589 msgstr "" 1557 1590 1558 #: includes/class-pis-posts-in-sidebar.php:4 3881591 #: includes/class-pis-posts-in-sidebar.php:4440 1559 1592 msgid "Display all the custom fields of the post" 1560 1593 msgstr "" 1561 1594 1562 #: includes/class-pis-posts-in-sidebar.php:4 3991595 #: includes/class-pis-posts-in-sidebar.php:4451 1563 1596 msgid "Display a single custom field" 1564 1597 msgstr "" 1565 1598 1566 #: includes/class-pis-posts-in-sidebar.php:44 041599 #: includes/class-pis-posts-in-sidebar.php:4456 1567 1600 msgid "Display the custom field of the post" 1568 1601 msgstr "" 1569 1602 1570 #: includes/class-pis-posts-in-sidebar.php:44 141603 #: includes/class-pis-posts-in-sidebar.php:4466 1571 1604 msgid "Display this custom field" 1572 1605 msgstr "" 1573 1606 1574 #: includes/class-pis-posts-in-sidebar.php:44 291607 #: includes/class-pis-posts-in-sidebar.php:4481 1575 1608 msgid "Use this text before the custom field" 1576 1609 msgstr "" 1577 1610 1578 #: includes/class-pis-posts-in-sidebar.php:44 331611 #: includes/class-pis-posts-in-sidebar.php:4485 1579 1612 msgid "Custom field:" 1580 1613 msgstr "" 1581 1614 1582 #: includes/class-pis-posts-in-sidebar.php:44 401615 #: includes/class-pis-posts-in-sidebar.php:4492 1583 1616 msgid "The custom field content length will be (in characters)" 1584 1617 msgstr "" 1585 1618 1586 #: includes/class-pis-posts-in-sidebar.php:4 4511619 #: includes/class-pis-posts-in-sidebar.php:4503 1587 1620 msgid "Use this text for horizontal ellipsis" 1588 1621 msgstr "" 1589 1622 1590 #: includes/class-pis-posts-in-sidebar.php:4 4621623 #: includes/class-pis-posts-in-sidebar.php:4514 1591 1624 msgid "Also display the key of the custom field" 1592 1625 msgstr "" 1593 1626 1594 #: includes/class-pis-posts-in-sidebar.php:4 4721627 #: includes/class-pis-posts-in-sidebar.php:4524 1595 1628 msgid "Use this separator between meta key and value" 1596 1629 msgstr "" 1597 1630 1598 #: includes/class-pis-posts-in-sidebar.php:45 121631 #: includes/class-pis-posts-in-sidebar.php:4564 1599 1632 msgid "The link to the archive" 1600 1633 msgstr "" 1601 1634 1602 #: includes/class-pis-posts-in-sidebar.php:45 231635 #: includes/class-pis-posts-in-sidebar.php:4575 1603 1636 msgid "Display the link to the taxonomy archive" 1604 1637 msgstr "" 1605 1638 1606 #: includes/class-pis-posts-in-sidebar.php:45 331639 #: includes/class-pis-posts-in-sidebar.php:4585 1607 1640 msgid "Link to the archive of" 1608 1641 msgstr "" 1609 1642 1610 #: includes/class-pis-posts-in-sidebar.php:45 471643 #: includes/class-pis-posts-in-sidebar.php:4599 1611 1644 msgid "Taxonomy name" 1612 1645 msgstr "" 1613 1646 1614 #: includes/class-pis-posts-in-sidebar.php:4 5511647 #: includes/class-pis-posts-in-sidebar.php:4603 1615 1648 msgid "genre" 1616 1649 msgstr "" 1617 1650 1618 1651 #. translators: %s contains some code. 1619 #: includes/class-pis-posts-in-sidebar.php:4 5541652 #: includes/class-pis-posts-in-sidebar.php:4606 1620 1653 msgid "Enter the term name of the custom taxonomy (e.g., %1$sgenre%2$s). %3$sUse this field only if you selected \"Custom taxonomy\" in the \"Link to the archive of\" dropdown menu.%4$s" 1621 1654 msgstr "" 1622 1655 1623 #: includes/class-pis-posts-in-sidebar.php:4 5761656 #: includes/class-pis-posts-in-sidebar.php:4628 1624 1657 msgid "Taxonomy term name" 1625 1658 msgstr "" 1626 1659 1627 #: includes/class-pis-posts-in-sidebar.php:4 5801660 #: includes/class-pis-posts-in-sidebar.php:4632 1628 1661 msgid "science" 1629 1662 msgstr "" 1630 1663 1631 1664 #. translators: %s contains some code. 1632 #: includes/class-pis-posts-in-sidebar.php:4 5831665 #: includes/class-pis-posts-in-sidebar.php:4635 1633 1666 msgid "Enter the name of the taxonomy term (e.g., %1$sscience%2$s if the taxonomy is \"genre\").%3$sIf you selected \"Author\" in \"Link to the archive of\" field, enter the author slug; if you selected \"Category\", enter the category slug, and so on." 1634 1667 msgstr "" 1635 1668 1636 #: includes/class-pis-posts-in-sidebar.php:4 5981669 #: includes/class-pis-posts-in-sidebar.php:4650 1637 1670 msgid "Enable dynamic link in single posts and archive pages" 1638 1671 msgstr "" 1639 1672 1640 #: includes/class-pis-posts-in-sidebar.php:46 021673 #: includes/class-pis-posts-in-sidebar.php:4654 1641 1674 msgid "When activated, this function will get the term name automatically in single posts and archive pages. The only required option is the field \"Link to the archive of\". If activated, the content of the field \"Taxonomy term name\" will be ignored in single posts and archive pages. This option will not work on post formats archives." 1642 1675 msgstr "" 1643 1676 1644 #: includes/class-pis-posts-in-sidebar.php:46 141677 #: includes/class-pis-posts-in-sidebar.php:4666 1645 1678 msgid "Use this text for archive link" 1646 1679 msgstr "" 1647 1680 1648 1681 #. translators: %s is the name of the taxonomy for the archive page link. 1649 #: includes/class-pis-posts-in-sidebar.php:46 191682 #: includes/class-pis-posts-in-sidebar.php:4671 1650 1683 #: includes/pis-functions-general.php:376 1651 1684 msgid "Display all posts under %s" … … 1653 1686 1654 1687 #. translators: %s contains some code. 1655 #: includes/class-pis-posts-in-sidebar.php:46 221688 #: includes/class-pis-posts-in-sidebar.php:4674 1656 1689 msgid "Use %s to display the taxonomy term name." 1657 1690 msgstr "" 1658 1691 1659 #: includes/class-pis-posts-in-sidebar.php:46 341692 #: includes/class-pis-posts-in-sidebar.php:4686 1660 1693 msgid "When no posts are found" 1661 1694 msgstr "" 1662 1695 1663 #: includes/class-pis-posts-in-sidebar.php:46 421696 #: includes/class-pis-posts-in-sidebar.php:4694 1664 1697 msgid "Use this text when there are no posts" 1665 1698 msgstr "" 1666 1699 1667 #: includes/class-pis-posts-in-sidebar.php:46 461700 #: includes/class-pis-posts-in-sidebar.php:4698 1668 1701 #: includes/pis-functions-general.php:379 1669 1702 msgid "No posts yet." 1670 1703 msgstr "" 1671 1704 1672 #: includes/class-pis-posts-in-sidebar.php:4 6531705 #: includes/class-pis-posts-in-sidebar.php:4705 1673 1706 msgid "Completely hide the widget if no posts are found" 1674 1707 msgstr "" 1675 1708 1676 #: includes/class-pis-posts-in-sidebar.php:4 6711709 #: includes/class-pis-posts-in-sidebar.php:4723 1677 1710 msgid "Styles" 1678 1711 msgstr "" 1679 1712 1680 #: includes/class-pis-posts-in-sidebar.php:4 6751713 #: includes/class-pis-posts-in-sidebar.php:4727 1681 1714 msgid "This section defines the margin for each line of the widget. Leave blank if you don't want to add any local style." 1682 1715 msgstr "" 1683 1716 1684 #: includes/class-pis-posts-in-sidebar.php:4 6841717 #: includes/class-pis-posts-in-sidebar.php:4736 1685 1718 msgid "Unit for margins" 1686 1719 msgstr "" 1687 1720 1688 1721 #. translators: %s contains some code. 1689 #: includes/class-pis-posts-in-sidebar.php:4 6981722 #: includes/class-pis-posts-in-sidebar.php:4750 1690 1723 msgid "Enter here only the value without any unit, e.g. enter %1$s if you want a space of 10px or enter %2$s if you don't want any space." 1691 1724 msgstr "" 1692 1725 1693 #: includes/class-pis-posts-in-sidebar.php:47 121726 #: includes/class-pis-posts-in-sidebar.php:4764 1694 1727 msgid "Introduction bottom margin" 1695 1728 msgstr "" 1696 1729 1697 #: includes/class-pis-posts-in-sidebar.php:47 131730 #: includes/class-pis-posts-in-sidebar.php:4765 1698 1731 msgid "Title bottom margin" 1699 1732 msgstr "" 1700 1733 1701 #: includes/class-pis-posts-in-sidebar.php:47 141734 #: includes/class-pis-posts-in-sidebar.php:4766 1702 1735 msgid "Image left & right margin" 1703 1736 msgstr "" 1704 1737 1705 #: includes/class-pis-posts-in-sidebar.php:47 151738 #: includes/class-pis-posts-in-sidebar.php:4767 1706 1739 msgid "Image bottom margin" 1707 1740 msgstr "" 1708 1741 1709 #: includes/class-pis-posts-in-sidebar.php:47 191742 #: includes/class-pis-posts-in-sidebar.php:4771 1710 1743 msgid "Excerpt bottom margin" 1711 1744 msgstr "" 1712 1745 1713 #: includes/class-pis-posts-in-sidebar.php:47 201746 #: includes/class-pis-posts-in-sidebar.php:4772 1714 1747 msgid "Utility bottom margin" 1715 1748 msgstr "" 1716 1749 1717 #: includes/class-pis-posts-in-sidebar.php:47 211750 #: includes/class-pis-posts-in-sidebar.php:4773 1718 1751 msgid "Categories bottom margin" 1719 1752 msgstr "" 1720 1753 1721 #: includes/class-pis-posts-in-sidebar.php:47 221754 #: includes/class-pis-posts-in-sidebar.php:4774 1722 1755 msgid "Tags bottom margin" 1723 1756 msgstr "" 1724 1757 1725 #: includes/class-pis-posts-in-sidebar.php:47 261758 #: includes/class-pis-posts-in-sidebar.php:4778 1726 1759 msgid "Terms bottom margin" 1727 1760 msgstr "" 1728 1761 1729 #: includes/class-pis-posts-in-sidebar.php:47 271762 #: includes/class-pis-posts-in-sidebar.php:4779 1730 1763 msgid "Custom field bottom margin" 1731 1764 msgstr "" 1732 1765 1733 #: includes/class-pis-posts-in-sidebar.php:47 281766 #: includes/class-pis-posts-in-sidebar.php:4780 1734 1767 msgid "Archive bottom margin" 1735 1768 msgstr "" 1736 1769 1737 #: includes/class-pis-posts-in-sidebar.php:47 291770 #: includes/class-pis-posts-in-sidebar.php:4781 1738 1771 msgid "No-posts bottom margin" 1739 1772 msgstr "" 1740 1773 1741 #: includes/class-pis-posts-in-sidebar.php:47 371742 #: includes/class-pis-posts-in-sidebar.php:4 7701774 #: includes/class-pis-posts-in-sidebar.php:4789 1775 #: includes/class-pis-posts-in-sidebar.php:4822 1743 1776 msgid "Custom styles" 1744 1777 msgstr "" 1745 1778 1746 1779 #. translators: %s contains some code. 1747 #: includes/class-pis-posts-in-sidebar.php:47 451780 #: includes/class-pis-posts-in-sidebar.php:4797 1748 1781 msgid "In this field you can add your own styles, for example: %s" 1749 1782 msgstr "" 1750 1783 1751 1784 #. translators: %s contains some code. 1752 #: includes/class-pis-posts-in-sidebar.php:4 7531785 #: includes/class-pis-posts-in-sidebar.php:4805 1753 1786 msgid "To apply a style only to elements of this widget, prefix every style with this ID selector: %s" 1754 1787 msgstr "" 1755 1788 1756 1789 #. translators: %s contains some code. 1757 #: includes/class-pis-posts-in-sidebar.php:4 7611790 #: includes/class-pis-posts-in-sidebar.php:4813 1758 1791 msgid "For example: %s" 1759 1792 msgstr "" 1760 1793 1761 #: includes/class-pis-posts-in-sidebar.php:4 7741794 #: includes/class-pis-posts-in-sidebar.php:4826 1762 1795 msgid "Enter here your CSS styles" 1763 1796 msgstr "" 1764 1797 1765 #: includes/class-pis-posts-in-sidebar.php:4 7861798 #: includes/class-pis-posts-in-sidebar.php:4838 1766 1799 msgid "Extras" 1767 1800 msgstr "" 1768 1801 1769 #: includes/class-pis-posts-in-sidebar.php:4 7931802 #: includes/class-pis-posts-in-sidebar.php:4845 1770 1803 msgid "Add a global container with this CSS class" 1771 1804 msgstr "" 1772 1805 1773 1806 #. translators: %s contains some code. 1774 #: includes/class-pis-posts-in-sidebar.php:48 001807 #: includes/class-pis-posts-in-sidebar.php:4852 1775 1808 msgid "Enter the name of your container (for example, %1$s). The plugin will add a new %2$s container with this class. You can enter only one class and the name may contain only letters, hyphens and underscores. The new container will enclose all the widget, from the widget title to the last line." 1776 1809 msgstr "" 1777 1810 1778 #: includes/class-pis-posts-in-sidebar.php:48 131811 #: includes/class-pis-posts-in-sidebar.php:4865 1779 1812 msgid "Use this type of list for the posts" 1780 1813 msgstr "" 1781 1814 1782 #: includes/class-pis-posts-in-sidebar.php:48 241815 #: includes/class-pis-posts-in-sidebar.php:4876 1783 1816 msgid "Try to remove the bullets and the extra left space from the list elements" 1784 1817 msgstr "" 1785 1818 1786 1819 #. translators: %s contains some code. 1787 #: includes/class-pis-posts-in-sidebar.php:48 301820 #: includes/class-pis-posts-in-sidebar.php:4882 1788 1821 msgid "If the plugin doesn't remove the bullets and/or the extra left space, you have to %1$sedit your CSS file%2$s manually." 1789 1822 msgstr "" 1790 1823 1791 #: includes/class-pis-posts-in-sidebar.php:48 401824 #: includes/class-pis-posts-in-sidebar.php:4892 1792 1825 msgid "Add the WordPress standard classes to the post in the widget" 1793 1826 msgstr "" 1794 1827 1795 1828 #. translators: %s contains some code. 1796 #: includes/class-pis-posts-in-sidebar.php:48 461829 #: includes/class-pis-posts-in-sidebar.php:4898 1797 1830 msgid "Every standard WordPress posts has a series of HTML classes, such as %s, and so on. Activating this option you can add these classes to the usual plugin's classes." 1798 1831 msgstr "" 1799 1832 1800 #: includes/class-pis-posts-in-sidebar.php:4 8631833 #: includes/class-pis-posts-in-sidebar.php:4915 1801 1834 msgid "Cache" 1802 1835 msgstr "" 1803 1836 1804 #: includes/class-pis-posts-in-sidebar.php:4 8741837 #: includes/class-pis-posts-in-sidebar.php:4926 1805 1838 msgid "Use a cache to serve the output" 1806 1839 msgstr "" 1807 1840 1808 #: includes/class-pis-posts-in-sidebar.php:4 8781841 #: includes/class-pis-posts-in-sidebar.php:4930 1809 1842 msgid "This option, if activated, will increase the performance but will show the same output during the defined cache time." 1810 1843 msgstr "" 1811 1844 1812 #: includes/class-pis-posts-in-sidebar.php:4 8921845 #: includes/class-pis-posts-in-sidebar.php:4944 1813 1846 msgid "The cache will be used for (in seconds)" 1814 1847 msgstr "" 1815 1848 1816 1849 #. translators: %s contains some code. 1817 #: includes/class-pis-posts-in-sidebar.php:4 8991850 #: includes/class-pis-posts-in-sidebar.php:4951 1818 1851 msgid "For example, %s for one hour of cache. To reset the cache, enter a value different from the previously saved." 1819 1852 msgstr "" 1820 1853 1821 #: includes/class-pis-posts-in-sidebar.php:49 151854 #: includes/class-pis-posts-in-sidebar.php:4967 1822 1855 msgid "Debugging" 1823 1856 msgstr "" 1824 1857 1825 1858 #. translators: %s contains the plugin version. 1826 #: includes/class-pis-posts-in-sidebar.php:49 231859 #: includes/class-pis-posts-in-sidebar.php:4975 1827 1860 msgid "You are using Posts in Sidebar version %s" 1828 1861 msgstr "" 1829 1862 1830 1863 #. translators: %s contains the widget id. 1831 #: includes/class-pis-posts-in-sidebar.php:49 331864 #: includes/class-pis-posts-in-sidebar.php:4985 1832 1865 msgid "The ID of this widget is: %s" 1833 1866 msgstr "" 1834 1867 1835 #: includes/class-pis-posts-in-sidebar.php:49 391868 #: includes/class-pis-posts-in-sidebar.php:4991 1836 1869 msgid "Use this options for debugging purposes only." 1837 1870 msgstr "" 1838 1871 1839 #: includes/class-pis-posts-in-sidebar.php:49 411872 #: includes/class-pis-posts-in-sidebar.php:4993 1840 1873 msgid "Deactivate the following option only if you want to display debugging information publicly on your site." 1841 1874 msgstr "" 1842 1875 1843 #: includes/class-pis-posts-in-sidebar.php:49 451876 #: includes/class-pis-posts-in-sidebar.php:4997 1844 1877 msgid "Display debugging information to admins only" 1845 1878 msgstr "" 1846 1879 1847 #: includes/class-pis-posts-in-sidebar.php: 49561880 #: includes/class-pis-posts-in-sidebar.php:5008 1848 1881 msgid "Display the query for the widget" 1849 1882 msgstr "" 1850 1883 1851 #: includes/class-pis-posts-in-sidebar.php: 49661884 #: includes/class-pis-posts-in-sidebar.php:5018 1852 1885 msgid "Display the complete set of parameters for the widget" 1853 1886 msgstr "" 1854 1887 1855 #: includes/class-pis-posts-in-sidebar.php: 49761888 #: includes/class-pis-posts-in-sidebar.php:5028 1856 1889 msgid "Display the ID of the post just before the post title" 1857 1890 msgstr "" 1858 1891 1859 1892 #. translators: %s contains the post ID as string. 1860 #: includes/class-pis-posts-in-sidebar.php: 49821893 #: includes/class-pis-posts-in-sidebar.php:5034 1861 1894 msgid "The ID will be displayed as %s." 1862 1895 msgstr "" 1863 1896 1864 #: includes/class-pis-posts-in-sidebar.php: 49941897 #: includes/class-pis-posts-in-sidebar.php:5046 1865 1898 msgid "Note for widget duplication" 1866 1899 msgstr "" 1867 1900 1868 #: includes/class-pis-posts-in-sidebar.php: 49981901 #: includes/class-pis-posts-in-sidebar.php:5050 1869 1902 msgid "When you duplicate the widget, please reload the page, so that you can open the panels in the duplicated widget." 1870 1903 msgstr "" -
posts-in-sidebar/tags/4.16.3/posts-in-sidebar.php
r2616008 r2622527 17 17 * Plugin URI: https://dev.aldolat.it/projects/posts-in-sidebar/ 18 18 * Description: Publish a list of posts in your sidebar 19 * Version: 4.16. 219 * Version: 4.16.3 20 20 * Author: Aldo Latino 21 21 * Author URI: https://www.aldolat.it/ … … 67 67 * Define the version of the plugin. 68 68 */ 69 define( 'PIS_VERSION', '4.16. 2' );69 define( 'PIS_VERSION', '4.16.3' ); 70 70 71 71 /* -
posts-in-sidebar/tags/4.16.3/readme.txt
r2616008 r2622527 5 5 Requires at least: 4.6 6 6 Tested up to: 5.8 7 Stable tag: 4.16. 27 Stable tag: 4.16.3 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 101 101 == Changelog == 102 102 103 = 4.16. 2=103 = 4.16.3 = 104 104 105 * Fixed displaying post ID to admins only. 106 107 = 4.16.1 = 108 109 * Added a new option in the Debug section for displaying the post ID just before the post title. 110 * Changed the comment for an option. 111 * Fixed i18n for a string. 105 * Changed admin UI in the "Getting posts" section. 112 106 113 107 The full changelog is documented in the changelog file released along with the plugin package and is hosted on [GitHub](https://github.com/aldolat/posts-in-sidebar/blob/master/CHANGELOG.md). -
posts-in-sidebar/trunk/CHANGELOG.md
r2616008 r2622527 7 7 8 8 ## [Unreleased] 9 10 ## [4.16.3] - 2021-10-31 11 ### Changed 12 * Changed admin UI in the "Getting posts" section. 9 13 10 14 ## [4.16.2] - 2021-10-18 … … 648 652 649 653 [Unreleased]: https://github.com/aldolat/posts-in-sidebar/commits/develop 654 [4.16.3]: https://github.com/aldolat/posts-in-sidebar/compare/4.16.2...4.16.3 650 655 [4.16.2]: https://github.com/aldolat/posts-in-sidebar/compare/4.16.1...4.16.2 651 656 [4.16.1]: https://github.com/aldolat/posts-in-sidebar/compare/4.16.0...4.16.1 -
posts-in-sidebar/trunk/README.md
r2616008 r2622527 8 8 **Requires at least:** 4.6 9 9 **Tested up to:** 5.8 10 **Stable tag:** 4.16. 210 **Stable tag:** 4.16.3 11 11 **License:** GPLv3 or later 12 12 **License URI:** <https://www.gnu.org/licenses/gpl-3.0.html> … … 116 116 ## Changelog 117 117 118 ### 4.16. 2118 ### 4.16.3 119 119 120 * Fixed displaying post ID to admins only.120 * Changed admin UI in the "Getting posts" section. 121 121 122 122 The full changelog is documented in the changelog file released along with the plugin package and is hosted on [GitHub](https://github.com/aldolat/posts-in-sidebar/blob/master/CHANGELOG.md). -
posts-in-sidebar/trunk/assets/pis-admin.css
r1934547 r2622527 161 161 margin-top: 1em; 162 162 } 163 .pis-container h5.pis-simple-title { 164 margin-bottom: 0; 165 border-top: 1px solid #ccc; 166 padding-top: 1em; 167 } 163 168 164 169 /* -
posts-in-sidebar/trunk/changelog.txt
r2616008 r2622527 1 1 == Changelog == 2 3 = 4.16.3 = 4 5 * Changed admin UI in the "Getting posts" section. 2 6 3 7 = 4.16.2 = -
posts-in-sidebar/trunk/includes/class-pis-posts-in-sidebar.php
r2615427 r2622527 850 850 <div class="pis-section"> 851 851 852 <div class="pis-column-container"> 852 <h5 class="pis-simple-title"><?php esc_html_e( 'Post type', 'posts-in-sidebar' ); ?></h5> 853 854 <div class="pis-column-container pis-2col"> 853 855 854 856 <div class="pis-column"> 855 856 857 <?php 857 858 // ================= Post types. … … 865 866 ); 866 867 ?> 867 868 </div> 869 870 <div class="pis-column"> 868 871 <?php 869 872 // ================= Multiple post types … … 877 880 ); 878 881 ?> 879 882 </div> 883 884 </div> 885 886 <div class="pis-column-container pis-2col"> 887 888 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by IDs', 'posts-in-sidebar' ); ?></h5> 889 890 <div class="pis-column"> 880 891 <?php 881 892 // ================= Posts ID 882 893 pis_form_input_text( 883 esc_html__( 'Get these posts exactly', 'posts-in-sidebar' ),894 esc_html__( 'Get posts with these IDs', 'posts-in-sidebar' ), 884 895 $this->get_field_id( 'posts_id' ), 885 896 $this->get_field_name( 'posts_id' ), … … 889 900 ); 890 901 ?> 891 892 902 </div> 893 903 894 904 <div class="pis-column"> 895 905 <?php 906 // ================= Post parent 907 pis_form_input_text( 908 esc_html__( 'Get posts whose parent is in these IDs', 'posts-in-sidebar' ), 909 $this->get_field_id( 'post_parent_in' ), 910 $this->get_field_name( 'post_parent_in' ), 911 esc_attr( $instance['post_parent_in'] ), 912 esc_html__( '2, 5, 12, 14, 20', 'posts-in-sidebar' ), 913 esc_html__( 'Enter IDs, comma separated.', 'posts-in-sidebar' ) 914 ); 915 ?> 916 </div> 917 918 </div> 919 920 <div class="pis-column-container pis-2col"> 921 922 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by taxonomy', 'posts-in-sidebar' ); ?></h5> 923 924 <div class="pis-column"> 896 925 <?php 897 926 // ================= Category … … 906 935 ); 907 936 ?> 908 909 937 </div> 910 938 911 939 <div class="pis-column"> 912 913 940 <?php 914 941 // ================= Tag … … 923 950 ); 924 951 ?> 925 926 952 </div> 927 953 928 954 </div> 929 955 930 <div class="pis-column-container"> 956 <div class="pis-column-container pis-2col"> 957 958 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by author', 'posts-in-sidebar' ); ?></h5> 931 959 932 960 <div class="pis-column"> 933 934 961 <?php 935 962 // ================= Author … … 942 969 ); 943 970 ?> 944 971 </div> 972 973 <div class="pis-column"> 945 974 <?php 946 975 // ================= Multiple authors … … 954 983 ); 955 984 ?> 956 985 </div> 986 987 </div> 988 989 <div class="pis-column-container pis-2col"> 990 991 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by post format and status', 'posts-in-sidebar' ); ?></h5> 992 993 <div class="pis-column"> 994 <?php 995 // ================= Post format 996 pis_form_select( 997 esc_html__( 'Get posts with this post format', 'posts-in-sidebar' ), 998 $this->get_field_id( 'post_format' ), 999 $this->get_field_name( 'post_format' ), 1000 pis_select_post_formats(), 1001 $instance['post_format'] 1002 ); 1003 ?> 1004 </div> 1005 <div class="pis-column"> 1006 <?php 1007 // ================= Post status 1008 pis_form_select( 1009 esc_html__( 'Get posts with this post status', 'posts-in-sidebar' ), 1010 $this->get_field_id( 'post_status' ), 1011 $this->get_field_name( 'post_status' ), 1012 pis_select_post_status(), 1013 $instance['post_status'] 1014 ); 1015 ?> 1016 </div> 1017 1018 </div> 1019 1020 <div class="pis-column-container pis-2col"> 1021 1022 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by custom field', 'posts-in-sidebar' ); ?></h5> 1023 1024 <div class="pis-column"> 1025 <?php 1026 // ================= Post meta key 1027 pis_form_input_text( 1028 esc_html__( 'Get posts with this meta key', 'posts-in-sidebar' ), 1029 $this->get_field_id( 'post_meta_key' ), 1030 $this->get_field_name( 'post_meta_key' ), 1031 esc_attr( $instance['post_meta_key'] ), 1032 esc_html__( 'meta-key', 'posts-in-sidebar' ) 1033 ); 1034 ?> 1035 </div> 1036 1037 <div class="pis-column"> 1038 <?php 1039 // ================= Post meta value 1040 pis_form_input_text( 1041 esc_html__( 'Get posts with this meta value', 'posts-in-sidebar' ), 1042 $this->get_field_id( 'post_meta_val' ), 1043 $this->get_field_name( 'post_meta_val' ), 1044 esc_attr( $instance['post_meta_val'] ), 1045 esc_html__( 'meta-value', 'posts-in-sidebar' ) 1046 ); 1047 ?> 1048 </div> 1049 1050 </div> 1051 1052 <div class="pis-column-container pis-2col"> 1053 1054 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by recent comments and search', 'posts-in-sidebar' ); ?></h5> 1055 1056 <div class="pis-column"> 957 1057 <?php 958 1058 // ================= Get posts by recent comments … … 965 1065 ); 966 1066 ?> 967 968 1067 </div> 969 1068 970 1069 <div class="pis-column"> 971 972 <?php973 // ================= Post parent974 pis_form_input_text(975 esc_html__( 'Get posts whose parent is in these IDs', 'posts-in-sidebar' ),976 $this->get_field_id( 'post_parent_in' ),977 $this->get_field_name( 'post_parent_in' ),978 esc_attr( $instance['post_parent_in'] ),979 esc_html__( '2, 5, 12, 14, 20', 'posts-in-sidebar' ),980 esc_html__( 'Enter IDs, comma separated.', 'posts-in-sidebar' )981 );982 ?>983 984 <?php985 // ================= Post format986 pis_form_select(987 esc_html__( 'Get posts with this post format', 'posts-in-sidebar' ),988 $this->get_field_id( 'post_format' ),989 $this->get_field_name( 'post_format' ),990 pis_select_post_formats(),991 $instance['post_format']992 );993 ?>994 995 <?php996 // ================= Post status997 pis_form_select(998 esc_html__( 'Get posts with this post status', 'posts-in-sidebar' ),999 $this->get_field_id( 'post_status' ),1000 $this->get_field_name( 'post_status' ),1001 pis_select_post_status(),1002 $instance['post_status']1003 );1004 ?>1005 1006 </div>1007 1008 <div class="pis-column">1009 1010 <?php1011 // ================= Post meta key1012 pis_form_input_text(1013 esc_html__( 'Get posts with this meta key', 'posts-in-sidebar' ),1014 $this->get_field_id( 'post_meta_key' ),1015 $this->get_field_name( 'post_meta_key' ),1016 esc_attr( $instance['post_meta_key'] ),1017 esc_html__( 'meta-key', 'posts-in-sidebar' )1018 );1019 ?>1020 1021 <?php1022 // ================= Post meta value1023 pis_form_input_text(1024 esc_html__( 'Get posts with this meta value', 'posts-in-sidebar' ),1025 $this->get_field_id( 'post_meta_val' ),1026 $this->get_field_name( 'post_meta_val' ),1027 esc_attr( $instance['post_meta_val'] ),1028 esc_html__( 'meta-value', 'posts-in-sidebar' )1029 );1030 ?>1031 1032 1070 <?php 1033 1071 // ================= Search … … 1040 1078 ); 1041 1079 ?> 1042 1080 </div> 1081 1082 </div> 1083 1084 <div class="pis-column-container pis-2col"> 1085 1086 <h5 class="pis-simple-title"><?php esc_html_e( 'Get posts by password', 'posts-in-sidebar' ); ?></h5> 1087 1088 <div class="pis-column"> 1043 1089 <?php 1044 1090 // ================= Post with/without password … … 1051 1097 ); 1052 1098 ?> 1053 1099 </div> 1100 1101 <div class="pis-column"> 1054 1102 <?php 1055 1103 // ================= Post password … … 1063 1111 ); 1064 1112 ?> 1065 1066 1113 </div> 1067 1114 … … 1069 1116 1070 1117 <div class="pis-column-container pis-2col"> 1118 1119 <h5 class="pis-simple-title"><?php esc_html_e( 'Number of posts, order, sticky posts and skipping', 'posts-in-sidebar' ); ?></h5> 1071 1120 1072 1121 <div class="pis-column"> … … 1130 1179 esc_attr( $instance['offset_number'] ), 1131 1180 '5', 1132 // translators: %s is -1.1133 1181 sprintf( 1182 // translators: %s is -1. 1134 1183 esc_html__( 'This option will be ignored if you set %s in "Get this number of posts".', 'posts-in-sidebar' ), 1135 1184 '<code>-1</code>' … … 1173 1222 <?php 1174 1223 esc_html_e( 1175 'When the option "When on single posts, get posts from the current category" is activated and the post has multiple categories, Posts in Sidebar will choose the category with the lowest initial letter, just as WordPress does when we get the list of the categories of a post.', 'posts-in-sidebar' 1224 'When the option "When on single posts, get posts from the current category" is activated and the post has multiple categories, Posts in Sidebar will choose the category with the lowest initial letter, just as WordPress does when we get the list of the categories of a post.', 1225 'posts-in-sidebar' 1176 1226 ); 1177 1227 ?> … … 1182 1232 // translators: Opening and closing "strong" HTML tag. 1183 1233 esc_html__( 1184 'If you activate the option %1$s"Use the main category as WordPress does for permalinks"%2$s (formerly known here as "Sort categories"), Posts in Sidebar will get the category with the lowest category ID. This is the WordPress behaviour when it determines the permalink structure if the category is used in the permalink.', 'posts-in-sidebar' 1234 'If you activate the option %1$s"Use the main category as WordPress does for permalinks"%2$s (formerly known here as "Sort categories"), Posts in Sidebar will get the category with the lowest category ID. This is the WordPress behaviour when it determines the permalink structure if the category is used in the permalink.', 1235 'posts-in-sidebar' 1185 1236 ), 1186 1237 '<strong>', … … 1194 1245 // translators: Opening and closing "strong" HTML tag. 1195 1246 esc_html__( 1196 'If you use the Yoast SEO plugin and want to use the main category as defined with that plugin, activate the option %1$s"Use the main category as defined in the Yoast SEO plugin"%2$s.', 'posts-in-sidebar' 1247 'If you use the Yoast SEO plugin and want to use the main category as defined with that plugin, activate the option %1$s"Use the main category as defined in the Yoast SEO plugin"%2$s.', 1248 'posts-in-sidebar' 1197 1249 ), 1198 1250 '<strong>', -
posts-in-sidebar/trunk/languages/posts-in-sidebar.pot
r2616008 r2622527 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Posts in Sidebar 4.16. 2\n"5 "Project-Id-Version: Posts in Sidebar 4.16.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/posts-in-sidebar\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2021-10- 18T19:09:28+02:00\n"12 "POT-Creation-Date: 2021-10-31T09:49:16+01:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.4.0\n" … … 76 76 #. translators: there is some code in placeholders. 77 77 #: includes/class-pis-posts-in-sidebar.php:845 78 #: includes/class-pis-posts-in-sidebar.php:24 0079 #: includes/class-pis-posts-in-sidebar.php:33 4278 #: includes/class-pis-posts-in-sidebar.php:2452 79 #: includes/class-pis-posts-in-sidebar.php:3394 80 80 msgid "If a field requires one or more IDs, install %1$sthis plugin%2$s to easily find the IDs." 81 81 msgstr "" 82 82 83 #: includes/class-pis-posts-in-sidebar.php:859 84 #: includes/class-pis-posts-in-sidebar.php:1243 85 #: includes/class-pis-posts-in-sidebar.php:1367 86 #: includes/class-pis-posts-in-sidebar.php:1502 87 #: includes/class-pis-posts-in-sidebar.php:1627 88 #: includes/class-pis-posts-in-sidebar.php:1772 89 #: includes/class-pis-posts-in-sidebar.php:1930 90 #: includes/class-pis-posts-in-sidebar.php:2045 91 #: includes/class-pis-posts-in-sidebar.php:2160 92 #: includes/class-pis-posts-in-sidebar.php:2275 83 #: includes/class-pis-posts-in-sidebar.php:852 84 #: includes/class-pis-posts-in-sidebar.php:860 85 #: includes/class-pis-posts-in-sidebar.php:1295 86 #: includes/class-pis-posts-in-sidebar.php:1419 87 #: includes/class-pis-posts-in-sidebar.php:1554 88 #: includes/class-pis-posts-in-sidebar.php:1679 89 #: includes/class-pis-posts-in-sidebar.php:1824 90 #: includes/class-pis-posts-in-sidebar.php:1982 91 #: includes/class-pis-posts-in-sidebar.php:2097 92 #: includes/class-pis-posts-in-sidebar.php:2212 93 #: includes/class-pis-posts-in-sidebar.php:2327 93 94 #: includes/pis-select-options.php:167 94 95 #: includes/pis-select-options.php:244 … … 96 97 msgstr "" 97 98 98 #: includes/class-pis-posts-in-sidebar.php:86 499 #: includes/class-pis-posts-in-sidebar.php:1 248100 #: includes/class-pis-posts-in-sidebar.php:1 372101 #: includes/class-pis-posts-in-sidebar.php:15 07102 #: includes/class-pis-posts-in-sidebar.php:16 32103 #: includes/class-pis-posts-in-sidebar.php:1 777104 #: includes/class-pis-posts-in-sidebar.php:19 35105 #: includes/class-pis-posts-in-sidebar.php:2 050106 #: includes/class-pis-posts-in-sidebar.php:2 165107 #: includes/class-pis-posts-in-sidebar.php:2 28099 #: includes/class-pis-posts-in-sidebar.php:865 100 #: includes/class-pis-posts-in-sidebar.php:1300 101 #: includes/class-pis-posts-in-sidebar.php:1424 102 #: includes/class-pis-posts-in-sidebar.php:1559 103 #: includes/class-pis-posts-in-sidebar.php:1684 104 #: includes/class-pis-posts-in-sidebar.php:1829 105 #: includes/class-pis-posts-in-sidebar.php:1987 106 #: includes/class-pis-posts-in-sidebar.php:2102 107 #: includes/class-pis-posts-in-sidebar.php:2217 108 #: includes/class-pis-posts-in-sidebar.php:2332 108 109 msgid "Select a single post type." 109 110 msgstr "" 110 111 111 #: includes/class-pis-posts-in-sidebar.php:87 1112 #: includes/class-pis-posts-in-sidebar.php:1 255113 #: includes/class-pis-posts-in-sidebar.php:1 379114 #: includes/class-pis-posts-in-sidebar.php:15 14115 #: includes/class-pis-posts-in-sidebar.php:16 39116 #: includes/class-pis-posts-in-sidebar.php:1 784117 #: includes/class-pis-posts-in-sidebar.php:19 42118 #: includes/class-pis-posts-in-sidebar.php:2 057119 #: includes/class-pis-posts-in-sidebar.php:2 172120 #: includes/class-pis-posts-in-sidebar.php:2 287112 #: includes/class-pis-posts-in-sidebar.php:874 113 #: includes/class-pis-posts-in-sidebar.php:1307 114 #: includes/class-pis-posts-in-sidebar.php:1431 115 #: includes/class-pis-posts-in-sidebar.php:1566 116 #: includes/class-pis-posts-in-sidebar.php:1691 117 #: includes/class-pis-posts-in-sidebar.php:1836 118 #: includes/class-pis-posts-in-sidebar.php:1994 119 #: includes/class-pis-posts-in-sidebar.php:2109 120 #: includes/class-pis-posts-in-sidebar.php:2224 121 #: includes/class-pis-posts-in-sidebar.php:2339 121 122 msgid "Multiple post types" 122 123 msgstr "" 123 124 124 #: includes/class-pis-posts-in-sidebar.php:875 125 #: includes/class-pis-posts-in-sidebar.php:1259 126 #: includes/class-pis-posts-in-sidebar.php:1383 127 #: includes/class-pis-posts-in-sidebar.php:1518 128 #: includes/class-pis-posts-in-sidebar.php:1643 129 #: includes/class-pis-posts-in-sidebar.php:1788 130 #: includes/class-pis-posts-in-sidebar.php:1946 131 #: includes/class-pis-posts-in-sidebar.php:2061 132 #: includes/class-pis-posts-in-sidebar.php:2176 133 #: includes/class-pis-posts-in-sidebar.php:2291 134 msgid "post, page, book, recipe" 135 msgstr "" 136 137 #: includes/class-pis-posts-in-sidebar.php:876 138 #: includes/class-pis-posts-in-sidebar.php:1260 139 #: includes/class-pis-posts-in-sidebar.php:1384 140 #: includes/class-pis-posts-in-sidebar.php:1519 141 #: includes/class-pis-posts-in-sidebar.php:1644 142 #: includes/class-pis-posts-in-sidebar.php:1789 143 #: includes/class-pis-posts-in-sidebar.php:1947 144 #: includes/class-pis-posts-in-sidebar.php:2062 145 #: includes/class-pis-posts-in-sidebar.php:2177 146 #: includes/class-pis-posts-in-sidebar.php:2292 147 msgid "Enter post types slugs, comma separated. This option, if filled, overrides the option above." 148 msgstr "" 149 150 #: includes/class-pis-posts-in-sidebar.php:883 151 msgid "Get these posts exactly" 152 msgstr "" 153 154 #: includes/class-pis-posts-in-sidebar.php:888 155 #: includes/class-pis-posts-in-sidebar.php:980 156 #: includes/class-pis-posts-in-sidebar.php:3363 157 #: includes/class-pis-posts-in-sidebar.php:3380 158 #: includes/class-pis-posts-in-sidebar.php:3401 159 #: includes/class-pis-posts-in-sidebar.php:3413 160 #: includes/class-pis-posts-in-sidebar.php:3429 161 msgid "Enter IDs, comma separated." 162 msgstr "" 163 164 #: includes/class-pis-posts-in-sidebar.php:899 165 msgid "Get posts with these categories" 166 msgstr "" 167 168 #: includes/class-pis-posts-in-sidebar.php:903 169 msgid "books, ebooks" 170 msgstr "" 171 172 #. translators: there is some code in placeholders. 173 #: includes/class-pis-posts-in-sidebar.php:905 174 msgid "Enter slugs, comma separated. To display posts that have all of the categories, use %1$s (a plus) between terms, for example:%2$s." 175 msgstr "" 176 177 #: includes/class-pis-posts-in-sidebar.php:916 178 msgid "Get posts with these tags" 179 msgstr "" 180 181 #: includes/class-pis-posts-in-sidebar.php:920 182 msgid "best-sellers" 183 msgstr "" 184 185 #. translators: there is some code in placeholders. 186 #: includes/class-pis-posts-in-sidebar.php:922 187 msgid "Enter slugs, comma separated. To display posts that have all of the tags, use %1$s (a plus) between terms, for example:%2$s." 188 msgstr "" 189 190 #: includes/class-pis-posts-in-sidebar.php:937 191 msgid "Get posts by this author" 192 msgstr "" 193 194 #: includes/class-pis-posts-in-sidebar.php:948 195 msgid "Get posts by these authors" 196 msgstr "" 197 198 #: includes/class-pis-posts-in-sidebar.php:952 199 msgid "1, 23, 45" 200 msgstr "" 201 202 #: includes/class-pis-posts-in-sidebar.php:953 203 msgid "Enter IDs, comma separated. Note that if you fill this field, the previous one will be ignored." 204 msgstr "" 205 206 #: includes/class-pis-posts-in-sidebar.php:960 207 msgid "Get posts by recent comments" 208 msgstr "" 209 210 #: includes/class-pis-posts-in-sidebar.php:964 211 msgid "Only published posts, in descending order, will be retrieved." 212 msgstr "" 213 214 #: includes/class-pis-posts-in-sidebar.php:975 215 msgid "Get posts whose parent is in these IDs" 216 msgstr "" 217 218 #: includes/class-pis-posts-in-sidebar.php:979 219 msgid "2, 5, 12, 14, 20" 220 msgstr "" 221 222 #: includes/class-pis-posts-in-sidebar.php:987 223 msgid "Get posts with this post format" 224 msgstr "" 225 226 #: includes/class-pis-posts-in-sidebar.php:998 227 msgid "Get posts with this post status" 228 msgstr "" 229 230 #: includes/class-pis-posts-in-sidebar.php:1013 231 msgid "Get posts with this meta key" 232 msgstr "" 233 234 #: includes/class-pis-posts-in-sidebar.php:1017 235 msgid "meta-key" 236 msgstr "" 237 238 #: includes/class-pis-posts-in-sidebar.php:1024 239 msgid "Get posts with this meta value" 240 msgstr "" 241 242 #: includes/class-pis-posts-in-sidebar.php:1028 243 msgid "meta-value" 244 msgstr "" 245 246 #: includes/class-pis-posts-in-sidebar.php:1035 247 msgid "Get posts from this search" 248 msgstr "" 249 250 #: includes/class-pis-posts-in-sidebar.php:1039 251 msgid "words to search" 252 msgstr "" 253 254 #: includes/class-pis-posts-in-sidebar.php:1046 255 msgid "Get posts with/without password" 256 msgstr "" 257 258 #: includes/class-pis-posts-in-sidebar.php:1057 259 msgid "Get posts with this password" 260 msgstr "" 261 262 #: includes/class-pis-posts-in-sidebar.php:1062 263 msgid "correct horse battery staple" 264 msgstr "" 265 266 #: includes/class-pis-posts-in-sidebar.php:1077 267 msgid "Get this number of posts" 268 msgstr "" 269 270 #. translators: %s is -1. 271 #: includes/class-pis-posts-in-sidebar.php:1083 272 #: includes/class-pis-posts-in-sidebar.php:1277 273 #: includes/class-pis-posts-in-sidebar.php:1412 274 #: includes/class-pis-posts-in-sidebar.php:1536 275 #: includes/class-pis-posts-in-sidebar.php:1683 276 #: includes/class-pis-posts-in-sidebar.php:1806 277 #: includes/class-pis-posts-in-sidebar.php:1964 278 #: includes/class-pis-posts-in-sidebar.php:2079 279 #: includes/class-pis-posts-in-sidebar.php:2194 280 #: includes/class-pis-posts-in-sidebar.php:2309 281 msgid "The value %s shows all the posts." 282 msgstr "" 283 284 #: includes/class-pis-posts-in-sidebar.php:1090 285 msgid "Do not display sticky posts on top of other posts" 286 msgstr "" 287 288 #: includes/class-pis-posts-in-sidebar.php:1094 289 msgid "If you activate this option, sticky posts will be managed as other posts. Sticky post status will be automatically ignored if you set up an author or a taxonomy in this widget." 290 msgstr "" 291 292 #: includes/class-pis-posts-in-sidebar.php:1105 293 #: includes/class-pis-posts-in-sidebar.php:1298 294 #: includes/class-pis-posts-in-sidebar.php:1433 295 #: includes/class-pis-posts-in-sidebar.php:1557 296 #: includes/class-pis-posts-in-sidebar.php:1703 297 #: includes/class-pis-posts-in-sidebar.php:1827 125 #: includes/class-pis-posts-in-sidebar.php:878 126 #: includes/class-pis-posts-in-sidebar.php:1311 127 #: includes/class-pis-posts-in-sidebar.php:1435 128 #: includes/class-pis-posts-in-sidebar.php:1570 129 #: includes/class-pis-posts-in-sidebar.php:1695 130 #: includes/class-pis-posts-in-sidebar.php:1840 298 131 #: includes/class-pis-posts-in-sidebar.php:1998 299 132 #: includes/class-pis-posts-in-sidebar.php:2113 300 133 #: includes/class-pis-posts-in-sidebar.php:2228 301 134 #: includes/class-pis-posts-in-sidebar.php:2343 135 msgid "post, page, book, recipe" 136 msgstr "" 137 138 #: includes/class-pis-posts-in-sidebar.php:879 139 #: includes/class-pis-posts-in-sidebar.php:1312 140 #: includes/class-pis-posts-in-sidebar.php:1436 141 #: includes/class-pis-posts-in-sidebar.php:1571 142 #: includes/class-pis-posts-in-sidebar.php:1696 143 #: includes/class-pis-posts-in-sidebar.php:1841 144 #: includes/class-pis-posts-in-sidebar.php:1999 145 #: includes/class-pis-posts-in-sidebar.php:2114 146 #: includes/class-pis-posts-in-sidebar.php:2229 147 #: includes/class-pis-posts-in-sidebar.php:2344 148 msgid "Enter post types slugs, comma separated. This option, if filled, overrides the option above." 149 msgstr "" 150 151 #: includes/class-pis-posts-in-sidebar.php:888 152 msgid "Get posts by IDs" 153 msgstr "" 154 155 #: includes/class-pis-posts-in-sidebar.php:894 156 msgid "Get posts with these IDs" 157 msgstr "" 158 159 #: includes/class-pis-posts-in-sidebar.php:899 160 #: includes/class-pis-posts-in-sidebar.php:913 161 #: includes/class-pis-posts-in-sidebar.php:3415 162 #: includes/class-pis-posts-in-sidebar.php:3432 163 #: includes/class-pis-posts-in-sidebar.php:3453 164 #: includes/class-pis-posts-in-sidebar.php:3465 165 #: includes/class-pis-posts-in-sidebar.php:3481 166 msgid "Enter IDs, comma separated." 167 msgstr "" 168 169 #: includes/class-pis-posts-in-sidebar.php:908 170 msgid "Get posts whose parent is in these IDs" 171 msgstr "" 172 173 #: includes/class-pis-posts-in-sidebar.php:912 174 msgid "2, 5, 12, 14, 20" 175 msgstr "" 176 177 #: includes/class-pis-posts-in-sidebar.php:922 178 msgid "Get posts by taxonomy" 179 msgstr "" 180 181 #: includes/class-pis-posts-in-sidebar.php:928 182 msgid "Get posts with these categories" 183 msgstr "" 184 185 #: includes/class-pis-posts-in-sidebar.php:932 186 msgid "books, ebooks" 187 msgstr "" 188 189 #. translators: there is some code in placeholders. 190 #: includes/class-pis-posts-in-sidebar.php:934 191 msgid "Enter slugs, comma separated. To display posts that have all of the categories, use %1$s (a plus) between terms, for example:%2$s." 192 msgstr "" 193 194 #: includes/class-pis-posts-in-sidebar.php:943 195 msgid "Get posts with these tags" 196 msgstr "" 197 198 #: includes/class-pis-posts-in-sidebar.php:947 199 msgid "best-sellers" 200 msgstr "" 201 202 #. translators: there is some code in placeholders. 203 #: includes/class-pis-posts-in-sidebar.php:949 204 msgid "Enter slugs, comma separated. To display posts that have all of the tags, use %1$s (a plus) between terms, for example:%2$s." 205 msgstr "" 206 207 #: includes/class-pis-posts-in-sidebar.php:958 208 msgid "Get posts by author" 209 msgstr "" 210 211 #: includes/class-pis-posts-in-sidebar.php:964 212 msgid "Get posts by this author" 213 msgstr "" 214 215 #: includes/class-pis-posts-in-sidebar.php:977 216 msgid "Get posts by these authors" 217 msgstr "" 218 219 #: includes/class-pis-posts-in-sidebar.php:981 220 msgid "1, 23, 45" 221 msgstr "" 222 223 #: includes/class-pis-posts-in-sidebar.php:982 224 msgid "Enter IDs, comma separated. Note that if you fill this field, the previous one will be ignored." 225 msgstr "" 226 227 #: includes/class-pis-posts-in-sidebar.php:991 228 msgid "Get posts by post format and status" 229 msgstr "" 230 231 #: includes/class-pis-posts-in-sidebar.php:997 232 msgid "Get posts with this post format" 233 msgstr "" 234 235 #: includes/class-pis-posts-in-sidebar.php:1009 236 msgid "Get posts with this post status" 237 msgstr "" 238 239 #: includes/class-pis-posts-in-sidebar.php:1022 240 msgid "Get posts by custom field" 241 msgstr "" 242 243 #: includes/class-pis-posts-in-sidebar.php:1028 244 msgid "Get posts with this meta key" 245 msgstr "" 246 247 #: includes/class-pis-posts-in-sidebar.php:1032 248 msgid "meta-key" 249 msgstr "" 250 251 #: includes/class-pis-posts-in-sidebar.php:1041 252 msgid "Get posts with this meta value" 253 msgstr "" 254 255 #: includes/class-pis-posts-in-sidebar.php:1045 256 msgid "meta-value" 257 msgstr "" 258 259 #: includes/class-pis-posts-in-sidebar.php:1054 260 msgid "Get posts by recent comments and search" 261 msgstr "" 262 263 #: includes/class-pis-posts-in-sidebar.php:1060 264 msgid "Get posts by recent comments" 265 msgstr "" 266 267 #: includes/class-pis-posts-in-sidebar.php:1064 268 msgid "Only published posts, in descending order, will be retrieved." 269 msgstr "" 270 271 #: includes/class-pis-posts-in-sidebar.php:1073 272 msgid "Get posts from this search" 273 msgstr "" 274 275 #: includes/class-pis-posts-in-sidebar.php:1077 276 msgid "words to search" 277 msgstr "" 278 279 #: includes/class-pis-posts-in-sidebar.php:1086 280 msgid "Get posts by password" 281 msgstr "" 282 283 #: includes/class-pis-posts-in-sidebar.php:1092 284 msgid "Get posts with/without password" 285 msgstr "" 286 287 #: includes/class-pis-posts-in-sidebar.php:1105 288 msgid "Get posts with this password" 289 msgstr "" 290 291 #: includes/class-pis-posts-in-sidebar.php:1110 292 msgid "correct horse battery staple" 293 msgstr "" 294 295 #: includes/class-pis-posts-in-sidebar.php:1119 296 msgid "Number of posts, order, sticky posts and skipping" 297 msgstr "" 298 299 #: includes/class-pis-posts-in-sidebar.php:1126 300 msgid "Get this number of posts" 301 msgstr "" 302 303 #. translators: %s is -1. 304 #: includes/class-pis-posts-in-sidebar.php:1132 305 #: includes/class-pis-posts-in-sidebar.php:1329 306 #: includes/class-pis-posts-in-sidebar.php:1464 307 #: includes/class-pis-posts-in-sidebar.php:1588 308 #: includes/class-pis-posts-in-sidebar.php:1735 309 #: includes/class-pis-posts-in-sidebar.php:1858 310 #: includes/class-pis-posts-in-sidebar.php:2016 311 #: includes/class-pis-posts-in-sidebar.php:2131 312 #: includes/class-pis-posts-in-sidebar.php:2246 313 #: includes/class-pis-posts-in-sidebar.php:2361 314 msgid "The value %s shows all the posts." 315 msgstr "" 316 317 #: includes/class-pis-posts-in-sidebar.php:1139 318 msgid "Do not display sticky posts on top of other posts" 319 msgstr "" 320 321 #: includes/class-pis-posts-in-sidebar.php:1143 322 msgid "If you activate this option, sticky posts will be managed as other posts. Sticky post status will be automatically ignored if you set up an author or a taxonomy in this widget." 323 msgstr "" 324 325 #: includes/class-pis-posts-in-sidebar.php:1154 326 #: includes/class-pis-posts-in-sidebar.php:1350 327 #: includes/class-pis-posts-in-sidebar.php:1485 328 #: includes/class-pis-posts-in-sidebar.php:1609 329 #: includes/class-pis-posts-in-sidebar.php:1755 330 #: includes/class-pis-posts-in-sidebar.php:1879 331 #: includes/class-pis-posts-in-sidebar.php:2050 332 #: includes/class-pis-posts-in-sidebar.php:2165 333 #: includes/class-pis-posts-in-sidebar.php:2280 334 #: includes/class-pis-posts-in-sidebar.php:2395 302 335 msgid "Order posts by" 303 336 msgstr "" 304 337 305 #: includes/class-pis-posts-in-sidebar.php:1116 306 #: includes/class-pis-posts-in-sidebar.php:1309 307 #: includes/class-pis-posts-in-sidebar.php:1444 308 #: includes/class-pis-posts-in-sidebar.php:1568 338 #: includes/class-pis-posts-in-sidebar.php:1165 339 #: includes/class-pis-posts-in-sidebar.php:1361 340 #: includes/class-pis-posts-in-sidebar.php:1496 341 #: includes/class-pis-posts-in-sidebar.php:1620 342 #: includes/class-pis-posts-in-sidebar.php:1766 343 #: includes/class-pis-posts-in-sidebar.php:1890 344 #: includes/class-pis-posts-in-sidebar.php:2061 345 #: includes/class-pis-posts-in-sidebar.php:2176 346 #: includes/class-pis-posts-in-sidebar.php:2291 347 #: includes/class-pis-posts-in-sidebar.php:2406 348 msgid "The order will be" 349 msgstr "" 350 351 #: includes/class-pis-posts-in-sidebar.php:1176 352 #: includes/class-pis-posts-in-sidebar.php:1372 353 #: includes/class-pis-posts-in-sidebar.php:1507 354 #: includes/class-pis-posts-in-sidebar.php:1631 355 #: includes/class-pis-posts-in-sidebar.php:1777 356 #: includes/class-pis-posts-in-sidebar.php:1901 357 #: includes/class-pis-posts-in-sidebar.php:2023 358 #: includes/class-pis-posts-in-sidebar.php:2138 359 #: includes/class-pis-posts-in-sidebar.php:2253 360 #: includes/class-pis-posts-in-sidebar.php:2368 361 msgid "Skip this number of posts" 362 msgstr "" 363 364 #. translators: %s is -1. 365 #: includes/class-pis-posts-in-sidebar.php:1183 366 msgid "This option will be ignored if you set %s in \"Get this number of posts\"." 367 msgstr "" 368 369 #: includes/class-pis-posts-in-sidebar.php:1198 370 msgid "Change the query when on single posts" 371 msgstr "" 372 373 #. translators: there is some code in placeholders. 374 #: includes/class-pis-posts-in-sidebar.php:1205 375 msgid "In this section you can change some parameters of the query when on single posts. %1$sActivate only one of these.%2$s" 376 msgstr "" 377 378 #: includes/class-pis-posts-in-sidebar.php:1209 379 msgid "Get posts from current category" 380 msgstr "" 381 382 #: includes/class-pis-posts-in-sidebar.php:1217 383 msgid "How this plugin chooses the main category of the post." 384 msgstr "" 385 386 #: includes/class-pis-posts-in-sidebar.php:1223 387 msgid "When the option \"When on single posts, get posts from the current category\" is activated and the post has multiple categories, Posts in Sidebar will choose the category with the lowest initial letter, just as WordPress does when we get the list of the categories of a post." 388 msgstr "" 389 390 #. translators: Opening and closing "strong" HTML tag. 391 #: includes/class-pis-posts-in-sidebar.php:1233 392 msgid "If you activate the option %1$s\"Use the main category as WordPress does for permalinks\"%2$s (formerly known here as \"Sort categories\"), Posts in Sidebar will get the category with the lowest category ID. This is the WordPress behaviour when it determines the permalink structure if the category is used in the permalink." 393 msgstr "" 394 395 #. translators: Opening and closing "strong" HTML tag. 396 #: includes/class-pis-posts-in-sidebar.php:1246 397 msgid "If you use the Yoast SEO plugin and want to use the main category as defined with that plugin, activate the option %1$s\"Use the main category as defined in the Yoast SEO plugin\"%2$s." 398 msgstr "" 399 400 #: includes/class-pis-posts-in-sidebar.php:1264 401 msgid "When on single posts, get posts from the current category" 402 msgstr "" 403 404 #: includes/class-pis-posts-in-sidebar.php:1268 405 msgid "When activated, this option will ignore other parameters like tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 406 msgstr "" 407 408 #: includes/class-pis-posts-in-sidebar.php:1275 409 msgid "Use the main category as WordPress does for permalinks" 410 msgstr "" 411 412 #: includes/class-pis-posts-in-sidebar.php:1285 413 msgid "Use the main category as defined in the Yoast SEO plugin" 414 msgstr "" 415 416 #: includes/class-pis-posts-in-sidebar.php:1323 417 #: includes/class-pis-posts-in-sidebar.php:1458 418 #: includes/class-pis-posts-in-sidebar.php:1582 419 #: includes/class-pis-posts-in-sidebar.php:1729 420 #: includes/class-pis-posts-in-sidebar.php:1852 421 msgid "When on single posts, get this number of posts" 422 msgstr "" 423 424 #: includes/class-pis-posts-in-sidebar.php:1336 425 #: includes/class-pis-posts-in-sidebar.php:1471 426 #: includes/class-pis-posts-in-sidebar.php:1595 427 #: includes/class-pis-posts-in-sidebar.php:1742 428 #: includes/class-pis-posts-in-sidebar.php:1865 429 msgid "When on single posts, use this widget title" 430 msgstr "" 431 432 #. translators: %s is a placeholder for a taxonomy. 433 #: includes/class-pis-posts-in-sidebar.php:1341 434 #: includes/class-pis-posts-in-sidebar.php:2041 435 msgid "Posts under %s" 436 msgstr "" 437 438 #. translators: there is some code in placeholders. 439 #: includes/class-pis-posts-in-sidebar.php:1343 440 #: includes/class-pis-posts-in-sidebar.php:2043 441 msgid "Use %s to display the name of the category." 442 msgstr "" 443 444 #: includes/class-pis-posts-in-sidebar.php:1383 445 #: includes/class-pis-posts-in-sidebar.php:1518 446 #: includes/class-pis-posts-in-sidebar.php:1642 447 #: includes/class-pis-posts-in-sidebar.php:1788 448 #: includes/class-pis-posts-in-sidebar.php:1912 449 msgid "Post title matching" 450 msgstr "" 451 452 #: includes/class-pis-posts-in-sidebar.php:1387 453 msgid "Show posts that match the main post title. WordPress will show posts under the same category of the main post and matching in a search for the title of the main post." 454 msgstr "" 455 456 #: includes/class-pis-posts-in-sidebar.php:1397 457 msgid "Get posts from current tag" 458 msgstr "" 459 460 #: includes/class-pis-posts-in-sidebar.php:1408 461 msgid "When on single posts, get posts from the current tag" 462 msgstr "" 463 464 #: includes/class-pis-posts-in-sidebar.php:1412 465 msgid "When activated, this function will get posts from the tag of the post, ignoring other parameters like categories, date, post formats, etc. If the post has multiple tags, the plugin will use the first tag in the array of tags (the tag with the lowest initial letter). If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 466 msgstr "" 467 468 #: includes/class-pis-posts-in-sidebar.php:1443 469 msgid "Sort tags" 470 msgstr "" 471 472 #: includes/class-pis-posts-in-sidebar.php:1447 473 msgid "When activated, this function will sort the tags of the main post by tag ID. In this way the plugin will get posts from the tag with the lowest ID." 474 msgstr "" 475 476 #. translators: %s is the name of the tag. 477 #: includes/class-pis-posts-in-sidebar.php:1476 478 #: includes/class-pis-posts-in-sidebar.php:2156 479 msgid "Posts tagged with %s" 480 msgstr "" 481 482 #. translators: there is some code in placeholders. 483 #: includes/class-pis-posts-in-sidebar.php:1478 484 #: includes/class-pis-posts-in-sidebar.php:2158 485 msgid "Use %s to display the name of the tag." 486 msgstr "" 487 488 #: includes/class-pis-posts-in-sidebar.php:1522 489 msgid "Show posts that match the main post title. WordPress will show posts with the same tag of the main post and matching in a search for the title of the main post." 490 msgstr "" 491 492 #: includes/class-pis-posts-in-sidebar.php:1532 493 msgid "Get posts from current author" 494 msgstr "" 495 496 #: includes/class-pis-posts-in-sidebar.php:1543 497 msgid "When on single posts, get posts from the current author" 498 msgstr "" 499 500 #: includes/class-pis-posts-in-sidebar.php:1547 501 msgid "When activated, this function will get posts by the author of the post, ignoring other parameters like categories, tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 502 msgstr "" 503 504 #. translators: %s is the name of the author. 505 #: includes/class-pis-posts-in-sidebar.php:1600 506 #: includes/class-pis-posts-in-sidebar.php:2271 507 msgid "Posts by %s" 508 msgstr "" 509 510 #. translators: there is some code in placeholders. 511 #: includes/class-pis-posts-in-sidebar.php:1602 512 #: includes/class-pis-posts-in-sidebar.php:2273 513 msgid "Use %s to display the name of the author." 514 msgstr "" 515 516 #: includes/class-pis-posts-in-sidebar.php:1646 517 msgid "Show posts that match the main post title. WordPress will show posts by the same author of the main post and matching in a search for the title of the main post." 518 msgstr "" 519 520 #: includes/class-pis-posts-in-sidebar.php:1656 521 msgid "Get posts from taxonomy using custom field" 522 msgstr "" 523 524 #: includes/class-pis-posts-in-sidebar.php:1667 525 msgid "When on single posts, get posts from this custom field" 526 msgstr "" 527 528 #. translators: there is some code in placeholders. 529 #: includes/class-pis-posts-in-sidebar.php:1672 530 msgid "When activated, this function will get posts from the category defined by the user via custom field, ignoring other parameters like categories, tags, date, post formats, etc. %1$sRead more on this%2$s. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 531 msgstr "" 532 533 #: includes/class-pis-posts-in-sidebar.php:1703 534 msgid "Get posts with this custom field key" 535 msgstr "" 536 309 537 #: includes/class-pis-posts-in-sidebar.php:1714 310 #: includes/class-pis-posts-in-sidebar.php:1838311 #: includes/class-pis-posts-in-sidebar.php:2009312 #: includes/class-pis-posts-in-sidebar.php:2124313 #: includes/class-pis-posts-in-sidebar.php:2239314 #: includes/class-pis-posts-in-sidebar.php:2354315 msgid "The order will be"316 msgstr ""317 318 #: includes/class-pis-posts-in-sidebar.php:1127319 #: includes/class-pis-posts-in-sidebar.php:1320320 #: includes/class-pis-posts-in-sidebar.php:1455321 #: includes/class-pis-posts-in-sidebar.php:1579322 #: includes/class-pis-posts-in-sidebar.php:1725323 #: includes/class-pis-posts-in-sidebar.php:1849324 #: includes/class-pis-posts-in-sidebar.php:1971325 #: includes/class-pis-posts-in-sidebar.php:2086326 #: includes/class-pis-posts-in-sidebar.php:2201327 #: includes/class-pis-posts-in-sidebar.php:2316328 msgid "Skip this number of posts"329 msgstr ""330 331 #. translators: %s is -1.332 #: includes/class-pis-posts-in-sidebar.php:1134333 msgid "This option will be ignored if you set %s in \"Get this number of posts\"."334 msgstr ""335 336 #: includes/class-pis-posts-in-sidebar.php:1149337 msgid "Change the query when on single posts"338 msgstr ""339 340 #. translators: there is some code in placeholders.341 #: includes/class-pis-posts-in-sidebar.php:1156342 msgid "In this section you can change some parameters of the query when on single posts. %1$sActivate only one of these.%2$s"343 msgstr ""344 345 #: includes/class-pis-posts-in-sidebar.php:1160346 msgid "Get posts from current category"347 msgstr ""348 349 #: includes/class-pis-posts-in-sidebar.php:1168350 msgid "How this plugin chooses the main category of the post."351 msgstr ""352 353 #: includes/class-pis-posts-in-sidebar.php:1174354 msgid "When the option \"When on single posts, get posts from the current category\" is activated and the post has multiple categories, Posts in Sidebar will choose the category with the lowest initial letter, just as WordPress does when we get the list of the categories of a post."355 msgstr ""356 357 #. translators: Opening and closing "strong" HTML tag.358 #: includes/class-pis-posts-in-sidebar.php:1183359 msgid "If you activate the option %1$s\"Use the main category as WordPress does for permalinks\"%2$s (formerly known here as \"Sort categories\"), Posts in Sidebar will get the category with the lowest category ID. This is the WordPress behaviour when it determines the permalink structure if the category is used in the permalink."360 msgstr ""361 362 #. translators: Opening and closing "strong" HTML tag.363 #: includes/class-pis-posts-in-sidebar.php:1195364 msgid "If you use the Yoast SEO plugin and want to use the main category as defined with that plugin, activate the option %1$s\"Use the main category as defined in the Yoast SEO plugin\"%2$s."365 msgstr ""366 367 #: includes/class-pis-posts-in-sidebar.php:1212368 msgid "When on single posts, get posts from the current category"369 msgstr ""370 371 #: includes/class-pis-posts-in-sidebar.php:1216372 msgid "When activated, this option will ignore other parameters like tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel."373 msgstr ""374 375 #: includes/class-pis-posts-in-sidebar.php:1223376 msgid "Use the main category as WordPress does for permalinks"377 msgstr ""378 379 #: includes/class-pis-posts-in-sidebar.php:1233380 msgid "Use the main category as defined in the Yoast SEO plugin"381 msgstr ""382 383 #: includes/class-pis-posts-in-sidebar.php:1271384 #: includes/class-pis-posts-in-sidebar.php:1406385 #: includes/class-pis-posts-in-sidebar.php:1530386 #: includes/class-pis-posts-in-sidebar.php:1677387 #: includes/class-pis-posts-in-sidebar.php:1800388 msgid "When on single posts, get this number of posts"389 msgstr ""390 391 #: includes/class-pis-posts-in-sidebar.php:1284392 #: includes/class-pis-posts-in-sidebar.php:1419393 #: includes/class-pis-posts-in-sidebar.php:1543394 #: includes/class-pis-posts-in-sidebar.php:1690395 #: includes/class-pis-posts-in-sidebar.php:1813396 msgid "When on single posts, use this widget title"397 msgstr ""398 399 #. translators: %s is a placeholder for a taxonomy.400 #: includes/class-pis-posts-in-sidebar.php:1289401 #: includes/class-pis-posts-in-sidebar.php:1989402 msgid "Posts under %s"403 msgstr ""404 405 #. translators: there is some code in placeholders.406 #: includes/class-pis-posts-in-sidebar.php:1291407 #: includes/class-pis-posts-in-sidebar.php:1991408 msgid "Use %s to display the name of the category."409 msgstr ""410 411 #: includes/class-pis-posts-in-sidebar.php:1331412 #: includes/class-pis-posts-in-sidebar.php:1466413 #: includes/class-pis-posts-in-sidebar.php:1590414 #: includes/class-pis-posts-in-sidebar.php:1736415 #: includes/class-pis-posts-in-sidebar.php:1860416 msgid "Post title matching"417 msgstr ""418 419 #: includes/class-pis-posts-in-sidebar.php:1335420 msgid "Show posts that match the main post title. WordPress will show posts under the same category of the main post and matching in a search for the title of the main post."421 msgstr ""422 423 #: includes/class-pis-posts-in-sidebar.php:1345424 msgid "Get posts from current tag"425 msgstr ""426 427 #: includes/class-pis-posts-in-sidebar.php:1356428 msgid "When on single posts, get posts from the current tag"429 msgstr ""430 431 #: includes/class-pis-posts-in-sidebar.php:1360432 msgid "When activated, this function will get posts from the tag of the post, ignoring other parameters like categories, date, post formats, etc. If the post has multiple tags, the plugin will use the first tag in the array of tags (the tag with the lowest initial letter). If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel."433 msgstr ""434 435 #: includes/class-pis-posts-in-sidebar.php:1391436 msgid "Sort tags"437 msgstr ""438 439 #: includes/class-pis-posts-in-sidebar.php:1395440 msgid "When activated, this function will sort the tags of the main post by tag ID. In this way the plugin will get posts from the tag with the lowest ID."441 msgstr ""442 443 #. translators: %s is the name of the tag.444 #: includes/class-pis-posts-in-sidebar.php:1424445 #: includes/class-pis-posts-in-sidebar.php:2104446 msgid "Posts tagged with %s"447 msgstr ""448 449 #. translators: there is some code in placeholders.450 #: includes/class-pis-posts-in-sidebar.php:1426451 #: includes/class-pis-posts-in-sidebar.php:2106452 msgid "Use %s to display the name of the tag."453 msgstr ""454 455 #: includes/class-pis-posts-in-sidebar.php:1470456 msgid "Show posts that match the main post title. WordPress will show posts with the same tag of the main post and matching in a search for the title of the main post."457 msgstr ""458 459 #: includes/class-pis-posts-in-sidebar.php:1480460 msgid "Get posts from current author"461 msgstr ""462 463 #: includes/class-pis-posts-in-sidebar.php:1491464 msgid "When on single posts, get posts from the current author"465 msgstr ""466 467 #: includes/class-pis-posts-in-sidebar.php:1495468 msgid "When activated, this function will get posts by the author of the post, ignoring other parameters like categories, tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel."469 msgstr ""470 471 #. translators: %s is the name of the author.472 #: includes/class-pis-posts-in-sidebar.php:1548473 #: includes/class-pis-posts-in-sidebar.php:2219474 msgid "Posts by %s"475 msgstr ""476 477 #. translators: there is some code in placeholders.478 #: includes/class-pis-posts-in-sidebar.php:1550479 #: includes/class-pis-posts-in-sidebar.php:2221480 msgid "Use %s to display the name of the author."481 msgstr ""482 483 #: includes/class-pis-posts-in-sidebar.php:1594484 msgid "Show posts that match the main post title. WordPress will show posts by the same author of the main post and matching in a search for the title of the main post."485 msgstr ""486 487 #: includes/class-pis-posts-in-sidebar.php:1604488 msgid "Get posts from taxonomy using custom field"489 msgstr ""490 491 #: includes/class-pis-posts-in-sidebar.php:1615492 msgid "When on single posts, get posts from this custom field"493 msgstr ""494 495 #. translators: there is some code in placeholders.496 #: includes/class-pis-posts-in-sidebar.php:1620497 msgid "When activated, this function will get posts from the category defined by the user via custom field, ignoring other parameters like categories, tags, date, post formats, etc. %1$sRead more on this%2$s. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel."498 msgstr ""499 500 #: includes/class-pis-posts-in-sidebar.php:1651501 msgid "Get posts with this custom field key"502 msgstr ""503 504 #: includes/class-pis-posts-in-sidebar.php:1662505 538 msgid "Type of the taxonomy" 506 539 msgstr "" 507 540 508 #: includes/class-pis-posts-in-sidebar.php:1 694541 #: includes/class-pis-posts-in-sidebar.php:1746 509 542 #: includes/pis-functions-general.php:35 510 543 msgid "Posts" … … 512 545 513 546 #. translators: %s is a `%s`. 514 #: includes/class-pis-posts-in-sidebar.php:1 696547 #: includes/class-pis-posts-in-sidebar.php:1748 515 548 msgid "Use %s to display the name of the taxonomy." 516 549 msgstr "" 517 550 518 #: includes/class-pis-posts-in-sidebar.php:17 40551 #: includes/class-pis-posts-in-sidebar.php:1792 519 552 msgid "Show posts that match the main post title. WordPress will show posts with the same custom field of the main post and matching in a search for the title of the main post." 520 553 msgstr "" 521 554 522 #: includes/class-pis-posts-in-sidebar.php:1 750555 #: includes/class-pis-posts-in-sidebar.php:1802 523 556 msgid "Get posts from current post format" 524 557 msgstr "" 525 558 526 #: includes/class-pis-posts-in-sidebar.php:1 761559 #: includes/class-pis-posts-in-sidebar.php:1813 527 560 msgid "When on single posts, get posts with the current post format" 528 561 msgstr "" 529 562 530 #: includes/class-pis-posts-in-sidebar.php:1 765563 #: includes/class-pis-posts-in-sidebar.php:1817 531 564 msgid "When activated, this function will get posts with the same post format of the post, ignoring other parameters like categories, tags, date, author, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 532 565 msgstr "" 533 566 534 567 #. translators: %s is the name of a post format. 535 #: includes/class-pis-posts-in-sidebar.php:18 18536 #: includes/class-pis-posts-in-sidebar.php:23 34568 #: includes/class-pis-posts-in-sidebar.php:1870 569 #: includes/class-pis-posts-in-sidebar.php:2386 537 570 msgid "Posts with %s post format" 538 571 msgstr "" 539 572 540 573 #. translators: %s is a literal `%s`. 541 #: includes/class-pis-posts-in-sidebar.php:18 20542 #: includes/class-pis-posts-in-sidebar.php:23 36574 #: includes/class-pis-posts-in-sidebar.php:1872 575 #: includes/class-pis-posts-in-sidebar.php:2388 543 576 msgid "Use %s to display the name of the post format." 544 577 msgstr "" 545 578 546 #: includes/class-pis-posts-in-sidebar.php:1 864579 #: includes/class-pis-posts-in-sidebar.php:1916 547 580 msgid "Show posts that match the main post title. WordPress will show posts with the same post format of the main post and matching in a search for the title of the main post." 548 581 msgstr "" 549 582 550 #: includes/class-pis-posts-in-sidebar.php:1 879551 #: includes/class-pis-posts-in-sidebar.php:2 373552 #: includes/class-pis-posts-in-sidebar.php:33 11583 #: includes/class-pis-posts-in-sidebar.php:1931 584 #: includes/class-pis-posts-in-sidebar.php:2425 585 #: includes/class-pis-posts-in-sidebar.php:3363 553 586 msgid "Do not ignore other parameters" 554 587 msgstr "" 555 588 556 #: includes/class-pis-posts-in-sidebar.php:1 883557 #: includes/class-pis-posts-in-sidebar.php:2 377589 #: includes/class-pis-posts-in-sidebar.php:1935 590 #: includes/class-pis-posts-in-sidebar.php:2429 558 591 msgid "By default, when you activate one of the options above to change the query on single posts, the plugin will deactivate other parameters like categories, tags, date, author, and so on. To leave in action these parameters, activate this option." 559 592 msgstr "" 560 593 561 #: includes/class-pis-posts-in-sidebar.php:1 897594 #: includes/class-pis-posts-in-sidebar.php:1949 562 595 msgid "Change the query when on archive page" 563 596 msgstr "" 564 597 565 598 #. translators: there is some code in placeholders. 566 #: includes/class-pis-posts-in-sidebar.php:19 04599 #: includes/class-pis-posts-in-sidebar.php:1956 567 600 msgid "In this section you can change some parameters of the query when on archive pages. %1$sYou can activate them all together.%2$s" 568 601 msgstr "" 569 602 570 #: includes/class-pis-posts-in-sidebar.php:19 08603 #: includes/class-pis-posts-in-sidebar.php:1960 571 604 msgid "Get posts from current category archive page" 572 605 msgstr "" 573 606 574 #: includes/class-pis-posts-in-sidebar.php:19 19607 #: includes/class-pis-posts-in-sidebar.php:1971 575 608 msgid "When on archive pages, get posts from the current category archive page" 576 609 msgstr "" 577 610 578 #: includes/class-pis-posts-in-sidebar.php:19 23611 #: includes/class-pis-posts-in-sidebar.php:1975 579 612 msgid "When activated, this function will get posts from the archive page of the current category, ignoring other parameters like tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 580 613 msgstr "" 581 614 582 #: includes/class-pis-posts-in-sidebar.php: 1958583 #: includes/class-pis-posts-in-sidebar.php:2 073584 #: includes/class-pis-posts-in-sidebar.php:2 188585 #: includes/class-pis-posts-in-sidebar.php:23 03615 #: includes/class-pis-posts-in-sidebar.php:2010 616 #: includes/class-pis-posts-in-sidebar.php:2125 617 #: includes/class-pis-posts-in-sidebar.php:2240 618 #: includes/class-pis-posts-in-sidebar.php:2355 586 619 msgid "When on archive pages, get this number of posts" 587 620 msgstr "" 588 621 589 622 #. translators: %s is -1. 590 #: includes/class-pis-posts-in-sidebar.php: 1977591 #: includes/class-pis-posts-in-sidebar.php:2 092592 #: includes/class-pis-posts-in-sidebar.php:22 07593 #: includes/class-pis-posts-in-sidebar.php:23 22623 #: includes/class-pis-posts-in-sidebar.php:2029 624 #: includes/class-pis-posts-in-sidebar.php:2144 625 #: includes/class-pis-posts-in-sidebar.php:2259 626 #: includes/class-pis-posts-in-sidebar.php:2374 594 627 msgid "If you entered %s in the previous field, this option will be ignored." 595 628 msgstr "" 596 629 597 #: includes/class-pis-posts-in-sidebar.php: 1984598 #: includes/class-pis-posts-in-sidebar.php:2 099599 #: includes/class-pis-posts-in-sidebar.php:22 14600 #: includes/class-pis-posts-in-sidebar.php:23 29630 #: includes/class-pis-posts-in-sidebar.php:2036 631 #: includes/class-pis-posts-in-sidebar.php:2151 632 #: includes/class-pis-posts-in-sidebar.php:2266 633 #: includes/class-pis-posts-in-sidebar.php:2381 601 634 msgid "When on archive pages, use this widget title" 602 635 msgstr "" 603 636 604 #: includes/class-pis-posts-in-sidebar.php:20 23637 #: includes/class-pis-posts-in-sidebar.php:2075 605 638 msgid "Get posts from current tag archive page" 606 639 msgstr "" 607 640 608 #: includes/class-pis-posts-in-sidebar.php:20 34641 #: includes/class-pis-posts-in-sidebar.php:2086 609 642 msgid "When on archive pages, get posts from the current tag archive page" 610 643 msgstr "" 611 644 612 #: includes/class-pis-posts-in-sidebar.php:20 38645 #: includes/class-pis-posts-in-sidebar.php:2090 613 646 msgid "When activated, this function will get posts from the archive page of the current tag, ignoring other parameters like categories, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 614 647 msgstr "" 615 648 616 #: includes/class-pis-posts-in-sidebar.php:21 38649 #: includes/class-pis-posts-in-sidebar.php:2190 617 650 msgid "Get posts from current author archive page" 618 651 msgstr "" 619 652 620 #: includes/class-pis-posts-in-sidebar.php:2 149653 #: includes/class-pis-posts-in-sidebar.php:2201 621 654 msgid "When on archive pages, get posts from the current author archive page" 622 655 msgstr "" 623 656 624 #: includes/class-pis-posts-in-sidebar.php:2 153657 #: includes/class-pis-posts-in-sidebar.php:2205 625 658 msgid "When activated, this function will get posts from the archive page of the current author, ignoring other parameters like categories, tags, date, post formats, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 626 659 msgstr "" 627 660 628 #: includes/class-pis-posts-in-sidebar.php:2 253661 #: includes/class-pis-posts-in-sidebar.php:2305 629 662 msgid "Get posts from current post format archive page" 630 663 msgstr "" 631 664 632 #: includes/class-pis-posts-in-sidebar.php:2 264665 #: includes/class-pis-posts-in-sidebar.php:2316 633 666 msgid "When on archive pages, get posts from the current post format archive page" 634 667 msgstr "" 635 668 636 #: includes/class-pis-posts-in-sidebar.php:2 268669 #: includes/class-pis-posts-in-sidebar.php:2320 637 670 msgid "When activated, this function will get posts from the archive page of the current post format, ignoring other parameters like categories, tags, date, author, etc. If you don't want to ignore other parameters, activate the checkbox below, at the end of this panel." 638 671 msgstr "" 639 672 640 #: includes/class-pis-posts-in-sidebar.php:2 391673 #: includes/class-pis-posts-in-sidebar.php:2443 641 674 msgid "Custom taxonomy query" 642 675 msgstr "" 643 676 644 #: includes/class-pis-posts-in-sidebar.php:2 395677 #: includes/class-pis-posts-in-sidebar.php:2447 645 678 msgid "This section lets you retrieve posts from any taxonomy (category, tags, and custom taxonomies). If you want to use only one taxonomy, use the \"Taxonomy A1\" field. If you have to put in relation two taxonomies (e.g., display posts that are in the \"quotes\" category but not in the \"wisdom\" tag), then use also the \"Taxonomy B1\" field. If you have to put in relation more taxonomies, start using also the \"A2\" and \"B2\" fields (e.g., display posts that are in the \"quotes\" category [A1] OR both have the \"Quote\" post format [B1] AND are in the \"wisdom\" category [B2])." 646 679 msgstr "" 647 680 648 #: includes/class-pis-posts-in-sidebar.php:24 12649 #: includes/class-pis-posts-in-sidebar.php: 2984681 #: includes/class-pis-posts-in-sidebar.php:2464 682 #: includes/class-pis-posts-in-sidebar.php:3036 650 683 msgid "Relation between Column A and Column B" 651 684 msgstr "" 652 685 653 #: includes/class-pis-posts-in-sidebar.php:24 17686 #: includes/class-pis-posts-in-sidebar.php:2469 654 687 msgid "The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array." 655 688 msgstr "" 656 689 657 #: includes/class-pis-posts-in-sidebar.php:24 29658 #: includes/class-pis-posts-in-sidebar.php:30 01690 #: includes/class-pis-posts-in-sidebar.php:2481 691 #: includes/class-pis-posts-in-sidebar.php:3053 659 692 msgid "Column A" 660 693 msgstr "" 661 694 662 #: includes/class-pis-posts-in-sidebar.php:24 34695 #: includes/class-pis-posts-in-sidebar.php:2486 663 696 msgid "Taxonomy A1" 664 697 msgstr "" 665 698 666 #: includes/class-pis-posts-in-sidebar.php:24 38699 #: includes/class-pis-posts-in-sidebar.php:2490 667 700 msgid "category" 668 701 msgstr "" 669 702 670 #: includes/class-pis-posts-in-sidebar.php:24 39671 #: includes/class-pis-posts-in-sidebar.php:25 02672 #: includes/class-pis-posts-in-sidebar.php:2 556673 #: includes/class-pis-posts-in-sidebar.php:26 19703 #: includes/class-pis-posts-in-sidebar.php:2491 704 #: includes/class-pis-posts-in-sidebar.php:2554 705 #: includes/class-pis-posts-in-sidebar.php:2608 706 #: includes/class-pis-posts-in-sidebar.php:2671 674 707 msgid "Enter the slug of the taxonomy." 675 708 msgstr "" 676 709 677 #: includes/class-pis-posts-in-sidebar.php:24 46678 #: includes/class-pis-posts-in-sidebar.php:25 09679 #: includes/class-pis-posts-in-sidebar.php:2 563680 #: includes/class-pis-posts-in-sidebar.php:26 26710 #: includes/class-pis-posts-in-sidebar.php:2498 711 #: includes/class-pis-posts-in-sidebar.php:2561 712 #: includes/class-pis-posts-in-sidebar.php:2615 713 #: includes/class-pis-posts-in-sidebar.php:2678 681 714 msgid "Field" 682 715 msgstr "" 683 716 684 #: includes/class-pis-posts-in-sidebar.php:2451 717 #: includes/class-pis-posts-in-sidebar.php:2503 718 #: includes/class-pis-posts-in-sidebar.php:2566 719 #: includes/class-pis-posts-in-sidebar.php:2620 720 #: includes/class-pis-posts-in-sidebar.php:2683 721 msgid "Select taxonomy term by this field." 722 msgstr "" 723 724 #: includes/class-pis-posts-in-sidebar.php:2510 725 #: includes/class-pis-posts-in-sidebar.php:2573 726 #: includes/class-pis-posts-in-sidebar.php:2627 727 #: includes/class-pis-posts-in-sidebar.php:2690 728 msgid "Terms" 729 msgstr "" 730 685 731 #: includes/class-pis-posts-in-sidebar.php:2514 686 #: includes/class-pis-posts-in-sidebar.php:2568 732 msgid "gnu-linux,kde" 733 msgstr "" 734 735 #: includes/class-pis-posts-in-sidebar.php:2515 736 #: includes/class-pis-posts-in-sidebar.php:2578 737 #: includes/class-pis-posts-in-sidebar.php:2632 738 #: includes/class-pis-posts-in-sidebar.php:2695 739 msgid "Enter terms, comma separated." 740 msgstr "" 741 742 #: includes/class-pis-posts-in-sidebar.php:2522 743 #: includes/class-pis-posts-in-sidebar.php:2585 744 #: includes/class-pis-posts-in-sidebar.php:2639 745 #: includes/class-pis-posts-in-sidebar.php:2702 746 #: includes/class-pis-posts-in-sidebar.php:3083 747 #: includes/class-pis-posts-in-sidebar.php:3148 748 #: includes/class-pis-posts-in-sidebar.php:3203 749 #: includes/class-pis-posts-in-sidebar.php:3267 750 msgid "Operator" 751 msgstr "" 752 753 #: includes/class-pis-posts-in-sidebar.php:2527 754 #: includes/class-pis-posts-in-sidebar.php:2590 755 #: includes/class-pis-posts-in-sidebar.php:2644 756 #: includes/class-pis-posts-in-sidebar.php:2707 757 msgid "Operator to test for terms." 758 msgstr "" 759 760 #: includes/class-pis-posts-in-sidebar.php:2536 761 msgid "Relation between A1 and A2 taxonomies" 762 msgstr "" 763 764 #: includes/class-pis-posts-in-sidebar.php:2549 765 msgid "Taxonomy A2" 766 msgstr "" 767 768 #: includes/class-pis-posts-in-sidebar.php:2553 769 msgid "movie-genre" 770 msgstr "" 771 772 #: includes/class-pis-posts-in-sidebar.php:2577 773 msgid "action,sci-fi" 774 msgstr "" 775 776 #: includes/class-pis-posts-in-sidebar.php:2598 777 #: includes/class-pis-posts-in-sidebar.php:3173 778 msgid "Column B" 779 msgstr "" 780 781 #: includes/class-pis-posts-in-sidebar.php:2603 782 msgid "Taxonomy B1" 783 msgstr "" 784 785 #: includes/class-pis-posts-in-sidebar.php:2607 786 msgid "post_tag" 787 msgstr "" 788 687 789 #: includes/class-pis-posts-in-sidebar.php:2631 688 msgid "Select taxonomy term by this field." 689 msgstr "" 690 691 #: includes/class-pis-posts-in-sidebar.php:2458 692 #: includes/class-pis-posts-in-sidebar.php:2521 693 #: includes/class-pis-posts-in-sidebar.php:2575 694 #: includes/class-pis-posts-in-sidebar.php:2638 695 msgid "Terms" 696 msgstr "" 697 698 #: includes/class-pis-posts-in-sidebar.php:2462 699 msgid "gnu-linux,kde" 700 msgstr "" 701 702 #: includes/class-pis-posts-in-sidebar.php:2463 703 #: includes/class-pis-posts-in-sidebar.php:2526 704 #: includes/class-pis-posts-in-sidebar.php:2580 705 #: includes/class-pis-posts-in-sidebar.php:2643 706 msgid "Enter terms, comma separated." 707 msgstr "" 708 709 #: includes/class-pis-posts-in-sidebar.php:2470 710 #: includes/class-pis-posts-in-sidebar.php:2533 711 #: includes/class-pis-posts-in-sidebar.php:2587 712 #: includes/class-pis-posts-in-sidebar.php:2650 713 #: includes/class-pis-posts-in-sidebar.php:3031 714 #: includes/class-pis-posts-in-sidebar.php:3096 715 #: includes/class-pis-posts-in-sidebar.php:3151 790 msgid "system,apache" 791 msgstr "" 792 793 #: includes/class-pis-posts-in-sidebar.php:2653 794 msgid "Relation between B1 and B2 taxonomies" 795 msgstr "" 796 797 #: includes/class-pis-posts-in-sidebar.php:2666 798 msgid "Taxonomy B2" 799 msgstr "" 800 801 #: includes/class-pis-posts-in-sidebar.php:2670 802 msgid "post_format" 803 msgstr "" 804 805 #: includes/class-pis-posts-in-sidebar.php:2694 806 msgid "post-format-quote" 807 msgstr "" 808 809 #: includes/class-pis-posts-in-sidebar.php:2722 810 msgid "Date query" 811 msgstr "" 812 813 #: includes/class-pis-posts-in-sidebar.php:2726 814 msgid "In this section you can define the period within posts have been published. You can get posts published in a certain period or after/before a date or in a dynamic period (based on current date)." 815 msgstr "" 816 817 #: includes/class-pis-posts-in-sidebar.php:2730 818 msgid "Get posts published in a certain period" 819 msgstr "" 820 821 #: includes/class-pis-posts-in-sidebar.php:2732 822 msgid "Define the period within posts are published. For example, you can pick up the posts published on 15 January, 2017 at 10." 823 msgstr "" 824 825 #: includes/class-pis-posts-in-sidebar.php:2738 826 #: includes/class-pis-posts-in-sidebar.php:2837 827 #: includes/class-pis-posts-in-sidebar.php:2878 828 msgid "Year" 829 msgstr "" 830 831 #: includes/class-pis-posts-in-sidebar.php:2743 832 msgid "4 digits year (e.g. 2015)." 833 msgstr "" 834 835 #: includes/class-pis-posts-in-sidebar.php:2749 836 #: includes/class-pis-posts-in-sidebar.php:2848 837 #: includes/class-pis-posts-in-sidebar.php:2889 838 msgid "Month" 839 msgstr "" 840 841 #: includes/class-pis-posts-in-sidebar.php:2754 842 msgid "Month number (from 1 to 12)." 843 msgstr "" 844 845 #: includes/class-pis-posts-in-sidebar.php:2760 846 msgid "Week" 847 msgstr "" 848 849 #: includes/class-pis-posts-in-sidebar.php:2765 850 msgid "Week of the year (from 0 to 53)." 851 msgstr "" 852 853 #: includes/class-pis-posts-in-sidebar.php:2771 854 #: includes/class-pis-posts-in-sidebar.php:2859 855 #: includes/class-pis-posts-in-sidebar.php:2900 856 msgid "Day" 857 msgstr "" 858 859 #: includes/class-pis-posts-in-sidebar.php:2776 860 msgid "Day of the month (from 1 to 31)." 861 msgstr "" 862 863 #: includes/class-pis-posts-in-sidebar.php:2786 864 msgid "Hour" 865 msgstr "" 866 867 #: includes/class-pis-posts-in-sidebar.php:2791 868 msgid "Hour (from 0 to 23)." 869 msgstr "" 870 871 #: includes/class-pis-posts-in-sidebar.php:2797 872 msgid "Minute" 873 msgstr "" 874 875 #: includes/class-pis-posts-in-sidebar.php:2802 876 msgid "Minute (from 0 to 59)." 877 msgstr "" 878 879 #: includes/class-pis-posts-in-sidebar.php:2808 880 msgid "Second" 881 msgstr "" 882 883 #: includes/class-pis-posts-in-sidebar.php:2813 884 msgid "Second (from 0 to 59)." 885 msgstr "" 886 887 #: includes/class-pis-posts-in-sidebar.php:2825 888 msgid "Get posts published after/before a date" 889 msgstr "" 890 891 #: includes/class-pis-posts-in-sidebar.php:2827 892 msgid "Here you can get posts published after/before a certain date. You can also use the two options together, for example, to get posts published between 2017-01-15 and 2017-01-31." 893 msgstr "" 894 895 #: includes/class-pis-posts-in-sidebar.php:2831 896 msgid "Get posts published after this date" 897 msgstr "" 898 899 #: includes/class-pis-posts-in-sidebar.php:2833 900 msgid "Get posts published after a certain date." 901 msgstr "" 902 903 #: includes/class-pis-posts-in-sidebar.php:2842 904 #: includes/class-pis-posts-in-sidebar.php:2883 905 msgid "Accepts any four-digit year." 906 msgstr "" 907 908 #: includes/class-pis-posts-in-sidebar.php:2853 909 #: includes/class-pis-posts-in-sidebar.php:2894 910 msgid "The month of the year. Accepts numbers 1-12." 911 msgstr "" 912 913 #: includes/class-pis-posts-in-sidebar.php:2864 914 #: includes/class-pis-posts-in-sidebar.php:2905 915 msgid "The day of the month. Accepts numbers 1-31." 916 msgstr "" 917 918 #: includes/class-pis-posts-in-sidebar.php:2872 919 msgid "Get posts published before this date" 920 msgstr "" 921 922 #: includes/class-pis-posts-in-sidebar.php:2874 923 msgid "Get posts published before a certain date." 924 msgstr "" 925 926 #: includes/class-pis-posts-in-sidebar.php:2915 927 msgid "Other options for after/before" 928 msgstr "" 929 930 #: includes/class-pis-posts-in-sidebar.php:2921 931 msgid "Inclusive" 932 msgstr "" 933 934 #: includes/class-pis-posts-in-sidebar.php:2925 935 msgid "For after/before, whether exact value should be matched or not" 936 msgstr "" 937 938 #: includes/class-pis-posts-in-sidebar.php:2935 939 msgid "Column" 940 msgstr "" 941 942 #: includes/class-pis-posts-in-sidebar.php:2940 943 msgid "Column to query against." 944 msgstr "" 945 946 #: includes/class-pis-posts-in-sidebar.php:2952 947 msgid "Dynamic date query" 948 msgstr "" 949 950 #: includes/class-pis-posts-in-sidebar.php:2954 951 msgid "Define the amount of time from now within the posts have been published. For example, you can get posts published 1 month ago or 2 years ago, and so on. An expression like \"1 month ago\" means: get posts that have been published in the last month, and not only published exactly one month ago." 952 msgstr "" 953 954 #: includes/class-pis-posts-in-sidebar.php:2956 955 msgid "Also, please note that these options will override the corresponding options under \"Get posts published after/before a date\"." 956 msgstr "" 957 958 #: includes/class-pis-posts-in-sidebar.php:2960 959 msgid "Get posts published after this amount of time" 960 msgstr "" 961 962 #: includes/class-pis-posts-in-sidebar.php:2965 963 #: includes/class-pis-posts-in-sidebar.php:2993 964 msgid "Amount of time" 965 msgstr "" 966 967 #: includes/class-pis-posts-in-sidebar.php:2976 968 #: includes/class-pis-posts-in-sidebar.php:3004 969 msgid "Type of date" 970 msgstr "" 971 972 #: includes/class-pis-posts-in-sidebar.php:2988 973 msgid "Get posts published before this amount of time" 974 msgstr "" 975 976 #: includes/class-pis-posts-in-sidebar.php:3023 977 msgid "Custom fields query" 978 msgstr "" 979 980 #: includes/class-pis-posts-in-sidebar.php:3027 981 msgid "This section lets you retrieve posts from any custom field. If you want to use only one custom field, use the \"Custom field key A1\" field. If you have to put in relation two custom fields (e.g., display posts that have the meta key \"color\" and value \"red\" but meta key \"price\" with values between 10 and 20), then use also the \"Custom field key B1\" field. If you have to put in relation more custom fields, start using also the \"A2\" and \"B2\" fields." 982 msgstr "" 983 984 #: includes/class-pis-posts-in-sidebar.php:3041 985 msgid "The logical relationship between each inner meta_query array when there is more than one." 986 msgstr "" 987 988 #: includes/class-pis-posts-in-sidebar.php:3058 989 msgid "Custom field key A1" 990 msgstr "" 991 992 #: includes/class-pis-posts-in-sidebar.php:3062 993 #: includes/class-pis-posts-in-sidebar.php:3127 994 #: includes/class-pis-posts-in-sidebar.php:3182 995 #: includes/class-pis-posts-in-sidebar.php:3246 996 msgid "color" 997 msgstr "" 998 999 #: includes/class-pis-posts-in-sidebar.php:3063 1000 #: includes/class-pis-posts-in-sidebar.php:3128 1001 #: includes/class-pis-posts-in-sidebar.php:3183 1002 #: includes/class-pis-posts-in-sidebar.php:3247 1003 msgid "Enter the custom field key." 1004 msgstr "" 1005 1006 #: includes/class-pis-posts-in-sidebar.php:3070 1007 #: includes/class-pis-posts-in-sidebar.php:3135 1008 #: includes/class-pis-posts-in-sidebar.php:3190 1009 #: includes/class-pis-posts-in-sidebar.php:3254 1010 msgid "Custom field value" 1011 msgstr "" 1012 1013 #: includes/class-pis-posts-in-sidebar.php:3074 1014 #: includes/class-pis-posts-in-sidebar.php:3139 1015 #: includes/class-pis-posts-in-sidebar.php:3194 1016 #: includes/class-pis-posts-in-sidebar.php:3258 1017 msgid "blue, orange, red" 1018 msgstr "" 1019 1020 #. translators: the placeholder contains some code. 1021 #: includes/class-pis-posts-in-sidebar.php:3076 1022 #: includes/class-pis-posts-in-sidebar.php:3141 1023 #: includes/class-pis-posts-in-sidebar.php:3196 1024 #: includes/class-pis-posts-in-sidebar.php:3260 1025 msgid "Enter one or more values of the custom field, comma separated. If you enter %s, this will be replaced with the current date and time." 1026 msgstr "" 1027 1028 #: includes/class-pis-posts-in-sidebar.php:3088 1029 #: includes/class-pis-posts-in-sidebar.php:3153 1030 #: includes/class-pis-posts-in-sidebar.php:3208 1031 #: includes/class-pis-posts-in-sidebar.php:3272 1032 msgid "Operator to test for values." 1033 msgstr "" 1034 1035 #: includes/class-pis-posts-in-sidebar.php:3095 1036 #: includes/class-pis-posts-in-sidebar.php:3160 716 1037 #: includes/class-pis-posts-in-sidebar.php:3215 717 msgid "Operator" 718 msgstr "" 719 720 #: includes/class-pis-posts-in-sidebar.php:2475 721 #: includes/class-pis-posts-in-sidebar.php:2538 722 #: includes/class-pis-posts-in-sidebar.php:2592 723 #: includes/class-pis-posts-in-sidebar.php:2655 724 msgid "Operator to test for terms." 725 msgstr "" 726 727 #: includes/class-pis-posts-in-sidebar.php:2484 728 msgid "Relation between A1 and A2 taxonomies" 729 msgstr "" 730 731 #: includes/class-pis-posts-in-sidebar.php:2497 732 msgid "Taxonomy A2" 733 msgstr "" 734 735 #: includes/class-pis-posts-in-sidebar.php:2501 736 msgid "movie-genre" 737 msgstr "" 738 739 #: includes/class-pis-posts-in-sidebar.php:2525 740 msgid "action,sci-fi" 741 msgstr "" 742 743 #: includes/class-pis-posts-in-sidebar.php:2546 744 #: includes/class-pis-posts-in-sidebar.php:3121 745 msgid "Column B" 746 msgstr "" 747 748 #: includes/class-pis-posts-in-sidebar.php:2551 749 msgid "Taxonomy B1" 750 msgstr "" 751 752 #: includes/class-pis-posts-in-sidebar.php:2555 753 msgid "post_tag" 754 msgstr "" 755 756 #: includes/class-pis-posts-in-sidebar.php:2579 757 msgid "system,apache" 758 msgstr "" 759 760 #: includes/class-pis-posts-in-sidebar.php:2601 761 msgid "Relation between B1 and B2 taxonomies" 762 msgstr "" 763 764 #: includes/class-pis-posts-in-sidebar.php:2614 765 msgid "Taxonomy B2" 766 msgstr "" 767 768 #: includes/class-pis-posts-in-sidebar.php:2618 769 msgid "post_format" 770 msgstr "" 771 772 #: includes/class-pis-posts-in-sidebar.php:2642 773 msgid "post-format-quote" 774 msgstr "" 775 776 #: includes/class-pis-posts-in-sidebar.php:2670 777 msgid "Date query" 778 msgstr "" 779 780 #: includes/class-pis-posts-in-sidebar.php:2674 781 msgid "In this section you can define the period within posts have been published. You can get posts published in a certain period or after/before a date or in a dynamic period (based on current date)." 782 msgstr "" 783 784 #: includes/class-pis-posts-in-sidebar.php:2678 785 msgid "Get posts published in a certain period" 786 msgstr "" 787 788 #: includes/class-pis-posts-in-sidebar.php:2680 789 msgid "Define the period within posts are published. For example, you can pick up the posts published on 15 January, 2017 at 10." 790 msgstr "" 791 792 #: includes/class-pis-posts-in-sidebar.php:2686 793 #: includes/class-pis-posts-in-sidebar.php:2785 794 #: includes/class-pis-posts-in-sidebar.php:2826 795 msgid "Year" 796 msgstr "" 797 798 #: includes/class-pis-posts-in-sidebar.php:2691 799 msgid "4 digits year (e.g. 2015)." 800 msgstr "" 801 802 #: includes/class-pis-posts-in-sidebar.php:2697 803 #: includes/class-pis-posts-in-sidebar.php:2796 804 #: includes/class-pis-posts-in-sidebar.php:2837 805 msgid "Month" 806 msgstr "" 807 808 #: includes/class-pis-posts-in-sidebar.php:2702 809 msgid "Month number (from 1 to 12)." 810 msgstr "" 811 812 #: includes/class-pis-posts-in-sidebar.php:2708 813 msgid "Week" 814 msgstr "" 815 816 #: includes/class-pis-posts-in-sidebar.php:2713 817 msgid "Week of the year (from 0 to 53)." 818 msgstr "" 819 820 #: includes/class-pis-posts-in-sidebar.php:2719 821 #: includes/class-pis-posts-in-sidebar.php:2807 822 #: includes/class-pis-posts-in-sidebar.php:2848 823 msgid "Day" 824 msgstr "" 825 826 #: includes/class-pis-posts-in-sidebar.php:2724 827 msgid "Day of the month (from 1 to 31)." 828 msgstr "" 829 830 #: includes/class-pis-posts-in-sidebar.php:2734 831 msgid "Hour" 832 msgstr "" 833 834 #: includes/class-pis-posts-in-sidebar.php:2739 835 msgid "Hour (from 0 to 23)." 836 msgstr "" 837 838 #: includes/class-pis-posts-in-sidebar.php:2745 839 msgid "Minute" 840 msgstr "" 841 842 #: includes/class-pis-posts-in-sidebar.php:2750 843 msgid "Minute (from 0 to 59)." 844 msgstr "" 845 846 #: includes/class-pis-posts-in-sidebar.php:2756 847 msgid "Second" 848 msgstr "" 849 850 #: includes/class-pis-posts-in-sidebar.php:2761 851 msgid "Second (from 0 to 59)." 852 msgstr "" 853 854 #: includes/class-pis-posts-in-sidebar.php:2773 855 msgid "Get posts published after/before a date" 856 msgstr "" 857 858 #: includes/class-pis-posts-in-sidebar.php:2775 859 msgid "Here you can get posts published after/before a certain date. You can also use the two options together, for example, to get posts published between 2017-01-15 and 2017-01-31." 860 msgstr "" 861 862 #: includes/class-pis-posts-in-sidebar.php:2779 863 msgid "Get posts published after this date" 864 msgstr "" 865 866 #: includes/class-pis-posts-in-sidebar.php:2781 867 msgid "Get posts published after a certain date." 868 msgstr "" 869 870 #: includes/class-pis-posts-in-sidebar.php:2790 871 #: includes/class-pis-posts-in-sidebar.php:2831 872 msgid "Accepts any four-digit year." 873 msgstr "" 874 875 #: includes/class-pis-posts-in-sidebar.php:2801 876 #: includes/class-pis-posts-in-sidebar.php:2842 877 msgid "The month of the year. Accepts numbers 1-12." 878 msgstr "" 879 880 #: includes/class-pis-posts-in-sidebar.php:2812 881 #: includes/class-pis-posts-in-sidebar.php:2853 882 msgid "The day of the month. Accepts numbers 1-31." 883 msgstr "" 884 885 #: includes/class-pis-posts-in-sidebar.php:2820 886 msgid "Get posts published before this date" 887 msgstr "" 888 889 #: includes/class-pis-posts-in-sidebar.php:2822 890 msgid "Get posts published before a certain date." 891 msgstr "" 892 893 #: includes/class-pis-posts-in-sidebar.php:2863 894 msgid "Other options for after/before" 895 msgstr "" 896 897 #: includes/class-pis-posts-in-sidebar.php:2869 898 msgid "Inclusive" 899 msgstr "" 900 901 #: includes/class-pis-posts-in-sidebar.php:2873 902 msgid "For after/before, whether exact value should be matched or not" 903 msgstr "" 904 905 #: includes/class-pis-posts-in-sidebar.php:2883 906 msgid "Column" 907 msgstr "" 908 909 #: includes/class-pis-posts-in-sidebar.php:2888 910 msgid "Column to query against." 911 msgstr "" 912 913 #: includes/class-pis-posts-in-sidebar.php:2900 914 msgid "Dynamic date query" 915 msgstr "" 916 917 #: includes/class-pis-posts-in-sidebar.php:2902 918 msgid "Define the amount of time from now within the posts have been published. For example, you can get posts published 1 month ago or 2 years ago, and so on. An expression like \"1 month ago\" means: get posts that have been published in the last month, and not only published exactly one month ago." 919 msgstr "" 920 921 #: includes/class-pis-posts-in-sidebar.php:2904 922 msgid "Also, please note that these options will override the corresponding options under \"Get posts published after/before a date\"." 923 msgstr "" 924 925 #: includes/class-pis-posts-in-sidebar.php:2908 926 msgid "Get posts published after this amount of time" 927 msgstr "" 928 929 #: includes/class-pis-posts-in-sidebar.php:2913 930 #: includes/class-pis-posts-in-sidebar.php:2941 931 msgid "Amount of time" 932 msgstr "" 933 934 #: includes/class-pis-posts-in-sidebar.php:2924 935 #: includes/class-pis-posts-in-sidebar.php:2952 936 msgid "Type of date" 937 msgstr "" 938 939 #: includes/class-pis-posts-in-sidebar.php:2936 940 msgid "Get posts published before this amount of time" 941 msgstr "" 942 943 #: includes/class-pis-posts-in-sidebar.php:2971 944 msgid "Custom fields query" 945 msgstr "" 946 947 #: includes/class-pis-posts-in-sidebar.php:2975 948 msgid "This section lets you retrieve posts from any custom field. If you want to use only one custom field, use the \"Custom field key A1\" field. If you have to put in relation two custom fields (e.g., display posts that have the meta key \"color\" and value \"red\" but meta key \"price\" with values between 10 and 20), then use also the \"Custom field key B1\" field. If you have to put in relation more custom fields, start using also the \"A2\" and \"B2\" fields." 949 msgstr "" 950 951 #: includes/class-pis-posts-in-sidebar.php:2989 952 msgid "The logical relationship between each inner meta_query array when there is more than one." 953 msgstr "" 954 955 #: includes/class-pis-posts-in-sidebar.php:3006 956 msgid "Custom field key A1" 957 msgstr "" 958 959 #: includes/class-pis-posts-in-sidebar.php:3010 960 #: includes/class-pis-posts-in-sidebar.php:3075 961 #: includes/class-pis-posts-in-sidebar.php:3130 962 #: includes/class-pis-posts-in-sidebar.php:3194 963 msgid "color" 964 msgstr "" 965 966 #: includes/class-pis-posts-in-sidebar.php:3011 967 #: includes/class-pis-posts-in-sidebar.php:3076 968 #: includes/class-pis-posts-in-sidebar.php:3131 969 #: includes/class-pis-posts-in-sidebar.php:3195 970 msgid "Enter the custom field key." 971 msgstr "" 972 973 #: includes/class-pis-posts-in-sidebar.php:3018 974 #: includes/class-pis-posts-in-sidebar.php:3083 975 #: includes/class-pis-posts-in-sidebar.php:3138 976 #: includes/class-pis-posts-in-sidebar.php:3202 977 msgid "Custom field value" 978 msgstr "" 979 980 #: includes/class-pis-posts-in-sidebar.php:3022 981 #: includes/class-pis-posts-in-sidebar.php:3087 982 #: includes/class-pis-posts-in-sidebar.php:3142 983 #: includes/class-pis-posts-in-sidebar.php:3206 984 msgid "blue, orange, red" 985 msgstr "" 986 987 #. translators: the placeholder contains some code. 988 #: includes/class-pis-posts-in-sidebar.php:3024 989 #: includes/class-pis-posts-in-sidebar.php:3089 990 #: includes/class-pis-posts-in-sidebar.php:3144 991 #: includes/class-pis-posts-in-sidebar.php:3208 992 msgid "Enter one or more values of the custom field, comma separated. If you enter %s, this will be replaced with the current date and time." 993 msgstr "" 994 995 #: includes/class-pis-posts-in-sidebar.php:3036 1038 #: includes/class-pis-posts-in-sidebar.php:3279 1039 msgid "Type" 1040 msgstr "" 1041 996 1042 #: includes/class-pis-posts-in-sidebar.php:3101 997 #: includes/class-pis-posts-in-sidebar.php:31 561043 #: includes/class-pis-posts-in-sidebar.php:3165 998 1044 #: includes/class-pis-posts-in-sidebar.php:3220 999 msgid "Operator to test for values." 1000 msgstr "" 1001 1002 #: includes/class-pis-posts-in-sidebar.php:3043 1003 #: includes/class-pis-posts-in-sidebar.php:3108 1004 #: includes/class-pis-posts-in-sidebar.php:3163 1005 #: includes/class-pis-posts-in-sidebar.php:3227 1006 msgid "Type" 1007 msgstr "" 1008 1009 #: includes/class-pis-posts-in-sidebar.php:3049 1010 #: includes/class-pis-posts-in-sidebar.php:3113 1011 #: includes/class-pis-posts-in-sidebar.php:3168 1012 #: includes/class-pis-posts-in-sidebar.php:3232 1045 #: includes/class-pis-posts-in-sidebar.php:3284 1013 1046 msgid "Custom field type. Leave this field blank when using decimal values." 1014 1047 msgstr "" 1015 1048 1016 #: includes/class-pis-posts-in-sidebar.php:3 0581049 #: includes/class-pis-posts-in-sidebar.php:3110 1017 1050 msgid "Relation between A1 and A2 custom fields" 1018 1051 msgstr "" 1019 1052 1020 #: includes/class-pis-posts-in-sidebar.php:3 0711053 #: includes/class-pis-posts-in-sidebar.php:3123 1021 1054 msgid "Custom field key A2" 1022 1055 msgstr "" 1023 1056 1024 #: includes/class-pis-posts-in-sidebar.php:31 261057 #: includes/class-pis-posts-in-sidebar.php:3178 1025 1058 msgid "Custom field key B1" 1026 1059 msgstr "" 1027 1060 1028 #: includes/class-pis-posts-in-sidebar.php:3 1771061 #: includes/class-pis-posts-in-sidebar.php:3229 1029 1062 msgid "Relation between B1 and B2 custom fields" 1030 1063 msgstr "" 1031 1064 1032 #: includes/class-pis-posts-in-sidebar.php:3 1901065 #: includes/class-pis-posts-in-sidebar.php:3242 1033 1066 msgid "Custom field key B2" 1034 1067 msgstr "" 1035 1068 1036 #: includes/class-pis-posts-in-sidebar.php:32 461069 #: includes/class-pis-posts-in-sidebar.php:3298 1037 1070 msgid "Get posts from username" 1038 1071 msgstr "" 1039 1072 1040 #: includes/class-pis-posts-in-sidebar.php:3 2521073 #: includes/class-pis-posts-in-sidebar.php:3304 1041 1074 msgid "This section lets you retrieve posts that have a custom field key or a category equal to the username of the currently logged-in user. This means that you can show a custom list of posts for each user." 1042 1075 msgstr "" 1043 1076 1044 #: includes/class-pis-posts-in-sidebar.php:3 2581077 #: includes/class-pis-posts-in-sidebar.php:3310 1045 1078 msgid "If you want to use custom field keys, create — for each post or for the posts you want — a custom field where the meta key is equal to the user login name. The meta value can be empty, since it is ignored here. A single post can have multiple custom fields, one for each user." 1046 1079 msgstr "" 1047 1080 1048 #: includes/class-pis-posts-in-sidebar.php:3 2641081 #: includes/class-pis-posts-in-sidebar.php:3316 1049 1082 msgid "If you want to use categories, assign the posts you want to a category that has the same name of the user." 1050 1083 msgstr "" 1051 1084 1052 #: includes/class-pis-posts-in-sidebar.php:3 2701085 #: includes/class-pis-posts-in-sidebar.php:3322 1053 1086 msgid "When logged in, the user will see the posts you have marked with his username." 1054 1087 msgstr "" 1055 1088 1056 #: includes/class-pis-posts-in-sidebar.php:3 2761089 #: includes/class-pis-posts-in-sidebar.php:3328 1057 1090 msgid "If the user is not logged-in or the widget does not find any post having a meta key (or a category) with the username of the logged-in user, the widget will simply ignore this option." 1058 1091 msgstr "" 1059 1092 1060 #: includes/class-pis-posts-in-sidebar.php:3 2851093 #: includes/class-pis-posts-in-sidebar.php:3337 1061 1094 msgid "Get posts from current username" 1062 1095 msgstr "" 1063 1096 1064 #: includes/class-pis-posts-in-sidebar.php:3 2891097 #: includes/class-pis-posts-in-sidebar.php:3341 1065 1098 msgid "This option will use custom field keys." 1066 1099 msgstr "" 1067 1100 1068 #: includes/class-pis-posts-in-sidebar.php:3 2961101 #: includes/class-pis-posts-in-sidebar.php:3348 1069 1102 msgid "Use category instead of meta key" 1070 1103 msgstr "" 1071 1104 1072 #: includes/class-pis-posts-in-sidebar.php:33 001105 #: includes/class-pis-posts-in-sidebar.php:3352 1073 1106 msgid "When you activate this option, make sure to activate also the option \"Get posts from current username\"" 1074 1107 msgstr "" 1075 1108 1076 #: includes/class-pis-posts-in-sidebar.php:33 151109 #: includes/class-pis-posts-in-sidebar.php:3367 1077 1110 msgid "By default, when you activate the option above to change the query, the plugin will deactivate other parameters like categories, tags, date, author, and so on. To leave in action these parameters, activate this option." 1078 1111 msgstr "" 1079 1112 1080 #: includes/class-pis-posts-in-sidebar.php:33 291113 #: includes/class-pis-posts-in-sidebar.php:3381 1081 1114 msgid "Excluding posts" 1082 1115 msgstr "" 1083 1116 1084 #: includes/class-pis-posts-in-sidebar.php:33 351117 #: includes/class-pis-posts-in-sidebar.php:3387 1085 1118 msgid "Define here which posts must be excluded from the query." 1086 1119 msgstr "" 1087 1120 1088 #: includes/class-pis-posts-in-sidebar.php:3 3581121 #: includes/class-pis-posts-in-sidebar.php:3410 1089 1122 msgid "Exclude posts by these authors" 1090 1123 msgstr "" 1091 1124 1092 #: includes/class-pis-posts-in-sidebar.php:3 3751125 #: includes/class-pis-posts-in-sidebar.php:3427 1093 1126 msgid "Exclude posts from these categories" 1094 1127 msgstr "" 1095 1128 1096 #: includes/class-pis-posts-in-sidebar.php:3 3961129 #: includes/class-pis-posts-in-sidebar.php:3448 1097 1130 msgid "Exclude posts from these tags" 1098 1131 msgstr "" 1099 1132 1100 #: includes/class-pis-posts-in-sidebar.php:34 081133 #: includes/class-pis-posts-in-sidebar.php:3460 1101 1134 msgid "Exclude posts with these IDs" 1102 1135 msgstr "" 1103 1136 1104 #: includes/class-pis-posts-in-sidebar.php:34 241137 #: includes/class-pis-posts-in-sidebar.php:3476 1105 1138 msgid "Exclude posts whose parent is in these IDs" 1106 1139 msgstr "" 1107 1140 1108 #: includes/class-pis-posts-in-sidebar.php:34 361141 #: includes/class-pis-posts-in-sidebar.php:3488 1109 1142 msgid "Automatically exclude the current post in single post or the current page in single page" 1110 1143 msgstr "" 1111 1144 1112 #: includes/class-pis-posts-in-sidebar.php:3 4581145 #: includes/class-pis-posts-in-sidebar.php:3510 1113 1146 msgid "Displaying posts" 1114 1147 msgstr "" 1115 1148 1116 #: includes/class-pis-posts-in-sidebar.php:3 4621149 #: includes/class-pis-posts-in-sidebar.php:3514 1117 1150 msgid "Define here which elements you want to display in the widget." 1118 1151 msgstr "" 1119 1152 1120 #: includes/class-pis-posts-in-sidebar.php:3 4701153 #: includes/class-pis-posts-in-sidebar.php:3522 1121 1154 msgid "The title of the post" 1122 1155 msgstr "" 1123 1156 1124 #: includes/class-pis-posts-in-sidebar.php:3 4751157 #: includes/class-pis-posts-in-sidebar.php:3527 1125 1158 msgid "Display the title of the post" 1126 1159 msgstr "" 1127 1160 1128 #: includes/class-pis-posts-in-sidebar.php:3 4851161 #: includes/class-pis-posts-in-sidebar.php:3537 1129 1162 msgid "Link the title to the post" 1130 1163 msgstr "" 1131 1164 1132 #: includes/class-pis-posts-in-sidebar.php:3 4951165 #: includes/class-pis-posts-in-sidebar.php:3547 1133 1166 msgid "Show an arrow after the title" 1134 1167 msgstr "" 1135 1168 1136 #: includes/class-pis-posts-in-sidebar.php:35 051169 #: includes/class-pis-posts-in-sidebar.php:3557 1137 1170 msgid "The length of the title" 1138 1171 msgstr "" 1139 1172 1140 1173 #. translators: there is some code. 1141 #: includes/class-pis-posts-in-sidebar.php:35 111174 #: includes/class-pis-posts-in-sidebar.php:3563 1142 1175 msgid "Use %s to leave the length unchanged." 1143 1176 msgstr "" 1144 1177 1145 #: includes/class-pis-posts-in-sidebar.php:35 181178 #: includes/class-pis-posts-in-sidebar.php:3570 1146 1179 msgid "Title length unit" 1147 1180 msgstr "" 1148 1181 1149 #: includes/class-pis-posts-in-sidebar.php:35 291182 #: includes/class-pis-posts-in-sidebar.php:3581 1150 1183 msgid "Add an ellipsis after the shortened title" 1151 1184 msgstr "" 1152 1185 1153 #: includes/class-pis-posts-in-sidebar.php:35 391186 #: includes/class-pis-posts-in-sidebar.php:3591 1154 1187 msgid "Type of HTML tag for post title" 1155 1188 msgstr "" 1156 1189 1157 #: includes/class-pis-posts-in-sidebar.php:3 5501190 #: includes/class-pis-posts-in-sidebar.php:3602 1158 1191 msgid "The text of the post" 1159 1192 msgstr "" 1160 1193 1161 #: includes/class-pis-posts-in-sidebar.php:3 5551194 #: includes/class-pis-posts-in-sidebar.php:3607 1162 1195 msgid "Display this type of text" 1163 1196 msgstr "" 1164 1197 1165 1198 #. translators: there is some code. 1166 #: includes/class-pis-posts-in-sidebar.php:3 5611199 #: includes/class-pis-posts-in-sidebar.php:3613 1167 1200 msgid "For more information regarding these types of text, please see %1$shere%2$s." 1168 1201 msgstr "" 1169 1202 1170 #: includes/class-pis-posts-in-sidebar.php:3 5681203 #: includes/class-pis-posts-in-sidebar.php:3620 1171 1204 msgid "The WordPress generated excerpt length will be" 1172 1205 msgstr "" 1173 1206 1174 #: includes/class-pis-posts-in-sidebar.php:3 5791207 #: includes/class-pis-posts-in-sidebar.php:3631 1175 1208 msgid "Excerpt length unit" 1176 1209 msgstr "" 1177 1210 1178 #: includes/class-pis-posts-in-sidebar.php:3 5901211 #: includes/class-pis-posts-in-sidebar.php:3642 1179 1212 msgid "Use this text for More link" 1180 1213 msgstr "" 1181 1214 1182 #: includes/class-pis-posts-in-sidebar.php:3 5941215 #: includes/class-pis-posts-in-sidebar.php:3646 1183 1216 #: includes/pis-functions-display.php:569 1184 1217 #: includes/pis-functions-general.php:303 … … 1186 1219 msgstr "" 1187 1220 1188 #: includes/class-pis-posts-in-sidebar.php:3 5951221 #: includes/class-pis-posts-in-sidebar.php:3647 1189 1222 msgid "The \"Read more\" text will be automatically hidden if the length of the WordPress-generated excerpt is smaller than or equal to the user-defined length." 1190 1223 msgstr "" 1191 1224 1192 #: includes/class-pis-posts-in-sidebar.php:36 021225 #: includes/class-pis-posts-in-sidebar.php:3654 1193 1226 msgid "Display an arrow after the text of the post" 1194 1227 msgstr "" 1195 1228 1196 #: includes/class-pis-posts-in-sidebar.php:36 171229 #: includes/class-pis-posts-in-sidebar.php:3669 1197 1230 msgid "The featured image of the post" 1198 1231 msgstr "" 1199 1232 1200 #: includes/class-pis-posts-in-sidebar.php:36 261233 #: includes/class-pis-posts-in-sidebar.php:3678 1201 1234 msgid "Your theme does not support the Post Thumbnail feature. No image will be displayed." 1202 1235 msgstr "" 1203 1236 1204 #: includes/class-pis-posts-in-sidebar.php:36 321237 #: includes/class-pis-posts-in-sidebar.php:3684 1205 1238 msgid "Display the featured image of the post" 1206 1239 msgstr "" 1207 1240 1208 #: includes/class-pis-posts-in-sidebar.php:36 421241 #: includes/class-pis-posts-in-sidebar.php:3694 1209 1242 msgid "The size of the thumbnail will be" 1210 1243 msgstr "" 1211 1244 1212 #: includes/class-pis-posts-in-sidebar.php:3 6531245 #: includes/class-pis-posts-in-sidebar.php:3705 1213 1246 msgid "Align the image to" 1214 1247 msgstr "" 1215 1248 1216 1249 #. translators: there is some code. 1217 #: includes/class-pis-posts-in-sidebar.php:3 6651250 #: includes/class-pis-posts-in-sidebar.php:3717 1218 1251 msgid "Note that in order to use image sizes different from the WordPress standards, add them to your theme's %3$sfunctions.php%4$s file. See the %1$sCodex%2$s for further information." 1219 1252 msgstr "" 1220 1253 1221 1254 #. translators: there is some code. 1222 #: includes/class-pis-posts-in-sidebar.php:3 6751255 #: includes/class-pis-posts-in-sidebar.php:3727 1223 1256 msgid "You can also use %1$sa plugin%2$s that could help you in doing it." 1224 1257 msgstr "" 1225 1258 1226 #: includes/class-pis-posts-in-sidebar.php:3 6861259 #: includes/class-pis-posts-in-sidebar.php:3738 1227 1260 msgid "The link of the featured image" 1228 1261 msgstr "" 1229 1262 1230 #: includes/class-pis-posts-in-sidebar.php:3 6911263 #: includes/class-pis-posts-in-sidebar.php:3743 1231 1264 msgid "Link the image to the post" 1232 1265 msgstr "" 1233 1266 1234 #: includes/class-pis-posts-in-sidebar.php:3 6951267 #: includes/class-pis-posts-in-sidebar.php:3747 1235 1268 msgid "If activated, the image will be linked to the post. If you want to change the link, enter another URL in the box below." 1236 1269 msgstr "" 1237 1270 1238 #: includes/class-pis-posts-in-sidebar.php:37 021271 #: includes/class-pis-posts-in-sidebar.php:3754 1239 1272 msgid "Link the image to this URL" 1240 1273 msgstr "" 1241 1274 1242 #: includes/class-pis-posts-in-sidebar.php:37 071275 #: includes/class-pis-posts-in-sidebar.php:3759 1243 1276 msgid "By default the featured image is linked to the post. Use this field to link the image to a URL of your choice. Please, note that every featured image of this widget will be linked to the same URL." 1244 1277 msgstr "" 1245 1278 1246 #: includes/class-pis-posts-in-sidebar.php:37 111279 #: includes/class-pis-posts-in-sidebar.php:3763 1247 1280 msgid "Custom featured image" 1248 1281 msgstr "" 1249 1282 1250 #: includes/class-pis-posts-in-sidebar.php:37 161283 #: includes/class-pis-posts-in-sidebar.php:3768 1251 1284 msgid "Use this image instead of the standard featured image" 1252 1285 msgstr "" 1253 1286 1254 #: includes/class-pis-posts-in-sidebar.php:37 211287 #: includes/class-pis-posts-in-sidebar.php:3773 1255 1288 msgid "Paste here the URL of the image. Note that the same image will be used for all the posts in the widget, unless you activate the checkbox below." 1256 1289 msgstr "" 1257 1290 1258 #: includes/class-pis-posts-in-sidebar.php:37 281291 #: includes/class-pis-posts-in-sidebar.php:3780 1259 1292 msgid "Use custom image URL only if the post has not a featured image." 1260 1293 msgstr "" 1261 1294 1262 #: includes/class-pis-posts-in-sidebar.php:37 411263 #: includes/class-pis-posts-in-sidebar.php:41 091264 #: includes/class-pis-posts-in-sidebar.php:4 2811265 #: includes/class-pis-posts-in-sidebar.php:43 111266 #: includes/class-pis-posts-in-sidebar.php:43 411267 #: includes/class-pis-posts-in-sidebar.php:4 4821295 #: includes/class-pis-posts-in-sidebar.php:3793 1296 #: includes/class-pis-posts-in-sidebar.php:4161 1297 #: includes/class-pis-posts-in-sidebar.php:4333 1298 #: includes/class-pis-posts-in-sidebar.php:4363 1299 #: includes/class-pis-posts-in-sidebar.php:4393 1300 #: includes/class-pis-posts-in-sidebar.php:4534 1268 1301 msgid "Move this section" 1269 1302 msgstr "" 1270 1303 1271 #: includes/class-pis-posts-in-sidebar.php:37 461272 #: includes/class-pis-posts-in-sidebar.php:41 141273 #: includes/class-pis-posts-in-sidebar.php:4 4871304 #: includes/class-pis-posts-in-sidebar.php:3798 1305 #: includes/class-pis-posts-in-sidebar.php:4166 1306 #: includes/class-pis-posts-in-sidebar.php:4539 1274 1307 msgid "Display this section before the title of the post" 1275 1308 msgstr "" 1276 1309 1277 #: includes/class-pis-posts-in-sidebar.php:3 7611310 #: includes/class-pis-posts-in-sidebar.php:3813 1278 1311 msgid "Author, date/time and comments" 1279 1312 msgstr "" 1280 1313 1281 #: includes/class-pis-posts-in-sidebar.php:3 7691314 #: includes/class-pis-posts-in-sidebar.php:3821 1282 1315 #: includes/pis-select-options.php:155 1283 1316 #: includes/pis-select-options.php:232 … … 1286 1319 msgstr "" 1287 1320 1288 #: includes/class-pis-posts-in-sidebar.php:3 7741321 #: includes/class-pis-posts-in-sidebar.php:3826 1289 1322 msgid "Display the author of the post" 1290 1323 msgstr "" 1291 1324 1292 #: includes/class-pis-posts-in-sidebar.php:3 7841325 #: includes/class-pis-posts-in-sidebar.php:3836 1293 1326 msgid "Use this text before author's name" 1294 1327 msgstr "" 1295 1328 1296 #: includes/class-pis-posts-in-sidebar.php:3 7881329 #: includes/class-pis-posts-in-sidebar.php:3840 1297 1330 #: includes/pis-functions-display.php:728 1298 1331 #: includes/pis-functions-general.php:308 … … 1300 1333 msgstr "" 1301 1334 1302 #: includes/class-pis-posts-in-sidebar.php:3 7951335 #: includes/class-pis-posts-in-sidebar.php:3847 1303 1336 msgid "Link the author to his archive" 1304 1337 msgstr "" 1305 1338 1306 #: includes/class-pis-posts-in-sidebar.php:38 061339 #: includes/class-pis-posts-in-sidebar.php:3858 1307 1340 #: includes/pis-select-options.php:171 1308 1341 #: includes/pis-select-options.php:248 … … 1310 1343 msgstr "" 1311 1344 1312 #: includes/class-pis-posts-in-sidebar.php:38 111345 #: includes/class-pis-posts-in-sidebar.php:3863 1313 1346 msgid "Display the date of the post" 1314 1347 msgstr "" 1315 1348 1316 #: includes/class-pis-posts-in-sidebar.php:38 211349 #: includes/class-pis-posts-in-sidebar.php:3873 1317 1350 msgid "Use this text before date" 1318 1351 msgstr "" 1319 1352 1320 #: includes/class-pis-posts-in-sidebar.php:38 251353 #: includes/class-pis-posts-in-sidebar.php:3877 1321 1354 #: includes/pis-functions-display.php:731 1322 1355 #: includes/pis-functions-general.php:315 … … 1324 1357 msgstr "" 1325 1358 1326 #: includes/class-pis-posts-in-sidebar.php:38 321359 #: includes/class-pis-posts-in-sidebar.php:3884 1327 1360 msgid "Link the date to the post" 1328 1361 msgstr "" 1329 1362 1330 #: includes/class-pis-posts-in-sidebar.php:38 421363 #: includes/class-pis-posts-in-sidebar.php:3894 1331 1364 msgid "Display the time of the post" 1332 1365 msgstr "" 1333 1366 1334 #: includes/class-pis-posts-in-sidebar.php:3 8531367 #: includes/class-pis-posts-in-sidebar.php:3905 1335 1368 msgid "Comments" 1336 1369 msgstr "" 1337 1370 1338 #: includes/class-pis-posts-in-sidebar.php:3 8581371 #: includes/class-pis-posts-in-sidebar.php:3910 1339 1372 msgid "Display the number of comments" 1340 1373 msgstr "" 1341 1374 1342 #: includes/class-pis-posts-in-sidebar.php:3 8681375 #: includes/class-pis-posts-in-sidebar.php:3920 1343 1376 msgid "Use this text before comments" 1344 1377 msgstr "" 1345 1378 1346 #: includes/class-pis-posts-in-sidebar.php:3 8721379 #: includes/class-pis-posts-in-sidebar.php:3924 1347 1380 #: includes/pis-functions-display.php:735 1348 1381 #: includes/pis-functions-general.php:327 … … 1350 1383 msgstr "" 1351 1384 1352 #: includes/class-pis-posts-in-sidebar.php:3 8791385 #: includes/class-pis-posts-in-sidebar.php:3931 1353 1386 msgid "Link the comments to post's comments" 1354 1387 msgstr "" 1355 1388 1356 #: includes/class-pis-posts-in-sidebar.php:3 8891389 #: includes/class-pis-posts-in-sidebar.php:3941 1357 1390 msgid "Display the number of comments only" 1358 1391 msgstr "" 1359 1392 1360 #: includes/class-pis-posts-in-sidebar.php:39 071393 #: includes/class-pis-posts-in-sidebar.php:3959 1361 1394 msgid "Display author's Gravatar" 1362 1395 msgstr "" 1363 1396 1364 #: includes/class-pis-posts-in-sidebar.php:39 191397 #: includes/class-pis-posts-in-sidebar.php:3971 1365 1398 msgid "Gravatar size" 1366 1399 msgstr "" 1367 1400 1368 #: includes/class-pis-posts-in-sidebar.php:39 301401 #: includes/class-pis-posts-in-sidebar.php:3982 1369 1402 msgid "URL of the default Gravatar image" 1370 1403 msgstr "" 1371 1404 1372 #: includes/class-pis-posts-in-sidebar.php:39 411405 #: includes/class-pis-posts-in-sidebar.php:3993 1373 1406 msgid "Gravatar position" 1374 1407 msgstr "" 1375 1408 1376 #: includes/class-pis-posts-in-sidebar.php: 39561409 #: includes/class-pis-posts-in-sidebar.php:4008 1377 1410 msgid "Display the modification date of the post" 1378 1411 msgstr "" 1379 1412 1380 #: includes/class-pis-posts-in-sidebar.php: 39661413 #: includes/class-pis-posts-in-sidebar.php:4018 1381 1414 msgid "Use this text before modification date" 1382 1415 msgstr "" 1383 1416 1384 #: includes/class-pis-posts-in-sidebar.php: 39701417 #: includes/class-pis-posts-in-sidebar.php:4022 1385 1418 #: includes/pis-functions-display.php:733 1386 1419 #: includes/pis-functions-general.php:321 … … 1388 1421 msgstr "" 1389 1422 1390 #: includes/class-pis-posts-in-sidebar.php: 39771423 #: includes/class-pis-posts-in-sidebar.php:4029 1391 1424 msgid "Link the modification date to the post" 1392 1425 msgstr "" 1393 1426 1394 #: includes/class-pis-posts-in-sidebar.php: 39871427 #: includes/class-pis-posts-in-sidebar.php:4039 1395 1428 msgid "Display the modification time of the post" 1396 1429 msgstr "" 1397 1430 1398 #: includes/class-pis-posts-in-sidebar.php:40 011431 #: includes/class-pis-posts-in-sidebar.php:4053 1399 1432 msgid "Hide the comments section if there is no comment" 1400 1433 msgstr "" 1401 1434 1402 #: includes/class-pis-posts-in-sidebar.php:40 111435 #: includes/class-pis-posts-in-sidebar.php:4063 1403 1436 msgid "Use this separator between author, date/time and comments" 1404 1437 msgstr "" 1405 1438 1406 #: includes/class-pis-posts-in-sidebar.php:40 161439 #: includes/class-pis-posts-in-sidebar.php:4068 1407 1440 msgid "A space will be added before and after the separator." 1408 1441 msgstr "" 1409 1442 1410 #: includes/class-pis-posts-in-sidebar.php:40 261443 #: includes/class-pis-posts-in-sidebar.php:4078 1411 1444 msgid "Date and time formatting" 1412 1445 msgstr "" 1413 1446 1414 #: includes/class-pis-posts-in-sidebar.php:40 301447 #: includes/class-pis-posts-in-sidebar.php:4082 1415 1448 msgid "In these fields you can define the format of date and time for this widget." 1416 1449 msgstr "" 1417 1450 1418 #: includes/class-pis-posts-in-sidebar.php:40 321451 #: includes/class-pis-posts-in-sidebar.php:4084 1419 1452 msgid "If you leave these fields blank, the widget will use the format as defined in the Settings page of WordPress." 1420 1453 msgstr "" 1421 1454 1422 #: includes/class-pis-posts-in-sidebar.php:40 341455 #: includes/class-pis-posts-in-sidebar.php:4086 1423 1456 msgid "It's not necessary to fill all the fields, but only those you want to change." 1424 1457 msgstr "" 1425 1458 1426 1459 #. translators: The link to date and time formatting in WordPress documentation. 1427 #: includes/class-pis-posts-in-sidebar.php:40 421460 #: includes/class-pis-posts-in-sidebar.php:4094 1428 1461 msgid "For more information about date and time formatting see the %1$sWordPress documentation%2$s." 1429 1462 msgstr "" 1430 1463 1431 #: includes/class-pis-posts-in-sidebar.php:4 0561464 #: includes/class-pis-posts-in-sidebar.php:4108 1432 1465 msgid "Date format" 1433 1466 msgstr "" 1434 1467 1435 #: includes/class-pis-posts-in-sidebar.php:4 0671468 #: includes/class-pis-posts-in-sidebar.php:4119 1436 1469 msgid "Time format" 1437 1470 msgstr "" 1438 1471 1439 #: includes/class-pis-posts-in-sidebar.php:4 0821472 #: includes/class-pis-posts-in-sidebar.php:4134 1440 1473 msgid "Modification date format" 1441 1474 msgstr "" 1442 1475 1443 #: includes/class-pis-posts-in-sidebar.php:4 0931476 #: includes/class-pis-posts-in-sidebar.php:4145 1444 1477 msgid "Modification time format" 1445 1478 msgstr "" 1446 1479 1447 #: includes/class-pis-posts-in-sidebar.php:41 241448 #: includes/class-pis-posts-in-sidebar.php:4 4971480 #: includes/class-pis-posts-in-sidebar.php:4176 1481 #: includes/class-pis-posts-in-sidebar.php:4549 1449 1482 msgid "Display this section after the title of the post" 1450 1483 msgstr "" 1451 1484 1452 #: includes/class-pis-posts-in-sidebar.php:41 391485 #: includes/class-pis-posts-in-sidebar.php:4191 1453 1486 msgid "Taxonomies" 1454 1487 msgstr "" 1455 1488 1456 #: includes/class-pis-posts-in-sidebar.php:41 471489 #: includes/class-pis-posts-in-sidebar.php:4199 1457 1490 msgid "Categories" 1458 1491 msgstr "" 1459 1492 1460 #: includes/class-pis-posts-in-sidebar.php:4 1521493 #: includes/class-pis-posts-in-sidebar.php:4204 1461 1494 msgid "Show the categories" 1462 1495 msgstr "" 1463 1496 1464 #: includes/class-pis-posts-in-sidebar.php:4 1621497 #: includes/class-pis-posts-in-sidebar.php:4214 1465 1498 msgid "Use this text before categories list" 1466 1499 msgstr "" 1467 1500 1468 #: includes/class-pis-posts-in-sidebar.php:4 1661501 #: includes/class-pis-posts-in-sidebar.php:4218 1469 1502 #: includes/pis-functions-display.php:160 1470 1503 #: includes/pis-functions-general.php:337 … … 1472 1505 msgstr "" 1473 1506 1474 #: includes/class-pis-posts-in-sidebar.php:4 1731507 #: includes/class-pis-posts-in-sidebar.php:4225 1475 1508 msgid "Use this separator between categories" 1476 1509 msgstr "" 1477 1510 1478 #: includes/class-pis-posts-in-sidebar.php:4 1781479 #: includes/class-pis-posts-in-sidebar.php:42 281480 #: includes/class-pis-posts-in-sidebar.php:4 2671511 #: includes/class-pis-posts-in-sidebar.php:4230 1512 #: includes/class-pis-posts-in-sidebar.php:4280 1513 #: includes/class-pis-posts-in-sidebar.php:4319 1481 1514 msgid "A space will be added after the separator." 1482 1515 msgstr "" 1483 1516 1484 #: includes/class-pis-posts-in-sidebar.php:4 1861517 #: includes/class-pis-posts-in-sidebar.php:4238 1485 1518 msgid "Tags" 1486 1519 msgstr "" 1487 1520 1488 #: includes/class-pis-posts-in-sidebar.php:4 1911521 #: includes/class-pis-posts-in-sidebar.php:4243 1489 1522 msgid "Show the tags" 1490 1523 msgstr "" 1491 1524 1492 #: includes/class-pis-posts-in-sidebar.php:42 011525 #: includes/class-pis-posts-in-sidebar.php:4253 1493 1526 msgid "Use this text before tags list" 1494 1527 msgstr "" 1495 1528 1496 #: includes/class-pis-posts-in-sidebar.php:42 051529 #: includes/class-pis-posts-in-sidebar.php:4257 1497 1530 #: includes/pis-functions-display.php:225 1498 1531 #: includes/pis-functions-general.php:344 … … 1500 1533 msgstr "" 1501 1534 1502 #: includes/class-pis-posts-in-sidebar.php:42 121535 #: includes/class-pis-posts-in-sidebar.php:4264 1503 1536 msgid "Use this hashtag" 1504 1537 msgstr "" 1505 1538 1506 #: includes/class-pis-posts-in-sidebar.php:42 231539 #: includes/class-pis-posts-in-sidebar.php:4275 1507 1540 msgid "Use this separator between tags" 1508 1541 msgstr "" 1509 1542 1510 #: includes/class-pis-posts-in-sidebar.php:42 361543 #: includes/class-pis-posts-in-sidebar.php:4288 1511 1544 msgid "Custom taxonomies" 1512 1545 msgstr "" 1513 1546 1514 #: includes/class-pis-posts-in-sidebar.php:42 411547 #: includes/class-pis-posts-in-sidebar.php:4293 1515 1548 msgid "Show the custom taxonomies" 1516 1549 msgstr "" 1517 1550 1518 #: includes/class-pis-posts-in-sidebar.php:4 2511551 #: includes/class-pis-posts-in-sidebar.php:4303 1519 1552 msgid "Use this hashtag for terms" 1520 1553 msgstr "" 1521 1554 1522 #: includes/class-pis-posts-in-sidebar.php:4 2621555 #: includes/class-pis-posts-in-sidebar.php:4314 1523 1556 msgid "Use this separator between terms" 1524 1557 msgstr "" 1525 1558 1526 #: includes/class-pis-posts-in-sidebar.php:4 2861559 #: includes/class-pis-posts-in-sidebar.php:4338 1527 1560 msgid "Display the categories before the title of the post" 1528 1561 msgstr "" 1529 1562 1530 #: includes/class-pis-posts-in-sidebar.php:4 2961563 #: includes/class-pis-posts-in-sidebar.php:4348 1531 1564 msgid "Display the categories after the title of the post" 1532 1565 msgstr "" 1533 1566 1534 #: includes/class-pis-posts-in-sidebar.php:43 161567 #: includes/class-pis-posts-in-sidebar.php:4368 1535 1568 msgid "Display the tags before the title of the post" 1536 1569 msgstr "" 1537 1570 1538 #: includes/class-pis-posts-in-sidebar.php:43 261571 #: includes/class-pis-posts-in-sidebar.php:4378 1539 1572 msgid "Display the tags after the title of the post" 1540 1573 msgstr "" 1541 1574 1542 #: includes/class-pis-posts-in-sidebar.php:43 461575 #: includes/class-pis-posts-in-sidebar.php:4398 1543 1576 msgid "Display the custom taxonomies before the title of the post" 1544 1577 msgstr "" 1545 1578 1546 #: includes/class-pis-posts-in-sidebar.php:4 3561579 #: includes/class-pis-posts-in-sidebar.php:4408 1547 1580 msgid "Display the custom taxonomies after the title of the post" 1548 1581 msgstr "" 1549 1582 1550 #: includes/class-pis-posts-in-sidebar.php:4 3751583 #: includes/class-pis-posts-in-sidebar.php:4427 1551 1584 msgid "The custom fields" 1552 1585 msgstr "" 1553 1586 1554 #: includes/class-pis-posts-in-sidebar.php:4 3831587 #: includes/class-pis-posts-in-sidebar.php:4435 1555 1588 msgid "Display all the custom fields" 1556 1589 msgstr "" 1557 1590 1558 #: includes/class-pis-posts-in-sidebar.php:4 3881591 #: includes/class-pis-posts-in-sidebar.php:4440 1559 1592 msgid "Display all the custom fields of the post" 1560 1593 msgstr "" 1561 1594 1562 #: includes/class-pis-posts-in-sidebar.php:4 3991595 #: includes/class-pis-posts-in-sidebar.php:4451 1563 1596 msgid "Display a single custom field" 1564 1597 msgstr "" 1565 1598 1566 #: includes/class-pis-posts-in-sidebar.php:44 041599 #: includes/class-pis-posts-in-sidebar.php:4456 1567 1600 msgid "Display the custom field of the post" 1568 1601 msgstr "" 1569 1602 1570 #: includes/class-pis-posts-in-sidebar.php:44 141603 #: includes/class-pis-posts-in-sidebar.php:4466 1571 1604 msgid "Display this custom field" 1572 1605 msgstr "" 1573 1606 1574 #: includes/class-pis-posts-in-sidebar.php:44 291607 #: includes/class-pis-posts-in-sidebar.php:4481 1575 1608 msgid "Use this text before the custom field" 1576 1609 msgstr "" 1577 1610 1578 #: includes/class-pis-posts-in-sidebar.php:44 331611 #: includes/class-pis-posts-in-sidebar.php:4485 1579 1612 msgid "Custom field:" 1580 1613 msgstr "" 1581 1614 1582 #: includes/class-pis-posts-in-sidebar.php:44 401615 #: includes/class-pis-posts-in-sidebar.php:4492 1583 1616 msgid "The custom field content length will be (in characters)" 1584 1617 msgstr "" 1585 1618 1586 #: includes/class-pis-posts-in-sidebar.php:4 4511619 #: includes/class-pis-posts-in-sidebar.php:4503 1587 1620 msgid "Use this text for horizontal ellipsis" 1588 1621 msgstr "" 1589 1622 1590 #: includes/class-pis-posts-in-sidebar.php:4 4621623 #: includes/class-pis-posts-in-sidebar.php:4514 1591 1624 msgid "Also display the key of the custom field" 1592 1625 msgstr "" 1593 1626 1594 #: includes/class-pis-posts-in-sidebar.php:4 4721627 #: includes/class-pis-posts-in-sidebar.php:4524 1595 1628 msgid "Use this separator between meta key and value" 1596 1629 msgstr "" 1597 1630 1598 #: includes/class-pis-posts-in-sidebar.php:45 121631 #: includes/class-pis-posts-in-sidebar.php:4564 1599 1632 msgid "The link to the archive" 1600 1633 msgstr "" 1601 1634 1602 #: includes/class-pis-posts-in-sidebar.php:45 231635 #: includes/class-pis-posts-in-sidebar.php:4575 1603 1636 msgid "Display the link to the taxonomy archive" 1604 1637 msgstr "" 1605 1638 1606 #: includes/class-pis-posts-in-sidebar.php:45 331639 #: includes/class-pis-posts-in-sidebar.php:4585 1607 1640 msgid "Link to the archive of" 1608 1641 msgstr "" 1609 1642 1610 #: includes/class-pis-posts-in-sidebar.php:45 471643 #: includes/class-pis-posts-in-sidebar.php:4599 1611 1644 msgid "Taxonomy name" 1612 1645 msgstr "" 1613 1646 1614 #: includes/class-pis-posts-in-sidebar.php:4 5511647 #: includes/class-pis-posts-in-sidebar.php:4603 1615 1648 msgid "genre" 1616 1649 msgstr "" 1617 1650 1618 1651 #. translators: %s contains some code. 1619 #: includes/class-pis-posts-in-sidebar.php:4 5541652 #: includes/class-pis-posts-in-sidebar.php:4606 1620 1653 msgid "Enter the term name of the custom taxonomy (e.g., %1$sgenre%2$s). %3$sUse this field only if you selected \"Custom taxonomy\" in the \"Link to the archive of\" dropdown menu.%4$s" 1621 1654 msgstr "" 1622 1655 1623 #: includes/class-pis-posts-in-sidebar.php:4 5761656 #: includes/class-pis-posts-in-sidebar.php:4628 1624 1657 msgid "Taxonomy term name" 1625 1658 msgstr "" 1626 1659 1627 #: includes/class-pis-posts-in-sidebar.php:4 5801660 #: includes/class-pis-posts-in-sidebar.php:4632 1628 1661 msgid "science" 1629 1662 msgstr "" 1630 1663 1631 1664 #. translators: %s contains some code. 1632 #: includes/class-pis-posts-in-sidebar.php:4 5831665 #: includes/class-pis-posts-in-sidebar.php:4635 1633 1666 msgid "Enter the name of the taxonomy term (e.g., %1$sscience%2$s if the taxonomy is \"genre\").%3$sIf you selected \"Author\" in \"Link to the archive of\" field, enter the author slug; if you selected \"Category\", enter the category slug, and so on." 1634 1667 msgstr "" 1635 1668 1636 #: includes/class-pis-posts-in-sidebar.php:4 5981669 #: includes/class-pis-posts-in-sidebar.php:4650 1637 1670 msgid "Enable dynamic link in single posts and archive pages" 1638 1671 msgstr "" 1639 1672 1640 #: includes/class-pis-posts-in-sidebar.php:46 021673 #: includes/class-pis-posts-in-sidebar.php:4654 1641 1674 msgid "When activated, this function will get the term name automatically in single posts and archive pages. The only required option is the field \"Link to the archive of\". If activated, the content of the field \"Taxonomy term name\" will be ignored in single posts and archive pages. This option will not work on post formats archives." 1642 1675 msgstr "" 1643 1676 1644 #: includes/class-pis-posts-in-sidebar.php:46 141677 #: includes/class-pis-posts-in-sidebar.php:4666 1645 1678 msgid "Use this text for archive link" 1646 1679 msgstr "" 1647 1680 1648 1681 #. translators: %s is the name of the taxonomy for the archive page link. 1649 #: includes/class-pis-posts-in-sidebar.php:46 191682 #: includes/class-pis-posts-in-sidebar.php:4671 1650 1683 #: includes/pis-functions-general.php:376 1651 1684 msgid "Display all posts under %s" … … 1653 1686 1654 1687 #. translators: %s contains some code. 1655 #: includes/class-pis-posts-in-sidebar.php:46 221688 #: includes/class-pis-posts-in-sidebar.php:4674 1656 1689 msgid "Use %s to display the taxonomy term name." 1657 1690 msgstr "" 1658 1691 1659 #: includes/class-pis-posts-in-sidebar.php:46 341692 #: includes/class-pis-posts-in-sidebar.php:4686 1660 1693 msgid "When no posts are found" 1661 1694 msgstr "" 1662 1695 1663 #: includes/class-pis-posts-in-sidebar.php:46 421696 #: includes/class-pis-posts-in-sidebar.php:4694 1664 1697 msgid "Use this text when there are no posts" 1665 1698 msgstr "" 1666 1699 1667 #: includes/class-pis-posts-in-sidebar.php:46 461700 #: includes/class-pis-posts-in-sidebar.php:4698 1668 1701 #: includes/pis-functions-general.php:379 1669 1702 msgid "No posts yet." 1670 1703 msgstr "" 1671 1704 1672 #: includes/class-pis-posts-in-sidebar.php:4 6531705 #: includes/class-pis-posts-in-sidebar.php:4705 1673 1706 msgid "Completely hide the widget if no posts are found" 1674 1707 msgstr "" 1675 1708 1676 #: includes/class-pis-posts-in-sidebar.php:4 6711709 #: includes/class-pis-posts-in-sidebar.php:4723 1677 1710 msgid "Styles" 1678 1711 msgstr "" 1679 1712 1680 #: includes/class-pis-posts-in-sidebar.php:4 6751713 #: includes/class-pis-posts-in-sidebar.php:4727 1681 1714 msgid "This section defines the margin for each line of the widget. Leave blank if you don't want to add any local style." 1682 1715 msgstr "" 1683 1716 1684 #: includes/class-pis-posts-in-sidebar.php:4 6841717 #: includes/class-pis-posts-in-sidebar.php:4736 1685 1718 msgid "Unit for margins" 1686 1719 msgstr "" 1687 1720 1688 1721 #. translators: %s contains some code. 1689 #: includes/class-pis-posts-in-sidebar.php:4 6981722 #: includes/class-pis-posts-in-sidebar.php:4750 1690 1723 msgid "Enter here only the value without any unit, e.g. enter %1$s if you want a space of 10px or enter %2$s if you don't want any space." 1691 1724 msgstr "" 1692 1725 1693 #: includes/class-pis-posts-in-sidebar.php:47 121726 #: includes/class-pis-posts-in-sidebar.php:4764 1694 1727 msgid "Introduction bottom margin" 1695 1728 msgstr "" 1696 1729 1697 #: includes/class-pis-posts-in-sidebar.php:47 131730 #: includes/class-pis-posts-in-sidebar.php:4765 1698 1731 msgid "Title bottom margin" 1699 1732 msgstr "" 1700 1733 1701 #: includes/class-pis-posts-in-sidebar.php:47 141734 #: includes/class-pis-posts-in-sidebar.php:4766 1702 1735 msgid "Image left & right margin" 1703 1736 msgstr "" 1704 1737 1705 #: includes/class-pis-posts-in-sidebar.php:47 151738 #: includes/class-pis-posts-in-sidebar.php:4767 1706 1739 msgid "Image bottom margin" 1707 1740 msgstr "" 1708 1741 1709 #: includes/class-pis-posts-in-sidebar.php:47 191742 #: includes/class-pis-posts-in-sidebar.php:4771 1710 1743 msgid "Excerpt bottom margin" 1711 1744 msgstr "" 1712 1745 1713 #: includes/class-pis-posts-in-sidebar.php:47 201746 #: includes/class-pis-posts-in-sidebar.php:4772 1714 1747 msgid "Utility bottom margin" 1715 1748 msgstr "" 1716 1749 1717 #: includes/class-pis-posts-in-sidebar.php:47 211750 #: includes/class-pis-posts-in-sidebar.php:4773 1718 1751 msgid "Categories bottom margin" 1719 1752 msgstr "" 1720 1753 1721 #: includes/class-pis-posts-in-sidebar.php:47 221754 #: includes/class-pis-posts-in-sidebar.php:4774 1722 1755 msgid "Tags bottom margin" 1723 1756 msgstr "" 1724 1757 1725 #: includes/class-pis-posts-in-sidebar.php:47 261758 #: includes/class-pis-posts-in-sidebar.php:4778 1726 1759 msgid "Terms bottom margin" 1727 1760 msgstr "" 1728 1761 1729 #: includes/class-pis-posts-in-sidebar.php:47 271762 #: includes/class-pis-posts-in-sidebar.php:4779 1730 1763 msgid "Custom field bottom margin" 1731 1764 msgstr "" 1732 1765 1733 #: includes/class-pis-posts-in-sidebar.php:47 281766 #: includes/class-pis-posts-in-sidebar.php:4780 1734 1767 msgid "Archive bottom margin" 1735 1768 msgstr "" 1736 1769 1737 #: includes/class-pis-posts-in-sidebar.php:47 291770 #: includes/class-pis-posts-in-sidebar.php:4781 1738 1771 msgid "No-posts bottom margin" 1739 1772 msgstr "" 1740 1773 1741 #: includes/class-pis-posts-in-sidebar.php:47 371742 #: includes/class-pis-posts-in-sidebar.php:4 7701774 #: includes/class-pis-posts-in-sidebar.php:4789 1775 #: includes/class-pis-posts-in-sidebar.php:4822 1743 1776 msgid "Custom styles" 1744 1777 msgstr "" 1745 1778 1746 1779 #. translators: %s contains some code. 1747 #: includes/class-pis-posts-in-sidebar.php:47 451780 #: includes/class-pis-posts-in-sidebar.php:4797 1748 1781 msgid "In this field you can add your own styles, for example: %s" 1749 1782 msgstr "" 1750 1783 1751 1784 #. translators: %s contains some code. 1752 #: includes/class-pis-posts-in-sidebar.php:4 7531785 #: includes/class-pis-posts-in-sidebar.php:4805 1753 1786 msgid "To apply a style only to elements of this widget, prefix every style with this ID selector: %s" 1754 1787 msgstr "" 1755 1788 1756 1789 #. translators: %s contains some code. 1757 #: includes/class-pis-posts-in-sidebar.php:4 7611790 #: includes/class-pis-posts-in-sidebar.php:4813 1758 1791 msgid "For example: %s" 1759 1792 msgstr "" 1760 1793 1761 #: includes/class-pis-posts-in-sidebar.php:4 7741794 #: includes/class-pis-posts-in-sidebar.php:4826 1762 1795 msgid "Enter here your CSS styles" 1763 1796 msgstr "" 1764 1797 1765 #: includes/class-pis-posts-in-sidebar.php:4 7861798 #: includes/class-pis-posts-in-sidebar.php:4838 1766 1799 msgid "Extras" 1767 1800 msgstr "" 1768 1801 1769 #: includes/class-pis-posts-in-sidebar.php:4 7931802 #: includes/class-pis-posts-in-sidebar.php:4845 1770 1803 msgid "Add a global container with this CSS class" 1771 1804 msgstr "" 1772 1805 1773 1806 #. translators: %s contains some code. 1774 #: includes/class-pis-posts-in-sidebar.php:48 001807 #: includes/class-pis-posts-in-sidebar.php:4852 1775 1808 msgid "Enter the name of your container (for example, %1$s). The plugin will add a new %2$s container with this class. You can enter only one class and the name may contain only letters, hyphens and underscores. The new container will enclose all the widget, from the widget title to the last line." 1776 1809 msgstr "" 1777 1810 1778 #: includes/class-pis-posts-in-sidebar.php:48 131811 #: includes/class-pis-posts-in-sidebar.php:4865 1779 1812 msgid "Use this type of list for the posts" 1780 1813 msgstr "" 1781 1814 1782 #: includes/class-pis-posts-in-sidebar.php:48 241815 #: includes/class-pis-posts-in-sidebar.php:4876 1783 1816 msgid "Try to remove the bullets and the extra left space from the list elements" 1784 1817 msgstr "" 1785 1818 1786 1819 #. translators: %s contains some code. 1787 #: includes/class-pis-posts-in-sidebar.php:48 301820 #: includes/class-pis-posts-in-sidebar.php:4882 1788 1821 msgid "If the plugin doesn't remove the bullets and/or the extra left space, you have to %1$sedit your CSS file%2$s manually." 1789 1822 msgstr "" 1790 1823 1791 #: includes/class-pis-posts-in-sidebar.php:48 401824 #: includes/class-pis-posts-in-sidebar.php:4892 1792 1825 msgid "Add the WordPress standard classes to the post in the widget" 1793 1826 msgstr "" 1794 1827 1795 1828 #. translators: %s contains some code. 1796 #: includes/class-pis-posts-in-sidebar.php:48 461829 #: includes/class-pis-posts-in-sidebar.php:4898 1797 1830 msgid "Every standard WordPress posts has a series of HTML classes, such as %s, and so on. Activating this option you can add these classes to the usual plugin's classes." 1798 1831 msgstr "" 1799 1832 1800 #: includes/class-pis-posts-in-sidebar.php:4 8631833 #: includes/class-pis-posts-in-sidebar.php:4915 1801 1834 msgid "Cache" 1802 1835 msgstr "" 1803 1836 1804 #: includes/class-pis-posts-in-sidebar.php:4 8741837 #: includes/class-pis-posts-in-sidebar.php:4926 1805 1838 msgid "Use a cache to serve the output" 1806 1839 msgstr "" 1807 1840 1808 #: includes/class-pis-posts-in-sidebar.php:4 8781841 #: includes/class-pis-posts-in-sidebar.php:4930 1809 1842 msgid "This option, if activated, will increase the performance but will show the same output during the defined cache time." 1810 1843 msgstr "" 1811 1844 1812 #: includes/class-pis-posts-in-sidebar.php:4 8921845 #: includes/class-pis-posts-in-sidebar.php:4944 1813 1846 msgid "The cache will be used for (in seconds)" 1814 1847 msgstr "" 1815 1848 1816 1849 #. translators: %s contains some code. 1817 #: includes/class-pis-posts-in-sidebar.php:4 8991850 #: includes/class-pis-posts-in-sidebar.php:4951 1818 1851 msgid "For example, %s for one hour of cache. To reset the cache, enter a value different from the previously saved." 1819 1852 msgstr "" 1820 1853 1821 #: includes/class-pis-posts-in-sidebar.php:49 151854 #: includes/class-pis-posts-in-sidebar.php:4967 1822 1855 msgid "Debugging" 1823 1856 msgstr "" 1824 1857 1825 1858 #. translators: %s contains the plugin version. 1826 #: includes/class-pis-posts-in-sidebar.php:49 231859 #: includes/class-pis-posts-in-sidebar.php:4975 1827 1860 msgid "You are using Posts in Sidebar version %s" 1828 1861 msgstr "" 1829 1862 1830 1863 #. translators: %s contains the widget id. 1831 #: includes/class-pis-posts-in-sidebar.php:49 331864 #: includes/class-pis-posts-in-sidebar.php:4985 1832 1865 msgid "The ID of this widget is: %s" 1833 1866 msgstr "" 1834 1867 1835 #: includes/class-pis-posts-in-sidebar.php:49 391868 #: includes/class-pis-posts-in-sidebar.php:4991 1836 1869 msgid "Use this options for debugging purposes only." 1837 1870 msgstr "" 1838 1871 1839 #: includes/class-pis-posts-in-sidebar.php:49 411872 #: includes/class-pis-posts-in-sidebar.php:4993 1840 1873 msgid "Deactivate the following option only if you want to display debugging information publicly on your site." 1841 1874 msgstr "" 1842 1875 1843 #: includes/class-pis-posts-in-sidebar.php:49 451876 #: includes/class-pis-posts-in-sidebar.php:4997 1844 1877 msgid "Display debugging information to admins only" 1845 1878 msgstr "" 1846 1879 1847 #: includes/class-pis-posts-in-sidebar.php: 49561880 #: includes/class-pis-posts-in-sidebar.php:5008 1848 1881 msgid "Display the query for the widget" 1849 1882 msgstr "" 1850 1883 1851 #: includes/class-pis-posts-in-sidebar.php: 49661884 #: includes/class-pis-posts-in-sidebar.php:5018 1852 1885 msgid "Display the complete set of parameters for the widget" 1853 1886 msgstr "" 1854 1887 1855 #: includes/class-pis-posts-in-sidebar.php: 49761888 #: includes/class-pis-posts-in-sidebar.php:5028 1856 1889 msgid "Display the ID of the post just before the post title" 1857 1890 msgstr "" 1858 1891 1859 1892 #. translators: %s contains the post ID as string. 1860 #: includes/class-pis-posts-in-sidebar.php: 49821893 #: includes/class-pis-posts-in-sidebar.php:5034 1861 1894 msgid "The ID will be displayed as %s." 1862 1895 msgstr "" 1863 1896 1864 #: includes/class-pis-posts-in-sidebar.php: 49941897 #: includes/class-pis-posts-in-sidebar.php:5046 1865 1898 msgid "Note for widget duplication" 1866 1899 msgstr "" 1867 1900 1868 #: includes/class-pis-posts-in-sidebar.php: 49981901 #: includes/class-pis-posts-in-sidebar.php:5050 1869 1902 msgid "When you duplicate the widget, please reload the page, so that you can open the panels in the duplicated widget." 1870 1903 msgstr "" -
posts-in-sidebar/trunk/posts-in-sidebar.php
r2616008 r2622527 17 17 * Plugin URI: https://dev.aldolat.it/projects/posts-in-sidebar/ 18 18 * Description: Publish a list of posts in your sidebar 19 * Version: 4.16. 219 * Version: 4.16.3 20 20 * Author: Aldo Latino 21 21 * Author URI: https://www.aldolat.it/ … … 67 67 * Define the version of the plugin. 68 68 */ 69 define( 'PIS_VERSION', '4.16. 2' );69 define( 'PIS_VERSION', '4.16.3' ); 70 70 71 71 /* -
posts-in-sidebar/trunk/readme.txt
r2616008 r2622527 5 5 Requires at least: 4.6 6 6 Tested up to: 5.8 7 Stable tag: 4.16. 27 Stable tag: 4.16.3 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 101 101 == Changelog == 102 102 103 = 4.16. 2=103 = 4.16.3 = 104 104 105 * Fixed displaying post ID to admins only. 106 107 = 4.16.1 = 108 109 * Added a new option in the Debug section for displaying the post ID just before the post title. 110 * Changed the comment for an option. 111 * Fixed i18n for a string. 105 * Changed admin UI in the "Getting posts" section. 112 106 113 107 The full changelog is documented in the changelog file released along with the plugin package and is hosted on [GitHub](https://github.com/aldolat/posts-in-sidebar/blob/master/CHANGELOG.md).
Note: See TracChangeset
for help on using the changeset viewer.