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/06/25 21:14:35 UTC

[01/11] git commit: documentation translation: cordova-plugin-splashscreen

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master 1f50d90d9 -> 6f23d8e82


documentation translation: cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/4fda49b7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/4fda49b7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/4fda49b7

Branch: refs/heads/master
Commit: 4fda49b77179e4f154ac03cd2223f24dcba0d47c
Parents: 2c68427
Author: ldeluca <ld...@us.ibm.com>
Authored: Tue May 27 21:37:03 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed May 28 12:48:19 2014 -0400

----------------------------------------------------------------------
 doc/de/index.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/ja/index.md | 14 ++++-----
 2 files changed, 91 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/4fda49b7/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
new file mode 100644
index 0000000..eb7e769
--- /dev/null
+++ b/doc/de/index.md
@@ -0,0 +1,84 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+Dieses Plugin zeigt und verbirgt einen Splash-Screen beim Start der Anwendung.
+
+## Installation
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## Unterstützte Plattformen
+
+*   Amazon Fire OS
+*   Android
+*   BlackBerry 10
+*   iOS
+*   Windows Phone 7 und 8
+*   Windows 8
+
+## Methoden
+
+*   SplashScreen.Show
+*   SplashScreen.Hide
+
+### Android Macken
+
+In Ihrem "config.xml" müssen Sie die folgende Einstellung hinzufügen
+
+`<preference name="splashscreen" value="foo" />`
+
+Wo Foo ist der Name der Datei Splashscreen. Vorzugsweise eine 9-Patch-Datei. Stellen Sie sicher, Splashcreen Dateien zu Ihrem Res/Xml-Verzeichnis unter den entsprechenden Ordnern hinzuzufügen.
+
+Für Android müssen Sie auch Ihre wichtigsten Java-Projekte-Datei bearbeiten. Sie müssen hinzufügen, einen zweiten Parameter, die eine zeitliche Verzögerung zu Ihren super.loadUrl darstellt.
+
+`super.loadUrl(Config.getStartUrl(), 10000);`
+
+## SplashScreen.Hide
+
+Schließen Sie den Splash-Screen.
+
+    navigator.splashscreen.hide();
+    
+
+### BlackBerry 10 Quirk
+
+Die `config.xml` der Datei `AutoHideSplashScreen` muss`false`.
+
+### iOS Quirk
+
+Die `config.xml` Datei `AutoHideSplashScreen` muss `false` . Verstecken den Splash-Screen für zwei Sekunden Verzögerung, fügen Sie einen Timer wie die folgende in der `deviceready` -Ereignishandler:
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## SplashScreen.Show
+
+Zeigt den Begrüßungsbildschirm.
+
+    navigator.splashscreen.show();
+    
+
+Ihre Anwendung kann nicht aufgerufen werden `navigator.splashscreen.show()` bis die app gestartet hat und das `deviceready` -Ereignis ausgelöst hat. Aber da in der Regel der Splash-Screen soll sichtbar sein, bevor die Anwendung gestartet wurde, scheint die Niederlage der Zweck des Begrüßungsbildschirms. Somit einige Konfiguration in `config.xml` wird automatisch `show` den Splash-Screen unmittelbar nach Ihrer app starten und bevor es voll gestartet und hat das `deviceready` Ereignis. Weitere Informationen zu dieser Konfiguration finden Sie unter [Symbole und Splash-Screens][1] . Aus diesem Grund ist es unwahrscheinlich, dass Sie aufrufen müssen `navigator.splashscreen.show()` den Splash-Screen beim Starten der app sichtbar zu machen.
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/4fda49b7/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index 02170d2..96a970f 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -19,7 +19,7 @@
 
 # org.apache.cordova.splashscreen
 
-This plugin displays and hides a splash screen during application launch.
+このプラグインが表示され、アプリケーションの起動中にスプラッシュ スクリーンを非表示にします。
 
 ## インストール
 
@@ -42,13 +42,13 @@ This plugin displays and hides a splash screen during application launch.
 
 ### Android の癖
 
-In your config.xml, you need to add the following preference
+あなた config.xml で、以下の設定を追加する必要があります。
 
 `<preference name="splashscreen" value="foo" />`
 
-Where foo is the name of the splashscreen file. Preferably a 9 patch file. Make sure to add your splashcreen files to your res/xml directory under the appropriate folders.
+Foo は splashscreen ファイルの名前です。できれば 9 パッチ ファイルです。解像度/xml ディレクトリの適切なフォルダーの下に splashcreen ファイルを追加することを確認します。
 
-For Android, you also have to edit your projects main java file. You must add a second parameter representing a time delay to your super.loadUrl.
+アンドロイドのためまた、プロジェクトの主要な java ファイルを編集する必要があります。あなたの super.loadUrl への遅延時間を表す 2 番目のパラメーターを追加する必要があります。
 
 `super.loadUrl(Config.getStartUrl(), 10000);`
 
@@ -59,9 +59,9 @@ For Android, you also have to edit your projects main java file. You must add a
     navigator.splashscreen.hide();
     
 
-### BlackBerry 10 Quirk
+### ブラックベリー 10 気まぐれ
 
-The `config.xml` file's `AutoHideSplashScreen` setting must be `false`.
+`config.xml`ファイルの `AutoHideSplashScreen` 設定する必要があります`false`.
 
 ### iOS の気まぐれ
 
@@ -79,6 +79,6 @@ The `config.xml` file's `AutoHideSplashScreen` setting must be `false`.
     navigator.splashscreen.show();
     
 
-Your application cannot call `navigator.splashscreen.show()` until the app has started and the `deviceready` event has fired. But since typically the splash screen is meant to be visible before your app has started, that would seem to defeat the purpose of the splash screen. Providing some configuration in `config.xml` will automatically `show` the splash screen immediately after your app launch and before it has fully started and received the `deviceready` event. See [Icons and Splash Screens][1] for more information on doing this configuration. For this reason, it is unlikely you need to call `navigator.splashscreen.show()` to make the splash screen visible for app startup.
+アプリケーションを呼び出すことはできません `navigator.splashscreen.show()` 、アプリが開始されるまで、 `deviceready` イベントが発生します。 しかし、以来、通常スプラッシュ画面アプリ開始前に表示するものですと思われる、スプラッシュ スクリーンの目的の敗北します。 いくつかの構成を提供する `config.xml` は自動的に `show` スプラッシュ画面、アプリを起動後すぐに、それが完全に起動し、受信する前に、 `deviceready` イベント。 詳細についてはこの構成を行うには、[アイコンとスプラッシュ画面][1]を参照してください。 このような理由から、それは可能性を呼び出す必要があります `navigator.splashscreen.show()` アプリ起動時のスプラッシュ画面を見やすくします。
 
  [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file


[06/11] git commit: Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen

Posted by ld...@apache.org.
Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/ae7daf48
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/ae7daf48
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/ae7daf48

Branch: refs/heads/master
Commit: ae7daf48e3fb11e51e176572b08c004a7acd264b
Parents: 4fda49b 1c350a0
Author: ldeluca <ld...@us.ibm.com>
Authored: Wed May 28 13:07:18 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed May 28 13:07:18 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[05/11] git commit: Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen

Posted by ld...@apache.org.
Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/0498d905
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/0498d905
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/0498d905

Branch: refs/heads/master
Commit: 0498d90517fd353b44a33a8c24fde45dd5900fd8
Parents: 5c245c2
Author: ldeluca <ld...@us.ibm.com>
Authored: Tue May 27 17:50:00 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed May 28 12:48:19 2014 -0400

----------------------------------------------------------------------
 doc/ja/index.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/0498d905/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
new file mode 100644
index 0000000..02170d2
--- /dev/null
+++ b/doc/ja/index.md
@@ -0,0 +1,84 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+This plugin displays and hides a splash screen during application launch.
+
+## インストール
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## サポートされているプラットフォーム
+
+*   アマゾン火 OS
+*   アンドロイド
+*   ブラックベリー 10
+*   iOS
+*   Windows Phone 7 と 8
+*   Windows 8
+
+## メソッド
+
+*   splashscreen.show
+*   splashscreen.hide
+
+### Android の癖
+
+In your config.xml, you need to add the following preference
+
+`<preference name="splashscreen" value="foo" />`
+
+Where foo is the name of the splashscreen file. Preferably a 9 patch file. Make sure to add your splashcreen files to your res/xml directory under the appropriate folders.
+
+For Android, you also have to edit your projects main java file. You must add a second parameter representing a time delay to your super.loadUrl.
+
+`super.loadUrl(Config.getStartUrl(), 10000);`
+
+## splashscreen.hide
+
+スプラッシュ スクリーンを閉じます。
+
+    navigator.splashscreen.hide();
+    
+
+### BlackBerry 10 Quirk
+
+The `config.xml` file's `AutoHideSplashScreen` setting must be `false`.
+
+### iOS の気まぐれ
+
+`config.xml`ファイルの `AutoHideSplashScreen` 設定する必要があります `false` 。 遅延を 2 秒間スプラッシュ スクリーンを非表示、する、タイマーを追加しますで次のように `deviceready` イベント ハンドラー。
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## splashscreen.show
+
+スプラッシュ画面が表示されます。
+
+    navigator.splashscreen.show();
+    
+
+Your application cannot call `navigator.splashscreen.show()` until the app has started and the `deviceready` event has fired. But since typically the splash screen is meant to be visible before your app has started, that would seem to defeat the purpose of the splash screen. Providing some configuration in `config.xml` will automatically `show` the splash screen immediately after your app launch and before it has fully started and received the `deviceready` event. See [Icons and Splash Screens][1] for more information on doing this configuration. For this reason, it is unlikely you need to call `navigator.splashscreen.show()` to make the splash screen visible for app startup.
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file


[04/11] git commit: Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen

Posted by ld...@apache.org.
Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/ec5bbc51
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/ec5bbc51
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/ec5bbc51

Branch: refs/heads/master
Commit: ec5bbc51e769eadc7fdb53b3e16bce227429e2e3
Parents: 71dc867
Author: ldeluca <ld...@us.ibm.com>
Authored: Wed Feb 26 09:36:31 2014 -0500
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed May 28 12:48:19 2014 -0400

----------------------------------------------------------------------
 doc/es/index.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/ec5bbc51/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
new file mode 100644
index 0000000..66bcb42
--- /dev/null
+++ b/doc/es/index.md
@@ -0,0 +1,84 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+Este plugin muestra y esconde una pantalla de bienvenida durante el inicio de la aplicación.
+
+## Instalación
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## Plataformas soportadas
+
+*   Amazon fuego OS
+*   Android
+*   BlackBerry 10
+*   iOS
+*   Windows Phone 7 y 8
+*   Windows 8
+
+## Métodos
+
+*   splashscreen.show
+*   splashscreen.hide
+
+### Rarezas Android
+
+En el archivo config.xml, tienes que añadir la siguiente preferencia
+
+`<preference name="splashscreen" value="foo" />`
+
+Donde foo es el nombre del archivo splashscreen. Preferiblemente un archivo de 9 parche. Asegúrese de agregar tus archivos splashcreen en tu directorio res/xml bajo las carpetas apropiadas.
+
+Para Android, también tienes que editar el archivo java principales proyectos. Debe agregar un segundo parámetro que representa un intervalo de tiempo para su super.loadUrl.
+
+`super.loadUrl(Config.getStartUrl(), 10000);`
+
+## splashscreen.hide
+
+Despedir a la pantalla de bienvenida.
+
+    navigator.splashscreen.hide();
+    
+
+### BlackBerry 10 chanfle
+
+El `config.xml` del archivo `AutoHideSplashScreen` ajuste debe ser`false`.
+
+### iOS Quirk
+
+El `config.xml` del archivo `AutoHideSplashScreen` la configuración debe ser `false` . Para retrasar oculta la pantalla splash durante dos segundos, agregue un temporizador como la siguiente en el `deviceready` controlador de eventos:
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## splashscreen.show
+
+Muestra la pantalla de bienvenida.
+
+    navigator.splashscreen.show();
+    
+
+La aplicación no se puede llamar `navigator.splashscreen.show()` hasta que haya iniciado la aplicación y el `deviceready` evento ha despedido. Pero puesto que normalmente la pantalla está destinada a ser visible antes de que comience su aplicación, que parecería que el propósito de la pantalla de bienvenida. Proporcionar cierta configuración en `config.xml` automáticamente `show` la pantalla de presentación inmediatamente después de su lanzamiento de la aplicación y antes de ser completamente ha iniciado y recibió el `deviceready` evento. Ver [los iconos y salpicadura pantallas][1] para obtener más información sobre haciendo esta configuración. Por esta razón, es poco probable que necesitas llamar a `navigator.splashscreen.show()` para hacer la pantalla visible para el inicio de la aplicación.
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file


[09/11] git commit: Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen

Posted by ld...@apache.org.
Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/1943a88c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/1943a88c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/1943a88c

Branch: refs/heads/master
Commit: 1943a88c8c7740d741db91c64567608bad3d9bd3
Parents: b109c7f ac1422f
Author: ldeluca <ld...@us.ibm.com>
Authored: Wed Jun 11 10:00:30 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed Jun 11 10:00:30 2014 -0400

----------------------------------------------------------------------
 CONTRIBUTING.md | 21 +++++++++++++++++++++
 RELEASENOTES.md | 14 ++++++++++++++
 plugin.xml      |  2 +-
 3 files changed, 36 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[07/11] git commit: CB-6773cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen

Posted by ld...@apache.org.
CB-6773cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/829dbcc8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/829dbcc8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/829dbcc8

Branch: refs/heads/master
Commit: 829dbcc8198e7a6b2d6911ab0c5b57e58d7da662
Parents: ae7daf4
Author: ldeluca <ld...@us.ibm.com>
Authored: Wed May 28 13:15:40 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed May 28 13:15:40 2014 -0400

----------------------------------------------------------------------
 doc/zh/index.md | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/829dbcc8/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index bd6eba7..eae0a07 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -19,17 +19,17 @@
 
 # org.apache.cordova.splashscreen
 
-這個外掛程式顯示和隱藏在應用程式啟動期間的初始螢幕。
+这个插件显示和隐藏在应用程序启动期间的初始屏幕。
 
-## 安裝
+## 安装
 
     cordova plugin add org.apache.cordova.splashscreen
     
 
-## 支援的平臺
+## 支持的平台
 
-*   亞馬遜火 OS
-*   Android 系統
+*   亚马逊火 OS
+*   Android 系统
 *   黑莓 10
 *   iOS
 *   Windows Phone 7 和 8
@@ -42,30 +42,30 @@
 
 ### Android 的怪癖
 
-您需要在您的 config.xml 中添加下列優先選項
+您需要在您的 config.xml 中添加下列优先选项
 
 `<preference name="splashscreen" value="foo" />`
 
-美孚在哪裡的閃屏檔的名稱。最好是 9 修補程式檔。請確保您的 splashcreen 檔添加到相應的資料夾下的 res/xml 目錄。
+美孚在哪里的闪屏文件的名称。最好是 9 修补程序文件。请确保您的 splashcreen 文件添加到相应的文件夹下的 res/xml 目录。
 
-Android 系統,也可以編輯您的專案主要的 java 檔。您必須添加第二個參數表示一個時間延遲到你 super.loadUrl。
+Android 系统,也可以编辑您的项目主要的 java 文件。您必须添加第二个参数表示一个时间延迟到你 super.loadUrl。
 
 `super.loadUrl(Config.getStartUrl(), 10000);`
 
 ## splashscreen.hide
 
-解雇的初始螢幕。
+搁置的splash屏幕。
 
     navigator.splashscreen.hide();
     
 
 ### 黑莓 10 怪癖
 
-`config.xml`檔的 `AutoHideSplashScreen` 設置必須為`false`.
+`config.xml`文件的 `AutoHideSplashScreen` 设置必须为`false`.
 
 ### iOS 怪癖
 
-`config.xml`檔的 `AutoHideSplashScreen` 設置必須為 `false` 。 若要延遲兩秒鐘隱藏的閃屏,添加如下所示在計時器 `deviceready` 事件處理常式:
+`config.xml`文件的 `AutoHideSplashScreen`必须设置为`false` 。 若要延迟两秒钟隐藏的闪屏,在`deviceready` 事件处理程序中添加一个如下所示的计时器 :
 
         setTimeout(function() {
             navigator.splashscreen.hide();
@@ -74,11 +74,11 @@ Android 系統,也可以編輯您的專案主要的 java 檔。您必須添加
 
 ## splashscreen.show
 
-顯示初始螢幕。
+显示splash屏幕。
 
     navigator.splashscreen.show();
     
 
-您的應用程式不能調用 `navigator.splashscreen.show()` 直到應用程式已啟動和 `deviceready` 觸發了事件。 但因為通常的閃屏為了是可見的在您的應用程式啟動之前,似乎要打敗閃屏的目的。 提供一些配置在 `config.xml` 自動將 `show` 的初始螢幕,您的應用程式啟動後立即和它在之前已完全開始收到 `deviceready` 事件。 做這種配置的詳細資訊,請參閱[圖示和閃屏][1]。 出於此原因,它是不太可能你需要調用 `navigator.splashscreen.show()` ,使初始螢幕可見為應用程式啟動。
+您的应用程序不能调用 `navigator.splashscreen.show()` 直到应用程序已启动和 `deviceready` 触发了事件。 但因为通常的闪屏为了是可见的在您的应用程序启动之前,似乎要打败闪屏的目的。 提供一些配置在 `config.xml` 自动将 `show` 的初始屏幕,您的应用程序启动后立即和它在之前已完全开始收到 `deviceready` 事件。 做这种配置的详细信息,请参阅[图标和闪屏][1]。 出于此原因,它是不太可能你需要调用 `navigator.splashscreen.show()` ,使初始屏幕可见为应用程序启动。
 
  [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file


[11/11] git commit: CB-6773cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen

Posted by ld...@apache.org.
CB-6773cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/6f23d8e8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/6f23d8e8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/6f23d8e8

Branch: refs/heads/master
Commit: 6f23d8e8286bf5be0c222ce9352ca7151ee24e9c
Parents: cf5c5be
Author: ldeluca <ld...@us.ibm.com>
Authored: Mon Jun 23 13:53:41 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Mon Jun 23 13:53:41 2014 -0400

----------------------------------------------------------------------
 doc/de/index.md | 22 +++++----------
 doc/es/index.md | 20 +++++---------
 doc/fr/index.md | 24 ++++++-----------
 doc/ja/index.md | 22 +++++----------
 doc/ko/index.md | 20 +++++---------
 doc/pl/index.md | 20 +++++---------
 doc/ru/index.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/zh/index.md | 36 ++++++++++---------------
 8 files changed, 130 insertions(+), 110 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6f23d8e8/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index eb7e769..c1fa98d 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -42,15 +42,13 @@ Dieses Plugin zeigt und verbirgt einen Splash-Screen beim Start der Anwendung.
 
 ### Android Macken
 
-In Ihrem "config.xml" müssen Sie die folgende Einstellung hinzufügen
+Sie müssen in der Datei config.xml fügen Sie die folgenden Einstellungen:
 
-`<preference name="splashscreen" value="foo" />`
+`<preference name="SplashScreen" value="foo" />` `<preference name="SplashScreenDelay" value="10000" />`
 
-Wo Foo ist der Name der Datei Splashscreen. Vorzugsweise eine 9-Patch-Datei. Stellen Sie sicher, Splashcreen Dateien zu Ihrem Res/Xml-Verzeichnis unter den entsprechenden Ordnern hinzuzufügen.
+Wo Foo ist der Name der Datei Splashscreen, vorzugsweise eine 9-Patch-Datei. Stellen Sie sicher, Splashcreen Dateien zu Ihrem Res/Xml-Verzeichnis unter den entsprechenden Ordnern hinzuzufügen. Der zweite Parameter stellt dar, wie lange das Splashscreen in Millisekunden angezeigt werden. Es wird standardmäßig auf 3000 ms. Weitere Informationen finden Sie unter [Symbole und Splash-Screens][1] .
 
-Für Android müssen Sie auch Ihre wichtigsten Java-Projekte-Datei bearbeiten. Sie müssen hinzufügen, einen zweiten Parameter, die eine zeitliche Verzögerung zu Ihren super.loadUrl darstellt.
-
-`super.loadUrl(Config.getStartUrl(), 10000);`
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
 
 ## SplashScreen.Hide
 
@@ -59,13 +57,9 @@ Schließen Sie den Splash-Screen.
     navigator.splashscreen.hide();
     
 
-### BlackBerry 10 Quirk
-
-Die `config.xml` der Datei `AutoHideSplashScreen` muss`false`.
+### BlackBerry 10, WP8, iOS Quirk
 
-### iOS Quirk
-
-Die `config.xml` Datei `AutoHideSplashScreen` muss `false` . Verstecken den Splash-Screen für zwei Sekunden Verzögerung, fügen Sie einen Timer wie die folgende in der `deviceready` -Ereignishandler:
+Die `config.xml` der Datei `AutoHideSplashScreen` muss `false` . Verstecken des Begrüßungsbildschirms für zwei Sekunden Verzögerung, fügen Sie einen Timer wie die folgende in der `deviceready` -Ereignishandler:
 
         setTimeout(function() {
             navigator.splashscreen.hide();
@@ -79,6 +73,4 @@ Zeigt den Begrüßungsbildschirm.
     navigator.splashscreen.show();
     
 
-Ihre Anwendung kann nicht aufgerufen werden `navigator.splashscreen.show()` bis die app gestartet hat und das `deviceready` -Ereignis ausgelöst hat. Aber da in der Regel der Splash-Screen soll sichtbar sein, bevor die Anwendung gestartet wurde, scheint die Niederlage der Zweck des Begrüßungsbildschirms. Somit einige Konfiguration in `config.xml` wird automatisch `show` den Splash-Screen unmittelbar nach Ihrer app starten und bevor es voll gestartet und hat das `deviceready` Ereignis. Weitere Informationen zu dieser Konfiguration finden Sie unter [Symbole und Splash-Screens][1] . Aus diesem Grund ist es unwahrscheinlich, dass Sie aufrufen müssen `navigator.splashscreen.show()` den Splash-Screen beim Starten der app sichtbar zu machen.
-
- [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file
+Ihre Anwendung kann nicht aufgerufen werden `navigator.splashscreen.show()` bis die app gestartet hat und das `deviceready` -Ereignis ausgelöst hat. Aber da in der Regel der Splash-Screen soll sichtbar sein, bevor die Anwendung gestartet wurde, scheint die Niederlage der Zweck des Begrüßungsbildschirms. Somit einige Konfiguration in `config.xml` wird automatisch `show` den Splash-Screen unmittelbar nach Ihrer app starten und bevor es voll gestartet und hat das `deviceready` Ereignis. Weitere Informationen zu dieser Konfiguration finden Sie unter [Symbole und Splash-Screens][1] . Aus diesem Grund ist es unwahrscheinlich, dass Sie aufrufen müssen `navigator.splashscreen.show()` den Splash-Screen beim Starten der app sichtbar zu machen.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6f23d8e8/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index 66bcb42..7075ede 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -42,15 +42,13 @@ Este plugin muestra y esconde una pantalla de bienvenida durante el inicio de la
 
 ### Rarezas Android
 
-En el archivo config.xml, tienes que añadir la siguiente preferencia
+En el archivo config.xml, tienes que añadir las siguientes preferencias:
 
-`<preference name="splashscreen" value="foo" />`
+`<preference name="SplashScreen" value="foo" />` `<preference name="SplashScreenDelay" value="10000" />`
 
-Donde foo es el nombre del archivo splashscreen. Preferiblemente un archivo de 9 parche. Asegúrese de agregar tus archivos splashcreen en tu directorio res/xml bajo las carpetas apropiadas.
+Donde foo es el nombre del archivo splashscreen, preferiblemente un archivo de 9 parche. Asegúrese de agregar tus archivos splashcreen en tu directorio res/xml bajo las carpetas apropiadas. El segundo parámetro representa cuánto aparecerán el splashscreen en milisegundos. Valor predeterminado es ms 3000. Ver [los iconos y salpicadura pantallas][1] para obtener más información.
 
-Para Android, también tienes que editar el archivo java principales proyectos. Debe agregar un segundo parámetro que representa un intervalo de tiempo para su super.loadUrl.
-
-`super.loadUrl(Config.getStartUrl(), 10000);`
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
 
 ## splashscreen.hide
 
@@ -59,11 +57,7 @@ Despedir a la pantalla de bienvenida.
     navigator.splashscreen.hide();
     
 
-### BlackBerry 10 chanfle
-
-El `config.xml` del archivo `AutoHideSplashScreen` ajuste debe ser`false`.
-
-### iOS Quirk
+### BlackBerry 10, WP8, iOS Quirk
 
 El `config.xml` del archivo `AutoHideSplashScreen` la configuración debe ser `false` . Para retrasar oculta la pantalla splash durante dos segundos, agregue un temporizador como la siguiente en el `deviceready` controlador de eventos:
 
@@ -79,6 +73,4 @@ Muestra la pantalla de bienvenida.
     navigator.splashscreen.show();
     
 
-La aplicación no se puede llamar `navigator.splashscreen.show()` hasta que haya iniciado la aplicación y el `deviceready` evento ha despedido. Pero puesto que normalmente la pantalla está destinada a ser visible antes de que comience su aplicación, que parecería que el propósito de la pantalla de bienvenida. Proporcionar cierta configuración en `config.xml` automáticamente `show` la pantalla de presentación inmediatamente después de su lanzamiento de la aplicación y antes de ser completamente ha iniciado y recibió el `deviceready` evento. Ver [los iconos y salpicadura pantallas][1] para obtener más información sobre haciendo esta configuración. Por esta razón, es poco probable que necesitas llamar a `navigator.splashscreen.show()` para hacer la pantalla visible para el inicio de la aplicación.
-
- [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file
+La aplicación no se puede llamar `navigator.splashscreen.show()` hasta que haya iniciado la aplicación y el `deviceready` evento ha despedido. Pero puesto que normalmente la pantalla está destinada a ser visible antes de que comience su aplicación, que parecería que el propósito de la pantalla de bienvenida. Proporcionar cierta configuración en `config.xml` automáticamente `show` la pantalla de presentación inmediatamente después de su lanzamiento de la aplicación y antes de ser completamente ha iniciado y recibió el `deviceready` evento. Ver [los iconos y salpicadura pantallas][1] para obtener más información sobre haciendo esta configuración. Por esta razón, es poco probable que necesitas llamar a `navigator.splashscreen.show()` para hacer la pantalla visible para el inicio de la aplicación.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6f23d8e8/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 3783591..5f98fed 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -42,30 +42,24 @@ Ce plugin affiche et masque un écran de démarrage lors du lancement de l'appli
 
 ### Quirks Android
 
-Dans votre fichier config.xml, vous devez ajouter la préférence suivante
+Dans votre fichier config.xml, vous devez ajouter les préférences suivantes :
 
-`<preference name="splashscreen" value="foo" />`
+`<preference name="SplashScreen" value="foo" />` `<preference name="SplashScreenDelay" value="10000" />`
 
-Où foo est le nom du fichier splashscreen. Préférence un fichier de 9 correctif. Assurez-vous d'ajouter vos fichiers splashcreen dans votre répertoire res/xml dans les dossiers appropriés.
+Où foo est le nom du fichier splashscreen, préférablement un fichier de 9 correctif. Assurez-vous d'ajouter vos fichiers splashcreen dans votre répertoire res/xml dans les dossiers appropriés. Le deuxième paramètre représente combien de temps le splashscreen apparaîtra en millisecondes. Il est par défaut à 3000 ms. Pour plus d'informations, consultez [icônes et écrans de démarrage][1] .
 
-Pour Android, vous devez également modifier votre fichier java principal de projets. Vous devez ajouter un deuxième paramètre, ce qui représente un temps de retard à votre super.loadUrl.
-
-`super.loadUrl(Config.getStartUrl(), 10000);`
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
 
 ## splashscreen.Hide
 
-Fait disparaître l'écran de démarrage.
+Faire disparaître de l'écran de démarrage.
 
     navigator.splashscreen.hide();
     
 
-### BlackBerry 10 Quirk
-
-La `config.xml` du fichier `AutoHideSplashScreen` doit être`false`.
+### BlackBerry 10, WP8, iOS Quirk
 
-### iOS Quirk
-
-Le paramètre `AutoHideSplashScreen</code du fichier <code>config.xml` doit être réglé à `false` . Pour retarder la disparition de l'écran de démarrage de deux secondes, ajoute un minuteur comme ci-dessous dans le gestionnaire d'événements `deviceready` :
+La `config.xml` du fichier `AutoHideSplashScreen` doit être `false` . Pour retarder la cacher l'écran de démarrage pendant deux secondes, ajouter un minuteur comme suit dans la `deviceready` gestionnaire d'événements :
 
         setTimeout(function() {
             navigator.splashscreen.hide();
@@ -79,6 +73,4 @@ Affiche l'écran de démarrage.
     navigator.splashscreen.show();
     
 
-Votre application ne peut pas appeler `navigator.splashscreen.show()` jusqu'à ce que l'application a commencé et le `deviceready` événement a été déclenché. Mais puisqu'en général, l'écran de démarrage est destiné à être visible avant que votre application a commencé, qui semblerait à l'encontre des objectifs de l'écran de démarrage. Fournir une configuration en `config.xml` sera automatiquement `show` l'écran de démarrage immédiatement après votre lancement de l'app et avant qu'il a complètement démarré et a reçu le `deviceready` événement. Voir les [icônes et les écrans de démarrage][1] pour plus d'informations sur la conduite de cette configuration. Pour cette raison, il est peu probable que vous devez appeler `navigator.splashscreen.show()` pour rendre l'écran de démarrage visible pour le démarrage de l'application.
-
- [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file
+Votre application ne peut pas appeler `navigator.splashscreen.show()` jusqu'à ce que l'application a commencé et le `deviceready` événement a été déclenché. Mais puisqu'en général, l'écran de démarrage est destiné à être visible avant que votre application a commencé, qui semblerait à l'encontre des objectifs de l'écran de démarrage. Fournir une configuration en `config.xml` sera automatiquement `show` l'écran de démarrage immédiatement après votre lancement de l'app et avant qu'il a complètement démarré et a reçu le `deviceready` événement. Voir les [icônes et les écrans de démarrage][1] pour plus d'informations sur la conduite de cette configuration. Pour cette raison, il est peu probable que vous devez appeler `navigator.splashscreen.show()` pour rendre l'écran de démarrage visible pour le démarrage de l'application.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6f23d8e8/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index 96a970f..5e4d8b7 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -42,15 +42,13 @@
 
 ### Android の癖
 
-あなた config.xml で、以下の設定を追加する必要があります。
+あなたの config.xml を以下の設定を追加する必要があります。
 
-`<preference name="splashscreen" value="foo" />`
+`<preference name="SplashScreen" value="foo" />` `<preference name="SplashScreenDelay" value="10000" />`
 
-Foo は splashscreen ファイルの名前です。できれば 9 パッチ ファイルです。解像度/xml ディレクトリの適切なフォルダーの下に splashcreen ファイルを追加することを確認します。
+Foo ができれば 9 パッチファイル splashscreen ファイルの名前です。 解像度/xml ディレクトリの適切なフォルダーの下に splashcreen ファイルを追加することを確認します。 2 番目のパラメーターは、スプラッシュ ・ スクリーンがの表示時間 (ミリ秒単位) を表します。 デフォルトでは 3000 ミリ秒です。 詳細については、[アイコンとスプラッシュ画面][1]を参照してください。
 
-アンドロイドのためまた、プロジェクトの主要な java ファイルを編集する必要があります。あなたの super.loadUrl への遅延時間を表す 2 番目のパラメーターを追加する必要があります。
-
-`super.loadUrl(Config.getStartUrl(), 10000);`
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
 
 ## splashscreen.hide
 
@@ -59,13 +57,9 @@ Foo は splashscreen ファイルの名前です。できれば 9 パッチ フ
     navigator.splashscreen.hide();
     
 
-### ブラックベリー 10 気まぐれ
-
-`config.xml`ファイルの `AutoHideSplashScreen` 設定する必要があります`false`.
+### ブラックベリー 10、WP8、iOS の気まぐれ
 
-### iOS の気まぐれ
-
-`config.xml`ファイルの `AutoHideSplashScreen` 設定する必要があります `false` 。 遅延を 2 秒間スプラッシュ スクリーンを非表示、する、タイマーを追加しますで次のように `deviceready` イベント ハンドラー。
+`config.xml`ファイルの `AutoHideSplashScreen` 設定する必要があります `false` 。 遅延を 2 秒間スプラッシュ スクリーンを非表示、タイマーを追加しますで次のように `deviceready` イベント ハンドラー。
 
         setTimeout(function() {
             navigator.splashscreen.hide();
@@ -79,6 +73,4 @@ Foo は splashscreen ファイルの名前です。できれば 9 パッチ フ
     navigator.splashscreen.show();
     
 
-アプリケーションを呼び出すことはできません `navigator.splashscreen.show()` 、アプリが開始されるまで、 `deviceready` イベントが発生します。 しかし、以来、通常スプラッシュ画面アプリ開始前に表示するものですと思われる、スプラッシュ スクリーンの目的の敗北します。 いくつかの構成を提供する `config.xml` は自動的に `show` スプラッシュ画面、アプリを起動後すぐに、それが完全に起動し、受信する前に、 `deviceready` イベント。 詳細についてはこの構成を行うには、[アイコンとスプラッシュ画面][1]を参照してください。 このような理由から、それは可能性を呼び出す必要があります `navigator.splashscreen.show()` アプリ起動時のスプラッシュ画面を見やすくします。
-
- [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file
+アプリケーションを呼び出すことはできません `navigator.splashscreen.show()` 、アプリが開始されるまで、 `deviceready` イベントが発生します。 しかし、以来、通常スプラッシュ画面アプリ開始前に表示するものですと思われる、スプラッシュ スクリーンの目的の敗北します。 いくつかの構成を提供する `config.xml` は自動的に `show` スプラッシュ画面、アプリを起動後すぐに、それが完全に起動し、受信する前に、 `deviceready` イベント。 詳細についてはこの構成を行うには、[アイコンとスプラッシュ画面][1]を参照してください。 このような理由から、それは可能性を呼び出す必要があります `navigator.splashscreen.show()` アプリ起動時のスプラッシュ画面を見やすくします。
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6f23d8e8/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index 6a504d6..6fdca63 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -42,15 +42,13 @@
 
 ### 안 드 로이드 단점
 
-당신의 config.xml에 다음 기본 설정 추가 해야
+당신의 config.xml에 다음 환경 설정에 추가 해야 합니다.
 
-`<preference name="splashscreen" value="foo" />`
+`<preference name="SplashScreen" value="foo" />` `<preference name="SplashScreenDelay" value="10000" />`
 
-여기서 foo splashscreen 파일의 이름입니다. 가급적 이면 9 패치 파일입니다. 적절 한 폴더 아래 res/xml 디렉토리에 splashcreen 파일을 추가 해야 합니다.
+여기서 foo splashscreen 파일, 선호 9 패치 파일의 이름입니다. 적절 한 폴더 아래 res/xml 디렉토리에 splashcreen 파일을 추가 해야 합니다. 두 번째 매개 변수는 splashscreen 얼마나 밀리초 단위로 표시 됩니다 나타냅니다. 3000 ms 기본값으로 사용 됩니다. 자세한 내용은 [아이콘 및 시작 화면을][1] 참조 하십시오.
 
-안 드 로이드, 또한 프로젝트 주요 자바 파일을 편집 해야 합니다. 당신의 super.loadUrl 시간 지연을 나타내는 두 번째 매개 변수를 추가 해야 합니다.
-
-`super.loadUrl(Config.getStartUrl(), 10000);`
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
 
 ## splashscreen.hide
 
@@ -59,11 +57,7 @@
     navigator.splashscreen.hide();
     
 
-### 블랙베리 10 특질
-
-`config.xml`파일의 `AutoHideSplashScreen` 설정을 해야 합니다`false`.
-
-### iOS 특질
+### 블랙베리 10, WP8, iOS 특질
 
 `config.xml`파일의 `AutoHideSplashScreen` 설정을 해야 합니다 `false` . 2 초 동안 시작 화면을 숨기고 지연에 다음과 같이 타이머 추가 `deviceready` 이벤트 처리기:
 
@@ -79,6 +73,4 @@
     navigator.splashscreen.show();
     
 
-응용 프로그램 호출할 수 없습니다 `navigator.splashscreen.show()` 응용 프로그램은 시작 될 때까지 및 `deviceready` 이벤트를 해 고 했다. 하지만 그 스플래시 스크린의 목적 것 같다 일반적으로 시작 화면이 당신의 애플 리 케이 션 시작 하기 전에 표시 될 운명이 다, 이후. 몇 가지 구성을 제공 `config.xml` 자동으로 `show` 시작 화면 응용 프로그램 실행 후 즉시 및 그것은 완벽 하 게 시작 하 고 받은 전에 `deviceready` 이벤트. 이 구성 하 고 자세한 내용은 [아이콘 및 시작 화면을][1] 참조 하십시오. 이러한 이유로, 그것은 가능성이 호출 해야 `navigator.splashscreen.show()` 시작 화면은 응용 프로그램 시작에 대 한 표시 되도록 합니다.
-
- [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file
+응용 프로그램 호출할 수 없습니다 `navigator.splashscreen.show()` 응용 프로그램은 시작 될 때까지 및 `deviceready` 이벤트를 해 고 했다. 하지만 그 스플래시 스크린의 목적 것 같다 일반적으로 시작 화면이 당신의 애플 리 케이 션 시작 하기 전에 표시 될 운명이 다, 이후. 몇 가지 구성을 제공 `config.xml` 자동으로 `show` 시작 화면 응용 프로그램 실행 후 즉시 및 그것은 완벽 하 게 시작 하 고 받은 전에 `deviceready` 이벤트. 이 구성 하 고 자세한 내용은 [아이콘 및 시작 화면을][1] 참조 하십시오. 이러한 이유로, 그것은 가능성이 호출 해야 `navigator.splashscreen.show()` 시작 화면은 응용 프로그램 시작에 대 한 표시 되도록 합니다.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6f23d8e8/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 68e5029..dc6d700 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -42,15 +42,13 @@ Ten plugin wyświetla i ukrywa ekran powitalny podczas uruchamiania aplikacji.
 
 ### Android dziwactwa
 
-W pliku config.xml musisz dodać następujące preferencje
+W pliku config.xml musisz dodać następujące preferencje:
 
-`<preference name="splashscreen" value="foo" />`
+`<preference name="SplashScreen" value="foo" />` `<preference name="SplashScreenDelay" value="10000" />`
 
-Gdzie foo jest nazwą pliku ekranu powitalnego. Najlepiej plik poprawki 9. Upewnij się dodać pliki splashcreen do katalogu res/xml w odpowiednich folderach.
+Gdzie foo jest nazwą pliku ekranu powitalnego, najlepiej 9 łatce. Upewnij się dodać pliki splashcreen do katalogu res/xml w odpowiednich folderach. Drugi parametr reprezentuje, jak długo ekranu powitalnego pojawi się w milisekundach. Domyślnie 3000 ms. Aby uzyskać więcej informacji, zobacz [ikony i ekrany powitalne w aplikacjach][1] .
 
-Dla Androida należy edytować plik java głównych projektów. Należy dodać drugi parametr reprezentujących opóźnienie do Twojej super.loadUrl.
-
-`super.loadUrl(Config.getStartUrl(), 10000);`
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
 
 ## splashscreen.Hide
 
@@ -59,11 +57,7 @@ Odrzucić ten opryskaæ têcza.
     navigator.splashscreen.hide();
     
 
-### Zrządzenie blackBerry 10
-
-`config.xml`Pliku `AutoHideSplashScreen` ustawienie musi być`false`.
-
-### iOS dziwactwo
+### Jeżyna 10, WP8, iOS dziwactwo
 
 `config.xml`Pliku `AutoHideSplashScreen` ustawienie musi być `false` . Opóźnienia, ukrywanie ekranu powitalnego przez dwie sekundy, dodać timer następujących w `deviceready` obsługa zdarzeń:
 
@@ -79,6 +73,4 @@ Wyświetla ekran powitalny.
     navigator.splashscreen.show();
     
 
-Aplikacja nie może wywołać `navigator.splashscreen.show()` aż aplikacja została uruchomiona i `deviceready` imprezy został zwolniony. Ale ponieważ zazwyczaj opryskać tęcza ma być widoczne przed rozpoczęciem aplikacji, wydaje się sprzeczne z celem ekranu powitalnego. Dostarczanie niektórych konfiguracji w `config.xml` będzie automatycznie `show` ekran powitalny, natychmiast po uruchomienie aplikacji i przed pełni rozpoczął i otrzymał `deviceready` zdarzenie. Aby uzyskać więcej informacji na robienie tej konfiguracji, zobacz [ikony i ekrany powitalne w aplikacjach][1] . Z tego powodu, jest mało prawdopodobne, należy zadzwonić `navigator.splashscreen.show()` Aby wyświetlić ekran powitalny dla uruchamiania aplikacji.
-
- [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file
+Aplikacja nie może wywołać `navigator.splashscreen.show()` aż aplikacja została uruchomiona i `deviceready` imprezy został zwolniony. Ale ponieważ zazwyczaj opryskać tęcza ma być widoczne przed rozpoczęciem aplikacji, wydaje się sprzeczne z celem ekranu powitalnego. Dostarczanie niektórych konfiguracji w `config.xml` będzie automatycznie `show` ekran powitalny, natychmiast po uruchomienie aplikacji i przed pełni rozpoczął i otrzymał `deviceready` zdarzenie. Aby uzyskać więcej informacji na robienie tej konfiguracji, zobacz [ikony i ekrany powitalne w aplikacjach][1] . Z tego powodu, jest mało prawdopodobne, należy zadzwonić `navigator.splashscreen.show()` Aby wyświetlić ekran powitalny dla uruchamiania aplikacji.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6f23d8e8/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
new file mode 100644
index 0000000..40a9983
--- /dev/null
+++ b/doc/ru/index.md
@@ -0,0 +1,76 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+Этот плагин отображает и скрывает экран-заставку при запуске приложения.
+
+## Установка
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## Поддерживаемые платформы
+
+*   Amazon Fire ОС
+*   Android
+*   BlackBerry 10
+*   iOS
+*   Windows Phone 7 и 8
+*   Windows 8
+
+## Методы
+
+*   splashscreen.show
+*   splashscreen.hide
+
+### Особенности Android
+
+В вашем файле config.xml необходимо добавить следующие настройки:
+
+`<preference name="SplashScreen" value="foo" />` `<preference name="SplashScreenDelay" value="10000" />`
+
+Где foo это имя файла splashscreen, желательно 9 заплатку. Убедитесь в том добавить ваши splashcreen файлы в папку res/xml в соответствующие папки. Второй параметр представляет, как долго splashscreen появится в миллисекундах. По умолчанию он 3000 МС. Увидеть [иконки и заставки][1] для получения дополнительной информации.
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
+
+## splashscreen.hide
+
+Закройте экран-заставка.
+
+    navigator.splashscreen.hide();
+    
+
+### Особенности BlackBerry 10, WP8, iOS
+
+`config.xml`Файла `AutoHideSplashScreen` должен быть `false` . Для задержки скрытия заставки на две секунды, добавить таймер, например в `deviceready` обработчик событий:
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## splashscreen.show
+
+Отображает экран-заставку.
+
+    navigator.splashscreen.show();
+    
+
+Ваше приложение не может вызвать `navigator.splashscreen.show()` до тех пор, пока приложение началась и `deviceready` событие инициировано. Но поскольку обычно экран-заставка должен быть видимым до начала вашего приложения, что казалось бы поражение цели экрана-заставки. Предоставление некоторых конфигурации в `config.xml` будет автоматически `show` экран-заставку сразу же после запуска вашего приложения и перед его полностью запущен и получил `deviceready` событие. Увидеть [иконки и заставки][1] для получения дополнительной информации на делать этой конфигурации. По этой
  причине маловероятно, вам нужно вызвать `navigator.splashscreen.show()` для отображения экрана-заставки для запуска приложения.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6f23d8e8/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index eae0a07..3ddd606 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -19,17 +19,17 @@
 
 # org.apache.cordova.splashscreen
 
-这个插件显示和隐藏在应用程序启动期间的初始屏幕。
+這個外掛程式顯示和隱藏在應用程式啟動期間的初始螢幕。
 
-## 安装
+## 安裝
 
     cordova plugin add org.apache.cordova.splashscreen
     
 
-## 支持的平台
+## 支援的平臺
 
-*   亚马逊火 OS
-*   Android 系统
+*   亞馬遜火 OS
+*   Android 系統
 *   黑莓 10
 *   iOS
 *   Windows Phone 7 和 8
@@ -42,30 +42,24 @@
 
 ### Android 的怪癖
 
-您需要在您的 config.xml 中添加下列优先选项
+在你的 config.xml,您需要添加以下優惠:
 
-`<preference name="splashscreen" value="foo" />`
+`<preference name="SplashScreen" value="foo" />` `<preference name="SplashScreenDelay" value="10000" />`
 
-美孚在哪里的闪屏文件的名称。最好是 9 修补程序文件。请确保您的 splashcreen 文件添加到相应的文件夹下的 res/xml 目录。
+美孚在哪裡閃屏檔,最好是 9 修補程式檔的名稱。 請確保您的 splashcreen 檔添加到 res/xml 目錄下相應的資料夾。 第二個參數表示多久閃屏將顯示以毫秒為單位。 它將預設為 3000 毫秒。 有關更多資訊,請參見[圖示和啟動畫面][1]。
 
-Android 系统,也可以编辑您的项目主要的 java 文件。您必须添加第二个参数表示一个时间延迟到你 super.loadUrl。
-
-`super.loadUrl(Config.getStartUrl(), 10000);`
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
 
 ## splashscreen.hide
 
-搁置的splash屏幕。
+解雇的初始螢幕。
 
     navigator.splashscreen.hide();
     
 
-### 黑莓 10 怪癖
-
-`config.xml`文件的 `AutoHideSplashScreen` 设置必须为`false`.
+### 黑莓 10,WP8,iOS 怪癖
 
-### iOS 怪癖
-
-`config.xml`文件的 `AutoHideSplashScreen`必须设置为`false` 。 若要延迟两秒钟隐藏的闪屏,在`deviceready` 事件处理程序中添加一个如下所示的计时器 :
+`config.xml`檔的 `AutoHideSplashScreen` 設置必須為 `false` 。 若要延遲兩秒鐘,隱藏的閃屏,添加一個計時器在以下 `deviceready` 事件處理常式:
 
         setTimeout(function() {
             navigator.splashscreen.hide();
@@ -74,11 +68,9 @@ Android 系统,也可以编辑您的项目主要的 java 文件。您必须添
 
 ## splashscreen.show
 
-显示splash屏幕。
+顯示初始螢幕。
 
     navigator.splashscreen.show();
     
 
-您的应用程序不能调用 `navigator.splashscreen.show()` 直到应用程序已启动和 `deviceready` 触发了事件。 但因为通常的闪屏为了是可见的在您的应用程序启动之前,似乎要打败闪屏的目的。 提供一些配置在 `config.xml` 自动将 `show` 的初始屏幕,您的应用程序启动后立即和它在之前已完全开始收到 `deviceready` 事件。 做这种配置的详细信息,请参阅[图标和闪屏][1]。 出于此原因,它是不太可能你需要调用 `navigator.splashscreen.show()` ,使初始屏幕可见为应用程序启动。
-
- [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file
+您的應用程式不能調用 `navigator.splashscreen.show()` 直到應用程式已經開始和 `deviceready` 觸發了事件。 但通常的閃屏是意味著是可見的在您的應用程式啟動之前,這似乎會打敗閃屏的目的。 提供一些配置在 `config.xml` 將自動 `show` 閃屏立即在您的應用程式啟動後,它已完全開始前收到 `deviceready` 事件。 在做這種配置的更多資訊,請參見[圖示和啟動畫面][1]。 為此,它是不太可能你需要調用 `navigator.splashscreen.show()` ,使初始螢幕可見的應用程式的啟動。
\ No newline at end of file


[08/11] git commit: Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen

Posted by ld...@apache.org.
Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/b109c7f2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/b109c7f2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/b109c7f2

Branch: refs/heads/master
Commit: b109c7f2346cb9f7848999ca1717978ee9a7fc3d
Parents: 829dbcc d7f0994
Author: ldeluca <ld...@us.ibm.com>
Authored: Fri May 30 09:52:46 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Fri May 30 09:52:46 2014 -0400

----------------------------------------------------------------------
 doc/index.md           |   6 +--
 plugin.xml             |   2 +
 src/wp/SplashScreen.cs | 112 +++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 108 insertions(+), 12 deletions(-)
----------------------------------------------------------------------



[02/11] git commit: Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen

Posted by ld...@apache.org.
Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/2c68427a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/2c68427a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/2c68427a

Branch: refs/heads/master
Commit: 2c68427a8a6c38aae3a83e2ec977942e256d54fb
Parents: 0498d90
Author: ldeluca <ld...@us.ibm.com>
Authored: Tue May 27 21:22:38 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed May 28 12:48:19 2014 -0400

----------------------------------------------------------------------
 doc/it/index.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/ko/index.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/pl/index.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/zh/index.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 336 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/2c68427a/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
new file mode 100644
index 0000000..4a0e5b3
--- /dev/null
+++ b/doc/it/index.md
@@ -0,0 +1,84 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+Questo plugin Visualizza e nasconde una schermata iniziale durante l'avvio dell'applicazione.
+
+## Installazione
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## Piattaforme supportate
+
+*   Amazon fuoco OS
+*   Android
+*   BlackBerry 10
+*   iOS
+*   Windows Phone 7 e 8
+*   Windows 8
+
+## Metodi
+
+*   splashscreen
+*   splashscreen.Hide
+
+### Stranezze Android
+
+Nel vostro config. xml, è necessario aggiungere la seguente preferenza
+
+`<preference name="splashscreen" value="foo" />`
+
+Dove foo è il nome del file splashscreen. Preferibilmente un file di 9 patch. Assicurati di aggiungere i tuoi file splashcreen res/xml nella directory sotto cartelle appropriate.
+
+Per Android, devi anche modificare il file di progetti java principale. È necessario aggiungere un secondo parametro che rappresenta un tempo di ritardo alla tua super.loadUrl.
+
+`super.loadUrl(Config.getStartUrl(), 10000);`
+
+## splashscreen.Hide
+
+Respingere la schermata iniziale.
+
+    navigator.splashscreen.hide();
+    
+
+### BlackBerry 10 Quirk
+
+Il `config.xml` di file `AutoHideSplashScreen` impostazione deve essere`false`.
+
+### iOS Quirk
+
+Il `config.xml` di file `AutoHideSplashScreen` impostazione deve essere `false` . Per ritardare nascondendo la schermata iniziale per due secondi, aggiungere un timer ad esempio nel `deviceready` gestore di evento:
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## splashscreen
+
+Visualizza la schermata iniziale.
+
+    navigator.splashscreen.show();
+    
+
+L'applicazione non può chiamare `navigator.splashscreen.show()` fino a quando ha iniziato l'app e il `deviceready` ha generato l'evento. Ma poiché in genere la schermata iniziale è destinata ad essere visibile prima app ha iniziato, che sembrerebbe per sconfiggere lo scopo della schermata iniziale. Fornendo qualche configurazione in `config.xml` verrà automaticamente `show` la schermata iniziale subito dopo il lancio dell'app e prima che completamente ha iniziato e ha ricevuto il `deviceready` evento. Per ulteriori informazioni su facendo questa configurazione, vedere [icone e schermate iniziali][1] . Per questo motivo, è improbabile che dovete chiamare `navigator.splashscreen.show()` per rendere la schermata visibile per avvio di app.
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/2c68427a/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
new file mode 100644
index 0000000..6a504d6
--- /dev/null
+++ b/doc/ko/index.md
@@ -0,0 +1,84 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+이 플러그인은 표시 하 고 응용 프로그램 실행 하는 동안 시작 화면을 숨깁니다.
+
+## 설치
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## 지원 되는 플랫폼
+
+*   아마존 화재 운영 체제
+*   안 드 로이드
+*   블랙베리 10
+*   iOS
+*   Windows Phone 7과 8
+*   윈도우 8
+
+## 메서드
+
+*   splashscreen.show
+*   splashscreen.hide
+
+### 안 드 로이드 단점
+
+당신의 config.xml에 다음 기본 설정 추가 해야
+
+`<preference name="splashscreen" value="foo" />`
+
+여기서 foo splashscreen 파일의 이름입니다. 가급적 이면 9 패치 파일입니다. 적절 한 폴더 아래 res/xml 디렉토리에 splashcreen 파일을 추가 해야 합니다.
+
+안 드 로이드, 또한 프로젝트 주요 자바 파일을 편집 해야 합니다. 당신의 super.loadUrl 시간 지연을 나타내는 두 번째 매개 변수를 추가 해야 합니다.
+
+`super.loadUrl(Config.getStartUrl(), 10000);`
+
+## splashscreen.hide
+
+시작 화면을 닫습니다.
+
+    navigator.splashscreen.hide();
+    
+
+### 블랙베리 10 특질
+
+`config.xml`파일의 `AutoHideSplashScreen` 설정을 해야 합니다`false`.
+
+### iOS 특질
+
+`config.xml`파일의 `AutoHideSplashScreen` 설정을 해야 합니다 `false` . 2 초 동안 시작 화면을 숨기고 지연에 다음과 같이 타이머 추가 `deviceready` 이벤트 처리기:
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## splashscreen.show
+
+시작 화면을 표시합니다.
+
+    navigator.splashscreen.show();
+    
+
+응용 프로그램 호출할 수 없습니다 `navigator.splashscreen.show()` 응용 프로그램은 시작 될 때까지 및 `deviceready` 이벤트를 해 고 했다. 하지만 그 스플래시 스크린의 목적 것 같다 일반적으로 시작 화면이 당신의 애플 리 케이 션 시작 하기 전에 표시 될 운명이 다, 이후. 몇 가지 구성을 제공 `config.xml` 자동으로 `show` 시작 화면 응용 프로그램 실행 후 즉시 및 그것은 완벽 하 게 시작 하 고 받은 전에 `deviceready` 이벤트. 이 구성 하 고 자세한 내용은 [아이콘 및 시작 화면을][1] 참조 하십시오. 이러한 이유로, 그것은 가능성이 호출 해야 `navigator.splashscreen.show()` 시작 화면은 응용 프로그램 시작에 대 한 표시 되도록 합니다.
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/2c68427a/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
new file mode 100644
index 0000000..68e5029
--- /dev/null
+++ b/doc/pl/index.md
@@ -0,0 +1,84 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+Ten plugin wyświetla i ukrywa ekran powitalny podczas uruchamiania aplikacji.
+
+## Instalacji
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## Obsługiwane platformy
+
+*   Amazon ogień OS
+*   Android
+*   Jeżyna 10
+*   iOS
+*   Windows Phone 7 i 8
+*   Windows 8
+
+## Metody
+
+*   splashscreen.show
+*   splashscreen.Hide
+
+### Android dziwactwa
+
+W pliku config.xml musisz dodać następujące preferencje
+
+`<preference name="splashscreen" value="foo" />`
+
+Gdzie foo jest nazwą pliku ekranu powitalnego. Najlepiej plik poprawki 9. Upewnij się dodać pliki splashcreen do katalogu res/xml w odpowiednich folderach.
+
+Dla Androida należy edytować plik java głównych projektów. Należy dodać drugi parametr reprezentujących opóźnienie do Twojej super.loadUrl.
+
+`super.loadUrl(Config.getStartUrl(), 10000);`
+
+## splashscreen.Hide
+
+Odrzucić ten opryskaæ têcza.
+
+    navigator.splashscreen.hide();
+    
+
+### Zrządzenie blackBerry 10
+
+`config.xml`Pliku `AutoHideSplashScreen` ustawienie musi być`false`.
+
+### iOS dziwactwo
+
+`config.xml`Pliku `AutoHideSplashScreen` ustawienie musi być `false` . Opóźnienia, ukrywanie ekranu powitalnego przez dwie sekundy, dodać timer następujących w `deviceready` obsługa zdarzeń:
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## splashscreen.show
+
+Wyświetla ekran powitalny.
+
+    navigator.splashscreen.show();
+    
+
+Aplikacja nie może wywołać `navigator.splashscreen.show()` aż aplikacja została uruchomiona i `deviceready` imprezy został zwolniony. Ale ponieważ zazwyczaj opryskać tęcza ma być widoczne przed rozpoczęciem aplikacji, wydaje się sprzeczne z celem ekranu powitalnego. Dostarczanie niektórych konfiguracji w `config.xml` będzie automatycznie `show` ekran powitalny, natychmiast po uruchomienie aplikacji i przed pełni rozpoczął i otrzymał `deviceready` zdarzenie. Aby uzyskać więcej informacji na robienie tej konfiguracji, zobacz [ikony i ekrany powitalne w aplikacjach][1] . Z tego powodu, jest mało prawdopodobne, należy zadzwonić `navigator.splashscreen.show()` Aby wyświetlić ekran powitalny dla uruchamiania aplikacji.
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/2c68427a/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
new file mode 100644
index 0000000..bd6eba7
--- /dev/null
+++ b/doc/zh/index.md
@@ -0,0 +1,84 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+這個外掛程式顯示和隱藏在應用程式啟動期間的初始螢幕。
+
+## 安裝
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## 支援的平臺
+
+*   亞馬遜火 OS
+*   Android 系統
+*   黑莓 10
+*   iOS
+*   Windows Phone 7 和 8
+*   Windows 8
+
+## 方法
+
+*   splashscreen.show
+*   splashscreen.hide
+
+### Android 的怪癖
+
+您需要在您的 config.xml 中添加下列優先選項
+
+`<preference name="splashscreen" value="foo" />`
+
+美孚在哪裡的閃屏檔的名稱。最好是 9 修補程式檔。請確保您的 splashcreen 檔添加到相應的資料夾下的 res/xml 目錄。
+
+Android 系統,也可以編輯您的專案主要的 java 檔。您必須添加第二個參數表示一個時間延遲到你 super.loadUrl。
+
+`super.loadUrl(Config.getStartUrl(), 10000);`
+
+## splashscreen.hide
+
+解雇的初始螢幕。
+
+    navigator.splashscreen.hide();
+    
+
+### 黑莓 10 怪癖
+
+`config.xml`檔的 `AutoHideSplashScreen` 設置必須為`false`.
+
+### iOS 怪癖
+
+`config.xml`檔的 `AutoHideSplashScreen` 設置必須為 `false` 。 若要延遲兩秒鐘隱藏的閃屏,添加如下所示在計時器 `deviceready` 事件處理常式:
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## splashscreen.show
+
+顯示初始螢幕。
+
+    navigator.splashscreen.show();
+    
+
+您的應用程式不能調用 `navigator.splashscreen.show()` 直到應用程式已啟動和 `deviceready` 觸發了事件。 但因為通常的閃屏為了是可見的在您的應用程式啟動之前,似乎要打敗閃屏的目的。 提供一些配置在 `config.xml` 自動將 `show` 的初始螢幕,您的應用程式啟動後立即和它在之前已完全開始收到 `deviceready` 事件。 做這種配置的詳細資訊,請參閱[圖示和閃屏][1]。 出於此原因,它是不太可能你需要調用 `navigator.splashscreen.show()` ,使初始螢幕可見為應用程式啟動。
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file


[03/11] git commit: Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen

Posted by ld...@apache.org.
Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/5c245c2b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/5c245c2b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/5c245c2b

Branch: refs/heads/master
Commit: 5c245c2bc80f18cc478efcc255777f936df2fd91
Parents: ec5bbc5
Author: ldeluca <ld...@us.ibm.com>
Authored: Thu Feb 27 11:15:13 2014 -0500
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed May 28 12:48:19 2014 -0400

----------------------------------------------------------------------
 doc/fr/index.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/5c245c2b/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
new file mode 100644
index 0000000..3783591
--- /dev/null
+++ b/doc/fr/index.md
@@ -0,0 +1,84 @@
+<!---
+    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.
+-->
+
+# org.apache.cordova.splashscreen
+
+Ce plugin affiche et masque un écran de démarrage lors du lancement de l'application.
+
+## Installation
+
+    cordova plugin add org.apache.cordova.splashscreen
+    
+
+## Plates-formes prises en charge
+
+*   Amazon Fire OS
+*   Android
+*   BlackBerry 10
+*   iOS
+*   Windows Phone 7 et 8
+*   Windows 8
+
+## Méthodes
+
+*   splashscreen.Show
+*   splashscreen.Hide
+
+### Quirks Android
+
+Dans votre fichier config.xml, vous devez ajouter la préférence suivante
+
+`<preference name="splashscreen" value="foo" />`
+
+Où foo est le nom du fichier splashscreen. Préférence un fichier de 9 correctif. Assurez-vous d'ajouter vos fichiers splashcreen dans votre répertoire res/xml dans les dossiers appropriés.
+
+Pour Android, vous devez également modifier votre fichier java principal de projets. Vous devez ajouter un deuxième paramètre, ce qui représente un temps de retard à votre super.loadUrl.
+
+`super.loadUrl(Config.getStartUrl(), 10000);`
+
+## splashscreen.Hide
+
+Fait disparaître l'écran de démarrage.
+
+    navigator.splashscreen.hide();
+    
+
+### BlackBerry 10 Quirk
+
+La `config.xml` du fichier `AutoHideSplashScreen` doit être`false`.
+
+### iOS Quirk
+
+Le paramètre `AutoHideSplashScreen</code du fichier <code>config.xml` doit être réglé à `false` . Pour retarder la disparition de l'écran de démarrage de deux secondes, ajoute un minuteur comme ci-dessous dans le gestionnaire d'événements `deviceready` :
+
+        setTimeout(function() {
+            navigator.splashscreen.hide();
+        }, 2000);
+    
+
+## splashscreen.Show
+
+Affiche l'écran de démarrage.
+
+    navigator.splashscreen.show();
+    
+
+Votre application ne peut pas appeler `navigator.splashscreen.show()` jusqu'à ce que l'application a commencé et le `deviceready` événement a été déclenché. Mais puisqu'en général, l'écran de démarrage est destiné à être visible avant que votre application a commencé, qui semblerait à l'encontre des objectifs de l'écran de démarrage. Fournir une configuration en `config.xml` sera automatiquement `show` l'écran de démarrage immédiatement après votre lancement de l'app et avant qu'il a complètement démarré et a reçu le `deviceready` événement. Voir les [icônes et les écrans de démarrage][1] pour plus d'informations sur la conduite de cette configuration. Pour cette raison, il est peu probable que vous devez appeler `navigator.splashscreen.show()` pour rendre l'écran de démarrage visible pour le démarrage de l'application.
+
+ [1]: http://cordova.apache.org/docs/en/edge/config_ref_images.md.html
\ No newline at end of file


[10/11] git commit: Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen

Posted by ld...@apache.org.
Merge branch 'master' of ssh://github.com/ldeluca/cordova-plugin-splashscreen into CB-6773cordova-plugin-splashscreen


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/cf5c5bea
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/cf5c5bea
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/cf5c5bea

Branch: refs/heads/master
Commit: cf5c5beafb41116589cc3c140508b0c782b79674
Parents: 1943a88 1f50d90
Author: ldeluca <ld...@us.ibm.com>
Authored: Mon Jun 23 12:26:08 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Mon Jun 23 12:26:08 2014 -0400

----------------------------------------------------------------------
 doc/index.md           | 12 +++++-------
 src/wp/SplashScreen.cs | 20 ++++++++++----------
 2 files changed, 15 insertions(+), 17 deletions(-)
----------------------------------------------------------------------