Merge branch 'master' of git.moose.perl.org:moose-website
[gitmo/moose-website.git] / lib / Moose / Website / I18N / po / en.po
CommitLineData
7476895d 1msgid ""
2msgstr ""
3"MIME-Version: 1.0\n"
4"Content-Type: text/plain; charset=utf-8\n"
5"Content-Transfer-Encoding: 8bit\n"
6
9db2b8f2 7msgid "header moose"
10159434 8msgstr "Moose"
7476895d 9
9db2b8f2 10msgid "header moose subtitle"
ddee0264 11msgstr "A Postmodern Object System for Perl"
7476895d 12
9db2b8f2 13msgid "moose page title"
ddee0264 14msgstr "Moose - A postmodern object system for Perl"
9db2b8f2 15
7476895d 16# nav
17
18msgid "nav home"
19msgstr "Home"
20
bc5bad3c 21msgid "nav blog"
22msgstr "Blog"
23
7476895d 24msgid "nav about"
25msgstr "About"
26
27msgid "nav articles"
28msgstr "Articles"
29
30msgid "nav download"
31msgstr "Download"
32
5efab74a 33msgid "nav support"
34msgstr "Support"
35
c5fd0670 36msgid "nav presentations"
37msgstr "Presentations"
38
91d99a11 39# home
40
41msgid "home body"
42msgstr ""
e95a25e2 43"<p>Moose is a <a href='http://www.perl.com/pub/a/1999/03/pm.html'>postmodern object system</a> for Perl 5 that takes the tedium out of writing object-oriented Perl. It borrows all the best features from Perl 6, <acronym title='Common Lisp Object System'>CLOS</acronym> (Lisp), Smalltalk, Java, BETA, OCaml, Ruby and more, while still keeping true to its Perl 5 roots.</p>"
91d99a11 44"<p>Moose is 100% production ready and in heavy use in a number of systems and growing every day. <a href='http://search.cpan.org/dist/Moose'>Try it today!</a></p>"
45
46# about
47
48msgid "about body"
49msgstr ""
6b2b2c58 50"<p>Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent and less tedious. With Moose you can think more about what you want to do and less about the mechanics of <acronym title='object-oriented programming'>OOP</acronym>.</p>"
9b3ca9f6 51"<p><a href='#code_sample' rel='facebox'>Moose code sample</a></p>"
91d99a11 52
4e705bd2 53msgid "about new to moose header"
54msgstr "New to Moose?"
55
56msgid "about new to moose body"
57msgstr ""
9b3ca9f6 58"<p>If you're new to Moose, the best place to start is the <a href='http://search.cpan.org/dist/Moose/lib/Moose/Manual.pod'><code>Moose::Manual</code></a> docs, followed by the <a href='http://search.cpan.org/dist/Moose/lib/Moose/Cookbook.pod'><code>Moose::Cookbook</code></a>. The introduction will show you what Moose is, and how it makes Perl 5 <acronym title='object orientation'>OO</acronym> better.</p>"
e95a25e2 59"<p>The cookbook recipes on Moose basics will get you up to speed with many of Moose's features quickly. Once you have an idea of what Moose can do, you can use the <acronym title='application programming interface'>API</acronym> documentation to get more detail on features which interest you.</p>"
a50156d3 60"<p>Moose is also featured prominently in a couple of books:</p>"
5925880a 61"<ul>"
62"<li><a href='http://www.onyxneon.com/books/modern_perl/index.html'>Modern Perl</a></li>"
63"<li><a href='http://apress.com/book/view/1430223650'>The Definitive Guide to Catalyst</a></li>"
f2044a17 64"<li><a href='http://perlmoderne.fr/'>Perl Moderne</a>"
5925880a 65"</ul>"
7476895d 66
efff1e7d 67msgid "about organization list header"
68msgstr "Organizations that use Moose"
5efab74a 69
efff1e7d 70msgid "about organization list body"
9b3ca9f6 71msgstr "<p>Moose is used by a large number of organizations around the world, a few of them are:</p>"
5efab74a 72
7476895d 73# download
74
91d99a11 75msgid "download body"
9b3ca9f6 76msgstr "<p>Moose and its related modules are available for download from the <acronym title='Comprehensive Perl Archive Network'>CPAN</acronym>, Perl's world-wide mirrored module distribution platform. Moose is also <a href='http://cpants.perl.org/dist/used_by/Moose'>used by other <acronym title='Comprehensive Perl Archive Network'>CPAN</acronym> modules</a>.</p>"
9db2b8f2 77
78msgid "download info Moose"
79msgstr "The core Moose distribution"
80
e95a25e2 81msgid "download info <code>Task::Moose</code>"
9db2b8f2 82msgstr "A collection of excellent Moose extensions"
83
e95a25e2 84msgid "download info <code>Task::Kensho</code>"
0932f6fe 85msgstr "A collection of excellent Modern Perl modules"
86
e95a25e2 87msgid "download info <code>MooseX::*</code>"
9db2b8f2 88msgstr "The Moose extensions"
5efab74a 89
90msgid "download git header"
7476895d 91msgstr "Git"
92
5efab74a 93msgid "download git body"
9b3ca9f6 94msgstr "<p>Moose is developed using the <a href='http://git-scm.com/'>Git source control system</a>. Moose is a very open project and we are always willing to take contributions from others. <a href='http://search.cpan.org/dist/Moose/lib/Moose/Manual/Contributing.pod'><code>Moose::Manual::Contributing</code></a> outlines our specific contribution policies and tells you how get started with our work-flow.</p>"
95"<p><a href='http://search.cpan.org/~apocal/'>Apocalypse</a> visualized <a href='http://www.youtube.com/watch?v=Gwq10W0RaHQ&amp;hd=1'>the activity in the Git repositories of Moose</a> and <a href='http://www.youtube.com/watch?v=HlJDnvNSfJo&amp;hd=1'><code>Class::MOP</code></a> on the occasion of their 1.0 release. These visualizations were created with <a href='http://code.google.com/p/gource/wiki/Videos'>Gource</a>.</p>"
5efab74a 96
97msgid "download git public"
e95a25e2 98msgstr "Git Public Repository URL"
7476895d 99
e95a25e2 100msgid "download git committer"
101msgstr "Git URL for Committers"
7476895d 102
5efab74a 103msgid "download git web view"
7476895d 104msgstr "Git Web View"
105
9db2b8f2 106msgid "download github mirror"
e95a25e2 107msgstr "GitHub Mirror"
9db2b8f2 108
5efab74a 109# support
110
91d99a11 111msgid "support body"
9b3ca9f6 112msgstr "<p>Moose is a community driven project and you can find help and support on the official <acronym title='Internet relay chat'>IRC</acronym> channels and mailing lists, but also on community based help sites like <a href='http://www.perlmonks.org'>PerlMonks</a> and <a href='http://www.stackoverflow.com'>Stack Overflow</a>. You can also refer to the official <a href='http://search.cpan.org/dist/Moose/lib/Moose/Manual/Support.pod'><code>Moose::Manual::Support</code></a> documentation for more details.</p>"
5efab74a 113
114msgid "support irc header"
e95a25e2 115msgstr "<acronym title='Internet relay chat'>IRC</acronym> Channels"
5efab74a 116
4e705bd2 117msgid "support irc body"
e95a25e2 118msgstr "<p>The quickest way to get Moose support is to engage the community on <acronym title='Internet relay chat'>IRC</acronym>.</p>"
4e705bd2 119
5efab74a 120msgid "support mailing list header"
121msgstr "Mailing List"
122
4e705bd2 123msgid "support mailing list body"
c24d5391 124msgstr "<p>The Moose mailing lists can be an excellent way to get your questions answered.</p>"
4e705bd2 125
5efab74a 126msgid "support misc header"
127msgstr "Misc."
128
4e705bd2 129msgid "support misc body"
9b3ca9f6 130msgstr "<p>You might like a couple other items which are useful.</p>"
4e705bd2 131
5efab74a 132msgid "support moose mailing list"
133msgstr "Moose mailing list"
134
135msgid "support moose mailing list archives"
136msgstr "Moose mailing list archives"
137
138msgid "support textmate bundle"
139msgstr "Moose TextMate Bundle"
140
141msgid "support quickref card"
e95a25e2 142msgstr "Moose Quick Reference Card"
5efab74a 143
4e705bd2 144# articles
145
4e705bd2 146msgid "articles body"
9b3ca9f6 147msgstr "<p>Many interesting and useful articles and blog posts are written about Moose. The <a href='http://ironman.enlightenedperl.org/'>Perl Iron Man blog</a> quite often has Moose related posts.</p>"
148"<p>If you know of an article or blog post that you think should be included, <a href='support.html'>let us know via <acronym title='Internet relay chat'>IRC</acronym> or the mailing list</a> and we will add it here.</p>"
4e705bd2 149
c5fd0670 150# presentations
5efab74a 151
4e705bd2 152msgid "presentations body"
9b3ca9f6 153msgstr "<p>Moose users give presentations at conferences and local Perl Mongers group meetings.</p>"
154"<p>If you know of a presentation that you think should be included, <a href='support.html'>let us know via <acronym title='Internet relay chat'>IRC</acronym> or the mailing list</a> and we will add it here.</p>"
4e705bd2 155
42a072a7 156msgid "presentations video label"
157msgstr "video"
158
159msgid "presentations podcast label"
160msgstr "podcast"
161
20c6630f 162msgid "presentations 2006"
163msgstr "2006"
164
165msgid "presentations 2007"
166msgstr "2007"
167
168msgid "presentations 2008"
169msgstr "2008"
170
171msgid "presentations 2009"
172msgstr "2009"
173
174msgid "presentations 2010"
175msgstr "2010"
176
72a74816 177msgid "presentations 2011"
178msgstr "2011"
179
20c6630f 180msgid "presentations Perl Mongers Groups"
181msgstr "Perl Mongers Groups"
182
3cb66fff 183# footer
7476895d 184
3cb66fff 185msgid "footer copyright"
60d250f3 186msgstr "Copyright © <a href='http://www.iinteractive.com'>Infinity Interactive</a>, 2006 – 2011"
7476895d 187
3cb66fff 188msgid "footer terms"
189msgstr "This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself."