├── favicon.ico ├── img ├── logo.png ├── author.jpg ├── sprite.png ├── bg-html.jpg ├── logo-cgp2.png ├── rss-icon.png ├── bg-html-alt.jpg ├── icon-sprite.png ├── twitter_48.png └── comment-sprite.png ├── screenshot.png ├── languages ├── bg_BG.mo ├── bg_BG.po ├── de_DE.mo ├── es_ES.mo ├── fr_FR.mo ├── is_IS.mo ├── it_IT.mo ├── no_BO.mo ├── pl_PL.mo ├── ro_RO.mo ├── ru_RU.mo ├── sv_SE.mo ├── vi_VN.mo ├── zh_CN.mo ├── default.mo ├── ru_RU_informal.mo ├── default.po ├── zh_CN.po ├── vi_VN.po ├── ro_RO.po ├── ru_RU.po ├── is_IS.po ├── pl_PL.po ├── es_ES.po └── sv_SE.po ├── styles ├── base.less └── normalize.less ├── ads-middle.php ├── README.md ├── 404.php ├── content-missing.php ├── links.php ├── archives.php ├── package.json ├── page.php ├── admin-style.css ├── style.css ├── footer.php ├── search.php ├── attachment.php ├── index-ads.php ├── index.php ├── comments.php ├── comments-new.php ├── image.php ├── archive.php ├── header.php ├── comments-popup.php ├── functions-themeoptions-display2.php ├── single.php ├── README.txt ├── sidebar.php ├── functions-themeoptions-display3.php ├── functions-themeoptions.php └── functions-themeoptions-display.php /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/favicon.ico -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/logo.png -------------------------------------------------------------------------------- /img/author.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/author.jpg -------------------------------------------------------------------------------- /img/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/sprite.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/screenshot.png -------------------------------------------------------------------------------- /img/bg-html.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/bg-html.jpg -------------------------------------------------------------------------------- /img/logo-cgp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/logo-cgp2.png -------------------------------------------------------------------------------- /img/rss-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/rss-icon.png -------------------------------------------------------------------------------- /img/bg-html-alt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/bg-html-alt.jpg -------------------------------------------------------------------------------- /img/icon-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/icon-sprite.png -------------------------------------------------------------------------------- /img/twitter_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/twitter_48.png -------------------------------------------------------------------------------- /languages/bg_BG.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/bg_BG.mo -------------------------------------------------------------------------------- /languages/bg_BG.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/bg_BG.po -------------------------------------------------------------------------------- /languages/de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/de_DE.mo -------------------------------------------------------------------------------- /languages/es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/es_ES.mo -------------------------------------------------------------------------------- /languages/fr_FR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/fr_FR.mo -------------------------------------------------------------------------------- /languages/is_IS.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/is_IS.mo -------------------------------------------------------------------------------- /languages/it_IT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/it_IT.mo -------------------------------------------------------------------------------- /languages/no_BO.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/no_BO.mo -------------------------------------------------------------------------------- /languages/pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/pl_PL.mo -------------------------------------------------------------------------------- /languages/ro_RO.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/ro_RO.mo -------------------------------------------------------------------------------- /languages/ru_RU.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/ru_RU.mo -------------------------------------------------------------------------------- /languages/sv_SE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/sv_SE.mo -------------------------------------------------------------------------------- /languages/vi_VN.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/vi_VN.mo -------------------------------------------------------------------------------- /languages/zh_CN.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/zh_CN.mo -------------------------------------------------------------------------------- /img/comment-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/img/comment-sprite.png -------------------------------------------------------------------------------- /languages/default.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/default.mo -------------------------------------------------------------------------------- /languages/ru_RU_informal.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/green-park-2/master/languages/ru_RU_informal.mo -------------------------------------------------------------------------------- /styles/base.less: -------------------------------------------------------------------------------- 1 | /* 2 | Created on : 15.02.2014, 16:17:34 3 | Author : andreasjacob 4 | */ 5 | 6 | /* BASE definitions for LESS.css */ 7 | 8 | -------------------------------------------------------------------------------- /ads-middle.php: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 |
-------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Cordobo Green Park 2 2 | ============ 3 | 4 | The official Wordpress Theme Repository for Cordobo Green Park 2. 5 | 6 | Release Notes for Green Park 1.0.0-beta.10 (Beta 10) 7 | 8 | 9 | DEMO: http://themes.cordobo.com/ 10 | 11 | DOWNLOAD: http://cordobo.com/green-park-2/ 12 | -------------------------------------------------------------------------------- /404.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | 6 | 7 | 8 |
9 |
10 | 11 | 12 | -------------------------------------------------------------------------------- /content-missing.php: -------------------------------------------------------------------------------- 1 |
2 |

3 |
4 |

5 | 6 |

7 | 8 | 9 | 10 |

11 | » 12 |

13 |
14 |
-------------------------------------------------------------------------------- /links.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 |
10 |
11 | 12 |
13 |

14 |
15 | 16 |
17 |
18 | 19 |
20 |
21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /archives.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 |
10 |
11 | 12 |
13 |

14 |
15 |
    16 | 17 |
18 |
19 | 20 |

21 |
22 |
    23 | 24 |
25 |
26 |
27 | 28 |
29 |
30 | 31 | 32 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "green-park-2", 3 | "version": "1.0.0-beta.10", 4 | "author": "Andreas Jacob (http://cordobo.com/)", 5 | "description": "Cordobo Green Park 2 is a simple & elegant light-weight theme for WordPress, built on top of the fastest known page-rendering optimizations and seo in mind.", 6 | "repository": { 7 | "type": "git", 8 | "url": "git+https://github.com/Cordobo/green-park-2.git" 9 | }, 10 | "keywords": [ 11 | "wordpress", 12 | "cordobo", 13 | "green-park", 14 | "green-park-2", 15 | "CGP2", 16 | "GP2", 17 | "theme", 18 | "themes", 19 | "fast", 20 | "seo" 21 | ], 22 | "license": "GPL", 23 | "bugs": { 24 | "url": "https://github.com/Cordobo/green-park-2/issues" 25 | }, 26 | "homepage": "http://cordobo.com/green-park-2/" 27 | } 28 | -------------------------------------------------------------------------------- /page.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | 6 | 7 |
8 |

9 | ', ''); ?> 10 |
11 | 12 | '', 'next_or_number' => 'number', 'pagelink' => '%')); ?> 13 |
14 |
15 | 16 | 17 | 18 | 19 | 20 |
21 |
22 | 23 | 24 | -------------------------------------------------------------------------------- /admin-style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Document : admin-style 3 | Created : 20.01.2013, 20:03 4 | Edited : 15.02.2014, 19:26 5 | Author : cordobo.com 6 | Description: Admin Backend Stylesheet for GreenPark 2, loaded via functions.php 7 | */ 8 | 9 | #greenpark2_admin_styles { 10 | 11 | } 12 | 13 | #greenpark2_admin_styles div.settings-liquid-left { 14 | clear: left; 15 | float: left; 16 | margin-right: -325px; 17 | width: 100%; 18 | } 19 | 20 | #greenpark2_admin_styles div.settings-liquid-right { 21 | clear: right; 22 | float: right; 23 | width: 300px; 24 | } 25 | 26 | #greenpark2_admin_styles div.settings-left { 27 | margin-left: 5px; 28 | margin-right: 325px; 29 | } 30 | 31 | #greenpark2_admin_styles div.settings-right { 32 | margin: 0 auto; 33 | width: 285px; 34 | } 35 | 36 | #greenpark2_admin_styles p.description { 37 | margin: 1em 10px 12px; 38 | } 39 | 40 | #greenpark2_admin_styles ul.children { 41 | margin: 0 0 0 18px; 42 | } 43 | 44 | #greenpark2_admin_styles ul.children li { 45 | margin: 0 0 2px; 46 | } -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Theme Name: Cordobo Green Park 2 Release 1.0.0-beta.10 3 | Theme URI: http://cordobo.com/green-park-2/ 4 | Author: Andreas Jacob 5 | Author URI: http://cordobo.com/ 6 | Description: Lightweight fast-rendering theme with 2-3 column layout and right sidebar, Widget-ready (4 slots), built-in support for plugins (e.g. twitter), support for threaded/nested comments, fully localized, easy to customize via settings-page. By Andreas Jacob. 7 | Version: 1.0.0-beta.10 8 | License: GNU General Public License v2 or later 9 | License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 | Tags: two-columns, right-sidebar 11 | Text Domain: greenpark 12 | 13 | 14 | This is a BETA. Please report any bug: 15 | http://cordobo.com/1967-cordobo-green-park-2-beta-8/ 16 | 17 | The CSS, XHTML and design is released under the GPL: 18 | http://www.gnu.org/licenses/gpl.html 19 | Copy, remix and play around with my CSS - but leave the original author credentials. 20 | 21 | 22 | */ 23 | 24 | /* -------------------------------------------------------------- 25 | * =Styles 26 | * CSS is located in screen.css 27 | * If you use SASS to preprocess your CSS, adapt screen.sass 28 | -------------------------------------------------------------- */ 29 | -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | 6 | 7 | 8 |

9 | 10 | 11 | 12 |
> 13 |

14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 27 | 28 | 29 | 30 |

31 |
32 | 33 |
34 | 35 | 36 | 37 |
38 |
39 | 40 | 41 | -------------------------------------------------------------------------------- /attachment.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | 6 | 7 | 8 |
id="post-"> 9 | 10 |

11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 |
  • Pages:
  • &after=&pagelink=
  • %
  • '); ?> 19 | 20 |
      21 | %link', '' . (__('Previous Entry', 'greenpark')) . ': %title'); ?> 22 | %link', '' . (__('Next Entry', 'greenpark')) . ': %title'); ?> 23 |
    24 | 25 |
    26 | 27 | 33 | 34 | 35 | 36 |
    37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 |
    47 |
    48 | 49 | 50 | -------------------------------------------------------------------------------- /index-ads.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
    4 |
    5 | 6 | 7 | 8 |
    id="post-"> 9 | 10 |

    11 | 12 |

    13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | » 23 | 24 | 25 | 26 | 27 |
    28 | 29 |
    30 | 31 | 40 | 41 | 42 | 43 | 44 |
    45 | 46 | 47 | 48 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 |
    63 |
    64 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
    4 |
    5 | 6 | 7 | 8 |
    id="post-"> 9 | 10 |

    11 | 12 |

    13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | » 23 | 24 | 25 | 26 | 27 |
    28 | 29 |
    30 | 31 | 40 | 41 | 42 | 43 | 44 |
    45 | 46 | 47 | 48 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 |
    63 |
    64 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /comments.php: -------------------------------------------------------------------------------- 1 | 8 |

    .

    9 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
    20 |

    21 |
    22 | 23 |
    24 |
    25 | 26 | 27 | 31 | 32 |
      33 | 34 |
    35 | 36 | 37 | 41 | 42 | 43 | 44 | 45 | 46 | 47 |
    48 |

    49 | 50 | /
    51 | 52 |

    53 |
      54 | 55 |
    56 |
    57 | 58 | 59 | 60 | 61 | 62 | comment_status) : ?> 63 | 64 | 65 | 66 | 67 |

    .

    68 | 69 | 70 | 71 | 72 | 73 | comment_status) : ?> 74 | 75 | 76 | 77 | 78 | 79 | '
    ', 'comment_notes_after' => '
    ', 'comment_field' => '

    ' )); ?> 80 | 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /comments-new.php: -------------------------------------------------------------------------------- 1 | 15 |
    16 | 17 |

    18 |
    19 | 27 | 28 | 29 | 30 | 31 |

    32 | ' . get_the_title() . '' ); 35 | ?> 36 |

    37 | 38 | 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 39 | 44 | 45 | 46 |
      47 | 56 |
    57 | 58 | 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 59 | 64 | 65 | 66 | 72 |

    73 | 74 | 75 | 76 | 77 |
    78 | -------------------------------------------------------------------------------- /image.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
    4 |
    5 | 6 | 7 | 8 |
    9 |

    post_parent); ?> »

    10 |
    11 |

    ID, 'medium' ); ?>

    12 |
    post_excerpt) ) the_excerpt(); // this is the "caption" ?>
    13 | 14 | 15 | 16 | 20 |
    21 | 22 | 23 | 50 | 51 |
    52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 |
    62 |
    63 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /archive.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
    4 |
    5 | 6 | 7 | 8 | 9 | 10 |

    11 | 12 | 13 | 14 | ’ 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |

    27 | 28 | 29 | 30 | max_num_pages > 1 ) : ?> 31 | 35 | 36 | 37 | 38 | 39 | 40 | 41 |
    id="post-"> 42 |

    43 | 44 | 45 |
    46 | 47 |
    48 | 49 | 58 |
    59 | 60 | 61 | 62 | 63 | max_num_pages > 1 ) : ?> 64 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 |
    79 |
    80 | 81 | 82 | 83 | -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | > 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 20 | 21 | itemscope itemtype="http://schema.org/Blog"> 22 | 23 | 24 | 95 | 96 | 97 |
    98 | -------------------------------------------------------------------------------- /comments-popup.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | 11 | 12 | 13 |

    14 | 15 | 21 |

    Comments

    22 | 23 |

    RSS feed for comments on this post.

    24 | 25 | ping_status) { ?> 26 |

    The URL to TrackBack this entry is:

    27 | 28 | 29 | 38 | 39 | 40 |
      41 | 42 |
    1. 43 | 44 |

      by @

      45 |
    2. 46 | 47 | 48 |
    49 | 50 |

    No comments yet.

    51 | 52 | 53 | comment_status) { ?> 54 |

    Leave a comment

    55 |

    Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:

    56 | 57 |
    58 | 59 |

    Logged in as . Log out »

    60 | 61 |

    62 | 63 | 64 |

    65 | 66 |

    67 | 68 | 69 |

    70 | 71 |

    72 | 73 | 74 |

    75 | 76 | 77 |

    78 | 79 |
    80 | 81 |

    82 | 83 |

    84 | 85 | " /> 86 | 87 |

    88 | ID); ?> 89 |
    90 | 91 |

    Sorry, the comment form is closed at this time.

    92 | 95 | 96 |
    Close this window.
    97 | 98 | 102 |

    Sorry, no posts matched your criteria.

    103 | 104 | 105 | 106 |

    Powered by WordPress

    107 | 108 | 116 | 117 | 118 | -------------------------------------------------------------------------------- /functions-themeoptions-display2.php: -------------------------------------------------------------------------------- 1 | 25 |
    26 |

    Cordobo Green Park 2 Settings

    27 |
    28 | 32 |

    33 | 34 |

    35 | 36 |
    37 | 38 |
    39 | 'text', 67 | 'id' => 'cgp2_textbox', 68 | 'name' => 'cgp2_textbox', 69 | 'desc' => 'Example of textbox description', 70 | 'std' => '', 71 | 'label_for' => 'cgp2_textbox', 72 | 'class' => 'css_class' 73 | ), 74 | array( 75 | "name" => "Hide this?", 76 | "id" => $shortname . "_other_posts_slider", 77 | "type" => "checkbox", 78 | "std" => "false", 79 | "desc" => "Yes" 80 | ) 81 | ); 82 | 83 | add_settings_field('example_textbox', 'Example Textbox', 'cgp2_display_setting', 'cgp2_theme_options.php', 'cgp2_text_section', $field_args); 84 | } 85 | 86 | /** 87 | * Function to add extra text to display on each section 88 | */ 89 | function cgp2_display_section($section) { 90 | 91 | } 92 | 93 | /** 94 | * Function to display the settings on the page 95 | * This is setup to be expandable by using a switch on the type variable. 96 | * In future you can add multiple types to be display from this function, 97 | * Such as checkboxes, select boxes, file upload boxes etc. 98 | */ 99 | function cgp2_display_setting($args) { 100 | 101 | global $field_args; 102 | 103 | extract($args); 104 | 105 | $option_name = 'cgp2_theme_options'; 106 | 107 | $options = get_option($option_name); 108 | 109 | switch ($type) { 110 | case 'text': 111 | $options[$id] = stripslashes($options[$id]); 112 | $options[$id] = esc_attr($options[$id]); 113 | echo ""; 114 | echo ($desc != '') ? "
    $desc" : ""; 115 | break; 116 | 117 | case 'checkbox': 118 | ?> 119 |
    120 | 121 |
    122 | 129 | /> 130 | 131 |
    132 |
    133 | 134 | $v) { 145 | $newinput[$k] = trim($v); 146 | 147 | // Check the input is a letter or a number 148 | if (!preg_match('/^[A-Z0-9 _]*$/i', $v)) { 149 | $newinput[$k] = ''; 150 | } 151 | } 152 | 153 | return $newinput; 154 | } 155 | ?> 156 | -------------------------------------------------------------------------------- /single.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
    4 |
    5 | 6 | 29 | 30 | 31 | 32 | 33 | 34 | 35 |
    id="post-"> 36 | 37 |

    38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | comment_status) : ?> 46 | 47 | » 48 | 49 | 50 | 51 | 52 |
    53 | 54 | '', 'next_or_number' => 'number', 'pagelink' => '%')); ?> 55 | 56 |
      57 | %link', '' . (__('Previous Entry', 'greenpark')) . ': %title'); ?> 58 | %link', '' . (__('Next Entry', 'greenpark')) . ': %title'); ?> 59 |
    60 |
    61 | 62 | 93 | 94 | 95 | 96 |
    97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 |
    110 |
    111 | 112 | 113 | -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- 1 | 2 | ---------------------------------------------------------------------- 3 | RELEASE NOTES FOR Cordobo Green Park 2 (GP2) 4 | ---------------------------------------------------------------------- 5 | 6 | Version: 1.0.0-beta.10 7 | Release date: September 27th, 2016 8 | 9 | 10 | Get the latest Version here: 11 | http://cordobo.com/green-park-2/ 12 | 13 | 14 | Please report all bugs: 15 | https://github.com/Cordobo/green-park-2/issues 16 | 17 | If you report a bug please include your 18 | - WordPress version 19 | - browser details 20 | - a screenshot if necessary 21 | 22 | 23 | 24 | 25 | ---------------------------------------------------------------------- 26 | FAQ - Frequently Asked Questions 27 | ---------------------------------------------------------------------- 28 | 29 | - DONATIONS 30 | - TRANSLATION & LOCALIZATION 31 | - ABOUT (change the "about me" box in the sidebar) 32 | - TWITTER Integration 33 | - LOGO 34 | - SUPPORTED PLUGINS 35 | - ADMANAGER (e.g. Google Adsense) 36 | -- ADS ON THE FRONT PAGE 37 | -- ADS ON THE SIDEBAR 38 | - CHANGELOG 39 | 40 | 41 | 42 | 43 | ---------------------------------------------------------------------- 44 | DONATIONS 45 | ---------------------------------------------------------------------- 46 | 47 | Coders love coffee and I'm no exception :) 48 | If you like my free themes, feel free to donate a $ for a coffee. 49 | It'll be highly appreciated! 50 | 51 | Paypal: Chungonet@gmail.com 52 | 53 | 54 | 55 | 56 | ---------------------------------------------------------------------- 57 | TRANSLATIONS & LOCALIZATIONS 58 | ---------------------------------------------------------------------- 59 | 60 | Cordobo Green Park 2 is even better in your own language :) 61 | If you want to translate GP2 into your language, you'll find a 62 | default.mo and default.po file in the folder "languages". 63 | 64 | Please send your translated files to: 65 | i18n-2014@cordobo.com 66 | 67 | 68 | More information & ressources can be found here: 69 | http://cordobo.com/1381-green-park-2-beta-5-pre/ 70 | 71 | 72 | 1. Chinese by wxzbb 73 | 2. English (default) Andreas Jacob (http://cordobo.com/) 74 | 3. French by Julien 75 | 4. German by Andreas Jacob 76 | 5. Icelandic by Jóhannes Birgir Jensson 77 | 6. Italian by Saverio Tonno 78 | 7. Norwegian Bokmål by Bjørn-Arild Eriksen-Woll 79 | 8. Polish by Tosiek 80 | 9. Romanian by Cristian Boba 81 | 10. Russian (formal) by Dr. Dmitry Tarasov 82 | 11. Russian (informal) by Perllover 83 | 12. Spanish (castellano) by José Manuel Mao 84 | 13. Swedish by Jon Klarström 85 | 14. Bulgarian by Konstantin Yovev 86 | 15. Vietnamese by Du Nguyen 87 | 88 | 89 | 90 | ---------------------------------------------------------------------- 91 | Change ABOUT information 92 | ---------------------------------------------------------------------- 93 | 94 | Use the Cordobo Green Park 2 settings page in your Wordpress Admin 95 | to change the ABOUT text. 96 | 97 | 98 | 99 | 100 | ---------------------------------------------------------------------- 101 | TWITTER Integration 102 | ---------------------------------------------------------------------- 103 | 104 | No more hassle with the code. 105 | Introduced with Beta 6, Green Park 2 now has built-in Twitter support. 106 | 107 | You can activate Twitter in the Green Park 2 settings page in the admin 108 | section of Wordpress. 109 | 110 | 111 | 112 | ---------------------------------------------------------------------- 113 | LOGO IMAGE 114 | ---------------------------------------------------------------------- 115 | 116 | Log in to Wordpress and navigate to 117 | "Appearance" > "Green Park 2 Settings" 118 | 119 | Select: "Show image logo instead of text logo" and save your changes. 120 | 121 | Green Park 2 will make use of the file "logo.png" in the themes folder. 122 | 123 | 124 | ---------------------------------------------------------------------- 125 | ADMANAGER (e.g. Google Adsense) 126 | ---------------------------------------------------------------------- 127 | 128 | Use the Cordobo Green Park 2 settings page in your Wordpress admin panel 129 | to add your Google Adsense code (or any other advertisement). 130 | 131 | Ads are currently only displayed below the content on single pages, 132 | neither on the front page nor pages nor archives. 133 | 134 | 135 | ADS ON THE FRONT PAGE 136 | 137 | If you want to display ads below each entry on the front page, 138 | rename "index.php" to "index-orig.php" and "index-ads.php" to 139 | "index.php" and upload the new "index.php" to your webserver. 140 | 141 | NOTE: Due to the terms of use of Google Adsense, Google will only 142 | show 3 ads on every page - that's not a bug of the theme ;-) 143 | 144 | 145 | ADS ON THE SIDEBAR 146 | 147 | The sidebar box ("about box") can be used to display ads as well. 148 | You'll find the corresponding settings on the GP2 settings page. 149 | 150 | 151 | 152 | 153 | ---------------------------------------------------------------------- 154 | SUPPORTED PLUGINS 155 | ---------------------------------------------------------------------- 156 | 157 | Cordobo Green Park 2 comes with built in support for WP-PageNavi 158 | (You need to download and activate the plugin separately) 159 | 160 | - WP-PageNavi by Lester GaMerZ Chan 161 | http://lesterchan.net/portfolio/programming/php/#wp-pagenavi 162 | 163 | 164 | INSTALLATION: 165 | Upload the plugin to your plugins directory in your Wordpress installation. 166 | Just activate the plugin, that's it. 167 | 168 | 169 | 170 | 171 | ---------------------------------------------------------------------- 172 | CHANGELOG for Cordobo Greenpark 2 Beta 9 173 | ---------------------------------------------------------------------- 174 | 175 | For a full changelog visit: 176 | http://cordobo.com/green-park-2/2/#changelog 177 | -------------------------------------------------------------------------------- /sidebar.php: -------------------------------------------------------------------------------- 1 | ' ); ?> 106 | 107 | 108 | 109 |
  • 110 |
    111 |
      112 | 113 |
    114 |
  • 115 | 116 | 117 | 118 | ' . __('Categories','greenpark') . '
    '); ?> 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 146 | 147 | 148 | -------------------------------------------------------------------------------- /functions-themeoptions-display3.php: -------------------------------------------------------------------------------- 1 | $themename." Options", 12 | "type" => "title" 13 | ), 14 | array( 15 | "name" => "Logo URL", 16 | "desc" => "Enter the URL to your logo", 17 | "id" => $shortname."_logo", 18 | "type" => "text", 19 | "std" => "" 20 | ), 21 | array( 22 | "name" => "Custom Favicon", 23 | "desc" => "Paste the URL to a .ico image that you want to use as the image", 24 | "id" => $shortname."_favicon", 25 | "type" => "text", 26 | "std" => home_url() ."/favicon.ico" 27 | ), 28 | array( "name" => "Colour Scheme", 29 | "desc" => "Select the colour scheme for the theme", 30 | "id" => $shortname."_color_scheme", 31 | "type" => "select", 32 | "options" => array("Light", "Dark", "Red", "Blue"), 33 | "std" => "dark" 34 | ), 35 | array( "name" => "Sidebar Position", 36 | "desc" => "Select the position of the sidebar", 37 | "id" => $shortname."_sidebar_position", 38 | "type" => "select", 39 | "options" => array("Left", "Right"), 40 | "std" => "right" 41 | ), 42 | array( 43 | "name" => "Custom CSS", 44 | "desc" => "Want to add any custom CSS code? Put in here, and the rest is taken care of. This overrides any other stylesheets. eg: a.button{color:green}", 45 | "id" => $shortname."_custom_css", 46 | "type" => "textarea", 47 | "std" => "" 48 | ), 49 | array( 50 | "name" => "Twitter Username", 51 | "desc" => "Enter your Twitter username (excluding the @ symbol)", 52 | "id" => $shortname."_twitter", 53 | "type" => "text", 54 | "std" => "" 55 | ), 56 | array( 57 | "name" => "Facebook URL", 58 | "desc" => "Enter the URL of your Facebook page", 59 | "id" => $shortname."_facebook", 60 | "type" => "text", 61 | "std" => "" 62 | ) 63 | 64 | ); 65 | 66 | 67 | 68 | /** 69 | * Theme Option Page Example 70 | */ 71 | function cgp_theme_menu() { 72 | add_theme_page( 'Theme Option', 'Theme Options', 'manage_options', 'cgp_theme_options.php', 'cgp_theme_page'); 73 | } 74 | add_action('admin_menu', 'cgp_theme_menu'); 75 | 76 | 77 | 78 | /** 79 | * Callback function to the add_theme_page 80 | * Will display the theme options page 81 | */ 82 | function cgp_theme_page() { 83 | ?> 84 |
    85 |

    Custom Theme Options

    86 |
    87 | 92 |

    93 | 94 |

    95 | 96 |
    97 |
    98 | 'text', 124 | 'id' => 'cgp_textbox', 125 | 'name' => 'cgp_textbox', 126 | 'desc' => 'Example of textbox description', 127 | 'std' => '', 128 | 'label_for' => 'cgp_textbox', 129 | 'class' => 'css_class' 130 | ) 131 | 132 | ); 133 | 134 | add_settings_field( 'example_textbox', 'Example Textbox', 'cgp_display_setting', 'cgp_theme_options.php', 'cgp_text_section', $field_args ); 135 | } 136 | 137 | 138 | 139 | /** 140 | * Function to add extra text to display on each section 141 | */ 142 | function cgp_display_section($section) { 143 | 144 | } 145 | 146 | 147 | 148 | /** 149 | * Function to display the settings on the page 150 | * This is setup to be expandable by using a switch on the type variable. 151 | * In future you can add multiple types to be display from this function, 152 | * Such as checkboxes, select boxes, file upload boxes etc. 153 | */ 154 | function cgp_display_setting($args) { 155 | 156 | global $options; 157 | 158 | extract( $args ); 159 | 160 | // $option_name = 'cgp_theme_options'; 161 | 162 | // $options = get_option( $option_name ); 163 | 164 | 165 | foreach ($options as $value) { 166 | switch ( $value['type'] ) { 167 | case 'text': 168 | //$options[$id] = stripslashes($options[$id]); 169 | //$options[$id] = esc_attr( $options[$id]); 170 | //echo ""; 171 | //echo ($desc != '') ? "
    $desc" : ""; 172 | ?> 173 |
    174 | 175 |
    176 | 177 | ;"> 182 | 183 | " /> 188 | 189 |
    190 |
    191 | 197 |
    198 | 199 |
    200 | 201 | 202 |
    203 |
    204 | $v) 224 | { 225 | $newinput[$k] = trim($v); 226 | 227 | // Check the input is a letter or a number 228 | if(!preg_match('/^[A-Z0-9 _]*$/i', $v)) { 229 | $newinput[$k] = ''; 230 | } 231 | } 232 | 233 | return $newinput; 234 | } 235 | 236 | ?> 237 | -------------------------------------------------------------------------------- /styles/normalize.less: -------------------------------------------------------------------------------- 1 | /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ 2 | 3 | /** 4 | * 1. Set default font family to sans-serif. 5 | * 2. Prevent iOS text size adjust after orientation change, without disabling 6 | * user zoom. 7 | */ 8 | 9 | html { 10 | font-family: sans-serif; /* 1 */ 11 | -ms-text-size-adjust: 100%; /* 2 */ 12 | -webkit-text-size-adjust: 100%; /* 2 */ 13 | } 14 | 15 | /** 16 | * Remove default margin. 17 | */ 18 | 19 | body { 20 | margin: 0; 21 | } 22 | 23 | /* HTML5 display definitions 24 | ========================================================================== */ 25 | 26 | /** 27 | * Correct `block` display not defined in IE 8/9. 28 | */ 29 | 30 | article, 31 | aside, 32 | details, 33 | figcaption, 34 | figure, 35 | footer, 36 | header, 37 | hgroup, 38 | main, 39 | nav, 40 | section, 41 | summary { 42 | display: block; 43 | } 44 | 45 | /** 46 | * 1. Correct `inline-block` display not defined in IE 8/9. 47 | * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. 48 | */ 49 | 50 | audio, 51 | canvas, 52 | progress, 53 | video { 54 | display: inline-block; /* 1 */ 55 | vertical-align: baseline; /* 2 */ 56 | } 57 | 58 | /** 59 | * Prevent modern browsers from displaying `audio` without controls. 60 | * Remove excess height in iOS 5 devices. 61 | */ 62 | 63 | audio:not([controls]) { 64 | display: none; 65 | height: 0; 66 | } 67 | 68 | /** 69 | * Address `[hidden]` styling not present in IE 8/9. 70 | * Hide the `template` element in IE, Safari, and Firefox < 22. 71 | */ 72 | 73 | [hidden], 74 | template { 75 | display: none; 76 | } 77 | 78 | /* Links 79 | ========================================================================== */ 80 | 81 | /** 82 | * Remove the gray background color from active links in IE 10. 83 | */ 84 | 85 | a { 86 | background: transparent; 87 | } 88 | 89 | /** 90 | * Improve readability when focused and also mouse hovered in all browsers. 91 | */ 92 | 93 | a:active, 94 | a:hover { 95 | outline: 0; 96 | } 97 | 98 | /* Text-level semantics 99 | ========================================================================== */ 100 | 101 | /** 102 | * Address styling not present in IE 8/9, Safari 5, and Chrome. 103 | */ 104 | 105 | abbr[title] { 106 | border-bottom: 1px dotted; 107 | } 108 | 109 | /** 110 | * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. 111 | */ 112 | 113 | b, 114 | strong { 115 | font-weight: bold; 116 | } 117 | 118 | /** 119 | * Address styling not present in Safari 5 and Chrome. 120 | */ 121 | 122 | dfn { 123 | font-style: italic; 124 | } 125 | 126 | /** 127 | * Address variable `h1` font-size and margin within `section` and `article` 128 | * contexts in Firefox 4+, Safari 5, and Chrome. 129 | */ 130 | 131 | h1 { 132 | font-size: 2em; 133 | margin: 0.67em 0; 134 | } 135 | 136 | /** 137 | * Address styling not present in IE 8/9. 138 | */ 139 | 140 | mark { 141 | background: #ff0; 142 | color: #000; 143 | } 144 | 145 | /** 146 | * Address inconsistent and variable font size in all browsers. 147 | */ 148 | 149 | small { 150 | font-size: 80%; 151 | } 152 | 153 | /** 154 | * Prevent `sub` and `sup` affecting `line-height` in all browsers. 155 | */ 156 | 157 | sub, 158 | sup { 159 | font-size: 75%; 160 | line-height: 0; 161 | position: relative; 162 | vertical-align: baseline; 163 | } 164 | 165 | sup { 166 | top: -0.5em; 167 | } 168 | 169 | sub { 170 | bottom: -0.25em; 171 | } 172 | 173 | /* Embedded content 174 | ========================================================================== */ 175 | 176 | /** 177 | * Remove border when inside `a` element in IE 8/9. 178 | */ 179 | 180 | img { 181 | border: 0; 182 | } 183 | 184 | /** 185 | * Correct overflow displayed oddly in IE 9. 186 | */ 187 | 188 | svg:not(:root) { 189 | overflow: hidden; 190 | } 191 | 192 | /* Grouping content 193 | ========================================================================== */ 194 | 195 | /** 196 | * Address margin not present in IE 8/9 and Safari 5. 197 | */ 198 | 199 | figure { 200 | margin: 1em 40px; 201 | } 202 | 203 | /** 204 | * Address differences between Firefox and other browsers. 205 | */ 206 | 207 | hr { 208 | -moz-box-sizing: content-box; 209 | box-sizing: content-box; 210 | height: 0; 211 | } 212 | 213 | /** 214 | * Contain overflow in all browsers. 215 | */ 216 | 217 | pre { 218 | overflow: auto; 219 | } 220 | 221 | /** 222 | * Address odd `em`-unit font size rendering in all browsers. 223 | */ 224 | 225 | code, 226 | kbd, 227 | pre, 228 | samp { 229 | font-family: monospace, monospace; 230 | font-size: 1em; 231 | } 232 | 233 | /* Forms 234 | ========================================================================== */ 235 | 236 | /** 237 | * Known limitation: by default, Chrome and Safari on OS X allow very limited 238 | * styling of `select`, unless a `border` property is set. 239 | */ 240 | 241 | /** 242 | * 1. Correct color not being inherited. 243 | * Known issue: affects color of disabled elements. 244 | * 2. Correct font properties not being inherited. 245 | * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. 246 | */ 247 | 248 | button, 249 | input, 250 | optgroup, 251 | select, 252 | textarea { 253 | color: inherit; /* 1 */ 254 | font: inherit; /* 2 */ 255 | margin: 0; /* 3 */ 256 | } 257 | 258 | /** 259 | * Address `overflow` set to `hidden` in IE 8/9/10. 260 | */ 261 | 262 | button { 263 | overflow: visible; 264 | } 265 | 266 | /** 267 | * Address inconsistent `text-transform` inheritance for `button` and `select`. 268 | * All other form control elements do not inherit `text-transform` values. 269 | * Correct `button` style inheritance in Firefox, IE 8+, and Opera 270 | * Correct `select` style inheritance in Firefox. 271 | */ 272 | 273 | button, 274 | select { 275 | text-transform: none; 276 | } 277 | 278 | /** 279 | * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` 280 | * and `video` controls. 281 | * 2. Correct inability to style clickable `input` types in iOS. 282 | * 3. Improve usability and consistency of cursor style between image-type 283 | * `input` and others. 284 | */ 285 | 286 | button, 287 | html input[type="button"], /* 1 */ 288 | input[type="reset"], 289 | input[type="submit"] { 290 | -webkit-appearance: button; /* 2 */ 291 | cursor: pointer; /* 3 */ 292 | } 293 | 294 | /** 295 | * Re-set default cursor for disabled elements. 296 | */ 297 | 298 | button[disabled], 299 | html input[disabled] { 300 | cursor: default; 301 | } 302 | 303 | /** 304 | * Remove inner padding and border in Firefox 4+. 305 | */ 306 | 307 | button::-moz-focus-inner, 308 | input::-moz-focus-inner { 309 | border: 0; 310 | padding: 0; 311 | } 312 | 313 | /** 314 | * Address Firefox 4+ setting `line-height` on `input` using `!important` in 315 | * the UA stylesheet. 316 | */ 317 | 318 | input { 319 | line-height: normal; 320 | } 321 | 322 | /** 323 | * It's recommended that you don't attempt to style these elements. 324 | * Firefox's implementation doesn't respect box-sizing, padding, or width. 325 | * 326 | * 1. Address box sizing set to `content-box` in IE 8/9/10. 327 | * 2. Remove excess padding in IE 8/9/10. 328 | */ 329 | 330 | input[type="checkbox"], 331 | input[type="radio"] { 332 | box-sizing: border-box; /* 1 */ 333 | padding: 0; /* 2 */ 334 | } 335 | 336 | /** 337 | * Fix the cursor style for Chrome's increment/decrement buttons. For certain 338 | * `font-size` values of the `input`, it causes the cursor style of the 339 | * decrement button to change from `default` to `text`. 340 | */ 341 | 342 | input[type="number"]::-webkit-inner-spin-button, 343 | input[type="number"]::-webkit-outer-spin-button { 344 | height: auto; 345 | } 346 | 347 | /** 348 | * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 349 | * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome 350 | * (include `-moz` to future-proof). 351 | */ 352 | 353 | input[type="search"] { 354 | -webkit-appearance: textfield; /* 1 */ 355 | -moz-box-sizing: content-box; 356 | -webkit-box-sizing: content-box; /* 2 */ 357 | box-sizing: content-box; 358 | } 359 | 360 | /** 361 | * Remove inner padding and search cancel button in Safari and Chrome on OS X. 362 | * Safari (but not Chrome) clips the cancel button when the search input has 363 | * padding (and `textfield` appearance). 364 | */ 365 | 366 | input[type="search"]::-webkit-search-cancel-button, 367 | input[type="search"]::-webkit-search-decoration { 368 | -webkit-appearance: none; 369 | } 370 | 371 | /** 372 | * Define consistent border, margin, and padding. 373 | */ 374 | 375 | fieldset { 376 | border: 1px solid #c0c0c0; 377 | margin: 0 2px; 378 | padding: 0.35em 0.625em 0.75em; 379 | } 380 | 381 | /** 382 | * 1. Correct `color` not being inherited in IE 8/9. 383 | * 2. Remove padding so people aren't caught out if they zero out fieldsets. 384 | */ 385 | 386 | legend { 387 | border: 0; /* 1 */ 388 | padding: 0; /* 2 */ 389 | } 390 | 391 | /** 392 | * Remove default vertical scrollbar in IE 8/9. 393 | */ 394 | 395 | textarea { 396 | overflow: auto; 397 | } 398 | 399 | /** 400 | * Don't inherit the `font-weight` (applied by a rule above). 401 | * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. 402 | */ 403 | 404 | optgroup { 405 | font-weight: bold; 406 | } 407 | 408 | /* Tables 409 | ========================================================================== */ 410 | 411 | /** 412 | * Remove most spacing between table cells. 413 | */ 414 | 415 | table { 416 | border-collapse: collapse; 417 | border-spacing: 0; 418 | } 419 | 420 | td, 421 | th { 422 | padding: 0; 423 | } -------------------------------------------------------------------------------- /languages/default.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: Andreas Jacob \n" 8 | "Language-Team: GP2 Team \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-SourceCharset: utf-8\n" 13 | "X-Poedit-KeywordsList: _e;__\n" 14 | "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\themes\n" 15 | "Language: en_US\n" 16 | "X-Generator: Poedit 1.5.4\n" 17 | "X-Poedit-SearchPath-0: greenpark_2_beta_2\n" 18 | 19 | #: greenpark_2_beta_2/ad_middle.php:2 20 | msgid "Advertisement" 21 | msgstr "" 22 | 23 | #: greenpark_2_beta_2/archive.php:10 24 | msgid "Archive for the" 25 | msgstr "" 26 | 27 | #: greenpark_2_beta_2/archive.php:10 28 | msgid "category" 29 | msgstr "" 30 | 31 | #: greenpark_2_beta_2/archive.php:12 32 | msgid "Posts Tagged" 33 | msgstr "" 34 | 35 | #: greenpark_2_beta_2/archive.php:14 greenpark_2_beta_2/archive.php:16 36 | #: greenpark_2_beta_2/archive.php:18 37 | msgid "Archive for" 38 | msgstr "" 39 | 40 | #: greenpark_2_beta_2/archive.php:14 greenpark_2_beta_2/archive.php:34 41 | #: greenpark_2_beta_2/index-ads.php:12 greenpark_2_beta_2/index.php:12 42 | msgid "F jS, Y" 43 | msgstr "" 44 | 45 | #: greenpark_2_beta_2/archive.php:16 46 | msgid "F, Y" 47 | msgstr "" 48 | 49 | #: greenpark_2_beta_2/archive.php:18 50 | msgid "Y" 51 | msgstr "" 52 | 53 | #: greenpark_2_beta_2/archive.php:20 54 | msgid "Author Archive" 55 | msgstr "" 56 | 57 | #: greenpark_2_beta_2/archive.php:22 58 | msgid "Blog Archives" 59 | msgstr "" 60 | 61 | #: greenpark_2_beta_2/archive.php:27 greenpark_2_beta_2/archive.php:55 62 | #: greenpark_2_beta_2/index-ads.php:41 greenpark_2_beta_2/index.php:41 63 | msgid "« Older Entries" 64 | msgstr "" 65 | 66 | #: greenpark_2_beta_2/archive.php:28 greenpark_2_beta_2/archive.php:56 67 | #: greenpark_2_beta_2/index-ads.php:42 greenpark_2_beta_2/index.php:42 68 | msgid "Newer Entries »" 69 | msgstr "" 70 | 71 | #: greenpark_2_beta_2/archive.php:34 greenpark_2_beta_2/attachment.php:13 72 | msgid "Edit" 73 | msgstr "" 74 | 75 | #: greenpark_2_beta_2/archive.php:37 greenpark_2_beta_2/image.php:14 76 | #: greenpark_2_beta_2/index-ads.php:20 greenpark_2_beta_2/index.php:20 77 | msgid "» Read more: " 78 | msgstr "" 79 | 80 | #: greenpark_2_beta_2/archive.php:42 greenpark_2_beta_2/comments.php:20 81 | #: greenpark_2_beta_2/index-ads.php:15 greenpark_2_beta_2/index-ads.php:25 82 | #: greenpark_2_beta_2/index.php:15 greenpark_2_beta_2/index.php:25 83 | msgid "No comments" 84 | msgstr "" 85 | 86 | #: greenpark_2_beta_2/archive.php:42 greenpark_2_beta_2/comments.php:20 87 | #: greenpark_2_beta_2/index-ads.php:15 greenpark_2_beta_2/index-ads.php:25 88 | #: greenpark_2_beta_2/index.php:15 greenpark_2_beta_2/index.php:25 89 | msgid "1 comment" 90 | msgstr "" 91 | 92 | #: greenpark_2_beta_2/archive.php:42 greenpark_2_beta_2/comments.php:20 93 | #: greenpark_2_beta_2/index-ads.php:15 greenpark_2_beta_2/index-ads.php:25 94 | #: greenpark_2_beta_2/index.php:15 greenpark_2_beta_2/index.php:25 95 | #, php-format 96 | msgid "% comments" 97 | msgstr "" 98 | 99 | #: greenpark_2_beta_2/archive.php:45 greenpark_2_beta_2/attachment.php:30 100 | #: greenpark_2_beta_2/image.php:24 greenpark_2_beta_2/index-ads.php:28 101 | #: greenpark_2_beta_2/index.php:28 102 | msgid "Posted in " 103 | msgstr "" 104 | 105 | #: greenpark_2_beta_2/archives.php:12 106 | msgid "Archives by Month" 107 | msgstr "" 108 | 109 | #: greenpark_2_beta_2/archives.php:19 110 | msgid "Archives by Subject" 111 | msgstr "" 112 | 113 | #: greenpark_2_beta_2/attachment.php:12 greenpark_2_beta_2/functions.php:330 114 | msgid "by" 115 | msgstr "" 116 | 117 | #: greenpark_2_beta_2/attachment.php:22 118 | msgid "Previous Entry" 119 | msgstr "" 120 | 121 | #: greenpark_2_beta_2/attachment.php:23 122 | msgid "Next Entry" 123 | msgstr "" 124 | 125 | #: greenpark_2_beta_2/comments.php:8 126 | msgid "This post is password protected. Enter the password to view comments" 127 | msgstr "" 128 | 129 | #: greenpark_2_beta_2/comments.php:22 130 | msgid "Add your comment" 131 | msgstr "" 132 | 133 | #: greenpark_2_beta_2/comments.php:36 greenpark_2_beta_2/comments.php:46 134 | msgid "« Older Comments" 135 | msgstr "" 136 | 137 | #: greenpark_2_beta_2/comments.php:37 greenpark_2_beta_2/comments.php:47 138 | msgid "Newer Comments »" 139 | msgstr "" 140 | 141 | #: greenpark_2_beta_2/comments.php:57 142 | msgid "Trackbacks" 143 | msgstr "" 144 | 145 | #: greenpark_2_beta_2/comments.php:59 146 | msgid "Pingbacks" 147 | msgstr "" 148 | 149 | #: greenpark_2_beta_2/comments.php:76 150 | msgid "Comments are closed" 151 | msgstr "" 152 | 153 | #: greenpark_2_beta_2/comments.php:85 154 | msgid "Leave a Reply" 155 | msgstr "" 156 | 157 | #: greenpark_2_beta_2/comments.php:85 158 | #, php-format 159 | msgid "Leave a Reply to %s" 160 | msgstr "" 161 | 162 | #: greenpark_2_beta_2/comments.php:88 163 | msgid "Click here to cancel reply." 164 | msgstr "" 165 | 166 | #: greenpark_2_beta_2/comments.php:94 167 | msgid "You must be" 168 | msgstr "" 169 | 170 | #: greenpark_2_beta_2/comments.php:94 171 | msgid "logged in" 172 | msgstr "" 173 | 174 | #: greenpark_2_beta_2/comments.php:94 175 | msgid "to post a comment" 176 | msgstr "" 177 | 178 | #: greenpark_2_beta_2/comments.php:102 179 | msgid "Logged in as" 180 | msgstr "" 181 | 182 | #: greenpark_2_beta_2/comments.php:102 183 | msgid "Log out of this account" 184 | msgstr "" 185 | 186 | #: greenpark_2_beta_2/comments.php:102 187 | msgid "Log out" 188 | msgstr "" 189 | 190 | #: greenpark_2_beta_2/comments.php:108 191 | msgid "Name" 192 | msgstr "" 193 | 194 | #: greenpark_2_beta_2/comments.php:111 195 | msgid "Mail (will not be published)" 196 | msgstr "" 197 | 198 | #: greenpark_2_beta_2/comments.php:114 199 | msgid "Website" 200 | msgstr "" 201 | 202 | #: greenpark_2_beta_2/comments.php:119 203 | msgid "You can use these tags" 204 | msgstr "" 205 | 206 | #: greenpark_2_beta_2/comments.php:123 207 | msgid "Submit Comment" 208 | msgstr "" 209 | 210 | #: greenpark_2_beta_2/functions.php:312 211 | msgid "Green Park 2 Settings" 212 | msgstr "" 213 | 214 | #: greenpark_2_beta_2/functions.php:321 215 | msgid "Back to Top" 216 | msgstr "" 217 | 218 | #: greenpark_2_beta_2/functions.php:326 219 | msgid "Proudly powered by" 220 | msgstr "" 221 | 222 | #: greenpark_2_beta_2/functions.php:327 223 | msgid "Blogsoftware by Wordpress" 224 | msgstr "" 225 | 226 | #: greenpark_2_beta_2/functions.php:335 227 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 228 | msgstr "" 229 | 230 | #: greenpark_2_beta_2/header.php:36 231 | msgid "Go to homepage" 232 | msgstr "" 233 | 234 | #: greenpark_2_beta_2/header.php:36 greenpark_2_beta_2/header.php:56 235 | msgid "Home" 236 | msgstr "" 237 | 238 | #: greenpark_2_beta_2/header.php:37 239 | msgid "Content" 240 | msgstr "" 241 | 242 | #: greenpark_2_beta_2/image.php:28 243 | msgid "You can follow any responses to this entry through the" 244 | msgstr "" 245 | 246 | #: greenpark_2_beta_2/image.php:28 247 | msgid "RSS 2.0 Feed" 248 | msgstr "" 249 | 250 | #: greenpark_2_beta_2/image.php:32 251 | msgid "You can" 252 | msgstr "" 253 | 254 | #: greenpark_2_beta_2/image.php:32 255 | msgid "leave a response" 256 | msgstr "" 257 | 258 | #: greenpark_2_beta_2/image.php:32 259 | msgid ", or " 260 | msgstr "" 261 | 262 | #: greenpark_2_beta_2/image.php:32 greenpark_2_beta_2/image.php:36 263 | msgid "trackback" 264 | msgstr "" 265 | 266 | #: greenpark_2_beta_2/image.php:32 greenpark_2_beta_2/image.php:36 267 | msgid "from your own site" 268 | msgstr "" 269 | 270 | #: greenpark_2_beta_2/image.php:36 271 | msgid "Responses are currently closed, but you can" 272 | msgstr "" 273 | 274 | #: greenpark_2_beta_2/image.php:40 275 | msgid "" 276 | "You can skip to the end and leave a response. Pinging is currently not " 277 | "allowed." 278 | msgstr "" 279 | 280 | #: greenpark_2_beta_2/image.php:44 281 | msgid "Both comments and pings are currently closed." 282 | msgstr "" 283 | 284 | #: greenpark_2_beta_2/image.php:46 greenpark_2_beta_2/index-ads.php:12 285 | #: greenpark_2_beta_2/index.php:12 greenpark_2_beta_2/page.php:9 286 | msgid "Edit this entry" 287 | msgstr "" 288 | 289 | #: greenpark_2_beta_2/index-ads.php:9 greenpark_2_beta_2/index.php:9 290 | msgid "Permanent Link to" 291 | msgstr "" 292 | 293 | #: greenpark_2_beta_2/links.php:12 294 | msgid "Links" 295 | msgstr "" 296 | 297 | #: greenpark_2_beta_2/missing.php:2 298 | msgid "Not Found" 299 | msgstr "" 300 | 301 | #: greenpark_2_beta_2/missing.php:4 302 | msgid "" 303 | "Apologies, but we were unable to find what you were looking for. Perhaps " 304 | "searching will help." 305 | msgstr "" 306 | 307 | #: greenpark_2_beta_2/missing.php:8 308 | msgid "Or go to the homepage" 309 | msgstr "" 310 | 311 | #: greenpark_2_beta_2/search.php:8 312 | msgid "Search Results" 313 | msgstr "" 314 | 315 | #: greenpark_2_beta_2/search.php:28 316 | msgid "No posts found. Try a different search?" 317 | msgstr "" 318 | 319 | #: greenpark_2_beta_2/sidebar.php:10 320 | msgid "Latest Tweet" 321 | msgstr "" 322 | 323 | #: greenpark_2_beta_2/sidebar.php:13 324 | msgid "Follow me on twitter" 325 | msgstr "" 326 | 327 | #: greenpark_2_beta_2/sidebar.php:13 328 | msgid "here" 329 | msgstr "" 330 | 331 | #: greenpark_2_beta_2/sidebar.php:23 332 | msgid "Subscribe to my feed - You'll be happy!" 333 | msgstr "" 334 | 335 | #: greenpark_2_beta_2/sidebar.php:24 336 | msgid "Subscribe" 337 | msgstr "" 338 | 339 | #: greenpark_2_beta_2/sidebar.php:25 340 | msgid "Subscribe to my blogs feed" 341 | msgstr "Subscribe to my blog's feed" 342 | 343 | #: greenpark_2_beta_2/sidebar.php:61 344 | msgid "You are currently browsing the archives for the" 345 | msgstr "" 346 | 347 | #: greenpark_2_beta_2/sidebar.php:64 348 | msgid "You are currently browsing the archives for the day" 349 | msgstr "" 350 | 351 | #: greenpark_2_beta_2/sidebar.php:67 352 | msgid "You are currently browsing the archives for" 353 | msgstr "" 354 | 355 | #: greenpark_2_beta_2/sidebar.php:70 356 | msgid "You are currently browsing the archives for the year" 357 | msgstr "" 358 | 359 | #: greenpark_2_beta_2/sidebar.php:73 360 | msgid "You have searched for" 361 | msgstr "" 362 | 363 | #: greenpark_2_beta_2/sidebar.php:74 364 | msgid "" 365 | "If you are unable to find anything in these search results, you can try one " 366 | "of these links" 367 | msgstr "" 368 | 369 | #: greenpark_2_beta_2/sidebar.php:77 370 | msgid "You are currently browsing the" 371 | msgstr "" 372 | 373 | #: greenpark_2_beta_2/sidebar.php:77 374 | msgid "blog archives" 375 | msgstr "" 376 | 377 | #: greenpark_2_beta_2/sidebar.php:90 378 | msgid "Pages" 379 | msgstr "" 380 | 381 | #: greenpark_2_beta_2/sidebar.php:94 382 | msgid "Archives" 383 | msgstr "" 384 | 385 | #: greenpark_2_beta_2/sidebar.php:102 386 | msgid "Categories" 387 | msgstr "" 388 | 389 | #: greenpark_2_beta_2/sidebar.php:118 390 | msgid "Meta" 391 | msgstr "" 392 | 393 | #: greenpark_2_beta_2/single.php:16 394 | msgid "Leave a reply" 395 | msgstr "" 396 | 397 | #: greenpark_2_beta_2/single.php:40 398 | msgid ", or" 399 | msgstr "" 400 | -------------------------------------------------------------------------------- /languages/zh_CN.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: Hinton Wang \n" 8 | "Language-Team: GP2 Team \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-Language: Chinese\n" 13 | "X-Poedit-Country: CHINA\n" 14 | "X-Poedit-SourceCharset: utf-8\n" 15 | "X-Poedit-KeywordsList: _e;__\n" 16 | "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\themes\n" 17 | "X-Poedit-SearchPath-0: greenpark_2_beta_5pre\n" 18 | 19 | #: greenpark_2_beta_5pre/ad_middle.php:2 20 | msgid "Advertisement" 21 | msgstr "广告位" 22 | 23 | #: greenpark_2_beta_5pre/archive.php:10 24 | msgid "Archive for the" 25 | msgstr "存档在" 26 | 27 | #: greenpark_2_beta_5pre/archive.php:10 28 | msgid "category" 29 | msgstr "分类" 30 | 31 | #: greenpark_2_beta_5pre/archive.php:12 32 | msgid "Posts Tagged" 33 | msgstr "日志标签" 34 | 35 | #: greenpark_2_beta_5pre/archive.php:14 36 | #: greenpark_2_beta_5pre/archive.php:16 37 | #: greenpark_2_beta_5pre/archive.php:18 38 | msgid "Archive for" 39 | msgstr "存档在" 40 | 41 | #: greenpark_2_beta_5pre/archive.php:14 42 | #: greenpark_2_beta_5pre/archive.php:34 43 | #: greenpark_2_beta_5pre/index-ads.php:12 44 | #: greenpark_2_beta_5pre/index.php:12 45 | msgid "F jS, Y" 46 | msgstr "Y年n月j日" 47 | 48 | #: greenpark_2_beta_5pre/archive.php:16 49 | msgid "F, Y" 50 | msgstr "Y年n月" 51 | 52 | #: greenpark_2_beta_5pre/archive.php:18 53 | msgid "Y" 54 | msgstr "Y年" 55 | 56 | #: greenpark_2_beta_5pre/archive.php:20 57 | msgid "Author Archive" 58 | msgstr "作者存档" 59 | 60 | #: greenpark_2_beta_5pre/archive.php:22 61 | msgid "Blog Archives" 62 | msgstr "博文存档" 63 | 64 | #: greenpark_2_beta_5pre/archive.php:27 65 | #: greenpark_2_beta_5pre/archive.php:55 66 | #: greenpark_2_beta_5pre/index-ads.php:41 67 | #: greenpark_2_beta_5pre/index.php:41 68 | msgid "« Older Entries" 69 | msgstr "« 旧的日志" 70 | 71 | #: greenpark_2_beta_5pre/archive.php:28 72 | #: greenpark_2_beta_5pre/archive.php:56 73 | #: greenpark_2_beta_5pre/index-ads.php:42 74 | #: greenpark_2_beta_5pre/index.php:42 75 | msgid "Newer Entries »" 76 | msgstr "新的日志 »" 77 | 78 | #: greenpark_2_beta_5pre/archive.php:34 79 | #: greenpark_2_beta_5pre/attachment.php:13 80 | msgid "Edit" 81 | msgstr "编辑" 82 | 83 | #: greenpark_2_beta_5pre/archive.php:37 84 | #: greenpark_2_beta_5pre/image.php:14 85 | #: greenpark_2_beta_5pre/index-ads.php:20 86 | #: greenpark_2_beta_5pre/index.php:20 87 | msgid "» Read more: " 88 | msgstr "» 阅读更多: " 89 | 90 | #: greenpark_2_beta_5pre/archive.php:42 91 | #: greenpark_2_beta_5pre/comments.php:20 92 | #: greenpark_2_beta_5pre/index-ads.php:15 93 | #: greenpark_2_beta_5pre/index-ads.php:25 94 | #: greenpark_2_beta_5pre/index.php:15 95 | #: greenpark_2_beta_5pre/index.php:25 96 | msgid "No comments" 97 | msgstr "没有评论" 98 | 99 | #: greenpark_2_beta_5pre/archive.php:42 100 | #: greenpark_2_beta_5pre/comments.php:20 101 | #: greenpark_2_beta_5pre/index-ads.php:15 102 | #: greenpark_2_beta_5pre/index-ads.php:25 103 | #: greenpark_2_beta_5pre/index.php:15 104 | #: greenpark_2_beta_5pre/index.php:25 105 | msgid "1 comment" 106 | msgstr "1条评论" 107 | 108 | #: greenpark_2_beta_5pre/archive.php:42 109 | #: greenpark_2_beta_5pre/comments.php:20 110 | #: greenpark_2_beta_5pre/index-ads.php:15 111 | #: greenpark_2_beta_5pre/index-ads.php:25 112 | #: greenpark_2_beta_5pre/index.php:15 113 | #: greenpark_2_beta_5pre/index.php:25 114 | #, php-format 115 | msgid "% comments" 116 | msgstr "% 条评论" 117 | 118 | #: greenpark_2_beta_5pre/archive.php:45 119 | #: greenpark_2_beta_5pre/attachment.php:30 120 | #: greenpark_2_beta_5pre/image.php:24 121 | #: greenpark_2_beta_5pre/index-ads.php:28 122 | #: greenpark_2_beta_5pre/index.php:28 123 | msgid "Posted in " 124 | msgstr "发表在" 125 | 126 | #: greenpark_2_beta_5pre/archives.php:12 127 | msgid "Archives by Month" 128 | msgstr "按月份存档" 129 | 130 | #: greenpark_2_beta_5pre/archives.php:19 131 | msgid "Archives by Subject" 132 | msgstr "按主题存档" 133 | 134 | #: greenpark_2_beta_5pre/attachment.php:12 135 | #: greenpark_2_beta_5pre/functions.php:330 136 | msgid "by" 137 | msgstr "由" 138 | 139 | #: greenpark_2_beta_5pre/attachment.php:22 140 | msgid "Previous Entry" 141 | msgstr "上一篇" 142 | 143 | #: greenpark_2_beta_5pre/attachment.php:23 144 | msgid "Next Entry" 145 | msgstr "下一篇" 146 | 147 | #: greenpark_2_beta_5pre/comments.php:8 148 | msgid "This post is password protected. Enter the password to view comments" 149 | msgstr "这篇日志已经被密码保护。请输入密码以便查看评论" 150 | 151 | #: greenpark_2_beta_5pre/comments.php:22 152 | msgid "Add your comment" 153 | msgstr "添加你的评论" 154 | 155 | #: greenpark_2_beta_5pre/comments.php:36 156 | #: greenpark_2_beta_5pre/comments.php:46 157 | msgid "« Older Comments" 158 | msgstr "« 旧的评论" 159 | 160 | #: greenpark_2_beta_5pre/comments.php:37 161 | #: greenpark_2_beta_5pre/comments.php:47 162 | msgid "Newer Comments »" 163 | msgstr "更新的评论 »" 164 | 165 | #: greenpark_2_beta_5pre/comments.php:57 166 | msgid "Trackbacks" 167 | msgstr "Trackbacks" 168 | 169 | #: greenpark_2_beta_5pre/comments.php:59 170 | msgid "Pingbacks" 171 | msgstr "Pingbacks" 172 | 173 | #: greenpark_2_beta_5pre/comments.php:76 174 | msgid "Comments are closed" 175 | msgstr "评论已关闭" 176 | 177 | #: greenpark_2_beta_5pre/comments.php:85 178 | msgid "Leave a Reply" 179 | msgstr "留言" 180 | 181 | #: greenpark_2_beta_5pre/comments.php:85 182 | #, php-format 183 | msgid "Leave a Reply to %s" 184 | msgstr "给 %s 留言" 185 | 186 | #: greenpark_2_beta_5pre/comments.php:88 187 | msgid "Click here to cancel reply." 188 | msgstr "点击这里取消评论" 189 | 190 | #: greenpark_2_beta_5pre/comments.php:94 191 | msgid "You must be" 192 | msgstr "你必须" 193 | 194 | #: greenpark_2_beta_5pre/comments.php:94 195 | msgid "logged in" 196 | msgstr "登陆" 197 | 198 | #: greenpark_2_beta_5pre/comments.php:94 199 | msgid "to post a comment" 200 | msgstr "方可发表评论" 201 | 202 | #: greenpark_2_beta_5pre/comments.php:102 203 | msgid "Logged in as" 204 | msgstr "登陆身份" 205 | 206 | #: greenpark_2_beta_5pre/comments.php:102 207 | msgid "Log out of this account" 208 | msgstr "注销这个账户" 209 | 210 | #: greenpark_2_beta_5pre/comments.php:102 211 | msgid "Log out" 212 | msgstr "注销" 213 | 214 | #: greenpark_2_beta_5pre/comments.php:108 215 | msgid "Name" 216 | msgstr "名字" 217 | 218 | #: greenpark_2_beta_5pre/comments.php:111 219 | msgid "Mail (will not be published)" 220 | msgstr "Email (不会被公布)" 221 | 222 | #: greenpark_2_beta_5pre/comments.php:114 223 | msgid "Website" 224 | msgstr "网站" 225 | 226 | #: greenpark_2_beta_5pre/comments.php:119 227 | msgid "You can use these tags" 228 | msgstr "你可以使用这些标签" 229 | 230 | #: greenpark_2_beta_5pre/comments.php:123 231 | msgid "Submit Comment" 232 | msgstr "提交评论" 233 | 234 | #: greenpark_2_beta_5pre/functions.php:312 235 | msgid "Green Park 2 Settings" 236 | msgstr "Green Park 2 设置项" 237 | 238 | #: greenpark_2_beta_5pre/functions.php:321 239 | msgid "Back to Top" 240 | msgstr "返回顶端" 241 | 242 | #: greenpark_2_beta_5pre/functions.php:326 243 | msgid "Proudly powered by" 244 | msgstr "Proudly powered by" 245 | 246 | #: greenpark_2_beta_5pre/functions.php:327 247 | msgid "Blogsoftware by Wordpress" 248 | msgstr "由Wordpress提供的优秀博客程序" 249 | 250 | #: greenpark_2_beta_5pre/functions.php:335 251 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 252 | msgstr "XHTML 1.0验证通过 | CSS3验证通过" 253 | 254 | #: greenpark_2_beta_5pre/header.php:36 255 | msgid "Go to homepage" 256 | msgstr "返回首页" 257 | 258 | #: greenpark_2_beta_5pre/header.php:36 259 | #: greenpark_2_beta_5pre/header.php:56 260 | msgid "Home" 261 | msgstr "首页" 262 | 263 | #: greenpark_2_beta_5pre/header.php:37 264 | msgid "Content" 265 | msgstr "正文" 266 | 267 | #: greenpark_2_beta_5pre/image.php:28 268 | msgid "You can follow any responses to this entry through the" 269 | msgstr "若要跟踪这篇文章的任何更新,你可以使用" 270 | 271 | #: greenpark_2_beta_5pre/image.php:28 272 | msgid "RSS 2.0 Feed" 273 | msgstr "RSS 2.0 Feed" 274 | 275 | #: greenpark_2_beta_5pre/image.php:32 276 | msgid "You can" 277 | msgstr "你可以" 278 | 279 | #: greenpark_2_beta_5pre/image.php:32 280 | msgid "leave a response" 281 | msgstr "发表评论" 282 | 283 | #: greenpark_2_beta_5pre/image.php:32 284 | msgid ", or " 285 | msgstr ", 或者 " 286 | 287 | #: greenpark_2_beta_5pre/image.php:32 288 | #: greenpark_2_beta_5pre/image.php:36 289 | msgid "trackback" 290 | msgstr "trackback" 291 | 292 | #: greenpark_2_beta_5pre/image.php:32 293 | #: greenpark_2_beta_5pre/image.php:36 294 | msgid "from your own site" 295 | msgstr "自你的网站" 296 | 297 | #: greenpark_2_beta_5pre/image.php:36 298 | msgid "Responses are currently closed, but you can" 299 | msgstr "评论被关闭,但是你可以" 300 | 301 | #: greenpark_2_beta_5pre/image.php:40 302 | msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 303 | msgstr "你可以直接转到文章底部进行评论,Pinging目前已关闭" 304 | 305 | #: greenpark_2_beta_5pre/image.php:44 306 | msgid "Both comments and pings are currently closed." 307 | msgstr "评论和pings均已关闭" 308 | 309 | #: greenpark_2_beta_5pre/image.php:46 310 | #: greenpark_2_beta_5pre/index-ads.php:12 311 | #: greenpark_2_beta_5pre/index.php:12 312 | #: greenpark_2_beta_5pre/page.php:9 313 | msgid "Edit this entry" 314 | msgstr "编辑本文" 315 | 316 | #: greenpark_2_beta_5pre/index-ads.php:9 317 | #: greenpark_2_beta_5pre/index.php:9 318 | msgid "Permanent Link to" 319 | msgstr "直接连接" 320 | 321 | #: greenpark_2_beta_5pre/links.php:12 322 | msgid "Links" 323 | msgstr "链接" 324 | 325 | #: greenpark_2_beta_5pre/missing.php:2 326 | msgid "Not Found" 327 | msgstr "没有找到" 328 | 329 | #: greenpark_2_beta_5pre/missing.php:4 330 | msgid "Apologies, but we were unable to find what you were looking for. Perhaps searching will help." 331 | msgstr "对不起,我们没有找到你要寻找的。试一下搜索,也许会有帮助!" 332 | 333 | #: greenpark_2_beta_5pre/missing.php:8 334 | msgid "Or go to the homepage" 335 | msgstr "或者返回主页" 336 | 337 | #: greenpark_2_beta_5pre/search.php:8 338 | msgid "Search Results" 339 | msgstr "搜索结果" 340 | 341 | #: greenpark_2_beta_5pre/search.php:28 342 | msgid "No posts found. Try a different search?" 343 | msgstr "没有找到任何日志。试一下另外一个关键字?" 344 | 345 | #: greenpark_2_beta_5pre/sidebar.php:10 346 | msgid "Latest Tweet" 347 | msgstr "最新Twitter动态" 348 | 349 | #: greenpark_2_beta_5pre/sidebar.php:13 350 | msgid "Follow me on twitter" 351 | msgstr "Follow me on twitter" 352 | 353 | #: greenpark_2_beta_5pre/sidebar.php:13 354 | msgid "here" 355 | msgstr "here" 356 | 357 | #: greenpark_2_beta_5pre/sidebar.php:23 358 | msgid "Subscribe to my feed - You'll be happy!" 359 | msgstr "订阅我的博客-你肯定会感到惊喜!" 360 | 361 | #: greenpark_2_beta_5pre/sidebar.php:24 362 | msgid "Subscribe" 363 | msgstr "订阅" 364 | 365 | #: greenpark_2_beta_5pre/sidebar.php:25 366 | msgid "Subscribe to my blogs feed" 367 | msgstr "订阅本博客的Feed" 368 | 369 | #: greenpark_2_beta_5pre/sidebar.php:61 370 | msgid "You are currently browsing the archives for the" 371 | msgstr "你当前正在查看的博客存档是关于" 372 | 373 | #: greenpark_2_beta_5pre/sidebar.php:64 374 | msgid "You are currently browsing the archives for the day" 375 | msgstr "你当前正在查看的博客存档的时间是" 376 | 377 | #: greenpark_2_beta_5pre/sidebar.php:67 378 | msgid "You are currently browsing the archives for" 379 | msgstr "你当前正在查看的博客存档是关于" 380 | 381 | #: greenpark_2_beta_5pre/sidebar.php:70 382 | msgid "You are currently browsing the archives for the year" 383 | msgstr "你当前正在查看的博客存档的年份是" 384 | 385 | #: greenpark_2_beta_5pre/sidebar.php:73 386 | msgid "You have searched for" 387 | msgstr "你搜索的是" 388 | 389 | #: greenpark_2_beta_5pre/sidebar.php:74 390 | msgid "If you are unable to find anything in these search results, you can try one of these links" 391 | msgstr "如果你没有在搜索结果中找到任何你需要的东西,你可以试一下以下链接" 392 | 393 | #: greenpark_2_beta_5pre/sidebar.php:77 394 | msgid "You are currently browsing the" 395 | msgstr "你当前正在浏览" 396 | 397 | #: greenpark_2_beta_5pre/sidebar.php:77 398 | msgid "blog archives" 399 | msgstr "博客存档" 400 | 401 | #: greenpark_2_beta_5pre/sidebar.php:90 402 | msgid "Pages" 403 | msgstr "页面" 404 | 405 | #: greenpark_2_beta_5pre/sidebar.php:94 406 | msgid "Archives" 407 | msgstr "存档" 408 | 409 | #: greenpark_2_beta_5pre/sidebar.php:102 410 | msgid "Categories" 411 | msgstr "分类" 412 | 413 | #: greenpark_2_beta_5pre/sidebar.php:118 414 | msgid "Meta" 415 | msgstr "功能表" 416 | 417 | #: greenpark_2_beta_5pre/single.php:16 418 | msgid "Leave a reply" 419 | msgstr "留言" 420 | 421 | #: greenpark_2_beta_5pre/single.php:40 422 | msgid ", or" 423 | msgstr ", 或者" 424 | 425 | -------------------------------------------------------------------------------- /languages/vi_VN.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: vietseoguy \n" 8 | "Language-Team: GP2 Team \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-Language: English\n" 13 | "X-Poedit-Country: United States\n" 14 | "X-Poedit-SourceCharset: utf-8\n" 15 | "X-Poedit-KeywordsList: _e;__\n" 16 | "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\themes\n" 17 | "X-Poedit-SearchPath-0: greenpark_2_beta_2\n" 18 | 19 | #: greenpark_2_beta_2/ad_middle.php:2 20 | msgid "Advertisement" 21 | msgstr "Quảng cáo" 22 | 23 | #: greenpark_2_beta_2/archive.php:10 24 | msgid "Archive for the" 25 | msgstr "Lưu trữ" 26 | 27 | #: greenpark_2_beta_2/archive.php:10 28 | msgid "category" 29 | msgstr "chuyên mục" 30 | 31 | #: greenpark_2_beta_2/archive.php:12 32 | msgid "Posts Tagged" 33 | msgstr "Bài được tag" 34 | 35 | #: greenpark_2_beta_2/archive.php:14 36 | #: greenpark_2_beta_2/archive.php:16 37 | #: greenpark_2_beta_2/archive.php:18 38 | msgid "Archive for" 39 | msgstr "Lưu trữ" 40 | 41 | #: greenpark_2_beta_2/archive.php:14 42 | #: greenpark_2_beta_2/archive.php:34 43 | #: greenpark_2_beta_2/index-ads.php:12 44 | #: greenpark_2_beta_2/index.php:12 45 | msgid "F jS, Y" 46 | msgstr "F, jS, Y" 47 | 48 | #: greenpark_2_beta_2/archive.php:16 49 | msgid "F, Y" 50 | msgstr "F, Y" 51 | 52 | #: greenpark_2_beta_2/archive.php:18 53 | msgid "Y" 54 | msgstr "Y" 55 | 56 | #: greenpark_2_beta_2/archive.php:20 57 | msgid "Author Archive" 58 | msgstr "Tác giả" 59 | 60 | #: greenpark_2_beta_2/archive.php:22 61 | msgid "Blog Archives" 62 | msgstr "Lưu trữ" 63 | 64 | #: greenpark_2_beta_2/archive.php:27 65 | #: greenpark_2_beta_2/archive.php:55 66 | #: greenpark_2_beta_2/index-ads.php:41 67 | #: greenpark_2_beta_2/index.php:41 68 | msgid "« Older Entries" 69 | msgstr "« Bài cũ" 70 | 71 | #: greenpark_2_beta_2/archive.php:28 72 | #: greenpark_2_beta_2/archive.php:56 73 | #: greenpark_2_beta_2/index-ads.php:42 74 | #: greenpark_2_beta_2/index.php:42 75 | msgid "Newer Entries »" 76 | msgstr "Bài mới hơn »" 77 | 78 | #: greenpark_2_beta_2/archive.php:34 79 | #: greenpark_2_beta_2/attachment.php:13 80 | msgid "Edit" 81 | msgstr "Sửa" 82 | 83 | #: greenpark_2_beta_2/archive.php:37 84 | #: greenpark_2_beta_2/image.php:14 85 | #: greenpark_2_beta_2/index-ads.php:20 86 | #: greenpark_2_beta_2/index.php:20 87 | msgid "» Read more: " 88 | msgstr "» Xem thêm: " 89 | 90 | #: greenpark_2_beta_2/archive.php:42 91 | #: greenpark_2_beta_2/comments.php:20 92 | #: greenpark_2_beta_2/index-ads.php:15 93 | #: greenpark_2_beta_2/index-ads.php:25 94 | #: greenpark_2_beta_2/index.php:15 95 | #: greenpark_2_beta_2/index.php:25 96 | msgid "No comments" 97 | msgstr "Chưa có lời bình" 98 | 99 | #: greenpark_2_beta_2/archive.php:42 100 | #: greenpark_2_beta_2/comments.php:20 101 | #: greenpark_2_beta_2/index-ads.php:15 102 | #: greenpark_2_beta_2/index-ads.php:25 103 | #: greenpark_2_beta_2/index.php:15 104 | #: greenpark_2_beta_2/index.php:25 105 | msgid "1 comment" 106 | msgstr "1 lời bình" 107 | 108 | #: greenpark_2_beta_2/archive.php:42 109 | #: greenpark_2_beta_2/comments.php:20 110 | #: greenpark_2_beta_2/index-ads.php:15 111 | #: greenpark_2_beta_2/index-ads.php:25 112 | #: greenpark_2_beta_2/index.php:15 113 | #: greenpark_2_beta_2/index.php:25 114 | #, php-format 115 | msgid "% comments" 116 | msgstr "% lời bình" 117 | 118 | #: greenpark_2_beta_2/archive.php:45 119 | #: greenpark_2_beta_2/attachment.php:30 120 | #: greenpark_2_beta_2/image.php:24 121 | #: greenpark_2_beta_2/index-ads.php:28 122 | #: greenpark_2_beta_2/index.php:28 123 | msgid "Posted in " 124 | msgstr "Chuyên mục" 125 | 126 | #: greenpark_2_beta_2/archives.php:12 127 | msgid "Archives by Month" 128 | msgstr "Lưu trữ theo Tháng" 129 | 130 | #: greenpark_2_beta_2/archives.php:19 131 | msgid "Archives by Subject" 132 | msgstr "Lưu trữ theo Chủ đề" 133 | 134 | #: greenpark_2_beta_2/attachment.php:12 135 | #: greenpark_2_beta_2/functions.php:330 136 | msgid "by" 137 | msgstr "bởi" 138 | 139 | #: greenpark_2_beta_2/attachment.php:22 140 | msgid "Previous Entry" 141 | msgstr "Bài trước" 142 | 143 | #: greenpark_2_beta_2/attachment.php:23 144 | msgid "Next Entry" 145 | msgstr "Bài sau" 146 | 147 | #: greenpark_2_beta_2/comments.php:8 148 | msgid "This post is password protected. Enter the password to view comments" 149 | msgstr "Bài viết được bảo vệ. Vui lòng điền mật khẩu để xem lời bình." 150 | 151 | #: greenpark_2_beta_2/comments.php:22 152 | msgid "Add your comment" 153 | msgstr "Ý kiến của bạn" 154 | 155 | #: greenpark_2_beta_2/comments.php:36 156 | #: greenpark_2_beta_2/comments.php:46 157 | msgid "« Older Comments" 158 | msgstr "« Lời bình cũ hơn" 159 | 160 | #: greenpark_2_beta_2/comments.php:37 161 | #: greenpark_2_beta_2/comments.php:47 162 | msgid "Newer Comments »" 163 | msgstr "Lời bình mới hơn »" 164 | 165 | #: greenpark_2_beta_2/comments.php:57 166 | msgid "Trackbacks" 167 | msgstr "Trackback" 168 | 169 | #: greenpark_2_beta_2/comments.php:59 170 | msgid "Pingbacks" 171 | msgstr "Pingback" 172 | 173 | #: greenpark_2_beta_2/comments.php:76 174 | msgid "Comments are closed" 175 | msgstr "Miễn bình luận" 176 | 177 | #: greenpark_2_beta_2/comments.php:85 178 | msgid "Leave a Reply" 179 | msgstr "Bình luận" 180 | 181 | #: greenpark_2_beta_2/comments.php:85 182 | #, php-format 183 | msgid "Leave a Reply to %s" 184 | msgstr "Trả lời đến %s" 185 | 186 | #: greenpark_2_beta_2/comments.php:88 187 | msgid "Click here to cancel reply." 188 | msgstr "Click vào đây để bỏ lời bình." 189 | 190 | #: greenpark_2_beta_2/comments.php:94 191 | msgid "You must be" 192 | msgstr "Bạn phải" 193 | 194 | #: greenpark_2_beta_2/comments.php:94 195 | msgid "logged in" 196 | msgstr "đăng nhập" 197 | 198 | #: greenpark_2_beta_2/comments.php:94 199 | msgid "to post a comment" 200 | msgstr "để bình luận" 201 | 202 | #: greenpark_2_beta_2/comments.php:102 203 | msgid "Logged in as" 204 | msgstr "Xin chào" 205 | 206 | #: greenpark_2_beta_2/comments.php:102 207 | msgid "Log out of this account" 208 | msgstr "Thoát khỏi tài khoản này" 209 | 210 | #: greenpark_2_beta_2/comments.php:102 211 | msgid "Log out" 212 | msgstr "Thoát" 213 | 214 | #: greenpark_2_beta_2/comments.php:108 215 | msgid "Name" 216 | msgstr "Tên" 217 | 218 | #: greenpark_2_beta_2/comments.php:111 219 | msgid "Mail (will not be published)" 220 | msgstr "Mail (được bảo vệ)" 221 | 222 | #: greenpark_2_beta_2/comments.php:114 223 | msgid "Website" 224 | msgstr "Website" 225 | 226 | #: greenpark_2_beta_2/comments.php:119 227 | msgid "You can use these tags" 228 | msgstr "Bạn có thể dùng các tag" 229 | 230 | #: greenpark_2_beta_2/comments.php:123 231 | msgid "Submit Comment" 232 | msgstr "Gửi" 233 | 234 | #: greenpark_2_beta_2/functions.php:312 235 | msgid "Green Park 2 Settings" 236 | msgstr "Tùy chỉnh Green Park 2" 237 | 238 | #: greenpark_2_beta_2/functions.php:321 239 | msgid "Back to Top" 240 | msgstr "Lên đầu trang" 241 | 242 | #: greenpark_2_beta_2/functions.php:326 243 | msgid "Proudly powered by" 244 | msgstr "Chạy trên nền" 245 | 246 | #: greenpark_2_beta_2/functions.php:327 247 | msgid "Blogsoftware by Wordpress" 248 | msgstr "mã nguồn mở Wordpress" 249 | 250 | #: greenpark_2_beta_2/functions.php:335 251 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 252 | msgstr "Chuẩn XHTML 1.0 và CSS 3" 253 | 254 | #: greenpark_2_beta_2/header.php:36 255 | msgid "Go to homepage" 256 | msgstr "Về trang chủ" 257 | 258 | #: greenpark_2_beta_2/header.php:36 259 | #: greenpark_2_beta_2/header.php:56 260 | msgid "Home" 261 | msgstr "Trang chủ" 262 | 263 | #: greenpark_2_beta_2/header.php:37 264 | msgid "Content" 265 | msgstr "Nội dung" 266 | 267 | #: greenpark_2_beta_2/image.php:28 268 | msgid "You can follow any responses to this entry through the" 269 | msgstr "Bạn có thể theo dõi phản hồi cho bài này thông qua" 270 | 271 | #: greenpark_2_beta_2/image.php:28 272 | msgid "RSS 2.0 Feed" 273 | msgstr "RSS 2.0 Feed" 274 | 275 | #: greenpark_2_beta_2/image.php:32 276 | msgid "You can" 277 | msgstr "Bạn có thể" 278 | 279 | #: greenpark_2_beta_2/image.php:32 280 | msgid "leave a response" 281 | msgstr "bình luận" 282 | 283 | #: greenpark_2_beta_2/image.php:32 284 | msgid ", or " 285 | msgstr ", hay" 286 | 287 | #: greenpark_2_beta_2/image.php:32 288 | #: greenpark_2_beta_2/image.php:36 289 | msgid "trackback" 290 | msgstr "trackback" 291 | 292 | #: greenpark_2_beta_2/image.php:32 293 | #: greenpark_2_beta_2/image.php:36 294 | msgid "from your own site" 295 | msgstr "từ site của bạn" 296 | 297 | #: greenpark_2_beta_2/image.php:36 298 | msgid "Responses are currently closed, but you can" 299 | msgstr "Tạm thời miễn bình luận, nhưng bạn có thể" 300 | 301 | #: greenpark_2_beta_2/image.php:40 302 | msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 303 | msgstr "Bạn có thể nhảy đến cuối bài và bình luận.Tạm thời không cho phép ping." 304 | 305 | #: greenpark_2_beta_2/image.php:44 306 | msgid "Both comments and pings are currently closed." 307 | msgstr "Tạm thời miễn bình luận và ping." 308 | 309 | #: greenpark_2_beta_2/image.php:46 310 | #: greenpark_2_beta_2/index-ads.php:12 311 | #: greenpark_2_beta_2/index.php:12 312 | #: greenpark_2_beta_2/page.php:9 313 | msgid "Edit this entry" 314 | msgstr "Sửa bài này" 315 | 316 | #: greenpark_2_beta_2/index-ads.php:9 317 | #: greenpark_2_beta_2/index.php:9 318 | msgid "Permanent Link to" 319 | msgstr "Link đến" 320 | 321 | #: greenpark_2_beta_2/links.php:12 322 | msgid "Links" 323 | msgstr "Liên kết" 324 | 325 | #: greenpark_2_beta_2/missing.php:2 326 | msgid "Not Found" 327 | msgstr "Không Tìm Thấy" 328 | 329 | #: greenpark_2_beta_2/missing.php:4 330 | msgid "Apologies, but we were unable to find what you were looking for. Perhaps searching will help." 331 | msgstr "Rất tiếc, chúng tôi không tìm thấy thông tin bạn cần. Bạn vui lòng dùng chức năng tìm kiếm trên site." 332 | 333 | #: greenpark_2_beta_2/missing.php:8 334 | msgid "Or go to the homepage" 335 | msgstr "Hay về trang chủ" 336 | 337 | #: greenpark_2_beta_2/search.php:8 338 | msgid "Search Results" 339 | msgstr "Kết quả tìm kiếm" 340 | 341 | #: greenpark_2_beta_2/search.php:28 342 | msgid "No posts found. Try a different search?" 343 | msgstr "Không có kết quả. Thử tìm lại xem?" 344 | 345 | #: greenpark_2_beta_2/sidebar.php:10 346 | msgid "Latest Tweet" 347 | msgstr "Tweet mới nhất" 348 | 349 | #: greenpark_2_beta_2/sidebar.php:13 350 | msgid "Follow me on twitter" 351 | msgstr "Theo tôi tại Twitter" 352 | 353 | #: greenpark_2_beta_2/sidebar.php:13 354 | msgid "here" 355 | msgstr "đây" 356 | 357 | #: greenpark_2_beta_2/sidebar.php:23 358 | msgid "Subscribe to my feed - You'll be happy!" 359 | msgstr "Đăng ký theo dõi qua feed - Bạn sẽ hài lòng!" 360 | 361 | #: greenpark_2_beta_2/sidebar.php:24 362 | msgid "Subscribe" 363 | msgstr "Đăng ký" 364 | 365 | #: greenpark_2_beta_2/sidebar.php:25 366 | msgid "Subscribe to my blogs feed" 367 | msgstr "Đăng ký theo dõi bài viết qua feed" 368 | 369 | #: greenpark_2_beta_2/sidebar.php:61 370 | msgid "You are currently browsing the archives for the" 371 | msgstr "Bạn đang xem lưu trữ cho" 372 | 373 | #: greenpark_2_beta_2/sidebar.php:64 374 | msgid "You are currently browsing the archives for the day" 375 | msgstr "Bạn đang xem lưu trữ của ngày" 376 | 377 | #: greenpark_2_beta_2/sidebar.php:67 378 | msgid "You are currently browsing the archives for" 379 | msgstr "Bạn đang xem lưu trữ cho" 380 | 381 | #: greenpark_2_beta_2/sidebar.php:70 382 | msgid "You are currently browsing the archives for the year" 383 | msgstr "Bạn đang xem lưu trữ của năm" 384 | 385 | #: greenpark_2_beta_2/sidebar.php:73 386 | msgid "You have searched for" 387 | msgstr "Bạn đã tìm" 388 | 389 | #: greenpark_2_beta_2/sidebar.php:74 390 | msgid "If you are unable to find anything in these search results, you can try one of these links" 391 | msgstr "Nếu bạn không thể tìm thấy thông tin bạn cần, vui lòng dùng các link sau" 392 | 393 | #: greenpark_2_beta_2/sidebar.php:77 394 | msgid "You are currently browsing the" 395 | msgstr "Bạn đang xem" 396 | 397 | #: greenpark_2_beta_2/sidebar.php:77 398 | msgid "blog archives" 399 | msgstr "lưu trữ bài viết" 400 | 401 | #: greenpark_2_beta_2/sidebar.php:90 402 | msgid "Pages" 403 | msgstr "Trang" 404 | 405 | #: greenpark_2_beta_2/sidebar.php:94 406 | msgid "Archives" 407 | msgstr "Lưu trữ" 408 | 409 | #: greenpark_2_beta_2/sidebar.php:102 410 | msgid "Categories" 411 | msgstr "Chuyên mục" 412 | 413 | #: greenpark_2_beta_2/sidebar.php:118 414 | msgid "Meta" 415 | msgstr "Thành viên" 416 | 417 | #: greenpark_2_beta_2/single.php:16 418 | msgid "Leave a reply" 419 | msgstr "Bình luận" 420 | 421 | #: greenpark_2_beta_2/single.php:40 422 | msgid ", or" 423 | msgstr ", hay" 424 | 425 | -------------------------------------------------------------------------------- /languages/ro_RO.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: \n" 8 | "Language-Team: GP2 Team \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=utf-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-Bookmarks: -1,-1,26,-1,-1,-1,-1,-1,-1,-1\n" 13 | 14 | #: greenpark_2_beta_2/ad_middle.php:2 15 | msgid "Advertisement" 16 | msgstr "Publicitate" 17 | 18 | #: greenpark_2_beta_2/archive.php:10 19 | msgid "Archive for the" 20 | msgstr "Arhivă pentru" 21 | 22 | #: greenpark_2_beta_2/archive.php:10 23 | msgid "category" 24 | msgstr "categorie" 25 | 26 | #: greenpark_2_beta_2/archive.php:12 27 | msgid "Posts Tagged" 28 | msgstr "Postări marcate" 29 | 30 | #: greenpark_2_beta_2/archive.php:14 31 | #: greenpark_2_beta_2/archive.php:16 32 | #: greenpark_2_beta_2/archive.php:18 33 | msgid "Archive for" 34 | msgstr "Arhivă pentru" 35 | 36 | #: greenpark_2_beta_2/archive.php:14 37 | #: greenpark_2_beta_2/archive.php:34 38 | #: greenpark_2_beta_2/index-ads.php:12 39 | #: greenpark_2_beta_2/index.php:12 40 | msgid "F jS, Y" 41 | msgstr "j.m.Y" 42 | 43 | #: greenpark_2_beta_2/archive.php:16 44 | msgid "F, Y" 45 | msgstr "m.Y" 46 | 47 | #: greenpark_2_beta_2/archive.php:18 48 | msgid "Y" 49 | msgstr "Y" 50 | 51 | #: greenpark_2_beta_2/archive.php:20 52 | msgid "Author Archive" 53 | msgstr "Arhiva autorului" 54 | 55 | #: greenpark_2_beta_2/archive.php:22 56 | msgid "Blog Archives" 57 | msgstr "Arhiva blog-ului" 58 | 59 | #: greenpark_2_beta_2/archive.php:27 60 | #: greenpark_2_beta_2/archive.php:55 61 | #: greenpark_2_beta_2/index-ads.php:41 62 | #: greenpark_2_beta_2/index.php:41 63 | msgid "« Older Entries" 64 | msgstr "« Articole mai vechi" 65 | 66 | #: greenpark_2_beta_2/archive.php:28 67 | #: greenpark_2_beta_2/archive.php:56 68 | #: greenpark_2_beta_2/index-ads.php:42 69 | #: greenpark_2_beta_2/index.php:42 70 | msgid "Newer Entries »" 71 | msgstr "Articole mai noi »" 72 | 73 | #: greenpark_2_beta_2/archive.php:34 74 | #: greenpark_2_beta_2/attachment.php:13 75 | msgid "Edit" 76 | msgstr "Modifică" 77 | 78 | #: greenpark_2_beta_2/archive.php:37 79 | #: greenpark_2_beta_2/image.php:14 80 | #: greenpark_2_beta_2/index-ads.php:20 81 | #: greenpark_2_beta_2/index.php:20 82 | msgid "» Read more: " 83 | msgstr "» Citeşte continuarea:" 84 | 85 | #: greenpark_2_beta_2/archive.php:42 86 | #: greenpark_2_beta_2/comments.php:20 87 | #: greenpark_2_beta_2/index-ads.php:15 88 | #: greenpark_2_beta_2/index-ads.php:25 89 | #: greenpark_2_beta_2/index.php:15 90 | #: greenpark_2_beta_2/index.php:25 91 | msgid "No comments" 92 | msgstr "0 comentarii" 93 | 94 | #: greenpark_2_beta_2/archive.php:42 95 | #: greenpark_2_beta_2/comments.php:20 96 | #: greenpark_2_beta_2/index-ads.php:15 97 | #: greenpark_2_beta_2/index-ads.php:25 98 | #: greenpark_2_beta_2/index.php:15 99 | #: greenpark_2_beta_2/index.php:25 100 | msgid "1 comment" 101 | msgstr "1 comentariu" 102 | 103 | #: greenpark_2_beta_2/archive.php:42 104 | #: greenpark_2_beta_2/comments.php:20 105 | #: greenpark_2_beta_2/index-ads.php:15 106 | #: greenpark_2_beta_2/index-ads.php:25 107 | #: greenpark_2_beta_2/index.php:15 108 | #: greenpark_2_beta_2/index.php:25 109 | #, php-format 110 | msgid "% comments" 111 | msgstr "% comentarii" 112 | 113 | #: greenpark_2_beta_2/archive.php:45 114 | #: greenpark_2_beta_2/attachment.php:30 115 | #: greenpark_2_beta_2/image.php:24 116 | #: greenpark_2_beta_2/index-ads.php:28 117 | #: greenpark_2_beta_2/index.php:28 118 | msgid "Posted in " 119 | msgstr "Postat în" 120 | 121 | #: greenpark_2_beta_2/archives.php:12 122 | msgid "Archives by Month" 123 | msgstr "Arhive după lună" 124 | 125 | #: greenpark_2_beta_2/archives.php:19 126 | msgid "Archives by Subject" 127 | msgstr "Arhive după subiect" 128 | 129 | #: greenpark_2_beta_2/attachment.php:12 130 | #: greenpark_2_beta_2/functions.php:330 131 | msgid "by" 132 | msgstr "de" 133 | 134 | #: greenpark_2_beta_2/attachment.php:22 135 | msgid "Previous Entry" 136 | msgstr "Articolul precedent" 137 | 138 | #: greenpark_2_beta_2/attachment.php:23 139 | msgid "Next Entry" 140 | msgstr "Articolul următor" 141 | 142 | #: greenpark_2_beta_2/comments.php:8 143 | msgid "This post is password protected. Enter the password to view comments" 144 | msgstr "Această postare este protejată de o parolă. Introdu parola pentru a vedea comentariile" 145 | 146 | #: greenpark_2_beta_2/comments.php:22 147 | msgid "Add your comment" 148 | msgstr "Adaugă comentariul tau" 149 | 150 | #: greenpark_2_beta_2/comments.php:36 151 | #: greenpark_2_beta_2/comments.php:46 152 | msgid "« Older Comments" 153 | msgstr "« Comentarii mai vechi" 154 | 155 | #: greenpark_2_beta_2/comments.php:37 156 | #: greenpark_2_beta_2/comments.php:47 157 | msgid "Newer Comments »" 158 | msgstr "Comentarii mai noi »" 159 | 160 | #: greenpark_2_beta_2/comments.php:57 161 | msgid "Trackbacks" 162 | msgstr "Trackback-uri" 163 | 164 | #: greenpark_2_beta_2/comments.php:59 165 | msgid "Pingbacks" 166 | msgstr "Pingback-uri" 167 | 168 | #: greenpark_2_beta_2/comments.php:76 169 | msgid "Comments are closed" 170 | msgstr "Comentariile sunt inchise" 171 | 172 | #: greenpark_2_beta_2/comments.php:85 173 | msgid "Leave a Reply" 174 | msgstr "Lasă un raspuns" 175 | 176 | #: greenpark_2_beta_2/comments.php:85 177 | #, php-format 178 | msgid "Leave a Reply to %s" 179 | msgstr "Lasă un raspuns la %s" 180 | 181 | #: greenpark_2_beta_2/comments.php:88 182 | msgid "Click here to cancel reply." 183 | msgstr "Click aici pentru a anula răspunsul." 184 | 185 | #: greenpark_2_beta_2/comments.php:94 186 | msgid "You must be" 187 | msgstr "Trebuie sa fii" 188 | 189 | #: greenpark_2_beta_2/comments.php:94 190 | msgid "logged in" 191 | msgstr "logat" 192 | 193 | #: greenpark_2_beta_2/comments.php:94 194 | msgid "to post a comment" 195 | msgstr "pentru a posta un comentariu" 196 | 197 | #: greenpark_2_beta_2/comments.php:102 198 | msgid "Logged in as" 199 | msgstr "Logat ca" 200 | 201 | #: greenpark_2_beta_2/comments.php:102 202 | msgid "Log out of this account" 203 | msgstr "Delogheaza-te din acest cont" 204 | 205 | #: greenpark_2_beta_2/comments.php:102 206 | msgid "Log out" 207 | msgstr "Delogare" 208 | 209 | #: greenpark_2_beta_2/comments.php:108 210 | msgid "Name" 211 | msgstr "Nume" 212 | 213 | #: greenpark_2_beta_2/comments.php:111 214 | msgid "Mail (will not be published)" 215 | msgstr "Mail (nu va fi publicat)" 216 | 217 | #: greenpark_2_beta_2/comments.php:114 218 | msgid "Website" 219 | msgstr "Site web" 220 | 221 | #: greenpark_2_beta_2/comments.php:119 222 | msgid "You can use these tags" 223 | msgstr "Poţi folosi aceste tag-uri" 224 | 225 | #: greenpark_2_beta_2/comments.php:123 226 | msgid "Submit Comment" 227 | msgstr "Trimite comentariu" 228 | 229 | #: greenpark_2_beta_2/functions.php:312 230 | msgid "Green Park 2 Settings" 231 | msgstr "Setările temei Green Park 2" 232 | 233 | #: greenpark_2_beta_2/functions.php:321 234 | msgid "Back to Top" 235 | msgstr "Începtul paginii" 236 | 237 | #: greenpark_2_beta_2/functions.php:326 238 | msgid "Proudly powered by" 239 | msgstr "Powered by" 240 | 241 | #: greenpark_2_beta_2/functions.php:327 242 | msgid "Blogsoftware by Wordpress" 243 | msgstr "Platformă de Wordpress" 244 | 245 | #: greenpark_2_beta_2/functions.php:335 246 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 247 | msgstr "Valid XHTML 1.0 Transitional | Valid CSS 3" 248 | 249 | #: greenpark_2_beta_2/header.php:36 250 | msgid "Go to homepage" 251 | msgstr "Prima pagină" 252 | 253 | #: greenpark_2_beta_2/header.php:36 254 | #: greenpark_2_beta_2/header.php:56 255 | msgid "Home" 256 | msgstr "Acasă" 257 | 258 | #: greenpark_2_beta_2/header.php:37 259 | msgid "Content" 260 | msgstr "Conţinut" 261 | 262 | #: greenpark_2_beta_2/image.php:28 263 | msgid "You can follow any responses to this entry through the" 264 | msgstr "Poţi urmări răspunsurile la acest articol prin" 265 | 266 | #: greenpark_2_beta_2/image.php:28 267 | msgid "RSS 2.0 Feed" 268 | msgstr "RSS 2.0" 269 | 270 | #: greenpark_2_beta_2/image.php:32 271 | msgid "You can" 272 | msgstr "Poţi" 273 | 274 | #: greenpark_2_beta_2/image.php:32 275 | msgid "leave a response" 276 | msgstr "lăsa un raspuns" 277 | 278 | #: greenpark_2_beta_2/image.php:32 279 | msgid ", or " 280 | msgstr ", sau" 281 | 282 | #: greenpark_2_beta_2/image.php:32 283 | #: greenpark_2_beta_2/image.php:36 284 | msgid "trackback" 285 | msgstr "un trackback" 286 | 287 | #: greenpark_2_beta_2/image.php:32 288 | #: greenpark_2_beta_2/image.php:36 289 | msgid "from your own site" 290 | msgstr "de pe site-ul tau" 291 | 292 | #: greenpark_2_beta_2/image.php:36 293 | msgid "Responses are currently closed, but you can" 294 | msgstr "Răspunsurile sunt momentan închise, dar poţi" 295 | 296 | #: greenpark_2_beta_2/image.php:40 297 | msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 298 | msgstr "Poţi naviga până jos şi lăsa un răspuns. Ping-urile sunt momentan închise." 299 | 300 | #: greenpark_2_beta_2/image.php:44 301 | msgid "Both comments and pings are currently closed." 302 | msgstr "Comentariile si ping-urile sunt momentan închise." 303 | 304 | #: greenpark_2_beta_2/image.php:46 305 | #: greenpark_2_beta_2/index-ads.php:12 306 | #: greenpark_2_beta_2/index.php:12 307 | #: greenpark_2_beta_2/page.php:9 308 | msgid "Edit this entry" 309 | msgstr "Modifică acest articol" 310 | 311 | #: greenpark_2_beta_2/index-ads.php:9 312 | #: greenpark_2_beta_2/index.php:9 313 | msgid "Permanent Link to" 314 | msgstr "Link permanent către" 315 | 316 | #: greenpark_2_beta_2/links.php:12 317 | msgid "Links" 318 | msgstr "Link-uri" 319 | 320 | #: greenpark_2_beta_2/missing.php:2 321 | msgid "Not Found" 322 | msgstr "Nu a fost găsit" 323 | 324 | #: greenpark_2_beta_2/missing.php:4 325 | msgid "Apologies, but we were unable to find what you were looking for. Perhaps searching will help." 326 | msgstr "Scuze, dar nu am putut găsi ceea ce aşteptai. Poate o căutare te va ajuta." 327 | 328 | #: greenpark_2_beta_2/missing.php:8 329 | msgid "Or go to the homepage" 330 | msgstr "Sau mergi pe prima pagină" 331 | 332 | #: greenpark_2_beta_2/search.php:8 333 | msgid "Search Results" 334 | msgstr "Rezultatele căutarii" 335 | 336 | #: greenpark_2_beta_2/search.php:28 337 | msgid "No posts found. Try a different search?" 338 | msgstr "Nicio postare găsită. Incerci o altă căutare?" 339 | 340 | #: greenpark_2_beta_2/sidebar.php:10 341 | msgid "Latest Tweet" 342 | msgstr "Ultimul Tweet" 343 | 344 | #: greenpark_2_beta_2/sidebar.php:13 345 | msgid "Follow me on twitter" 346 | msgstr "Urmareste-mă pe twitter" 347 | 348 | #: greenpark_2_beta_2/sidebar.php:13 349 | msgid "here" 350 | msgstr "aici" 351 | 352 | #: greenpark_2_beta_2/sidebar.php:23 353 | msgid "Subscribe to my feed - You'll be happy!" 354 | msgstr "Aboneaza-te la feed-ul meu!" 355 | 356 | #: greenpark_2_beta_2/sidebar.php:24 357 | msgid "Subscribe" 358 | msgstr "Abonare" 359 | 360 | #: greenpark_2_beta_2/sidebar.php:25 361 | msgid "Subscribe to my blogs feed" 362 | msgstr "Abonare la feed-ul blogului." 363 | 364 | #: greenpark_2_beta_2/sidebar.php:61 365 | msgid "You are currently browsing the archives for the" 366 | msgstr "Acum navighezi arhivele pentru" 367 | 368 | #: greenpark_2_beta_2/sidebar.php:64 369 | msgid "You are currently browsing the archives for the day" 370 | msgstr "Acum navighezi arhivele pentru ziua" 371 | 372 | #: greenpark_2_beta_2/sidebar.php:67 373 | msgid "You are currently browsing the archives for" 374 | msgstr "Acum navighezi arhivele pentru" 375 | 376 | #: greenpark_2_beta_2/sidebar.php:70 377 | msgid "You are currently browsing the archives for the year" 378 | msgstr "Acum navighezi arhivele pentru anul" 379 | 380 | #: greenpark_2_beta_2/sidebar.php:73 381 | msgid "You have searched for" 382 | msgstr "Ai căutat" 383 | 384 | #: greenpark_2_beta_2/sidebar.php:74 385 | msgid "If you are unable to find anything in these search results, you can try one of these links" 386 | msgstr "Daca nu poţi găsi ceva în aceste rezultate, poţi încerca unul din link-urile" 387 | 388 | #: greenpark_2_beta_2/sidebar.php:77 389 | msgid "You are currently browsing the" 390 | msgstr "Acum navighezi" 391 | 392 | #: greenpark_2_beta_2/sidebar.php:77 393 | msgid "blog archives" 394 | msgstr "arhivele blog-ului" 395 | 396 | #: greenpark_2_beta_2/sidebar.php:90 397 | msgid "Pages" 398 | msgstr "Pagini" 399 | 400 | #: greenpark_2_beta_2/sidebar.php:94 401 | msgid "Archives" 402 | msgstr "Arhive" 403 | 404 | #: greenpark_2_beta_2/sidebar.php:102 405 | msgid "Categories" 406 | msgstr "Categorii" 407 | 408 | #: greenpark_2_beta_2/sidebar.php:118 409 | msgid "Meta" 410 | msgstr "Meta" 411 | 412 | #: greenpark_2_beta_2/single.php:16 413 | msgid "Leave a reply" 414 | msgstr "Lasă un raspuns" 415 | 416 | #: greenpark_2_beta_2/single.php:40 417 | msgid ", or" 418 | msgstr ", sau" 419 | 420 | -------------------------------------------------------------------------------- /languages/ru_RU.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: Dmitry TARADOV \n" 8 | "Language-Team: GP2 Team \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-Language: Russian\n" 13 | "X-Poedit-Country: RUSSIAN FEDERATION\n" 14 | "X-Poedit-SourceCharset: utf-8\n" 15 | "X-Poedit-KeywordsList: _e;__\n" 16 | "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\themes\n" 17 | "X-Poedit-SearchPath-0: greenpark_2_beta_2\n" 18 | 19 | #: greenpark_2_beta_2/ad_middle.php:2 20 | msgid "Advertisement" 21 | msgstr "Реклама" 22 | 23 | #: greenpark_2_beta_2/archive.php:10 24 | msgid "Archive for the" 25 | msgstr "Архив за" 26 | 27 | #: greenpark_2_beta_2/archive.php:10 28 | msgid "category" 29 | msgstr "категория" 30 | 31 | #: greenpark_2_beta_2/archive.php:12 32 | msgid "Posts Tagged" 33 | msgstr "Статьи по меткам" 34 | 35 | #: greenpark_2_beta_2/archive.php:14 36 | #: greenpark_2_beta_2/archive.php:16 37 | #: greenpark_2_beta_2/archive.php:18 38 | msgid "Archive for" 39 | msgstr "Архив за" 40 | 41 | #: greenpark_2_beta_2/archive.php:14 42 | #: greenpark_2_beta_2/archive.php:34 43 | #: greenpark_2_beta_2/index-ads.php:12 44 | #: greenpark_2_beta_2/index.php:12 45 | msgid "F jS, Y" 46 | msgstr "F jS, Y" 47 | 48 | #: greenpark_2_beta_2/archive.php:16 49 | msgid "F, Y" 50 | msgstr "F, Y" 51 | 52 | #: greenpark_2_beta_2/archive.php:18 53 | msgid "Y" 54 | msgstr "Y" 55 | 56 | #: greenpark_2_beta_2/archive.php:20 57 | msgid "Author Archive" 58 | msgstr "Архив Автора" 59 | 60 | #: greenpark_2_beta_2/archive.php:22 61 | msgid "Blog Archives" 62 | msgstr "Архивы блога" 63 | 64 | #: greenpark_2_beta_2/archive.php:27 65 | #: greenpark_2_beta_2/archive.php:55 66 | #: greenpark_2_beta_2/index-ads.php:41 67 | #: greenpark_2_beta_2/index.php:41 68 | msgid "« Older Entries" 69 | msgstr "« Старые записи" 70 | 71 | #: greenpark_2_beta_2/archive.php:28 72 | #: greenpark_2_beta_2/archive.php:56 73 | #: greenpark_2_beta_2/index-ads.php:42 74 | #: greenpark_2_beta_2/index.php:42 75 | msgid "Newer Entries »" 76 | msgstr "Номые записи »" 77 | 78 | #: greenpark_2_beta_2/archive.php:34 79 | #: greenpark_2_beta_2/attachment.php:13 80 | msgid "Edit" 81 | msgstr "Редактировать" 82 | 83 | #: greenpark_2_beta_2/archive.php:37 84 | #: greenpark_2_beta_2/image.php:14 85 | #: greenpark_2_beta_2/index-ads.php:20 86 | #: greenpark_2_beta_2/index.php:20 87 | msgid "» Read more: " 88 | msgstr "» Читать дальше: " 89 | 90 | #: greenpark_2_beta_2/archive.php:42 91 | #: greenpark_2_beta_2/comments.php:20 92 | #: greenpark_2_beta_2/index-ads.php:15 93 | #: greenpark_2_beta_2/index-ads.php:25 94 | #: greenpark_2_beta_2/index.php:15 95 | #: greenpark_2_beta_2/index.php:25 96 | msgid "No comments" 97 | msgstr "Нет комментариев" 98 | 99 | #: greenpark_2_beta_2/archive.php:42 100 | #: greenpark_2_beta_2/comments.php:20 101 | #: greenpark_2_beta_2/index-ads.php:15 102 | #: greenpark_2_beta_2/index-ads.php:25 103 | #: greenpark_2_beta_2/index.php:15 104 | #: greenpark_2_beta_2/index.php:25 105 | msgid "1 comment" 106 | msgstr "1 комментарий" 107 | 108 | #: greenpark_2_beta_2/archive.php:42 109 | #: greenpark_2_beta_2/comments.php:20 110 | #: greenpark_2_beta_2/index-ads.php:15 111 | #: greenpark_2_beta_2/index-ads.php:25 112 | #: greenpark_2_beta_2/index.php:15 113 | #: greenpark_2_beta_2/index.php:25 114 | msgid "% comments" 115 | msgstr "% комментариев" 116 | 117 | #: greenpark_2_beta_2/archive.php:45 118 | #: greenpark_2_beta_2/attachment.php:30 119 | #: greenpark_2_beta_2/image.php:24 120 | #: greenpark_2_beta_2/index-ads.php:28 121 | #: greenpark_2_beta_2/index.php:28 122 | msgid "Posted in " 123 | msgstr "Опубликовано в" 124 | 125 | #: greenpark_2_beta_2/archives.php:12 126 | msgid "Archives by Month" 127 | msgstr "Архивы по месяцам" 128 | 129 | #: greenpark_2_beta_2/archives.php:19 130 | msgid "Archives by Subject" 131 | msgstr "Архивы по темам" 132 | 133 | #: greenpark_2_beta_2/attachment.php:12 134 | #: greenpark_2_beta_2/functions.php:330 135 | msgid "by" 136 | msgstr "по" 137 | 138 | #: greenpark_2_beta_2/attachment.php:22 139 | msgid "Previous Entry" 140 | msgstr "Предыдущая запись" 141 | 142 | #: greenpark_2_beta_2/attachment.php:23 143 | msgid "Next Entry" 144 | msgstr "Следующая запись" 145 | 146 | #: greenpark_2_beta_2/comments.php:8 147 | msgid "This post is password protected. Enter the password to view comments" 148 | msgstr "Статья защищена паролем. Для просмотра комментариев введите пароль" 149 | 150 | #: greenpark_2_beta_2/comments.php:22 151 | msgid "Add your comment" 152 | msgstr "Добавить комментарий" 153 | 154 | #: greenpark_2_beta_2/comments.php:36 155 | #: greenpark_2_beta_2/comments.php:46 156 | msgid "« Older Comments" 157 | msgstr "« Старые комментариии" 158 | 159 | #: greenpark_2_beta_2/comments.php:37 160 | #: greenpark_2_beta_2/comments.php:47 161 | msgid "Newer Comments »" 162 | msgstr "Новые комментарии »" 163 | 164 | #: greenpark_2_beta_2/comments.php:57 165 | msgid "Trackbacks" 166 | msgstr "Тракбаки" 167 | 168 | #: greenpark_2_beta_2/comments.php:59 169 | msgid "Pingbacks" 170 | msgstr "Пингбаки" 171 | 172 | #: greenpark_2_beta_2/comments.php:76 173 | msgid "Comments are closed" 174 | msgstr "Комментарии запрещены" 175 | 176 | #: greenpark_2_beta_2/comments.php:85 177 | msgid "Leave a Reply" 178 | msgstr "Оставить ответ" 179 | 180 | #: greenpark_2_beta_2/comments.php:85 181 | msgid "Leave a Reply to %s" 182 | msgstr "Отставить ответ для %s" 183 | 184 | #: greenpark_2_beta_2/comments.php:88 185 | msgid "Click here to cancel reply." 186 | msgstr "Нажмите здесь для отмены ответа." 187 | 188 | #: greenpark_2_beta_2/comments.php:94 189 | msgid "You must be" 190 | msgstr "Вы должны" 191 | 192 | #: greenpark_2_beta_2/comments.php:94 193 | msgid "logged in" 194 | msgstr "войти на сайт" 195 | 196 | #: greenpark_2_beta_2/comments.php:94 197 | msgid "to post a comment" 198 | msgstr "чтобы оставить комментарий" 199 | 200 | #: greenpark_2_beta_2/comments.php:102 201 | msgid "Logged in as" 202 | msgstr "Вошёл как" 203 | 204 | #: greenpark_2_beta_2/comments.php:102 205 | msgid "Log out of this account" 206 | msgstr "Завершить сеанс текущего пользователя" 207 | 208 | #: greenpark_2_beta_2/comments.php:102 209 | msgid "Log out" 210 | msgstr "Завершить сеанс" 211 | 212 | #: greenpark_2_beta_2/comments.php:108 213 | msgid "Name" 214 | msgstr "Имя" 215 | 216 | #: greenpark_2_beta_2/comments.php:111 217 | msgid "Mail (will not be published)" 218 | msgstr "Почта (не будет публиковаться)" 219 | 220 | #: greenpark_2_beta_2/comments.php:114 221 | msgid "Website" 222 | msgstr "Веб-сайт" 223 | 224 | #: greenpark_2_beta_2/comments.php:119 225 | msgid "You can use these tags" 226 | msgstr "Можно использовать эти метки" 227 | 228 | #: greenpark_2_beta_2/comments.php:123 229 | msgid "Submit Comment" 230 | msgstr "Дать комментарий" 231 | 232 | #: greenpark_2_beta_2/functions.php:312 233 | msgid "Green Park 2 Settings" 234 | msgstr "Настройки Грин Парк 2" 235 | 236 | #: greenpark_2_beta_2/functions.php:321 237 | msgid "Back to Top" 238 | msgstr "Наверх" 239 | 240 | #: greenpark_2_beta_2/functions.php:326 241 | msgid "Proudly powered by" 242 | msgstr "С гордостью работает на" 243 | 244 | #: greenpark_2_beta_2/functions.php:327 245 | msgid "Blogsoftware by Wordpress" 246 | msgstr "Софт для блога Вордпресс" 247 | 248 | #: greenpark_2_beta_2/functions.php:335 249 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 250 | msgstr "Valid XHTML 1.0 Transitional | Valid CSS 3" 251 | 252 | #: greenpark_2_beta_2/header.php:36 253 | msgid "Go to homepage" 254 | msgstr "На главную" 255 | 256 | #: greenpark_2_beta_2/header.php:36 257 | #: greenpark_2_beta_2/header.php:56 258 | msgid "Home" 259 | msgstr "Главная" 260 | 261 | #: greenpark_2_beta_2/header.php:37 262 | msgid "Content" 263 | msgstr "Содержание" 264 | 265 | #: greenpark_2_beta_2/image.php:28 266 | msgid "You can follow any responses to this entry through the" 267 | msgstr "Можете следить за ответами на эту запись через" 268 | 269 | #: greenpark_2_beta_2/image.php:28 270 | msgid "RSS 2.0 Feed" 271 | msgstr "RSS 2.0 Feed" 272 | 273 | #: greenpark_2_beta_2/image.php:32 274 | msgid "You can" 275 | msgstr "Вы можете" 276 | 277 | #: greenpark_2_beta_2/image.php:32 278 | msgid "leave a response" 279 | msgstr "оставить ответ" 280 | 281 | #: greenpark_2_beta_2/image.php:32 282 | msgid ", or " 283 | msgstr ", или" 284 | 285 | #: greenpark_2_beta_2/image.php:32 286 | #: greenpark_2_beta_2/image.php:36 287 | msgid "trackback" 288 | msgstr "тракбак" 289 | 290 | #: greenpark_2_beta_2/image.php:32 291 | #: greenpark_2_beta_2/image.php:36 292 | msgid "from your own site" 293 | msgstr "с вашего сайта" 294 | 295 | #: greenpark_2_beta_2/image.php:36 296 | msgid "Responses are currently closed, but you can" 297 | msgstr "Ответы запрещены, но вы можете" 298 | 299 | #: greenpark_2_beta_2/image.php:40 300 | msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 301 | msgstr "Вы можете перейти к концу и оставить комментарий. Пингинг не разрешён" 302 | 303 | #: greenpark_2_beta_2/image.php:44 304 | msgid "Both comments and pings are currently closed." 305 | msgstr "Комментарии и пинги закрыты" 306 | 307 | #: greenpark_2_beta_2/image.php:46 308 | #: greenpark_2_beta_2/index-ads.php:12 309 | #: greenpark_2_beta_2/index.php:12 310 | #: greenpark_2_beta_2/page.php:9 311 | msgid "Edit this entry" 312 | msgstr "Редактировать эту запись" 313 | 314 | #: greenpark_2_beta_2/index-ads.php:9 315 | #: greenpark_2_beta_2/index.php:9 316 | msgid "Permanent Link to" 317 | msgstr "Постоянная ссылка" 318 | 319 | #: greenpark_2_beta_2/links.php:12 320 | msgid "Links" 321 | msgstr "Ссылки" 322 | 323 | #: greenpark_2_beta_2/missing.php:2 324 | msgid "Not Found" 325 | msgstr "Не найдено" 326 | 327 | #: greenpark_2_beta_2/missing.php:4 328 | msgid "Apologies, but we were unable to find what you were looking for. Perhaps searching will help." 329 | msgstr "Извините, но мы не смогли найти то, что Вы искали. Возможно поиск поможет." 330 | 331 | #: greenpark_2_beta_2/missing.php:8 332 | msgid "Or go to the homepage" 333 | msgstr "Или идти на главную" 334 | 335 | #: greenpark_2_beta_2/search.php:8 336 | msgid "Search Results" 337 | msgstr "Результаты поиска" 338 | 339 | #: greenpark_2_beta_2/search.php:28 340 | msgid "No posts found. Try a different search?" 341 | msgstr "Записей не найдено, попробовать снова?" 342 | 343 | #: greenpark_2_beta_2/sidebar.php:10 344 | msgid "Latest Tweet" 345 | msgstr "Последний Tweet" 346 | 347 | #: greenpark_2_beta_2/sidebar.php:13 348 | msgid "Follow me on twitter" 349 | msgstr "Следите по twitter" 350 | 351 | #: greenpark_2_beta_2/sidebar.php:13 352 | msgid "here" 353 | msgstr "здесь" 354 | 355 | #: greenpark_2_beta_2/sidebar.php:23 356 | msgid "Subscribe to my feed - You'll be happy!" 357 | msgstr "Подпишитесь на мою рассылку - Вы будете счастливы!" 358 | 359 | #: greenpark_2_beta_2/sidebar.php:24 360 | msgid "Subscribe" 361 | msgstr "Подпишитесь" 362 | 363 | #: greenpark_2_beta_2/sidebar.php:25 364 | msgid "Subscribe to my blogs feed" 365 | msgstr "Подпишитесь на рассылку этого блога" 366 | 367 | #: greenpark_2_beta_2/sidebar.php:61 368 | msgid "You are currently browsing the archives for the" 369 | msgstr "Вы смотрите архивы за" 370 | 371 | #: greenpark_2_beta_2/sidebar.php:64 372 | msgid "You are currently browsing the archives for the day" 373 | msgstr "Вы смотрите архивы за день" 374 | 375 | #: greenpark_2_beta_2/sidebar.php:67 376 | msgid "You are currently browsing the archives for" 377 | msgstr "Вы смотрите архивы за" 378 | 379 | #: greenpark_2_beta_2/sidebar.php:70 380 | msgid "You are currently browsing the archives for the year" 381 | msgstr "Вы смотрите архивы за год" 382 | 383 | #: greenpark_2_beta_2/sidebar.php:73 384 | msgid "You have searched for" 385 | msgstr "Вы искали" 386 | 387 | #: greenpark_2_beta_2/sidebar.php:74 388 | msgid "If you are unable to find anything in these search results, you can try one of these links" 389 | msgstr "Если поиск Вам не помог, попробуйте одну из этих ссылок" 390 | 391 | #: greenpark_2_beta_2/sidebar.php:77 392 | msgid "You are currently browsing the" 393 | msgstr "Вы просматриваете" 394 | 395 | #: greenpark_2_beta_2/sidebar.php:77 396 | msgid "blog archives" 397 | msgstr "архивы блога" 398 | 399 | #: greenpark_2_beta_2/sidebar.php:90 400 | msgid "Pages" 401 | msgstr "Страницы" 402 | 403 | #: greenpark_2_beta_2/sidebar.php:94 404 | msgid "Archives" 405 | msgstr "Архивы" 406 | 407 | #: greenpark_2_beta_2/sidebar.php:102 408 | msgid "Categories" 409 | msgstr "Категории" 410 | 411 | #: greenpark_2_beta_2/sidebar.php:118 412 | msgid "Meta" 413 | msgstr "Мета" 414 | 415 | #: greenpark_2_beta_2/single.php:16 416 | msgid "Leave a reply" 417 | msgstr "Оставить ответ" 418 | 419 | #: greenpark_2_beta_2/single.php:40 420 | msgid ", or" 421 | msgstr ", или" 422 | 423 | -------------------------------------------------------------------------------- /functions-themeoptions.php: -------------------------------------------------------------------------------- 1 |
    2 |

    Cordobo Green Park 2 Settings

    3 | 4 |
    5 |
    6 |
    7 | 8 |

    General Settings

    9 | 10 | 11 | 12 | 16 | 17 | 18 | 19 | 23 | 24 | 25 | 26 | 30 | 31 | 32 | 33 | 52 | 53 |
    Sidebar: 13 | 15 |
    Comments: 20 | 22 |
    Logo: 27 | 29 |
    Accessibility: 34 |
    35 | Check to hide… 36 |
    38 |
    40 |
    42 |
    44 |
    46 |
    48 | 50 |
    51 |
    54 |
    55 | 56 |

    Sidebar Box (About Box)

    57 | 58 |

    The "Sidebar Box" can be used for pretty anything. Personally, I use it as an "About section" to tell my readers a little bit about myself, but generally it's completely up to you: put your google adsense code in it, describe your website, add your photo etc.

    59 | 60 | 61 | 62 | 63 | 66 | 67 | 68 | 69 | 72 | 73 |
    Title: 64 | 65 |
    Content: 70 | 71 |
    74 |
    75 | 76 | 77 |

    Twitter

    78 | 79 | 80 | 81 | 86 | 87 |
    Twitter URI: 82 | http://twitter.com/ 83 |
    84 | 85 |
    88 |
    89 | 90 | 91 |

    Feedburner

    92 | 93 | 94 | 95 | 100 | 101 |
    Feed URI: 96 | http://feeds.feedburner.com/ 97 |
    98 |
    If the checkbox is unchecked, regular WordPress feeds are used. 99 |
    102 |
    103 | 104 | 105 |

    Ad Manager

    106 | 107 | 108 | 109 | 114 | 115 |
    Google Adsense:
    (Bottom of Post)
    110 | 111 |
    Paste your Google Adsense Code for the bottom of each post. 112 |
    Size of 468x60 Recommended. 113 |
    116 |
    117 | 118 | 119 |

    Analytics

    120 | 121 | 122 | 123 | 127 | 128 |
    Google Analytics: 124 | 125 |
    Paste your Google Analytics code here. It will appear at the end of each page. 126 |
    129 | 130 |

    131 | 132 | 133 |

    134 |
    135 | 136 |
    137 |
    138 | 139 | 140 | 141 |
    142 |
    143 | 144 |
    145 | 146 | 147 | 148 |
    149 |

    Settings

    150 | 157 | 158 |

    Documentation

    159 | 165 | 166 |
    167 | Top | Goto "Save" 168 | 169 |

    170 | Like it? Buy me a coffee ;-) 171 |
    172 | 173 | 174 | 175 | 176 |
    177 | 178 |
    179 |
    180 | 181 |
    182 |
    183 | 184 |
    185 | 186 | 187 |



    188 | 189 |

    Cordobo Green Park 2 Documentation

    190 | 191 |

    About your new theme

    192 |

    Thank you for using the Green Park 2 theme, a free premium wordpress theme by Andreas Jacob

    193 |

    If you need any support or want some tips, please visit Cordobo Green Park 2 project page

    194 | 195 |

    Logo Setup

    196 |
      197 |
    • Check the checkbox on this page (Logo section)
    • 198 |
    • Replace the file "logo.png" within the sub-folder "img" in your themes directory with your own logo.
    • 199 |
    200 | 201 | 202 |

    Tutorials

    203 |

    204 | List of tutorials based on this theme. 205 |

    206 |

    207 |

    211 |

    212 | 213 | 214 |

    Licence

    215 |

    216 | Released under the GPL License (What is the GPL?) 217 |

    218 |

    219 | Free to download, free to use, free to customize. Basically you can do whatever you want :) 220 |

    221 | 222 | 223 | 224 |
    225 | -------------------------------------------------------------------------------- /functions-themeoptions-display.php: -------------------------------------------------------------------------------- 1 |
    2 |

    Cordobo Green Park 2 Settings

    3 | 4 |
    5 |
    6 |
    7 | 8 |

    General Settings

    9 | 10 | 11 | 12 | 16 | 17 | 18 | 19 | 23 | 24 | 25 | 26 | 30 | 31 | 32 | 33 | 52 | 53 |
    Sidebar: 13 | 15 |
    Comments: 20 | 22 |
    Logo: 27 | 29 |
    Accessibility: 34 |
    35 | Check to hide… 36 |
    38 |
    40 |
    42 |
    44 |
    46 |
    48 | 50 |
    51 |
    54 |
    55 | 56 |

    Sidebar Box (About Box)

    57 | 58 |

    The "Sidebar Box" can be used for pretty anything. Personally, I use it as an "About section" to tell my readers a little bit about myself, but generally it's completely up to you: put your google adsense code in it, describe your website, add your photo etc.

    59 | 60 | 61 | 62 | 63 | 66 | 67 | 68 | 69 | 72 | 73 |
    Title: 64 | 65 |
    Content: 70 | 71 |
    74 |
    75 | 76 | 77 |

    Twitter

    78 | 79 | 80 | 81 | 86 | 87 |
    Twitter URI: 82 | http://twitter.com/ 83 |
    84 | 85 |
    88 |
    89 | 90 | 91 |

    Feedburner

    92 | 93 | 94 | 95 | 100 | 101 |
    Feed URI: 96 | http://feeds.feedburner.com/ 97 |
    98 |
    If the checkbox is unchecked, regular WordPress feeds are used. 99 |
    102 |
    103 | 104 | 105 |

    Ad Manager

    106 | 107 | 108 | 109 | 114 | 115 |
    Google Adsense:
    (Bottom of Post)
    110 | 111 |
    Paste your Google Adsense Code for the bottom of each post. 112 |
    Size of 468x60 Recommended. 113 |
    116 |
    117 | 118 | 119 |

    Analytics

    120 | 121 | 122 | 123 | 127 | 128 |
    Google Analytics: 124 | 125 |
    Paste your Google Analytics code here. It will appear at the end of each page. 126 |
    129 | 130 |

    131 | 132 | 133 |

    134 |
    135 | 136 |
    137 |
    138 | 139 | 140 | 141 |
    142 |
    143 | 144 |
    145 | 146 | 147 | 148 |
    149 |

    Settings

    150 | 157 | 158 |

    Documentation

    159 | 165 | 166 |
    167 | Top | Goto "Save" 168 | 169 |

    170 | Like it? Buy me a coffee ;-) 171 |
    172 | 173 | 174 | 175 | 176 |
    177 | 178 |
    179 |
    180 | 181 |
    182 |
    183 | 184 |
    185 | 186 | 187 |



    188 | 189 |

    Cordobo Green Park 2 Documentation

    190 | 191 |

    About your new theme

    192 |

    Thank you for using the Green Park 2 theme, a free premium wordpress theme by Andreas Jacob

    193 |

    If you need any support or want some tips, please visit Cordobo Green Park 2 project page

    194 | 195 | 196 |

    Logo Setup

    197 |
      198 |
    • Check the checkbox on this page (Logo section)
    • 199 |
    • Replace the file "logo.png" within the sub-folder "img" in your themes directory with your own logo.
    • 200 |
    201 | 202 | 203 |

    Tutorials

    204 |

    205 | List of tutorials based on this theme. 206 |

    207 |

    208 |

    212 |

    213 | 214 | 215 |

    Licence

    216 |

    217 | Released under the GPL License (What is the GPL?) 218 |

    219 |

    220 | Free to download, free to use, free to customize. Basically you can do whatever you want :) 221 |

    222 | 223 | 224 | 225 |
    226 | -------------------------------------------------------------------------------- /languages/is_IS.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: Jóhannes Birgir Jensson \n" 8 | "Language-Team: GP2 Team \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-Language: English\n" 13 | "X-Poedit-Country: United States\n" 14 | "X-Poedit-SourceCharset: utf-8\n" 15 | "X-Poedit-KeywordsList: _e;__\n" 16 | "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\themes\n" 17 | "X-Poedit-SearchPath-0: greenpark_2_beta_2\n" 18 | 19 | #: greenpark_2_beta_2/ad_middle.php:2 20 | msgid "Advertisement" 21 | msgstr "Auglýsing" 22 | 23 | #: greenpark_2_beta_2/archive.php:10 24 | msgid "Archive for the" 25 | msgstr "Sarpur fyrir " 26 | 27 | #: greenpark_2_beta_2/archive.php:10 28 | msgid "category" 29 | msgstr "flokkur" 30 | 31 | #: greenpark_2_beta_2/archive.php:12 32 | msgid "Posts Tagged" 33 | msgstr "Skilaboð merkt" 34 | 35 | #: greenpark_2_beta_2/archive.php:14 36 | #: greenpark_2_beta_2/archive.php:16 37 | #: greenpark_2_beta_2/archive.php:18 38 | msgid "Archive for" 39 | msgstr "Sarpur fyrir" 40 | 41 | #: greenpark_2_beta_2/archive.php:14 42 | #: greenpark_2_beta_2/archive.php:34 43 | #: greenpark_2_beta_2/index-ads.php:12 44 | #: greenpark_2_beta_2/index.php:12 45 | msgid "F jS, Y" 46 | msgstr "F jS, Y" 47 | 48 | #: greenpark_2_beta_2/archive.php:16 49 | msgid "F, Y" 50 | msgstr "F, Y" 51 | 52 | #: greenpark_2_beta_2/archive.php:18 53 | msgid "Y" 54 | msgstr "Y" 55 | 56 | #: greenpark_2_beta_2/archive.php:20 57 | msgid "Author Archive" 58 | msgstr "Sarpur höfundar" 59 | 60 | #: greenpark_2_beta_2/archive.php:22 61 | msgid "Blog Archives" 62 | msgstr "Síðusarpur" 63 | 64 | #: greenpark_2_beta_2/archive.php:27 65 | #: greenpark_2_beta_2/archive.php:55 66 | #: greenpark_2_beta_2/index-ads.php:41 67 | #: greenpark_2_beta_2/index.php:41 68 | msgid "« Older Entries" 69 | msgstr "« Eldri færslur" 70 | 71 | #: greenpark_2_beta_2/archive.php:28 72 | #: greenpark_2_beta_2/archive.php:56 73 | #: greenpark_2_beta_2/index-ads.php:42 74 | #: greenpark_2_beta_2/index.php:42 75 | msgid "Newer Entries »" 76 | msgstr "Nýrr færslur »" 77 | 78 | #: greenpark_2_beta_2/archive.php:34 79 | #: greenpark_2_beta_2/attachment.php:13 80 | msgid "Edit" 81 | msgstr "Breyta" 82 | 83 | #: greenpark_2_beta_2/archive.php:37 84 | #: greenpark_2_beta_2/image.php:14 85 | #: greenpark_2_beta_2/index-ads.php:20 86 | #: greenpark_2_beta_2/index.php:20 87 | msgid "» Read more: " 88 | msgstr "» Lesa meira: " 89 | 90 | #: greenpark_2_beta_2/archive.php:42 91 | #: greenpark_2_beta_2/comments.php:20 92 | #: greenpark_2_beta_2/index-ads.php:15 93 | #: greenpark_2_beta_2/index-ads.php:25 94 | #: greenpark_2_beta_2/index.php:15 95 | #: greenpark_2_beta_2/index.php:25 96 | msgid "No comments" 97 | msgstr "Engar athugasemdir" 98 | 99 | #: greenpark_2_beta_2/archive.php:42 100 | #: greenpark_2_beta_2/comments.php:20 101 | #: greenpark_2_beta_2/index-ads.php:15 102 | #: greenpark_2_beta_2/index-ads.php:25 103 | #: greenpark_2_beta_2/index.php:15 104 | #: greenpark_2_beta_2/index.php:25 105 | msgid "1 comment" 106 | msgstr "1 athugasemd" 107 | 108 | #: greenpark_2_beta_2/archive.php:42 109 | #: greenpark_2_beta_2/comments.php:20 110 | #: greenpark_2_beta_2/index-ads.php:15 111 | #: greenpark_2_beta_2/index-ads.php:25 112 | #: greenpark_2_beta_2/index.php:15 113 | #: greenpark_2_beta_2/index.php:25 114 | #, php-format 115 | msgid "% comments" 116 | msgstr "% athugasemdir" 117 | 118 | #: greenpark_2_beta_2/archive.php:45 119 | #: greenpark_2_beta_2/attachment.php:30 120 | #: greenpark_2_beta_2/image.php:24 121 | #: greenpark_2_beta_2/index-ads.php:28 122 | #: greenpark_2_beta_2/index.php:28 123 | msgid "Posted in " 124 | msgstr "Fært í " 125 | 126 | #: greenpark_2_beta_2/archives.php:12 127 | msgid "Archives by Month" 128 | msgstr "Sarpur eftir mánuði" 129 | 130 | #: greenpark_2_beta_2/archives.php:19 131 | msgid "Archives by Subject" 132 | msgstr "Sarpur eftir efni" 133 | 134 | #: greenpark_2_beta_2/attachment.php:12 135 | #: greenpark_2_beta_2/functions.php:330 136 | msgid "by" 137 | msgstr "eftir" 138 | 139 | #: greenpark_2_beta_2/attachment.php:22 140 | msgid "Previous Entry" 141 | msgstr "fyrri færsla" 142 | 143 | #: greenpark_2_beta_2/attachment.php:23 144 | msgid "Next Entry" 145 | msgstr "næsta færsla" 146 | 147 | #: greenpark_2_beta_2/comments.php:8 148 | msgid "This post is password protected. Enter the password to view comments" 149 | msgstr "Þessi færsla er læst. Sláðu inn lykilorðið til að sjá athugasemdir" 150 | 151 | #: greenpark_2_beta_2/comments.php:22 152 | msgid "Add your comment" 153 | msgstr "Bæta við athugasemd" 154 | 155 | #: greenpark_2_beta_2/comments.php:36 156 | #: greenpark_2_beta_2/comments.php:46 157 | msgid "« Older Comments" 158 | msgstr "« eldri athugasemdir" 159 | 160 | #: greenpark_2_beta_2/comments.php:37 161 | #: greenpark_2_beta_2/comments.php:47 162 | msgid "Newer Comments »" 163 | msgstr "nýrri athugasemdir »" 164 | 165 | #: greenpark_2_beta_2/comments.php:57 166 | msgid "Trackbacks" 167 | msgstr "átengt" 168 | 169 | #: greenpark_2_beta_2/comments.php:59 170 | msgid "Pingbacks" 171 | msgstr "pingtengt" 172 | 173 | #: greenpark_2_beta_2/comments.php:76 174 | msgid "Comments are closed" 175 | msgstr "Lokað er fyrir athugasemdir" 176 | 177 | #: greenpark_2_beta_2/comments.php:85 178 | msgid "Leave a Reply" 179 | msgstr "Skrifa svar" 180 | 181 | #: greenpark_2_beta_2/comments.php:85 182 | #, php-format 183 | msgid "Leave a Reply to %s" 184 | msgstr "Skrifa svar við %s" 185 | 186 | #: greenpark_2_beta_2/comments.php:88 187 | msgid "Click here to cancel reply." 188 | msgstr "Smelltu hér til að hætta við svarið." 189 | 190 | #: greenpark_2_beta_2/comments.php:94 191 | msgid "You must be" 192 | msgstr "Þú verður að vera" 193 | 194 | #: greenpark_2_beta_2/comments.php:94 195 | msgid "logged in" 196 | msgstr "innskráð(ur)" 197 | 198 | #: greenpark_2_beta_2/comments.php:94 199 | msgid "to post a comment" 200 | msgstr "til að skrifa athugasemd" 201 | 202 | #: greenpark_2_beta_2/comments.php:102 203 | msgid "Logged in as" 204 | msgstr "Innskráð(ur) sem" 205 | 206 | #: greenpark_2_beta_2/comments.php:102 207 | msgid "Log out of this account" 208 | msgstr "Útskrá þennan notanda" 209 | 210 | #: greenpark_2_beta_2/comments.php:102 211 | msgid "Log out" 212 | msgstr "Útskrá" 213 | 214 | #: greenpark_2_beta_2/comments.php:108 215 | msgid "Name" 216 | msgstr "Nafn" 217 | 218 | #: greenpark_2_beta_2/comments.php:111 219 | msgid "Mail (will not be published)" 220 | msgstr "Netfang (birtist ekki)" 221 | 222 | #: greenpark_2_beta_2/comments.php:114 223 | msgid "Website" 224 | msgstr "Veffang" 225 | 226 | #: greenpark_2_beta_2/comments.php:119 227 | msgid "You can use these tags" 228 | msgstr "Þú getur notað þessa kóða" 229 | 230 | #: greenpark_2_beta_2/comments.php:123 231 | msgid "Submit Comment" 232 | msgstr "Senda athugasemd" 233 | 234 | #: greenpark_2_beta_2/functions.php:312 235 | msgid "Green Park 2 Settings" 236 | msgstr "Stillingar Green Park 2" 237 | 238 | #: greenpark_2_beta_2/functions.php:321 239 | msgid "Back to Top" 240 | msgstr "Fara efst" 241 | 242 | #: greenpark_2_beta_2/functions.php:326 243 | msgid "Proudly powered by" 244 | msgstr "Knúið af" 245 | 246 | #: greenpark_2_beta_2/functions.php:327 247 | msgid "Blogsoftware by Wordpress" 248 | msgstr "blogkerfi frá Wordpress" 249 | 250 | #: greenpark_2_beta_2/functions.php:335 251 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 252 | msgstr "Gilt XHTML 1.0 Transitional | Gilt CSS 3" 253 | 254 | #: greenpark_2_beta_2/header.php:36 255 | msgid "Go to homepage" 256 | msgstr "Fara á heimasíðu" 257 | 258 | #: greenpark_2_beta_2/header.php:36 259 | #: greenpark_2_beta_2/header.php:56 260 | msgid "Home" 261 | msgstr "Heim" 262 | 263 | #: greenpark_2_beta_2/header.php:37 264 | msgid "Content" 265 | msgstr "Efni" 266 | 267 | #: greenpark_2_beta_2/image.php:28 268 | msgid "You can follow any responses to this entry through the" 269 | msgstr "Þú getur fylgst með svörum við þessari færslu í gegnum " 270 | 271 | #: greenpark_2_beta_2/image.php:28 272 | msgid "RSS 2.0 Feed" 273 | msgstr "RSS 2.0 skrána" 274 | 275 | #: greenpark_2_beta_2/image.php:32 276 | msgid "You can" 277 | msgstr "Þú getur" 278 | 279 | #: greenpark_2_beta_2/image.php:32 280 | msgid "leave a response" 281 | msgstr "skilið eftir svar" 282 | 283 | #: greenpark_2_beta_2/image.php:32 284 | msgid ", or " 285 | msgstr ", eða " 286 | 287 | #: greenpark_2_beta_2/image.php:32 288 | #: greenpark_2_beta_2/image.php:36 289 | msgid "trackback" 290 | msgstr "átengt" 291 | 292 | #: greenpark_2_beta_2/image.php:32 293 | #: greenpark_2_beta_2/image.php:36 294 | msgid "from your own site" 295 | msgstr "af þínum eigin vef" 296 | 297 | #: greenpark_2_beta_2/image.php:36 298 | msgid "Responses are currently closed, but you can" 299 | msgstr "Lokað er fyrir svör, en þú getur" 300 | 301 | #: greenpark_2_beta_2/image.php:40 302 | msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 303 | msgstr "Þú getur farið til enda og skilið eftir svar. Það er lokað fyrir ping." 304 | 305 | #: greenpark_2_beta_2/image.php:44 306 | msgid "Both comments and pings are currently closed." 307 | msgstr "Það er lokað fyrir athugasemdir og ítengingar." 308 | 309 | #: greenpark_2_beta_2/image.php:46 310 | #: greenpark_2_beta_2/index-ads.php:12 311 | #: greenpark_2_beta_2/index.php:12 312 | #: greenpark_2_beta_2/page.php:9 313 | msgid "Edit this entry" 314 | msgstr "Breyta þessari færslu" 315 | 316 | #: greenpark_2_beta_2/index-ads.php:9 317 | #: greenpark_2_beta_2/index.php:9 318 | msgid "Permanent Link to" 319 | msgstr "Varanlegur tengill á " 320 | 321 | #: greenpark_2_beta_2/links.php:12 322 | msgid "Links" 323 | msgstr "Tenglar" 324 | 325 | #: greenpark_2_beta_2/missing.php:2 326 | msgid "Not Found" 327 | msgstr "Fannst ekki" 328 | 329 | #: greenpark_2_beta_2/missing.php:4 330 | msgid "Apologies, but we were unable to find what you were looking for. Perhaps searching will help." 331 | msgstr "Afsakið en við fundum ekki það sem þú sóttist eftir. Prófaðu leitina." 332 | 333 | #: greenpark_2_beta_2/missing.php:8 334 | msgid "Or go to the homepage" 335 | msgstr "Eða farið á heimasíðuna" 336 | 337 | #: greenpark_2_beta_2/search.php:8 338 | msgid "Search Results" 339 | msgstr "Leitarniðurstöður" 340 | 341 | #: greenpark_2_beta_2/search.php:28 342 | msgid "No posts found. Try a different search?" 343 | msgstr "Engar færslur fundust. Viltu leita með öðrum skilyrðum?" 344 | 345 | #: greenpark_2_beta_2/sidebar.php:10 346 | msgid "Latest Tweet" 347 | msgstr "Síðasta tíst" 348 | 349 | #: greenpark_2_beta_2/sidebar.php:13 350 | msgid "Follow me on twitter" 351 | msgstr "Fylgstu með mér á Twitter" 352 | 353 | #: greenpark_2_beta_2/sidebar.php:13 354 | msgid "here" 355 | msgstr "hér" 356 | 357 | #: greenpark_2_beta_2/sidebar.php:23 358 | msgid "Subscribe to my feed - You'll be happy!" 359 | msgstr "Gerstu áskrifandi að flæðinu mínu - þú munt njóta þess!" 360 | 361 | #: greenpark_2_beta_2/sidebar.php:24 362 | msgid "Subscribe" 363 | msgstr "Fara í áskrift" 364 | 365 | #: greenpark_2_beta_2/sidebar.php:25 366 | msgid "Subscribe to my blogs feed" 367 | msgstr "Gerstu áskrifandi að færslum" 368 | 369 | #: greenpark_2_beta_2/sidebar.php:61 370 | msgid "You are currently browsing the archives for the" 371 | msgstr "Þú ert að skoða sarpinn fyrir " 372 | 373 | #: greenpark_2_beta_2/sidebar.php:64 374 | msgid "You are currently browsing the archives for the day" 375 | msgstr "Þú ert að skoða sarpinn fyrir daginn" 376 | 377 | #: greenpark_2_beta_2/sidebar.php:67 378 | msgid "You are currently browsing the archives for" 379 | msgstr "Þú ert að skoða sarpinn fyrir" 380 | 381 | #: greenpark_2_beta_2/sidebar.php:70 382 | msgid "You are currently browsing the archives for the year" 383 | msgstr "Þú ert að skoða sarpinn fyrir árið " 384 | 385 | #: greenpark_2_beta_2/sidebar.php:73 386 | msgid "You have searched for" 387 | msgstr "Þú leitaðir að" 388 | 389 | #: greenpark_2_beta_2/sidebar.php:74 390 | msgid "If you are unable to find anything in these search results, you can try one of these links" 391 | msgstr "Ef þú fannst ekkert í leitarniðurstöðunum, prófaðu þá einn af þessum tenglum." 392 | 393 | #: greenpark_2_beta_2/sidebar.php:77 394 | msgid "You are currently browsing the" 395 | msgstr "Þú ert að skoða" 396 | 397 | #: greenpark_2_beta_2/sidebar.php:77 398 | msgid "blog archives" 399 | msgstr "færslusarpur" 400 | 401 | #: greenpark_2_beta_2/sidebar.php:90 402 | msgid "Pages" 403 | msgstr "Síður" 404 | 405 | #: greenpark_2_beta_2/sidebar.php:94 406 | msgid "Archives" 407 | msgstr "Sarpur" 408 | 409 | #: greenpark_2_beta_2/sidebar.php:102 410 | msgid "Categories" 411 | msgstr "Flokkar" 412 | 413 | #: greenpark_2_beta_2/sidebar.php:118 414 | msgid "Meta" 415 | msgstr "Meta" 416 | 417 | #: greenpark_2_beta_2/single.php:16 418 | msgid "Leave a reply" 419 | msgstr "Skildu eftir svar" 420 | 421 | #: greenpark_2_beta_2/single.php:40 422 | msgid ", or" 423 | msgstr ", eða" 424 | 425 | -------------------------------------------------------------------------------- /languages/pl_PL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2 pl\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: tosiek\n" 8 | "Language-Team: \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=utf-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-Language: Polish\n" 13 | "X-Poedit-Country: POLAND\n" 14 | "X-Poedit-SourceCharset: utf-8\n" 15 | "X-Poedit-KeywordsList: _e;__\n" 16 | "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\themes\n" 17 | "X-Poedit-SearchPath-0: greenpark_2_beta_2\n" 18 | 19 | #: greenpark_2_beta_2/ad_middle.php:2 20 | msgid "Advertisement" 21 | msgstr "Reklama" 22 | 23 | #: greenpark_2_beta_2/archive.php:10 24 | msgid "Archive for the" 25 | msgstr "Archiwum dla" 26 | 27 | #: greenpark_2_beta_2/archive.php:10 28 | msgid "category" 29 | msgstr "kategoria" 30 | 31 | #: greenpark_2_beta_2/archive.php:12 32 | msgid "Posts Tagged" 33 | msgstr "Post otagowany jako" 34 | 35 | #: greenpark_2_beta_2/archive.php:14 36 | #: greenpark_2_beta_2/archive.php:16 37 | #: greenpark_2_beta_2/archive.php:18 38 | msgid "Archive for" 39 | msgstr "Archiwum dla" 40 | 41 | #: greenpark_2_beta_2/archive.php:14 42 | #: greenpark_2_beta_2/archive.php:34 43 | #: greenpark_2_beta_2/index-ads.php:12 44 | #: greenpark_2_beta_2/index.php:12 45 | msgid "F jS, Y" 46 | msgstr "m-d-Y" 47 | 48 | #: greenpark_2_beta_2/archive.php:16 49 | msgid "F, Y" 50 | msgstr "m Y" 51 | 52 | #: greenpark_2_beta_2/archive.php:18 53 | msgid "Y" 54 | msgstr "Y" 55 | 56 | #: greenpark_2_beta_2/archive.php:20 57 | msgid "Author Archive" 58 | msgstr "Archiwum Autora" 59 | 60 | #: greenpark_2_beta_2/archive.php:22 61 | msgid "Blog Archives" 62 | msgstr "Archiwum Bloga" 63 | 64 | #: greenpark_2_beta_2/archive.php:27 65 | #: greenpark_2_beta_2/archive.php:55 66 | #: greenpark_2_beta_2/index-ads.php:41 67 | #: greenpark_2_beta_2/index.php:41 68 | msgid "« Older Entries" 69 | msgstr "« Starsze wpisy" 70 | 71 | #: greenpark_2_beta_2/archive.php:28 72 | #: greenpark_2_beta_2/archive.php:56 73 | #: greenpark_2_beta_2/index-ads.php:42 74 | #: greenpark_2_beta_2/index.php:42 75 | msgid "Newer Entries »" 76 | msgstr "Nowsze wpisy »" 77 | 78 | #: greenpark_2_beta_2/archive.php:34 79 | #: greenpark_2_beta_2/attachment.php:13 80 | msgid "Edit" 81 | msgstr "Edytuj" 82 | 83 | #: greenpark_2_beta_2/archive.php:37 84 | #: greenpark_2_beta_2/image.php:14 85 | #: greenpark_2_beta_2/index-ads.php:20 86 | #: greenpark_2_beta_2/index.php:20 87 | msgid "» Read more: " 88 | msgstr "» Read more: " 89 | 90 | #: greenpark_2_beta_2/archive.php:42 91 | #: greenpark_2_beta_2/comments.php:20 92 | #: greenpark_2_beta_2/index-ads.php:15 93 | #: greenpark_2_beta_2/index-ads.php:25 94 | #: greenpark_2_beta_2/index.php:15 95 | #: greenpark_2_beta_2/index.php:25 96 | msgid "No comments" 97 | msgstr "Brak komentarzy" 98 | 99 | #: greenpark_2_beta_2/archive.php:42 100 | #: greenpark_2_beta_2/comments.php:20 101 | #: greenpark_2_beta_2/index-ads.php:15 102 | #: greenpark_2_beta_2/index-ads.php:25 103 | #: greenpark_2_beta_2/index.php:15 104 | #: greenpark_2_beta_2/index.php:25 105 | msgid "1 comment" 106 | msgstr "1 komentarz" 107 | 108 | #: greenpark_2_beta_2/archive.php:42 109 | #: greenpark_2_beta_2/comments.php:20 110 | #: greenpark_2_beta_2/index-ads.php:15 111 | #: greenpark_2_beta_2/index-ads.php:25 112 | #: greenpark_2_beta_2/index.php:15 113 | #: greenpark_2_beta_2/index.php:25 114 | #: php-format 115 | msgid "% comments" 116 | msgstr "% komentarzy" 117 | 118 | #: greenpark_2_beta_2/archive.php:45 119 | #: greenpark_2_beta_2/attachment.php:30 120 | #: greenpark_2_beta_2/image.php:24 121 | #: greenpark_2_beta_2/index-ads.php:28 122 | #: greenpark_2_beta_2/index.php:28 123 | msgid "Posted in " 124 | msgstr "Napisane w" 125 | 126 | #: greenpark_2_beta_2/archives.php:12 127 | msgid "Archives by Month" 128 | msgstr "Archiwum dla miesiąca" 129 | 130 | #: greenpark_2_beta_2/archives.php:19 131 | msgid "Archives by Subject" 132 | msgstr "Archiwum dla tematu" 133 | 134 | #: greenpark_2_beta_2/attachment.php:12 135 | #: greenpark_2_beta_2/functions.php:330 136 | msgid "by" 137 | msgstr "przez" 138 | 139 | #: greenpark_2_beta_2/attachment.php:22 140 | msgid "Previous Entry" 141 | msgstr "Poprzedni wpis" 142 | 143 | #: greenpark_2_beta_2/attachment.php:23 144 | msgid "Next Entry" 145 | msgstr "Następny wpis" 146 | 147 | #: greenpark_2_beta_2/comments.php:8 148 | msgid "This post is password protected. Enter the password to view comments" 149 | msgstr "Ten post jest chroniony hasłem. Wpisz hasło aby zobaczyć komentarze" 150 | 151 | #: greenpark_2_beta_2/comments.php:22 152 | msgid "Add your comment" 153 | msgstr "Dodaj swój komentarz" 154 | 155 | #: greenpark_2_beta_2/comments.php:36 156 | #: greenpark_2_beta_2/comments.php:46 157 | msgid "« Older Comments" 158 | msgstr "« Starsze komentarze" 159 | 160 | #: greenpark_2_beta_2/comments.php:37 161 | #: greenpark_2_beta_2/comments.php:47 162 | msgid "Newer Comments »" 163 | msgstr "Nowsze komentarze »" 164 | 165 | #: greenpark_2_beta_2/comments.php:57 166 | msgid "Trackbacks" 167 | msgstr "TrackBacki" 168 | 169 | #: greenpark_2_beta_2/comments.php:59 170 | msgid "Pingbacks" 171 | msgstr "PingBacki" 172 | 173 | #: greenpark_2_beta_2/comments.php:76 174 | msgid "Comments are closed" 175 | msgstr "Komentarze wyłączone" 176 | 177 | #: greenpark_2_beta_2/comments.php:85 178 | msgid "Leave a Reply" 179 | msgstr "Zostaw odpowiedź" 180 | 181 | #: greenpark_2_beta_2/comments.php:85 182 | #: php-format 183 | msgid "Leave a Reply to %s" 184 | msgstr "Zostaw odpowiedź dla" 185 | 186 | #: greenpark_2_beta_2/comments.php:88 187 | msgid "Click here to cancel reply." 188 | msgstr "Kliknij tutaj aby anulować odpowiedź" 189 | 190 | #: greenpark_2_beta_2/comments.php:94 191 | msgid "You must be" 192 | msgstr "Musisz" 193 | 194 | #: greenpark_2_beta_2/comments.php:94 195 | msgid "logged in" 196 | msgstr "zalogowany" 197 | 198 | #: greenpark_2_beta_2/comments.php:94 199 | msgid "to post a comment" 200 | msgstr "aby opublikować komentarz" 201 | 202 | #: greenpark_2_beta_2/comments.php:102 203 | msgid "Logged in as" 204 | msgstr "Zalogowany jako" 205 | 206 | #: greenpark_2_beta_2/comments.php:102 207 | msgid "Log out of this account" 208 | msgstr "Wyloguj mnie z tego konta" 209 | 210 | #: greenpark_2_beta_2/comments.php:102 211 | msgid "Log out" 212 | msgstr "Wyloguj" 213 | 214 | #: greenpark_2_beta_2/comments.php:108 215 | msgid "Name" 216 | msgstr "Nazwa" 217 | 218 | #: greenpark_2_beta_2/comments.php:111 219 | msgid "Mail (will not be published)" 220 | msgstr "Mail (nie będzie publikowany)" 221 | 222 | #: greenpark_2_beta_2/comments.php:114 223 | msgid "Website" 224 | msgstr "Strona WWW" 225 | 226 | #: greenpark_2_beta_2/comments.php:119 227 | msgid "You can use these tags" 228 | msgstr "Możesz użyć tych tagów" 229 | 230 | #: greenpark_2_beta_2/comments.php:123 231 | msgid "Submit Comment" 232 | msgstr "Wyślij komentarz" 233 | 234 | #: greenpark_2_beta_2/functions.php:312 235 | msgid "Green Park 2 Settings" 236 | msgstr "Ustawienia Green Park 2" 237 | 238 | #: greenpark_2_beta_2/functions.php:321 239 | msgid "Back to Top" 240 | msgstr "Powrót do góry" 241 | 242 | #: greenpark_2_beta_2/functions.php:326 243 | msgid "Proudly powered by" 244 | msgstr "Generowane przez" 245 | 246 | #: greenpark_2_beta_2/functions.php:327 247 | msgid "Blogsoftware by Wordpress" 248 | msgstr "Blog by Wordpress" 249 | 250 | #: greenpark_2_beta_2/functions.php:335 251 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 252 | msgstr "Poprawny XHTML 1.0 Transitional | Poprawny CSS 3" 253 | 254 | #: greenpark_2_beta_2/header.php:36 255 | msgid "Go to homepage" 256 | msgstr "Idź do strony głównej" 257 | 258 | #: greenpark_2_beta_2/header.php:36 259 | #: greenpark_2_beta_2/header.php:56 260 | msgid "Home" 261 | msgstr "Strona główna" 262 | 263 | #: greenpark_2_beta_2/header.php:37 264 | msgid "Content" 265 | msgstr "Treść" 266 | 267 | #: greenpark_2_beta_2/image.php:28 268 | msgid "You can follow any responses to this entry through the" 269 | msgstr "Możesz śledzić odpowiedzi dla tego wpisu przez" 270 | 271 | #: greenpark_2_beta_2/image.php:28 272 | msgid "RSS 2.0 Feed" 273 | msgstr "Kanał RSS 2.0" 274 | 275 | #: greenpark_2_beta_2/image.php:32 276 | msgid "You can" 277 | msgstr "Możesz" 278 | 279 | #: greenpark_2_beta_2/image.php:32 280 | msgid "leave a response" 281 | msgstr "zostaw odpowiedź" 282 | 283 | #: greenpark_2_beta_2/image.php:32 284 | msgid ", or " 285 | msgstr ", lub" 286 | 287 | #: greenpark_2_beta_2/image.php:32 288 | #: greenpark_2_beta_2/image.php:36 289 | msgid "trackback" 290 | msgstr "trackback" 291 | 292 | #: greenpark_2_beta_2/image.php:32 293 | #: greenpark_2_beta_2/image.php:36 294 | msgid "from your own site" 295 | msgstr "ze swojej strony" 296 | 297 | #: greenpark_2_beta_2/image.php:36 298 | msgid "Responses are currently closed, but you can" 299 | msgstr "Odpowiedzi są wyłączone, lecz możesz" 300 | 301 | #: greenpark_2_beta_2/image.php:40 302 | msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 303 | msgstr "Możesz przejść do końca i pozostawić odpowiedź. Pingowanie jest obecnie wyłączone." 304 | 305 | #: greenpark_2_beta_2/image.php:44 306 | msgid "Both comments and pings are currently closed." 307 | msgstr "Zarówno komentarze jak i pingi są obecnie wyłączone." 308 | 309 | #: greenpark_2_beta_2/image.php:46 310 | #: greenpark_2_beta_2/index-ads.php:12 311 | #: greenpark_2_beta_2/index.php:12 312 | #: greenpark_2_beta_2/page.php:9 313 | msgid "Edit this entry" 314 | msgstr "Edytuj ten wpis" 315 | 316 | #: greenpark_2_beta_2/index-ads.php:9 317 | #: greenpark_2_beta_2/index.php:9 318 | msgid "Permanent Link to" 319 | msgstr "Stały link do" 320 | 321 | #: greenpark_2_beta_2/links.php:12 322 | msgid "Links" 323 | msgstr "Linki" 324 | 325 | #: greenpark_2_beta_2/missing.php:2 326 | msgid "Not Found" 327 | msgstr "Nie znaleziono" 328 | 329 | #: greenpark_2_beta_2/missing.php:4 330 | msgid "Apologies, but we were unable to find what you were looking for. Perhaps searching will help." 331 | msgstr "Przepraszamy, ale nie mogliśmy znaleźć tego, czego szukasz. Perhaps searching will help." 332 | 333 | #: greenpark_2_beta_2/missing.php:8 334 | msgid "Or go to the homepage" 335 | msgstr "Lub iść do strony głównej" 336 | 337 | #: greenpark_2_beta_2/search.php:8 338 | msgid "Search Results" 339 | msgstr "Wyniki wyszukiwania" 340 | 341 | #: greenpark_2_beta_2/search.php:28 342 | msgid "No posts found. Try a different search?" 343 | msgstr "Nie znaleziono postów. Spróbujesz poszukać?" 344 | 345 | #: greenpark_2_beta_2/sidebar.php:10 346 | msgid "Latest Tweet" 347 | msgstr "Najnowszy Tweet" 348 | 349 | #: greenpark_2_beta_2/sidebar.php:13 350 | msgid "Follow me on twitter" 351 | msgstr "Podążaj za mną na twitterze" 352 | 353 | #: greenpark_2_beta_2/sidebar.php:13 354 | msgid "here" 355 | msgstr "tutaj" 356 | 357 | #: greenpark_2_beta_2/sidebar.php:23 358 | msgid "Subscribe to my feed - You'll be happy!" 359 | msgstr "Subskrybuj mój kanał - Będziesz szczęśliwy!" 360 | 361 | #: greenpark_2_beta_2/sidebar.php:24 362 | msgid "Subscribe" 363 | msgstr "Subskrybuj" 364 | 365 | #: greenpark_2_beta_2/sidebar.php:25 366 | msgid "Subscribe to my blogs feed" 367 | msgstr "Subskrybuj kanał mojego bloga" 368 | 369 | #: greenpark_2_beta_2/sidebar.php:61 370 | msgid "You are currently browsing the archives for the" 371 | msgstr "Aktualnie przeglądasz archiwa dla" 372 | 373 | #: greenpark_2_beta_2/sidebar.php:64 374 | msgid "You are currently browsing the archives for the day" 375 | msgstr "Aktualnie przeglądasz archiwa dla dnia" 376 | 377 | #: greenpark_2_beta_2/sidebar.php:67 378 | msgid "You are currently browsing the archives for" 379 | msgstr "Aktualnie przeglądasz archiwa dla" 380 | 381 | #: greenpark_2_beta_2/sidebar.php:70 382 | msgid "You are currently browsing the archives for the year" 383 | msgstr "Aktualnie przeglądasz archiwa dla roku" 384 | 385 | #: greenpark_2_beta_2/sidebar.php:73 386 | msgid "You have searched for" 387 | msgstr "Szukałeś" 388 | 389 | #: greenpark_2_beta_2/sidebar.php:74 390 | msgid "If you are unable to find anything in these search results, you can try one of these links" 391 | msgstr "Jeżeli nie udało Ci się znaleźć czegoś w tych wynikach wyszukiwania, możesz spróbowac jednego z tych linków" 392 | 393 | #: greenpark_2_beta_2/sidebar.php:77 394 | msgid "You are currently browsing the" 395 | msgstr "Aktualnie przeglądasz" 396 | 397 | #: greenpark_2_beta_2/sidebar.php:77 398 | msgid "blog archives" 399 | msgstr "archiwum bloga" 400 | 401 | #: greenpark_2_beta_2/sidebar.php:90 402 | msgid "Pages" 403 | msgstr "Strony" 404 | 405 | #: greenpark_2_beta_2/sidebar.php:94 406 | msgid "Archives" 407 | msgstr "Archiwa" 408 | 409 | #: greenpark_2_beta_2/sidebar.php:102 410 | msgid "Categories" 411 | msgstr "Kategorie" 412 | 413 | #: greenpark_2_beta_2/sidebar.php:118 414 | msgid "Meta" 415 | msgstr "Meta" 416 | 417 | #: greenpark_2_beta_2/single.php:16 418 | msgid "Leave a reply" 419 | msgstr "Zostaw odpowiedź" 420 | 421 | #: greenpark_2_beta_2/single.php:40 422 | msgid ", or" 423 | msgstr ", lub" 424 | 425 | -------------------------------------------------------------------------------- /languages/es_ES.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: Jose \n" 8 | "Language-Team: GP2 Team \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-Language: Spanish\n" 13 | "X-Poedit-Country: SPAIN\n" 14 | "X-Poedit-SourceCharset: utf-8\n" 15 | "X-Poedit-KeywordsList: _e;__\n" 16 | "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\themes\n" 17 | "X-Poedit-SearchPath-0: greenpark_2_beta_2\n" 18 | 19 | #: greenpark_2_beta_2/ad_middle.php:2 20 | msgid "Advertisement" 21 | msgstr "Publicidad" 22 | 23 | #: greenpark_2_beta_2/archive.php:10 24 | msgid "Archive for the" 25 | msgstr "Archivado en: " 26 | 27 | #: greenpark_2_beta_2/archive.php:10 28 | msgid "category" 29 | msgstr "." 30 | 31 | #: greenpark_2_beta_2/archive.php:12 32 | msgid "Posts Tagged" 33 | msgstr "Temas etiquetados como: " 34 | 35 | #: greenpark_2_beta_2/archive.php:14 36 | #: greenpark_2_beta_2/archive.php:16 37 | #: greenpark_2_beta_2/archive.php:18 38 | msgid "Archive for" 39 | msgstr "Archivado en" 40 | 41 | #: greenpark_2_beta_2/archive.php:14 42 | #: greenpark_2_beta_2/archive.php:34 43 | #: greenpark_2_beta_2/index-ads.php:12 44 | #: greenpark_2_beta_2/index.php:12 45 | msgid "F jS, Y" 46 | msgstr "j F, Y" 47 | 48 | #: greenpark_2_beta_2/archive.php:16 49 | msgid "F, Y" 50 | msgstr "" 51 | 52 | #: greenpark_2_beta_2/archive.php:18 53 | msgid "Y" 54 | msgstr "" 55 | 56 | #: greenpark_2_beta_2/archive.php:20 57 | msgid "Author Archive" 58 | msgstr "Autor del Archivo" 59 | 60 | #: greenpark_2_beta_2/archive.php:22 61 | msgid "Blog Archives" 62 | msgstr "Archivos del Blog" 63 | 64 | #: greenpark_2_beta_2/archive.php:27 65 | #: greenpark_2_beta_2/archive.php:55 66 | #: greenpark_2_beta_2/index-ads.php:41 67 | #: greenpark_2_beta_2/index.php:41 68 | msgid "« Older Entries" 69 | msgstr "« Entradas anteriores" 70 | 71 | #: greenpark_2_beta_2/archive.php:28 72 | #: greenpark_2_beta_2/archive.php:56 73 | #: greenpark_2_beta_2/index-ads.php:42 74 | #: greenpark_2_beta_2/index.php:42 75 | msgid "Newer Entries »" 76 | msgstr "Entradas recientes »" 77 | 78 | #: greenpark_2_beta_2/archive.php:34 79 | #: greenpark_2_beta_2/attachment.php:13 80 | msgid "Edit" 81 | msgstr "Editar" 82 | 83 | #: greenpark_2_beta_2/archive.php:37 84 | #: greenpark_2_beta_2/image.php:14 85 | #: greenpark_2_beta_2/index-ads.php:20 86 | #: greenpark_2_beta_2/index.php:20 87 | msgid "» Read more: " 88 | msgstr "» Leer más: " 89 | 90 | #: greenpark_2_beta_2/archive.php:42 91 | #: greenpark_2_beta_2/comments.php:20 92 | #: greenpark_2_beta_2/index-ads.php:15 93 | #: greenpark_2_beta_2/index-ads.php:25 94 | #: greenpark_2_beta_2/index.php:15 95 | #: greenpark_2_beta_2/index.php:25 96 | msgid "No comments" 97 | msgstr "Sin comentarios" 98 | 99 | #: greenpark_2_beta_2/archive.php:42 100 | #: greenpark_2_beta_2/comments.php:20 101 | #: greenpark_2_beta_2/index-ads.php:15 102 | #: greenpark_2_beta_2/index-ads.php:25 103 | #: greenpark_2_beta_2/index.php:15 104 | #: greenpark_2_beta_2/index.php:25 105 | msgid "1 comment" 106 | msgstr "1 comentario" 107 | 108 | #: greenpark_2_beta_2/archive.php:42 109 | #: greenpark_2_beta_2/comments.php:20 110 | #: greenpark_2_beta_2/index-ads.php:15 111 | #: greenpark_2_beta_2/index-ads.php:25 112 | #: greenpark_2_beta_2/index.php:15 113 | #: greenpark_2_beta_2/index.php:25 114 | #, php-format 115 | msgid "% comments" 116 | msgstr "% comentarios" 117 | 118 | #: greenpark_2_beta_2/archive.php:45 119 | #: greenpark_2_beta_2/attachment.php:30 120 | #: greenpark_2_beta_2/image.php:24 121 | #: greenpark_2_beta_2/index-ads.php:28 122 | #: greenpark_2_beta_2/index.php:28 123 | msgid "Posted in " 124 | msgstr "Publicado en" 125 | 126 | #: greenpark_2_beta_2/archives.php:12 127 | msgid "Archives by Month" 128 | msgstr "Archivos por Mes" 129 | 130 | #: greenpark_2_beta_2/archives.php:19 131 | msgid "Archives by Subject" 132 | msgstr "Archivos por Tema" 133 | 134 | #: greenpark_2_beta_2/attachment.php:12 135 | #: greenpark_2_beta_2/functions.php:330 136 | msgid "by" 137 | msgstr "por" 138 | 139 | #: greenpark_2_beta_2/attachment.php:22 140 | msgid "Previous Entry" 141 | msgstr "Entrada Anterior" 142 | 143 | #: greenpark_2_beta_2/attachment.php:23 144 | msgid "Next Entry" 145 | msgstr "Siguiente Entrada" 146 | 147 | #: greenpark_2_beta_2/comments.php:8 148 | msgid "This post is password protected. Enter the password to view comments" 149 | msgstr "Este tema está protegido con contraseña. Introduzca la contraseña para ver los comentarios" 150 | 151 | #: greenpark_2_beta_2/comments.php:22 152 | msgid "Add your comment" 153 | msgstr "Añada su comentario" 154 | 155 | #: greenpark_2_beta_2/comments.php:36 156 | #: greenpark_2_beta_2/comments.php:46 157 | msgid "« Older Comments" 158 | msgstr "« Comentarios antiguos" 159 | 160 | #: greenpark_2_beta_2/comments.php:37 161 | #: greenpark_2_beta_2/comments.php:47 162 | msgid "Newer Comments »" 163 | msgstr "Comentarios recientes »" 164 | 165 | #: greenpark_2_beta_2/comments.php:57 166 | msgid "Trackbacks" 167 | msgstr "" 168 | 169 | #: greenpark_2_beta_2/comments.php:59 170 | msgid "Pingbacks" 171 | msgstr "" 172 | 173 | #: greenpark_2_beta_2/comments.php:76 174 | msgid "Comments are closed" 175 | msgstr "Comentarios cerrados" 176 | 177 | #: greenpark_2_beta_2/comments.php:85 178 | msgid "Leave a Reply" 179 | msgstr "Dejar respuesta" 180 | 181 | #: greenpark_2_beta_2/comments.php:85 182 | #, php-format 183 | msgid "Leave a Reply to %s" 184 | msgstr "Deje una respuesta a" 185 | 186 | #: greenpark_2_beta_2/comments.php:88 187 | msgid "Click here to cancel reply." 188 | msgstr "Click para cancelar respuesta." 189 | 190 | #: greenpark_2_beta_2/comments.php:94 191 | msgid "You must be" 192 | msgstr "Debe de" 193 | 194 | #: greenpark_2_beta_2/comments.php:94 195 | msgid "logged in" 196 | msgstr "iniciar sesión" 197 | 198 | #: greenpark_2_beta_2/comments.php:94 199 | msgid "to post a comment" 200 | msgstr "para publicar un comentario" 201 | 202 | #: greenpark_2_beta_2/comments.php:102 203 | msgid "Logged in as" 204 | msgstr "Conectado como" 205 | 206 | #: greenpark_2_beta_2/comments.php:102 207 | msgid "Log out of this account" 208 | msgstr "Salir de esta cuenta" 209 | 210 | #: greenpark_2_beta_2/comments.php:102 211 | msgid "Log out" 212 | msgstr "Salir" 213 | 214 | #: greenpark_2_beta_2/comments.php:108 215 | msgid "Name" 216 | msgstr "Nombre" 217 | 218 | #: greenpark_2_beta_2/comments.php:111 219 | msgid "Mail (will not be published)" 220 | msgstr "Correo (no será publicado)" 221 | 222 | #: greenpark_2_beta_2/comments.php:114 223 | msgid "Website" 224 | msgstr "" 225 | 226 | #: greenpark_2_beta_2/comments.php:119 227 | msgid "You can use these tags" 228 | msgstr "Puede usar estas etiquetas" 229 | 230 | #: greenpark_2_beta_2/comments.php:123 231 | msgid "Submit Comment" 232 | msgstr "Enviar Comentario" 233 | 234 | #: greenpark_2_beta_2/functions.php:312 235 | msgid "Green Park 2 Settings" 236 | msgstr "Configuración de Green Park 2" 237 | 238 | #: greenpark_2_beta_2/functions.php:321 239 | msgid "Back to Top" 240 | msgstr "Subir" 241 | 242 | #: greenpark_2_beta_2/functions.php:326 243 | msgid "Proudly powered by" 244 | msgstr "Powered por" 245 | 246 | #: greenpark_2_beta_2/functions.php:327 247 | msgid "Blogsoftware by Wordpress" 248 | msgstr "" 249 | 250 | #: greenpark_2_beta_2/functions.php:335 251 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 252 | msgstr "XHTML 1.0 Válido Transitional | Válido CSS 3" 253 | 254 | #: greenpark_2_beta_2/header.php:36 255 | msgid "Go to homepage" 256 | msgstr "Ir a Inicio" 257 | 258 | #: greenpark_2_beta_2/header.php:36 259 | #: greenpark_2_beta_2/header.php:56 260 | msgid "Home" 261 | msgstr "Inicio" 262 | 263 | #: greenpark_2_beta_2/header.php:37 264 | msgid "Content" 265 | msgstr "Contenido" 266 | 267 | #: greenpark_2_beta_2/image.php:28 268 | msgid "You can follow any responses to this entry through the" 269 | msgstr "Puede seguir cualquier respuesta a esta entrada a través de la" 270 | 271 | #: greenpark_2_beta_2/image.php:28 272 | msgid "RSS 2.0 Feed" 273 | msgstr "" 274 | 275 | #: greenpark_2_beta_2/image.php:32 276 | msgid "You can" 277 | msgstr "Puede" 278 | 279 | #: greenpark_2_beta_2/image.php:32 280 | msgid "leave a response" 281 | msgstr "dejar una respuesta" 282 | 283 | #: greenpark_2_beta_2/image.php:32 284 | msgid ", or " 285 | msgstr ", o" 286 | 287 | #: greenpark_2_beta_2/image.php:32 288 | #: greenpark_2_beta_2/image.php:36 289 | msgid "trackback" 290 | msgstr "" 291 | 292 | #: greenpark_2_beta_2/image.php:32 293 | #: greenpark_2_beta_2/image.php:36 294 | msgid "from your own site" 295 | msgstr "de su propio sitio" 296 | 297 | #: greenpark_2_beta_2/image.php:36 298 | msgid "Responses are currently closed, but you can" 299 | msgstr "Las respuestas están actualmente cerradas, pero puede" 300 | 301 | #: greenpark_2_beta_2/image.php:40 302 | msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 303 | msgstr "Puede saltar al final y dejar una respuesta. Ping no está permitido." 304 | 305 | #: greenpark_2_beta_2/image.php:44 306 | msgid "Both comments and pings are currently closed." 307 | msgstr "Ambos comentarios y pings están actualmente cerrados." 308 | 309 | #: greenpark_2_beta_2/image.php:46 310 | #: greenpark_2_beta_2/index-ads.php:12 311 | #: greenpark_2_beta_2/index.php:12 312 | #: greenpark_2_beta_2/page.php:9 313 | msgid "Edit this entry" 314 | msgstr "Editar esta entrada" 315 | 316 | #: greenpark_2_beta_2/index-ads.php:9 317 | #: greenpark_2_beta_2/index.php:9 318 | msgid "Permanent Link to" 319 | msgstr "Enlace Permanente a" 320 | 321 | #: greenpark_2_beta_2/links.php:12 322 | msgid "Links" 323 | msgstr "Enlaces" 324 | 325 | #: greenpark_2_beta_2/missing.php:2 326 | msgid "Not Found" 327 | msgstr "No encontrado" 328 | 329 | #: greenpark_2_beta_2/missing.php:4 330 | msgid "Apologies, but we were unable to find what you were looking for. Perhaps searching will help." 331 | msgstr "Disculpas, pero no hemos podido encontrar lo que estaba buscando. Tal vez la búsqueda con ayuda." 332 | 333 | #: greenpark_2_beta_2/missing.php:8 334 | msgid "Or go to the homepage" 335 | msgstr "O ir a la página de Inicio" 336 | 337 | #: greenpark_2_beta_2/search.php:8 338 | msgid "Search Results" 339 | msgstr "Resultados de la Búsqueda" 340 | 341 | #: greenpark_2_beta_2/search.php:28 342 | msgid "No posts found. Try a different search?" 343 | msgstr "Sin resultados. ¿Intentar otra búsqueda?" 344 | 345 | #: greenpark_2_beta_2/sidebar.php:10 346 | msgid "Latest Tweet" 347 | msgstr "Ultimo Tweet" 348 | 349 | #: greenpark_2_beta_2/sidebar.php:13 350 | msgid "Follow me on twitter" 351 | msgstr "Síguame en twitter" 352 | 353 | #: greenpark_2_beta_2/sidebar.php:13 354 | msgid "here" 355 | msgstr "aquí" 356 | 357 | #: greenpark_2_beta_2/sidebar.php:23 358 | msgid "Subscribe to my feed - You'll be happy!" 359 | msgstr "Suscribirse a mi feed - Usted será más feliz!" 360 | 361 | #: greenpark_2_beta_2/sidebar.php:24 362 | msgid "Subscribe" 363 | msgstr "Suscribirse" 364 | 365 | #: greenpark_2_beta_2/sidebar.php:25 366 | msgid "Subscribe to my blogs feed" 367 | msgstr "Suscribirse a los feed del blog" 368 | 369 | #: greenpark_2_beta_2/sidebar.php:61 370 | msgid "You are currently browsing the archives for the" 371 | msgstr "Usted está navegando por los archivos del" 372 | 373 | #: greenpark_2_beta_2/sidebar.php:64 374 | msgid "You are currently browsing the archives for the day" 375 | msgstr "Usted está navegando por los archivos del día" 376 | 377 | #: greenpark_2_beta_2/sidebar.php:67 378 | msgid "You are currently browsing the archives for" 379 | msgstr "Usted está navegando por los archivos de" 380 | 381 | #: greenpark_2_beta_2/sidebar.php:70 382 | msgid "You are currently browsing the archives for the year" 383 | msgstr "Usted está navegando por los archivos del año" 384 | 385 | #: greenpark_2_beta_2/sidebar.php:73 386 | msgid "You have searched for" 387 | msgstr "Ha buscado por" 388 | 389 | #: greenpark_2_beta_2/sidebar.php:74 390 | msgid "If you are unable to find anything in these search results, you can try one of these links" 391 | msgstr "Si no puede encontrar nada con estos resultados de búsqueda, pruebe uno de estos enlaces" 392 | 393 | #: greenpark_2_beta_2/sidebar.php:77 394 | msgid "You are currently browsing the" 395 | msgstr " Usted está revisando actualmente los" 396 | 397 | #: greenpark_2_beta_2/sidebar.php:77 398 | msgid "blog archives" 399 | msgstr "archivos del blog" 400 | 401 | #: greenpark_2_beta_2/sidebar.php:90 402 | msgid "Pages" 403 | msgstr "Páginas" 404 | 405 | #: greenpark_2_beta_2/sidebar.php:94 406 | msgid "Archives" 407 | msgstr "Archivos" 408 | 409 | #: greenpark_2_beta_2/sidebar.php:102 410 | msgid "Categories" 411 | msgstr "Categorías" 412 | 413 | #: greenpark_2_beta_2/sidebar.php:118 414 | msgid "Meta" 415 | msgstr "" 416 | 417 | #: greenpark_2_beta_2/single.php:16 418 | msgid "Leave a reply" 419 | msgstr "Dejar una respuesta" 420 | 421 | #: greenpark_2_beta_2/single.php:40 422 | msgid ", or" 423 | msgstr ", o" 424 | 425 | -------------------------------------------------------------------------------- /languages/sv_SE.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: GP2\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2009-07-30 10:41+0100\n" 6 | "PO-Revision-Date: \n" 7 | "Last-Translator: Jon Klarström\n" 8 | "Language-Team: GP2 Team \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Poedit-Language: Swedish\n" 13 | "X-Poedit-Country: SWEDEN\n" 14 | "X-Poedit-SourceCharset: utf-8\n" 15 | "X-Poedit-KeywordsList: _e;__\n" 16 | "X-Poedit-Basepath: C:\\xampp\\htdocs\\wordpress\\wp-content\\themes\n" 17 | "Plural-Forms: nplurals=2; plural=n != 1\n" 18 | "X-Poedit-SearchPath-0: greenpark_2_beta_2\n" 19 | 20 | #: greenpark_2_beta_2/ad_middle.php:2 21 | msgid "Advertisement" 22 | msgstr "Annonser" 23 | 24 | #: greenpark_2_beta_2/archive.php:10 25 | msgid "Archive for the" 26 | msgstr "Arkiv för" 27 | 28 | #: greenpark_2_beta_2/archive.php:10 29 | msgid "category" 30 | msgstr "kategori" 31 | 32 | #: greenpark_2_beta_2/archive.php:12 33 | msgid "Posts Tagged" 34 | msgstr "Inlägg märkta" 35 | 36 | #: greenpark_2_beta_2/archive.php:14 37 | #: greenpark_2_beta_2/archive.php:16 38 | #: greenpark_2_beta_2/archive.php:18 39 | msgid "Archive for" 40 | msgstr "Arkiv för" 41 | 42 | #: greenpark_2_beta_2/archive.php:14 43 | #: greenpark_2_beta_2/archive.php:34 44 | #: greenpark_2_beta_2/index-ads.php:12 45 | #: greenpark_2_beta_2/index.php:12 46 | msgid "F jS, Y" 47 | msgstr "j F, Y" 48 | 49 | #: greenpark_2_beta_2/archive.php:16 50 | msgid "F, Y" 51 | msgstr "F, Y" 52 | 53 | #: greenpark_2_beta_2/archive.php:18 54 | msgid "Y" 55 | msgstr "Y" 56 | 57 | #: greenpark_2_beta_2/archive.php:20 58 | msgid "Author Archive" 59 | msgstr "Författararkiv" 60 | 61 | #: greenpark_2_beta_2/archive.php:22 62 | msgid "Blog Archives" 63 | msgstr "Bloggarkiv" 64 | 65 | #: greenpark_2_beta_2/archive.php:27 66 | #: greenpark_2_beta_2/archive.php:55 67 | #: greenpark_2_beta_2/index-ads.php:41 68 | #: greenpark_2_beta_2/index.php:41 69 | msgid "« Older Entries" 70 | msgstr "« Äldre poster" 71 | 72 | #: greenpark_2_beta_2/archive.php:28 73 | #: greenpark_2_beta_2/archive.php:56 74 | #: greenpark_2_beta_2/index-ads.php:42 75 | #: greenpark_2_beta_2/index.php:42 76 | msgid "Newer Entries »" 77 | msgstr "Nyare poster »" 78 | 79 | #: greenpark_2_beta_2/archive.php:34 80 | #: greenpark_2_beta_2/attachment.php:13 81 | msgid "Edit" 82 | msgstr "Redigera" 83 | 84 | #: greenpark_2_beta_2/archive.php:37 85 | #: greenpark_2_beta_2/image.php:14 86 | #: greenpark_2_beta_2/index-ads.php:20 87 | #: greenpark_2_beta_2/index.php:20 88 | msgid "» Read more: " 89 | msgstr "Läs mer »" 90 | 91 | #: greenpark_2_beta_2/archive.php:42 92 | #: greenpark_2_beta_2/comments.php:20 93 | #: greenpark_2_beta_2/index-ads.php:15 94 | #: greenpark_2_beta_2/index-ads.php:25 95 | #: greenpark_2_beta_2/index.php:15 96 | #: greenpark_2_beta_2/index.php:25 97 | msgid "No comments" 98 | msgstr "Inga kommentarer" 99 | 100 | #: greenpark_2_beta_2/archive.php:42 101 | #: greenpark_2_beta_2/comments.php:20 102 | #: greenpark_2_beta_2/index-ads.php:15 103 | #: greenpark_2_beta_2/index-ads.php:25 104 | #: greenpark_2_beta_2/index.php:15 105 | #: greenpark_2_beta_2/index.php:25 106 | msgid "1 comment" 107 | msgstr "1 kommentar" 108 | 109 | #: greenpark_2_beta_2/archive.php:42 110 | #: greenpark_2_beta_2/comments.php:20 111 | #: greenpark_2_beta_2/index-ads.php:15 112 | #: greenpark_2_beta_2/index-ads.php:25 113 | #: greenpark_2_beta_2/index.php:15 114 | #: greenpark_2_beta_2/index.php:25 115 | #, php-format 116 | msgid "% comments" 117 | msgstr "% kommentarer" 118 | 119 | #: greenpark_2_beta_2/archive.php:45 120 | #: greenpark_2_beta_2/attachment.php:30 121 | #: greenpark_2_beta_2/image.php:24 122 | #: greenpark_2_beta_2/index-ads.php:28 123 | #: greenpark_2_beta_2/index.php:28 124 | msgid "Posted in " 125 | msgstr "Postat i" 126 | 127 | #: greenpark_2_beta_2/archives.php:12 128 | msgid "Archives by Month" 129 | msgstr "Månadsarkiv" 130 | 131 | #: greenpark_2_beta_2/archives.php:19 132 | msgid "Archives by Subject" 133 | msgstr "Ämnesarkiv" 134 | 135 | #: greenpark_2_beta_2/attachment.php:12 136 | #: greenpark_2_beta_2/functions.php:330 137 | msgid "by" 138 | msgstr "av" 139 | 140 | #: greenpark_2_beta_2/attachment.php:22 141 | msgid "Previous Entry" 142 | msgstr "Föregående inlägg" 143 | 144 | #: greenpark_2_beta_2/attachment.php:23 145 | msgid "Next Entry" 146 | msgstr "Nästa inlägg" 147 | 148 | #: greenpark_2_beta_2/comments.php:8 149 | msgid "This post is password protected. Enter the password to view comments" 150 | msgstr "Detta inlägg är lösenordsskyddat. Ange lösenordet för att se kommentarer." 151 | 152 | #: greenpark_2_beta_2/comments.php:22 153 | msgid "Add your comment" 154 | msgstr "Skriv din kommentar" 155 | 156 | #: greenpark_2_beta_2/comments.php:36 157 | #: greenpark_2_beta_2/comments.php:46 158 | msgid "« Older Comments" 159 | msgstr "« Äldre kommentarer" 160 | 161 | #: greenpark_2_beta_2/comments.php:37 162 | #: greenpark_2_beta_2/comments.php:47 163 | msgid "Newer Comments »" 164 | msgstr "Nyare kommentarer »" 165 | 166 | #: greenpark_2_beta_2/comments.php:57 167 | msgid "Trackbacks" 168 | msgstr "Trackbacks" 169 | 170 | #: greenpark_2_beta_2/comments.php:59 171 | msgid "Pingbacks" 172 | msgstr "Pingar" 173 | 174 | #: greenpark_2_beta_2/comments.php:76 175 | msgid "Comments are closed" 176 | msgstr "Kommentering avstängd" 177 | 178 | #: greenpark_2_beta_2/comments.php:85 179 | msgid "Leave a Reply" 180 | msgstr "Lämna ett svar" 181 | 182 | #: greenpark_2_beta_2/comments.php:85 183 | #, php-format 184 | msgid "Leave a Reply to %s" 185 | msgstr "Lämna ett svar till %s" 186 | 187 | #: greenpark_2_beta_2/comments.php:88 188 | msgid "Click here to cancel reply." 189 | msgstr "Klicka här för att avbryta svar." 190 | 191 | #: greenpark_2_beta_2/comments.php:94 192 | msgid "You must be" 193 | msgstr "Du måste vara" 194 | 195 | #: greenpark_2_beta_2/comments.php:94 196 | msgid "logged in" 197 | msgstr "inloggad" 198 | 199 | #: greenpark_2_beta_2/comments.php:94 200 | msgid "to post a comment" 201 | msgstr "för att kunna posta kommentarer." 202 | 203 | #: greenpark_2_beta_2/comments.php:102 204 | msgid "Logged in as" 205 | msgstr "Inloggad som" 206 | 207 | #: greenpark_2_beta_2/comments.php:102 208 | msgid "Log out of this account" 209 | msgstr "Logga ut från detta konto" 210 | 211 | #: greenpark_2_beta_2/comments.php:102 212 | msgid "Log out" 213 | msgstr "Logga ut" 214 | 215 | #: greenpark_2_beta_2/comments.php:108 216 | msgid "Name" 217 | msgstr "Namn" 218 | 219 | #: greenpark_2_beta_2/comments.php:111 220 | msgid "Mail (will not be published)" 221 | msgstr "E-post (visas inte)" 222 | 223 | #: greenpark_2_beta_2/comments.php:114 224 | msgid "Website" 225 | msgstr "Hemsida" 226 | 227 | #: greenpark_2_beta_2/comments.php:119 228 | msgid "You can use these tags" 229 | msgstr "Du kan använda följande taggar" 230 | 231 | #: greenpark_2_beta_2/comments.php:123 232 | msgid "Submit Comment" 233 | msgstr "Skicka kommentar" 234 | 235 | #: greenpark_2_beta_2/functions.php:312 236 | msgid "Green Park 2 Settings" 237 | msgstr "Inställningar för Green Park 2" 238 | 239 | #: greenpark_2_beta_2/functions.php:321 240 | msgid "Back to Top" 241 | msgstr "Överst" 242 | 243 | #: greenpark_2_beta_2/functions.php:326 244 | msgid "Proudly powered by" 245 | msgstr "Drivs stolt med" 246 | 247 | #: greenpark_2_beta_2/functions.php:327 248 | msgid "Blogsoftware by Wordpress" 249 | msgstr "Bloggmjukvara från Wordpress" 250 | 251 | #: greenpark_2_beta_2/functions.php:335 252 | msgid "Valid XHTML 1.0 Transitional | Valid CSS 3" 253 | msgstr "Validerad XHTML 1.0 Transitional | Validerad CSS 3" 254 | 255 | #: greenpark_2_beta_2/header.php:36 256 | msgid "Go to homepage" 257 | msgstr "Gå till hemsidan" 258 | 259 | #: greenpark_2_beta_2/header.php:36 260 | #: greenpark_2_beta_2/header.php:56 261 | msgid "Home" 262 | msgstr "Hem" 263 | 264 | #: greenpark_2_beta_2/header.php:37 265 | msgid "Content" 266 | msgstr "Innehåll" 267 | 268 | #: greenpark_2_beta_2/image.php:28 269 | msgid "You can follow any responses to this entry through the" 270 | msgstr "Du kan följa svar på detta inlägg via" 271 | 272 | #: greenpark_2_beta_2/image.php:28 273 | msgid "RSS 2.0 Feed" 274 | msgstr "RSS 2.0-flödet " 275 | 276 | #: greenpark_2_beta_2/image.php:32 277 | msgid "You can" 278 | msgstr "Du kan" 279 | 280 | #: greenpark_2_beta_2/image.php:32 281 | msgid "leave a response" 282 | msgstr "lämna en kommentar" 283 | 284 | #: greenpark_2_beta_2/image.php:32 285 | msgid ", or " 286 | msgstr "eller en" 287 | 288 | #: greenpark_2_beta_2/image.php:32 289 | #: greenpark_2_beta_2/image.php:36 290 | msgid "trackback" 291 | msgstr "trackback" 292 | 293 | #: greenpark_2_beta_2/image.php:32 294 | #: greenpark_2_beta_2/image.php:36 295 | msgid "from your own site" 296 | msgstr "från din egen sida" 297 | 298 | #: greenpark_2_beta_2/image.php:36 299 | msgid "Responses are currently closed, but you can" 300 | msgstr "Kommenteringen är avstängd just nu, men du kan lämna en" 301 | 302 | #: greenpark_2_beta_2/image.php:40 303 | msgid "You can skip to the end and leave a response. Pinging is currently not allowed." 304 | msgstr "Du kan hoppa ner till slutet på sidan för att lämna en kommentar. Pingning är inte tillåten för tillfället." 305 | 306 | #: greenpark_2_beta_2/image.php:44 307 | msgid "Both comments and pings are currently closed." 308 | msgstr "Både kommentering och pingning är inaktiverat." 309 | 310 | #: greenpark_2_beta_2/image.php:46 311 | #: greenpark_2_beta_2/index-ads.php:12 312 | #: greenpark_2_beta_2/index.php:12 313 | #: greenpark_2_beta_2/page.php:9 314 | msgid "Edit this entry" 315 | msgstr "Redigera" 316 | 317 | #: greenpark_2_beta_2/index-ads.php:9 318 | #: greenpark_2_beta_2/index.php:9 319 | msgid "Permanent Link to" 320 | msgstr "Permanent länk till" 321 | 322 | #: greenpark_2_beta_2/links.php:12 323 | msgid "Links" 324 | msgstr "Länkar" 325 | 326 | #: greenpark_2_beta_2/missing.php:2 327 | msgid "Not Found" 328 | msgstr "Kunde inte hittas" 329 | 330 | #: greenpark_2_beta_2/missing.php:4 331 | msgid "Apologies, but we were unable to find what you were looking for. Perhaps searching will help." 332 | msgstr "Ledsen, men vi kunde inte hitta vad du letade efter. Kanske en sökning kan hjälpa." 333 | 334 | #: greenpark_2_beta_2/missing.php:8 335 | msgid "Or go to the homepage" 336 | msgstr "Eller gå till hemsidan" 337 | 338 | #: greenpark_2_beta_2/search.php:8 339 | msgid "Search Results" 340 | msgstr "Sökresultat" 341 | 342 | #: greenpark_2_beta_2/search.php:28 343 | msgid "No posts found. Try a different search?" 344 | msgstr "Inga inlägg funna. Vill du försöka med en annan sökning?" 345 | 346 | #: greenpark_2_beta_2/sidebar.php:10 347 | msgid "Latest Tweet" 348 | msgstr "Tweet från twitter" 349 | 350 | #: greenpark_2_beta_2/sidebar.php:13 351 | msgid "Follow me on twitter" 352 | msgstr "Följ mig på twitter" 353 | 354 | #: greenpark_2_beta_2/sidebar.php:13 355 | msgid "here" 356 | msgstr "här" 357 | 358 | #: greenpark_2_beta_2/sidebar.php:23 359 | msgid "Subscribe to my feed - You'll be happy!" 360 | msgstr "Prenumerera på mitt flöde - Du kommer bli lycklig!" 361 | 362 | #: greenpark_2_beta_2/sidebar.php:24 363 | msgid "Subscribe" 364 | msgstr "Prenumerera" 365 | 366 | #: greenpark_2_beta_2/sidebar.php:25 367 | msgid "Subscribe to my blogs feed" 368 | msgstr "Prenumerera på mitt flöde" 369 | 370 | #: greenpark_2_beta_2/sidebar.php:61 371 | msgid "You are currently browsing the archives for the" 372 | msgstr "Du bläddar just nu i arkivet för" 373 | 374 | #: greenpark_2_beta_2/sidebar.php:64 375 | msgid "You are currently browsing the archives for the day" 376 | msgstr "Du bläddar just nu i arkivet för datumet" 377 | 378 | #: greenpark_2_beta_2/sidebar.php:67 379 | msgid "You are currently browsing the archives for" 380 | msgstr "Du bläddrar just nu i arkivet för" 381 | 382 | #: greenpark_2_beta_2/sidebar.php:70 383 | msgid "You are currently browsing the archives for the year" 384 | msgstr "Du bläddrar just nu i arkivet för året" 385 | 386 | #: greenpark_2_beta_2/sidebar.php:73 387 | msgid "You have searched for" 388 | msgstr "Du har sökt efter" 389 | 390 | #: greenpark_2_beta_2/sidebar.php:74 391 | msgid "If you are unable to find anything in these search results, you can try one of these links" 392 | msgstr "Hittar du inte vad du letar efter i dessa sökresultat så kan du försöka med någon av länkarna nedan." 393 | 394 | #: greenpark_2_beta_2/sidebar.php:77 395 | msgid "You are currently browsing the" 396 | msgstr "Du bläddar just nu i" 397 | 398 | #: greenpark_2_beta_2/sidebar.php:77 399 | msgid "blog archives" 400 | msgstr "bloggarkivet" 401 | 402 | #: greenpark_2_beta_2/sidebar.php:90 403 | msgid "Pages" 404 | msgstr "Sidor" 405 | 406 | #: greenpark_2_beta_2/sidebar.php:94 407 | msgid "Archives" 408 | msgstr "Arkiv" 409 | 410 | #: greenpark_2_beta_2/sidebar.php:102 411 | msgid "Categories" 412 | msgstr "Kategorier" 413 | 414 | #: greenpark_2_beta_2/sidebar.php:118 415 | msgid "Meta" 416 | msgstr "Meta" 417 | 418 | #: greenpark_2_beta_2/single.php:16 419 | msgid "Leave a reply" 420 | msgstr "Lämna en kommentar" 421 | 422 | #: greenpark_2_beta_2/single.php:40 423 | msgid ", or" 424 | msgstr "eller" 425 | 426 | --------------------------------------------------------------------------------