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/12/02 22:21:49 UTC

[1/3] cordova-plugin-vibration git commit: CB-7936 cordova-plugin-vibration documentation translation: cordova-plugin-vibration

Repository: cordova-plugin-vibration
Updated Branches:
  refs/heads/master 86ca2ea8a -> 4473be3ba


CB-7936 cordova-plugin-vibration documentation translation: 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/12a9aca9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/12a9aca9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/12a9aca9

Branch: refs/heads/master
Commit: 12a9aca987183856d56c346decd933a6486385d2
Parents: 5b6032b
Author: Victor Sosa <so...@gmail.com>
Authored: Tue Nov 4 12:37:15 2014 -0600
Committer: Victor Sosa <so...@gmail.com>
Committed: Tue Nov 4 12:37:15 2014 -0600

----------------------------------------------------------------------
 doc/index.md               | 0
 src/android/Vibration.java | 0
 www/vibration.js           | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/12a9aca9/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
old mode 100755
new mode 100644

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/12a9aca9/src/android/Vibration.java
----------------------------------------------------------------------
diff --git a/src/android/Vibration.java b/src/android/Vibration.java
old mode 100755
new mode 100644

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/12a9aca9/www/vibration.js
----------------------------------------------------------------------
diff --git a/www/vibration.js b/www/vibration.js
old mode 100755
new mode 100644


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


[2/3] cordova-plugin-vibration git commit: CB-7936 cordova-plugin-vibration documentation translation: cordova-plugin-vibration

Posted by ia...@apache.org.
CB-7936 cordova-plugin-vibration documentation translation: 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/39ffc061
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/39ffc061
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/39ffc061

Branch: refs/heads/master
Commit: 39ffc061ec249340db9824adf2b9f3dbe7f4783b
Parents: 12a9aca
Author: Victor Sosa <so...@gmail.com>
Authored: Tue Nov 4 13:36:45 2014 -0600
Committer: Victor Sosa <so...@gmail.com>
Committed: Tue Nov 4 13:36:45 2014 -0600

----------------------------------------------------------------------
 doc/de/index.md | 4 ++--
 doc/es/index.md | 4 ++--
 doc/fr/index.md | 4 ++--
 doc/it/index.md | 4 ++--
 doc/ja/index.md | 4 ++--
 doc/ko/index.md | 4 ++--
 doc/ru/index.md | 4 ++--
 doc/zh/index.md | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index 73d1503..e68310d 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -67,13 +67,13 @@ oder
 
 *   **Zeit**: ignoriert die angegebene Zeit und für eine voreingestellte Zeit vibriert.
     
-    Navigator.Vibrate(3000); 3000 wird ignoriert
+    navigator.vibrate(3000); // 3000 is ignored
 
 #### Windows und Blackberry-Kniffe
 
 *   **Zeit**: Max. Zeit 5000ms (5 s) und min Zeit ist 1ms
     
-    Navigator.Vibrate(8000); wird auf 5000 abgeschnitten
+    navigator.vibrate(8000); // will be truncated to 5000
 
 ### Vibrieren Sie mit einem Muster (Android und Windows nur)
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index 6873015..c29299e 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -67,7 +67,7 @@ o
 
 *   **time**: ignora el tiempo especificado y vibra por un tiempo preestablecido.
     
-    Navigator.Vibrate(3000); 3000 se omite
+    navigator.vibrate(3000); // 3000 is ignored
 
 #### Windows y rarezas de Blackberry
 
@@ -133,7 +133,7 @@ Vibra el dispositivo para una cantidad dada de tiempo.
 *   **time**: ignora el tiempo especificado y vibra por un tiempo preestablecido.
     
         navigator.notification.vibrate();
-        navigator.notification.vibrate(2500);   // 2500 es ignorado
+        navigator.notification.vibrate(2500);   // 2500 is ignored
         
 
 ## *Notification.vibrateWithPattern (obsoleto)

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 1ff758b..dfe7f23 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -67,13 +67,13 @@ ou
 
 *   **temps**: ne tient pas compte de la durée spécifiée et vibre pendant un temps prédéterminé.
     
-    Navigator.VIBRATE(3000) ; 3000 est ignoré
+    navigator.vibrate(3000); // 3000 is ignored
 
 #### Windows et les bizarreries de Blackberry
 
 *   **temps**: temps Max est 5000ms (5 s) et heure min est de 1 ms
     
-    Navigator.VIBRATE(8000) ; sera tronquée à 5000
+    navigator.vibrate(8000); // will be truncated to 5000
 
 ### Vibrer avec un motif (Android et Windows uniquement)
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index 4d4f28f..5b38c8f 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -67,13 +67,13 @@ o
 
 *   **tempo**: ignora il tempo specificato e vibra per un tempo pre-impostato.
     
-    Navigator.vibrate(3000); 3000 viene ignorato
+    navigator.vibrate(3000); // 3000 is ignored
 
 #### Windows e stranezze di Blackberry
 
 *   **tempo**: tempo Max 5000ms (5s) edè min tempo di 1ms
     
-    Navigator.vibrate(8000); verrà troncato a 5000
+    navigator.vibrate(8000); // will be truncated to 5000
 
 ### Vibrare con un pattern (Android e solo per Windows)
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index 030f00f..07d0c0c 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -67,13 +67,13 @@ navigator.notification.cancelVibration - アンドロイド
 
 *   **時間**: 指定された時間を無視し、時間の事前に設定された量のために振動します。
     
-    navigator.vibrate(3000);3000 は無視されます。
+    navigator.vibrate(3000); // 3000 is ignored
 
 #### Windows とブラックベリー癖
 
 *   **時間**: 5000 (5 秒) は、最大時間と最小時間は 1 ms
     
-    navigator.vibrate(8000);5000 に切り詰められます
+    navigator.vibrate(8000); // will be truncated to 5000
 
 ### (人造人間と Windows のみ) パターンで振動します。
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index 7aa0501..86520c7 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -67,13 +67,13 @@ navigator.notification.cancelVibration-안 드 로이드
 
 *   **시간**: 지정 된 시간을 무시 하 고 미리 설정 된 시간 동안 진동.
     
-    navigator.vibrate(3000); 3000 무시
+    navigator.vibrate(3000); // 3000 is ignored
 
 #### 윈도 즈와 블랙베리 단점
 
 *   **시간**: 최대 시간은 2000ms (5s) 이며 최소 시간 1ms
     
-    navigator.vibrate(8000); 5000 잘립니다.
+    navigator.vibrate(8000); // will be truncated to 5000
 
 ### (안 드 로이드와 Windows에만 해당) 패턴으로 진동
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index 7dd8634..ce5d620 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -67,13 +67,13 @@ navigator.notification.cancelVibration - Android
 
 *   **time**: игнорирует указанное время и вибрирует предопределенный отрезок времени.
     
-    Navigator.Vibrate(3000); 3000 игнорируется
+    navigator.vibrate(3000); // 3000 is ignored
 
 #### Окна и Blackberry причуды
 
 *   **время**: время Макс 5000ms (5с) и минимальное время 1 мс
     
-    Navigator.Vibrate(8000); будет усечено до 5000
+    navigator.vibrate(8000); // will be truncated to 5000
 
 ### Вибрировать с узором (Android и Windows только)
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 150081f..a6ae852 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -67,13 +67,13 @@ navigator.notification.cancelVibration-安卓系統
 
 *   **時間**: 忽略指定的時間和震動的一個預先設定的時間。
     
-    navigator.vibrate(3000) ;3000 將被忽略
+    navigator.vibrate(3000); // 3000 is ignored
 
 #### Windows 和黑莓的怪癖
 
 *   **時間**: 最長時間是 5000ms (5s) 和最小時間為 1ms
     
-    navigator.vibrate(8000) ;將被截斷為 5000
+    navigator.vibrate(8000); // will be truncated to 5000
 
 ### 以一種模式 (安卓系統和僅限 Windows) 振動
 


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


[3/3] cordova-plugin-vibration git commit: Merge branch 'CB-7700'

Posted by ia...@apache.org.
Merge branch 'CB-7700'


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/4473be3b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/4473be3b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/4473be3b

Branch: refs/heads/master
Commit: 4473be3bade241eb0a1cb8698eb7385e14f9b27c
Parents: 86ca2ea 39ffc06
Author: Ian Clelland <ic...@chromium.org>
Authored: Tue Dec 2 16:21:17 2014 -0500
Committer: Ian Clelland <ic...@chromium.org>
Committed: Tue Dec 2 16:21:17 2014 -0500

----------------------------------------------------------------------
 doc/de/index.md            | 4 ++--
 doc/es/index.md            | 4 ++--
 doc/fr/index.md            | 4 ++--
 doc/index.md               | 0
 doc/it/index.md            | 4 ++--
 doc/ja/index.md            | 4 ++--
 doc/ko/index.md            | 4 ++--
 doc/ru/index.md            | 4 ++--
 doc/zh/index.md            | 4 ++--
 src/android/Vibration.java | 0
 www/vibration.js           | 0
 11 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/4473be3b/doc/index.md
----------------------------------------------------------------------
diff --cc doc/index.md
index 7bfff54,57b4a0b..7bfff54
mode 100755,100644..100644
--- a/doc/index.md
+++ b/doc/index.md

http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/4473be3b/www/vibration.js
----------------------------------------------------------------------
diff --cc www/vibration.js
index 3f8bd3e,75e097b..3f8bd3e
mode 100755,100644..100644
--- a/www/vibration.js
+++ b/www/vibration.js


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