You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/07/07 21:26:20 UTC

[25/32] CB-6127lisa7cordova-plugin-consolecordova-docs documentation translation: cordova-docs

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/it/edge/guide/platforms/wp8/upgrade.md
----------------------------------------------------------------------
diff --git a/docs/it/edge/guide/platforms/wp8/upgrade.md b/docs/it/edge/guide/platforms/wp8/upgrade.md
index d861b53..180a866 100644
--- a/docs/it/edge/guide/platforms/wp8/upgrade.md
+++ b/docs/it/edge/guide/platforms/wp8/upgrade.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. L'ASF licenze questo file a voi con la licenza Apache, versione 2.0 (la "licenza"); non si può usare questo file se non in conformità con la licenza. You may obtain a copy of the License at
 
@@ -11,12 +11,11 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # L'aggiornamento di Windows Phone
 
-Questa guida Mostra come modificare i progetti Windows Phone, entrambe le versioni 7 e 8, eseguire l'aggiornamento da versioni precedenti di Cordova. La maggior parte di queste istruzioni si applicano ai progetti creati con un vecchio set di strumenti da riga di comando che precedono la `cordova` utilità CLI. L'interfaccia della riga di comando per informazioni, vedere come aggiornare la versione di CLI. La sezione seguente viene illustrato come eseguire l'aggiornamento da progetti non-CLI.
+Questa guida Mostra come modificare i progetti Windows Phone 8, eseguire l'aggiornamento da versioni precedenti di Cordova. Alcune di queste istruzioni si applicano ai progetti creati con un vecchio set di strumenti da riga di comando che precedono la `cordova` utilità CLI. L'interfaccia della riga di comando per informazioni, vedere come aggiornare la versione di CLI. La sezione seguente viene illustrato come eseguire l'aggiornamento da progetti non-CLI.
 
 ## Aggiornamento a 3.2.0 da 3.1.0
 
@@ -24,7 +23,7 @@ Per i progetti creati con il cordova CLI:
 
 1.  Aggiornamento del `cordova` versione CLI. Vedere l'interfaccia della riga di comando.
 
-2.  Eseguire `cordova platform update wp8` (o `wp7` , per le piattaforme che hai aggiunto al progetto).
+2.  Eseguire`cordova platform update wp8`
 
 Per i progetti non creati con la CLI di cordova, eseguire:
 
@@ -37,7 +36,7 @@ Per i progetti creati con il cordova CLI:
 
 1.  Aggiornamento del `cordova` versione CLI. Vedere l'interfaccia della riga di comando.
 
-2.  Eseguire `cordova platform update wp8` (o `wp7` , per le piattaforme che hai aggiunto al progetto).
+2.  Eseguire`cordova platform update wp8`
 
 Per i progetti non creati con la CLI di cordova, eseguire:
 
@@ -49,21 +48,21 @@ Per i progetti non creati con la CLI di cordova, eseguire:
 1.  Creare un nuovo progetto di Apache Cordova 3.0.0 utilizzando la CLI, cordova, come descritto in l'interfaccia della riga di comando.
 
 2.  Aggiungere le piattaforme per il progetto di cordova, per esempio:`cordova
-platform add wp7 wp8`.
+platform add wp8`.
 
 3.  Copiare il contenuto del progetto `www` nella directory del `www` cartella alla radice del progetto cordova appena creato.
 
-4.  Copiare o sovrascrivere qualsiasi attività nativo dal progetto originale ( `SplashScreen` , `ApplicationIcon` , ecc), rendendo sicuri di aggiungere nuovi file per il `.csproj` file. Windows build di progetto all'interno del telefono al `platforms\wp7` o `platforms\wp8` directory.
+4.  Copiare o sovrascrivere qualsiasi attività nativo dal progetto originale ( `SplashScreen` , `ApplicationIcon` , ecc), rendendo sicuri di aggiungere nuovi file per il `.csproj` file. Windows build di progetto all'interno del telefono la `platforms\wp8` directory.
 
 5.  Utilizzare lo strumento CLI di cordova per installare il plug-in che è necessario. Si noti che il CLI gestisce tutti i core API come plugin, così che può essere necessario aggiungere. Solo 3.0.0 plugin sono compatibili con il CLI.
 
 6.  Costruire e testare.
 
-## Aggiornamento a 3.0.0 (non-CLI) da 2.9.0
+## Aggiornamento a 3.0.0 (non-CLI) da 2. x
 
 Nella finestra Esplora soluzioni di Visual Studio:
 
-1.  Creare un nuovo Apache Cordova WP7 o WP8 3.0.0 del progetto.
+1.  Creare un nuovo Apache Cordova WP8 3.0.0 del progetto.
 
 2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
 
@@ -73,346 +72,4 @@ Nella finestra Esplora soluzioni di Visual Studio:
 
 5.  Costruire e testare.
 
-**Nota**: tutti i core API vengono rimossi dalla versione 3.0 di Cordova e devono essere installate separatamente come plugin. Per ulteriori informazioni su come riattivare queste caratteristiche in un flusso di lavoro non-CLI, vedere utilizzando Plugman per gestire i plugin.
-
-## Aggiornamento a 2.9.0 da 2.8.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 o WP8 2.9.0 di progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiornare il nome di `cordova.js` nel tag HTML se sta ancora utilizzando cordova-VERSION.js (dovrebbe essere solo`cordova.js`).
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che anche essi vengono aggiunti al file csproj.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.8.0 da 2.7.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 o WP8 2.8.0 di progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova.js` file. (Si noti la mancanza di un numero di versione nel nome file).
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.7.0 da 2.6.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 o WP8 2.7.0 di progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-2.7.0.js` file.
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.6.0 da 2.5.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 o WP8 2.6.0 del progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-2.6.0.js` file.
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.5.0 da 2.4.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 o WP8 2.5.0 del progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-2.5.0.js` file.
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.4.0 da 2.3.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 o WP8 2.4.0 del progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-2.4.0.js` file.
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.3.0 da 2.2.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 2.3.0 di progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-2.3.0.js` file.
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.2.0 da 2.1.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 2.2.0 del progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-2.2.0.js` file.
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.1.0 da 2.0.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo Apache Cordova WP7 2.1.0 del progetto.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-2.1.0.js` file.
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 2.0.0 da 1.9.0
-
-Ci sono stati notevoli cambiamenti alla struttura del progetto WP7 in Apache Cordova 2.0.0 che fanno questo aggiornamento un po' più coinvolto che gli altri. Essenzialmente questo non è un aggiornamento ma la creazione di un nuovo progetto e copia sopra esistente dei file di origine.
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Creare un nuovo progetto di Apache Cordova WP7 2.0.
-
-2.  Copiare il contenuto del `www` nella directory del nuovo progetto ed essere sicuri che questi elementi vengono aggiunti al progetto VS.
-
-3.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-2.0.0.js` file.
-
-4.  Copiare e sovrascrivere qualsiasi schermata iniziale, o sull'icona immagini.
-
-5.  Copia su qualsiasi plugin dalla `plugins` nella directory del nuovo progetto e garantire che essi sono anche aggiunti al progetto VS.
-
-6.  Costruire e testare.
-
-## Aggiornamento a 1.9.0 da 1.8.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.9.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.9.0.js` file.
-
-## Aggiornamento a 1.8.0 da 1.7.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.8.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.8.0.js` file.
-
-## Aggiornamento a 1.7.0 da 1.6.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.7.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.7.0.js` file.
-
-## Aggiornamento a 1.6.1 da 1.6.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.6.1.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.6.1.js` file.
-
-## Aggiornamento a 1.6.0 da 1.5.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.6.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.6.0.js` file.
-
-## Aggiornamento a 1.5.0 da 1.4.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.5.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.5.0.js` file.
-
-## Aggiornamento a 1.4.0 da 1.3.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.4.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.4.0.js` file.
-
-## Aggiornamento a 1.3.0 da 1.2.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.3.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.3.0.js` file.
-
-## Aggiornamento a 1.2.0 da 1.1.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: È possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.2.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.2.0.js` file.
-
-## Aggiornamento a 1.1.0 da 1.0.0
-
-Nella finestra Esplora soluzioni di Visual Studio:
-
-1.  Eliminare `GapLib/WP7CordovaClassLib.dll` dal progetto.
-
-2.  Rimuovere il riferimento a `WP7CordovaClassLib` nella directory **riferimenti** .
-
-3.  Tasto destro del mouse su **riferimenti** e scegliere **Aggiungi riferimento**.
-
-4.  Passare alla nuova distribuzione e aggiungere il `WP7CordovaClassLib.dll` file.
-    
-    **Nota**: è possibile visualizzare la versione della DLL cliccando col tasto destro sul riferimento e selezionando **Proprietà**.
-
-5.  Copiare il nuovo `cordova-1.1.0.js` nel vostro progetto. (Essere sicuri che è contrassegnato come contenuto).
-
-6.  Aggiorna il tuo HTML per utilizzare il nuovo `cordova-1.1.0.js` file.
\ No newline at end of file
+**Nota**: tutti i core API vengono rimossi dalla versione 3.0 di Cordova e devono essere installate separatamente come plugin. Per ulteriori informazioni su come riattivare queste caratteristiche in un flusso di lavoro non-CLI, vedere utilizzando Plugman per gestire i plugin.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/it/edge/guide/platforms/wp8/vmware.md
----------------------------------------------------------------------
diff --git a/docs/it/edge/guide/platforms/wp8/vmware.md b/docs/it/edge/guide/platforms/wp8/vmware.md
index 3f84509..936a31e 100644
--- a/docs/it/edge/guide/platforms/wp8/vmware.md
+++ b/docs/it/edge/guide/platforms/wp8/vmware.md
@@ -1,4 +1,6 @@
--licenza: licenza uno o più contratti di licenza di collaboratore per l'Apache Software Foundation (ASF). Vedere il file avviso distribuito con questo lavoro per ulteriori informazioni riguardanti la proprietà del copyright. L'ASF licenze questo file a voi con la licenza Apache, versione 2.0 (la "licenza"); non si può usare questo file se non in conformità con la licenza. È possibile ottenere una copia della licenza a
+* * *
+
+license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. Vedere il file avviso distribuito con questo lavoro per ulteriori informazioni riguardanti la proprietà del copyright. L'ASF licenze questo file a voi con la licenza Apache, versione 2.0 (la "licenza"); non si può usare questo file se non in conformità con la licenza. È possibile ottenere una copia della licenza a
 
            http://www.apache.org/licenses/License-2.0 se non richiesto dalla legge o concordato per iscritto, il software distribuito sotto la licenza è distribuito su un "AS IS" base, senza garanzie o condizioni di alcun tipo, esplicita o implicita.  Vedere la licenza per la lingua specifica che disciplina le autorizzazioni e limitazioni
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/it/edge/guide/support/index.md
----------------------------------------------------------------------
diff --git a/docs/it/edge/guide/support/index.md b/docs/it/edge/guide/support/index.md
index 3ee1a0f..a07f82b 100644
--- a/docs/it/edge/guide/support/index.md
+++ b/docs/it/edge/guide/support/index.md
@@ -1,11 +1,11 @@
----
+* * *
 
 licenza: licenza uno o più contratti di licenza di collaboratore per l'Apache Software Foundation (ASF). Vedere il file avviso distribuito con questo lavoro per ulteriori informazioni riguardanti la proprietà del copyright. L'ASF licenze questo file a voi con la licenza Apache, versione 2.0 (la "licenza"); non si può usare questo file se non in conformità con la licenza. È possibile ottenere una copia della licenza a
 
            http://www.apache.org/licenses/License-2.0 se non richiesto dalla legge o concordato per iscritto, il software distribuito sotto la licenza è distribuito su un "AS IS" base, senza garanzie o condizioni di alcun tipo, esplicita o implicita.  Vedere la licenza per la lingua specifica che disciplina le autorizzazioni e limitazioni della licenza.
     
 
----
+* * *
 
 # Supporto di piattaforma
 
@@ -43,10 +43,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
       </th>
       
       <th>
-        <tt>WP7</tt> (Windows<br />Phone 7)
-      </th>
-      
-      <th>
         <tt>WP8</tt> (Windows<br />Telefono 8)
       </th>
       
@@ -54,8 +50,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <tt>Win8</tt><br />(Windows 8)
       </th>
       
-      <!--        <th><tt>firefoxos</tt></th> -->
-      
       <th>
         <tt>Tizen</tt>
       </th></tr> </thead> 
@@ -89,10 +83,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
           Ubuntu
         </td>
         
-        <td data-col="winphone7"  class="y">
-          Windows
-        </td>
-        
         <td data-col="winphone8"  class="y">
           Windows
         </td>
@@ -130,9 +120,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="n">
-        </td>
-        
         <td data-col="winphone8"  class="n">
         </td>
         
@@ -170,10 +157,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-          <a href="guide_guide_platforms_wp8_plugin.md.html">(vedi dettagli)</a>
-        </td>
-        
         <td data-col="winphone8"  class="y">
           <a href="guide_guide_platforms_wp8_plugin.md.html">(vedi dettagli)</a>
         </td>
@@ -217,9 +200,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -253,9 +233,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -289,9 +266,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -326,9 +300,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -362,9 +333,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -398,9 +366,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -434,9 +399,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -470,9 +432,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -506,9 +465,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -542,9 +498,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -578,9 +531,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -614,9 +564,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -651,9 +598,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -687,9 +631,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -723,9 +664,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-        </td>
-        
         <td data-col="winphone8"  class="y">
         </td>
         
@@ -759,10 +697,6 @@ Nell'esempio seguente viene illustrato il set di strumenti di sviluppo e disposi
         <td data-col="ubuntu"        class="y">
         </td>
         
-        <td data-col="winphone7"  class="y">
-          localStorage & indexedDB
-        </td>
-        
         <td data-col="winphone8"  class="y">
           localStorage & indexedDB
         </td>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/it/edge/index.md
----------------------------------------------------------------------
diff --git a/docs/it/edge/index.md b/docs/it/edge/index.md
index 58856da..bdf2a3e 100644
--- a/docs/it/edge/index.md
+++ b/docs/it/edge/index.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 <div id="home">
   <h1>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/it/edge/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/docs/it/edge/plugin_ref/plugman.md b/docs/it/edge/plugin_ref/plugman.md
index 53e3595..4d9cef9 100644
--- a/docs/it/edge/plugin_ref/plugman.md
+++ b/docs/it/edge/plugin_ref/plugman.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # L'utilizzo di Plugman per gestire i plugin
 
@@ -52,7 +51,7 @@ Prima di utilizzare Plugman, è necessario creare un progetto di Cordova. È pos
 
 Una volta che hai installato Plugman e hanno creato un progetto di Cordova, è possibile iniziare l'aggiunta di plugin per la piattaforma con:
 
-    $ plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin <name|url|path> [--plugins_dir <directory>] [--www <directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
+    $ plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin <name|url|path> [--plugins_dir <directory>] [--www <directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
     
 
 Utilizzando i parametri minimi, questo comando installa un plugin in un progetto di cordova. È necessario specificare un percorso di progetto piattaforma e cordova per tale piattaforma. È necessario specificare anche un plugin, con le diverse `--plugin` parametro forma essendo:
@@ -73,7 +72,7 @@ Altri parametri:
 
 Per disinstallare un plugin, è sufficiente passare il `--uninstall` bandiera e fornire l'ID del plugin.
 
-    $ plugman --uninstall --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin <id> [--www <directory>] [--plugins_dir <directory>]
+    $ plugman --uninstall --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin <id> [--www <directory>] [--plugins_dir <directory>]
     
 
 ## Aiuto comandi
@@ -133,38 +132,38 @@ Negli esempi seguenti mostrano come aggiungere plugin come necessario affinché
 
 *   cordova-plugin-battery-status
     
-    plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.battery-status
+    plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.battery-status
 
-*   cordova-plugin-camera plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.camera
+*   cordova-plugin-camera plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.camera
 
-*   cordova-plugin-console plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.console
+*   cordova-plugin-console plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.console
 
-*   cordova-plugin-contacts plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.contacts
+*   cordova-plugin-contacts plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.contacts
 
-*   cordova-plugin-device plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.device
+*   cordova-plugin-device plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.device
 
-*   cordova-plugin-device-motion (accelerometer) plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.device-motion
+*   cordova-plugin-device-motion (accelerometer) plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.device-motion
 
-*   cordova-plugin-device-orientation (compass) plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.device-orientation
+*   cordova-plugin-device-orientation (compass) plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.device-orientation
 
-*   cordova-plugin-dialogs plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.dialogs
+*   cordova-plugin-dialogs plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.dialogs
 
-*   cordova-plugin-file plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.file
+*   cordova-plugin-file plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.file
 
-*   cordova-plugin-file-transfer plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.file-transfer
+*   cordova-plugin-file-transfer plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.file-transfer
 
-*   cordova-plugin-geolocation plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.geolocation
+*   cordova-plugin-geolocation plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.geolocation
 
-*   cordova-plugin-globalization plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.globalization
+*   cordova-plugin-globalization plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.globalization
 
-*   cordova-plugin-inappbrowser plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.inappbrowser
+*   cordova-plugin-inappbrowser plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.inappbrowser
 
-*   cordova-plugin-media plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.media
+*   cordova-plugin-media plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.media
 
-*   cordova-plugin-media-capture plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.media-capture
+*   cordova-plugin-media-capture plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.media-capture
 
-*   cordova-plugin-network-information plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.network-information
+*   cordova-plugin-network-information plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.network-information
 
-*   cordova-plugin-splashscreen plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.splashscreen
+*   cordova-plugin-splashscreen plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.splashscreen
 
-*   cordova-plugin-vibration plugman --platform <ios|amazon-fireos|android|blackberry10|wp7|wp8> --project <directory> --plugin org.apache.cordova.vibration
\ No newline at end of file
+*   cordova-plugin-vibration plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin org.apache.cordova.vibration
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/it/edge/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/docs/it/edge/plugin_ref/spec.md b/docs/it/edge/plugin_ref/spec.md
index ce02696..f11f959 100644
--- a/docs/it/edge/plugin_ref/spec.md
+++ b/docs/it/edge/plugin_ref/spec.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # Plugin Specification
 
@@ -73,7 +72,7 @@ Il `<engine>` tag ha anche il supporto predefinito per tutte le principali piatt
     </engines>
     
 
-Ecco un elenco di default motori che la '<engine>' etichetta supporta: * 'cordova' * 'cordova-plugman' * 'cordova-Amazzonia-fireos' * 'cordova-android' * 'cordova-ios' * 'cordova-blackberry10' * 'cordova-wp7' * 'cordova-wp8' * 'cordova-windows8'  
+Ecco un elenco di default motori che la '<engine>' etichetta supporta: * 'cordova' * 'cordova-plugman' * 'cordova-Amazzonia-fireos' * 'cordova-android' * 'cordova-ios' * 'cordova-blackberry10' * 'cordova-wp8' * 'cordova-windows8'  
 * ' android-sdk' / / restituisce l'api di Android più alto livello installato * 'apple xcode-' / / restituisce la versione di xcode * 'apple-ios' / / restituisce la versione iOS installata * 'apple-osx' / / restituisce la versione OSX * 'blackberry-ndk' / / restituisce la versione SDK nativo blackberry
 
 Specifica quadri personalizzati basati su Apache Cordova dovrebbero essere elencati sotto l'etichetta del motore in questo modo:
@@ -241,8 +240,8 @@ Nomi di piattaforma dovrebbero essere minuscoli. Nomi di piattaforma, come arbit
 *   Android
 *   blackberry10
 *   iOS
-*   WP7
 *   WP8
+*   Windows8
 
 ## *file di origine* Elemento
 
@@ -317,6 +316,10 @@ Esso supporta i seguenti attributi:
     
     Se il selettore non si risolve in un bambino del documento specificato, il tool si ferma e inverte il processo di installazione, genera un avviso ed esce con un codice diverso da zero.
 
+*   `after`: Un elenco con priorità di fratelli accettati dopo di che aggiungere il frammento XML. Utile per specificare le modifiche nei file che richiedono ordine rigido di elementi XML come [http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769509%28v=vs.105%29.aspx#BKMK _EXTENSIONSelement][1]
+
+ [1]: http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769509%28v=vs.105%29.aspx#BKMK_EXTENSIONSelement
+
 ## *plugin-plist* Elemento
 
 Questo è *superata* in quanto si applica solo a cordova-ios 2.2.0 e sotto. Uso il `<config-file>` tag per versioni più recenti di Cordova.
@@ -372,13 +375,21 @@ Esempi:
     <framework src="libsqlite3.dylib" />
     <framework src="social.framework" weak="true" />
     <framework src="relative/path/to/my.framework" custom="true" />
+    <framework src="path/to/project/LibProj.csproj" custom="true" type="projectReference"/>
     
 
 Il `src` attributo identifica il quadro, che plugman tenta di aggiungere al progetto di Cordova, nella maniera corretta per una determinata piattaforma.
 
 L'optional `weak` attributo è un valore booleano che indica se il quadro dovrebbe essere debolmente legato. Il valore predefinito è`false`.
 
-L'optional `custom` attributo è un valore booleano che indica se il quadro è quello che è incluso come parte del vostro file di plugin (quindi non è un quadro di sistema). Il valore predefinito è`false`.
+L'optional `custom` attributo è un valore booleano che indica se il quadro è quello che è incluso come parte del vostro file di plugin (quindi non è un quadro di sistema). Il valore predefinito è `false` . ***Su Android*** specifica come trattare **src**. Se `true` **src** è un percorso relativo dalla directory del progetto applicazione, altrimenti - dalla directory del SDK di Android.
+
+L'optional `type` attributo è una stringa che indica il tipo di framework per aggiungere. Attualmente solo `projectReference` è supportato solo su Windows 8. Utilizzando `custom='true'` e `type='projectReference'` aggiungere un riferimento al progetto che verrà aggiunto alla compilazione + collegamento passi del progetto cordova. Questo essenzialmente è l'unico modo attualmente che un quadro 'personalizzato' possibile destinazione più architetture come sono costruite in modo esplicito come dipendenza dall'applicazione posizionamento a cordova.
+
+L'optional `parent` attributo è attualmente supportato solo su Android. Imposta il percorso relativo alla directory contenente il sottoprogetto a cui aggiungere il riferimento. Il valore predefinito è `.` , cioè il progetto di applicazione. Consente di aggiungere riferimenti tra sottoprogetti come in questo esempio:
+
+    < quadro src = "FeedbackLib" custom = "true" / >< quadro src = "extra/android/supporto/v7/appcompat" custom = "false" padre = "FeedbackLib" / >
+    
 
 ## *info* Elemento
 
@@ -387,7 +398,10 @@ Informazioni supplementari fornite agli utenti. Questo è utile quando si richie
     <info>
     You need to install __Google Play Services__ from the `Android Extras` section using the Android SDK manager (run `android`).
     
-    È necessario aggiungere la seguente riga alla 'local.properties': android.library.reference.1=PATH_TO_ANDROID_SDK/sdk/extras/google/google_play_services/libproject/google-play-services_lib < / info >
+    You need to add the following line to the `local.properties`:
+    
+    android.library.reference.1=PATH_TO_ANDROID_SDK/sdk/extras/google/google_play_services/libproject/google-play-services_lib
+    </info>
     
 
 ## Variabili

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/config_ref/images.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/config_ref/images.md b/docs/ja/edge/config_ref/images.md
index 9d14be8..0707ea2 100644
--- a/docs/ja/edge/config_ref/images.md
+++ b/docs/ja/edge/config_ref/images.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 著作権所有権に関する追加情報のためのこの仕事と分散 NOTICE ファイルを参照してください。 ASF は、Version 2.0 (「ライセンス」); Apache ライセンスの下であなたにこのファイルをライセンスします。ライセンスに従う場合、このファイルを使用可能性があります。 You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # アイコンとスプラッシュ画面
 
@@ -25,7 +24,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
         <icon src="res/ios/icon.png" platform="ios" width="57" height="57" density="mdpi" />
     
 
-src: (必須) www ディレクトリを基準にして、イメージ ファイルの場所を指定します。
+src: (必須)、プロジェクト ディレクトリを基準にして、イメージ ファイルの場所を指定します。
 
 プラットフォーム: (省略可能) ターゲット プラットフォーム
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/config_ref/index.md b/docs/ja/edge/config_ref/index.md
index 80caf11..28fa0ea 100644
--- a/docs/ja/edge/config_ref/index.md
+++ b/docs/ja/edge/config_ref/index.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # Config.xml ファイル
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.backbutton.md b/docs/ja/edge/cordova/events/events.backbutton.md
index 59f9f94..66477e5 100644
--- a/docs/ja/edge/cordova/events/events.backbutton.md
+++ b/docs/ja/edge/cordova/events/events.backbutton.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # backbutton
 
@@ -30,7 +29,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 *   アマゾン火 OS
 *   アンドロイド
 *   ブラックベリー 10
-*   Windows Phone 7 と 8
+*   Windows Phone 8
 
 ## 簡単な例
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.deviceready.md b/docs/ja/edge/cordova/events/events.deviceready.md
index d52750a..34b5075 100644
--- a/docs/ja/edge/cordova/events/events.deviceready.md
+++ b/docs/ja/edge/cordova/events/events.deviceready.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # deviceready
 
@@ -38,7 +37,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 *   ブラックベリー 10
 *   iOS
 *   Tizen
-*   Windows Phone 7 と 8
+*   Windows Phone 8
 *   Windows 8
 
 ## 簡単な例

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.endcallbutton.md b/docs/ja/edge/cordova/events/events.endcallbutton.md
index 364b1e0..83ce4b3 100644
--- a/docs/ja/edge/cordova/events/events.endcallbutton.md
+++ b/docs/ja/edge/cordova/events/events.endcallbutton.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # endcallbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.md b/docs/ja/edge/cordova/events/events.md
index 8f58cb6..bf50b14 100644
--- a/docs/ja/edge/cordova/events/events.md
+++ b/docs/ja/edge/cordova/events/events.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # イベント
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.menubutton.md b/docs/ja/edge/cordova/events/events.menubutton.md
index 66cc393..2be8cd1 100644
--- a/docs/ja/edge/cordova/events/events.menubutton.md
+++ b/docs/ja/edge/cordova/events/events.menubutton.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # menubutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.pause.md b/docs/ja/edge/cordova/events/events.pause.md
index a1dd64d..11a230d 100644
--- a/docs/ja/edge/cordova/events/events.pause.md
+++ b/docs/ja/edge/cordova/events/events.pause.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # 一時停止します。
 
@@ -33,7 +32,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 *   アンドロイド
 *   ブラックベリー 10
 *   iOS
-*   Windows Phone 7 と 8
+*   Windows Phone 8
 *   Windows 8
 
 ## 簡単な例

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.resume.md b/docs/ja/edge/cordova/events/events.resume.md
index b26173a..cc6e0f9 100644
--- a/docs/ja/edge/cordova/events/events.resume.md
+++ b/docs/ja/edge/cordova/events/events.resume.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # 再開
 
@@ -33,7 +32,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 *   アンドロイド
 *   ブラックベリー 10
 *   iOS
-*   Windows Phone 7 と 8
+*   Windows Phone 8
 *   Windows 8
 
 ## 簡単な例

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.searchbutton.md b/docs/ja/edge/cordova/events/events.searchbutton.md
index c0faaf2..e22815f 100644
--- a/docs/ja/edge/cordova/events/events.searchbutton.md
+++ b/docs/ja/edge/cordova/events/events.searchbutton.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # searchbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.startcallbutton.md b/docs/ja/edge/cordova/events/events.startcallbutton.md
index 840dc27..3fda26e 100644
--- a/docs/ja/edge/cordova/events/events.startcallbutton.md
+++ b/docs/ja/edge/cordova/events/events.startcallbutton.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # startcallbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.volumedownbutton.md b/docs/ja/edge/cordova/events/events.volumedownbutton.md
index 38edf9f..310272f 100644
--- a/docs/ja/edge/cordova/events/events.volumedownbutton.md
+++ b/docs/ja/edge/cordova/events/events.volumedownbutton.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # volumedownbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/events/events.volumeupbutton.md b/docs/ja/edge/cordova/events/events.volumeupbutton.md
index f6f91f9..8c4d56f 100644
--- a/docs/ja/edge/cordova/events/events.volumeupbutton.md
+++ b/docs/ja/edge/cordova/events/events.volumeupbutton.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # volumeupbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/plugins/pluginapis.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/plugins/pluginapis.md b/docs/ja/edge/cordova/plugins/pluginapis.md
index bd2fa8c..06ff7c2 100644
--- a/docs/ja/edge/cordova/plugins/pluginapis.md
+++ b/docs/ja/edge/cordova/plugins/pluginapis.md
@@ -1,4 +1,4 @@
----
+* * *
 
 免許証: アパッシュ ソフトウェア基礎 (ASF) を 1 つまたは複数の共同作成者のライセンス契約の下でライセンスされています。 著作権所有権に関する追加情報のためのこの仕事と分散 NOTICE ファイルを参照してください。 ASF は、Version 2.0 (「ライセンス」); Apache ライセンスの下であなたにこのファイルをライセンスします。ライセンスに従う場合、このファイルを使用可能性があります。 ライセンスのコピーを入手した可能性があります。
 
@@ -25,82 +25,87 @@
     
     > デバイスのカメラを使用して写真をキャプチャします。
 
-*   [連絡先][4]
+*   [コンソール][4]
+    
+    > Console.log() に追加機能を追加します。
+
+*   [連絡先][5]
     
     > デバイスの連絡先データベースで動作します。
 
-*   [デバイス][5]
+*   [デバイス][6]
     
     > デバイス固有の情報を収集します。
 
-*   [デバイスの動き (加速度)][6]
+*   [デバイスの動き (加速度)][7]
     
     > デバイスのモーション センサーをタップします。
 
-*   [デバイスの向き (コンパス)][7]
+*   [デバイスの向き (コンパス)][8]
     
     > デバイスが指している方向を取得します。
 
-*   [ダイアログ ボックス][8]
+*   [ダイアログ ボックス][9]
     
     > 視覚デバイス通知。
 
-*   [ファイル ・ システム][9]
+*   [ファイル ・ システム][10]
     
     > Java スクリプトの設定をネイティブのファイル システムにフックします。
 
-*   [ファイルの転送][10]
+*   [ファイルの転送][11]
     
     > Java スクリプトの設定をネイティブのファイル システムにフックします。
 
-*   [地理位置情報][11]
+*   [地理位置情報][12]
     
     > アプリケーションの場所を認識させます。
 
-*   [グローバリゼーション][12]
+*   [グローバリゼーション][13]
     
     > ロケールに固有のオブジェクトの表現を有効にします。
 
-*   [InAppBrowser][13]
+*   [InAppBrowser][14]
     
     > 別のアプリ内ブラウザー インスタンスで Url を起動します。
 
-*   [メディア][14]
+*   [メディア][15]
     
     > 記録し、オーディオ ファイルを再生します。
 
-*   [メディアをキャプチャします。][15]
+*   [メディアをキャプチャします。][16]
     
     > デバイスのメディア ・ キャプチャ ・ アプリケーションを使用してメディア ファイルをキャプチャします。
 
-*   [ネットワーク情報 (接続)][16]
+*   [ネットワーク情報 (接続)][17]
     
     > ネットワークの状態、および携帯電話のネットワーク情報をすばやく確認します。
 
-*   [スプラッシュ スクリーン][17]
+*   [スプラッシュ スクリーン][18]
     
     > アプリケーションのスプラッシュ スクリーンを非表示。
 
-*   [振動][18]
+*   [振動][19]
     
     > デバイスを振動する API です。
 
- [2]: https://github.com/apache/cordova-plugin-battery-status/blob/master/doc/index.md
- [3]: https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md
- [4]: https://github.com/apache/cordova-plugin-contacts/blob/master/doc/index.md
- [5]: https://github.com/apache/cordova-plugin-device/blob/master/doc/index.md
- [6]: https://github.com/apache/cordova-plugin-device-motion/blob/master/doc/index.md
- [7]: https://github.com/apache/cordova-plugin-device-orientation/blob/master/doc/index.md
- [8]: https://github.com/apache/cordova-plugin-dialogs/blob/master/doc/index.md
- [9]: https://github.com/apache/cordova-plugin-file/blob/master/doc/index.md
- [10]: https://github.com/apache/cordova-plugin-file-transfer/blob/master/doc/index.md
- [11]: https://github.com/apache/cordova-plugin-geolocation/blob/master/doc/index.md
- [12]: https://github.com/apache/cordova-plugin-globalization/blob/master/doc/index.md
- [13]: https://github.com/apache/cordova-plugin-inappbrowser/blob/master/doc/index.md
- [14]: https://github.com/apache/cordova-plugin-media/blob/master/doc/index.md
- [15]: https://github.com/apache/cordova-plugin-media-capture/blob/master/doc/index.md
- [16]: https://github.com/apache/cordova-plugin-network-information/blob/master/doc/index.md
- [17]: https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md
- [18]: https://github.com/apache/cordova-plugin-vibration/blob/master/doc/index.md
-
-これらのプラグインのドキュメントの翻訳を英語以外の言語は、コルドバのドキュメントの古いバージョンを見て発見ことができます。非常に右上のこのサイトでバージョンを切り替えるには、ドロップ ダウン メニューを使用します。
\ No newline at end of file
+ [2]: http://plugins.cordova.io/#/package/org.apache.cordova.battery-status
+ [3]: http://plugins.cordova.io/#/package/org.apache.cordova.camera
+ [4]: http://plugins.cordova.io/#/package/org.apache.cordova.console
+ [5]: http://plugins.cordova.io/#/package/org.apache.cordova.contacts
+ [6]: http://plugins.cordova.io/#/package/org.apache.cordova.device
+ [7]: http://plugins.cordova.io/#/package/org.apache.cordova.device-motion
+ [8]: http://plugins.cordova.io/#/package/org.apache.cordova.device-orientation
+ [9]: http://plugins.cordova.io/#/package/org.apache.cordova.dialogs
+ [10]: http://plugins.cordova.io/#/package/org.apache.cordova.file
+ [11]: http://plugins.cordova.io/#/package/org.apache.cordova.file-transfer
+ [12]: http://plugins.cordova.io/#/package/org.apache.cordova.geolocation
+ [13]: http://plugins.cordova.io/#/package/org.apache.globalization
+ [14]: http://plugins.cordova.io/#/package/org.apache.cordova.inappbrowser
+ [15]: http://plugins.cordova.io/#/package/org.apache.cordova.media
+ [16]: http://plugins.cordova.io/#/package/org.apache.cordova.media-capture
+ [17]: http://plugins.cordova.io/#/package/org.apache.cordova.network-information
+ [18]: http://plugins.cordova.io/#/package/org.apache.cordova.splashscreen
+ [19]: http://plugins.cordova.io/#/package/org.apache.cordova.vibration
+
+これらのプラグインのドキュメントの翻訳を英語以外の言語コルドバ ドキュメントの古いバージョンを見て発見することができます。非常に右上のこのサイトでバージョンを切り替えるには、ドロップ ダウン メニューを使用します。
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/cordova/storage/storage.md b/docs/ja/edge/cordova/storage/storage.md
index 063336c..97937fb 100644
--- a/docs/ja/edge/cordova/storage/storage.md
+++ b/docs/ja/edge/cordova/storage/storage.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # ストレージ
 
@@ -28,11 +27,9 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 
  [2]: http://www.w3.org/TR/webstorage/
 
-**Windows Phone 7 気まぐれ**: ドット表記は*いない*利用可能な必ずを使用 `setItem` または `getItem` としてのストレージ オブジェクトから直接キーにアクセスするのではなく`window.localStorage.someKey`.
-
 ## WebSQL
 
-この API は、基になる web ビューで利用可能です。 [Web SQL データベースの仕様][3]では、SQL クエリを通じてより多くのフル機能を備えたデータベース テーブルにアクセスを提供しています。
+この API は、基になる web ビューで利用可能です。 [Web の SQL データベースの仕様][3]を利用してより多くのフル機能を備えたデータベース テーブル アクセス SQL クエリ。
 
  [3]: http://dev.w3.org/html5/webdatabase/
 
@@ -51,8 +48,9 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 
 次のプラットフォームでは、IndexedDB をサポートします。
 
-*   Windows Phone 8
 *   ブラックベリー 10
+*   Windows Phone 8
+*   Windows 8
 
 ## プラグイン ベースのオプション
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/guide/appdev/privacy/index.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/guide/appdev/privacy/index.md b/docs/ja/edge/guide/appdev/privacy/index.md
index fb646fd..fedf49e 100644
--- a/docs/ja/edge/guide/appdev/privacy/index.md
+++ b/docs/ja/edge/guide/appdev/privacy/index.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # プライバシー ガイド
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/guide/appdev/security/index.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/guide/appdev/security/index.md b/docs/ja/edge/guide/appdev/security/index.md
index 77f7193..bb305cc 100644
--- a/docs/ja/edge/guide/appdev/security/index.md
+++ b/docs/ja/edge/guide/appdev/security/index.md
@@ -1,4 +1,4 @@
----
+* * *
 
 免許証: アパッシュ ソフトウェア基礎 (ASF) を 1 つまたは複数の共同作成者のライセンス契約の下でライセンスされています。 著作権所有権に関する追加情報のためのこの仕事と分散 NOTICE ファイルを参照してください。 ASF は、Version 2.0 (「ライセンス」); Apache ライセンスの下であなたにこのファイルをライセンスします。ライセンスに従う場合、このファイルを使用可能性があります。 ライセンスのコピーを入手した可能性があります。
 
@@ -31,7 +31,7 @@
 
 *   Android のホワイト リスト コルドバの 2.9.x は安全と見なされます、しかし、それは発見された foo.com がホワイト リストに含まれる場合、foo.com.evil.com ホワイト リストのテストに合格することができるでしょう。 これはコルドバで修正された 3.x。
 
-*   Android の API 10 以下と iframe および XMLHttpRequest の WP7/8 ドメイン ホワイト リストは動作しません。 つまり、攻撃者が iframe 内の任意のドメインに読み込むことができ、iframe 内のページのスクリプトも一切コルドバの JavaScript オブジェクトと対応するネイティブ Java オブジェクトに直接アクセスできます。 これらのプラットフォーム用のアプリケーションを構築する際、これを考慮に入れなければなりません。 実際にはつまり、ターゲット 10 より高い Android の API と、可能であればを使用しない iframe を読み込む外部コンテンツ - inAppBrowser プラグインや他のサードパーティ製プラグインを使用してください。
+*   Android の API 10 と以下は、ホワイト リスト登録のドメインは動作しませんし、iframe の WP8 XMLHttpRequest。 つまり、攻撃者が iframe 内の任意のドメインに読み込むことができ、iframe 内のページのスクリプトも一切コルドバの JavaScript オブジェクトと対応するネイティブ Java オブジェクトに直接アクセスできます。 これらのプラットフォーム用のアプリケーションを構築する際、これを考慮に入れなければなりません。 実際にはつまり、ターゲット 10 より高い Android の API と、可能であればを使用しない iframe を読み込む外部コンテンツ - inAppBrowser プラグインや他のサードパーティ製プラグインを使用してください。
 
 ## Iframe およびコールバック Id メカニズム
 
@@ -55,6 +55,8 @@ Android でコルドバを実行する場合を使用して `android:debuggable=
 
 ## 暗号化されたストレージ
 
+(未定)
+
 ## 一般的なヒント
 
 ### Android のジンジャーブレッドを使用しないでください !

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/guide/appdev/whitelist/index.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/guide/appdev/whitelist/index.md b/docs/ja/edge/guide/appdev/whitelist/index.md
index bb244a9..8f5b725 100644
--- a/docs/ja/edge/guide/appdev/whitelist/index.md
+++ b/docs/ja/edge/guide/appdev/whitelist/index.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # ホワイト リスト ガイド
 
@@ -126,7 +125,7 @@ IOS プラットフォーム上のワイルドカードは、 [W3C のウィジ
 
 ## Windows Phone のホワイト リスト
 
-アプリの Windows Phone 7 と 8 のホワイト リスト登録ルールの発見 `config.xml` ファイル。
+アプリの Windows Phone 8 ホワイト リスト登録ルールの発見 `config.xml` ファイル。
 
 ## Tizen ホワイト
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/guide/cli/index.md b/docs/ja/edge/guide/cli/index.md
index 95c218a..63f670e 100644
--- a/docs/ja/edge/guide/cli/index.md
+++ b/docs/ja/edge/guide/cli/index.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -12,7 +12,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          under the License.
     
 
----
+* * *
 
 # コマンド ライン インターフェイス
 
@@ -28,7 +28,6 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 *   アマゾン火 OS (Mac、Linux、Windows)
 *   アンドロイド (Mac、Linux、Windows)
 *   ブラックベリー 10 (Mac、Linux、Windows)
-*   Windows Phone 7 (Windows)
 *   Windows Phone 8 (Windows)
 *   Windows 8 (Windows)
 *   Firefox OS (Mac、Linux、Windows)
@@ -85,7 +84,7 @@ Mac のコマンドラインです*ターミナル*アプリケーション経
 
 いくつかの時間がかかるを完了するコマンドがかかります。コマンドを実行して、 `-d` オプションは、進行状況に関する情報を表示します。
 
-最初の引数の*ハロー*プロジェクトに対して生成されるディレクトリを指定します。 このディレクトリは既に存在する必要があります、コルドバはあなたのために作成されます。 その `www` サブディレクトリ、アプリケーションのホーム ページで、下にあるさまざまなリソースと一緒に家 `css` 、 `js` と `img` 、一般的な web 開発ファイル名前付け規則に従いますが。 `config.xml`ファイルには生成し、アプリケーションの配布に必要な重要なメタデータが含まれています。
+最初の引数の*ハロー*プロジェクトに対して生成されるディレクトリを指定します。 このディレクトリは既に存在する必要があります、コルドバはあなたのために作成されます。 その `www` サブディレクトリ、アプリケーションのホーム ページで、下にあるさまざまなリソースと一緒に家 `css` 、 `js` と `img` 、一般的な web 開発ファイル名前付け規則に従いますが。 これらの資産は、リモートで提供されないデバイスのローカル ファイル システムに格納されます。 `config.xml`ファイルには生成し、アプリケーションの配布に必要な重要なメタデータが含まれています。
 
 2 番目の引数 `com.example.hello` 逆引きドメイン スタイル識別子と、プロジェクトを提供します。 この引数はオプションですが、またので、引数が位置指定に 3 番目の引数を省略する場合にのみです。 この値は編集できます後で、 `config.xml` ファイル、しかし、ことはの外で生成されたコードがあるかもしれないことに注意してください `config.xml` Java パッケージ名など、この値を使用して。 既定値は `io.cordova.hellocordova` が適切な値を選択することをお勧めします。
 
@@ -109,7 +108,6 @@ Mac のコマンドラインです*ターミナル*アプリケーション経
 
 *Wp*は Windows Phone オペレーティング システムの異なるバージョンを参照 Windows マシンからこれらのいずれかを実行します。
 
-        $ cordova platform add wp7
         $ cordova platform add wp8
         $ cordova platform add windows8
         $ cordova platform add amazon-fireos
@@ -196,9 +194,14 @@ Mac のコマンドラインです*ターミナル*アプリケーション経
 
 ビルド、新しいプロジェクトを表示すると表示される既定のアプリケーションは非常にしません。 標準の web テクノロジーを活用する多くの方法でアプリを変更することができますが、デバイス レベルのさまざまな機能と密接に通信するアプリ、コア コルドバ Api へのアクセスを提供するプラグインを追加する必要があります。
 
-*プラグイン*はネイティブ コンポーネントへのインタ フェースを提供するアドオン コードのビットです。 たとえば、ネイティブ コンポーネントを持つコルドバの WebView をミックスしたハイブリッド アプリを設計するときの独自のプラグイン インターフェイスをデザインできます。 (詳細については埋め込み web 表示と[プラグイン開発ガイド][6]を参照してください)。一般的に、コルドバの基本的なデバイス レベル機能は、API リファレンスの詳細のいずれかを有効にするプラグインを追加すると思います。 これらのプラグインを含む、コミュニティによって提供される追加のサード パーティのプラグインのリストは[plugins.cordova.io][7]でレジストリで見つかんだことができます。 CLI を使用するには、このレジストリからプラグインを検索�
 ��ます。 たとえば、検索 `bar` と `code` 小文字部分文字列としての両方の条件に一致する 1 つの結果を生成します。
+*プラグイン*はネイティブ コンポーネントへのインタ フェースを提供するアドオン コードのビットです。 たとえば、ネイティブ コンポーネントを持つコルドバの WebView をミックスしたハイブリッド アプリを設計するときの独自のプラグイン インターフェイスをデザインできます。 (詳細については埋め込み web 表示と[プラグイン開発ガイド][6]を参照してください)。一般的に、コルドバの基本的なデバイス レベル機能は、API リファレンスの詳細のいずれかを有効にするプラグインを追加すると思います。
 
  [6]: guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide
+
+バージョン 3.0 は、コルドバのプロジェクトを作成するときがない任意のプラグインが存在します。これは、新しい既定の動作です。任意のプラグインは、あなたが望むもコアプラグインは明示的に追加する必要があります。
+
+これらのプラグインを含む、コミュニティによって提供される追加のサード パーティのプラグインのリストは[plugins.cordova.io][7]でレジストリで見つかんだことができます。 CLI を使用するには、このレジストリからプラグインを検索します。 たとえば、検索 `bar` と `code` 小文字部分文字列としての両方の条件に一致する 1 つの結果を生成します。
+
  [7]: http://plugins.cordova.io/
 
         $ cordova plugin search bar code

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/guide/hybrid/plugins/index.md b/docs/ja/edge/guide/hybrid/plugins/index.md
index c539a0b..ff2aebe 100644
--- a/docs/ja/edge/guide/hybrid/plugins/index.md
+++ b/docs/ja/edge/guide/hybrid/plugins/index.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # プラグイン開発ガイド
 
@@ -20,7 +19,9 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
 
  [1]: http://plugins.cordova.io
 
-プラグインはサポートされる各プラットフォーム用の対応するネイティブ コード ライブラリと共に単一の java スクリプトの設定インタ フェースを構成します。 JavaScript からネイティブ プラットフォームとはるかに複雑な機能を構築するモデルとして使用することができます 1 つ背面に文字列を渡します、簡単な*エコー*プラグインを介してこのセクションの手順します。 基本的なプラグイン構造と向き JavaScript インターフェイスについて説明します。 各対応するネイティブ インターフェイスはこのセクションの最後にリストを参照してください。
+プラグインはサポートされる各プラットフォーム用の対応するネイティブ コード ライブラリと共に単一の java スクリプトの設定インタ フェースを構成します。 本質的に一般的な JavaScript のインタ フェースの背後にある様々 なネイティブ コード実装非表示となります。
+
+このセクションの手順簡単な*エコー*プラグインが JavaScript からネイティブ プラットフォームとはるかに複雑な機能を構築するモデルとして使用することができます 1 つ背面に文字列を渡します。 基本的なプラグイン構造と向き JavaScript インターフェイスについて説明します。 各対応するネイティブ インターフェイスはこのセクションの最後にリストを参照してください。
 
 に加えてこれらの手順は、プラグインを作成する[既存のプラグイン][2]の指導のために目を通すことをお勧めする準備。
 
@@ -33,7 +34,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
         $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
     
 
-プラグイン ・ リポジトリーのトップレベル機能する必要があります `plugin.xml` マニフェスト ファイル。 詳細については、プラグインの仕様でこのファイルを構成する多くの方法があります。 この簡略化されたバージョンの `Device` プラグインのモデルとして使用する簡単な例を提供します。
+プラグインのリポジトリのトップレベル機能する必要があります `plugin.xml` マニフェスト ファイル。 詳細については、プラグインの仕様でこのファイルを構成する多くの方法があります。 この簡略化されたバージョンの `Device` プラグインのモデルとして使用する簡単な例を提供します。
 
         <?xml version="1.0" encoding="UTF-8"?>
         <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
@@ -134,6 +135,7 @@ JavaScript は、プラグインのおそらく最も重要な部分を作る正
 *   iOS のプラグイン
 *   ブラックベリー 10 プラグイン
 *   Windows Phone のプラグイン
+*   Windows 8 のプラグイン
 
 Tizen プラットフォームのプラグインをサポートしていません。
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9cf5f4dd/docs/ja/edge/guide/hybrid/webviews/index.md
----------------------------------------------------------------------
diff --git a/docs/ja/edge/guide/hybrid/webviews/index.md b/docs/ja/edge/guide/hybrid/webviews/index.md
index c7919a2..d2bc953 100644
--- a/docs/ja/edge/guide/hybrid/webviews/index.md
+++ b/docs/ja/edge/guide/hybrid/webviews/index.md
@@ -1,4 +1,4 @@
----
+* * *
 
 license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
 
@@ -11,8 +11,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one or more cont
          specific language governing permissions and limitations
     
 
-   under the License.
----
+## under the License.
 
 # 埋め込み web 表示