You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by vi...@apache.org on 2015/02/27 19:45:53 UTC

[05/27] docs commit: CB-8438 cordova-docs documentation translation: cordova-docs

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/pl/edge/guide/platforms/wp8/plugin.md
----------------------------------------------------------------------
diff --git a/docs/pl/edge/guide/platforms/wp8/plugin.md b/docs/pl/edge/guide/platforms/wp8/plugin.md
index 5b9d47c..eafae44 100644
--- a/docs/pl/edge/guide/platforms/wp8/plugin.md
+++ b/docs/pl/edge/guide/platforms/wp8/plugin.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # Windows Phone 8 wtyczki
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/pl/edge/guide/platforms/wp8/upgrade.md
----------------------------------------------------------------------
diff --git a/docs/pl/edge/guide/platforms/wp8/upgrade.md b/docs/pl/edge/guide/platforms/wp8/upgrade.md
index aa4d08a..27e07c5 100644
--- a/docs/pl/edge/guide/platforms/wp8/upgrade.md
+++ b/docs/pl/edge/guide/platforms/wp8/upgrade.md
@@ -1,26 +1,35 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # Aktualizacja Windows Phone 8
 
 Ten poradnik pokazuje jak zmienić Windows Phone 8 projektów, do uaktualnienia ze starszych wersji Cordova. Niektóre z tych instrukcji dotyczą projektów utworzonych w starszych zestaw narzędzi wiersza polecenia, które poprzedzają `cordova` Narzędzia CLI. Zobacz interfejs wiersza poleceń do informacji jak zaktualizować do wersji CLI. Poniższa sekcja pokazuje jak uaktualnić z projektów-CLI.
 
+## Projekty modernizacji 3.6.0 4.0.0
+
+Projekty-CLI, uruchom:
+
+        bin/update path/to/project
+    
+
+Dla projektów CLI:
+
+1.  Aktualizacja `cordova` wersji CLI. Zobacz interfejs wiersza poleceń.
+
+2.  Uruchomić `cordova platform update wp8` w istniejących projektach.
+
 ## Uaktualnienie do 3.2.0 od 3.1.0
 
 Dla projektów, które zostały utworzone z cordova CLI:
@@ -44,7 +53,7 @@ Dla projektów, które zostały utworzone z cordova CLI:
 
 Dla projektów nie stworzony z cordova CLI Uruchom:
 
-        bin\update < project_path >
+        bin\update <project_path>
     
 
 ## Uaktualnienie do consoli (3.0.0) z 2.9.0
@@ -56,7 +65,7 @@ platform add wp8`.
 
 3.  Skopiuj zawartość projektu `www` katalogu `www` katalog w katalogu głównym projektu cordova właśnie utworzyłeś.
 
-4.  Skopiuj lub zastąpić rodzimych aktywów z oryginalnego projektu ( `SplashScreen` , `ApplicationIcon` , itp.), wykonaniem pewny na dodać wszelki nowy akta do `.csproj` pliku. Windows telefon projekt opiera się wewnątrz `platforms\wp8` katalogu.
+4.  Skopiuj lub zastąpić rodzimych aktywów z oryginalnego projektu (`ekranu powitalnego`, `ApplicationIcon`, itp.), upewniając się, że wszelkie nowe pliki dodane do pliku `.csproj`. Windows telefon projekt opiera się wewnątrz katalogu `platforms\wp8`.
 
 5.  Narzędzia CLI cordova instalowac pluginy, czego potrzebujesz. Należy zauważyć, że CLI obsługuje wszystkie podstawowe API jako wtyczki, więc mogą one potrzebować do dodania. Tylko 3.0.0 wtyczki są kompatybilne z CLI.
 
@@ -72,7 +81,7 @@ W oknie Solution Explorer Visual Studio:
 
 3.  Skopiować i nadpisać żadnych ekran powitalny, lub ikonę zdjęcia.
 
-4.  Skopiować żadnych pluginów z `plugins` katalogu do nowego projektu i zapewnienia, że są one również dodawane do projektu VS.
+4.  Kopiujemy jakieś pluginy z katalogu `plugins` do nowego projektu i zapewnienia, że są one również dodawane do projektu VS.
 
 5.  Tworzenie i testowanie.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/pl/edge/guide/platforms/wp8/vmware.md
----------------------------------------------------------------------
diff --git a/docs/pl/edge/guide/platforms/wp8/vmware.md b/docs/pl/edge/guide/platforms/wp8/vmware.md
index c4b605e..de5bf26 100644
--- a/docs/pl/edge/guide/platforms/wp8/vmware.md
+++ b/docs/pl/edge/guide/platforms/wp8/vmware.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # Konfigurowanie VMWare Fusion
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/pl/edge/guide/platforms/wp8/webview.md
----------------------------------------------------------------------
diff --git a/docs/pl/edge/guide/platforms/wp8/webview.md b/docs/pl/edge/guide/platforms/wp8/webview.md
index 84c3982..18680a3 100644
--- a/docs/pl/edge/guide/platforms/wp8/webview.md
+++ b/docs/pl/edge/guide/platforms/wp8/webview.md
@@ -1,21 +1,18 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
          under the License.
----
+    
+
+* * *
 
 # Windows Phone 8.0 WebViews
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/pl/edge/guide/support/index.md
----------------------------------------------------------------------
diff --git a/docs/pl/edge/guide/support/index.md b/docs/pl/edge/guide/support/index.md
index 79f9924..577021a 100644
--- a/docs/pl/edge/guide/support/index.md
+++ b/docs/pl/edge/guide/support/index.md
@@ -1,21 +1,18 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
          under the License.
----
+    
+
+* * *
 
 # Wspierane platformy
 
@@ -246,7 +243,8 @@ Poniżej przedstawiono zestaw narzędzi i urządzeń interfejsów API dostępne
         <td data-col="winphone8"  class="y">
         </td>
         
-        <td data-col="win8"       class="n">
+        <td data-col="win8"       class="y">
+          * Windows Phone 8.1 tylko
         </td>
         
         <td data-col="tizen"       class="y">
@@ -614,7 +612,7 @@ Poniżej przedstawiono zestaw narzędzi i urządzeń interfejsów API dostępne
         <td data-col="winphone8"  class="y">
         </td>
         
-        <td data-col="win8"       class="n">
+        <td data-col="win8"       class="y">
         </td>
         
         <td data-col="tizen"       class="n">
@@ -756,6 +754,40 @@ Poniżej przedstawiono zestaw narzędzi i urządzeń interfejsów API dostępne
       
       <tr>
         <th>
+          <a href="https://github.com/apache/cordova-plugin-statusbar/blob/master/doc/index.md">Pasek stanu</a>
+        </th>
+        
+        <td data-col="amazon-fireos" class="n">
+        </td>
+        
+        <td data-col="android"    class="y">
+        </td>
+        
+        <td data-col="blackberry10" class="n">
+        </td>
+        
+        <td data-col="firefoxos" class="n">
+        </td>
+        
+        <td data-col="ios"        class="y">
+        </td>
+        
+        <td data-col="ubuntu"        class="n">
+        </td>
+        
+        <td data-col="winphone8"  class="y">
+        </td>
+        
+        <td data-col="win8"       class="y">
+          Windows Phone 8.1 tylko
+        </td>
+        
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+      
+      <tr>
+        <th>
           <a href="cordova_storage_storage.md.html">Magazyn</a>
         </th>
         
@@ -815,7 +847,8 @@ Poniżej przedstawiono zestaw narzędzi i urządzeń interfejsów API dostępne
         <td data-col="winphone8"  class="y">
         </td>
         
-        <td data-col="win8"       class="n">
+        <td data-col="win8"       class="y">
+          * Windows Phone 8.1 tylko
         </td>
         
         <td data-col="tizen"       class="n">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/pl/edge/index.md
----------------------------------------------------------------------
diff --git a/docs/pl/edge/index.md b/docs/pl/edge/index.md
index a6e0651..6d4a8eb 100644
--- a/docs/pl/edge/index.md
+++ b/docs/pl/edge/index.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          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/45f14f0e/docs/pl/edge/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/docs/pl/edge/plugin_ref/plugman.md b/docs/pl/edge/plugin_ref/plugman.md
index 47db644..eb9af22 100644
--- a/docs/pl/edge/plugin_ref/plugman.md
+++ b/docs/pl/edge/plugin_ref/plugman.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # Za pomocą Plugman do zarządzania wtyczki
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/pl/edge/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/docs/pl/edge/plugin_ref/spec.md b/docs/pl/edge/plugin_ref/spec.md
index 30de5d1..0b1897e 100644
--- a/docs/pl/edge/plugin_ref/spec.md
+++ b/docs/pl/edge/plugin_ref/spec.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # Specyfikacja plugin
 
@@ -370,6 +366,26 @@ Obsługiwanych atrybutów:
 
 *   `arch`: Architektura która `.so` plik został zbudowany, albo `device` lub`simulator`.
 
+Na platformie Windows element `<lib-file>` umożliwia włączenie `< SDKReference >` w wygenerowane pliki projektu systemu Windows.
+
+Obsługiwanych atrybutów:
+
+*   `src` (wymagane): Nazwa zestawu SDK do (który będzie używany jako wartość atrybut `Include` wygenerowane elementu `< SDKReference >`).
+
+*   `arch`: wskazuje, że `< SDKReference >` tylko powinny być uwzględniane podczas tworzenia dla określonej architektury. Obsługiwane wartości są `x86`, `x64` i `ARM`.
+
+*   `target`: wskazuje, że `< SDKReference >` tylko powinny być uwzględniane podczas tworzenia dla określonego miejsce docelowe typu urządzenia. Obsługiwane wartości są `win` (lub `windows`), `phone` lub `all`.
+
+*   `versions`: wskazuje, że `< SDKReference >` tylko powinny być uwzględniane podczas tworzenia dla wersji, które odpowiadają określonej wersji ciąg. Wartość może być dowolny ciąg zakres semantyczny wersja ważny węzeł.
+
+Przykłady:
+
+    <lib-file src="Microsoft.WinJS.2.0, Version=1.0" arch="x86" />
+    <lib-file src="Microsoft.WinJS.2.0, Version=1.0" versions=">=8.1" />
+    <lib-file src="Microsoft.WinJS.2.0, Version=1.0" target="phone" />
+    <lib-file src="Microsoft.WinJS.2.0, Version=1.0" target="win" versions="8.0" arch="x86" />
+    
+
 ## *ramy* Elementu
 
 Określa ramy (zwykle jest częścią platformy OS), na którym zależy od wtyczka.
@@ -382,17 +398,34 @@ Przykłady:
     <framework src="path/to/project/LibProj.csproj" custom="true" type="projectReference"/>
     
 
-`src`Atrybut określa ramy, w które plugman próbuje dodać do projektu Cordova, w sposób prawidłowy dla danej platformy.
+`src` atrybut określa ramy, w które plugman próbuje dodać do projektu Cordova, w sposób prawidłowy dla danej platformy.
+
+Atrybut opcjonalny `weak` jest wartością logiczną wskazującą, czy ramy powinny być słabo powiązane. Wartością domyślną jest `false`.
+
+Atrybut opcjonalny `custom` jest wartością logiczną wskazującą, czy RAM jest jeden, który jest częścią plików plugin (tak, to nie jest ramy systemu). Wartością domyślną jest `false`. ***Na Android*** to określa, jak leczyć **src**. Jeśli `true` **src** jest ścieżką względną z katalogu projektu aplikacji, inaczej--z katalogu Android SDK.
+
+Atrybut opcjonalny `type` jest ciągiem wskazującym typ struktury, aby dodać. Obsługiwane jest obecnie tylko `projectReference` i tylko dla Windows. Za pomocą `custom="true"` i `type='projectReference'` będzie dodać odwołanie do projektu, który zostanie dodany do kompilacji + link etapy projektu cordova. Zasadniczo jest to tylko sposób obecnie że ramy 'niestandardowe' można kierować wielu architektur, jak są one wyraźnie zbudowane jako zależność przez aplikację cordova odwołujący się.
+
+Atrybut opcjonalny `parent` jest obecnie obsługiwany tylko na Android. Ustawia ścieżkę względną katalogu zawierające sub-projekt, do którego należy dodać odwołanie. Wartością domyślną jest `.`, czyli projektu aplikacji. Pozwala na dodawanie odwołania między projektami jak w tym przykładzie:
+
+    <framework src="FeedbackLib" custom="true" />
+    <framework src="extras/android/support/v7/appcompat" custom="false" parent="FeedbackLib" />
+    
+
+Na platformie Windows obsługuje trzy dodatkowe atrybuty (wszystkie opcjonalne) aby zawęzić przy ramach należy uwzględnić:
 
-Opcjonalny `weak` atrybut jest wartością logiczną wskazującą, czy ramy powinny być słabo powiązane. Wartością domyślną jest`false`.
+`arch` atrybut wskazuje, że ramach tylko należy włączyć, gdy budynek dla określonej architektury. Obsługiwane wartości są `x86`, `x64` i `ARM`.
 
-Opcjonalny `custom` atrybut jest wartością logiczną wskazującą, czy RAM jest jeden, który jest częścią plików plugin (tak, to nie jest ramy systemu). Wartością domyślną jest `false` . ***Na Android*** to określa, jak leczyć **src**. Jeśli `true` **src** jest ścieżką względną z katalogu projektu aplikacji, inaczej--z katalogu Android SDK.
+Atrybut `target` wskazuje, że framwork tylko należy włączyć, gdy budynek dla określonego miejsce docelowe typu urządzenia. Obsługiwane wartości są `win` (lub `windows`), `phone` lub `all`.
 
-Opcjonalny `type` atrybut jest ciągiem wskazującym typ struktury, aby dodać. Obecnie tylko `projectReference` jest obsługiwany i tylko na Windows 8. Za pomocą `custom='true'` i `type='projectReference'` będzie dodać odwołanie do projektu, który zostanie dodany do kompilacji + link etapy projektu cordova. Zasadniczo jest to tylko sposób obecnie że ramy 'niestandardowe' można kierować wielu architektur, jak są one wyraźnie zbudowane jako zależność przez aplikację cordova odwołujący się.
+`versions` atrybut wskazuje, że ramach tylko należy włączyć, gdy budynek dla wersji, które odpowiadają określonej wersji ciąg. Wartość może być dowolny ciąg zakres semantyczny wersja ważny węzeł.
 
-Opcjonalny `parent` atrybut jest obecnie obsługiwany tylko na Android. Ustawia ścieżkę względną katalogu zawierające sub-projekt, do którego należy dodać odwołanie. Wartością domyślną jest `.` , czyli projektu aplikacji. Pozwala na dodawanie odwołania między projektami jak w tym przykładzie:
+Przykłady użycia tych Windows określonych atrybutów:
 
-    < ramy src = "FeedbackLib" niestandardowe = "true" / >< ramach src = niestandardowe "Dodatki/android/wsparcie/v7/appcompat" = "false" rodzic = "FeedbackLib" / >
+    <framework src="src/windows/example.dll" arch="x64" />
+    <framework src="src/windows/example.dll" versions=">=8.0" />
+    <framework src="src/windows/example.vcxproj" type="projectReference" target="win" />
+    <framework src="src/windows/example.vcxproj" type="projectReference" target="all" versions="8.1" arch="x86" />
     
 
 ## *informacji* Elementu
@@ -410,26 +443,26 @@ Dodatkowe informacje dla użytkowników. Jest to przydatne, gdy potrzebujesz dod
 
 ## Zmienne
 
-W niektórych przypadkach plugin może być konieczne do zmiany konfiguracji zależy od aplikacji miejsce docelowe. Na przykład, aby zarejestrować się do C2DM na Android, aplikacji o identyfikatorze pakietu `com.alunny.message` wymaga uprawnienia takie jak:
+W niektórych przypadkach plugin może być konieczne do zmiany konfiguracji zależy od aplikacji miejsce docelowe. Na przykład aby zarejestrować się do C2DM na Android, aplikacji o identyfikatorze pakietu jest `com.alunny.message` wymaga uprawnienia takie jak:
 
     <uses-permission
     android:name="com.alunny.message.permission.C2D_MESSAGE"/>
     
 
-W takich przypadkach, gdzie zawartość dodaje z `plugin.xml` pliku nie jest znana przed czasem, zmiennych może być wskazany przez dolara, a następnie przez szereg liter, cyfr lub podkreśleń. Dla powyższego przykładu `plugin.xml` plik obejmowałyby tego tagu:
+W takich przypadkach, w których zawartość z pliku `plugin.xml` nie jest znana przed czasem zmiennych może być wskazany przez dolara, a następnie przez szereg liter, cyfr lub podkreśleń. Dla powyższego przykładu plik `plugin.xml` obejmowałyby tego tagu:
 
     <uses-permission
     android:name="$PACKAGE_NAME.permission.C2D_MESSAGE"/>
     
 
-plugman zastępuje zmienną odniesienia określonej wartości lub ciąg pusty, jeśli nie znaleziono. Wartość zmiennej odniesienia może być wykryte (w tym przypadku z `AndroidManifest.xml` pliku) lub określony przez użytkownika narzędzia; proces dokładnej zależy od konkretnego narzędzia.
+plugman zastępuje zmienną odniesienia określonej wartości lub ciąg pusty, jeśli nie znaleziono. Wartość zmiennej odniesienia mogą być wykryte (w tym przypadku z pliku `AndroidManifest.xml`) lub określony przez użytkownika narzędzia; dokładny proces jest zależne od konkretnego narzędzia.
 
 plugman na życzenie użytkowników, aby określić wtyczki wymagane zmienne. Na przykład klucze C2M i Google Maps API może być określony jako argument wiersza polecenia:
 
     plugman --platform android --project /path/to/project --plugin name|git-url|path --variable API_KEY=!@CFATGWE%^WGSFDGSDFW$%^#$%YTHGsdfhsfhyer56734
     
 
-Aby zmienna obowiązkowe, `<platform>` etykieta musi zawierać `<preference>` tagu. Na przykład:
+Aby zmienna obowiązkowe, tagu `<platform>` musi zawierać tagu `<preference>`. Na przykład:
 
     <preference name="API_KEY" />
     
@@ -440,4 +473,4 @@ Niektóre nazwy zmiennych powinny być zastrzeżone, wymienionych poniżej.
 
 ## $PACKAGE_NAME
 
-Domeny odwrotnej styl unikatowy identyfikator pakietu, odpowiadające `CFBundleIdentifier` na iOS lub `package` atrybut najwyższego poziomu `manifest` element w `AndroidManifest.xml` pliku.
\ No newline at end of file
+Identyfikator unikatowy styl domeny odwrotnej pakietu, odpowiadające `CFBundleIdentifier` na iOS lub `package` atrybut element najwyższego poziomu `manifest` pliku `AndroidManifest.xml`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/config_ref/images.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/config_ref/images.md b/docs/zh/edge/config_ref/images.md
index 8198566..dc41846 100644
--- a/docs/zh/edge/config_ref/images.md
+++ b/docs/zh/edge/config_ref/images.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 圖示和啟動畫面
 
@@ -65,7 +61,7 @@ Android 系統
          </platform>
     
 
-Blackberry10
+BlackBerry10
 
          <platform name="blackberry10">
                   <icon src="res/bb10/icon-86.png" />
@@ -84,7 +80,34 @@ Blackberry10
 
 iOS
 
-         < 平臺名稱 ="ios">< ! — — iOS 7.0 +--> < ! — — iPhone / iPod Touch--> < 圖示 src="res/ios/icon-60.png"寬度 ="60"高度 ="60"/ >< 圖示 src ="res/ios/icon-60@2x.png"寬度 ="120"高度 ="120"/ ><! — — iPad--> < 圖示 src="res/ios/icon-76.png"寬度 ="76"高度 ="76"/ >< 圖示 src ="res/ios/icon-76@2x.png"寬度 ="152"高度 ="152"/ >< ! — — iOS 6.1--> < ! — — Spotlight 圖示--> < 圖示 src="res/ios/icon-40.png"寬度 ="40"高度 ="40"/ >< 圖示 src ="res/ios/icon-40@2x.png"寬度 ="80"高度 ="80"/ >< ! — — iPhone / iPod Touch--> < 圖示 src="res/ios/icon.png"寬度 ="57"高度 ="57"/ >< 圖示 src ="res/ios/icon@2x.png"寬度 ="114"高度 ="114"/ ><! — — iPad--> < 圖示 src="res/ios/icon-72.png"寬度 ="72"高度 ="72"/ >< 圖示 src ="res/ios/icon-72@2x.png"寬度 ="144"高度 ="144"/ >< ! — — iPhone 聚光燈和設置圖示--> < 圖示 src="res/ios/icon-small.png"寬度 ="29"高度 ="29"/>< 圖示 src ="res/ios/i
 con-small@2x.png"寬度 ="58"高度 ="58"/ ><! — — iPad 聚光燈和設置圖示--> < 圖示 src="res/ios/icon-50.png"寬度 ="50"高度 ="50"/ >< 圖示 src ="res/ios/icon-50@2x.png"寬度 ="100"高度 ="100"/ >< / 平臺 >
+         <platform name="ios">
+                  <!-- iOS 8.0+ -->
+                  <!-- iPhone 6 Plus  -->
+                  <icon src="res/ios/icon-60@3x.png" width="180" height="180" />
+                  <!-- iOS 7.0+ -->
+                  <!-- iPhone / iPod Touch  -->
+                  <icon src="res/ios/icon-60.png" width="60" height="60" />
+                  <icon src="res/ios/icon-60@2x.png" width="120" height="120" />
+                  <!-- iPad -->
+                  <icon src="res/ios/icon-76.png" width="76" height="76" />
+                  <icon src="res/ios/icon-76@2x.png" width="152" height="152" />
+                  <!-- iOS 6.1 -->
+                  <!-- Spotlight Icon -->
+                  <icon src="res/ios/icon-40.png" width="40" height="40" />
+                  <icon src="res/ios/icon-40@2x.png" width="80" height="80" />
+                  <!-- iPhone / iPod Touch -->
+                  <icon src="res/ios/icon.png" width="57" height="57" />
+                  <icon src="res/ios/icon@2x.png" width="114" height="114" />
+                  <!-- iPad -->
+                  <icon src="res/ios/icon-72.png" width="72" height="72" />
+                  <icon src="res/ios/icon-72@2x.png" width="144" height="144" />
+                  <!-- iPhone Spotlight and Settings Icon -->
+                  <icon src="res/ios/icon-small.png" width="29" height="29" />
+                  <icon src="res/ios/icon-small@2x.png" width="58" height="58" />
+                  <!-- iPad Spotlight and Settings Icon -->
+                  <icon src="res/ios/icon-50.png" width="50" height="50" />
+                  <icon src="res/ios/icon-50@2x.png" width="100" height="100" />
+         </platform>
     
 
 Tizen
@@ -142,6 +165,9 @@ Windows8
         <splash src="res/screen/ios/Default-Landscape~ipad.png" width="1024" height="768"/>
         <splash src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
         <splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640" height="1136"/>
+        <splash src="res/screen/ios/Default-667h.png" width="750" height="1334"/>
+        <splash src="res/screen/ios/Default-736h.png" width="1242" height="2208"/>
+        <splash src="res/screen/ios/Default-Landscape-736h.png" width="2208" height="1242"/>
     </platform>
     
     <platform name="wp8">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/config_ref/index.md b/docs/zh/edge/config_ref/index.md
index 10b8d89..78562d3 100644
--- a/docs/zh/edge/config_ref/index.md
+++ b/docs/zh/edge/config_ref/index.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # Config.xml 檔
 
@@ -107,13 +103,6 @@ license: Licensed to the Apache Software Foundation (ASF) under one
         <preference name="Fullscreen" value="true" />
         
 
-*   `Orientation`允許您鎖定方向和防止介面旋轉,在回應的方向變化。 可能的值是 `default` , `landscape` ,或 `portrait` 。 示例:
-    
-        <preference name="Orientation" value="landscape" />
-        
-    
-    **注**: `default` 值是指*兩個*橫向或縱向方向被啟用。 如果您想要使用的每個平臺的預設設置 (通常縱向只),離開此標記出來的 `config.xml` 檔。
-
 ## 多平臺首選項
 
 下面的首選項應用到多個平臺,但不是向他們:
@@ -139,6 +128,22 @@ license: Licensed to the Apache Software Foundation (ASF) under one
     
     適用于 iOS 和黑莓手機。
 
+*   `Orientation`(字串,預設值為 `default`): 允許您鎖定方向並防止介面回應變化的方向旋轉。 可能的值是 `default`,`landscape` 或 `portrait`。 示例:
+    
+        <preference name="Orientation" value="landscape" />
+        
+    
+    此外,您可以指定任何特定于平臺的定位值如果您放置 `<preference>` 元素中的 `<platform>` 元素:
+    
+        <platform name="android">
+            <preference name="Orientation" value="sensorLandscape" />
+        </platform>
+        
+    
+    適用于 Android、 iOS,WP8,亞馬遜火 OS 和火狐瀏覽器的作業系統。
+    
+    **注意**: `default` 值意味著科爾多瓦將帶定位首選項條目從平臺的清單/設定檔允許回退到其預設行為的平臺。
+
 ## *功能*元素
 
 如果你使用的 CLI 來構建應用程式,則使用 `plugin` 命令來啟用設備的 Api。 這並不會修改的頂級 `config.xml` 檔中,所以 `<feature>` 元素並不適用于您的工作流。 如果您直接在 SDK 和使用特定于平臺的工作 `config.xml` 檔作為源,您使用 `<feature>` 標記,以使設備級 Api 和外部外掛程式。 他們經常出現在特定平臺中的自訂值與 `config.xml` 的檔。 例如,在這裡是如何指定為 Android 專案設備 API:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.backbutton.md b/docs/zh/edge/cordova/events/events.backbutton.md
index f20f87d..58cfd01 100644
--- a/docs/zh/edge/cordova/events/events.backbutton.md
+++ b/docs/zh/edge/cordova/events/events.backbutton.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # backbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.deviceready.md b/docs/zh/edge/cordova/events/events.deviceready.md
index 42fd1a2..714bf12 100644
--- a/docs/zh/edge/cordova/events/events.deviceready.md
+++ b/docs/zh/edge/cordova/events/events.deviceready.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # deviceready
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.endcallbutton.md b/docs/zh/edge/cordova/events/events.endcallbutton.md
index 33de698..8b6febf 100644
--- a/docs/zh/edge/cordova/events/events.endcallbutton.md
+++ b/docs/zh/edge/cordova/events/events.endcallbutton.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # endcallbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.md b/docs/zh/edge/cordova/events/events.md
index 4d9b675..dd035ff 100644
--- a/docs/zh/edge/cordova/events/events.md
+++ b/docs/zh/edge/cordova/events/events.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 事件
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.menubutton.md b/docs/zh/edge/cordova/events/events.menubutton.md
index c1cf05e..8e9e894 100644
--- a/docs/zh/edge/cordova/events/events.menubutton.md
+++ b/docs/zh/edge/cordova/events/events.menubutton.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # menubutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.pause.md b/docs/zh/edge/cordova/events/events.pause.md
index 9e54b99..4bd6997 100644
--- a/docs/zh/edge/cordova/events/events.pause.md
+++ b/docs/zh/edge/cordova/events/events.pause.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 暫停
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.resume.md b/docs/zh/edge/cordova/events/events.resume.md
index 6568434..d34bd25 100644
--- a/docs/zh/edge/cordova/events/events.resume.md
+++ b/docs/zh/edge/cordova/events/events.resume.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 簡歷
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.searchbutton.md b/docs/zh/edge/cordova/events/events.searchbutton.md
index ad44188..63375ac 100644
--- a/docs/zh/edge/cordova/events/events.searchbutton.md
+++ b/docs/zh/edge/cordova/events/events.searchbutton.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # searchbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.startcallbutton.md b/docs/zh/edge/cordova/events/events.startcallbutton.md
index 9c63fc9..b33aefc 100644
--- a/docs/zh/edge/cordova/events/events.startcallbutton.md
+++ b/docs/zh/edge/cordova/events/events.startcallbutton.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # startcallbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.volumedownbutton.md b/docs/zh/edge/cordova/events/events.volumedownbutton.md
index 5aebcc8..a1d25ad 100644
--- a/docs/zh/edge/cordova/events/events.volumedownbutton.md
+++ b/docs/zh/edge/cordova/events/events.volumedownbutton.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # volumedownbutton
 
@@ -33,6 +29,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 ## 支援的平臺
 
 *   黑莓 10
+*   Android 系統
 
 ## 快速的示例
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/events/events.volumeupbutton.md b/docs/zh/edge/cordova/events/events.volumeupbutton.md
index a84c6e4..1f0277e 100644
--- a/docs/zh/edge/cordova/events/events.volumeupbutton.md
+++ b/docs/zh/edge/cordova/events/events.volumeupbutton.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # volumeupbutton
 
@@ -33,6 +29,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 ## 支援的平臺
 
 *   黑莓 10
+*   Android 系統
 
 ## 快速的示例
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/plugins/pluginapis.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/plugins/pluginapis.md b/docs/zh/edge/cordova/plugins/pluginapis.md
index e7f3081..7631b38 100644
--- a/docs/zh/edge/cordova/plugins/pluginapis.md
+++ b/docs/zh/edge/cordova/plugins/pluginapis.md
@@ -1,21 +1,11 @@
----
-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
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-         Unless required by applicable law or agreed to in writing,
-         software distributed under the License is distributed on an
-         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-         KIND, either express or implied.  See the License for the
-         specific language governing permissions and limitations
-         under the License.
----
+* * *
+
+許可證: 下一個或多個參與者授權合約許可向阿帕奇軟體基金會 (ASF)。 請參閱分散式與此工作為版權的擁有權有關的其他資訊的通知檔。 ASF 許可證,此檔到你根據 Apache 許可證,2.0 版 ("許可證") ;您不可能使用此檔除了符合許可證。 您可能會獲得在許可證的副本
+
+           HTTP://www.apache.org/licenses/LICENSE-2.0 除非適用的法律要求或書面同意,否則按照該許可證分發的軟體分發上"按原樣"的基礎,而不擔保或條件的任何種類的明示或暗示。  請參閱許可證規定的許可權和限制的特定語言
+    
+
+## 根據許可證。
 
 # 外掛程式的 Api
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/cordova/storage/storage.md b/docs/zh/edge/cordova/storage/storage.md
index b1e32c8..3ef80dc 100644
--- a/docs/zh/edge/cordova/storage/storage.md
+++ b/docs/zh/edge/cordova/storage/storage.md
@@ -1,27 +1,23 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 存儲
 
 > 科爾多瓦的存儲選項的概述。
 
-幾個存儲 Api 是用於科爾多瓦的應用程式。請參閱[html5rocks][1]。為更全面地概述和示例。
+幾個存儲 Api 是對科爾多瓦應用程式可用。請參閱 [html5rocks][1]。有關更完整的概述和示例。
 
  [1]: http://www.html5rocks.com/en/features/storage
 
@@ -53,6 +49,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 以下平臺支援 IndexedDB:
 
 *   黑莓 10
+*   火狐瀏覽器作業系統
 *   Windows Phone 8
 *   Windows 8
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/guide/appdev/privacy/index.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/guide/appdev/privacy/index.md b/docs/zh/edge/guide/appdev/privacy/index.md
index 603e6d6..cda8ab6 100644
--- a/docs/zh/edge/guide/appdev/privacy/index.md
+++ b/docs/zh/edge/guide/appdev/privacy/index.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 隱私指南
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/guide/appdev/security/index.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/guide/appdev/security/index.md b/docs/zh/edge/guide/appdev/security/index.md
index 0dee521..96bcb7c 100644
--- a/docs/zh/edge/guide/appdev/security/index.md
+++ b/docs/zh/edge/guide/appdev/security/index.md
@@ -1,21 +1,11 @@
----
-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
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-         Unless required by applicable law or agreed to in writing,
-         software distributed under the License is distributed on an
-         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-         KIND, either express or implied.  See the License for the
-         specific language governing permissions and limitations
-         under the License.
----
+* * *
+
+許可證: 下一個或多個參與者授權合約許可向阿帕奇軟體基金會 (ASF)。 請參閱分散式與此工作為版權的擁有權有關的其他資訊的通知檔。 ASF 許可證,此檔到你根據 Apache 許可證,2.0 版 ("許可證") ;您不可能使用此檔除了符合許可證。 您可能會獲得在許可證的副本
+
+           HTTP://www.apache.org/licenses/LICENSE-2.0 除非適用的法律要求或書面同意,否則按照該許可證分發的軟體分發上"按原樣"的基礎,而不擔保或條件的任何種類的明示或暗示。  請參閱許可證規定的許可權和限制的特定語言
+    
+
+## 根據許可證。
 
 # 安全指南
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/guide/appdev/whitelist/index.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/guide/appdev/whitelist/index.md b/docs/zh/edge/guide/appdev/whitelist/index.md
index de24a61..e0dd67b 100644
--- a/docs/zh/edge/guide/appdev/whitelist/index.md
+++ b/docs/zh/edge/guide/appdev/whitelist/index.md
@@ -1,25 +1,21 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 白名單指南
 
-域白是一種安全模式,控制訪問到您應用程式有沒有控制的外部域。 科爾多瓦的預設安全性原則允許訪問的任何網站。 在移動之前您在生產中的應用,應制訂白名單和允許訪問特定的網路域和子域。
+域白名單是一種控制訪問的安全模型向外部域,您的應用程式已不能控制。 科爾多瓦的預設安全性原則允許訪問的任何網站。 在移動之前您在生產中的應用,應制訂白名單和允許訪問特定的網路域和子域。
 
 科爾多瓦遵循[W3C 構件訪問][1]規範,它依賴于 `<access>` 中應用程式的元素 `config.xml` 檔以啟用對特定域的網路訪問。 對於依賴于所述的命令列介面 CLI 工作流的專案,此檔位於專案的頂級目錄。 否則為特定于平臺的發展道路,位置列出以下各節。 (每個平臺上見各種平臺指南的詳細資訊)。
 
@@ -61,68 +57,78 @@ license: Licensed to the Apache Software Foundation (ASF) under one
  [6]: http://docs.google.com
  [7]: http://developer.mozilla.org
 
+要知道有些網站可以自動從其主頁定向到不同的 url,例如,使用 HTTPs 協定或具體國家域。 例如 HTTP://www.google.com 將重定向在 HTTPs://www.google.com,使用 SSL/TLS,然後可能進一步將重定向到一個地理位置,例如 HTTPs://www.google.co.uk。 這樣的場景可能需要修改或額外的白名單的作品可以超越你所需的初期。 請考慮這您構建您的白名單。
+
+請注意白名單僅適用于主要的科爾多瓦 web 視圖,不適用於 InAppBrowser web 視圖或系統 web 瀏覽器中的打開連結。
+
 ## 亞馬遜火 OS 白
 
-在找到特定平臺白規則`res/xml/config.xml`.
+在 `res/xml/config.xml` 中找到特定于平臺的白名單規則.
 
 ## Android 白
 
-在找到特定平臺白規則`res/xml/config.xml`.
+在 `res/xml/config.xml` 中找到特定于平臺的白名單規則.
 
-**注**: 在 Android 2.3 上和之前,域白僅適用于 `href` 的超連結,不引用的資源,如圖像和腳本。 採取步驟,避免從被注入到應用程式的腳本。
+**注**: 在 Android 2.3 和之前,域白名單只有作品 `href` 的超連結,不引用資源 (如圖像和腳本。 採取措施,避免被注入到應用程式中的腳本。
 
-**注**: 為了防止外部 Url 如 `mailto:` 從在科爾多瓦科爾多瓦 3.6.0,如 web 視圖中打開指定 `origin="*"` 含蓄將添加 HTTP 和 HTTPs 協定的規則。 如果你需要額外的自訂協定訪問,然後你應該也添加它們明確地到白名單。 也請參見"外部應用程式白名單"下面啟動外部應用程式的 URL 的詳細資訊。
+**注**: 為了防止外部 Url 如 `mailto:` 從科爾多瓦到科爾多瓦 3.6.0 版 web 視圖中打開指定 `origin="*"` 含蓄將添加 HTTP 和 HTTPs 協定的規則。 如果您需要訪問附加的自訂協定,然後您應該還添加他們明確到白名單中。 也見下文"外部應用程式白名單"上啟動外部應用程式的 URL 的詳細資訊。
 
-**注意**: 有些網路請求不經過科爾多瓦白名單。 這包括 < 視頻 > 和 < 音訊 > 資源、 WebSocket 連接 (關於 Android 4.4 +) 和其他可能的非 HTTP 請求。 Android 4.4 +,您可以在 HTML 文檔,以限制對這些資源的訪問包括[CSP][8]的標頭。 較早版本的 android 系統,它不可能對他們進行限制。
+**注意**: 有些網路請求不經過科爾多瓦白名單。 這包括 < 視頻 > 和 < 音訊 > 資源、 WebSocket 連接 (關於 Android 4.4 +) 和其他可能的非 HTTP 請求。 Android 4.4 +,您可以在 HTML 文檔,以限制對這些資源的訪問包括 [CSP][8] 的標頭。 較早版本的 android 系統,它不可能對他們進行限制。
 
  [8]: https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
 
 ### 外部應用程式白名單
 
-科爾多瓦 3.6.0 版介紹了第二個白名單中,限制允許使用 Url 來啟動外部應用程式。 在以前版本的科爾多瓦,所有的非 HTTP Url,如 `mailto:` , `geo:` , `sms:` 和 `intent` ,被隱式允許的目標<a>標記。</a> 由於洩漏資訊中的應用潛力,如果一個 XSS 漏洞,使得攻擊者能夠構建任意的連結,這些 Url 必須列入白名單,以及科爾多瓦 3.6.0 版開始。
+科爾多瓦 3.6.0 版介紹了第二個白名單中,限制允許使用 Url 來啟動外部應用程式。 在以前版本的科爾多瓦,所有的非 HTTP Url,如 `mailto:`、 `geo:`,`sms` 和 `intent`,被隱式允許 < > 標記的目標。 由於洩漏資訊中的應用潛力,如果一個 XSS 漏洞,使得攻擊者能夠構建任意的連結,這些 Url 必須列入白名單,以及科爾多瓦 3.6.0 版開始。
 
-若要允許啟動外部應用程式的 URL 模式,請使用 <access> 標記在你 `config.xml` 檔中,與 `launch-external` 屬性設置。
+若要允許啟動外部應用程式的 URL 模式,請使用在 `config.xml` 檔中,設置了 `launch-external` 屬性的 <access> 標記。
 
-示例:
+例子:
 
 *   若要允許發送 SMS 消息的連結:
     
-    <access origin="sms:*" launch-external="yes" />
+        <access origin="sms:*" launch-external="yes" />
+        
 
 *   若要允許連結打開映射:
     
-    <access origin="geo:*" launch-external="yes" />
+        <access origin="geo:*" launch-external="yes" />
+        
 
 *   若要允許在外部瀏覽器中打開的連結的連結:
     
-    <access origin="http://example.com/*" launch-external="yes" />
+        <access origin="http://example.com/*" launch-external="yes" />
+        
 
 *   允許在外部瀏覽器中打開的所有非白名單網站: (這是先前的行為,非白名單的 url 相同)
     
-    <access origin="http://*" launch-external="yes" /> <access origin="https://*" launch-external="yes" />
+        <access origin="http://*" launch-external="yes" />
+        <access origin="https://*" launch-external="yes" />
+        
 
 *   若要允許訪問所有的 url,恢復到科爾多瓦 3.5.0 政策 (不推薦):
     
-    <access origin="*" launch-external="yes" />
+        <access origin="*" launch-external="yes" />
+        
 
-當導航到一個 URL 從應用程式內,內部白名單第一,測試,如果 URL 未有列入白名單,然後測試外部的白名單。 這意味著,任何 `http:` 或 `https:` 匹配這兩個白名單的 Url 在科爾多瓦的應用程式,將會打開,而不是啟動外部瀏覽器。
+當導航到一個 URL 從應用程式內,內部白名單第一,測試,如果 URL 未有列入白名單,然後測試外部的白名單。 這意味著,任何 `HTTP:` 或 `HTTPs:` 匹配這兩個白名單的 Url 在科爾多瓦的應用程式,將會打開,而不是啟動外部瀏覽器。
 
 ## iOS 白名單
 
-在指定的應用程式目錄中找到了該平臺的白名單規則 `config.xml` 檔。
+該平臺的白名單規則是命名的應用程式目錄的 `config.xml` 檔中找到的。
 
-沒有一種協定,如指定的起源 `www.apache.org` 而不是 `http://www.apache.org` ,預設為所有的 `http` , `https` , `ftp` ,和 `ftps` 方案。
+起源一種協定,例如 `www.apache.org`,而不是 `HTTP://www.apache.org`,沒有指定預設為所有的 `HTTP`、 `HTTPs`、 `ftp`、 和 `ftps` 的計畫。
 
-萬用字元在 iOS 平臺上的是比在[W3C 部件訪問][1]規範更加靈活。 例如,以下訪問所有子域和頂層網域名如 `.com` 和 `.net` :
+萬用字元在 iOS 平臺上的是比在 [W3C 部件訪問][1] 規範更加靈活。 例如,以下訪問所有子域和頂層網域名 `.com` 和 `.net` 等:
 
         <access origin="*.google.*" />
     
 
-與 Android 平臺上文指出的導航到非白名單域通過不同 `href` iOS 上的超連結可防止頁面打開根本。
+與上文提到的導航到非白名單通過 `href` 域的 Android 平臺不同的是 iOS 上的超連結防止頁面打開根本。
 
 ## 黑莓 10 白名單
 
-中找到白名單規則`www/config.xml`.
+在 `www/config.xml` 中找到白名單規則.
 
 黑莓 10年使用萬用字元有別于其他平臺兩種方式:
 
@@ -145,13 +151,33 @@ license: Licensed to the Apache Software Foundation (ASF) under one
     
     <access origin="*" subdomains="true" />
 
-(有關支援的詳細資訊,請參閱黑莓的文檔[訪問元素][9]上.)
+(有關支援的詳細資訊,請參閱黑莓的文檔 [訪問元素][9] 上.)
 
  [9]: https://developer.blackberry.com/html5/documentation/ww_developing/Access_element_834677_11.html
 
+## 火狐瀏覽器作業系統
+
+火狐瀏覽器作業系統特定的域還有白名單沒有概念。 相反,有特殊的許可權稱為 [SystemXHR][10]。 有必要將此許可權添加到 `config.xml`:
+
+ [10]: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#Permissions
+
+    <platform name="firefoxos">
+        <permission name="systemXHR" privileged="true" description="load data from server" />
+    </platform>
+    
+
+`XMlHttpRequest` 物件需要使用兩個參數 `mozAnon` 和 `mozSystem` 進行具現化:
+
+    var request = new XMLHttpRequest({
+        mozAnon: true,
+        mozSystem: true});
+    
+
+此解決方案是透明的因此沒有其他平臺的區別。
+
 ## 3.1.0 iOS 變化
 
-在 3.1.0 版之前, 科爾多瓦 iOS 包括一些非標準的擴展到其他科爾多瓦平臺都支援的域 whilelisting 方案。 截至 3.1.0、 iOS 白名單現在符合本文檔前面所述的資源白名單語法。 如果您從預 3.1.0、 升級和使用這些擴展,您可能需要更改 `config.xml` 檔,以便像以前一樣繼續白名單相同的資源集。
+在 3.1.0 版之前, 科爾多瓦 iOS 包括一些非標準的擴展到其他科爾多瓦平臺都支援的域 whilelisting 方案。 截至 3.1.0、 iOS 白名單現在符合本文檔前面所述的資源白名單語法。 如果您從預 3.1.0、 升級和使用這些擴展,必須更改 `config.xml` 檔才能繼續白名單相同的資源作為前集。
 
 具體而言,這些模式需要更新:
 
@@ -163,10 +189,10 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 ## Windows Phone 白名單
 
-Windows Phone 8 的白名單規則發現在應用程式中的 `config.xml` 檔。
+Windows Phone 8 的白名單規則是在應用程式的 `config.xml` 檔中找到的。
 
 ## 泰白名單
 
-白名單規則發現在應用程式中的 `config.xml` 檔。 平臺依靠相同 `subdomains` 作為黑莓平臺屬性。 (有關支援的詳細資訊,請參閱 Tizen 的文檔[訪問元素][10]上.)
+白名單規則是在應用程式的 `config.xml` 檔中找到的。 平臺依靠相同的 `子域` 屬性作為黑莓平臺。 (有關支援的詳細資訊,請參閱 Tizen 的文檔 [訪問元素][11] 上.)
 
- [10]: https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fide_sdk_tools%2Fconfig_editor_w3celements.htm
\ No newline at end of file
+ [11]: https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fide_sdk_tools%2Fconfig_editor_w3celements.htm
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/guide/cli/index.md b/docs/zh/edge/guide/cli/index.md
index 437bcf2..ca0a477 100644
--- a/docs/zh/edge/guide/cli/index.md
+++ b/docs/zh/edge/guide/cli/index.md
@@ -1,21 +1,18 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
          under the License.
----
+    
+
+* * *
 
 # 命令列介面
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/guide/hybrid/plugins/index.md b/docs/zh/edge/guide/hybrid/plugins/index.md
index 42cedfe..ce43a7b 100644
--- a/docs/zh/edge/guide/hybrid/plugins/index.md
+++ b/docs/zh/edge/guide/hybrid/plugins/index.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 外掛程式開發指南
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/45f14f0e/docs/zh/edge/guide/hybrid/webviews/index.md
----------------------------------------------------------------------
diff --git a/docs/zh/edge/guide/hybrid/webviews/index.md b/docs/zh/edge/guide/hybrid/webviews/index.md
index b5c998f..9f2024b 100644
--- a/docs/zh/edge/guide/hybrid/webviews/index.md
+++ b/docs/zh/edge/guide/hybrid/webviews/index.md
@@ -1,21 +1,17 @@
----
-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
+* * *
 
-           http://www.apache.org/licenses/LICENSE-2.0
+許可證: 根據一個或多個參與者授權合約許可到 Apache 軟體基金會 (ASF)。 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
 
+           http://www.apache.org/licenses/LICENSE-2.0
+    
          Unless required by applicable law or agreed to in writing,
          software distributed under the License is distributed on an
          "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
-         under the License.
----
+    
+
+## under the License.
 
 # 嵌入 WebViews
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org