Skip to content

Commit d1d29dd

Browse files
committed
Capitalize Windows, the OS
1 parent 92b906b commit d1d29dd

16 files changed

+21
-21
lines changed

en/console-and-shells.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ no styling is done at all. There are three modes you can use.
390390
* ``ConsoleOutput::COLOR`` - Output with color escape codes in place.
391391

392392
By default on \*nix systems ConsoleOutput objects default to colour output.
393-
On windows systems, plain output is the default unless the ``ANSICON`` environment
393+
On Windows systems, plain output is the default unless the ``ANSICON`` environment
394394
variable is present.
395395

396396
Configuring options and generating help
@@ -948,7 +948,7 @@ Shell API
948948
);
949949

950950
By default on \*nix systems ConsoleOutput objects default to colour output.
951-
On windows systems, plain output is the default unless the ``ANSICON`` environment
951+
On Windows systems, plain output is the default unless the ``ANSICON`` environment
952952
variable is present.
953953

954954
.. php:method:: overwrite($message = null, $newlines = 1, $size = null)

en/core-libraries/global-constants-and-functions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Most of the following constants refer to paths in your application.
227227

228228
.. php:const:: DS
229229
230-
Short for PHP's DIRECTORY\_SEPARATOR, which is / on Linux and \\ on windows.
230+
Short for PHP's DIRECTORY\_SEPARATOR, which is / on Linux and \\ on Windows.
231231

232232
.. php:const:: FULL_BASE_URL
233233

en/core-utility-libraries/file-folder.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Folder API
6060
.. php:attr:: mode
6161
6262
Mode to be used when creating folders. Defaults to ``0755``. Does nothing on
63-
windows machines.
63+
Windows machines.
6464

6565
.. php:staticmethod:: addPathElement(string $path, string $element)
6666

en/core-utility-libraries/time.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Formatting
5050
:rtype: string
5151

5252
Converts a string representing the format for the function
53-
strftime and returns a windows safe and i18n aware format.
53+
strftime and returns a Windows safe and i18n aware format.
5454

5555
.. php:method:: dayAsSql($dateString, $field_name, $timezone = NULL)
5656

en/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ After restarting your webserver, you should see the changes reflected in
151151

152152
.. note::
153153

154-
If you are on windows, separate include paths with ; instead of :
154+
If you are on Windows, separate include paths with ; instead of :
155155

156156
Having finished setting up your ``include_path`` your applications should be able to
157157
find CakePHP automatically.

fr/console-and-shells.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ que vous pouvez utiliser:
427427
* ``ConsoleOutput::COLOR`` - La sortie avec couleur enlève les codes en place.
428428

429429
Par défaut sur les systèmes \*nix, les objets ConsoleOutput ont par défaut
430-
de la couleur. Sur les systèmes windows, la sortie simple est mise par défaut
430+
de la couleur. Sur les systèmes Windows, la sortie simple est mise par défaut
431431
sauf si la variable d'environnement ``ANSICON`` est présente.
432432

433433
Configurer les options et générer de l'aide
@@ -1021,7 +1021,7 @@ API de Shell
10211021

10221022
Par défaut sur les systèmes \*nix, les objets ConsoleOutput ont par défaut
10231023
une sortie colorée.
1024-
Sur les systèmes windows, la sortie brute est la sortie par défaut sauf si
1024+
Sur les systèmes Windows, la sortie brute est la sortie par défaut sauf si
10251025
la variable d'environnement ``ANSICON`` est présente.
10261026

10271027
.. php:method:: overwrite($message = null, $newlines = 1, $size = null)

fr/core-utility-libraries/file-folder.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ API de Folder
6262
.. php:attr:: mode
6363
6464
Mode à utiliser pour la création de dossiers. par défaut à ``0755``. Ne
65-
fait rien sur les machines windows.
65+
fait rien sur les machines Windows.
6666

6767
.. php:staticmethod:: addPathElement(string $path, string $element)
6868
@@ -543,7 +543,7 @@ L'API de File
543543

544544
Prépare une chaîne de caractères ascii pour l'écriture. Convertit les
545545
lignes de fin en un terminator correct pour la plateforme courante. Si
546-
c'est windows "\r\n" sera utilisé, toutes les autres plateformes
546+
c'est Windows "\r\n" sera utilisé, toutes les autres plateformes
547547
utiliseront "\n"
548548

549549
.. php:method:: pwd()

fr/core-utility-libraries/time.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Formatage
5151
:rtype: string
5252

5353
Convertit une chaîne de caractères représentant le format pour la fonction
54-
strftime et retourne un format windows safe et i18n aware.
54+
strftime et retourne un format Windows safe et i18n aware.
5555

5656
.. php:method:: dayAsSql($dateString, $field_name, $timezone = NULL)
5757

fr/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ dans ``phpinfo()``.
159159

160160
.. note::
161161

162-
Si vous êtes sur windows, les chemins d'inclusion sont séparés par des
162+
Si vous êtes sur Windows, les chemins d'inclusion sont séparés par des
163163
; au lieu de :
164164

165165
Une fois que vous avez configuré votre ``include_path``, vos applications

fr/models/datasources.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ pdo_sqlsrv. Cette extension PHP n'est pas inclue dans l'installation de base
310310
de PHP et doit être installée séparément.
311311

312312
Le Client Native du Serveur SQL doit aussi être installé pour que l'extension
313-
fonctionne. Puisque le Client Native est disponible seulement pour windows,
313+
fonctionne. Puisque le Client Native est disponible seulement pour Windows,
314314
vous ne serez pas capable de l'installer sur Linux, Mac OS X ou FreeBSD.
315315

316316
Donc si les erreurs de la source de données Sqlserver sortent::

ja/core-libraries/global-constants-and-functions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ CakePHPを使った皆さんの日常のほとんどの業務ではコアクラ
367367

368368
.. php:const:: DS
369369
370-
.. Short for PHP's DIRECTORY\_SEPARATOR, which is / on Linux and \\ on windows.
370+
.. Short for PHP's DIRECTORY\_SEPARATOR, which is / on Linux and \\ on Windows.
371371
372-
PHP の DIRECTORY\_SEPARATOR (Linux の場合は / windows の場合は \\) のショートカット。
372+
PHP の DIRECTORY\_SEPARATOR (Linux の場合は / Windows の場合は \\) のショートカット。
373373

374374
.. php:const:: FULL_BASE_URL
375375

ja/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ini ファイルを見つけたら、 ``include_path`` の設定を変更して
127127

128128
.. note::
129129

130-
windowsでは、インクルードパスの区切りは : ではなく ; になります。
130+
Windowsでは、インクルードパスの区切りは : ではなく ; になります。
131131

132132
``include_path`` の設定が完了したので、アプリケーションはCakePHPのファイルを見つけられるようになりました。
133133

pt/core-utility-libraries/file-folder.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Folder API
6262
.. php:attr:: mode
6363
6464
Mode para ser usado quando criar a pasta. Padrão ``0755``. Isto não vale
65-
para ambientes windows.
65+
para ambientes Windows.
6666

6767
.. php:staticmethod:: addPathElement(string $path, string $element)
6868
@@ -148,7 +148,7 @@ Folder API
148148
149149
:rtype: string
150150

151-
Retorna o tipo de barras correto $path ('\\' para windows e
151+
Retorna o tipo de barras correto $path ('\\' para Windows e
152152
'/' para outros).
153153

154154
.. php:method:: create(string $pathname, integer $mode = false)

pt/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Depois de reiniciar seu servidor web, você deve ver as mudanças refletidas em
145145

146146
.. note::
147147

148-
Se você estiver no windows, separe os caminhos de inclusão com ; ao invés de :
148+
Se você estiver no Windows, separe os caminhos de inclusão com ; ao invés de :
149149

150150
Finalizando a definição do seu ``include_path`` suas aplicações devem estar prontas para
151151
encontrar o CakePHP automaticamente.

themes/cakephp/static/jquery.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3069,7 +3069,7 @@ jQuery.event = {
30693069

30703070
beforeunload: {
30713071
setup: function( data, namespaces, eventHandle ) {
3072-
// We only want to do this special case on windows
3072+
// We only want to do this special case on Windows
30733073
if ( jQuery.isWindow( this ) ) {
30743074
this.onbeforeunload = eventHandle;
30753075
}

zh/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ CakePHP 应用程序。
123123

124124
.. note::
125125

126-
如果是在 windows 系统中,用 ; 代替 : 分隔多个包含路径。
126+
如果是在 Windows 系统中,用 ; 代替 : 分隔多个包含路径。
127127

128128
一旦设置好 ``include_path`` ,应用程序应当能够自动找到 CakePHP。
129129

0 commit comments

Comments
 (0)