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 E4E6B174F4 for ; Tue, 31 Mar 2015 17:54:13 +0000 (UTC) Received: (qmail 70411 invoked by uid 500); 31 Mar 2015 17:54:07 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 70388 invoked by uid 500); 31 Mar 2015 17:54:07 -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 70378 invoked by uid 99); 31 Mar 2015 17:54:07 -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 17:54:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6AD54E17F5; Tue, 31 Mar 2015 17:54:07 +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: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-device git commit: CB-8653 updated translated docs to use new id Date: Tue, 31 Mar 2015 17:54:07 +0000 (UTC) Repository: cordova-plugin-device Updated Branches: refs/heads/master d714e025e -> 0b12c532c CB-8653 updated translated docs to use new id Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/0b12c532 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/0b12c532 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/0b12c532 Branch: refs/heads/master Commit: 0b12c532c91ab3ba8791e43b6fef771be937167d Parents: d714e02 Author: Steve Gill Authored: Tue Mar 31 10:53:31 2015 -0700 Committer: Steve Gill Committed: Tue Mar 31 10:53:31 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-device/blob/0b12c532/doc/de/index.md ---------------------------------------------------------------------- diff --git a/doc/de/index.md b/doc/de/index.md index f51618e..77f41a6 100644 --- a/doc/de/index.md +++ b/doc/de/index.md @@ -203,4 +203,4 @@ Version des Betriebssystems zu erhalten. // // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720 // Tizen: returns "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/es/index.md ---------------------------------------------------------------------- diff --git a/doc/es/index.md b/doc/es/index.md index 9c9eb38..e681920 100644 --- a/doc/es/index.md +++ b/doc/es/index.md @@ -217,4 +217,4 @@ Obtener la versión del sistema operativo. // // Windows Phone 7: returns current OS version number, ex. el Mango se vuelve 7.10.7720 // Tizen: devuelve "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/fr/index.md ---------------------------------------------------------------------- diff --git a/doc/fr/index.md b/doc/fr/index.md index 472fda5..7616629 100644 --- a/doc/fr/index.md +++ b/doc/fr/index.md @@ -215,4 +215,4 @@ Téléchargez la version de système d'exploitation. // // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720 // Tizen: returns "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/it/index.md ---------------------------------------------------------------------- diff --git a/doc/it/index.md b/doc/it/index.md index 0414dc6..1fcfd43 100644 --- a/doc/it/index.md +++ b/doc/it/index.md @@ -203,4 +203,4 @@ Ottenere la versione del sistema operativo. // // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720 // Tizen: returns "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/ja/index.md ---------------------------------------------------------------------- diff --git a/doc/ja/index.md b/doc/ja/index.md index ee44720..b5882ee 100644 --- a/doc/ja/index.md +++ b/doc/ja/index.md @@ -203,4 +203,4 @@ UUID を生成する方法の詳細は、デバイスの製造元によって決 // // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720 // Tizen: returns "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/ko/index.md ---------------------------------------------------------------------- diff --git a/doc/ko/index.md b/doc/ko/index.md index af44d40..865ab1f 100644 --- a/doc/ko/index.md +++ b/doc/ko/index.md @@ -203,4 +203,4 @@ UUID 생성 방법의 자세한 내용은 장치 제조업체에 의해 결정 // // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720 // Tizen: returns "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/pl/index.md ---------------------------------------------------------------------- diff --git a/doc/pl/index.md b/doc/pl/index.md index 3806d05..de6f476 100644 --- a/doc/pl/index.md +++ b/doc/pl/index.md @@ -203,4 +203,4 @@ Pobierz wersję systemu operacyjnego. // // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720 // Tizen: returns "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/ru/index.md ---------------------------------------------------------------------- diff --git a/doc/ru/index.md b/doc/ru/index.md index c019574..403dec0 100644 --- a/doc/ru/index.md +++ b/doc/ru/index.md @@ -216,4 +216,4 @@ Windows Phone 7 устройства сообщают платформу как // // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720 // Tizen: returns "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/zh/index.md ---------------------------------------------------------------------- diff --git a/doc/zh/index.md b/doc/zh/index.md index 58818a8..863b120 100644 --- a/doc/zh/index.md +++ b/doc/zh/index.md @@ -203,4 +203,4 @@ Windows Phone 8 設備報告作為平臺`Win32NT`. // // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720 // Tizen: returns "TIZEN_20120425_2" - var deviceVersion = device.version; \ No newline at end of file + var deviceVersion = device.version; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org