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:21 UTC

[4/4] cordova-plugin-media 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-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/6f873859
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/6f873859
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/6f873859

Branch: refs/heads/old-ID
Commit: 6f873859c5589de48bf79b2937f1e996436f4dd4
Parents: 42b10a2
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-media/blob/6f873859/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index aaee8ed..3553d5b 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -502,4 +502,4 @@ Ein `MediaError`-Objekt wird an die `mediaError`-Callback-Funktion zurückgegebe
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index e9e3937..36745c6 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -397,4 +397,4 @@ A `MediaError` objeto es devuelto a la `mediaError` función de devolución de l
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 1bd857c..b928ce6 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -397,4 +397,4 @@ A `MediaError` objet est retourné à la `mediaError` fonction de rappel lorsqu'
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index 7029187..c7886e4 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -502,4 +502,4 @@ Un oggetto ` MediaError` viene restituito alla funzione di callback ` mediaError
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index a3ae51d..62d7408 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -502,4 +502,4 @@
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index 2010fdd..20e29d1 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -502,4 +502,4 @@
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 8250106..cc7cff6 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -502,4 +502,4 @@ Gdy wystąpi błąd, funkcja wywołania zwrotnego `mediaError` zwracany jest obi
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index facda0f..33d71e4 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -491,4 +491,4 @@ A `MediaError` объект возвращается к `mediaError` функц
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 0259a39..ab4db24 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -502,4 +502,4 @@
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4


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