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

[11/11] cordova-plugin-file 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-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/44da9834
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/44da9834
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/44da9834

Branch: refs/heads/old-ID
Commit: 44da98349a92f63467e498d028e0484d07884202
Parents: 002be37
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 31 10:53:31 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 31 10:53:31 2015 -0700

----------------------------------------------------------------------
 doc/de/index.md   | 2 +-
 doc/de/plugins.md | 2 +-
 doc/es/index.md   | 2 +-
 doc/es/plugins.md | 2 +-
 doc/fr/index.md   | 2 +-
 doc/fr/plugins.md | 2 +-
 doc/it/index.md   | 2 +-
 doc/it/plugins.md | 2 +-
 doc/ja/index.md   | 2 +-
 doc/ja/plugins.md | 2 +-
 doc/ko/index.md   | 2 +-
 doc/ko/plugins.md | 2 +-
 doc/pl/index.md   | 2 +-
 doc/pl/plugins.md | 2 +-
 doc/ru/index.md   | 2 +-
 doc/ru/plugins.md | 2 +-
 doc/zh/index.md   | 2 +-
 doc/zh/plugins.md | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index 2797d40..5755807 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -335,4 +335,4 @@ Android unterstützt auch eine spezielle Dateisystem mit dem Namen "documents",
 *   `bundle`: die Anwendung Bündel; den Speicherort der die app selbst auf dem Datenträger (schreibgeschützt)
 *   `root`: das gesamte Gerät-Dateisystem
 
-Standardmäßig können die Bibliothek und Dokumenten-Verzeichnisse mit iCloud synchronisiert werden. Sie können auch verlangen, zwei zusätzliche Dateisysteme, `library-nosync` und `documents-nosync`, die einem speziellen nicht synchronisierten Verzeichnis innerhalb darstellen der `/Library` oder `/Documents`-Dateisystem.
\ No newline at end of file
+Standardmäßig können die Bibliothek und Dokumenten-Verzeichnisse mit iCloud synchronisiert werden. Sie können auch verlangen, zwei zusätzliche Dateisysteme, `library-nosync` und `documents-nosync`, die einem speziellen nicht synchronisierten Verzeichnis innerhalb darstellen der `/Library` oder `/Documents`-Dateisystem.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/de/plugins.md
----------------------------------------------------------------------
diff --git a/doc/de/plugins.md b/doc/de/plugins.md
index 1f4297f..2286133 100644
--- a/doc/de/plugins.md
+++ b/doc/de/plugins.md
@@ -121,4 +121,4 @@ Im Plugin Antwort Handler um aus einer zurückgegebenen FileEntries-Struktur in
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index c76940f..62dd900 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -333,4 +333,4 @@ Android también es compatible con un sistema de archivos especial llamado "docu
 *   `bundle`: paquete de la aplicación; la ubicación de la aplicación en sí mismo en el disco (sólo lectura)
 *   `root`: el sistema de archivos de todo el dispositivo
 
-De forma predeterminada, los directorios de documentos y la biblioteca pueden ser sincronizados con iCloud. También puede solicitar dos sistemas adicionales, `library-nosync` y `documents-nosync`, que representan un directorio especial no sincronizados dentro de la `/Library` o sistema de ficheros `/Documents`.
\ No newline at end of file
+De forma predeterminada, los directorios de documentos y la biblioteca pueden ser sincronizados con iCloud. También puede solicitar dos sistemas adicionales, `library-nosync` y `documents-nosync`, que representan un directorio especial no sincronizados dentro de la `/Library` o sistema de ficheros `/Documents`.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/es/plugins.md
----------------------------------------------------------------------
diff --git a/doc/es/plugins.md b/doc/es/plugins.md
index fd126fc..49a1d99 100644
--- a/doc/es/plugins.md
+++ b/doc/es/plugins.md
@@ -121,4 +121,4 @@ En plugin manipuladores de respuesta, para convertir de una estructura FileEntry
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index afe2fc4..b2f0fee 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -328,4 +328,4 @@ Android prend également en charge un système de fichiers spécial nommé « do
 *   `bundle` : bundle de l'application ; l'emplacement de l'application elle-même sur disque (lecture seule)
 *   `root` : le système de fichiers de tout dispositif
 
-Par défaut, vous peuvent synchroniser les répertoires de la bibliothèque et les documents à iCloud. Vous pouvez également demander des deux systèmes de fichiers supplémentaires, `library-nosync` et `documents-nosync`, qui représentent un répertoire spécial non synchronisées dans le `/Library` ou système de fichiers `/ Documents`.
\ No newline at end of file
+Par défaut, vous peuvent synchroniser les répertoires de la bibliothèque et les documents à iCloud. Vous pouvez également demander des deux systèmes de fichiers supplémentaires, `library-nosync` et `documents-nosync`, qui représentent un répertoire spécial non synchronisées dans le `/Library` ou système de fichiers `/ Documents`.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/fr/plugins.md
----------------------------------------------------------------------
diff --git a/doc/fr/plugins.md b/doc/fr/plugins.md
index 070384e..efd1bac 100644
--- a/doc/fr/plugins.md
+++ b/doc/fr/plugins.md
@@ -121,4 +121,4 @@ Dans gestionnaires de plugin de réponse, pour convertir une structure FileEntry
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index 572fcf5..14d0a83 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -335,4 +335,4 @@ Android supporta anche un filesystem speciale denominato "documenti", che rappre
 *   `bundle`: bundle dell'applicazione; la posizione dell'app sul disco (sola lettura)
 *   `root`: il dispositivo intero filesystem
 
-Per impostazione predefinita, la directory di libreria e documenti può essere sincronizzata a iCloud. È anche possibile richiedere due filesystem aggiuntivi, `library-nosync` e `documents-nosync`, che rappresentano una speciale directory non sincronizzati entro il `/Library` o filesystem `/Documents`.
\ No newline at end of file
+Per impostazione predefinita, la directory di libreria e documenti può essere sincronizzata a iCloud. È anche possibile richiedere due filesystem aggiuntivi, `library-nosync` e `documents-nosync`, che rappresentano una speciale directory non sincronizzati entro il `/Library` o filesystem `/Documents`.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/it/plugins.md
----------------------------------------------------------------------
diff --git a/doc/it/plugins.md b/doc/it/plugins.md
index c02ca2f..a66ab8e 100644
--- a/doc/it/plugins.md
+++ b/doc/it/plugins.md
@@ -121,4 +121,4 @@ Nei gestori di risposta plugin, per convertire da una struttura FileEntry restit
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index 8244cc9..78758ea 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -335,4 +335,4 @@ V1.1.0 の `toURL()` の戻り値に変更されました (\[CB-6394\] (https://
 *   `bundle`: アプリケーションバンドル;アプリ自体 (読み取りのみ) ディスク上の場所
 *   `root`: デバイス全体のファイルシステム
 
-既定では、ライブラリとドキュメント ディレクトリを iCloud に同期できます。 2 つの追加のファイルシステム、`library-nosync` および `documents-nosync` を表す、特別な非同期ディレクトリ内を要求することもできます、`/Library` または `Documents/` ファイルシステム。
\ No newline at end of file
+既定では、ライブラリとドキュメント ディレクトリを iCloud に同期できます。 2 つの追加のファイルシステム、`library-nosync` および `documents-nosync` を表す、特別な非同期ディレクトリ内を要求することもできます、`/Library` または `Documents/` ファイルシステム。

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/ja/plugins.md
----------------------------------------------------------------------
diff --git a/doc/ja/plugins.md b/doc/ja/plugins.md
index 3dedb28..ed973e9 100644
--- a/doc/ja/plugins.md
+++ b/doc/ja/plugins.md
@@ -121,4 +121,4 @@ Java スクリプトの設定を取得するには `cdvfile://` 認証または
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index dde8991..e4763a3 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -335,4 +335,4 @@ V1.1.0에 `toURL()`의 반환 값 (\[CB-6394\] (https://issues.apache.org/jira/b
 *   `bundle`: 응용 프로그램의 번들; (읽기 전용) 디스크에 응용 프로그램 자체의 위치
 *   `root`: 전체 장치 파일 시스템
 
-기본적으로 라이브러리 및 문서 디렉토리 iCloud에 동기화 할 수 있습니다. 또한 2 개의 추가적인 파일 시스템, `library-nosync` 및 `documents-nosync`, 내 특별 한 동기화 되지 않은 디렉터리를 대표 하는 요청할 수 있습니다는 `/Library` 또는 `/Documents` 파일 시스템.
\ No newline at end of file
+기본적으로 라이브러리 및 문서 디렉토리 iCloud에 동기화 할 수 있습니다. 또한 2 개의 추가적인 파일 시스템, `library-nosync` 및 `documents-nosync`, 내 특별 한 동기화 되지 않은 디렉터리를 대표 하는 요청할 수 있습니다는 `/Library` 또는 `/Documents` 파일 시스템.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/ko/plugins.md
----------------------------------------------------------------------
diff --git a/doc/ko/plugins.md b/doc/ko/plugins.md
index d5ec121..47c4fe0 100644
--- a/doc/ko/plugins.md
+++ b/doc/ko/plugins.md
@@ -121,4 +121,4 @@ IOS에서 코르도바 같은 사용 하지 않는 `CordovaResourceApi` 안 드
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 74eba45..24348a7 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -335,4 +335,4 @@ Android obsługuje również specjalnych plików o nazwie "dokumenty", który re
 *   `bundle`: pakiet aplikacji; Lokalizacja aplikacji na dysku (tylko do odczytu)
 *   `root`: całe urządzenie systemu plików
 
-Domyślnie katalogi biblioteki i dokumenty mogą być synchronizowane iCloud. Można również zażądać dwóch dodatkowych plików, `library-nosync` i `documents-nosync`, które stanowią specjalny katalog nie zsynchronizowane w `/Library` lub systemu plików `/Documents`.
\ No newline at end of file
+Domyślnie katalogi biblioteki i dokumenty mogą być synchronizowane iCloud. Można również zażądać dwóch dodatkowych plików, `library-nosync` i `documents-nosync`, które stanowią specjalny katalog nie zsynchronizowane w `/Library` lub systemu plików `/Documents`.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/pl/plugins.md
----------------------------------------------------------------------
diff --git a/doc/pl/plugins.md b/doc/pl/plugins.md
index a1f9169..bfc26b6 100644
--- a/doc/pl/plugins.md
+++ b/doc/pl/plugins.md
@@ -121,4 +121,4 @@ W plugin obsługi odpowiedzi do przeliczenia strukturę FileEntry wrócił do rz
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index 2a23e69..70ab60b 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -272,4 +272,4 @@ Android поддерживает также Специальный файлов
 *   `bundle`: Пакет приложения; расположение самого приложения на диске (только для чтения)
 *   `root`: Все устройство файловой системы
 
-По умолчанию каталоги библиотеки и документы можно синхронизировать с iCloud. Вы также можете заказать два дополнительных файловых систем, `library-nosync` и `documents-nosync` , которые представляют Специальный каталог не синхронизируются в `/Library` или `/Documents` файловой системы.
\ No newline at end of file
+По умолчанию каталоги библиотеки и документы можно синхронизировать с iCloud. Вы также можете заказать два дополнительных файловых систем, `library-nosync` и `documents-nosync` , которые представляют Специальный каталог не синхронизируются в `/Library` или `/Documents` файловой системы.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/ru/plugins.md
----------------------------------------------------------------------
diff --git a/doc/ru/plugins.md b/doc/ru/plugins.md
index b9a637a..312e663 100644
--- a/doc/ru/plugins.md
+++ b/doc/ru/plugins.md
@@ -121,4 +121,4 @@
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 59dc7f9..cab37a6 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -340,4 +340,4 @@
 *   `bundle`: 應用程式的包 ;應用程式本身 (唯讀) 的磁片上的位置
 *   `root`: 整個設備的檔案系統
 
-預設情況下,圖書館和檔目錄可以同步到 iCloud。 您也可以要求兩個額外的檔案系統、 `library-nosync` 和 `documents-nosync`,代表一個特殊的非同步目錄內 `/Library` 或 `/Documents` 的檔案系統。
\ No newline at end of file
+預設情況下,圖書館和檔目錄可以同步到 iCloud。 您也可以要求兩個額外的檔案系統、 `library-nosync` 和 `documents-nosync`,代表一個特殊的非同步目錄內 `/Library` 或 `/Documents` 的檔案系統。

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44da9834/doc/zh/plugins.md
----------------------------------------------------------------------
diff --git a/doc/zh/plugins.md b/doc/zh/plugins.md
index 462fb06..94c7254 100644
--- a/doc/zh/plugins.md
+++ b/doc/zh/plugins.md
@@ -121,4 +121,4 @@
         entry = new DirectoryEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
     } else {
         entry = new FileEntry(entryStruct.name, entryStruct.fullPath, new FileSystem(entryStruct.filesystemName));
-    }
\ No newline at end of file
+    }


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