~openerp-community/openobject-doc/stefan-therp_lp845135

« back to all changes in this revision

Viewing changes to i18n/fr/source/book/2/2_6_Comms/2_6_Marketing.rst

  • Committer: John Bradshaw
  • Date: 2011-07-31 18:33:40 UTC
  • Revision ID: john@johnbradshaw.org-20110731183340-2awqsz920cor9lnw
[IMP] Spelling

Fix mispelled "occurencies" by replacing
"repeated in 0 or more occurencies"
with
"repeated 0 or more times"

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
.. i18n: 
513
513
.. i18n:  * `?` means that the previous pattern is optional (0 or 1 times)
514
514
.. i18n: 
515
 
.. i18n:  * `.*` would represent any character, repeated in 0 or more occurencies 
 
515
.. i18n:  * `.*` would represent any character, repeated 0 or more times 
516
516
.. i18n: 
517
517
.. i18n:  * `.+` would represent at least 1 character (but any)
518
518
.. i18n: 
527
527
 
528
528
 * `?` means that the previous pattern is optional (0 or 1 times)
529
529
 
530
 
 * `.*` would represent any character, repeated in 0 or more occurencies 
 
530
 * `.*` would represent any character, repeated 0 or more times 
531
531
 
532
532
 * `.+` would represent at least 1 character (but any)
533
533