|
5 | 5 | "about_description_1": "Amazing projects need amazing hands. We might not know you just yet, but we think you'd be a great fit for building a better web. Together, we're ready to change the world! Here at Phalcon, we're building a new generation framework for PHP; we want to give you an amazing performance while helping you develop in an easy and fun way.",
|
6 | 6 | "about_description_2": "We hope that you enjoy Phalcon as much as we do. We always welcome your collaboration and help! <strong>You don't have to be a C developer to help Phalcon!</strong> There are many other areas that you can contribute:",
|
7 | 7 | "about_documentation": "DOCUMENTATION",
|
8 |
| - "about_documentation_1": "The repository of this website is available on <a href=':1:'>github</a>. We are using that repository as a source for our documentation for the English language only!.<br /><br />We always appreciate corrections, additions and enhancements in our documentation, so all you have to do is clone the repository and issue a pull request!<br /><br />If you can help non English speaking developers by translating some of the content to another language, that would be great! We are using <a href=':2:'>:3:</a> for our translations, and you can find our project <a href=':4:'>here</a>", |
| 8 | + "about_documentation_1": "The repository of this website is available on <a href=':1:'>github</a>. We are using that repository as a source for our documentation for the English language only!", |
| 9 | + "about_documentation_2": "We always appreciate corrections, additions and enhancements in our documentation, so all you have to do is clone the repository and issue a pull request!", |
| 10 | + "about_documentation_3": "If you can help non English speaking developers by translating some of the content to another language, that would be great! We are using <a href=':2:'>:3:</a> for our translations, and you can find our project <a href=':4:'>here</a>", |
9 | 11 | "about_donations_sponsoring": "DONATIONS / SPONSORING",
|
10 | 12 | "about_evangelism": "EVANGELISM",
|
11 | 13 | "about_evangelism_1": "There are a lot of people who still don't know that Phalcon exists or that it really works. We are certain that many developers will benefit from hearing what Phalcon is all about and how it can help them. If you know of any PHP events/meetings and you wish to give a talk about the project, you have our full support. Who wouldn't want to know about the tool that is revolutionizing PHP development?",
|
|
35 | 37 | "acl_1": "This is how you can built the access control list (ACL):",
|
36 | 38 | "acl_2": "Create the ACL",
|
37 | 39 | "acl_3": "The default action is DENY access",
|
38 |
| - "acl_4": "Register two roles, Users is registered users", |
39 |
| - "acl_5": "and guests are users without a defined identity", |
| 40 | + "acl_4": "Register two roles, Users", |
| 41 | + "acl_5": "and Guests", |
40 | 42 | "acl_description": "Access Control List allows users to access the modules they're authorized to",
|
41 | 43 | "auto_loader": "Autoloader",
|
42 | 44 | "auto_loader_1": "Register namespaces, prefixes, directories or classes. Take advantage of the autoloader events and maintain full control over what files are loaded and from where.",
|
|
72 | 74 | "dependency_injection_3": "Register classes, functions, components",
|
73 | 75 | "dependency_injection_4": "Use anywhere else in code",
|
74 | 76 | "dependency_injection_description": "Dependency Injection and Location of services and it's itself a container for them.",
|
| 77 | + "development": "Development by", |
75 | 78 | "docs": "Docs",
|
76 | 79 | "documentation": "Documentation",
|
77 | 80 | "donate": "Donate",
|
|
81 | 84 | "download_compilation": "Compilation",
|
82 | 85 | "download_compilation_1": "On Linux you can easily compile and install the extension from source code.",
|
83 | 86 | "download_compilation_11": "1. To create the extension from C source follow these steps: ",
|
84 |
| - "download_compilation_12": "2. Add the extension to your php.ini. The actual path can be found at the end of the previous step output (look for the \"Installing shared extensions\"): ", |
| 87 | + "download_compilation_12": "2. Add the extension to your php.ini: ", |
85 | 88 | "download_compilation_13": "3. Finally, restart the webserver",
|
86 | 89 | "download_cpanel": "cPanel",
|
87 | 90 | "download_cpanel_1": "After requests from the community, the cPanel developers released a custom module that allows for installation of Phalcon in cPanel hosted sites. Information can be found <a href=':1:'>here</a>. The module is maintained in <a href=':2:'>Github</a>.",
|
|
133 | 136 | "encryption": "Encryption",
|
134 | 137 | "encryption_1": "Phalcon provides encryption facilities via the Phalcon\\Crypt component. This class offers simple object-oriented wrappers to the openssl PHP's encryption library.",
|
135 | 138 | "encryption_2": "This is a secret key (32 bytes).",
|
136 |
| - "encryption_3": "This is the text that you want to encrypt.", |
| 139 | + "encryption_3": "The text you want to encrypt.", |
137 | 140 | "events": "Events",
|
138 | 141 | "events_description": "Extend the most of the framework components by setting 'hook points'. Create your own events and make your application more flexible and powerful",
|
139 | 142 | "events_management": "Events Management",
|
140 | 143 | "events_management_1": "An EventsManager allows us to attach listeners to a particular type of event. The type that interests us now is 'dispatch'. The following code filters all events produced by the Dispatcher:",
|
141 | 144 | "events_management_2": "Create an events manager",
|
142 |
| - "events_management_3": "Listen for events produced in the dispatcher using the Security plugin", |
143 |
| - "events_management_4": "Handle exceptions and not-found exceptions using NotFoundPlugin", |
144 |
| - "events_management_5": "Assign the events manager to the dispatcher", |
| 145 | + "events_management_3": "Listen for events produced in the", |
| 146 | + "events_management_6": "dispatcher using the SecurityPlugin", |
| 147 | + "events_management_4": "Handle exceptions and not-found", |
| 148 | + "events_management_7": "exceptions using NotFoundPlugin", |
| 149 | + "events_management_5": "Assign the events manager", |
| 150 | + "events_management_8": "to the dispatcher", |
| 151 | + "features": "Features", |
145 | 152 | "flash_messages": "Flash messages",
|
146 | 153 | "flash_messages_1": "Use the flash notifier to show notifications to a user in a web application:",
|
147 | 154 | "flash_messages_2": "there were errors in this form",
|
148 |
| - "flash_messages_3": "yes!, everything went very smoothly", |
| 155 | + "flash_messages_3": "yes!, everything is fine", |
149 | 156 | "flash_messages_4": "this is a notice for users",
|
150 | 157 | "flash_messages_5": "this is just a warning",
|
151 | 158 | "flash_messages_description": "Flash messages are used to notify the user about the state of actions.",
|
|
158 | 165 | "get_phalcon": "Get Phalcon",
|
159 | 166 | "header_slogan": "Its innovative architecture makes Phalcon the fastest PHP framework ever built!",
|
160 | 167 | "header_tagline": "A full-stack PHP framework delivered as a C-extension",
|
| 168 | + "header_description": "Developers do not need to know C to use Phalcon. Its functionality is exposed as PHP classes and interfaces under the Phalcon namespace, ready to be used.", |
| 169 | + "help": "Help", |
161 | 170 | "high_performance_php_framework": "High Performance PHP Framework",
|
162 | 171 | "hosting": "Hosting",
|
163 | 172 | "hosting_amazon_ec2_1": "Amazon Elastic Compute Cloud delivers scalable, pay-as-you-go compute capacity in the cloud.",
|
|
197 | 206 | "hosting_webfaction_title": "WebFaction",
|
198 | 207 | "i18n": "i18n",
|
199 | 208 | "i18n_1": "The component Phalcon\\Translate aids in creating multilingual applications. Applications using this component, display content in different languages, based on the user's chosen language supported by the application.",
|
200 |
| - "i18n_2": "Ask browser what is the best language", |
201 |
| - "i18n_3": "Check if we have a translation file for that lang", |
| 209 | + "i18n_2": "Browser's best language", |
| 210 | + "i18n_3": "Check the lang translation file", |
202 | 211 | "i18n_4": "Fallback to some default",
|
203 | 212 | "i18n_5": "Return a translation object",
|
204 | 213 | "i18n_description": "Translate your applications to many languages easily",
|
|
260 | 269 | "sharding_2": "This service returns a MySQL database",
|
261 | 270 | "sharding_3": "This service returns a PostgreSQL database",
|
262 | 271 | "sharding_description": "Connect, store and retrieve data from many database systems at the same time",
|
| 272 | + "site": "Site", |
| 273 | + "social": "Social", |
263 | 274 | "sponsored_by": "Sponsored by",
|
264 | 275 | "sponsors": "Sponsors",
|
265 | 276 | "sponsors_and_supporters": "Sponsors and Supporters",
|
|
313 | 324 | "template_engines_1": "Views represent the user interface of your application. Views are often HTML files with embedded PHP code that perform tasks related solely to the presentation of the data. Views handle the job of providing data to the web browser or other tool that is used to make requests from your application.",
|
314 | 325 | "template_engines_description": "Views represent the user interface of your application",
|
315 | 326 | "testimonials": "Testimonials",
|
316 |
| - "testimonials_1": "Greetings, Phalcon team! I have a project, built on Phalcon framework. It's a Guitarama (<a href=':1:'>:2:</a>) - guitars tabs and chords catalog. The site is aimed at the Russian audience, and uses the Russian language, but I hope, there will be no problem to understand most of pages. The site was re-launched on a new platform in the beginning of January, 2013 and has since shown steady growth. Current daily visits: ~1500 unique visitors, ~5000 page views. The site is running on an old physical server 1хP4-3Ghz, 4GB RAM. Once again, thank you for a great framework and all what you are doing: ) Michael.", |
317 |
| - "testimonials_2": "Hello, Phalcon team. I would like to share with you our success story of using Phalcon in <a href=':1:'>:2:</a> and <a href=':3:'>:4:</a> projects, the most visited and highloaded sites in Kazakhstan, ranked in TOP-10 classified sites in the CIS. Both sites work on single RESTful-like API written on Phalcon\\Mvc\\Micro. On peak loads API processes something like 400 req/sec and this is not a limit. Moving to Phalcon allowed us to reduce response generation time and the consumption of CPU and RAM, as well as to reduce the time of development process. We will continue using Phalcon in our new projects. Thank you for the great work you are doing! Best regards, Nikita Vershinin, Lead Developer, Kolesa.kz and krisha.kz", |
318 |
| - "testimonials_3": "Phalcon Team, The framework you guys have created is amazing. I've never used a framework that has combined speed, efficiency, brevity, and naturality all in one package. I intend on championing and contributing back to the project in any way that I can. I embarked recently on an ~800 hour project and am happy to say that we are using Phalcon Framework. Bravo. Brian Seymour", |
319 |
| - "testimonials_4": "Hi guys, I just ran across Phalcon and it's just awesome! I've merely wanted to say to you how awesome you are! So, thanks for this framework and keep up the good work! Ivan Penchev", |
320 |
| - "testimonials_5": "Hi Guys, i wrote simple url-shortener service with phalcon. That was amazing! really. <a href=':1:'>:2:</a>. Demo is here: <a href=':3:'>:4:</a>) Murat Küçükosman", |
| 327 | + "testimonials_1": "Greetings, Phalcon team! I have a project, built on Phalcon framework. It's a Guitarama (<a href=':1:'>:2:</a>) - guitars tabs and chords catalog. The site is aimed at the Russian audience, and uses the Russian language, but I hope, there will be no problem to understand most of pages. The site was re-launched on a new platform in the beginning of January, 2013 and has since shown steady growth. Current daily visits: ~1500 unique visitors, ~5000 page views. The site is running on an old physical server 1хP4-3Ghz, 4GB RAM. Once again, thank you for a great framework and all what you are doing: ).", |
| 328 | + "testimonials_2": "Hello, Phalcon team. I would like to share with you our success story of using Phalcon in <a href=':1:'>:2:</a> and <a href=':3:'>:4:</a> projects, the most visited and highloaded sites in Kazakhstan, ranked in TOP-10 classified sites in the CIS. Both sites work on single RESTful-like API written on Phalcon\\Mvc\\Micro. On peak loads API processes something like 400 req/sec and this is not a limit. Moving to Phalcon allowed us to reduce response generation time and the consumption of CPU and RAM, as well as to reduce the time of development process. We will continue using Phalcon in our new projects. Thank you for the great work you are doing!", |
| 329 | + "testimonials_3": "Phalcon Team, The framework you guys have created is amazing. I've never used a framework that has combined speed, efficiency, brevity, and naturality all in one package. I intend on championing and contributing back to the project in any way that I can. I embarked recently on an ~800 hour project and am happy to say that we are using Phalcon Framework. Bravo.", |
| 330 | + "testimonials_4": "Hi guys, I just ran across Phalcon and it's just awesome! I've merely wanted to say to you how awesome you are! So, thanks for this framework and keep up the good work!", |
| 331 | + "testimonials_5": "Hi Guys, i wrote simple url-shortener service with phalcon. That was amazing! really. <a href=':1:'>:2:</a>. Demo is here: <a href=':3:'>:4:</a>)", |
321 | 332 | "testimonials_6": "Hello Phalcon Team, I created a small project designed for Polish users using your framework. I have to admit that the performance is amazing, congratulations good job. Service to validate the content of the web pages in Polish language <a href=':1:'>:2:</a>",
|
322 | 333 | "testimonials_7": "Hi guys! Just wanted to share with you the latest release of our old project - <a href=':1:'>:2: </a>. Switching to phalcon allowed us to halve the server load compared to the previous framework, which is great!",
|
323 | 334 | "testimonials_description": "Below is a collection of testimonials and success stories, from you, the developers and users of Phalcon PHP. We always welcome emails with success stories and will be posting those in our blog. If you wish to send us your success story or get in touch with us, feel free to mail us at <a href='mailto: :1:'>:2:</a>.",
|
|
327 | 338 | "transactions_2": "Create a transaction manager",
|
328 | 339 | "transactions_3": "Request a transaction",
|
329 | 340 | "transactions_4": "Get the robots to be deleted",
|
330 |
| - "transactions_5": "Something's gone wrong, we should rollback the transaction", |
331 |
| - "transactions_6": "Everything's gone fine, let's commit the transaction", |
| 341 | + "transactions_5": "Something is wrong - rollback transaction", |
| 342 | + "transactions_6": "Everything is OK - commit transaction", |
332 | 343 | "transactions_7": "Robots were deleted successfully!",
|
333 | 344 | "transactions_8": "Failed, reason: ",
|
334 | 345 | "transactions_description": "Transactions in Phalcon allows to keep the data integrity safe.",
|
|
0 commit comments