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

cordova-plugin-battery-status git commit: CB-8653 updated translated docs to use new id

Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/master 09dc325f2 -> 3aa0dfad1


CB-8653 updated translated docs to use new id


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/3aa0dfad
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/3aa0dfad
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/3aa0dfad

Branch: refs/heads/master
Commit: 3aa0dfad15e089269aa66636e2751c5be02799f5
Parents: 09dc325
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 31 10:53:30 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 31 10:53:30 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index a442715..6e581a5 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -31,7 +31,7 @@ Es fügt die folgenden drei `window` Events hinzu:
 
 ## Installation
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Anwendungen sollten in der Regel `window.addEventListener` verwenden, um einen E
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index d13fb1b..9f39223 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -17,7 +17,7 @@
     under the License.
 -->
 
-# org.apache.cordova.battery-status
+# cordova-plugin-battery-status
 
 Este plugin proporciona una implementación de una versión antigua de la [Batería estado eventos API][1].
 
@@ -31,7 +31,7 @@ Agrega los siguientes tres `window` eventos:
 
 ## Instalación
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Las aplicaciones normalmente deben utilizar `window.addEventListener` para conec
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index a7572f1..a8c1a65 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -31,7 +31,7 @@ Il ajoute les trois `window` des événements :
 
 ## Installation
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Les applications devraient en général utiliser `window.addEventListener` pour
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index 8bab4e3..c207ce9 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -31,7 +31,7 @@ Aggiunge i seguenti tre `window` eventi:
 
 ## Installazione
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Applicazioni in genere è necessario utilizzare `window.addEventListener` per fi
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index 6e05e4e..bfa1890 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -31,7 +31,7 @@
 
 ## インストール
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Windows Phone 7 は、バッテリーのレベルを決定するネイティブ
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index 2fdce66..2650a30 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -31,7 +31,7 @@
 
 ## 설치
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Windows Phone 7 배터리 수준을 확인 하려면 네이티브 Api를 제공
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index ee0ce66..28487d5 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -31,7 +31,7 @@ To dodaje następujące trzy `window` zdarzenia:
 
 ## Instalacja
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Aplikacje zwykle należy użyć `window.addEventListener` Aby dołączyć słuch
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index 214ad54..5cd28ef 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -17,7 +17,7 @@
     under the License.
 -->
 
-# org.apache.cordova.battery-status
+# cordova-plugin-battery-status
 
 Этот плагин предоставляет реализацию старой версии [API Событий Статуса Батареи][1].
 
@@ -31,7 +31,7 @@ API добавляет следующие три события для объе
 
 ## Установка
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Windows Phone 7 не обеспечивает API, чтобы определит
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/3aa0dfad/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 22a5fc1..246e7e3 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -31,7 +31,7 @@
 
 ## 安裝
 
-    cordova plugin add org.apache.cordova.battery-status
+    cordova plugin add cordova-plugin-battery-status
     
 
 ## batterystatus
@@ -129,4 +129,4 @@ Windows Phone 7 並不提供本機 Api 來確定電池計量水準,所以 `lev
     function onBatteryLow(info) {
         // Handle the battery low event
         alert("Battery Level Low " + info.level + "%");
-    }
\ No newline at end of file
+    }


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