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/07/08 20:45:08 UTC

[3/4] git commit: CB-6928: Add new error code to documentation

CB-6928: Add new error code to documentation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/97a831e5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/97a831e5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/97a831e5

Branch: refs/heads/master
Commit: 97a831e568d555e776c078f40fb3ea7bf4fbdf23
Parents: b88584c
Author: Javier Puerto <ja...@becompany.ch>
Authored: Thu Jun 19 10:52:34 2014 +0200
Committer: Ian Clelland <ic...@chromium.org>
Committed: Tue Jul 8 14:14:13 2014 -0400

----------------------------------------------------------------------
 doc/es/index.md | 3 ++-
 doc/fr/index.md | 3 ++-
 doc/index.md    | 1 +
 doc/it/index.md | 3 ++-
 doc/ja/index.md | 3 ++-
 doc/ko/index.md | 3 ++-
 doc/pl/index.md | 1 +
 doc/zh/index.md | 3 ++-
 8 files changed, 14 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/97a831e5/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index fdf8e59..889fdf3 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -260,6 +260,7 @@ A `FileTransferError` objeto se pasa a un callback de error cuando se produce un
 *   2 = `FileTransferError.INVALID_URL_ERR`
 *   3 = `FileTransferError.CONNECTION_ERR`
 *   4 = `FileTransferError.ABORT_ERR`
+*   5 = `FileTransferError.NOT_MODIFIED_ERR`
 
 ## Al revés notas de compatibilidad
 
@@ -280,4 +281,4 @@ Si va a actualizar a una nueva (1.0.0 o más reciente) versión del archivo y pr
     cdvfile://localhost/persistent/path/to/file
     
 
-que puede ser utilizado en lugar de la ruta del archivo absoluta tanto en `download()` y `upload()` los métodos.
\ No newline at end of file
+que puede ser utilizado en lugar de la ruta del archivo absoluta tanto en `download()` y `upload()` los métodos.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/97a831e5/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index c9abc6a..e6b08cb 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -260,6 +260,7 @@ Un objet `FileTransferError` est passé à une callback d'erreur lorsqu'une erre
 *   2 = `FileTransferError.INVALID_URL_ERR`
 *   3 = `FileTransferError.CONNECTION_ERR`
 *   4 = `FileTransferError.ABORT_ERR`
+*   5 = `FileTransferError.NOT_MODIFIED_ERR`
 
 ## Backwards Compatibility Notes
 
@@ -280,4 +281,4 @@ Si vous migrez vers une nouvelle version du fichier (1.0.0 ou plus récent) et q
     cdvfile://localhost/persistent/path/to/file
     
 
-qui peut être utilisé à la place du chemin d'accès absolu au fichier dans les méthodes `download()` et `upload()`.
\ No newline at end of file
+qui peut être utilisé à la place du chemin d'accès absolu au fichier dans les méthodes `download()` et `upload()`.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/97a831e5/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index ec1d1b8..997d273 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -257,6 +257,7 @@ A `FileTransferError` object is passed to an error callback when an error occurs
 - 2 = `FileTransferError.INVALID_URL_ERR`
 - 3 = `FileTransferError.CONNECTION_ERR`
 - 4 = `FileTransferError.ABORT_ERR`
+- 5 = `FileTransferError.NOT_MODIFIED_ERR`
 
 ## Backwards Compatibility Notes
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/97a831e5/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index ed74c91..c9ea0d8 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -260,6 +260,7 @@ A `FileTransferError` oggetto viene passato a un callback di errore quando si ve
 *   2 = `FileTransferError.INVALID_URL_ERR`
 *   3 = `FileTransferError.CONNECTION_ERR`
 *   4 = `FileTransferError.ABORT_ERR`
+*   5 = `FileTransferError.NOT_MODIFIED_ERR`
 
 ## Note di compatibilità all'indietro
 
@@ -280,4 +281,4 @@ Se si esegue l'aggiornamento a una nuova (1.0.0 o più recente) precedentemente
     cdvfile://localhost/persistent/path/to/file
     
 
-che può essere utilizzato al posto del percorso assoluto in entrambi `download()` e `upload()` metodi.
\ No newline at end of file
+che può essere utilizzato al posto del percorso assoluto in entrambi `download()` e `upload()` metodi.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/97a831e5/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index f979fff..1a2da1c 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -260,6 +260,7 @@ A `FileTransferError` オブジェクトは、エラーが発生エラー コー
 *   2 = `FileTransferError.INVALID_URL_ERR`
 *   3 = `FileTransferError.CONNECTION_ERR`
 *   4 = `FileTransferError.ABORT_ERR`
+*   5 = `FileTransferError.NOT_MODIFIED_ERR`
 
 ## 後方互換性をノートします。
 
@@ -280,4 +281,4 @@ A `FileTransferError` オブジェクトは、エラーが発生エラー コー
     cdvfile://localhost/persistent/path/to/file
     
 
-両方のファイルの絶対パスの代わりに使用できる `download()` および `upload()` メソッド。
\ No newline at end of file
+両方のファイルの絶対パスの代わりに使用できる `download()` および `upload()` メソッド。

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/97a831e5/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index 55d8dcf..138c326 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -260,6 +260,7 @@ A `FileTransferError` 오류가 발생 하면 오류 콜백 개체 전달 됩니
 *   2 = `FileTransferError.INVALID_URL_ERR`
 *   3 = `FileTransferError.CONNECTION_ERR`
 *   4 = `FileTransferError.ABORT_ERR`
+*   5 = `FileTransferError.NOT_MODIFIED_ERR`
 
 ## 이전 버전과 호환성 노트
 
@@ -280,4 +281,4 @@ A `FileTransferError` 오류가 발생 하면 오류 콜백 개체 전달 됩니
     cdvfile://localhost/persistent/path/to/file
     
 
-둘 다에서 절대 파일 경로 대신 사용할 수 있는 `download()` 및 `upload()` 메서드.
\ No newline at end of file
+둘 다에서 절대 파일 경로 대신 사용할 수 있는 `download()` 및 `upload()` 메서드.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/97a831e5/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 32829af..4860969 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -258,6 +258,7 @@ A `FileTransferError` obiekt jest przekazywany do wywołania zwrotnego błąd, g
 *   `FileTransferError.INVALID_URL_ERR`
 *   `FileTransferError.CONNECTION_ERR`
 *   `FileTransferError.ABORT_ERR`
+*   `FileTransferError.NOT_MODIFIED_ERR`
 
 ## Do tyłu zgodności stwierdza
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/97a831e5/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 0a277d9..74d5bc8 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -260,6 +260,7 @@ A `FileTransferError` 物件傳遞到錯誤回檔時出現錯誤。
 *   2 = `FileTransferError.INVALID_URL_ERR`
 *   3 = `FileTransferError.CONNECTION_ERR`
 *   4 = `FileTransferError.ABORT_ERR`
+*   5 = `FileTransferError.NOT_MODIFIED_ERR`
 
 ## 向後相容性注意到
 
@@ -280,4 +281,4 @@ A `FileTransferError` 物件傳遞到錯誤回檔時出現錯誤。
     cdvfile://localhost/persistent/path/to/file
     
 
-可以使用在中兩者的絕對檔路徑位置 `download()` 和 `upload()` 方法。
\ No newline at end of file
+可以使用在中兩者的絕對檔路徑位置 `download()` 和 `upload()` 方法。