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

[1/2] git commit: CB-7700 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master 8804977c8 -> 887f0f6c8


CB-7700 cordova-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/10090193
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/10090193
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/10090193

Branch: refs/heads/master
Commit: 1009019372cb61c791c32f42ae49d55672737613
Parents: ec7c6aa
Author: Victor Sosa <vi...@mx1.ibm.com>
Authored: Thu Oct 2 18:13:15 2014 -0500
Committer: Victor Sosa <vi...@mx1.ibm.com>
Committed: Thu Oct 2 18:13:15 2014 -0500

----------------------------------------------------------------------
 doc/es/index.md | 8 ++++----
 doc/pl/index.md | 8 ++++----
 doc/ru/index.md | 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/10090193/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index 7075ede..dad823f 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -28,7 +28,7 @@ Este plugin muestra y esconde una pantalla de bienvenida durante el inicio de la
 
 ## Plataformas soportadas
 
-*   Amazon fuego OS
+*   Amazon fire OS
 *   Android
 *   BlackBerry 10
 *   iOS
@@ -52,14 +52,14 @@ Donde foo es el nombre del archivo splashscreen, preferiblemente un archivo de 9
 
 ## splashscreen.hide
 
-Despedir a la pantalla de bienvenida.
+Despedir a la splash screen.
 
     navigator.splashscreen.hide();
     
 
 ### 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:
+Ajuste de `AutoHideSplashScreen` del archivo `config.xml` debe ser `false`. Para retrasar oculta la pantalla splash durante dos segundos, agregue un temporizador como el siguiente en el controlador de eventos `deviceready`:
 
         setTimeout(function() {
             navigator.splashscreen.hide();
@@ -68,7 +68,7 @@ El `config.xml` del archivo `AutoHideSplashScreen` la configuración debe ser `f
 
 ## splashscreen.show
 
-Muestra la pantalla de bienvenida.
+Aparece la pantalla de splash.
 
     navigator.splashscreen.show();
     

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/10090193/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index dc6d700..4c5e264 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -21,16 +21,16 @@
 
 Ten plugin wyświetla i ukrywa ekran powitalny podczas uruchamiania aplikacji.
 
-## Instalacji
+## Instalacja
 
     cordova plugin add org.apache.cordova.splashscreen
     
 
 ## Obsługiwane platformy
 
-*   Amazon ogień OS
+*   Amazon Fire OS
 *   Android
-*   Jeżyna 10
+*   BlackBerry 10
 *   iOS
 *   Windows Phone 7 i 8
 *   Windows 8
@@ -40,7 +40,7 @@ Ten plugin wyświetla i ukrywa ekran powitalny podczas uruchamiania aplikacji.
 *   splashscreen.show
 *   splashscreen.Hide
 
-### Android dziwactwa
+### Dziwactwa Androida
 
 W pliku config.xml musisz dodać następujące preferencje:
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/10090193/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index 40a9983..ef20f7e 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -28,7 +28,7 @@
 
 ## Поддерживаемые платформы
 
-*   Amazon Fire ОС
+*   Amazon Fire OS
 *   Android
 *   BlackBerry 10
 *   iOS
@@ -52,14 +52,14 @@
 
 ## splashscreen.hide
 
-Закройте экран-заставка.
+Закрывает экран-заставку.
 
     navigator.splashscreen.hide();
     
 
 ### Особенности BlackBerry 10, WP8, iOS
 
-`config.xml`Файла `AutoHideSplashScreen` должен быть `false` . Для задержки скрытия заставки на две секунды, добавить таймер, например в `deviceready` обработчик событий:
+Параметр `AutoHideSplashScreen` в файле `config.xml` должен иметь значение `false`. Для задержки скрытия заставки на две секунды, добавить таймер, например в `deviceready` обработчик событий:
 
         setTimeout(function() {
             navigator.splashscreen.hide();


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


[2/2] git commit: Merge branch 'master' of https://github.com/sosahvictor/cordova-plugin-splashscreen

Posted by ia...@apache.org.
Merge branch 'master' of https://github.com/sosahvictor/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/887f0f6c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/887f0f6c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/887f0f6c

Branch: refs/heads/master
Commit: 887f0f6c81c7010daaa7f0158e28a3da132ea2a5
Parents: 8804977 1009019
Author: Ian Clelland <ic...@chromium.org>
Authored: Mon Oct 6 15:10:40 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Mon Oct 6 15:10:40 2014 -0400

----------------------------------------------------------------------
 doc/es/index.md | 8 ++++----
 doc/pl/index.md | 8 ++++----
 doc/ru/index.md | 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------



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