fixing the styles a little
[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"
9dac4e3b 8msgstr "moose"
7476895d 9
9db2b8f2 10msgid "header moose subtitle"
7476895d 11msgstr "A Post Modern Object System for Perl"
12
9db2b8f2 13msgid "moose page title"
14msgstr "Moose - A post modern object system for Perl"
15
7476895d 16# nav
17
18msgid "nav home"
19msgstr "Home"
20
21msgid "nav about"
22msgstr "About"
23
24msgid "nav articles"
25msgstr "Articles"
26
27msgid "nav download"
28msgstr "Download"
29
5efab74a 30msgid "nav support"
31msgstr "Support"
32
c5fd0670 33msgid "nav presentations"
34msgstr "Presentations"
35
91d99a11 36# home
37
38msgid "home body"
39msgstr ""
40"<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, CLOS (LISP), Smalltalk, Java, BETA, OCaml, Ruby and more, while still keeping true to its Perl 5 roots.</p>"
41"<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>"
42
43# about
44
45msgid "about body"
46msgstr ""
47"<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 to think more about what you want to do and less about the mechanics of OOP.</p>"
48"<p><a href='#code_sample' rel='facebox'>Click here to see a sample of what Moose looks like</a>.</p>"
49
4e705bd2 50msgid "about new to moose header"
51msgstr "New to Moose?"
52
53msgid "about new to moose body"
54msgstr ""
91d99a11 55"<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'>Moose::Manual</a> docs, followed by the <a href='http://search.cpan.org/dist/Moose/lib/Moose/Cookbook.pod'>Moose::Cookbook</a>. The intro will show you what Moose is, and how it makes Perl 5 OO better.</p>"
4e705bd2 56"<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 API documentation to get more detail on features which interest you.</p>"
7476895d 57
5efab74a 58msgid "about company list header"
59msgstr "Companies that use Moose"
60
61msgid "about company list body"
62msgstr "Moose is used by a large number of companies around the world, here are a few of them."
63
7476895d 64# download
65
91d99a11 66msgid "download body"
67msgstr "Moose is available for download from the CPAN, Perl's world-wide mirrored module distribution platform. Below is a number of links to Moose and it's related modules. <a href='http://cpants.perl.org/dist/used_by/Moose'>Here is a list</a> of other CPAN modules that use Moose."
9db2b8f2 68
69msgid "download info Moose"
70msgstr "The core Moose distribution"
71
72msgid "download info Class::MOP"
73msgstr "The underlying meta object protocol upon which Moose is built"
74
0932f6fe 75msgid "download info Task::Moose"
9db2b8f2 76msgstr "A collection of excellent Moose extensions"
77
0932f6fe 78msgid "download info Task::Kensho"
79msgstr "A collection of excellent Modern Perl modules"
80
abf4f469 81msgid "download info MooseX::*"
9db2b8f2 82msgstr "The Moose extensions"
5efab74a 83
84msgid "download git header"
7476895d 85msgstr "Git"
86
5efab74a 87msgid "download git body"
9db2b8f2 88msgstr ""
91d99a11 89"<p>Moose is developed using the <a href='http://git-scm.com/'>Git</a> source control system. Moose is a very open project and we are always willing to take contributions from others. The <a href='http://search.cpan.org/dist/Moose/lib/Moose/Manual/Contributing.pod'>Moose::Manual::Contributing</a> outlines our specific contribution policies and tells you how get started with our workflow.</p>"
90"<p>Here is a visualization of the <a href='http://www.youtube.com/watch?v=Gwq10W0RaHQ&hd=1'>Moose</a> and <a href='http://www.youtube.com/watch?v=HlJDnvNSfJo&hd=1'>Class::MOP</a> git repositories over time.</p>"
5efab74a 91
92msgid "download git public"
7476895d 93msgstr "Git Public Repo URL"
94
5efab74a 95msgid "download git commiter"
7476895d 96msgstr "Git URL for Commiters"
97
5efab74a 98msgid "download git web view"
7476895d 99msgstr "Git Web View"
100
9db2b8f2 101msgid "download github mirror"
102msgstr "Github Mirror"
103
5efab74a 104# support
105
91d99a11 106msgid "support body"
107msgstr "Moose is a community driven project and there are a number of places in which you can find help and support. You can also use some of community based help sites like <a href='http://www.perlmonks.org'>PerlMonks</a> and <a href='http://www.stackoverflow.com'>Stack Overflow</a>."
5efab74a 108
109msgid "support irc header"
110msgstr "IRC Channels"
111
4e705bd2 112msgid "support irc body"
113msgstr "The quickest way to get Moose support is to engage the community on IRC."
114
5efab74a 115msgid "support mailing list header"
116msgstr "Mailing List"
117
4e705bd2 118msgid "support mailing list body"
119msgstr "The Moose mailing lists can be an excellent way to get your questions answered."
120
5efab74a 121msgid "support misc header"
122msgstr "Misc."
123
4e705bd2 124msgid "support misc body"
125msgstr "Here are a couple other items which are useful that you might like."
126
5efab74a 127msgid "support moose mailing list"
128msgstr "Moose mailing list"
129
130msgid "support moose mailing list archives"
131msgstr "Moose mailing list archives"
132
133msgid "support textmate bundle"
134msgstr "Moose TextMate Bundle"
135
136msgid "support quickref card"
137msgstr "Moose QuickRef Card"
138
139msgid "support training header"
140msgstr "Moose Training"
141
142msgid "support training body"
143msgstr "Several companies and individuals provide Moose training, here are a few."
144
145msgid "support consulting header"
146msgstr "Moose Consulting"
147
148msgid "support consulting body"
149msgstr "Several companies and individuals provide Moose consulting, here are a few."
150
4e705bd2 151# articles
152
4e705bd2 153msgid "articles body"
91d99a11 154msgstr "Below are a list of articles and blog posts written about Moose, this is by no means a comprehensive list. The <a href='http://ironman.enlightenedperl.org/'>Perl Iron Man</a> blog feed quite often has Moose related blog posts."
4e705bd2 155
c5fd0670 156# presentations
5efab74a 157
4e705bd2 158msgid "presentations body"
159msgstr "Below are links to presentations given about Moose at conferences and local Perl Mongers group meetings."
160
3cb66fff 161# footer
7476895d 162
3cb66fff 163msgid "footer copyright"
91d99a11 164msgstr "Copyright &copy; 2006&mdash;2010 <a href='http://www.iinteractive.com'>Infinity Interactive</a>"
7476895d 165
3cb66fff 166msgid "footer terms"
167msgstr "This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself."
7476895d 168
169
170