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

[2/7] git commit: Lisa testing pulling in plugins for plugin: cordova-plugin-vibration

Lisa testing pulling in plugins for plugin: cordova-plugin-vibration


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

Branch: refs/heads/master
Commit: 02aa38df049c105cf58b9e3ae9ea59674b21e253
Parents: 42b12e4
Author: ldeluca <ld...@us.ibm.com>
Authored: Tue May 27 21:22:42 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Tue May 27 21:22:42 2014 -0400

----------------------------------------------------------------------
 doc/es/index.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/fr/index.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/it/index.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/ko/index.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/pl/index.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/zh/index.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 348 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/02aa38df/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
new file mode 100644
index 0000000..f5987b5
--- /dev/null
+++ b/doc/es/index.md
@@ -0,0 +1,58 @@
+<!---
+    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.vibration
+
+Este plugin proporciona una manera de vibrar el dispositivo.
+
+## Instalación
+
+    cordova plugin add org.apache.cordova.vibration
+    
+
+## Plataformas soportadas
+
+*   Amazon fuego OS
+*   Android
+*   BlackBerry 10
+*   Firefox OS
+*   iOS
+*   Windows Phone 7 y 8
+
+## Notification.Vibrate
+
+Vibra el dispositivo para la cantidad de tiempo especificada.
+
+    navigator.notification.vibrate(time)
+    
+
+*   **tiempo**: milisegundos a vibrar el dispositivo. *(Número)*
+
+## Ejemplo
+
+    // Vibrate for 2.5 seconds
+    navigator.notification.vibrate(2500);
+    
+
+## iOS rarezas
+
+*   **tiempo**: ignora el tiempo especificado y vibra durante un tiempo preestablecido.
+    
+        navigator.notification.vibrate();
+        navigator.notification.vibrate(2500);   // 2500 is ignored
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/02aa38df/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
new file mode 100644
index 0000000..81777a6
--- /dev/null
+++ b/doc/fr/index.md
@@ -0,0 +1,58 @@
+<!---
+    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.vibration
+
+Ce plugin permet de faire vibrer l'appareil.
+
+## Installation
+
+    cordova plugin add org.apache.cordova.vibration
+    
+
+## Plates-formes prises en charge
+
+*   Amazon Fire OS
+*   Android
+*   BlackBerry 10
+*   Firefox OS
+*   iOS
+*   Windows Phone 7 et 8
+
+## notification.vibrate
+
+Fait vibrer l'appareil pendant la durée spécifiée.
+
+    navigator.notification.vibrate(time)
+    
+
+*   **time**: Durée de vibration de l'appareil en millisecondes. *(Number)*
+
+## Exemple
+
+    // Vibrate for 2.5 seconds
+    navigator.notification.vibrate(2500);
+    
+
+## iOS Quirks
+
+*   **temps**: ne tient pas compte de la durée spécifiée et vibre pendant un temps prédéterminé.
+    
+        navigator.notification.vibrate();
+        navigator.notification.vibrate(2500);   // 2500 is ignored
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/02aa38df/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
new file mode 100644
index 0000000..d544b8b
--- /dev/null
+++ b/doc/it/index.md
@@ -0,0 +1,58 @@
+<!---
+    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.vibration
+
+Questo plugin consente di vibrare il dispositivo.
+
+## Installazione
+
+    cordova plugin add org.apache.cordova.vibration
+    
+
+## Piattaforme supportate
+
+*   Amazon fuoco OS
+*   Android
+*   BlackBerry 10
+*   Firefox OS
+*   iOS
+*   Windows Phone 7 e 8
+
+## Notification.vibrate
+
+Vibra il dispositivo per il periodo di tempo specificato.
+
+    navigator.notification.vibrate(time)
+    
+
+*   **tempo**: millisecondi a vibrare il dispositivo. *(Numero)*
+
+## Esempio
+
+    // Vibrate for 2.5 seconds
+    navigator.notification.vibrate(2500);
+    
+
+## iOS stranezze
+
+*   **tempo**: ignora il tempo specificato e vibra per un tempo pre-impostato.
+    
+        navigator.notification.vibrate();
+        navigator.notification.vibrate(2500);   // 2500 is ignored
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/02aa38df/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
new file mode 100644
index 0000000..62de9c1
--- /dev/null
+++ b/doc/ko/index.md
@@ -0,0 +1,58 @@
+<!---
+    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.vibration
+
+이 플러그인에는 장치를 진동 하는 방법을 제공 합니다.
+
+## 설치
+
+    cordova plugin add org.apache.cordova.vibration
+    
+
+## 지원 되는 플랫폼
+
+*   아마존 화재 운영 체제
+*   안 드 로이드
+*   블랙베리 10
+*   Firefox 운영 체제
+*   iOS
+*   Windows Phone 7과 8
+
+## notification.vibrate
+
+지정 된 시간 동안 장치를 진동.
+
+    navigator.notification.vibrate(time)
+    
+
+*   **시간**: 진동 장치 (밀리초)입니다. *(수)*
+
+## 예를 들어
+
+    // Vibrate for 2.5 seconds
+    navigator.notification.vibrate(2500);
+    
+
+## iOS 단점
+
+*   **시간**: 지정 된 시간을 무시 하 고 미리 설정 된 시간 동안 진동.
+    
+        navigator.notification.vibrate();
+        navigator.notification.vibrate(2500);   // 2500 is ignored
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/02aa38df/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
new file mode 100644
index 0000000..e29e190
--- /dev/null
+++ b/doc/pl/index.md
@@ -0,0 +1,58 @@
+<!---
+    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.vibration
+
+Ten plugin umożliwia wibracje urządzenia.
+
+## Instalacji
+
+    cordova plugin add org.apache.cordova.vibration
+    
+
+## Obsługiwane platformy
+
+*   Amazon ogień OS
+*   Android
+*   Jeżyna 10
+*   Firefox OS
+*   iOS
+*   Windows Phone 7 i 8
+
+## Notification.vibrate
+
+Wibruje urządzenie na określoną ilość czasu.
+
+    navigator.notification.vibrate(time)
+    
+
+*   **czas**: milisekund wibracje urządzenia. *(Liczba)*
+
+## Przykład
+
+    // Vibrate for 2.5 seconds
+    navigator.notification.vibrate(2500);
+    
+
+## iOS dziwactwa
+
+*   **czas**: ignoruje określony czas i wibruje na wstępnie określoną ilość czasu.
+    
+        navigator.notification.vibrate();
+        navigator.notification.vibrate(2500);   // 2500 is ignored
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/02aa38df/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
new file mode 100644
index 0000000..2a2c382
--- /dev/null
+++ b/doc/zh/index.md
@@ -0,0 +1,58 @@
+<!---
+    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.vibration
+
+這個外掛程式提供了一種方法,振動設備。
+
+## 安裝
+
+    cordova plugin add org.apache.cordova.vibration
+    
+
+## 支援的平臺
+
+*   亞馬遜火 OS
+*   Android 系統
+*   黑莓 10
+*   火狐瀏覽器作業系統
+*   iOS
+*   Windows Phone 7 和 8
+
+## notification.vibrate
+
+為指定的時間量振動設備。
+
+    navigator.notification.vibrate(time)
+    
+
+*   **時間**: 毫秒振動設備。*(人數)*
+
+## 示例
+
+    // Vibrate for 2.5 seconds
+    navigator.notification.vibrate(2500);
+    
+
+## iOS 的怪癖
+
+*   **時間**: 忽略指定的時間和震動的預設置的時間量。
+    
+        navigator.notification.vibrate();
+        navigator.notification.vibrate(2500);   // 2500 is ignored
\ No newline at end of file