okay, new approach based on feedback from the cabal
[gitmo/moose-website.git] / lib / Moose / Website / I18N / po / en.po
1 msgid ""
2 msgstr ""
3 "MIME-Version: 1.0\n"
4 "Content-Type: text/plain; charset=utf-8\n"
5 "Content-Transfer-Encoding: 8bit\n"
6
7 msgid "header moose"
8 msgstr "moose"
9
10 msgid "header moose subtitle"
11 msgstr "A Post Modern Object System for Perl"
12
13 msgid "moose page title"
14 msgstr "Moose - A post modern object system for Perl"
15
16 # nav
17
18 msgid "nav home"
19 msgstr "Home"
20
21 msgid "nav about"
22 msgstr "About"
23
24 msgid "nav articles"
25 msgstr "Articles"
26
27 msgid "nav download"
28 msgstr "Download"
29
30 msgid "nav support"
31 msgstr "Support"
32
33 msgid "nav presentations"
34 msgstr "Presentations"
35
36 # misc
37
38 msgid "moose code sample"
39 msgstr ""
40 "<pre>"
41 "package Point;\n"
42 "use Moose;\n"
43 "\n"
44 "has 'x' => (is => 'rw', isa => 'Int');\n"
45 "has 'y' => (is => 'rw', isa => 'Int');\n"
46 "\n"
47 "sub clear {\n"
48 "    my $self = shift;\n"
49 "    $self->x(0);\n"
50 "    $self->y(0);\n"
51 "}\n"
52 "\n"
53 "package Point3D;\n"
54 "use Moose;\n"
55 "\n"
56 "extends 'Point';\n"
57 "\n"
58 "has 'z' => (is => 'rw', isa => 'Int');\n"
59 "\n"
60 "after 'clear' => sub {\n"
61 "    my $self = shift;\n"
62 "    $self->z(0);\n"
63 "};\n"
64 "</pre>"
65
66 # home
67
68 msgid "home body"
69 msgstr ""
70 "<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>"
71 "<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>"
72
73 # about
74
75 msgid "about body"
76 msgstr ""
77 "<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>"
78 "<p><a href='#code_sample' rel='facebox'>Click here to see a sample of what Moose looks like</a>.</p>"
79
80 msgid "about new to moose header"
81 msgstr "New to Moose?"
82
83 msgid "about new to moose body"
84 msgstr ""
85 "<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>"
86 "<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>"
87
88 msgid "about company list header"
89 msgstr "Companies that use Moose"
90
91 msgid "about company list body"
92 msgstr "Moose is used by a large number of companies around the world, here are a few of them."
93
94 # download
95
96 msgid "download body"
97 msgstr "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."
98
99 msgid "download info Moose"
100 msgstr "The core Moose distribution"
101
102 msgid "download info Class::MOP"
103 msgstr "The underlying meta object protocol upon which Moose is built"
104
105 msgid "download info Task::Moose"
106 msgstr "A collection of excellent Moose extensions"
107
108 msgid "download info Task::Kensho"
109 msgstr "A collection of excellent Modern Perl modules"
110
111 msgid "download info MooseX::*"
112 msgstr "The Moose extensions"
113
114 msgid "download git header"
115 msgstr "Git"
116
117 msgid "download git body"
118 msgstr ""
119 "<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>"
120 "<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>"
121
122 msgid "download git public"
123 msgstr "Git Public Repo URL"
124
125 msgid "download git commiter"
126 msgstr "Git URL for Commiters"
127
128 msgid "download git web view"
129 msgstr "Git Web View"
130
131 msgid "download github mirror"
132 msgstr "Github Mirror"
133
134 # support
135
136 msgid "support body"
137 msgstr "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>."
138
139 msgid "support irc header"
140 msgstr "IRC Channels"
141
142 msgid "support irc body"
143 msgstr "The quickest way to get Moose support is to engage the community on IRC."
144
145 msgid "support mailing list header"
146 msgstr "Mailing List"
147
148 msgid "support mailing list body"
149 msgstr "The Moose mailing lists can be an excellent way to get your questions answered."
150
151 msgid "support misc header"
152 msgstr "Misc."
153
154 msgid "support misc body"
155 msgstr "Here are a couple other items which are useful that you might like."
156
157 msgid "support moose mailing list"
158 msgstr "Moose mailing list"
159
160 msgid "support moose mailing list archives"
161 msgstr "Moose mailing list archives"
162
163 msgid "support textmate bundle"
164 msgstr "Moose TextMate Bundle"
165
166 msgid "support quickref card"
167 msgstr "Moose QuickRef Card"
168
169 msgid "support training header"
170 msgstr "Moose Training"
171
172 msgid "support training body"
173 msgstr "Several companies and individuals provide Moose training, here are a few."
174
175 msgid "support consulting header"
176 msgstr "Moose Consulting"
177
178 msgid "support consulting body"
179 msgstr "Several companies and individuals provide Moose consulting, here are a few."
180
181 # articles
182
183 msgid "articles body"
184 msgstr "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."
185
186 # presentations
187
188 msgid "presentations body"
189 msgstr "Below are links to presentations given about Moose at conferences and local Perl Mongers group meetings."
190
191 # footer
192
193 msgid "footer copyright"
194 msgstr "Copyright &copy; 2006&mdash;2010 <a href='http://www.iinteractive.com'>Infinity Interactive</a>"
195
196 msgid "footer terms"
197 msgstr "This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself."
198
199
200