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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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 Mar 29 02:01:30 2024 UTC