Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76ED2177C6 for ; Tue, 31 Mar 2015 23:06:33 +0000 (UTC) Received: (qmail 64834 invoked by uid 500); 31 Mar 2015 23:06:33 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 64811 invoked by uid 500); 31 Mar 2015 23:06:33 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 64802 invoked by uid 99); 31 Mar 2015 23:06:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2015 23:06:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4192FE182A; Tue, 31 Mar 2015 23:06:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <570d9a18fbdc4af792ac2f7e123bb71b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-file-transfer git commit: CB-8653 properly updated translated docs to use new id Date: Tue, 31 Mar 2015 23:06:33 +0000 (UTC) Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master 4e12365d3 -> decdd2241 CB-8653 properly updated translated docs to use new id 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/decdd224 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/decdd224 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/decdd224 Branch: refs/heads/master Commit: decdd2241581adbf0da6f70ecb6e07f4f67466ef Parents: 4e12365 Author: Steve Gill Authored: Tue Mar 31 16:06:00 2015 -0700 Committer: Steve Gill Committed: Tue Mar 31 16:06:00 2015 -0700 ---------------------------------------------------------------------- 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/pl/index.md | 4 ++-- doc/ru/index.md | 4 ++-- doc/zh/index.md | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/de/index.md ---------------------------------------------------------------------- diff --git a/doc/de/index.md b/doc/de/index.md index 6fbc566..4081503 100644 --- a/doc/de/index.md +++ b/doc/de/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer Dieses Plugin ermöglicht Ihnen zum Hochladen und Herunterladen von Dateien. @@ -33,7 +33,7 @@ Obwohl im globalen Gültigkeitsbereich, sind sie nicht bis nach dem `deviceready ## Installation - cordova plugin add org.apache.cordova.file-transfer + cordova plugin add cordova-plugin-file-transfer ## Unterstützte Plattformen http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/es/index.md ---------------------------------------------------------------------- diff --git a/doc/es/index.md b/doc/es/index.md index 844c217..981c991 100644 --- a/doc/es/index.md +++ b/doc/es/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer Este plugin te permite cargar y descargar archivos. @@ -31,7 +31,7 @@ Aunque en el ámbito global, no están disponibles hasta después de la `devicer ## Instalación - Cordova plugin añade org.apache.cordova.file-transferencia + Cordova plugin añade cordova-plugin-file-transferencia ## Plataformas soportadas http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/fr/index.md ---------------------------------------------------------------------- diff --git a/doc/fr/index.md b/doc/fr/index.md index 68f6145..6b2bce0 100644 --- a/doc/fr/index.md +++ b/doc/fr/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer Ce plugin vous permet de télécharger des fichiers. @@ -31,7 +31,7 @@ Bien que dans la portée globale, ils ne sont pas disponibles jusqu'après la `d ## Installation - Cordova plugin ajouter org.apache.cordova.file-transfert + Cordova plugin ajouter cordova-plugin-file-transfert ## Plates-formes prises en charge http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/it/index.md ---------------------------------------------------------------------- diff --git a/doc/it/index.md b/doc/it/index.md index 31ac77e..e1b74e3 100644 --- a/doc/it/index.md +++ b/doc/it/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer Questo plugin permette di caricare e scaricare file. @@ -33,7 +33,7 @@ Anche se in ambito globale, non sono disponibili fino a dopo l'evento `devicerea ## Installazione - cordova plugin add org.apache.cordova.file-transfer + cordova plugin add cordova-plugin-file-transfer ## Piattaforme supportate http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/ja/index.md ---------------------------------------------------------------------- diff --git a/doc/ja/index.md b/doc/ja/index.md index 02c5729..f885b3c 100644 --- a/doc/ja/index.md +++ b/doc/ja/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer このプラグインは、アップロードし、ファイルをダウンロードすることができます。 @@ -33,7 +33,7 @@ ## インストール - cordova plugin add org.apache.cordova.file-transfer + cordova plugin add cordova-plugin-file-transfer ## サポートされているプラットフォーム http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/ko/index.md ---------------------------------------------------------------------- diff --git a/doc/ko/index.md b/doc/ko/index.md index e981cf9..a6e39c0 100644 --- a/doc/ko/index.md +++ b/doc/ko/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer 이 플러그인을 사용 하면 업로드 및 다운로드 파일 수 있습니다. @@ -33,7 +33,7 @@ ## 설치 - cordova plugin add org.apache.cordova.file-transfer + cordova plugin add cordova-plugin-file-transfer ## 지원 되는 플랫폼 http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/pl/index.md ---------------------------------------------------------------------- diff --git a/doc/pl/index.md b/doc/pl/index.md index 68053a4..ff9b557 100644 --- a/doc/pl/index.md +++ b/doc/pl/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer Plugin pozwala na przesyłanie i pobieranie plików. @@ -33,7 +33,7 @@ Chociaż w globalnym zasięgu, są nie dostępne dopiero po `deviceready` imprez ## Instalacja - cordova plugin add org.apache.cordova.file-transfer + cordova plugin add cordova-plugin-file-transfer ## Obsługiwane platformy http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/ru/index.md ---------------------------------------------------------------------- diff --git a/doc/ru/index.md b/doc/ru/index.md index e43fb5e..cdd5a15 100644 --- a/doc/ru/index.md +++ b/doc/ru/index.md @@ -17,13 +17,13 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer Этот плагин позволяет вам загружать и скачивать файлы. ## Установка - cordova plugin add org.apache.cordova.file-transfer + cordova plugin add cordova-plugin-file-transfer ## Поддерживаемые платформы http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/decdd224/doc/zh/index.md ---------------------------------------------------------------------- diff --git a/doc/zh/index.md b/doc/zh/index.md index f272a10..b3af1eb 100644 --- a/doc/zh/index.md +++ b/doc/zh/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.file-transfer +# cordova-plugin-file-transfer 這個外掛程式允許你上傳和下載檔案。 @@ -33,7 +33,7 @@ ## 安裝 - cordova plugin add org.apache.cordova.file-transfer + cordova plugin add cordova-plugin-file-transfer ## 支援的平臺 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org