diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-07-31 00:09:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-07-31 00:09:54 +0000 |
commit | 2a2526e1d1d76ecce3ecbed148676668de2a5089 (patch) | |
tree | 00f8ad70249f0b17ef963bcd3ced0a650390ed0e /lib | |
parent | 3b386af295fdd5ea986edd4447637043f69b4c38 (diff) | |
download | nextcloud-server-2a2526e1d1d76ecce3ecbed148676668de2a5089.tar.gz nextcloud-server-2a2526e1d1d76ecce3ecbed148676668de2a5089.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/id.js | 3 | ||||
-rw-r--r-- | lib/l10n/id.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/id.js b/lib/l10n/id.js index f259b6aba01..c45e3d90a87 100644 --- a/lib/l10n/id.js +++ b/lib/l10n/id.js @@ -167,6 +167,7 @@ OC.L10N.register( "Storage unauthorized. %s" : "Penyimpanan tidak terotorisasi. %s", "Storage incomplete configuration. %s" : "Konfigurasi penyimpanan tidak terselesaikan. %s", "Storage connection error. %s" : "Koneksi penyimpanan bermasalah. %s", - "Storage not available" : "Penyimpanan tidak tersedia" + "Storage not available" : "Penyimpanan tidak tersedia", + "Storage connection timeout. %s" : "Koneksi penyimpanan waktu-habis. %s" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/id.json b/lib/l10n/id.json index 511131378de..da6d1f848e6 100644 --- a/lib/l10n/id.json +++ b/lib/l10n/id.json @@ -165,6 +165,7 @@ "Storage unauthorized. %s" : "Penyimpanan tidak terotorisasi. %s", "Storage incomplete configuration. %s" : "Konfigurasi penyimpanan tidak terselesaikan. %s", "Storage connection error. %s" : "Koneksi penyimpanan bermasalah. %s", - "Storage not available" : "Penyimpanan tidak tersedia" + "Storage not available" : "Penyimpanan tidak tersedia", + "Storage connection timeout. %s" : "Koneksi penyimpanan waktu-habis. %s" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |