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:58:18 UTC

[3/3] cordova-plugin-inappbrowser git commit: CB-8653 updated translated docs to use new id

CB-8653 updated translated docs to use new id


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

Branch: refs/heads/old-ID
Commit: 805d43d61d673d55bbc6c8373e76c1e6a27885fc
Parents: 9901d62
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 31 10:53:32 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 31 10:53:32 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index b610b77..e0598f7 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -354,4 +354,4 @@ Bei einem Aufruf von `cordova.InAppBrowser.open` zurückgegebene Objekt..
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ No newline at end of file
+    });

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index 2eec187..6411a8a 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -354,4 +354,4 @@ El objeto devuelto desde una llamada a `cordova.InAppBrowser.open`.
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ No newline at end of file
+    });

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 214e358..aaac719 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -354,4 +354,4 @@ L'objet retourné par un appel à `cordova.InAppBrowser.open`.
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ No newline at end of file
+    });

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index 9cb7340..2812214 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -354,4 +354,4 @@ L'oggetto restituito da una chiamata a `di cordova.InAppBrowser.open`.
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ No newline at end of file
+    });

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index ca09128..557e6b0 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -354,4 +354,4 @@ InAppBrowser を通過するアプリですべてのページの読み込みを
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ No newline at end of file
+    });

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index 674af7a..4051ca0 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -354,4 +354,4 @@ InAppBrowser를 통해가 서 당신의 애플 리 케이 션에서 모든 페
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ No newline at end of file
+    });

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 8085630..9344329 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -354,4 +354,4 @@ Obiekt zwrócony z wywołania `cordova.InAppBrowser.open`.
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ No newline at end of file
+    });

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index 3ca2ef8..8bba1ce 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -327,4 +327,4 @@
     var ref = window.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ No newline at end of file
+    });

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/805d43d6/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 3798b83..ce10183 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -354,4 +354,4 @@ InAppBrowser 預設情況下它自己的 GUI 控制項為使用者提供 (後
     var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
-    });
\ 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