Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #997

Merged
merged 4 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/feedzy-rss-feed-import.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright: (c) 2016 Themeisle, themeisle.com
* Version: 1.6.10
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
*/

Expand Down
2 changes: 1 addition & 1 deletion css/feedzy-rss-feeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright: (c) 2016 Themeisle, themeisle.com
* Version: 4.4.15
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
*/
.feedzy-rss > ul {
Expand Down
2 changes: 1 addition & 1 deletion form/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A class definition that includes attributes and functions used across both the
* public-facing side of the site and the admin area.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
11 changes: 7 additions & 4 deletions includes/abstract/feedzy-rss-feeds-admin-abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The Abstract class with reusable functionality of the plugin.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down Expand Up @@ -1594,18 +1594,21 @@ private function get_feed_item_filter( $sc, $sizes, $item, $feed_url, $index, $i

$date_time = apply_filters( 'feedzy_feed_timestamp', $date_time, $feed_url, $item );
if ( $meta_args['date'] && ! empty( $meta_args['date_format'] ) ) {
$content_meta_values['date'] = apply_filters( 'feedzy_meta_date', __( 'on', 'feedzy-rss-feeds' ) . ' ' . date_i18n( $meta_args['date_format'], $date_time ) . ' ', $date_time, $feed_url, $item );
// translators: %s: the date of the imported content.
$content_meta_values['date'] = apply_filters( 'feedzy_meta_date', sprintf( __( 'on %s', 'feedzy-rss-feeds' ), date_i18n( $meta_args['date_format'], $date_time ) ) . ' ', $date_time, $feed_url, $item );
}

if ( $meta_args['time'] && ! empty( $meta_args['time_format'] ) ) {
$content_meta_values['time'] = apply_filters( 'feedzy_meta_time', __( 'at', 'feedzy-rss-feeds' ) . ' ' . date_i18n( $meta_args['time_format'], $date_time ) . ' ', $date_time, $feed_url, $item );
// translators: %s: the time of the imported content.
$content_meta_values['time'] = apply_filters( 'feedzy_meta_time', sprintf( __( 'at %s', 'feedzy-rss-feeds' ), date_i18n( $meta_args['time_format'], $date_time ) ) . ' ', $date_time, $feed_url, $item );
}

// categories.
if ( $meta_args['categories'] && has_filter( 'feedzy_retrieve_categories' ) ) {
$categories = apply_filters( 'feedzy_retrieve_categories', null, $item );
if ( ! empty( $categories ) ) {
$content_meta_values['categories'] = apply_filters( 'feedzy_meta_categories', __( 'in', 'feedzy-rss-feeds' ) . ' ' . $categories . ' ', $categories, $feed_url, $item );
// translators: %s: the category of the imported content.
$content_meta_values['categories'] = apply_filters( 'feedzy_meta_categories', sprintf( __( 'in %s', 'feedzy-rss-feeds' ), $categories ) . ' ', $categories, $feed_url, $item );
}
}

Expand Down
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The item content action chain process.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 4.3
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The admin-specific functionality of the plugin.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The admin-specific functionality of the plugin.
*
* @link http://themeisle.com/plugins/feedzy-rss-feed/
* @link https://themeisle.com/plugins/feedzy-rss-feed/
* @since 1.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The Options main wrapper class.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.3
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-ui-lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The Language function file for tinymce.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The UI functionality of the plugin.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The Options main wrapper class.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.3
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/feedzy-wp-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The Widget functionality of the plugin.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds-activator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Fired during plugin activation
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds-deactivator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Fired during plugin deactivation
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds-feed-tweaks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Useful helper functions for plugin.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds-i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Loads and defines the internationalization files for this plugin
* so that it is ready for translation.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds-limited-offers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Utility class for showing limited offers.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 4.2.9
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Register all actions and filters for the plugin
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* A class definition that includes attributes and functions used across both the
* public-facing side of the site and the admin area.
*
* @link http://themeisle.com
* @link https://themeisle.com
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion includes/util/feedzy-rss-feeds-util-simplepie.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The class that contains a custom implementation of SimplePie.
*
* @link http://themeisle.com
* @link https://themeisle.com
*
* @package feedzy-rss-feeds
* @subpackage feedzy-rss-feeds/includes/util
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Nothing to do here
*
* @link http://themeisle.com/plugins/feedzy-rss-feed/
* @link https://themeisle.com/plugins/feedzy-rss-feed/
* @since 3.0.0
*
* @package feedzy-rss-feeds
Expand Down
9 changes: 6 additions & 3 deletions js/FeedzyBlock/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,12 @@ class Editor extends Component {

let meta_values = new Object();
meta_values['author'] = __( 'by', 'feedzy-rss-feeds' ) + ' ' + author;
meta_values['date'] = __( 'on', 'feedzy-rss-feeds' ) + ' ' + unescapeHTML( itemDate );
meta_values['time'] = __( 'at', 'feedzy-rss-feeds' ) + ' ' + unescapeHTML( itemTime );
meta_values['categories'] = __( 'in', 'feedzy-rss-feeds' ) + ' ' + unescapeHTML( categories );
// translators: %s: the date of the imported content.
meta_values['date'] = sprintf( __( 'on %s', 'feedzy-rss-feeds' ), unescapeHTML( itemDate ) );
// translators: %s: the time of the imported content.
meta_values['time'] = sprintf( __( 'at %s', 'feedzy-rss-feeds' ), unescapeHTML( itemTime ) );
// translators: %s: the category of the imported content.
meta_values['categories'] = sprintf( __( 'in %s', 'feedzy-rss-feeds' ), unescapeHTML( categories ) );

return (
<li key={i} style={ { padding: '15px 0 25px' } } className={ `rss_item feedzy-rss-col-${ this.props.attributes.columns }` }>
Expand Down
2 changes: 1 addition & 1 deletion js/feedzy-lazy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
*
* @package feedzy-rss-feeds
Expand Down
4 changes: 2 additions & 2 deletions js/feedzy-rss-feeds-ui-mce.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
*
* @package feedzy-rss-feeds
Expand Down Expand Up @@ -92,7 +92,7 @@
shortCodeParams = eName + '="' + eValue + '" ';
} else {
if ( eName === 'feeds' ) {
shortCodeParams = eName + '="http://themeisle.com/feed" ';
shortCodeParams = eName + '="https://themeisle.com/feed" ';
}
}
shortCode += shortCodeParams;
Expand Down
2 changes: 1 addition & 1 deletion js/feedzy-setting.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
*
* @package feedzy-rss-feeds
Expand Down
2 changes: 1 addition & 1 deletion js/feedzy-setup-wizard.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
*
* @package feedzy-rss-feeds
Expand Down
Binary file removed languages/feedzy-rss-feeds-de_DE.mo
Binary file not shown.
Loading
Loading