php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50328 [DE] "strstr muss false zur?ckgegeben haben" falsche Aussage
Submitted: 2009-11-30 09:02 UTC Modified: 2009-12-07 19:32 UTC
From: christoph dot rall at liebenzell dot org Assigned: wiesemann (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: Debian
Private report: No CVE-ID: None
 [2009-11-30 09:02 UTC] christoph dot rall at liebenzell dot org
Description:
------------
In the german translation is maybe a bug:

"strstr muss false zur?ckgegeben haben" should be:
"strpos() muss false zur?ckgegeben haben"

MfG Christoph Rall


Reproduce code:
---------------
---
From manual page: tutorial.useful
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-30 13:15 UTC] danbrown@php.net
Recategorized as translation issue and marked for DE translation team.
 [2009-12-01 08:32 UTC] carsten_sttgt at gmx dot de
BTW, I would rewrite the 2 sentences to:

- <h3>strpos() muss nicht false zur?ckgegeben haben</h3>
+ <h3>strpos() hat nicht FALSE zur?ckgegeben</h3>

- <h3>strstr muss false zur?ckgegeben haben</h3>
+ <h3>strpos() hat FALSE zur?ckgegeben</h3>

(Especially the first sentence sounds curious.)

Regards,
Carsten
 [2009-12-07 19:31 UTC] svn@php.net
Automatic comment from SVN on behalf of wiesemann
Revision: http://svn.php.net/viewvc/?view=revision&revision=291830
Log: Bug #50328: [DE] "strstr muss false zur?ckgegeben haben" falsche Aussage
 [2009-12-07 19:32 UTC] wiesemann@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.

---

Just FYI: The "funny" wording "muss nicht false ..." originates from this English sentence: "strpos() must have returned non-false".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 12:01:32 2024 UTC