Blame view
sources/l10n/id/lib.po
8.92 KB
|
03e52840d
|
1 2 3 4 5 |
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: |
|
03e52840d
|
6 7 8 9 |
msgid "" msgstr "" "Project-Id-Version: ownCloud " |
|
31b7f2792
|
10 11 12 13 14 15 |
"Report-Msgid-Bugs-To: translations@owncloud.org " "POT-Creation-Date: 2013-11-21 10:01-0500 " "PO-Revision-Date: 2013-11-21 15:01+0000 " |
|
03e52840d
|
16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
"Last-Translator: I Robot <owncloud-bot@tmit.eu> " "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/) " "MIME-Version: 1.0 " "Content-Type: text/plain; charset=UTF-8 " "Content-Transfer-Encoding: 8bit " "Language: id " "Plural-Forms: nplurals=1; plural=0; " |
|
31b7f2792
|
30 31 32 33 34 35 36 37 38 39 40 41 |
#: private/app.php:243 #, php-format msgid "" "App \"%s\" can't be installed because it is not compatible with this version" " of ownCloud." msgstr "" #: private/app.php:255 msgid "No app name specified" msgstr "" #: private/app.php:360 |
|
03e52840d
|
42 |
msgid "Help" |
|
31b7f2792
|
43 |
msgstr "Bantuan" |
|
03e52840d
|
44 |
|
|
31b7f2792
|
45 |
#: private/app.php:373 |
|
03e52840d
|
46 |
msgid "Personal" |
|
31b7f2792
|
47 |
msgstr "Pribadi" |
|
03e52840d
|
48 |
|
|
31b7f2792
|
49 |
#: private/app.php:384 |
|
03e52840d
|
50 |
msgid "Settings" |
|
31b7f2792
|
51 |
msgstr "Setelan" |
|
03e52840d
|
52 |
|
|
31b7f2792
|
53 |
#: private/app.php:396 |
|
03e52840d
|
54 |
msgid "Users" |
|
31b7f2792
|
55 |
msgstr "Pengguna" |
|
03e52840d
|
56 |
|
|
31b7f2792
|
57 |
#: private/app.php:409 |
|
03e52840d
|
58 |
msgid "Admin" |
|
31b7f2792
|
59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
msgstr "Admin" #: private/app.php:873 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "" #: private/avatar.php:60 msgid "Unknown filetype" msgstr "" #: private/avatar.php:65 msgid "Invalid image" msgstr "" |
|
03e52840d
|
73 |
|
|
31b7f2792
|
74 75 76 77 78 79 80 81 82 83 |
#: private/defaults.php:36 msgid "web services under your control" msgstr "layanan web dalam kontrol Anda" #: private/files.php:66 private/files.php:98 #, php-format msgid "cannot open \"%s\"" msgstr "" #: private/files.php:228 |
|
03e52840d
|
84 |
msgid "ZIP download is turned off." |
|
31b7f2792
|
85 |
msgstr "Pengunduhan ZIP dimatikan." |
|
03e52840d
|
86 |
|
|
31b7f2792
|
87 |
#: private/files.php:229 |
|
03e52840d
|
88 |
msgid "Files need to be downloaded one by one." |
|
31b7f2792
|
89 |
msgstr "Berkas harus diunduh satu persatu." |
|
03e52840d
|
90 |
|
|
31b7f2792
|
91 |
#: private/files.php:230 private/files.php:258 |
|
03e52840d
|
92 |
msgid "Back to Files" |
|
31b7f2792
|
93 |
msgstr "Kembali ke Daftar Berkas" |
|
03e52840d
|
94 |
|
|
31b7f2792
|
95 |
#: private/files.php:255 |
|
03e52840d
|
96 |
msgid "Selected files too large to generate zip file." |
|
31b7f2792
|
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
msgstr "Berkas yang dipilih terlalu besar untuk dibuat berkas zip-nya." #: private/files.php:256 msgid "" "Please download the files separately in smaller chunks or kindly ask your " "administrator." msgstr "" #: private/installer.php:63 msgid "No source specified when installing app" msgstr "" #: private/installer.php:70 msgid "No href specified when installing app from http" msgstr "" #: private/installer.php:75 msgid "No path specified when installing app from local file" msgstr "" |
|
03e52840d
|
116 |
|
|
31b7f2792
|
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
#: private/installer.php:89 #, php-format msgid "Archives of type %s are not supported" msgstr "" #: private/installer.php:103 msgid "Failed to open archive when installing app" msgstr "" #: private/installer.php:125 msgid "App does not provide an info.xml file" msgstr "" #: private/installer.php:131 msgid "App can't be installed because of not allowed code in the App" |
|
03e52840d
|
132 |
msgstr "" |
|
31b7f2792
|
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 |
#: private/installer.php:140 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "" #: private/installer.php:146 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "" #: private/installer.php:159 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" msgstr "" #: private/installer.php:169 msgid "App directory already exists" msgstr "" #: private/installer.php:182 #, php-format msgid "Can't create app folder. Please fix permissions. %s" msgstr "" #: private/json.php:28 |
|
03e52840d
|
161 |
msgid "Application is not enabled" |
|
31b7f2792
|
162 |
msgstr "Aplikasi tidak diaktifkan" |
|
03e52840d
|
163 |
|
|
31b7f2792
|
164 |
#: private/json.php:39 private/json.php:62 private/json.php:73 |
|
03e52840d
|
165 |
msgid "Authentication error" |
|
31b7f2792
|
166 |
msgstr "Galat saat autentikasi" |
|
03e52840d
|
167 |
|
|
31b7f2792
|
168 |
#: private/json.php:51 |
|
03e52840d
|
169 |
msgid "Token expired. Please reload page." |
|
31b7f2792
|
170 |
msgstr "Token kedaluwarsa. Silakan muat ulang halaman." |
|
03e52840d
|
171 |
|
|
31b7f2792
|
172 |
#: private/search/provider/file.php:18 private/search/provider/file.php:36 |
|
03e52840d
|
173 174 |
msgid "Files" msgstr "Berkas" |
|
31b7f2792
|
175 |
#: private/search/provider/file.php:27 private/search/provider/file.php:34 |
|
03e52840d
|
176 |
msgid "Text" |
|
31b7f2792
|
177 |
msgstr "Teks" |
|
03e52840d
|
178 |
|
|
31b7f2792
|
179 |
#: private/search/provider/file.php:30 |
|
03e52840d
|
180 181 |
msgid "Images" msgstr "Gambar" |
|
31b7f2792
|
182 |
#: private/setup/abstractdatabase.php:22 |
|
03e52840d
|
183 184 |
#, php-format msgid "%s enter the database username." |
|
31b7f2792
|
185 |
msgstr "%s masukkan nama pengguna basis data." |
|
03e52840d
|
186 |
|
|
31b7f2792
|
187 |
#: private/setup/abstractdatabase.php:25 |
|
03e52840d
|
188 189 |
#, php-format msgid "%s enter the database name." |
|
31b7f2792
|
190 |
msgstr "%s masukkan nama basis data." |
|
03e52840d
|
191 |
|
|
31b7f2792
|
192 |
#: private/setup/abstractdatabase.php:28 |
|
03e52840d
|
193 194 |
#, php-format msgid "%s you may not use dots in the database name" |
|
31b7f2792
|
195 |
msgstr "%sAnda tidak boleh menggunakan karakter titik pada nama basis data" |
|
03e52840d
|
196 |
|
|
31b7f2792
|
197 |
#: private/setup/mssql.php:20 |
|
03e52840d
|
198 |
#, php-format |
|
31b7f2792
|
199 200 |
msgid "MS SQL username and/or password not valid: %s" msgstr "Nama pengguna dan/atau sandi MySQL tidak valid: %s" |
|
03e52840d
|
201 |
|
|
31b7f2792
|
202 203 204 |
#: private/setup/mssql.php:21 private/setup/mysql.php:13 #: private/setup/oci.php:114 private/setup/postgresql.php:24 #: private/setup/postgresql.php:70 |
|
03e52840d
|
205 |
msgid "You need to enter either an existing account or the administrator." |
|
31b7f2792
|
206 |
msgstr "Anda harus memasukkan akun yang sudah ada atau administrator." |
|
03e52840d
|
207 |
|
|
31b7f2792
|
208 |
#: private/setup/mysql.php:12 |
|
03e52840d
|
209 |
msgid "MySQL username and/or password not valid" |
|
31b7f2792
|
210 211 212 213 214 215 216 217 218 219 |
msgstr "Nama pengguna dan/atau sandi MySQL tidak valid" #: private/setup/mysql.php:67 private/setup/oci.php:54 #: private/setup/oci.php:121 private/setup/oci.php:147 #: private/setup/oci.php:154 private/setup/oci.php:165 #: private/setup/oci.php:172 private/setup/oci.php:181 #: private/setup/oci.php:189 private/setup/oci.php:198 #: private/setup/oci.php:204 private/setup/postgresql.php:89 #: private/setup/postgresql.php:98 private/setup/postgresql.php:115 #: private/setup/postgresql.php:125 private/setup/postgresql.php:134 |
|
03e52840d
|
220 221 |
#, php-format msgid "DB Error: \"%s\"" |
|
31b7f2792
|
222 223 224 225 226 227 228 229 230 |
msgstr "Galat Basis Data: \"%s\"" #: private/setup/mysql.php:68 private/setup/oci.php:55 #: private/setup/oci.php:122 private/setup/oci.php:148 #: private/setup/oci.php:155 private/setup/oci.php:166 #: private/setup/oci.php:182 private/setup/oci.php:190 #: private/setup/oci.php:199 private/setup/postgresql.php:90 #: private/setup/postgresql.php:99 private/setup/postgresql.php:116 #: private/setup/postgresql.php:126 private/setup/postgresql.php:135 |
|
03e52840d
|
231 232 |
#, php-format msgid "Offending command was: \"%s\"" |
|
31b7f2792
|
233 |
msgstr "Perintah yang bermasalah: \"%s\"" |
|
03e52840d
|
234 |
|
|
31b7f2792
|
235 |
#: private/setup/mysql.php:85 |
|
03e52840d
|
236 237 |
#, php-format msgid "MySQL user '%s'@'localhost' exists already." |
|
31b7f2792
|
238 |
msgstr "Pengguna MySQL '%s'@'localhost' sudah ada." |
|
03e52840d
|
239 |
|
|
31b7f2792
|
240 |
#: private/setup/mysql.php:86 |
|
03e52840d
|
241 |
msgid "Drop this user from MySQL" |
|
31b7f2792
|
242 |
msgstr "Hapus pengguna ini dari MySQL" |
|
03e52840d
|
243 |
|
|
31b7f2792
|
244 |
#: private/setup/mysql.php:91 |
|
03e52840d
|
245 246 |
#, php-format msgid "MySQL user '%s'@'%%' already exists" |
|
31b7f2792
|
247 |
msgstr "Pengguna MySQL '%s'@'%%' sudah ada." |
|
03e52840d
|
248 |
|
|
31b7f2792
|
249 |
#: private/setup/mysql.php:92 |
|
03e52840d
|
250 |
msgid "Drop this user from MySQL." |
|
31b7f2792
|
251 252 253 254 |
msgstr "Hapus pengguna ini dari MySQL." #: private/setup/oci.php:34 msgid "Oracle connection could not be established" |
|
03e52840d
|
255 |
msgstr "" |
|
31b7f2792
|
256 257 258 259 260 |
#: private/setup/oci.php:41 private/setup/oci.php:113 msgid "Oracle username and/or password not valid" msgstr "Nama pengguna dan/atau sandi Oracle tidak valid" #: private/setup/oci.php:173 private/setup/oci.php:205 |
|
03e52840d
|
261 262 |
#, php-format msgid "Offending command was: \"%s\", name: %s, password: %s" |
|
31b7f2792
|
263 |
msgstr "Perintah yang bermasalah: \"%s\", nama pengguna: %s, sandi: %s" |
|
03e52840d
|
264 |
|
|
31b7f2792
|
265 266 267 268 269 270 271 272 273 274 275 |
#: private/setup/postgresql.php:23 private/setup/postgresql.php:69 msgid "PostgreSQL username and/or password not valid" msgstr "Nama pengguna dan/atau sandi PostgreSQL tidak valid" #: private/setup.php:28 msgid "Set an admin username." msgstr "Setel nama pengguna admin." #: private/setup.php:31 msgid "Set an admin password." msgstr "Setel sandi admin." |
|
03e52840d
|
276 |
|
|
31b7f2792
|
277 |
#: private/setup.php:195 |
|
03e52840d
|
278 279 280 |
msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." |
|
31b7f2792
|
281 |
msgstr "Web server Anda belum dikonfigurasikan dengan baik untuk mengizinkan sinkronisasi berkas karena tampaknya antarmuka WebDAV rusak." |
|
03e52840d
|
282 |
|
|
31b7f2792
|
283 |
#: private/setup.php:196 |
|
03e52840d
|
284 285 |
#, php-format msgid "Please double check the <a href='%s'>installation guides</a>." |
|
31b7f2792
|
286 |
msgstr "Silakan periksa ulang <a href='%s'>panduan instalasi</a>." |
|
03e52840d
|
287 |
|
|
31b7f2792
|
288 289 290 291 292 293 |
#: private/tags.php:194 #, php-format msgid "Could not find category \"%s\"" msgstr "Tidak dapat menemukan kategori \"%s\"" #: private/template/functions.php:130 |
|
03e52840d
|
294 295 |
msgid "seconds ago" msgstr "beberapa detik yang lalu" |
|
31b7f2792
|
296 297 298 299 |
#: private/template/functions.php:131 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" |
|
03e52840d
|
300 |
|
|
31b7f2792
|
301 302 303 304 |
#: private/template/functions.php:132 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" |
|
03e52840d
|
305 |
|
|
31b7f2792
|
306 |
#: private/template/functions.php:133 |
|
03e52840d
|
307 308 |
msgid "today" msgstr "hari ini" |
|
31b7f2792
|
309 |
#: private/template/functions.php:134 |
|
03e52840d
|
310 311 |
msgid "yesterday" msgstr "kemarin" |
|
31b7f2792
|
312 313 314 315 |
#: private/template/functions.php:136 msgid "%n day go" msgid_plural "%n days ago" msgstr[0] "" |
|
03e52840d
|
316 |
|
|
31b7f2792
|
317 |
#: private/template/functions.php:138 |
|
03e52840d
|
318 319 |
msgid "last month" msgstr "bulan kemarin" |
|
31b7f2792
|
320 321 322 323 |
#: private/template/functions.php:139 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" |
|
03e52840d
|
324 |
|
|
31b7f2792
|
325 |
#: private/template/functions.php:141 |
|
03e52840d
|
326 327 |
msgid "last year" msgstr "tahun kemarin" |
|
31b7f2792
|
328 |
#: private/template/functions.php:142 |
|
03e52840d
|
329 330 |
msgid "years ago" msgstr "beberapa tahun lalu" |
|
31b7f2792
|
331 332 333 |
#: private/template.php:297 public/util.php:108 msgid "Caused by:" msgstr "" |