From e7fac954e7932db9a62c717ba0acf078401fbe96 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Wed, 27 Oct 2010 11:13:08 +0300 Subject: Add the following plugins: - aksimet - clean archives reloaded - google intergration toolkit - openid - smart youtube - wp stats - wp-syntax - wp-security scan --- .../clean-archives-reloaded.php | 337 +++++++++++++++++++++ .../languages/_clean-archives-reloaded-template.po | 84 +++++ .../languages/clean-archives-reloaded-da_DK.mo | Bin 0 -> 2021 bytes .../languages/clean-archives-reloaded-da_DK.po | 91 ++++++ .../languages/clean-archives-reloaded-de_DE.mo | Bin 0 -> 1498 bytes .../languages/clean-archives-reloaded-de_DE.po | 84 +++++ .../languages/clean-archives-reloaded-es_ES.mo | Bin 0 -> 1828 bytes .../languages/clean-archives-reloaded-es_ES.po | 88 ++++++ .../languages/clean-archives-reloaded-fr_FR.mo | Bin 0 -> 1882 bytes .../languages/clean-archives-reloaded-fr_FR.po | 88 ++++++ .../languages/clean-archives-reloaded-hu_HU.mo | Bin 0 -> 1483 bytes .../languages/clean-archives-reloaded-hu_HU.po | 84 +++++ .../languages/clean-archives-reloaded-it_IT.mo | Bin 0 -> 1815 bytes .../languages/clean-archives-reloaded-it_IT.po | 88 ++++++ .../languages/clean-archives-reloaded-pl_PL.mo | Bin 0 -> 1669 bytes .../languages/clean-archives-reloaded-pl_PL.po | 86 ++++++ .../languages/clean-archives-reloaded-ru_RU.mo | Bin 0 -> 2131 bytes .../languages/clean-archives-reloaded-ru_RU.po | 88 ++++++ .../languages/clean-archives-reloaded-sq_AL.mo | Bin 0 -> 1987 bytes .../languages/clean-archives-reloaded-sq_AL.po | 107 +++++++ .../languages/clean-archives-reloaded-sv_SE.mo | Bin 0 -> 1485 bytes .../languages/clean-archives-reloaded-sv_SE.po | 84 +++++ .../languages/clean-archives-reloaded-tr_TR.mo | Bin 0 -> 1480 bytes .../languages/clean-archives-reloaded-tr_TR.po | 84 +++++ .../languages/clean-archives-reloaded-zh_CN.mo | Bin 0 -> 1911 bytes .../languages/clean-archives-reloaded-zh_CN.po | 88 ++++++ plugins/clean-archives-reloaded/readme.txt | 176 +++++++++++ 27 files changed, 1657 insertions(+) create mode 100644 plugins/clean-archives-reloaded/clean-archives-reloaded.php create mode 100644 plugins/clean-archives-reloaded/languages/_clean-archives-reloaded-template.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-da_DK.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-da_DK.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-de_DE.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-de_DE.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-es_ES.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-es_ES.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-fr_FR.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-fr_FR.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-hu_HU.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-hu_HU.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-it_IT.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-it_IT.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-pl_PL.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-pl_PL.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-ru_RU.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-ru_RU.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sq_AL.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sq_AL.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sv_SE.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sv_SE.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-tr_TR.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-tr_TR.po create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-zh_CN.mo create mode 100644 plugins/clean-archives-reloaded/languages/clean-archives-reloaded-zh_CN.po create mode 100644 plugins/clean-archives-reloaded/readme.txt (limited to 'plugins/clean-archives-reloaded') diff --git a/plugins/clean-archives-reloaded/clean-archives-reloaded.php b/plugins/clean-archives-reloaded/clean-archives-reloaded.php new file mode 100644 index 00000000..fe231fc6 --- /dev/null +++ b/plugins/clean-archives-reloaded/clean-archives-reloaded.php @@ -0,0 +1,337 @@ +. + +**************************************************************************/ + +// Seems some themes bundle this plugin and then users install it, +// resulting in double output. This should be avoided, so use a global. +if ( !isset($cleanarchivesreloaded) ) + $cleanarchivesreloaded = false; + +class CleanArchivesReloaded { + + # Configuration has been moved to the new options page at Settings -> Clean Archives. + # You can also set the configuration via the shortcode tag. + + var $version = '3.2.0'; + + // Class initialization + function CleanArchivesReloaded() { + if ( !function_exists('add_shortcode') ) + return; + + // Load up the localization file if we're using WordPress in a different language + // Place it in this plugin's "languages" folder and name it "car-[value in wp-config].mo" + load_plugin_textdomain( 'clean-archives-reloaded', false, '/clean-archives-reloaded/languages' ); + + // Make sure all the plugin options have defaults set + if ( FALSE === get_option('car_usejs') ) add_option( 'car_usejs', 1 ); + if ( FALSE === get_option('car_monthorder') ) add_option( 'car_monthorder', 'new' ); + if ( FALSE === get_option('car_postorder') ) add_option( 'car_postorder', 'new' ); + if ( FALSE === get_option('car_dynamicload') ) add_option( 'car_dynamicload', null ); + + // Register all the hooks + add_action( 'admin_menu', array(&$this, 'AddAdminMenu') ); + add_shortcode( 'cleanarchivesreloaded' , array(&$this, 'PostList') ); + add_shortcode( 'cartotalposts' , array(&$this, 'PostCount') ); + add_filter( 'widget_text', 'do_shortcode', 11 ); // For the text widget + + // Hook into wp_head early so we can potentially look for posts + add_action( 'wp_head', array(&$this, 'MaybeEnqueueCSSJavascript'), 1 ); + + // For users with a persistent object caching plugin installed, we need to dump the cache in some cases + add_action( 'save_post', array(&$this, 'DeleteCache') ); + add_action( 'edit_post', array(&$this, 'DeleteCache') ); + add_action( 'delete_post', array(&$this, 'DeleteCache') ); + } + + + // Register the admin menu + function AddAdminMenu() { + add_options_page( __('Clean Archives Reloaded', 'clean-archives-reloaded'), __('Clean Archives', 'clean-archives-reloaded'), 'manage_options', 'clean-archives-reloaded', array(&$this, 'OptionsPage') ); + } + + + // The options page for this plugin + function OptionsPage() { ?> + +
+

+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ +
+

+
+ +

+
+

+

+
+ +

+
+ +

+ + + +

+ +
+
+ +posts) || empty($wp_query->posts) ) return; + + // Loop through each post looking for the shortcode + foreach ( $wp_query->posts as $post ) { + if ( false !== stripos( $post->post_content, '[cleanarchivesreloaded') || false !== stripos( $post->post_content, '[cartotalposts') ) { + wp_enqueue_script( 'jquery' ); + add_action( 'wp_head', array(&$this, 'OutputCSSJavascript') ); // Even though we're in wp_head right now, default of 10 is greater than 1 + return; + } + } + } + + // Else load regardless + else { + wp_enqueue_script( 'jquery' ); + add_action( 'wp_head', array(&$this, 'OutputCSSJavascript') ); // Even though we're in wp_head right now, default of 10 is greater than 1 + } + } + + + // Output a little helper CSS and the Javascript for the plugin + // Based on code from http://www.learningjquery.com/2007/03/accordion-madness + function OutputCSSJavascript() { + global $cleanarchivesreloaded; + + if ( !empty($cleanarchivesreloaded) ) + return; + + $cleanarchivesreloaded = true; + + ?> + + + + + +get_results( "SELECT ID, post_date, post_date_gmt, comment_status, comment_count FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'post' AND post_password = ''" ); + + // Loop through each post and sort it into a structured array + foreach( $rawposts as $post ) { + $posts[ mysql2date( 'Y.m', $post->post_date ) ][] = $post; + } + $rawposts = null; // More memory cleanup + + // Store the results into the WordPress cache + wp_cache_set( 'posts', $posts, 'clean-archives-reloaded' ); + + return $posts; + } + + + // Generates the HTML output based on $atts array from the shortcode + function PostList( $atts = array() ) { + global $wp_locale; + + // Set any missing $atts items to the defaults + $atts = shortcode_atts(array( + 'usejs' => get_option('car_usejs'), + 'monthorder' => get_option('car_monthorder'), + 'postorder' => get_option('car_postorder'), + 'postcount' => '1', + 'commentcount' => '1', + ), $atts); + + // Get the big array of all posts + $posts = $this->GetPosts(); + + // Sort the months based on $atts + ( 'new' == $atts['monthorder'] ) ? krsort( $posts ) : ksort( $posts ); + + // Sort the posts within each month based on $atts + foreach( $posts as $key => $month ) { + $sorter = array(); + foreach ( $month as $post ) + $sorter[] = $post->post_date_gmt; + + $sortorder = ( 'new' == $atts['postorder'] ) ? SORT_DESC : SORT_ASC; + + array_multisort( $sorter, $sortorder, $month ); + + $posts[$key] = $month; + unset($month); + } + + + // Generate the HTML + $html = '
'. "\n"; + + if ( 1 == $atts['usejs'] ) $html .= '' . __('Expand All', 'clean-archives-reloaded') . "\n\n"; + + $html .= '\n
\n"; + + return $html; + } + + + // Returns the total number of posts + function PostCount() { + $num_posts = wp_count_posts( 'post' ); + return number_format_i18n( $num_posts->publish ); + } + + + // Deletes the cached filtered posts array for users using a persistent caching plugin + function DeleteCache() { + wp_cache_delete( 'posts', 'clean-archives-reloaded' ); + } +} + +// Start this plugin once all other plugins are fully loaded +add_action( 'init', create_function( '', 'global $CleanArchivesReloaded; $CleanArchivesReloaded = new CleanArchivesReloaded();' ) ); + + +// Some backwards compatibility wrapper functions +function car_total_posts() { + global $CleanArchivesReloaded; + return $CleanArchivesReloaded->PostCount(); +} +function clean_archives_reloaded() { + global $CleanArchivesReloaded; + echo $CleanArchivesReloaded->PostList(); +} +function car_regenerate() { + return FALSE; +} + +?> \ No newline at end of file diff --git a/plugins/clean-archives-reloaded/languages/_clean-archives-reloaded-template.po b/plugins/clean-archives-reloaded/languages/_clean-archives-reloaded-template.po new file mode 100644 index 00000000..2c3f0ad9 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/_clean-archives-reloaded-template.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 10:57-0800\n" +"PO-Revision-Date: \n" +"Last-Translator: Viper007Bond \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: D:\\Webserver\\htdocs\\plugindev\\wp-content\\plugins\\clean-archives-reloaded\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:68 +#: clean-archives-reloaded.php:76 +msgid "Clean Archives Reloaded" +msgstr "" + +#: clean-archives-reloaded.php:68 +msgid "Clean Archives" +msgstr "" + +#: clean-archives-reloaded.php:86 +msgid "Use Javascript to make the months collapsible" +msgstr "" + +#: clean-archives-reloaded.php:91 +msgid "Month Ordering" +msgstr "" + +#: clean-archives-reloaded.php:94 +msgid "Show newest months first" +msgstr "" + +#: clean-archives-reloaded.php:95 +msgid "Show oldest months first" +msgstr "" + +#: clean-archives-reloaded.php:100 +msgid "Post Ordering" +msgstr "" + +#: clean-archives-reloaded.php:102 +msgid "Within individual months..." +msgstr "" + +#: clean-archives-reloaded.php:104 +msgid "Show newest posts first" +msgstr "" + +#: clean-archives-reloaded.php:105 +msgid "Show oldest posts first" +msgstr "" + +#: clean-archives-reloaded.php:112 +msgid "Save Changes" +msgstr "" + +#: clean-archives-reloaded.php:139 +#: clean-archives-reloaded.php:145 +#: clean-archives-reloaded.php:209 +msgid "Expand All" +msgstr "" + +#: clean-archives-reloaded.php:141 +msgid "Collapse All" +msgstr "" + +# No need to translate this string as it's a default WordPress string +#: clean-archives-reloaded.php:220 +#, php-format +msgid "%1$s %2$d" +msgstr "" + +#: clean-archives-reloaded.php:220 +msgid "Post Count" +msgstr "" + +#: clean-archives-reloaded.php:228 +msgid "Comment Count" +msgstr "" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-da_DK.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-da_DK.mo new file mode 100644 index 00000000..351955fd Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-da_DK.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-da_DK.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-da_DK.po new file mode 100644 index 00000000..5276d966 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-da_DK.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded 3.1.6 in Danish / på dansk\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-03-25 08:19+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: Georg S. Adamsen \n" +"Language-Team: Team Blogos \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2;plural=n != 1;\n" +"X-Poedit-Language: Danish\n" +"X-Poedit-Country: DENMARK\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_c;_e;__ngettext:1,2;__ngettext_noop:1,2\n" +"X-Poedit-Basepath: d:\\wordpress\\plugins\\clean-archives-reloaded\n" +"X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\clean-archives-reloaded\n" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:69 +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:77 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:69 +msgid "Clean Archives" +msgstr "Clean Archives" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:87 +msgid "Use Javascript to make the months collapsible" +msgstr "Brug JavaScript til at gøre månederne udvidelige" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:95 +msgid "Only load the Javascript files when displaying an archive (this will break the archive list if it's used in your sidebar)" +msgstr "Indlæs kun JavaScript-filen, når et arkiv vises (det vil få din arkivliste til at gå i stykker, hvis den bruges i et sidepanel)" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:100 +msgid "Month Ordering" +msgstr "Månedernes rækkefølge" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:103 +msgid "Show newest months first" +msgstr "Vis nyeste måneder først" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:104 +msgid "Show oldest months first" +msgstr "Vis ældste måneder først" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:109 +msgid "Post Ordering" +msgstr "Rækkefølge af indlæg" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:111 +msgid "Within individual months..." +msgstr "i hvert enkelt måned ..." + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:113 +msgid "Show newest posts first" +msgstr "Vis nyeste indlæg først" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:114 +msgid "Show oldest posts first" +msgstr "Vis ældste indlæg først" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:121 +msgid "Save Changes" +msgstr "Gem ændringer" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:176 +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:182 +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:261 +msgid "Expand All" +msgstr "Vis alle" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:178 +msgid "Collapse All" +msgstr "Skjul alle" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:272 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:273 +msgid "Post Count" +msgstr "Antal indlæg" + +#: d:\wordpress\plugins\clean-archives-reloaded/clean-archives-reloaded.php:282 +msgid "Comment Count" +msgstr "Antal kommentarer" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-de_DE.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-de_DE.mo new file mode 100644 index 00000000..c58e93e4 Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-de_DE.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-de_DE.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-de_DE.po new file mode 100644 index 00000000..c9d6372a --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-de_DE.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 10:57-0800\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: D:\\Webserver\\htdocs\\plugindev\\wp-content\\plugins\\clean-archives-reloaded\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:68 +#: clean-archives-reloaded.php:76 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#: clean-archives-reloaded.php:68 +msgid "Clean Archives" +msgstr "Clean Archives" + +#: clean-archives-reloaded.php:86 +msgid "Use Javascript to make the months collapsible" +msgstr "Javascript benutzen, um Montate zusammenzuklappen" + +#: clean-archives-reloaded.php:91 +msgid "Month Ordering" +msgstr "monatliche Sortierung" + +#: clean-archives-reloaded.php:94 +msgid "Show newest months first" +msgstr "Neueste Monate oben anzeigen" + +#: clean-archives-reloaded.php:95 +msgid "Show oldest months first" +msgstr "Älteste Monate oben anzeigen" + +#: clean-archives-reloaded.php:100 +msgid "Post Ordering" +msgstr "Beitragssortierung" + +#: clean-archives-reloaded.php:102 +msgid "Within individual months..." +msgstr "innerhalb der einzelnen Monate" + +#: clean-archives-reloaded.php:104 +msgid "Show newest posts first" +msgstr "Neueste Beiträge oben anzeigen" + +#: clean-archives-reloaded.php:105 +msgid "Show oldest posts first" +msgstr "Älteste Beiträge oben anzeigen" + +#: clean-archives-reloaded.php:112 +msgid "Save Changes" +msgstr "Änderungen speichern" + +#: clean-archives-reloaded.php:139 +#: clean-archives-reloaded.php:145 +#: clean-archives-reloaded.php:209 +msgid "Expand All" +msgstr "Alle aufklappen" + +#: clean-archives-reloaded.php:141 +msgid "Collapse All" +msgstr "Alle einklappen" + +# No need to translate this string as it's a default WordPress string +#: clean-archives-reloaded.php:220 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#: clean-archives-reloaded.php:220 +msgid "Post Count" +msgstr "Beiträge insgesamt" + +#: clean-archives-reloaded.php:228 +msgid "Comment Count" +msgstr "Kommentare insgesamt" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-es_ES.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-es_ES.mo new file mode 100644 index 00000000..4891d209 Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-es_ES.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-es_ES.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-es_ES.po new file mode 100644 index 00000000..b4673bc3 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-es_ES.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-08-23 16:01+0100\n" +"PO-Revision-Date: 2008-08-23 16:04+0100\n" +"Last-Translator: albertjh \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: 15,-1,-1,-1,-1,-1,-1,-1,-1,-1\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:69 +#: clean-archives-reloaded.php:77 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#: clean-archives-reloaded.php:69 +msgid "Clean Archives" +msgstr "Clean Archives" + +#: clean-archives-reloaded.php:87 +msgid "Use Javascript to make the months collapsible" +msgstr "Usar Javascript para hacer que los meses se contraigan" + +#: clean-archives-reloaded.php:95 +msgid "Only load the Javascript files when displaying an archive (this will break the archive list if it's used in your sidebar)" +msgstr "Solo cargar los archivos en JavaScript cuando estoy mostrando un archivo (esto podrá romper el archivo si está siendo usado en su barra lateral)" + +#: clean-archives-reloaded.php:100 +msgid "Month Ordering" +msgstr "Orden Mensual" + +#: clean-archives-reloaded.php:103 +msgid "Show newest months first" +msgstr "Ver los meses más nuevos primero" + +#: clean-archives-reloaded.php:104 +msgid "Show oldest months first" +msgstr "Ver los meses más antiguos primero" + +#: clean-archives-reloaded.php:109 +msgid "Post Ordering" +msgstr "Orden de los posts" + +#: clean-archives-reloaded.php:111 +msgid "Within individual months..." +msgstr "Dentro de cada mes..." + +#: clean-archives-reloaded.php:113 +msgid "Show newest posts first" +msgstr "Ver los post nuevos primero" + +#: clean-archives-reloaded.php:114 +msgid "Show oldest posts first" +msgstr "Ver los post viejos primero" + +#: clean-archives-reloaded.php:121 +msgid "Save Changes" +msgstr "Guardar cambios" + +#: clean-archives-reloaded.php:178 +#: clean-archives-reloaded.php:184 +#: clean-archives-reloaded.php:259 +msgid "Expand All" +msgstr "Expandir todo" + +#: clean-archives-reloaded.php:180 +msgid "Collapse All" +msgstr "Contraer todo" + +#: clean-archives-reloaded.php:270 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#: clean-archives-reloaded.php:271 +msgid "Post Count" +msgstr "Contador de post" + +#: clean-archives-reloaded.php:279 +msgid "Comment Count" +msgstr "Contador de comentarios" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-fr_FR.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-fr_FR.mo new file mode 100644 index 00000000..8b01580c Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-fr_FR.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-fr_FR.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-fr_FR.po new file mode 100644 index 00000000..a643c590 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-fr_FR.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 10:57-0800\n" +"PO-Revision-Date: \n" +"Last-Translator: Luc Saint-Elie \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: D:\\Webserver\\htdocs\\plugindev\\wp-content\\plugins\\clean-archives-reloaded\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:68 +#: clean-archives-reloaded.php:76 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#: clean-archives-reloaded.php:68 +msgid "Clean Archives" +msgstr "Clean Archives" + +#: clean-archives-reloaded.php:86 +msgid "Use Javascript to make the months collapsible" +msgstr "Utiliser Javascript pour condenser les mois" + +#: clean-archives-reloaded.php:95 +msgid "Only load the Javascript files when displaying an archive (this will break the archive list if it's used in your sidebar)" +msgstr "Ne charger le ficher javascript que lors de l'affichage des archives (cela va supprimer la liste d'archives si vous l'afficher dans la barre latérrale)" + +#: clean-archives-reloaded.php:91 +msgid "Month Ordering" +msgstr "Classement par mois" + +#: clean-archives-reloaded.php:94 +msgid "Show newest months first" +msgstr "Afficher d'abord les mois récents" + +#: clean-archives-reloaded.php:95 +msgid "Show oldest months first" +msgstr "Afficher d'abord les mois les plus anciens" + +#: clean-archives-reloaded.php:100 +msgid "Post Ordering" +msgstr "Classement des messages" + +#: clean-archives-reloaded.php:102 +msgid "Within individual months..." +msgstr "A l'intérieur de chaque mois" + +#: clean-archives-reloaded.php:104 +msgid "Show newest posts first" +msgstr "Afficher d'abord les messages récents" + +#: clean-archives-reloaded.php:105 +msgid "Show oldest posts first" +msgstr "Afficher d'abord les messages anciens" + +#: clean-archives-reloaded.php:112 +msgid "Save Changes" +msgstr "Enregistrer les modifications" + +#: clean-archives-reloaded.php:139 +#: clean-archives-reloaded.php:145 +#: clean-archives-reloaded.php:209 +msgid "Expand All" +msgstr "Tout développer" + +#: clean-archives-reloaded.php:141 +msgid "Collapse All" +msgstr "Tout réduire" + +# No need to translate this string as it's a default WordPress string +#: clean-archives-reloaded.php:220 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#: clean-archives-reloaded.php:220 +msgid "Post Count" +msgstr "Nombre de messages" + +#: clean-archives-reloaded.php:228 +msgid "Comment Count" +msgstr "Nombre de commentaires" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-hu_HU.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-hu_HU.mo new file mode 100644 index 00000000..cb2f1606 Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-hu_HU.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-hu_HU.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-hu_HU.po new file mode 100644 index 00000000..1f3032ee --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-hu_HU.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 10:57-0800\n" +"PO-Revision-Date: \n" +"Last-Translator: Fodor Bence \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: D:\\Webserver\\htdocs\\plugindev\\wp-content\\plugins\\clean-archives-reloaded\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:68 +#: clean-archives-reloaded.php:76 +msgid "Clean Archives Reloaded" +msgstr "Tiszta archívum: újratöltve" + +#: clean-archives-reloaded.php:68 +msgid "Clean Archives" +msgstr "Tiszta archívum" + +#: clean-archives-reloaded.php:86 +msgid "Use Javascript to make the months collapsible" +msgstr "Javascript használata a hónapok kibontásához" + +#: clean-archives-reloaded.php:91 +msgid "Month Ordering" +msgstr "Hónapok sorrendje" + +#: clean-archives-reloaded.php:94 +msgid "Show newest months first" +msgstr "Fordított időrendben" + +#: clean-archives-reloaded.php:95 +msgid "Show oldest months first" +msgstr "Időrendben" + +#: clean-archives-reloaded.php:100 +msgid "Post Ordering" +msgstr "Bejegyzések sorrendje" + +#: clean-archives-reloaded.php:102 +msgid "Within individual months..." +msgstr "A hónapokon belül..." + +#: clean-archives-reloaded.php:104 +msgid "Show newest posts first" +msgstr "A legfrissebb bejegyzés kerüljön fentre" + +#: clean-archives-reloaded.php:105 +msgid "Show oldest posts first" +msgstr "A legrégebbi bejegyzés kerüljön fentre" + +#: clean-archives-reloaded.php:112 +msgid "Save Changes" +msgstr "Változások mentése" + +#: clean-archives-reloaded.php:139 +#: clean-archives-reloaded.php:145 +#: clean-archives-reloaded.php:209 +msgid "Expand All" +msgstr "Mindet bontsd ki" + +#: clean-archives-reloaded.php:141 +msgid "Collapse All" +msgstr "Mindet zárd be" + +# No need to translate this string as it's a default WordPress string +#: clean-archives-reloaded.php:220 +#, php-format +msgid "%1$s %2$d" +msgstr "" + +#: clean-archives-reloaded.php:220 +msgid "Post Count" +msgstr "Bejegyzések száma" + +#: clean-archives-reloaded.php:228 +msgid "Comment Count" +msgstr "Kommentek száma" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-it_IT.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-it_IT.mo new file mode 100644 index 00000000..61f593ac Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-it_IT.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-it_IT.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-it_IT.po new file mode 100644 index 00000000..83fadc07 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-it_IT.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-08-23 16:01+0100\n" +"PO-Revision-Date: 2009-03-10 22:41+0100\n" +"Last-Translator: Roberto Mercuri \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: 15,-1,-1,-1,-1,-1,-1,-1,-1,-1\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:69 +#: clean-archives-reloaded.php:77 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#: clean-archives-reloaded.php:69 +msgid "Clean Archives" +msgstr "Clean Archives" + +#: clean-archives-reloaded.php:87 +msgid "Use Javascript to make the months collapsible" +msgstr "Usa Javascript per rendere i mesi espandibili" + +#: clean-archives-reloaded.php:95 +msgid "Only load the Javascript files when displaying an archive (this will break the archive list if it's used in your sidebar)" +msgstr "Includi script Javascript solo nel codice della pagina che si utilizza per la visualizzazione degli Archivi" + +#: clean-archives-reloaded.php:100 +msgid "Month Ordering" +msgstr "Ordinamento mesi" + +#: clean-archives-reloaded.php:103 +msgid "Show newest months first" +msgstr "Mostra prima i mesi recenti" + +#: clean-archives-reloaded.php:104 +msgid "Show oldest months first" +msgstr "Mostra prima i mesi più vecchi" + +#: clean-archives-reloaded.php:109 +msgid "Post Ordering" +msgstr "Ordinamento articoli" + +#: clean-archives-reloaded.php:111 +msgid "Within individual months..." +msgstr "All'interno dei singoli mesi" + +#: clean-archives-reloaded.php:113 +msgid "Show newest posts first" +msgstr "Mostra prima gli articoli più recenti" + +#: clean-archives-reloaded.php:114 +msgid "Show oldest posts first" +msgstr "Mostra prima gli articoli più vecchi" + +#: clean-archives-reloaded.php:121 +msgid "Save Changes" +msgstr "Salve le impostazioni" + +#: clean-archives-reloaded.php:178 +#: clean-archives-reloaded.php:184 +#: clean-archives-reloaded.php:259 +msgid "Expand All" +msgstr "Espandi tutto" + +#: clean-archives-reloaded.php:180 +msgid "Collapse All" +msgstr "Comprimi tutto" + +#: clean-archives-reloaded.php:270 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#: clean-archives-reloaded.php:271 +msgid "Post Count" +msgstr "N° articoli presenti" + +#: clean-archives-reloaded.php:279 +msgid "Comment Count" +msgstr "N° commenti presenti" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-pl_PL.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-pl_PL.mo new file mode 100644 index 00000000..f3e40690 Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-pl_PL.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-pl_PL.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-pl_PL.po new file mode 100644 index 00000000..46aeb240 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-pl_PL.po @@ -0,0 +1,86 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded 3.1.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 10:57-0800\n" +"PO-Revision-Date: \n" +"Last-Translator: Marcin Gradzik \n" +"Language-Team: Marcin Gradzik \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: D:\\Webserver\\htdocs\\plugindev\\wp-content\\plugins\\clean-archives-reloaded\n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: POLAND\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:68 +#: clean-archives-reloaded.php:76 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#: clean-archives-reloaded.php:68 +msgid "Clean Archives" +msgstr "Clean Archives" + +#: clean-archives-reloaded.php:86 +msgid "Use Javascript to make the months collapsible" +msgstr "Używaj Javascriptu do pokazywania i ukrywania wpisów" + +#: clean-archives-reloaded.php:91 +msgid "Month Ordering" +msgstr "Kolejność wyświetlania miesięcy" + +#: clean-archives-reloaded.php:94 +msgid "Show newest months first" +msgstr "Wyświetlaj od najnowszych miesięcy" + +#: clean-archives-reloaded.php:95 +msgid "Show oldest months first" +msgstr "Wyświetlaj od najstarszych miesięcy" + +#: clean-archives-reloaded.php:100 +msgid "Post Ordering" +msgstr "Kolejność wyświetlania wpisów" + +#: clean-archives-reloaded.php:102 +msgid "Within individual months..." +msgstr "Wewnątrz poszczególnych miesięcy..." + +#: clean-archives-reloaded.php:104 +msgid "Show newest posts first" +msgstr "Wyświetlaj od najnowszych wpisów" + +#: clean-archives-reloaded.php:105 +msgid "Show oldest posts first" +msgstr "Wyświetlaj od najstarszych wpisów" + +#: clean-archives-reloaded.php:112 +msgid "Save Changes" +msgstr "Zapisz zmiany" + +#: clean-archives-reloaded.php:139 +#: clean-archives-reloaded.php:145 +#: clean-archives-reloaded.php:209 +msgid "Expand All" +msgstr "Pokaż wszystkie" + +#: clean-archives-reloaded.php:141 +msgid "Collapse All" +msgstr "Ukryj wszystkie" + +# No need to translate this string as it's a default WordPress string +#: clean-archives-reloaded.php:220 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#: clean-archives-reloaded.php:220 +msgid "Post Count" +msgstr "Liczba wpisów" + +#: clean-archives-reloaded.php:228 +msgid "Comment Count" +msgstr "Liczba komentarzy" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-ru_RU.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-ru_RU.mo new file mode 100644 index 00000000..47507501 Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-ru_RU.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-ru_RU.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-ru_RU.po new file mode 100644 index 00000000..437e9658 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-ru_RU.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 10:57-0800\n" +"PO-Revision-Date: \n" +"Last-Translator: DennisBri \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: D:\\Webserver\\htdocs\\plugindev\\wp-content\\plugins\\clean-archives-reloaded\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:68 +#: clean-archives-reloaded.php:76 +msgid "Clean Archives Reloaded" +msgstr "Опрятные Архивы Перезагрузка" + +#: clean-archives-reloaded.php:68 +msgid "Clean Archives" +msgstr "Опрятные архивы" + +#: clean-archives-reloaded.php:86 +msgid "Use Javascript to make the months collapsible" +msgstr "Использовать Javascript для эффекта раздвижных месяцев" + +#: clean-archives-reloaded.php:95 +msgid "Only load the Javascript files when displaying an archive (this will break the archive list if it's used in your sidebar)" +msgstr "Загружать Javascript только на странице архива (не включайте эту опцию если используете архив на каждой странице)" + +#: clean-archives-reloaded.php:91 +msgid "Month Ordering" +msgstr "Порядок месяцев" + +#: clean-archives-reloaded.php:94 +msgid "Show newest months first" +msgstr "Показывать свежие месяцы первыми" + +#: clean-archives-reloaded.php:95 +msgid "Show oldest months first" +msgstr "Показывать старые месяцы первыми" + +#: clean-archives-reloaded.php:100 +msgid "Post Ordering" +msgstr "Порядок статей" + +#: clean-archives-reloaded.php:102 +msgid "Within individual months..." +msgstr "Внутри своих месяцев..." + +#: clean-archives-reloaded.php:104 +msgid "Show newest posts first" +msgstr "Показывать новые статьи первыми" + +#: clean-archives-reloaded.php:105 +msgid "Show oldest posts first" +msgstr "Показывать старые статьи первыми" + +#: clean-archives-reloaded.php:112 +msgid "Save Changes" +msgstr "Сохранить изменения" + +#: clean-archives-reloaded.php:139 +#: clean-archives-reloaded.php:145 +#: clean-archives-reloaded.php:209 +msgid "Expand All" +msgstr "Развернуть все" + +#: clean-archives-reloaded.php:141 +msgid "Collapse All" +msgstr "Свернуть все" + +# No need to translate this string as it's a default WordPress string +#: clean-archives-reloaded.php:220 +#, php-format +msgid "%1$s %2$d" +msgstr "" + +#: clean-archives-reloaded.php:220 +msgid "Post Count" +msgstr "Всего статей" + +#: clean-archives-reloaded.php:228 +msgid "Comment Count" +msgstr "Всего комментариев" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sq_AL.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sq_AL.mo new file mode 100644 index 00000000..2a1bdc4c Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sq_AL.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sq_AL.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sq_AL.po new file mode 100644 index 00000000..4b342419 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sq_AL.po @@ -0,0 +1,107 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.1.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2009-10-28 08:30+0100\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Poedit-Language: Albanian\n" +"X-Poedit-Country: ALBANIA\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n" +"X-Poedit-Basepath: ../\n" +"X-Textdomain-Support: yes\n" +"X-Poedit-SearchPath-0: .\n" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:76 +#: clean-archives-reloaded.php:84 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:76 +msgid "Clean Archives" +msgstr "Clean Archives" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:94 +msgid "Use Javascript to make the months collapsible" +msgstr "Përdor Javascript për të bërë muajt të palosen" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:102 +msgid "Only load the Javascript files when displaying an archive (this will break the archive list if it's used in your sidebar)" +msgstr "Ngarko Javascript vetëm kur shfaqet një arkiv (kjo do të thyej listën e Arkivit nëse përdoret në sidebarin tuaj)" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:107 +msgid "Month Ordering" +msgstr "Radhitja sipas muajit" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:110 +msgid "Show newest months first" +msgstr "Trego muajin më të ri në fillim" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:111 +msgid "Show oldest months first" +msgstr "Trego muajin më të vjetër në fillim" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:116 +msgid "Post Ordering" +msgstr "Radhitja e postimeve" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:118 +msgid "Within individual months..." +msgstr "Brënda muajve..." + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:120 +msgid "Show newest posts first" +msgstr "Trego postimet më të reja në fillim" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:121 +msgid "Show oldest posts first" +msgstr "Trego postimet më të vjetra në fillim" + +#: clean-archives-reloaded.php:128 +msgid "Save Changes" +msgstr "Ruaj ndryshimet" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:191 +#: clean-archives-reloaded.php:197 +#: clean-archives-reloaded.php:276 +msgid "Expand All" +msgstr "Hap të gjitha" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:193 +msgid "Collapse All" +msgstr "Mbyll të gjitha" + +#: clean-archives-reloaded.php:287 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:288 +msgid "Post Count" +msgstr "Numurimi i postimeve" + +#@ clean-archives-reloaded +#: clean-archives-reloaded.php:297 +msgid "Comment Count" +msgstr "Numërimi i komenteve" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sv_SE.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sv_SE.mo new file mode 100644 index 00000000..0d3476af Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sv_SE.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sv_SE.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sv_SE.po new file mode 100644 index 00000000..d59fc3d2 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-sv_SE.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 10:57-0800\n" +"PO-Revision-Date: \n" +"Last-Translator: Mikael Quick \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: D:\\Webserver\\htdocs\\plugindev\\wp-content\\plugins\\clean-archives-reloaded\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:68 +#: clean-archives-reloaded.php:76 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#: clean-archives-reloaded.php:68 +msgid "Clean Archives" +msgstr "Clean Archives" + +#: clean-archives-reloaded.php:86 +msgid "Use Javascript to make the months collapsible" +msgstr "Använd Javascript för att minimera/expandera månader" + +#: clean-archives-reloaded.php:91 +msgid "Month Ordering" +msgstr "Sorteringsordning, månader" + +#: clean-archives-reloaded.php:94 +msgid "Show newest months first" +msgstr "Visa senaste månaden först" + +#: clean-archives-reloaded.php:95 +msgid "Show oldest months first" +msgstr "Visa tidigaste månaden först" + +#: clean-archives-reloaded.php:100 +msgid "Post Ordering" +msgstr "Sorteringsordning, inlägg" + +#: clean-archives-reloaded.php:102 +msgid "Within individual months..." +msgstr "Inom en individuell månad..." + +#: clean-archives-reloaded.php:104 +msgid "Show newest posts first" +msgstr "Visa senaste inlägg först" + +#: clean-archives-reloaded.php:105 +msgid "Show oldest posts first" +msgstr "Visa tidigaste inlägg först" + +#: clean-archives-reloaded.php:112 +msgid "Save Changes" +msgstr "Spara ändringar" + +#: clean-archives-reloaded.php:139 +#: clean-archives-reloaded.php:145 +#: clean-archives-reloaded.php:209 +msgid "Expand All" +msgstr "Visa alla" + +#: clean-archives-reloaded.php:141 +msgid "Collapse All" +msgstr "Göm alla" + +# No need to translate this string as it's a default WordPress string +#: clean-archives-reloaded.php:220 +#, php-format +msgid "%1$s %2$d" +msgstr "" + +#: clean-archives-reloaded.php:220 +msgid "Post Count" +msgstr "Antal inlägg" + +#: clean-archives-reloaded.php:228 +msgid "Comment Count" +msgstr "Antal kommentarer" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-tr_TR.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-tr_TR.mo new file mode 100644 index 00000000..280dd97c Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-tr_TR.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-tr_TR.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-tr_TR.po new file mode 100644 index 00000000..5a818f62 --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-tr_TR.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 10:57-0800\n" +"PO-Revision-Date: 2008-08-03 14:11+0200\n" +"Last-Translator: Baris Unver\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: D:\\Webserver\\htdocs\\plugindev\\wp-content\\plugins\\clean-archives-reloaded\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:68 +#: clean-archives-reloaded.php:76 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives Reloaded" + +#: clean-archives-reloaded.php:68 +msgid "Clean Archives" +msgstr "Temiz Arşivler" + +#: clean-archives-reloaded.php:86 +msgid "Use Javascript to make the months collapsible" +msgstr "Ayları açıp kapayabilmek için JavaScript kullan" + +#: clean-archives-reloaded.php:91 +msgid "Month Ordering" +msgstr "Aylık Sıralama" + +#: clean-archives-reloaded.php:94 +msgid "Show newest months first" +msgstr "Yeni aylardan eski aylara göre sırala" + +#: clean-archives-reloaded.php:95 +msgid "Show oldest months first" +msgstr "Eski aylardan yeni aylara göre sırala" + +#: clean-archives-reloaded.php:100 +msgid "Post Ordering" +msgstr "Yazı Sıralaması" + +#: clean-archives-reloaded.php:102 +msgid "Within individual months..." +msgstr "" + +#: clean-archives-reloaded.php:104 +msgid "Show newest posts first" +msgstr "Son yazıları önce göster" + +#: clean-archives-reloaded.php:105 +msgid "Show oldest posts first" +msgstr "Eski yazıları önce göster" + +#: clean-archives-reloaded.php:112 +msgid "Save Changes" +msgstr "Değişiklikleri Kaydet" + +#: clean-archives-reloaded.php:139 +#: clean-archives-reloaded.php:145 +#: clean-archives-reloaded.php:209 +msgid "Expand All" +msgstr "Tümünü Aç" + +#: clean-archives-reloaded.php:141 +msgid "Collapse All" +msgstr "Tümünü Kapat" + +# No need to translate this string as it's a default WordPress string +#: clean-archives-reloaded.php:220 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#: clean-archives-reloaded.php:220 +msgid "Post Count" +msgstr "Yazı Sayısı" + +#: clean-archives-reloaded.php:228 +msgid "Comment Count" +msgstr "Yorum Sayısı" + diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-zh_CN.mo b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-zh_CN.mo new file mode 100644 index 00000000..eb043eb1 Binary files /dev/null and b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-zh_CN.mo differ diff --git a/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-zh_CN.po b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-zh_CN.po new file mode 100644 index 00000000..b400f64e --- /dev/null +++ b/plugins/clean-archives-reloaded/languages/clean-archives-reloaded-zh_CN.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: Clean Archives Reloaded v3.x\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-08-23 16:01+0100\n" +"PO-Revision-Date: 2008-10-12 14:50+0800\n" +"Last-Translator: Patrick \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: 15,-1,-1,-1,-1,-1,-1,-1,-1,-1\n" +"X-Poedit-SearchPath-0: .\n" + +#: clean-archives-reloaded.php:69 +#: clean-archives-reloaded.php:77 +msgid "Clean Archives Reloaded" +msgstr "Clean Archives 配置选项" + +#: clean-archives-reloaded.php:69 +msgid "Clean Archives" +msgstr "Clean Archives" + +#: clean-archives-reloaded.php:87 +msgid "Use Javascript to make the months collapsible" +msgstr "使用Javascript折叠显示存档效果" + +#: clean-archives-reloaded.php:95 +msgid "Only load the Javascript files when displaying an archive (this will break the archive list if it's used in your sidebar)" +msgstr "只有在显示存档页面时才载入Javascript文件 (如果你正在使用该插件的侧边栏调用功能,勾选此项可能使其不能按预期效果显示!)" + +#: clean-archives-reloaded.php:100 +msgid "Month Ordering" +msgstr "存档月份排序" + +#: clean-archives-reloaded.php:103 +msgid "Show newest months first" +msgstr "按时间倒叙排列月份(离现在最近的月份排最前)" + +#: clean-archives-reloaded.php:104 +msgid "Show oldest months first" +msgstr "按时间正序排列月份(离现在最远的月份排最前)" + +#: clean-archives-reloaded.php:109 +msgid "Post Ordering" +msgstr "存档文章排序" + +#: clean-archives-reloaded.php:111 +msgid "Within individual months..." +msgstr "在每一个月份列表中..." + +#: clean-archives-reloaded.php:113 +msgid "Show newest posts first" +msgstr "将最新的日志显示在第一位" + +#: clean-archives-reloaded.php:114 +msgid "Show oldest posts first" +msgstr "将最旧的日志显示在第一位" + +#: clean-archives-reloaded.php:121 +msgid "Save Changes" +msgstr "保存修改" + +#: clean-archives-reloaded.php:178 +#: clean-archives-reloaded.php:184 +#: clean-archives-reloaded.php:259 +msgid "Expand All" +msgstr "展开所有月份" + +#: clean-archives-reloaded.php:180 +msgid "Collapse All" +msgstr "折叠所有月份" + +#: clean-archives-reloaded.php:270 +#, php-format +msgid "%1$s %2$d" +msgstr "%1$s %2$d" + +#: clean-archives-reloaded.php:271 +msgid "Post Count" +msgstr "日志篇数" + +#: clean-archives-reloaded.php:279 +msgid "Comment Count" +msgstr "评论数量" + diff --git a/plugins/clean-archives-reloaded/readme.txt b/plugins/clean-archives-reloaded/readme.txt new file mode 100644 index 00000000..52ff5497 --- /dev/null +++ b/plugins/clean-archives-reloaded/readme.txt @@ -0,0 +1,176 @@ +=== Clean Archives Reloaded === +Contributors: Viper007Bond +Donate link: http://www.viper007bond.com/donate/ +Tags: archive, archives, posts +Requires at least: 2.5 +Tested up to: 3.0 +Stable tag: trunk + +A slick, Javascript enhanced post archive list generator. + +== Description == + +Clean Archives Reloaded generates a list of all of your posts, sorted by month. It's enhanced with Javascript to allow collapsing and expanding of months. + +It's highly efficient and won't kill your server with tons of MySQL queries. + += Demo = + +Check out one of my sites' [archive page](http://www.finalgear.com/post-archives/). + += Legacy Version = + +The current version of this plugin is only compatible with WordPress 2.5 and newer. If for some reason you are running an older version of WordPress, you will need to use the legacy version of this plugin. But please, do yourself a favor and upgrade your version of WordPress! + +== Installation == + +###Updgrading From A Previous Version### + +To upgrade from a previous version of this plugin, delete the entire folder and files from the previous version of the plugin and then follow the installation instructions below. + +###Installing The Plugin### + +Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`. + +This should result in the following file structure: + +`- wp-content + - plugins + - clean-archives-reloaded + | readme.txt + | clean-archives-reloaded.php` + +Then just visit your admin area and activate the plugin. + +**See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) + +###Using The Plugin### + +Just create/edit a post or page and type `[cleanarchivesreloaded]` where you would like the archives list to show up. You can also use `[cartotalposts]` to show your total post count. + +Example page contents: + +`Here is all [cartotalposts] of my posts: + +[cleanarchivesreloaded]` + +Configure options via Settings -> Clean Archives. + +== Frequently Asked Questions == + += Does this plugin support other languages? = + +Yes, it does. See the [WordPress Codex](http://codex.wordpress.org/Translating_WordPress) for details on how to make a translation file. Then just place the translation file, named `car-[value in wp-config].mo`, into the plugin's folder. + += I love your plugin! Can I donate to you? = + +Sure! I do this in my free time and I appreciate all donations that I get. It makes me want to continue to update this plugin. You can find more details on [my donate page](http://www.viper007bond.com/donate/). + +== Shortcode Tag Parameters == + +You can customize the list options on a per-call basis if you wish. + +* `usejs` -- (`1` or `0`) use Javascript or not to collapse the months +* `monthorder` -- (`new` or `old`) show newest months or oldest months first +* `postorder` -- (`new` or `old`) show newest posts or oldest posts first within months + += Examples = + +No Javascript: + +`[cleanarchivesreloaded usejs="0"]` + +Oldest months first, oldest posts first: + +`[cleanarchivesreloaded monthorder="old" postorder="old"]` + +== ChangeLog == + +**Version 3.2.0** + +* Use a direct database query instead of `get_posts()` to fetch just the data we need. I had wrongly been thinking doing this was going to be a lot more complicated to accomplish. This should help a lot with memory requirements. + +**Version 3.1.10** + +* Added German translation thanks to [Thomas Frster](http://thomas-foerster.com/). + +**Version 3.1.9** + +* Try to avoid the Javascript getting outputted twice due to people installing the plugin twice. + +**Version 3.1.8** + +* Add Hungarian translation thanks to [Fodor Bence](http://fodi.be/). Sorry it took so long, Fodor! + +**Version 3.1.7** + +* Add Danish translation thanks to [Georg S. Adamsen](http://wordpress.blogos.dk/2009/03/25/enkel-oversigt/). +* Add Polish translation thanks to Marcin. + +**Version 3.1.6** + +* Add Italian translation thanks to Roberto. + +**Version 3.1.5** + +* Try to further reduce memory usage. This is a bandaid fix and an alternate generation method (multi-SQL queries) is needed. +* Add Russian translation thanks to DennisBri. +* Add Swedish translation thanks to Mikael Quick. +* Add Chinese translation thanks to Patrick. + +**Version 3.1.4** + +* Turn dynamic load off by default. It was causing people problems with certain themes (probably due to theme hacks). + +**Version 3.1.3** + +* Added French translation file thanks to Luc Saint-Elie. + +**Version 3.1.2** + +* Dynamic load improvements. +* Imrovements for WordPress 2.6 (i.e. a moved `wp-content` folder). +* Spanish translation file thanks to [albertjh](http://diariodeunlinux3ro.es/). + +**Version 3.1.1** + +* If dynamic load is enabled (by default it is now), then dynamically load jQuery as well. + +**Version 3.1.0** + +* Add option to settings page that, if enabled, will check the posts to be disabled for the shortcode. If they aren't found, the JS/CSS for the plugin won't be outputted. +* Add parameter to post list shortcode to hide post counts. Do `[cleanarchivesreloaded postcount="0"]` to hide the posts per month. +* Add parameter to post list shortcode to hide comment counts. Do `[cleanarchivesreloaded commentcount="0"]` to hide the comments per post. + +**Version 3.0.2** + +* Make shortcode work in the text widget +* Switch the way posts are sorted within months to avoid an issue that would occur in the unlikely even that two posts had an identical post date. +* Change the default sort order for posts within months to newest posts first. +* Made language files be loaded from a subfolder for a cleaner plugin folder and renamed the plugin's language domain from "car" to "clean-archives-reloaded". +* Added Turkish translation by Baris Unver. + +**Version 3.0.1** + +* Fix `get_posts()` for WordPress 2.6 +* jQuery improvements (use `find()` on a CSS class instead of `children()` by structure) + +**Version 3.0.0** + +* Recoded (mostly) from scratch once again. Now requires WordPress 2.5+ as it uses the shortcode functions. +* Greatly increased efficiency. Page generation times dropped 10% on my localhost development blog. +* Options page -- no more editing the file to configure options. +* If you have multiple listings per page (no clue why you would, but hey), the Expand/Collapse All links will only apply to it's own listing rather than all listings on the page. +* You can override the individual options set on the options page via the shortcode tag (see above). + +**Version 2.0.0** + +* Completely recoded from scratch. It now relies on no manual SQL queries which should make it future proof. It also no longer requires any internal caching as the plugin is queryless. + +**Version 1.0.1** + +* Forgot to tell WordPress to regenerate the cache when comments are made and deleted. + +**Version 1.0.0** + +* Initial release of my edition of the plugin. \ No newline at end of file -- cgit v1.2.3