php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #66016 Little traduction fail on /manual/es/memcache.examples-overview.php
Submitted: 2013-11-01 19:23 UTC Modified: 2013-12-31 18:40 UTC
From: forestrf at gmail dot com Assigned: frozenfire (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: Win 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: forestrf at gmail dot com
New email:
PHP Version: OS:

 

 [2013-11-01 19:23 UTC] forestrf at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/manual/es/memcache.examples-overview.php
---

on the spanish version of the site, this line on example 1:

$memcache->set('key', $tmp_object, false, 10) or die ("Falló al intentar guardar datos el en servidor");

must be:

$memcache->set('key', $tmp_object, false, 10) or die ("Falló al intentar guardar datos en el servidor");

must be:

changing "el en" to "en el".

Thanks.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-12-31 18:39 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=332546
Log: Fixed transduction typo.
Fixes bug #66016.
 [2013-12-31 18:40 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 [2013-12-31 18:40 UTC] frozenfire@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 07:01:32 2024 UTC