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 14EC8177D1 for ; Tue, 31 Mar 2015 23:06:51 +0000 (UTC) Received: (qmail 66061 invoked by uid 500); 31 Mar 2015 23:06:51 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 66036 invoked by uid 500); 31 Mar 2015 23:06:50 -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 66027 invoked by uid 99); 31 Mar 2015 23:06:50 -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:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C6D2BE182A; Tue, 31 Mar 2015 23:06:50 +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: <6c8b0c0afd3643639266995155fc0a17@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-statusbar git commit: CB-8653 properly updated translated docs to use new id Date: Tue, 31 Mar 2015 23:06:50 +0000 (UTC) Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master 56f038efc -> 2d25d2ec4 CB-8653 properly updated translated docs to use new id Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/2d25d2ec Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/2d25d2ec Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/2d25d2ec Branch: refs/heads/master Commit: 2d25d2ec4cebd76a04f7baf7d9ff1daed50966d2 Parents: 56f038e Author: Steve Gill Authored: Tue Mar 31 16:06:02 2015 -0700 Committer: Steve Gill Committed: Tue Mar 31 16:06:02 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 | 2 +- doc/zh/index.md | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/de/index.md ---------------------------------------------------------------------- diff --git a/doc/de/index.md b/doc/de/index.md index 8e2a9fd..9f913c5 100644 --- a/doc/de/index.md +++ b/doc/de/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar @@ -25,7 +25,7 @@ ## Installation - cordova plugin add org.apache.cordova.statusbar + cordova plugin add cordova-plugin-statusbar ## "Einstellungen" http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/es/index.md ---------------------------------------------------------------------- diff --git a/doc/es/index.md b/doc/es/index.md index 0fc594a..fa4ba67 100644 --- a/doc/es/index.md +++ b/doc/es/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar @@ -25,7 +25,7 @@ ## Instalación - Cordova plugin agregar org.apache.cordova.statusbar + Cordova plugin agregar cordova-plugin-statusbar ## Preferencias http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/fr/index.md ---------------------------------------------------------------------- diff --git a/doc/fr/index.md b/doc/fr/index.md index f9c896c..816f3df 100644 --- a/doc/fr/index.md +++ b/doc/fr/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar @@ -25,7 +25,7 @@ ## Installation - cordova plugin add org.apache.cordova.statusbar + cordova plugin add cordova-plugin-statusbar ## Préférences http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/it/index.md ---------------------------------------------------------------------- diff --git a/doc/it/index.md b/doc/it/index.md index 992f6f3..73ddcd4 100644 --- a/doc/it/index.md +++ b/doc/it/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar @@ -25,7 +25,7 @@ ## Installazione - cordova plugin add org.apache.cordova.statusbar + cordova plugin add cordova-plugin-statusbar ## Preferenze http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/ja/index.md ---------------------------------------------------------------------- diff --git a/doc/ja/index.md b/doc/ja/index.md index 4a43abd..79705f2 100644 --- a/doc/ja/index.md +++ b/doc/ja/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar @@ -25,7 +25,7 @@ ## インストール - cordova plugin add org.apache.cordova.statusbar + cordova plugin add cordova-plugin-statusbar ## 基本設定 http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/ko/index.md ---------------------------------------------------------------------- diff --git a/doc/ko/index.md b/doc/ko/index.md index e24d326..44de75b 100644 --- a/doc/ko/index.md +++ b/doc/ko/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar @@ -25,7 +25,7 @@ ## 설치 - cordova plugin add org.apache.cordova.statusbar + cordova plugin add cordova-plugin-statusbar ## 환경 설정 http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/pl/index.md ---------------------------------------------------------------------- diff --git a/doc/pl/index.md b/doc/pl/index.md index 4996839..4f13a37 100644 --- a/doc/pl/index.md +++ b/doc/pl/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar @@ -25,7 +25,7 @@ ## Instalacja - cordova plugin add org.apache.cordova.statusbar + cordova plugin add cordova-plugin-statusbar ## Preferencje http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/ru/index.md ---------------------------------------------------------------------- diff --git a/doc/ru/index.md b/doc/ru/index.md index f51ad75..fdb95ee 100644 --- a/doc/ru/index.md +++ b/doc/ru/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/2d25d2ec/doc/zh/index.md ---------------------------------------------------------------------- diff --git a/doc/zh/index.md b/doc/zh/index.md index 427c7e4..a8805da 100644 --- a/doc/zh/index.md +++ b/doc/zh/index.md @@ -17,7 +17,7 @@ under the License. --> -# org.apache.cordova.statusbar +# cordova-plugin-statusbar # StatusBar @@ -25,7 +25,7 @@ ## 安裝 - cordova plugin add org.apache.cordova.statusbar + cordova plugin add cordova-plugin-statusbar ## 首選項 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org