From 1cef7768a03b024c6530b69861f1325da0d76946 Mon Sep 17 00:00:00 2001 From: cake17 Date: Sat, 7 Feb 2015 17:21:32 +0100 Subject: [PATCH] replace lang=en by lang=es --- es/appendices.rst | 4 ++-- es/appendices/cakephp-development-process.rst | 4 ++-- es/appendices/glossary.rst | 4 ++-- es/console-and-shells.rst | 4 ++-- es/console-and-shells/code-generation-with-bake.rst | 4 ++-- es/console-and-shells/cron-jobs.rst | 4 ++-- es/console-and-shells/i18n-shell.rst | 4 ++-- es/console-and-shells/upgrade-shell.rst | 4 ++-- es/contributing.rst | 4 ++-- es/contributing/cakephp-coding-conventions.rst | 4 ++-- es/contributing/code.rst | 4 ++-- es/contributing/documentation.rst | 4 ++-- es/contributing/tickets.rst | 4 ++-- es/controllers.rst | 4 ++-- es/controllers/components.rst | 4 ++-- es/controllers/pages-controller.rst | 4 ++-- es/controllers/request-response.rst | 4 ++-- es/core-libraries/caching.rst | 4 ++-- es/core-libraries/collections.rst | 4 ++-- es/core-libraries/components/authentication.rst | 4 ++-- es/core-libraries/components/cookie.rst | 4 ++-- es/core-libraries/components/csrf-component.rst | 4 ++-- es/core-libraries/components/pagination.rst | 4 ++-- es/core-libraries/components/request-handling.rst | 4 ++-- es/core-libraries/components/security-component.rst | 4 ++-- es/core-libraries/components/sessions.rst | 4 ++-- es/core-libraries/events.rst | 4 ++-- es/core-libraries/global-constants-and-functions.rst | 4 ++-- es/core-libraries/helpers/form.rst | 6 +++--- es/core-libraries/helpers/html.rst | 6 +++--- es/core-libraries/helpers/number.rst | 6 +++--- es/core-libraries/helpers/paginator.rst | 6 +++--- es/core-libraries/helpers/rss.rst | 6 +++--- es/core-libraries/helpers/session.rst | 6 +++--- es/core-libraries/helpers/text.rst | 6 +++--- es/core-libraries/helpers/time.rst | 6 +++--- es/core-libraries/helpers/url.rst | 6 +++--- es/core-libraries/internationalization-and-localization.rst | 4 ++-- es/core-libraries/logging.rst | 6 +++--- es/core-libraries/registry-objects.rst | 4 ++-- es/core-utility-libraries/app.rst | 4 ++-- es/core-utility-libraries/email.rst | 4 ++-- es/core-utility-libraries/file-folder.rst | 6 +++--- es/core-utility-libraries/hash.rst | 4 ++-- es/core-utility-libraries/httpclient.rst | 4 ++-- es/core-utility-libraries/inflector.rst | 4 ++-- es/core-utility-libraries/number.rst | 6 +++--- es/core-utility-libraries/security.rst | 4 ++-- es/core-utility-libraries/string.rst | 4 ++-- es/core-utility-libraries/time.rst | 6 +++--- es/core-utility-libraries/xml.rst | 4 ++-- es/deployment.rst | 4 ++++ es/development.rst | 4 ++-- es/development/configuration.rst | 4 ++-- es/development/debugging.rst | 6 +++--- es/development/dispatch-filters.rst | 6 +++--- es/development/errors.rst | 4 ++-- es/development/rest.rst | 4 ++-- es/development/routing.rst | 4 ++-- es/development/sessions.rst | 4 ++-- es/development/testing.rst | 4 ++-- es/plugins.rst | 4 ++-- es/tutorials-and-examples.rst | 4 ++++ es/tutorials-and-examples/blog-auth-example/auth.rst | 4 ++-- es/views.rst | 4 ++-- es/views/helpers.rst | 4 ++-- es/views/themes.rst | 4 ++-- 67 files changed, 153 insertions(+), 145 deletions(-) diff --git a/es/appendices.rst b/es/appendices.rst index 314e7aa290..e968e40cf6 100644 --- a/es/appendices.rst +++ b/es/appendices.rst @@ -32,5 +32,5 @@ General Information .. meta:: - :title lang=en: Appendices - :keywords lang=en: migration guide,migration path,new features,glossary + :title lang=es: Appendices + :keywords lang=es: migration guide,migration path,new features,glossary diff --git a/es/appendices/cakephp-development-process.rst b/es/appendices/cakephp-development-process.rst index 57649e9d7e..ce0590dff9 100644 --- a/es/appendices/cakephp-development-process.rst +++ b/es/appendices/cakephp-development-process.rst @@ -57,5 +57,5 @@ on irc.freenode.net. .. meta:: - :title lang=en: CakePHP Development Process - :keywords lang=en: maintenance branch,community interaction,community feature,necessary feature,stable release,ticket system,advanced feature,power users,feature set,chat irc,leading edge,router,new features,members,attempt,development branches,branch development + :title lang=es: CakePHP Development Process + :keywords lang=es: maintenance branch,community interaction,community feature,necessary feature,stable release,ticket system,advanced feature,power users,feature set,chat irc,leading edge,router,new features,members,attempt,development branches,branch development diff --git a/es/appendices/glossary.rst b/es/appendices/glossary.rst index 8991415f4c..e528345796 100644 --- a/es/appendices/glossary.rst +++ b/es/appendices/glossary.rst @@ -81,5 +81,5 @@ Glossary .. meta:: - :title lang=en: Glossary - :keywords lang=en: html attributes,array class,array controller,glossary glossary,target blank,dot notation,routing configuration,forgery,replay,router,syntax,config,submissions + :title lang=es: Glossary + :keywords lang=es: html attributes,array class,array controller,glossary glossary,target blank,dot notation,routing configuration,forgery,replay,router,syntax,config,submissions diff --git a/es/console-and-shells.rst b/es/console-and-shells.rst index e290aad345..753a9c575a 100644 --- a/es/console-and-shells.rst +++ b/es/console-and-shells.rst @@ -922,5 +922,5 @@ More Topics .. meta:: - :title lang=en: Console and Shells - :keywords lang=en: shell scripts,system shell,application classes,background tasks,line script,cron job,request response,system path,acl,new projects,shells,specifics,parameters,i18n,cakephp,directory,maintenance,ideal,applications,mvc + :title lang=es: Console and Shells + :keywords lang=es: shell scripts,system shell,application classes,background tasks,line script,cron job,request response,system path,acl,new projects,shells,specifics,parameters,i18n,cakephp,directory,maintenance,ideal,applications,mvc diff --git a/es/console-and-shells/code-generation-with-bake.rst b/es/console-and-shells/code-generation-with-bake.rst index 5880817f54..131e818c0e 100644 --- a/es/console-and-shells/code-generation-with-bake.rst +++ b/es/console-and-shells/code-generation-with-bake.rst @@ -144,5 +144,5 @@ following: .. meta:: - :title lang=en: Code Generation with Bake - :keywords lang=en: command line interface,functional application,atabase,database configuration,bash script,basic ingredients,roject,odel,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql + :title lang=es: Code Generation with Bake + :keywords lang=es: command line interface,functional application,atabase,database configuration,bash script,basic ingredients,roject,odel,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql diff --git a/es/console-and-shells/cron-jobs.rst b/es/console-and-shells/cron-jobs.rst index e22e3b5b67..07a829c784 100644 --- a/es/console-and-shells/cron-jobs.rst +++ b/es/console-and-shells/cron-jobs.rst @@ -24,5 +24,5 @@ trivial to setup, for example:: You can see more info here: http://en.wikipedia.org/wiki/Cron .. meta:: - :title lang=en: Running Shells as cronjobs - :keywords lang=en: cronjob,bash script,crontab + :title lang=es: Running Shells as cronjobs + :keywords lang=es: cronjob,bash script,crontab diff --git a/es/console-and-shells/i18n-shell.rst b/es/console-and-shells/i18n-shell.rst index 774b44cdf6..a7534f44d5 100644 --- a/es/console-and-shells/i18n-shell.rst +++ b/es/console-and-shells/i18n-shell.rst @@ -81,5 +81,5 @@ This will create the ``i18n`` table used by translate behavior. .. meta:: - :title lang=en: I18N shell - :keywords lang=en: pot files,locale default,translation tools,message string,app locale,php class,validation,i18n,translations,shell,models + :title lang=es: I18N shell + :keywords lang=es: pot files,locale default,translation tools,message string,app locale,php class,validation,i18n,translations,shell,models diff --git a/es/console-and-shells/upgrade-shell.rst b/es/console-and-shells/upgrade-shell.rst index 10cfe72cbc..bfc4bcd6de 100644 --- a/es/console-and-shells/upgrade-shell.rst +++ b/es/console-and-shells/upgrade-shell.rst @@ -82,5 +82,5 @@ in your upgraded ``app`` folder. If everything looks good then congratulate yourself and delete your ``mywebsite/cake`` folder. Welcome to 2.x! .. meta:: - :title lang=en: .. _upgrade-shell: - :keywords lang=en: api docs,shell + :title lang=es: .. _upgrade-shell: + :keywords lang=es: api docs,shell diff --git a/es/contributing.rst b/es/contributing.rst index 1a698507f1..17ab51ee32 100644 --- a/es/contributing.rst +++ b/es/contributing.rst @@ -21,5 +21,5 @@ cover the various ways you can contribute to CakePHP: .. meta:: - :title lang=en: Contributing - :keywords lang=en: coding conventions,documentation,maxdepth + :title lang=es: Contributing + :keywords lang=es: coding conventions,documentation,maxdepth diff --git a/es/contributing/cakephp-coding-conventions.rst b/es/contributing/cakephp-coding-conventions.rst index 50158b50a3..15631f2c62 100644 --- a/es/contributing/cakephp-coding-conventions.rst +++ b/es/contributing/cakephp-coding-conventions.rst @@ -511,5 +511,5 @@ by an underscore character, for example:: .. meta:: - :title lang=en: Coding Standards - :keywords lang=en: curly brackets,indentation level,logical errors,control structures,control structure,expr,coding standards,parenthesis,foreach,readability,moose,new features,repository,developers + :title lang=es: Coding Standards + :keywords lang=es: curly brackets,indentation level,logical errors,control structures,control structure,expr,coding standards,parenthesis,foreach,readability,moose,new features,repository,developers diff --git a/es/contributing/code.rst b/es/contributing/code.rst index 2d846aff71..a197499854 100644 --- a/es/contributing/code.rst +++ b/es/contributing/code.rst @@ -142,5 +142,5 @@ releases periodically by the core team. .. meta:: - :title lang=en: Code - :keywords lang=en: cakephp source code,code patches,test ref,descriptive name,bob barker,initial setup,global user,database connection,clone,repository,user information,enhancement,back patches,checkout + :title lang=es: Code + :keywords lang=es: cakephp source code,code patches,test ref,descriptive name,bob barker,initial setup,global user,database connection,clone,repository,user information,enhancement,back patches,checkout diff --git a/es/contributing/documentation.rst b/es/contributing/documentation.rst index b6feb1b070..a79b8ea41b 100644 --- a/es/contributing/documentation.rst +++ b/es/contributing/documentation.rst @@ -378,5 +378,5 @@ Samples .. meta:: - :title lang=en: Documentation - :keywords lang=en: partial translations,translation efforts,html entities,text markup,asfd,asdf,structured text,english content,markdown,formatted text,dot org,repo,consistency,translator,freenode,textile,improvements,syntax,cakephp,submission + :title lang=es: Documentation + :keywords lang=es: partial translations,translation efforts,html entities,text markup,asfd,asdf,structured text,english content,markdown,formatted text,dot org,repo,consistency,translator,freenode,textile,improvements,syntax,cakephp,submission diff --git a/es/contributing/tickets.rst b/es/contributing/tickets.rst index afb3e58be1..651b67e5ce 100644 --- a/es/contributing/tickets.rst +++ b/es/contributing/tickets.rst @@ -55,5 +55,5 @@ CakePHP team will take the following actions: .. meta:: - :title lang=en: Tickets - :keywords lang=en: bug reporting system,code snippet,reporting security,private mailing,release announcement,google,ticket system,core team,security issue,bug tracker,irc channel,test cases,support questions,bug report,security issues,bug reports,exploits,vulnerability,repository + :title lang=es: Tickets + :keywords lang=es: bug reporting system,code snippet,reporting security,private mailing,release announcement,google,ticket system,core team,security issue,bug tracker,irc channel,test cases,support questions,bug report,security issues,bug reports,exploits,vulnerability,repository diff --git a/es/controllers.rst b/es/controllers.rst index 9794334c79..2c8ab44185 100644 --- a/es/controllers.rst +++ b/es/controllers.rst @@ -482,5 +482,5 @@ More on Controllers .. meta:: - :title lang=en: Controllers - :keywords lang=en: correct models,controller class,controller controller,core library,single model,request data,middle man,bakery,mvc,attributes,logic,recipes + :title lang=es: Controllers + :keywords lang=es: correct models,controller class,controller controller,core library,single model,request data,middle man,bakery,mvc,attributes,logic,recipes diff --git a/es/controllers/components.rst b/es/controllers/components.rst index 189e1c7c94..5d3bf643c4 100644 --- a/es/controllers/components.rst +++ b/es/controllers/components.rst @@ -310,5 +310,5 @@ Callbacks the location or any other headers in the response. .. meta:: - :title lang=en: Components - :keywords lang=en: array controller,core libraries,authentication request,array name,access control lists,public components,controller code,core components,cookiemonster,login cookie,configuration settings,functionality,logic,sessions,cakephp,doc + :title lang=es: Components + :keywords lang=es: array controller,core libraries,authentication request,array name,access control lists,public components,controller code,core components,cookiemonster,login cookie,configuration settings,functionality,logic,sessions,cakephp,doc diff --git a/es/controllers/pages-controller.rst b/es/controllers/pages-controller.rst index d1bcfd021f..c4bf262712 100644 --- a/es/controllers/pages-controller.rst +++ b/es/controllers/pages-controller.rst @@ -17,5 +17,5 @@ When you "bake" an app using Composer the Pages Controller is created in your ``src/Controller/`` folder. .. meta:: - :title lang=en: The Pages Controller - :keywords lang=en: pages controller,default controller,cakephp,ships,php,file folder + :title lang=es: The Pages Controller + :keywords lang=es: pages controller,default controller,cakephp,ships,php,file folder diff --git a/es/controllers/request-response.rst b/es/controllers/request-response.rst index eb81f64bf1..30ebb8d8c2 100644 --- a/es/controllers/request-response.rst +++ b/es/controllers/request-response.rst @@ -756,5 +756,5 @@ mocks to avoid the 'headers sent' errors that can occur when trying to set headers in CLI. .. meta:: - :title lang=en: Request and Response objects - :keywords lang=en: request controller,request parameters,array indexes,purpose index,response objects,domain information,request object,request data,interrogating,params,previous versions,introspection,dispatcher,rout,data structures,arrays,ip address,migration,indexes,cakephp + :title lang=es: Request and Response objects + :keywords lang=es: request controller,request parameters,array indexes,purpose index,response objects,domain information,request object,request data,interrogating,params,previous versions,introspection,dispatcher,rout,data structures,arrays,ip address,migration,indexes,cakephp diff --git a/es/core-libraries/caching.rst b/es/core-libraries/caching.rst index 3a592f19a5..8520e11107 100644 --- a/es/core-libraries/caching.rst +++ b/es/core-libraries/caching.rst @@ -508,5 +508,5 @@ The required API for a CacheEngine is .. meta:: - :title lang=en: Caching - :keywords lang=en: uniform api,xcache,cache engine,cache system,atomic operations,php class,disk storage,static methods,php extension,consistent manner,similar features,apc,memcache,queries,cakephp,elements,servers,memory + :title lang=es: Caching + :keywords lang=es: uniform api,xcache,cache engine,cache system,atomic operations,php class,disk storage,static methods,php extension,consistent manner,similar features,apc,memcache,queries,cakephp,elements,servers,memory diff --git a/es/core-libraries/collections.rst b/es/core-libraries/collections.rst index 7c4a676515..b9d17d3596 100644 --- a/es/core-libraries/collections.rst +++ b/es/core-libraries/collections.rst @@ -700,5 +700,5 @@ Now, when both collections are iterated, they will only call the extracting operation once. .. meta:: - :title lang=en: Collections - :keywords lang=en: collections, cakephp, append, sort, compile, contains, countBy, each, every, extract, filter, first, firstMatch, groupBy, indexBy, jsonSerialize, map, match, max, min, reduce, reject, sample, shuffle, some, random, sortBy, take, toArray, insert + :title lang=es: Collections + :keywords lang=es: collections, cakephp, append, sort, compile, contains, countBy, each, every, extract, filter, first, firstMatch, groupBy, indexBy, jsonSerialize, map, match, max, min, reduce, reject, sample, shuffle, some, random, sortBy, take, toArray, insert diff --git a/es/core-libraries/components/authentication.rst b/es/core-libraries/components/authentication.rst index e1f7666827..619866f942 100644 --- a/es/core-libraries/components/authentication.rst +++ b/es/core-libraries/components/authentication.rst @@ -857,5 +857,5 @@ unauthorizedRedirect If set to ``false`` a ForbiddenException exception is thrown instead of redirecting. .. meta:: - :title lang=en: Authentication - :keywords lang=en: authentication handlers,array php,basic authentication,web application,different ways,credentials,exceptions,cakephp,logging + :title lang=es: Authentication + :keywords lang=es: authentication handlers,array php,basic authentication,web application,different ways,credentials,exceptions,cakephp,logging diff --git a/es/core-libraries/components/cookie.rst b/es/core-libraries/components/cookie.rst index 276ecb70e7..68c2c599cc 100644 --- a/es/core-libraries/components/cookie.rst +++ b/es/core-libraries/components/cookie.rst @@ -126,5 +126,5 @@ The CookieComponent offers a number of methods for working with Cookies. $this->Cookie->delete('foo.bar'); .. meta:: - :title lang=en: Cookie - :keywords lang=en: array controller,php setcookie,cookie string,controller setup,string domain,default description,string name,session cookie,integers,variables,domain name,null + :title lang=es: Cookie + :keywords lang=es: array controller,php setcookie,cookie string,controller setup,string domain,default description,string name,session cookie,integers,variables,domain name,null diff --git a/es/core-libraries/components/csrf-component.rst b/es/core-libraries/components/csrf-component.rst index 12ad2676ea..badcc643fb 100644 --- a/es/core-libraries/components/csrf-component.rst +++ b/es/core-libraries/components/csrf-component.rst @@ -79,5 +79,5 @@ requests. You can do this using the controller's event dispatcher, during the } .. meta:: - :title lang=en: Csrf - :keywords lang=en: configurable parameters,security component,configuration parameters,invalid request,csrf,submission + :title lang=es: Csrf + :keywords lang=es: configurable parameters,security component,configuration parameters,invalid request,csrf,submission diff --git a/es/core-libraries/components/pagination.rst b/es/core-libraries/components/pagination.rst index 14cc9d74bd..7ca64363ed 100644 --- a/es/core-libraries/components/pagination.rst +++ b/es/core-libraries/components/pagination.rst @@ -214,5 +214,5 @@ how to create links for pagination navigation. .. meta:: - :title lang=en: Pagination - :keywords lang=en: order array,query conditions,php class,web applications,headaches,obstacles,complexity,programmers,parameters,paginate,designers,cakephp,satisfaction,developers + :title lang=es: Pagination + :keywords lang=es: order array,query conditions,php class,web applications,headaches,obstacles,complexity,programmers,parameters,paginate,designers,cakephp,satisfaction,developers diff --git a/es/core-libraries/components/request-handling.rst b/es/core-libraries/components/request-handling.rst index 74959928f4..76397efeac 100644 --- a/es/core-libraries/components/request-handling.rst +++ b/es/core-libraries/components/request-handling.rst @@ -254,5 +254,5 @@ automatically by using the ``viewClassMap`` setting:: ]]; .. meta:: - :title lang=en: Request Handling - :keywords lang=en: handler component,javascript libraries,public components,null returns,model data,request data,content types,file extensions,ajax,meth,content type,array,conjunction,cakephp,insight,php + :title lang=es: Request Handling + :keywords lang=es: handler component,javascript libraries,public components,null returns,model data,request data,content types,file extensions,ajax,meth,content type,array,conjunction,cakephp,insight,php diff --git a/es/core-libraries/components/security-component.rst b/es/core-libraries/components/security-component.rst index 910301bd01..26fed1129a 100644 --- a/es/core-libraries/components/security-component.rst +++ b/es/core-libraries/components/security-component.rst @@ -210,5 +210,5 @@ There may be cases where you want to disable all security checks for an action ``SecurityComponent``. .. meta:: - :title lang=en: Security - :keywords lang=en: configurable parameters,security component,configuration parameters,invalid request,protection features,tighter security,holing,php class,meth,404 error,period of inactivity,csrf,array,submission,security class,disable security,unlockActions + :title lang=es: Security + :keywords lang=es: configurable parameters,security component,configuration parameters,invalid request,protection features,tighter security,holing,php class,meth,404 error,period of inactivity,csrf,array,submission,security class,disable security,unlockActions diff --git a/es/core-libraries/components/sessions.rst b/es/core-libraries/components/sessions.rst index aa7a4d9b44..e9a6e50711 100644 --- a/es/core-libraries/components/sessions.rst +++ b/es/core-libraries/components/sessions.rst @@ -82,5 +82,5 @@ all Session component methods wherever a name/key is used. $this->Session->destroy(); .. meta:: - :title lang=en: Sessions - :keywords lang=en: php array,dailyplanet com,configuration documentation,dot notation,feedback messages,reading data,session data,page requests,clark kent,dots,existence,sessions,convenience,cakephp + :title lang=es: Sessions + :keywords lang=es: php array,dailyplanet com,configuration documentation,dot notation,feedback messages,reading data,session data,page requests,clark kent,dots,existence,sessions,convenience,cakephp diff --git a/es/core-libraries/events.rst b/es/core-libraries/events.rst index 8a1cc1ca35..40be6bea42 100644 --- a/es/core-libraries/events.rst +++ b/es/core-libraries/events.rst @@ -452,5 +452,5 @@ Additional Reading .. meta:: - :title lang=en: Events system - :keywords lang=en: events, dispatch, decoupling, cakephp, callbacks, triggers, hooks, php + :title lang=es: Events system + :keywords lang=es: events, dispatch, decoupling, cakephp, callbacks, triggers, hooks, php diff --git a/es/core-libraries/global-constants-and-functions.rst b/es/core-libraries/global-constants-and-functions.rst index 597df72e7a..2a1162d804 100644 --- a/es/core-libraries/global-constants-and-functions.rst +++ b/es/core-libraries/global-constants-and-functions.rst @@ -235,5 +235,5 @@ Timing Definition Constants .. meta:: - :title lang=en: Global Constants and Functions - :keywords lang=en: internationalization and localization,global constants,example config,array php,convenience functions,core libraries,component classes,optional number,global functions,string string,core classes,format strings,unread messages,placeholders,useful functions,sprintf,arrays,parameters,existence,translations + :title lang=es: Global Constants and Functions + :keywords lang=es: internationalization and localization,global constants,example config,array php,convenience functions,core libraries,component classes,optional number,global functions,string string,core classes,format strings,unread messages,placeholders,useful functions,sprintf,arrays,parameters,existence,translations diff --git a/es/core-libraries/helpers/form.rst b/es/core-libraries/helpers/form.rst index a925fec19d..41549515ee 100644 --- a/es/core-libraries/helpers/form.rst +++ b/es/core-libraries/helpers/form.rst @@ -1676,6 +1676,6 @@ ensure that the special ``_Token`` inputs are generated. .. meta:: - :title lang=en: FormHelper - :description lang=en: The FormHelper focuses on creating forms quickly, in a way that will streamline validation, re-population and layout. - :keywords lang=en: html helper,cakephp html,form create,form input,form select,form file field,form label,form text,form password,form checkbox,form radio,form submit,form date time,form error,validate upload,unlock field,form security + :title lang=es: FormHelper + :description lang=es: The FormHelper focuses on creating forms quickly, in a way that will streamline validation, re-population and layout. + :keywords lang=es: html helper,cakephp html,form create,form input,form select,form file field,form label,form text,form password,form checkbox,form radio,form submit,form date time,form error,validate upload,unlock field,form security diff --git a/es/core-libraries/helpers/html.rst b/es/core-libraries/helpers/html.rst index 31c4773b79..dd1c6a3a15 100644 --- a/es/core-libraries/helpers/html.rst +++ b/es/core-libraries/helpers/html.rst @@ -820,6 +820,6 @@ include a root link. This option works the same as the ``$startText`` option for .. meta:: - :title lang=en: HtmlHelper - :description lang=en: The role of the HtmlHelper in CakePHP is to make HTML-related options easier, faster, and more resilient to change. - :keywords lang=en: html helper,cakephp css,cakephp script,content type,html image,html link,html tag,script block,script start,html url,cakephp style,cakephp crumbs + :title lang=es: HtmlHelper + :description lang=es: The role of the HtmlHelper in CakePHP is to make HTML-related options easier, faster, and more resilient to change. + :keywords lang=es: html helper,cakephp css,cakephp script,content type,html image,html link,html tag,script block,script start,html url,cakephp style,cakephp crumbs diff --git a/es/core-libraries/helpers/number.rst b/es/core-libraries/helpers/number.rst index e87d095d83..0c9809f0f1 100644 --- a/es/core-libraries/helpers/number.rst +++ b/es/core-libraries/helpers/number.rst @@ -25,6 +25,6 @@ formatting numbers. All symbols are UTF-8. .. meta:: - :title lang=en: NumberHelper - :description lang=en: The Number Helper contains convenience methods that enable display numbers in common formats in your views. - :keywords lang=en: number helper,currency,number format,number precision,format file size,format numbers + :title lang=es: NumberHelper + :description lang=es: The Number Helper contains convenience methods that enable display numbers in common formats in your views. + :keywords lang=es: number helper,currency,number format,number precision,format file size,format numbers diff --git a/es/core-libraries/helpers/paginator.rst b/es/core-libraries/helpers/paginator.rst index 1bde619f68..a716315ad4 100644 --- a/es/core-libraries/helpers/paginator.rst +++ b/es/core-libraries/helpers/paginator.rst @@ -491,6 +491,6 @@ contexts (i.e. JavaScript). :: echo $this->Paginator->generateUrl(['sort' => 'title']); .. meta:: - :title lang=en: PaginatorHelper - :description lang=en: The Pagination helper is used to output pagination controls such as page numbers and next/previous links. - :keywords lang=en: paginator helper,pagination,sort,page number links,pagination in views,prev link,next link,last link,first link,page counter + :title lang=es: PaginatorHelper + :description lang=es: The Pagination helper is used to output pagination controls such as page numbers and next/previous links. + :keywords lang=es: paginator helper,pagination,sort,page number links,pagination in views,prev link,next link,last link,first link,page counter diff --git a/es/core-libraries/helpers/rss.rst b/es/core-libraries/helpers/rss.rst index 7967e29f23..872970a0c6 100644 --- a/es/core-libraries/helpers/rss.rst +++ b/es/core-libraries/helpers/rss.rst @@ -203,6 +203,6 @@ site at http://validator.w3.org/feed/. break XML syntax or feed validation rules. .. meta:: - :title lang=en: RssHelper - :description lang=en: The RSS helper makes generating XML for RSS feeds easy. - :keywords lang=en: rss helper,rss feed,isrss,rss item,channel data,document data,parse extensions,request handler + :title lang=es: RssHelper + :description lang=es: The RSS helper makes generating XML for RSS feeds easy. + :keywords lang=es: rss helper,rss feed,isrss,rss item,channel data,document data,parse extensions,request handler diff --git a/es/core-libraries/helpers/session.rst b/es/core-libraries/helpers/session.rst index 044fe08123..d2f5f202d3 100644 --- a/es/core-libraries/helpers/session.rst +++ b/es/core-libraries/helpers/session.rst @@ -45,6 +45,6 @@ used. key's existence. .. meta:: - :title lang=en: SessionHelper - :description lang=en: As a natural counterpart to the Session Component, the Session Helper replicates most of the component's functionality and makes it available in your view. - :keywords lang=en: session helper,flash messages,session flash,session read,session check + :title lang=es: SessionHelper + :description lang=es: As a natural counterpart to the Session Component, the Session Helper replicates most of the component's functionality and makes it available in your view. + :keywords lang=es: session helper,flash messages,session flash,session read,session check diff --git a/es/core-libraries/helpers/text.rst b/es/core-libraries/helpers/text.rst index ab4d8521a7..53e6f3d630 100644 --- a/es/core-libraries/helpers/text.rst +++ b/es/core-libraries/helpers/text.rst @@ -87,6 +87,6 @@ Output:: :end-before: end-string .. meta:: - :title lang=en: TextHelper - :description lang=en: The Text Helper contains methods to make text more usable and friendly in your views. - :keywords lang=en: text helper,autoLinkEmails,autoLinkUrls,autoLink,excerpt,highlight,stripLinks,truncate,string text + :title lang=es: TextHelper + :description lang=es: The Text Helper contains methods to make text more usable and friendly in your views. + :keywords lang=es: text helper,autoLinkEmails,autoLinkUrls,autoLink,excerpt,highlight,stripLinks,truncate,string text diff --git a/es/core-libraries/helpers/time.rst b/es/core-libraries/helpers/time.rst index eade96a2d2..d95fa8c85c 100644 --- a/es/core-libraries/helpers/time.rst +++ b/es/core-libraries/helpers/time.rst @@ -48,6 +48,6 @@ ORM returns :php:class:`Cake\\Utility\\Time` instances for every ``timestamp`` and ``datetime`` column, you can use the methods there to do most tasks. .. meta:: - :title lang=en: TimeHelper - :description lang=en: The Time Helper will help you format time and test time. - :keywords lang=en: time helper,format time,timezone,unix epoch,time strings,time zone offset,utc,gmt + :title lang=es: TimeHelper + :description lang=es: The Time Helper will help you format time and test time. + :keywords lang=es: time helper,format time,timezone,unix epoch,time strings,time zone offset,utc,gmt diff --git a/es/core-libraries/helpers/url.rst b/es/core-libraries/helpers/url.rst index 83192d5352..f9ab2b582c 100644 --- a/es/core-libraries/helpers/url.rst +++ b/es/core-libraries/helpers/url.rst @@ -99,6 +99,6 @@ For further information check in the API. .. meta:: - :title lang=en: UrlHelper - :description lang=en: The role of the UrlHelper in CakePHP is to help build urls. - :keywords lang=en: url helper,url + :title lang=es: UrlHelper + :description lang=es: The role of the UrlHelper in CakePHP is to help build urls. + :keywords lang=es: url helper,url diff --git a/es/core-libraries/internationalization-and-localization.rst b/es/core-libraries/internationalization-and-localization.rst index 2717729b94..1ed7a8540a 100644 --- a/es/core-libraries/internationalization-and-localization.rst +++ b/es/core-libraries/internationalization-and-localization.rst @@ -499,5 +499,5 @@ created translators using the ``translator()`` and ``config()`` methods:: I18n::defaultFormatter('sprintf'); .. meta:: - :title lang=en: Internationalization & Localization - :keywords lang=en: internationalization localization,internationalization and localization,language application,gettext,l10n,pot,i18n,translation,languages + :title lang=es: Internationalization & Localization + :keywords lang=es: internationalization localization,internationalization and localization,language application,gettext,l10n,pot,i18n,translation,languages diff --git a/es/core-libraries/logging.rst b/es/core-libraries/logging.rst index e067a31387..3508d97bb5 100644 --- a/es/core-libraries/logging.rst +++ b/es/core-libraries/logging.rst @@ -389,6 +389,6 @@ Logging Trait .. meta:: - :title lang=en: Logging - :description lang=en: Log CakePHP data to the disk to help debug your application over longer periods of time. - :keywords lang=en: cakephp logging,log errors,debug,logging data,cakelog class,ajax logging,soap logging,debugging,logs + :title lang=es: Logging + :description lang=es: Log CakePHP data to the disk to help debug your application over longer periods of time. + :keywords lang=es: cakephp logging,log errors,debug,logging data,cakelog class,ajax logging,soap logging,debugging,logs diff --git a/es/core-libraries/registry-objects.rst b/es/core-libraries/registry-objects.rst index 44313b4e37..936470ef38 100644 --- a/es/core-libraries/registry-objects.rst +++ b/es/core-libraries/registry-objects.rst @@ -59,5 +59,5 @@ following way:: .. meta:: - :title lang=en: Object Registry - :keywords lang=en: array name,loading components,several different kinds,unified api,loading objects,component names,special key,core components,callbacks,prg,callback,alias,fatal error,collections,memory,priority,priorities + :title lang=es: Object Registry + :keywords lang=es: array name,loading components,several different kinds,unified api,loading objects,component names,special key,core components,callbacks,prg,callback,alias,fatal error,collections,memory,priority,priorities diff --git a/es/core-utility-libraries/app.rst b/es/core-utility-libraries/app.rst index 7ed412b4f0..73b630affa 100644 --- a/es/core-utility-libraries/app.rst +++ b/es/core-utility-libraries/app.rst @@ -129,5 +129,5 @@ If you happen to not be using Composer in your application, you will need to manually load all vendor libraries yourself. .. meta:: - :title lang=en: App Class - :keywords lang=en: compatible implementation,model behaviors,path management,loading files,php class,class loading,model behavior,class location,component model,management class,autoloader,classname,directory location,override,conventions,lib,textile,cakephp,php classes,loaded + :title lang=es: App Class + :keywords lang=es: compatible implementation,model behaviors,path management,loading files,php class,class loading,model behavior,class location,component model,management class,autoloader,classname,directory location,override,conventions,lib,textile,cakephp,php classes,loaded diff --git a/es/core-utility-libraries/email.rst b/es/core-utility-libraries/email.rst index 14b74be7cf..45f0ac3cfb 100644 --- a/es/core-utility-libraries/email.rst +++ b/es/core-utility-libraries/email.rst @@ -426,5 +426,5 @@ message id (since there is no host name in a CLI environment):: A valid message id can help to prevent emails ending up in spam folders. .. meta:: - :title lang=en: Email - :keywords lang=en: sending mail,email sender,envelope sender,php class,database configuration,sending emails,meth,shells,smtp,transports,attributes,array,config,flexibility,php email,new email,sending email,models + :title lang=es: Email + :keywords lang=es: sending mail,email sender,envelope sender,php class,database configuration,sending emails,meth,shells,smtp,transports,attributes,array,config,flexibility,php email,new email,sending email,models diff --git a/es/core-utility-libraries/file-folder.rst b/es/core-utility-libraries/file-folder.rst index ff3ca89d84..3759762f56 100644 --- a/es/core-utility-libraries/file-folder.rst +++ b/es/core-utility-libraries/file-folder.rst @@ -447,6 +447,6 @@ File API Better explain how to use each method with both classes. .. meta:: - :title lang=en: Folder & File - :description lang=en: The Folder and File utilities are convenience classes to help you read, write, and append to files; list files within a folder and other common directory related tasks. - :keywords lang=en: file,folder,cakephp utility,read file,write file,append file,recursively copy,copy options,folder path,class folder,file php,php files,change directory,file utilities,new folder,directory structure,delete file + :title lang=es: Folder & File + :description lang=es: The Folder and File utilities are convenience classes to help you read, write, and append to files; list files within a folder and other common directory related tasks. + :keywords lang=es: file,folder,cakephp utility,read file,write file,append file,recursively copy,copy options,folder path,class folder,file php,php files,change directory,file utilities,new folder,directory structure,delete file diff --git a/es/core-utility-libraries/hash.rst b/es/core-utility-libraries/hash.rst index e187f2ee56..ad99dad6a8 100644 --- a/es/core-utility-libraries/hash.rst +++ b/es/core-utility-libraries/hash.rst @@ -811,5 +811,5 @@ Attribute Matching Types .. meta:: - :title lang=en: Hash - :keywords lang=en: array array,path array,array name,numeric key,regular expression,result set,person name,brackets,syntax,cakephp,elements,php,set path + :title lang=es: Hash + :keywords lang=es: array array,path array,array name,numeric key,regular expression,result set,person name,brackets,syntax,cakephp,elements,php,set path diff --git a/es/core-utility-libraries/httpclient.rst b/es/core-utility-libraries/httpclient.rst index c21ebcad22..91a385c11b 100644 --- a/es/core-utility-libraries/httpclient.rst +++ b/es/core-utility-libraries/httpclient.rst @@ -367,5 +367,5 @@ The decoded response data is stored in the response object, so accessing it multiple times has no additional cost. .. meta:: - :title lang=en: HttpClient - :keywords lang=en: array name,array data,query parameter,query string,php class,string query,test type,string data,google,query results,webservices,apis,parameters,cakephp,meth,search results + :title lang=es: HttpClient + :keywords lang=es: array name,array data,query parameter,query string,php class,string query,test type,string data,google,query results,webservices,apis,parameters,cakephp,meth,search results diff --git a/es/core-utility-libraries/inflector.rst b/es/core-utility-libraries/inflector.rst index 3e069dd2f6..25bf5b3497 100644 --- a/es/core-utility-libraries/inflector.rst +++ b/es/core-utility-libraries/inflector.rst @@ -146,5 +146,5 @@ over the core rules. You can use ``Inflector::reset()`` to clear rules and restore the original Inflector state. .. meta:: - :title lang=en: Inflector - :keywords lang=en: apple orange,word variations,apple pie,person man,latin versions,profile settings,php class,initial state,puree,slug,apples,oranges,user profile,underscore + :title lang=es: Inflector + :keywords lang=es: apple orange,word variations,apple pie,person man,latin versions,profile settings,php class,initial state,puree,slug,apples,oranges,user profile,underscore diff --git a/es/core-utility-libraries/number.rst b/es/core-utility-libraries/number.rst index 7774368e61..4885b88e6f 100644 --- a/es/core-utility-libraries/number.rst +++ b/es/core-utility-libraries/number.rst @@ -315,6 +315,6 @@ Example:: .. end-cakenumber .. meta:: - :title lang=en: NumberHelper - :description lang=en: The Number Helper contains convenience methods that enable display numbers in common formats in your views. - :keywords lang=en: number helper,currency,number format,number precision,format file size,format numbers + :title lang=es: NumberHelper + :description lang=es: The Number Helper contains convenience methods that enable display numbers in common formats in your views. + :keywords lang=es: number helper,currency,number format,number precision,format file size,format numbers diff --git a/es/core-utility-libraries/security.rst b/es/core-utility-libraries/security.rst index 6046b6f180..0a157ce636 100644 --- a/es/core-utility-libraries/security.rst +++ b/es/core-utility-libraries/security.rst @@ -84,5 +84,5 @@ And any other hash algorithmn that PHP's ``hash()`` function supports. by default. .. meta:: - :title lang=en: Security - :keywords lang=en: security api,secret password,cipher text,php class,class security,text key,security library,object instance,security measures,basic security,security level,string type,fallback,hash,data security,singleton,inactivity,php encrypt,implementation,php security + :title lang=es: Security + :keywords lang=es: security api,secret password,cipher text,php class,class security,text key,security library,object instance,security measures,basic security,security level,string type,fallback,hash,data security,singleton,inactivity,php encrypt,implementation,php security diff --git a/es/core-utility-libraries/string.rst b/es/core-utility-libraries/string.rst index de7e364419..32c0c9b59e 100644 --- a/es/core-utility-libraries/string.rst +++ b/es/core-utility-libraries/string.rst @@ -321,5 +321,5 @@ Output:: .. end-string .. meta:: - :title lang=en: String - :keywords lang=en: array php,array name,string options,data options,result string,class string,string data,string class,placeholders,default method,key value,markup,rfc,replacements,convenience,templates + :title lang=es: String + :keywords lang=es: array php,array name,string options,data options,result string,class string,string data,string class,placeholders,default method,key value,markup,rfc,replacements,convenience,templates diff --git a/es/core-utility-libraries/time.rst b/es/core-utility-libraries/time.rst index 183dc2db46..ee15229dbe 100644 --- a/es/core-utility-libraries/time.rst +++ b/es/core-utility-libraries/time.rst @@ -283,6 +283,6 @@ You can also compare a ``Time`` instance within a range in the past:: .. end-time .. meta:: - :title lang=en: Time - :description lang=en: Time class helps you format time and test time. - :keywords lang=en: time,format time,timezone,unix epoch,time strings,time zone offset,utc,gmt + :title lang=es: Time + :description lang=es: Time class helps you format time and test time. + :keywords lang=es: time,format time,timezone,unix epoch,time strings,time zone offset,utc,gmt diff --git a/es/core-utility-libraries/xml.rst b/es/core-utility-libraries/xml.rst index 1f1e1a89e8..1cfb69038a 100644 --- a/es/core-utility-libraries/xml.rst +++ b/es/core-utility-libraries/xml.rst @@ -204,5 +204,5 @@ your document type to add, remove, or manipulate child nodes:: ``Xml::toArray()`` without a problem. .. meta:: - :title lang=en: Xml - :keywords lang=en: array php,xml class,xml objects,post xml,xml object,string url,string data,xml parser,php 5,bakery,constructor,php xml,cakephp,php file,unicorns,meth + :title lang=es: Xml + :keywords lang=es: array php,xml class,xml objects,post xml,xml object,string url,string data,xml parser,php 5,bakery,constructor,php xml,cakephp,php file,unicorns,meth diff --git a/es/deployment.rst b/es/deployment.rst index 1a8635fa59..74f7adb781 100644 --- a/es/deployment.rst +++ b/es/deployment.rst @@ -7,3 +7,7 @@ ES - Deployment desde Github `_. Steps to deploy on a Hosting Server + +.. meta:: + :title lang=es: Deployment + :keywords lang=es: stack traces,application extensions,set document,installation documentation,development features,generic error,document root,func,debug,caches,error messages,configuration files,webroot,deployment,cakephp,applications diff --git a/es/development.rst b/es/development.rst index de8eda4e8e..55982d0908 100644 --- a/es/development.rst +++ b/es/development.rst @@ -25,5 +25,5 @@ debugging, and testing will be covered. .. meta:: - :title lang=en: Development - :keywords lang=en: development sessions,debugging,exceptions + :title lang=es: Development + :keywords lang=es: development sessions,debugging,exceptions diff --git a/es/development/configuration.rst b/es/development/configuration.rst index 1469beac27..80e642cbea 100644 --- a/es/development/configuration.rst +++ b/es/development/configuration.rst @@ -629,5 +629,5 @@ controllers. .. meta:: - :title lang=en: Configuration - :keywords lang=en: finished configuration,legacy database,database configuration,value pairs,default connection,optional configuration,example database,php class,configuration database,default database,configuration steps,index database,configuration details,class database,host localhost,inflections,key value,database connection,piece of cake,basic web + :title lang=es: Configuration + :keywords lang=es: finished configuration,legacy database,database configuration,value pairs,default connection,optional configuration,example database,php class,configuration database,default database,configuration steps,index database,configuration details,class database,host localhost,inflections,key value,database connection,piece of cake,basic web diff --git a/es/development/debugging.rst b/es/development/debugging.rst index 1ad444bb36..c961f129af 100644 --- a/es/development/debugging.rst +++ b/es/development/debugging.rst @@ -171,6 +171,6 @@ information about your application and the current request. You can download `DebugKit `_ from GitHub. .. meta:: - :title lang=en: Debugging - :description lang=en: Debugging CakePHP with the Debugger class, logging, basic debugging and using the DebugKit plugin. - :keywords lang=en: code excerpt,stack trace,default output,error link,default error,web requests,error report,debugger,arrays,different ways,excerpt from,cakephp,ide,options + :title lang=es: Debugging + :description lang=es: Debugging CakePHP with the Debugger class, logging, basic debugging and using the DebugKit plugin. + :keywords lang=es: code excerpt,stack trace,default output,error link,default error,web requests,error report,debugger,arrays,different ways,excerpt from,cakephp,ide,options diff --git a/es/development/dispatch-filters.rst b/es/development/dispatch-filters.rst index 20f5ff0301..73428f007f 100644 --- a/es/development/dispatch-filters.rst +++ b/es/development/dispatch-filters.rst @@ -187,6 +187,6 @@ them. Keep in mind that not everything needs to be a filter; `Controllers` and code to your app. .. meta:: - :title lang=en: Dispatcher Filters - :description lang=en: Dispatcher filters are a middleware layer for CakePHP allowing to alter the request or response before it is sent - :keywords lang=en: middleware, filters, dispatcher, request, response, rack, application stack, events, beforeDispatch, afterDispatch, router + :title lang=es: Dispatcher Filters + :description lang=es: Dispatcher filters are a middleware layer for CakePHP allowing to alter the request or response before it is sent + :keywords lang=es: middleware, filters, dispatcher, request, response, rack, application stack, events, beforeDispatch, afterDispatch, router diff --git a/es/development/errors.rst b/es/development/errors.rst index 8af9d343b2..272349f10d 100644 --- a/es/development/errors.rst +++ b/es/development/errors.rst @@ -479,5 +479,5 @@ config/app.php. Enabling this will log every exception to no effect. Unless you reference it inside your implementation. .. meta:: - :title lang=en: Error & Exception Handling - :keywords lang=en: stack traces,error constants,error array,default displays,anonymous functions,error handlers,default error,error level,exception handler,php error,error handler,write error,core classes,exception handling,configuration error,application code,callback,custom error,exceptions,bitmasks,fatal error + :title lang=es: Error & Exception Handling + :keywords lang=es: stack traces,error constants,error array,default displays,anonymous functions,error handlers,default error,error level,exception handler,php error,error handler,write error,core classes,exception handling,configuration error,application code,callback,custom error,exceptions,bitmasks,fatal error diff --git a/es/development/rest.rst b/es/development/rest.rst index b854b1f11d..2ee055b243 100644 --- a/es/development/rest.rst +++ b/es/development/rest.rst @@ -154,5 +154,5 @@ You can also wire in additional deserializers for alternate formats if you need them, using :php:meth:`RequestHandler::addInputType()` .. meta:: - :title lang=en: REST - :keywords lang=en: application programmers,default routes,core functionality,result format,mashups,recipe database,request method,easy access,config,soap,recipes,logic,audience,cakephp,running,api + :title lang=es: REST + :keywords lang=es: application programmers,default routes,core functionality,result format,mashups,recipe database,request method,easy access,config,soap,recipes,logic,audience,cakephp,running,api diff --git a/es/development/routing.rst b/es/development/routing.rst index cc34e03f1f..a29ea980f0 100644 --- a/es/development/routing.rst +++ b/es/development/routing.rst @@ -1027,5 +1027,5 @@ RequestActionTrait .. meta:: - :title lang=en: Routing - :keywords lang=en: controller actions,default routes,mod rewrite,code index,string url,php class,incoming requests,dispatcher,url url,meth,maps,match,parameters,array,config,cakephp,apache,router + :title lang=es: Routing + :keywords lang=es: controller actions,default routes,mod rewrite,code index,string url,php class,incoming requests,dispatcher,url url,meth,maps,match,parameters,array,config,cakephp,apache,router diff --git a/es/development/sessions.rst b/es/development/sessions.rst index 7177ba787b..4347fa5694 100644 --- a/es/development/sessions.rst +++ b/es/development/sessions.rst @@ -382,5 +382,5 @@ To set and display flash messages you should use :doc:`/core-libraries/helpers/flash` .. meta:: - :title lang=en: Sessions - :keywords lang=en: session defaults,session classes,utility features,session timeout,session ids,persistent data,session key,session cookie,session data,last session,core database,security level,useragent,security reasons,session id,attr,countdown,regeneration,sessions,config + :title lang=es: Sessions + :keywords lang=es: session defaults,session classes,utility features,session timeout,session ids,persistent data,session key,session cookie,session data,last session,core database,security level,useragent,security reasons,session id,attr,countdown,regeneration,sessions,config diff --git a/es/development/testing.rst b/es/development/testing.rst index 5d92b715db..19fbc7e24c 100644 --- a/es/development/testing.rst +++ b/es/development/testing.rst @@ -1359,5 +1359,5 @@ You should be able to run a build now. Check the console output and make any necessary changes to get a passing build. .. meta:: - :title lang=en: Testing - :keywords lang=en: web runner,phpunit,test database,database configuration,database setup,database test,public test,test framework,running one,test setup,de facto standard,pear,runners,array,databases,cakephp,php,integration + :title lang=es: Testing + :keywords lang=es: web runner,phpunit,test database,database configuration,database setup,database test,public test,test framework,running one,test setup,de facto standard,pear,runners,array,databases,cakephp,php,integration diff --git a/es/plugins.rst b/es/plugins.rst index 39d6096058..63123f7083 100644 --- a/es/plugins.rst +++ b/es/plugins.rst @@ -507,5 +507,5 @@ plugins. Just don't forget to share your code with the community so that everyone can benefit from your awesome, reusable components! .. meta:: - :title lang=en: Plugins - :keywords lang=en: plugin folder,configuration database,bootstrap,management module,little space,database connection,webroot,user management,contactmanager,array,config,cakephp,models,php,directories,blog,plugins,applications + :title lang=es: Plugins + :keywords lang=es: plugin folder,configuration database,bootstrap,management module,little space,database connection,webroot,user management,contactmanager,array,config,cakephp,models,php,directories,blog,plugins,applications diff --git a/es/tutorials-and-examples.rst b/es/tutorials-and-examples.rst index 3fc0b166b8..7588ad1a46 100644 --- a/es/tutorials-and-examples.rst +++ b/es/tutorials-and-examples.rst @@ -17,3 +17,7 @@ TambiƩn puedes ver otros ejemplos en: tutorials-and-examples/blog/blog tutorials-and-examples/blog/part-two + +.. meta:: + :title lang=es: Tutorials & Examples + :keywords lang=es: application tutorials,glob,bakery,repository,applications,blog,acl diff --git a/es/tutorials-and-examples/blog-auth-example/auth.rst b/es/tutorials-and-examples/blog-auth-example/auth.rst index 9f1d9f585b..fcc403b859 100644 --- a/es/tutorials-and-examples/blog-auth-example/auth.rst +++ b/es/tutorials-and-examples/blog-auth-example/auth.rst @@ -414,5 +414,5 @@ Suggested Follow-up Reading #. :doc:`/core-libraries/components/authentication`: User registration and login .. meta:: - :title lang=en: Simple Authentication and Authorization Application - :keywords lang=en: auto increment,authorization application,model user,array,conventions,authentication,urls,cakephp,delete,doc,columns + :title lang=es: Simple Authentication and Authorization Application + :keywords lang=es: auto increment,authorization application,model user,array,conventions,authentication,urls,cakephp,delete,doc,columns diff --git a/es/views.rst b/es/views.rst index 677cbc4e13..22b9294bae 100644 --- a/es/views.rst +++ b/es/views.rst @@ -652,5 +652,5 @@ More About Views .. meta:: - :title lang=en: Views - :keywords lang=en: view logic,csv file,response elements,code elements,default extension,json,flash object,remote application,twig,subclass,ajax,reply,soap,functionality,cakephp,audience,xml,mvc + :title lang=es: Views + :keywords lang=es: view logic,csv file,response elements,code elements,default extension,json,flash object,remote application,twig,subclass,ajax,reply,soap,functionality,cakephp,audience,xml,mvc diff --git a/es/views/helpers.rst b/es/views/helpers.rst index aa14f0d9e6..a0f80f2e2b 100644 --- a/es/views/helpers.rst +++ b/es/views/helpers.rst @@ -363,5 +363,5 @@ does not implement any of the callback methods. argument. .. meta:: - :title lang=en: Helpers - :keywords lang=en: php class,time function,presentation layer,processing power,ajax,markup,array,functionality,logic,syntax,elements,cakephp,plugins + :title lang=es: Helpers + :keywords lang=es: php class,time function,presentation layer,processing power,ajax,markup,array,functionality,logic,syntax,elements,cakephp,plugins diff --git a/es/views/themes.rst b/es/views/themes.rst index eab550cefb..24a63cb62c 100644 --- a/es/views/themes.rst +++ b/es/views/themes.rst @@ -61,5 +61,5 @@ folder, it will default to the main webroot folder:: plugins/PurpleCupcake/webroot/css/main.css .. meta:: - :title lang=en: Themes - :keywords lang=en: production environments,theme folder,layout files,development requests,callback functions,folder structure,default view,dispatcher,symlink,case basis,layouts,assets,cakephp,themes,advantage + :title lang=es: Themes + :keywords lang=es: production environments,theme folder,layout files,development requests,callback functions,folder structure,default view,dispatcher,symlink,case basis,layouts,assets,cakephp,themes,advantage