Polylang - Version 1.1.4

Version Description

(2013-08-16) =

  • Add simplified Chinese language contributed by Changmeng Hu
  • Add Indonesian language contributed by ajoull
  • Bug correction: nav menu locations are lost when using the admin language filter
  • Bug correction: the cookie is not set when adding the language code to all urls (introduced in 1.1.3)
Download this release

Release Info

Developer Chouby
Plugin Icon 128x128 Polylang
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

include/admin-filters.php CHANGED
@@ -746,14 +746,17 @@ class Polylang_Admin_Filters extends Polylang_Admin_Base {
746
  if (!in_array($tax, $this->taxonomies))
747
  return $clauses;
748
 
 
 
 
 
 
 
749
 
750
  // if get_terms is queried with a 'lang' parameter
751
  if (!empty($args['lang']))
752
  return $this->_terms_clauses($clauses, $args['lang']);
753
 
754
- if (function_exists('get_current_screen'))
755
- $screen = get_current_screen(); // since WP 3.1, may not be available the first time(s) get_terms is called
756
-
757
  // does nothing in Languages and dasboard admin panels
758
  if (isset($screen) && in_array($screen->base, array('toplevel_page_mlang', 'dashboard')))
759
  return $clauses;
746
  if (!in_array($tax, $this->taxonomies))
747
  return $clauses;
748
 
749
+ if (function_exists('get_current_screen'))
750
+ $screen = get_current_screen(); // since WP 3.1, may not be available the first time(s) get_terms is called
751
+
752
+ // don't filter nav menus on nav menus screen
753
+ if (isset($screen) && 'nav-menus' == $screen->base && in_array('nav_menu', $taxonomies))
754
+ return $clauses;
755
 
756
  // if get_terms is queried with a 'lang' parameter
757
  if (!empty($args['lang']))
758
  return $this->_terms_clauses($clauses, $args['lang']);
759
 
 
 
 
760
  // does nothing in Languages and dasboard admin panels
761
  if (isset($screen) && in_array($screen->base, array('toplevel_page_mlang', 'dashboard')))
762
  return $clauses;
include/core.php CHANGED
@@ -347,8 +347,10 @@ class Polylang_Core extends Polylang_base {
347
  // as done by qtranslate: define the locale with the action 'plugins_loaded', but in this case, the language must be specified in the url.
348
  function load_textdomains() {
349
  // prevents calling the function 2 times (occurs with theme my login plugin)
350
- if (empty($this->list_textdomains))
 
351
  return;
 
352
 
353
  // our override_load_textdomain filter has done its job. let's remove it before calling load_textdomain
354
  remove_filter('override_load_textdomain', array(&$this, 'mofile'));
347
  // as done by qtranslate: define the locale with the action 'plugins_loaded', but in this case, the language must be specified in the url.
348
  function load_textdomains() {
349
  // prevents calling the function 2 times (occurs with theme my login plugin)
350
+ static $once = false;
351
+ if ($once)
352
  return;
353
+ $once = true;
354
 
355
  // our override_load_textdomain filter has done its job. let's remove it before calling load_textdomain
356
  remove_filter('override_load_textdomain', array(&$this, 'mofile'));
languages/polylang-id_ID.mo ADDED
Binary file
languages/polylang-id_ID.po ADDED
@@ -0,0 +1,625 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Polylang v1.1dev10\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2013-08-14 07:47+0700\n"
7
+ "Last-Translator: ajoull <ajoull@gmail.com>\n"
8
+ "Language-Team: ajoull <ajoull@gmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-SourceCharset: UTF-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
15
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
16
+ "X-Poedit-Basepath: ../\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "Language: Bahasa Indonesia\n"
19
+ "X-Generator: Poedit 1.5.7\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ # @ polylang
23
+ #: include/about.php:3
24
+ #, php-format
25
+ msgid ""
26
+ "Polylang is provided with an extensive %sdocumentation%s (in English only). "
27
+ "It includes information on how to set up your multilingual site and use it "
28
+ "on a daily basis, a FAQ, as well as a documentation for programmers to adapt "
29
+ "their plugins and themes."
30
+ msgstr ""
31
+ "Polylang disedikan beserta %sdokumentasi%s yang lengkap (tapi dalam Bahasa "
32
+ "Inggris). Dokumentasi tersebut meliputi informasi tentang cara mengeset "
33
+ "situs multi-bahasa Anda dan menggunakannya sehari-hari, sebuah FAQ, dan juga "
34
+ "dokumentasi untuk para programer untuk mengadaptasi plugin dan theme buatan "
35
+ "mereka."
36
+
37
+ # @ polylang
38
+ #: include/about.php:9
39
+ #, php-format
40
+ msgid ""
41
+ "You will also find useful information in the %ssupport forum%s. However "
42
+ "don't forget to make a search before posting a new topic."
43
+ msgstr ""
44
+ "Anda juga akan menemukan informasi bermanfaat di dalam %sforum pendukung "
45
+ "(support forum)%s. Walaupun demikian, lakukan terlebih dahulu pencarian "
46
+ "mengenai topik Anda inginkan sebelum membuat topik baru di forum tersebut."
47
+
48
+ # @ polylang
49
+ #: include/about.php:16
50
+ #, php-format
51
+ msgid ""
52
+ "Polylang is free of charge and is released under the same license as "
53
+ "WordPress, the %sGPL%s."
54
+ msgstr ""
55
+ "Polylang disediakan gratis dan dirilis di bawah lisensi yang sama dengan "
56
+ "WordPress, yaitu %sGPL%s."
57
+
58
+ # @ polylang
59
+ #: include/about.php:22
60
+ #, php-format
61
+ msgid "If you wonder how you can help the project, just %sread this%s."
62
+ msgstr ""
63
+ "Jika ingin tahu bagaimana caranya Anda bisa berkontribusi dalam proyek ini, "
64
+ "silahkan %sbaca ini%s."
65
+
66
+ # @ polylang
67
+ #: include/about.php:27
68
+ msgid ""
69
+ "Finally if you like this plugin or if it helps your business, donations to "
70
+ "the author are greatly appreciated."
71
+ msgstr ""
72
+ "Akhir kata, jika Anda menyukai plugin ini ataupun merasa bahwa plugin ini "
73
+ "membantu bisnis Anda, donasi kepada pembuatnya sangat dihargai."
74
+
75
+ # @ polylang
76
+ #: include/admin-base.php:55 include/admin-base.php:190
77
+ #: include/admin-filters.php:243 include/admin.php:23 include/admin.php:301
78
+ #: include/list-table.php:13 polylang.php:339
79
+ msgid "Languages"
80
+ msgstr "Bahasa"
81
+
82
+ # @ polylang
83
+ #: include/admin-base.php:153
84
+ msgid "Displays language names"
85
+ msgstr "Tampilkan nama-nama bahasa"
86
+
87
+ # @ polylang
88
+ #: include/admin-base.php:154
89
+ msgid "Displays flags"
90
+ msgstr "Tampilkan bendera"
91
+
92
+ # @ polylang
93
+ #: include/admin-base.php:155
94
+ msgid "Forces link to front page"
95
+ msgstr "Paksa tautan ke halaman depan"
96
+
97
+ # @ polylang
98
+ #: include/admin-base.php:156
99
+ msgid "Hides the current language"
100
+ msgstr "Sembunyikan bahasa yang berlaku"
101
+
102
+ # @ polylang
103
+ #: include/admin-base.php:160
104
+ msgid "Displays as dropdown"
105
+ msgstr "Tampilkan sebagai dropdown"
106
+
107
+ # @ polylang
108
+ #: include/admin-base.php:191
109
+ msgid "Filters content by language"
110
+ msgstr "Pilah konten sesuai bahasa"
111
+
112
+ # @ polylang
113
+ #: include/admin-base.php:186
114
+ msgid "Show all languages"
115
+ msgstr "Tampilkan semua bahasa"
116
+
117
+ # @ polylang
118
+ #: include/admin-filters.php:181 include/admin-filters.php:877
119
+ msgid "Add new translation"
120
+ msgstr "Tambahkan terjemahan baru"
121
+
122
+ # @ polylang
123
+ #: include/admin-filters.php:209 include/admin-filters.php:267
124
+ #: include/admin-filters.php:601 include/admin-filters.php:817
125
+ #: include/admin-filters.php:835 include/list-table.php:12
126
+ #: include/media-translations.php:5 include/media-translations.php:43
127
+ #: include/post-translations.php:8 include/term-translations.php:15
128
+ #: polylang.php:340
129
+ msgid "Language"
130
+ msgstr "Bahasa"
131
+
132
+ # @ polylang
133
+ #: include/admin-filters.php:616 include/admin-filters.php:651
134
+ #: include/list-table.php:127 include/media-translations.php:40
135
+ #: include/term-translations.php:6 include/term-translations.php:11
136
+ msgid "Translations"
137
+ msgstr "Terjemahan"
138
+
139
+ # @ polylang
140
+ #: include/admin-filters.php:819 include/admin-filters.php:838
141
+ msgid "Sets the language"
142
+ msgstr "Setel bahasa"
143
+
144
+ # @ polylang
145
+ #: include/admin-filters.php:1053
146
+ msgid "The widget is displayed for:"
147
+ msgstr "Widget tersebut ditampilkan untuk:"
148
+
149
+ # @ polylang
150
+ #: include/admin-filters.php:1057 polylang.php:341
151
+ msgid "All languages"
152
+ msgstr "Semua bahasa"
153
+
154
+ # @ polylang
155
+ #: include/admin-filters.php:1080
156
+ msgid "Admin language"
157
+ msgstr "Bahasa untuk Admin"
158
+
159
+ # @ polylang
160
+ #: include/admin-filters.php:1085
161
+ msgid "Wordpress default"
162
+ msgstr "Setelan asli Wordpress"
163
+
164
+ # @ polylang
165
+ #: include/admin-filters.php:1114 include/admin.php:306
166
+ msgid "Settings"
167
+ msgstr "Pengaturan"
168
+
169
+ # @ polylang
170
+ #: include/admin-filters.php:1120
171
+ msgid "Upgrading language files&#8230;"
172
+ msgstr "Meng-upgrade file bahasa&#8230;"
173
+
174
+ # @ polylang
175
+ #: include/admin.php:22
176
+ msgid "About Polylang"
177
+ msgstr "Tentang Polylang"
178
+
179
+ # @ polylang
180
+ #: include/admin.php:27 include/list-table.php:82
181
+ msgid "Strings translations"
182
+ msgstr "Penerjemahan string"
183
+
184
+ # @ polylang
185
+ #: include/admin.php:305 include/list-table.php:81
186
+ msgid "Strings translation"
187
+ msgstr "Terjemahan string"
188
+
189
+ # @ polylang
190
+ #: include/admin.php:345
191
+ msgid "Enter a valid WorPress locale"
192
+ msgstr "Masukkan lokala (locale) Wordpress yang valid."
193
+
194
+ # @ polylang
195
+ #: include/admin.php:346
196
+ msgid "The language code must be 2 characters long"
197
+ msgstr "Kode bahasa harus sepanjang 2 karakter"
198
+
199
+ # @ polylang
200
+ #: include/admin.php:328
201
+ msgid "The language code must be unique"
202
+ msgstr "Kode bahasa harus unik"
203
+
204
+ # @ polylang
205
+ #: include/admin.php:329
206
+ msgid "The language must have a name"
207
+ msgstr "Bahasa harus memiliki nama"
208
+
209
+ # @ polylang
210
+ #: include/admin.php:330
211
+ msgid ""
212
+ "The language was created, but the WordPress language file was not "
213
+ "downloaded. Please install it manually."
214
+ msgstr ""
215
+ "Bahasa telah dibuat, namun file bahasa untuk Wordpress belum terunduh. "
216
+ "Silahkan menginstalnya secara manual."
217
+
218
+ # @ polylang
219
+ #: include/admin.php:449
220
+ msgid "Widget title"
221
+ msgstr "Judul widget"
222
+
223
+ # @ polylang
224
+ #: include/base.php:368
225
+ msgid "Taxonomies"
226
+ msgstr "Taksonomi"
227
+
228
+ # @ polylang
229
+ #: include/base.php:369
230
+ msgid "Custom fields"
231
+ msgstr "Bidang kustom (custom fields)"
232
+
233
+ # @ polylang
234
+ #: include/base.php:370
235
+ msgid "Comment status"
236
+ msgstr "Status komentar"
237
+
238
+ # @ polylang
239
+ #: include/base.php:371
240
+ msgid "Ping status"
241
+ msgstr "Status ping"
242
+
243
+ # @ polylang
244
+ #: include/base.php:372
245
+ msgid "Sticky posts"
246
+ msgstr "Tulisan-tulisan lekat (sticky posts)"
247
+
248
+ # @ polylang
249
+ #: include/base.php:373
250
+ msgid "Published date"
251
+ msgstr "Tanggal diterbitkan"
252
+
253
+ # @ polylang
254
+ #: include/base.php:374
255
+ msgid "Post format"
256
+ msgstr "Format penulisan"
257
+
258
+ # @ polylang
259
+ #: include/base.php:375
260
+ msgid "Page parent"
261
+ msgstr "Induk halaman"
262
+
263
+ # @ polylang
264
+ #: include/base.php:376
265
+ msgid "Page template"
266
+ msgstr "Templet halaman"
267
+
268
+ # @ polylang
269
+ #: include/base.php:377
270
+ msgid "Page order"
271
+ msgstr "Urutan halaman"
272
+
273
+ # @ polylang
274
+ #: include/base.php:378
275
+ msgid "Featured image"
276
+ msgstr "Gambar fitur (featured image)"
277
+
278
+ # @ polylang
279
+ #: include/languages-form.php:42
280
+ msgid "Edit language"
281
+ msgstr "Sunting bahasa"
282
+
283
+ # @ polylang
284
+ #: include/languages-form.php:42 include/languages-form.php:123
285
+ msgid "Add new language"
286
+ msgstr "Tambahkan bahasa baru"
287
+
288
+ # @ polylang
289
+ #: include/languages-form.php:64
290
+ msgid "Choose a language"
291
+ msgstr "Pilih sebuah bahasa"
292
+
293
+ # @ polylang
294
+ #: include/languages-form.php:78
295
+ msgid "You can choose a language in the list or directly edit it below."
296
+ msgstr ""
297
+ "Anda dapat memilih suatu bahasa dari daftar yang ada atau langsung "
298
+ "menyuntingnya di bawah ini."
299
+
300
+ # @ polylang
301
+ #: include/languages-form.php:82 include/list-table.php:34
302
+ msgid "Full name"
303
+ msgstr "Sebutan lengkap"
304
+
305
+ # @ polylang
306
+ #: include/languages-form.php:84
307
+ msgid "The name is how it is displayed on your site (for example: English)."
308
+ msgstr ""
309
+ "Sebutan tersebut sebagai nama bahasa yang akan ditampilkan pada situs Anda "
310
+ "(contohnya: Bahasa Indonesia)"
311
+
312
+ # @ polylang
313
+ #: include/languages-form.php:88 include/list-table.php:35
314
+ msgid "Locale"
315
+ msgstr "Lokala <i>(locale)</i>"
316
+
317
+ # @ polylang
318
+ #: include/languages-form.php:93
319
+ msgid ""
320
+ "Wordpress Locale for the language (for example: en_US). You will need to "
321
+ "install the .mo file for this language."
322
+ msgstr ""
323
+ "Lokala Wordpress untuk bahasa tersebut (contohnya: id_ID). Anda harus "
324
+ "menginstal file .mo untuk bahasa ini."
325
+
326
+ # @ polylang
327
+ #: include/languages-form.php:97
328
+ msgid "Language code"
329
+ msgstr "Kode bahasa"
330
+
331
+ # @ polylang
332
+ #: include/languages-form.php:99
333
+ msgid "2-letters ISO 639-1 language code (for example: en)"
334
+ msgstr "Kode bahasa 2-abjad ISO 639-1 (contoh: id)"
335
+
336
+ # @ polylang
337
+ #: include/languages-form.php:103
338
+ msgid "Text direction"
339
+ msgstr "Arah teks"
340
+
341
+ # @ polylang
342
+ #: include/languages-form.php:107
343
+ msgid "left to right"
344
+ msgstr "kiri ke kanan"
345
+
346
+ # @ polylang
347
+ #: include/languages-form.php:112
348
+ msgid "right to left"
349
+ msgstr "kanan ke kiri"
350
+
351
+ # @ polylang
352
+ #: include/languages-form.php:114
353
+ msgid "Choose the text direction for the language"
354
+ msgstr "Pilih arah teks untuk bahasa tersebut"
355
+
356
+ # @ polylang
357
+ #: include/languages-form.php:118 include/list-table.php:37
358
+ msgid "Order"
359
+ msgstr "Urutan"
360
+
361
+ # @ polylang
362
+ #: include/languages-form.php:120
363
+ msgid "Position of the language in the language switcher"
364
+ msgstr "Posisi bahasa dalam Pengalih Bahasa"
365
+
366
+ # @ polylang
367
+ #: include/nav-menu.php:28 include/nav-menu.php:51 include/nav-menu.php:54
368
+ #: include/nav-menu.php:82 include/nav-menu.php:106 polylang.php:302
369
+ msgid "Language switcher"
370
+ msgstr "Pengalih Bahasa"
371
+
372
+ # @ polylang
373
+ #: include/languages-form.php:148
374
+ msgid "Search translations"
375
+ msgstr "Cari terjemahan"
376
+
377
+ # @ polylang
378
+ #: include/languages-form.php:151
379
+ msgid "Clean strings translation database"
380
+ msgstr "Bersihkan database terjemahan semua string"
381
+
382
+ # @ polylang
383
+ #: include/languages-form.php:167
384
+ msgid "Default language"
385
+ msgstr "Bahasa default"
386
+
387
+ # @ polylang
388
+ #: include/languages-form.php:179
389
+ msgid ""
390
+ "There are posts, pages, categories or tags without language set. Do you want "
391
+ "to set them all to default language ?"
392
+ msgstr ""
393
+ "Terdapat tulisan, halaman, kategori atau tag tanpa set bahasa. Anda ingin "
394
+ "mengeset itu semua ke bahasa setelan awal <i>(dafault language)</i>?"
395
+
396
+ # @ polylang
397
+ #: include/languages-form.php:187
398
+ msgid "Detect browser language"
399
+ msgstr "Deteksi bahasa peramban <i>(browser language)</i>"
400
+
401
+ # @ polylang
402
+ #: include/languages-form.php:193
403
+ msgid ""
404
+ "When the front page is visited, set the language according to the browser "
405
+ "preference"
406
+ msgstr ""
407
+ "Saat halaman depan dikunjungi, setel bahasa sesuai preferensi peramban <i>"
408
+ "(browser preference)</i>"
409
+
410
+ # @ polylang
411
+ #: include/languages-form.php:200
412
+ msgid "URL modifications"
413
+ msgstr "Pemodifikasian URL"
414
+
415
+ # @ polylang
416
+ #: include/languages-form.php:206
417
+ msgid ""
418
+ "The language is set from content. Posts, pages, categories and tags urls are "
419
+ "not modified."
420
+ msgstr ""
421
+ "Bahasa disetel dari konten. URL untuk tulisan, halaman, kategori dan tag "
422
+ "tidak dimodifikasi."
423
+
424
+ # @ polylang
425
+ #: include/languages-form.php:214
426
+ msgid ""
427
+ "The language code, for example /en/, is added to all urls when using pretty "
428
+ "permalinks."
429
+ msgstr ""
430
+ "Kode bahasa, contohnya /id/, ditambahkan pada semua URL ketika menggunakan "
431
+ "permalink cantik."
432
+
433
+ # @ polylang
434
+ #: include/languages-form.php:223
435
+ msgid "Remove /language/ in pretty permalinks. Example:"
436
+ msgstr "Hilangkan /language/ dalam permalink cantik. Contoh:"
437
+
438
+ # @ polylang
439
+ #: include/languages-form.php:232
440
+ msgid "Keep /language/ in pretty permalinks. Example:"
441
+ msgstr "Biarkan /language/ dalam permalink cantik. Contoh:"
442
+
443
+ # @ polylang
444
+ #: include/languages-form.php:241
445
+ msgid "Hide URL language information for default language"
446
+ msgstr "Sembunyikan informasi bahasa URL untuk bahasa <i>default</i>"
447
+
448
+ # @ polylang
449
+ #: include/languages-form.php:251
450
+ #, php-format
451
+ msgid ""
452
+ "When using static front page, redirect the language page (example: %s) to "
453
+ "the front page in the right language"
454
+ msgstr ""
455
+ "Ketika menggunakan halaman depan statis, arahkan halaman bahasa (contoh: %s) "
456
+ "ke halaman depan dalam bahasa yang benar."
457
+
458
+ # @ polylang
459
+ #: include/languages-form.php:260
460
+ msgid "Media"
461
+ msgstr "Media"
462
+
463
+ # @ polylang
464
+ #: include/languages-form.php:266
465
+ msgid "Activate languages and translations for media"
466
+ msgstr "Aktifkan bahasa dan terjemahan untuk media"
467
+
468
+ # @ polylang
469
+ #: include/languages-form.php:273
470
+ msgid "Synchronization"
471
+ msgstr "Sinkronisasi"
472
+
473
+ # @ polylang
474
+ #: include/languages-form.php:287
475
+ msgid "Custom post types"
476
+ msgstr "Jenis tulisan kustom (Custom post types)"
477
+
478
+ # @ polylang
479
+ #: include/languages-form.php:300
480
+ msgid "Activate languages and translations for custom post types."
481
+ msgstr "Aktifkan bahasa dan terjemahan untuk jenis tulisan kustom."
482
+
483
+ # @ polylang
484
+ #: include/languages-form.php:307
485
+ msgid "Custom taxonomies"
486
+ msgstr "Taksonomi kustom"
487
+
488
+ # @ polylang
489
+ #: include/languages-form.php:320
490
+ msgid "Activate languages and translations for custom taxonomies."
491
+ msgstr "Aktifkan bahasa dan terjemahan untuk taksonomi kustom."
492
+
493
+ # @ polylang
494
+ #: include/list-table.php:26 include/media-translations.php:22
495
+ #: include/media-translations.php:60 include/post-translations.php:10
496
+ #: include/post-translations.php:33 include/term-translations.php:18
497
+ #: include/term-translations.php:80
498
+ msgid "Edit"
499
+ msgstr "Sunting"
500
+
501
+ # @ polylang
502
+ #: include/list-table.php:27 include/list-table.php:162
503
+ msgid "Delete"
504
+ msgstr "Hapus"
505
+
506
+ # @ polylang
507
+ #: include/list-table.php:36
508
+ msgid "Code"
509
+ msgstr "Kode"
510
+
511
+ # @ polylang
512
+ #: include/list-table.php:38
513
+ msgid "Flag"
514
+ msgstr "Bendera"
515
+
516
+ # @ polylang
517
+ #: include/list-table.php:39
518
+ msgid "Posts"
519
+ msgstr "Tulisan (posts)"
520
+
521
+ # @ polylang
522
+ #: include/list-table.php:125
523
+ msgid "Name"
524
+ msgstr "Nama"
525
+
526
+ # @ polylang
527
+ #: include/list-table.php:126
528
+ msgid "String"
529
+ msgstr "String"
530
+
531
+ # @ polylang
532
+ #: include/media-translations.php:6 include/media-translations.php:44
533
+ #: include/term-translations.php:16
534
+ msgid "Translation"
535
+ msgstr "Terjemahan"
536
+
537
+ # @ polylang
538
+ #: include/media-translations.php:31 include/media-translations.php:68
539
+ #: include/post-translations.php:38 include/term-translations.php:60
540
+ msgid "Add new"
541
+ msgstr "Tambah yang baru"
542
+
543
+ # @ polylang
544
+ #: include/post-translations.php:5
545
+ msgid "ID of pages in other languages:"
546
+ msgstr "ID untuk halaman dalam bahasa lainnya:"
547
+
548
+ # @ polylang
549
+ #: include/post-translations.php:5
550
+ msgid "ID of posts in other languages:"
551
+ msgstr "ID untuk tulisan dalam bahasa lainnya:"
552
+
553
+ # @ polylang
554
+ #: include/post-translations.php:9
555
+ msgid "Page ID"
556
+ msgstr "ID halaman"
557
+
558
+ # @ polylang
559
+ #: include/post-translations.php:9
560
+ msgid "Post ID"
561
+ msgstr "ID halaman"
562
+
563
+ # @ polylang
564
+ #: include/term-translations.php:48
565
+ msgid "No untranslated term"
566
+ msgstr "Tidak ada istilah yang belum diterjemahkan"
567
+
568
+ # @ polylang
569
+ #: include/widget.php:6
570
+ msgid "Language Switcher"
571
+ msgstr "Pengalih Bahasa"
572
+
573
+ # @ polylang
574
+ #: include/widget.php:6
575
+ msgid "Displays a language switcher"
576
+ msgstr "Tampilkan sebuah Pengalih Bahasa"
577
+
578
+ # @ polylang
579
+ #: include/widget.php:69
580
+ msgid "Title:"
581
+ msgstr "Judul:"
582
+
583
+ # @ polylang
584
+ #. translators: plugin header field 'Description'
585
+ #: polylang.php:0
586
+ msgid "Adds multilingual capability to WordPress"
587
+ msgstr "Tambahkan kapabilitas multi-bahasa ke Wordpress"
588
+
589
+ # @ polylang
590
+ #: polylang.php:133
591
+ #, php-format
592
+ msgid "You are using WordPress %s. Polylang requires at least WordPress %s."
593
+ msgstr ""
594
+ "Anda menggunakan WordPress %s. Polylang memerlukan setidaknya WordPress %s."
595
+
596
+ # @ polylang
597
+ #: polylang.php:174
598
+ msgid "For some reasons, Polylang could not create a table in your database."
599
+ msgstr ""
600
+ "Karena suatu hal, Polylang tidak dapat membuat tabel dalam database Anda."
601
+
602
+ # @ polylang
603
+ #: polylang.php:235
604
+ msgid ""
605
+ "Polylang has been deactivated because you upgraded from a too old version."
606
+ msgstr ""
607
+ "Polylang telah dinonaktifkan karena Anda meng-<i>upgrade</i> nya dari versi "
608
+ "yang sangat lama."
609
+
610
+ # @ polylang
611
+ #: polylang.php:237
612
+ #, php-format
613
+ msgid "Please upgrade first to %s before ugrading to %s."
614
+ msgstr ""
615
+ "Mohon <i>upgrade</i> dahulu ke %s sebelum meng-<i>upgrade</i> nya ke %s."
616
+
617
+ # @ polylang
618
+ #: include/list-table.php:124
619
+ msgid "Group"
620
+ msgstr "Grup"
621
+
622
+ # @ polylang
623
+ #: include/list-table.php:173
624
+ msgid "View all groups"
625
+ msgstr "Tampilkan semua grup"
languages/polylang-zh_CN.mo ADDED
Binary file
languages/polylang-zh_CN.po ADDED
@@ -0,0 +1,534 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: zh_CN\n"
4
+ "POT-Creation-Date: 2013-07-21 22:03+0800\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: 倡萌@WordPress大学 <admin@cmhello.com>\n"
7
+ "Language-Team: 倡萌@WordPress大学 <admin@cmhello.com>\n"
8
+ "Language: zh_CN\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.5\n"
13
+ "Plural-Forms: nplurals=2; plural=(n!=1);\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../polylang.php:133
20
+ #, php-format
21
+ msgid "You are using WordPress %s. Polylang requires at least WordPress %s."
22
+ msgstr "你现在使用的是 WordPress %s,Polylang 要求至少为 WordPress %s。"
23
+
24
+ #: ../polylang.php:174
25
+ msgid "For some reasons, Polylang could not create a table in your database."
26
+ msgstr "由于某些原因,Polylang 无法在你的数据库中创建表。"
27
+
28
+ #: ../polylang.php:235
29
+ msgid ""
30
+ "Polylang has been deactivated because you upgraded from a too old version."
31
+ msgstr "Polylang 已经停用,因为你是从太旧的版本升级的。"
32
+
33
+ #: ../polylang.php:237
34
+ #, php-format
35
+ msgid "Please upgrade first to %s before ugrading to %s."
36
+ msgstr "在升级到 %s 前,请先升级到 %s。"
37
+
38
+ #: ../polylang.php:303 ../include/nav-menu.php:44 ../include/nav-menu.php:68
39
+ #: ../include/nav-menu.php:71 ../include/nav-menu.php:98
40
+ #: ../include/nav-menu.php:141
41
+ msgid "Language switcher"
42
+ msgstr "语言切换"
43
+
44
+ #: ../polylang.php:338 ../include/admin-base.php:53
45
+ #: ../include/admin-base.php:196 ../include/admin-filters.php:243
46
+ #: ../include/admin.php:23 ../include/admin.php:301
47
+ #: ../include/list-table.php:13
48
+ msgid "Languages"
49
+ msgstr "语言"
50
+
51
+ #: ../polylang.php:339 ../include/admin-filters.php:210
52
+ #: ../include/admin-filters.php:270 ../include/admin-filters.php:605
53
+ #: ../include/admin-filters.php:825 ../include/admin-filters.php:853
54
+ #: ../include/list-table.php:12 ../include/media-translations.php:5
55
+ #: ../include/media-translations.php:43 ../include/post-translations.php:8
56
+ #: ../include/term-translations.php:15
57
+ msgid "Language"
58
+ msgstr "语言"
59
+
60
+ #: ../polylang.php:340 ../include/admin-filters.php:1087
61
+ msgid "All languages"
62
+ msgstr "所有语言"
63
+
64
+ #: ../include/about.php:3
65
+ #, php-format
66
+ msgid ""
67
+ "Polylang is provided with an extensive %sdocumentation%s (in English only). "
68
+ "It includes information on how to set up your multilingual site and use it "
69
+ "on a daily basis, a FAQ, as well as a documentation for programmers to adapt "
70
+ "their plugins and themes."
71
+ msgstr ""
72
+ "Polylang 提供了一个全面的 %s帮助文档%s (英文的),它包括使用 Polylang 创建"
73
+ "你的多语言网站和如何日常使用它,以及帮助程序员如何使 Polylang 适应他们的主题"
74
+ "和插件。"
75
+
76
+ #: ../include/about.php:9
77
+ #, php-format
78
+ msgid ""
79
+ "You will also find useful information in the %ssupport forum%s. However "
80
+ "don't forget to make a search before posting a new topic."
81
+ msgstr ""
82
+ "你还可以在 %s支持论坛%s 获取更多有用的信息。发表新话题前,请不要忘了先搜索一"
83
+ "下。"
84
+
85
+ #: ../include/about.php:16
86
+ #, php-format
87
+ msgid ""
88
+ "Polylang is free of charge and is released under the same license as "
89
+ "WordPress, the %sGPL%s."
90
+ msgstr "Polylang 是免费的,它和WordPress一样基于 %sGPL%s 发布。"
91
+
92
+ #: ../include/about.php:22
93
+ #, php-format
94
+ msgid "If you wonder how you can help the project, just %sread this%s."
95
+ msgstr "如果你想知道如何帮助改项目,不妨 %s阅读这里%s。"
96
+
97
+ #: ../include/about.php:27
98
+ msgid ""
99
+ "Finally if you like this plugin or if it helps your business, donations to "
100
+ "the author are greatly appreciated."
101
+ msgstr ""
102
+ "最后,如果你喜欢该插件,或者它有助于你的生意,不妨捐助作者。<br /><br />非常"
103
+ "感谢 <a href=\"http://www.wpdaxue.com\" target=\"_blank\">倡萌@WordPress大学"
104
+ "</a> 为 Polylang 提供简体中文支持。"
105
+
106
+ #: ../include/admin-base.php:159
107
+ msgid "Displays language names"
108
+ msgstr "显示语言名称"
109
+
110
+ #: ../include/admin-base.php:160
111
+ msgid "Displays flags"
112
+ msgstr "显示国旗"
113
+
114
+ #: ../include/admin-base.php:161
115
+ msgid "Forces link to front page"
116
+ msgstr "强制链接到主页"
117
+
118
+ #: ../include/admin-base.php:162
119
+ msgid "Hides the current language"
120
+ msgstr "隐藏当前语言"
121
+
122
+ #: ../include/admin-base.php:166
123
+ msgid "Displays as dropdown"
124
+ msgstr "显示下拉菜单"
125
+
126
+ #: ../include/admin-base.php:192
127
+ msgid "Show all languages"
128
+ msgstr "显示所有语言"
129
+
130
+ #: ../include/admin-base.php:197
131
+ msgid "Filters content by language"
132
+ msgstr "按语言过滤内容"
133
+
134
+ #: ../include/admin-filters.php:182 ../include/admin-filters.php:894
135
+ msgid "Add new translation"
136
+ msgstr "添加新翻译"
137
+
138
+ #: ../include/admin-filters.php:196
139
+ msgid "&mdash; No Change &mdash;"
140
+ msgstr "&mdash; 不改变 &mdash;"
141
+
142
+ #: ../include/admin-filters.php:337
143
+ msgid "(no parent)"
144
+ msgstr "(无上级)"
145
+
146
+ #: ../include/admin-filters.php:620 ../include/admin-filters.php:655
147
+ #: ../include/list-table.php:126 ../include/media-translations.php:40
148
+ #: ../include/term-translations.php:6 ../include/term-translations.php:11
149
+ msgid "Translations"
150
+ msgstr "翻译"
151
+
152
+ #: ../include/admin-filters.php:827 ../include/admin-filters.php:855
153
+ msgid "Sets the language"
154
+ msgstr "设置语言"
155
+
156
+ #: ../include/admin-filters.php:1056
157
+ msgid "None"
158
+ msgstr "无"
159
+
160
+ #: ../include/admin-filters.php:1083
161
+ msgid "The widget is displayed for:"
162
+ msgstr "该小工具显示为:"
163
+
164
+ #: ../include/admin-filters.php:1114
165
+ msgid "Admin language"
166
+ msgstr "管理语言"
167
+
168
+ #: ../include/admin-filters.php:1119
169
+ msgid "Wordpress default"
170
+ msgstr "WordPress默认"
171
+
172
+ #: ../include/admin-filters.php:1148 ../include/admin.php:306
173
+ msgid "Settings"
174
+ msgstr "设置"
175
+
176
+ #: ../include/admin-filters.php:1154
177
+ msgid "Upgrading language files&#8230;"
178
+ msgstr "升级语言文件..."
179
+
180
+ #: ../include/admin.php:22
181
+ msgid "About Polylang"
182
+ msgstr "关于 Polylang"
183
+
184
+ #: ../include/admin.php:27 ../include/list-table.php:81
185
+ msgid "Strings translations"
186
+ msgstr "字符串翻译"
187
+
188
+ #: ../include/admin.php:305 ../include/list-table.php:80
189
+ msgid "Strings translation"
190
+ msgstr "字符串翻译"
191
+
192
+ #: ../include/admin.php:327
193
+ msgid "The language code must be 2 characters long"
194
+ msgstr "语言代码必须为2个字符长"
195
+
196
+ #: ../include/admin.php:328
197
+ msgid "The language code must be unique"
198
+ msgstr "语言代码必须是唯一的"
199
+
200
+ #: ../include/admin.php:329
201
+ msgid "The language must have a name"
202
+ msgstr "语言必须有一个名字"
203
+
204
+ #: ../include/admin.php:330
205
+ msgid ""
206
+ "The language was created, but the WordPress language file was not "
207
+ "downloaded. Please install it manually."
208
+ msgstr "语言已被创建,但是没有下载到WordPress语言包,请手动安装它。"
209
+
210
+ #: ../include/admin.php:427
211
+ msgid "Site Title"
212
+ msgstr "网站标题"
213
+
214
+ #: ../include/admin.php:428
215
+ msgid "Tagline"
216
+ msgstr "副标题"
217
+
218
+ #: ../include/admin.php:429
219
+ msgid "Date Format"
220
+ msgstr "日期格式"
221
+
222
+ #: ../include/admin.php:430
223
+ msgid "Time Format"
224
+ msgstr "时间格式"
225
+
226
+ #: ../include/admin.php:449
227
+ msgid "Widget title"
228
+ msgstr "小工具标题"
229
+
230
+ #: ../include/base.php:370
231
+ msgid "Taxonomies"
232
+ msgstr "分类法"
233
+
234
+ #: ../include/base.php:371
235
+ msgid "Custom fields"
236
+ msgstr "自定义字段"
237
+
238
+ #: ../include/base.php:372
239
+ msgid "Comment status"
240
+ msgstr "评论状态"
241
+
242
+ #: ../include/base.php:373
243
+ msgid "Ping status"
244
+ msgstr "Ping 状态"
245
+
246
+ #: ../include/base.php:374
247
+ msgid "Sticky posts"
248
+ msgstr "置顶文章"
249
+
250
+ #: ../include/base.php:375
251
+ msgid "Published date"
252
+ msgstr "发布日期"
253
+
254
+ #: ../include/base.php:376
255
+ msgid "Post format"
256
+ msgstr "文章格式"
257
+
258
+ #: ../include/base.php:377
259
+ msgid "Page parent"
260
+ msgstr "父级页面"
261
+
262
+ #: ../include/base.php:378
263
+ msgid "Page template"
264
+ msgstr "页面模板"
265
+
266
+ #: ../include/base.php:379
267
+ msgid "Page order"
268
+ msgstr "页面顺序"
269
+
270
+ #: ../include/base.php:380
271
+ msgid "Featured image"
272
+ msgstr "特色图像"
273
+
274
+ #: ../include/calendar.php:106
275
+ #, php-format
276
+ msgctxt "calendar caption"
277
+ msgid "%1$s %2$s"
278
+ msgstr "%1$s %2$s"
279
+
280
+ #: ../include/calendar.php:132 ../include/calendar.php:140
281
+ #, php-format
282
+ msgid "View posts for %1$s %2$s"
283
+ msgstr "查看文章 %1$s %2$s"
284
+
285
+ #: ../include/core.php:726
286
+ msgid "Search"
287
+ msgstr "搜索"
288
+
289
+ #: ../include/languages-form.php:42
290
+ msgid "Edit language"
291
+ msgstr "编辑语言"
292
+
293
+ #: ../include/languages-form.php:42 ../include/languages-form.php:123
294
+ msgid "Add new language"
295
+ msgstr "添加新语言"
296
+
297
+ #: ../include/languages-form.php:64
298
+ msgid "Choose a language"
299
+ msgstr "选择语言"
300
+
301
+ #: ../include/languages-form.php:78
302
+ msgid "You can choose a language in the list or directly edit it below."
303
+ msgstr "你可以在列表中选择一个语言或者直接在下面编辑它。"
304
+
305
+ #: ../include/languages-form.php:82 ../include/list-table.php:33
306
+ msgid "Full name"
307
+ msgstr "全名"
308
+
309
+ #: ../include/languages-form.php:84
310
+ msgid "The name is how it is displayed on your site (for example: English)."
311
+ msgstr "这个名字是用来在网站上显示的(例如: English)"
312
+
313
+ #: ../include/languages-form.php:88 ../include/list-table.php:34
314
+ msgid "Locale"
315
+ msgstr "区域"
316
+
317
+ #: ../include/languages-form.php:93
318
+ msgid ""
319
+ "Wordpress Locale for the language (for example: en_US). You will need to "
320
+ "install the .mo file for this language."
321
+ msgstr "WordPress 语言区域(例如:en_US)。你需要为该语言安装 .mo 文件。"
322
+
323
+ #: ../include/languages-form.php:97
324
+ msgid "Language code"
325
+ msgstr "语言代码"
326
+
327
+ #: ../include/languages-form.php:99
328
+ msgid "2-letters ISO 639-1 language code (for example: en)"
329
+ msgstr "2个字母的 ISO 639-1 语言代码(例如:en)"
330
+
331
+ #: ../include/languages-form.php:103
332
+ msgid "Text direction"
333
+ msgstr "文字方向"
334
+
335
+ #: ../include/languages-form.php:107
336
+ msgid "left to right"
337
+ msgstr "从左到右"
338
+
339
+ #: ../include/languages-form.php:112
340
+ msgid "right to left"
341
+ msgstr "从右到左"
342
+
343
+ #: ../include/languages-form.php:114
344
+ msgid "Choose the text direction for the language"
345
+ msgstr "选择语言的文字方向"
346
+
347
+ #: ../include/languages-form.php:118 ../include/list-table.php:36
348
+ msgid "Order"
349
+ msgstr "顺序"
350
+
351
+ #: ../include/languages-form.php:120
352
+ msgid "Position of the language in the language switcher"
353
+ msgstr "该语言在语言切换中的排列顺序"
354
+
355
+ #: ../include/languages-form.php:123
356
+ msgid "Update"
357
+ msgstr "更新"
358
+
359
+ #: ../include/languages-form.php:148
360
+ msgid "Search translations"
361
+ msgstr "搜索翻译"
362
+
363
+ #: ../include/languages-form.php:151
364
+ msgid "Clean strings translation database"
365
+ msgstr "清洁字符串翻译数据库(Clean strings translation database)"
366
+
367
+ #: ../include/languages-form.php:167
368
+ msgid "Default language"
369
+ msgstr "默认语言"
370
+
371
+ #: ../include/languages-form.php:179
372
+ msgid ""
373
+ "There are posts, pages, categories or tags without language set. Do you want "
374
+ "to set them all to default language ?"
375
+ msgstr "有文章、页面、分类和标签没有设置语言,你要设置它们为默认语言吗?"
376
+
377
+ #: ../include/languages-form.php:187
378
+ msgid "Detect browser language"
379
+ msgstr "检测浏览器语言"
380
+
381
+ #: ../include/languages-form.php:193
382
+ msgid ""
383
+ "When the front page is visited, set the language according to the browser "
384
+ "preference"
385
+ msgstr "当主页被访问时,根据浏览器偏好设置语言"
386
+
387
+ #: ../include/languages-form.php:200
388
+ msgid "URL modifications"
389
+ msgstr "URL修改"
390
+
391
+ #: ../include/languages-form.php:206
392
+ msgid ""
393
+ "The language is set from content. Posts, pages, categories and tags urls are "
394
+ "not modified."
395
+ msgstr "语言只针对内容,文章、页面、分类、标签的URL链接不改变。"
396
+
397
+ #: ../include/languages-form.php:214
398
+ msgid ""
399
+ "The language code, for example /en/, is added to all urls when using pretty "
400
+ "permalinks."
401
+ msgstr "当你使用漂亮的固定链接时,语言代码,例如 /en/,会被添加到URL中。"
402
+
403
+ #: ../include/languages-form.php:223
404
+ msgid "Remove /language/ in pretty permalinks. Example:"
405
+ msgstr "在漂亮的固定链接中移除 /language/,例如:"
406
+
407
+ #: ../include/languages-form.php:232
408
+ msgid "Keep /language/ in pretty permalinks. Example:"
409
+ msgstr "在漂亮的固定链接中保留 /language/,例如:"
410
+
411
+ #: ../include/languages-form.php:241
412
+ msgid "Hide URL language information for default language"
413
+ msgstr "为默认语言隐藏 URL 语言信息"
414
+
415
+ #: ../include/languages-form.php:251
416
+ #, php-format
417
+ msgid ""
418
+ "When using static front page, redirect the language page (example: %s) to "
419
+ "the front page in the right language"
420
+ msgstr "当使用静态主页时,重置语言页面(例如:%s)到这个静态主页为正确的语言。"
421
+
422
+ #: ../include/languages-form.php:260
423
+ msgid "Media"
424
+ msgstr "多媒体"
425
+
426
+ #: ../include/languages-form.php:266
427
+ msgid "Activate languages and translations for media"
428
+ msgstr "为多媒体启用语言和翻译"
429
+
430
+ #: ../include/languages-form.php:273
431
+ msgid "Synchronization"
432
+ msgstr "同步"
433
+
434
+ #: ../include/languages-form.php:287
435
+ msgid "Custom post types"
436
+ msgstr "自定义文章类型"
437
+
438
+ #: ../include/languages-form.php:300
439
+ msgid "Activate languages and translations for custom post types."
440
+ msgstr "为自定义文章类型启用语言和翻译"
441
+
442
+ #: ../include/languages-form.php:307
443
+ msgid "Custom taxonomies"
444
+ msgstr "自定义分类法"
445
+
446
+ #: ../include/languages-form.php:320
447
+ msgid "Activate languages and translations for custom taxonomies."
448
+ msgstr "为自定义分类法启用语言和翻译"
449
+
450
+ #: ../include/list-table.php:26 ../include/media-translations.php:22
451
+ #: ../include/media-translations.php:60 ../include/post-translations.php:10
452
+ #: ../include/post-translations.php:33 ../include/term-translations.php:18
453
+ #: ../include/term-translations.php:80
454
+ msgid "Edit"
455
+ msgstr "编辑"
456
+
457
+ #: ../include/list-table.php:27 ../include/list-table.php:161
458
+ msgid "Delete"
459
+ msgstr "删除"
460
+
461
+ #: ../include/list-table.php:35
462
+ msgid "Code"
463
+ msgstr "代码"
464
+
465
+ #: ../include/list-table.php:37
466
+ msgid "Flag"
467
+ msgstr "国旗"
468
+
469
+ #: ../include/list-table.php:38
470
+ msgid "Posts"
471
+ msgstr "文章"
472
+
473
+ #: ../include/list-table.php:123
474
+ msgid "Group"
475
+ msgstr "分组"
476
+
477
+ #: ../include/list-table.php:124
478
+ msgid "Name"
479
+ msgstr "名称"
480
+
481
+ #: ../include/list-table.php:125
482
+ msgid "String"
483
+ msgstr "字符串"
484
+
485
+ #: ../include/list-table.php:172
486
+ msgid "View all groups"
487
+ msgstr "查看所有分组"
488
+
489
+ #: ../include/list-table.php:185
490
+ msgid "Filter"
491
+ msgstr "刷选"
492
+
493
+ #: ../include/media-translations.php:6 ../include/media-translations.php:44
494
+ #: ../include/term-translations.php:16
495
+ msgid "Translation"
496
+ msgstr "翻译"
497
+
498
+ #: ../include/media-translations.php:31 ../include/media-translations.php:68
499
+ #: ../include/post-translations.php:38 ../include/term-translations.php:60
500
+ msgid "Add new"
501
+ msgstr "添加新的"
502
+
503
+ #: ../include/post-translations.php:5
504
+ msgid "ID of pages in other languages:"
505
+ msgstr "在其他语言的页面 ID:"
506
+
507
+ #: ../include/post-translations.php:5
508
+ msgid "ID of posts in other languages:"
509
+ msgstr "在其他语言的文章 ID:"
510
+
511
+ #: ../include/post-translations.php:9
512
+ msgid "Page ID"
513
+ msgstr "页面 ID"
514
+
515
+ #: ../include/post-translations.php:9
516
+ msgid "Post ID"
517
+ msgstr "文章 ID"
518
+
519
+ #: ../include/term-translations.php:48
520
+ msgid "No untranslated term"
521
+ msgstr "没有未翻译项目"
522
+
523
+ #: ../include/widget.php:6
524
+ msgid "Language Switcher"
525
+ msgstr "语言切换"
526
+
527
+ #: ../include/widget.php:6
528
+ msgid "Displays a language switcher"
529
+ msgstr "显示一个语言切换"
530
+
531
+ #: ../include/widget.php:69
532
+ msgid "Title:"
533
+ msgstr "标题:"
534
+
polylang.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Polylang
4
  Plugin URI: http://polylang.wordpress.com/
5
- Version: 1.1.3
6
  Author: Frédéric Demarle
7
  Description: Adds multilingual capability to WordPress
8
  Text Domain: polylang
@@ -29,7 +29,7 @@ Domain Path: /languages
29
  *
30
  */
31
 
32
- define('POLYLANG_VERSION', '1.1.3');
33
  define('PLL_MIN_WP_VERSION', '3.1');
34
 
35
  define('POLYLANG_DIR', dirname(__FILE__)); // our directory
2
  /*
3
  Plugin Name: Polylang
4
  Plugin URI: http://polylang.wordpress.com/
5
+ Version: 1.1.4
6
  Author: Frédéric Demarle
7
  Description: Adds multilingual capability to WordPress
8
  Text Domain: polylang
29
  *
30
  */
31
 
32
+ define('POLYLANG_VERSION', '1.1.4');
33
  define('PLL_MIN_WP_VERSION', '3.1');
34
 
35
  define('POLYLANG_DIR', dirname(__FILE__)); // our directory
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: multilingual, bilingual, translate, translation, language, multilanguage, i18n, international, l10n, localization
5
  Requires at least: 3.1
6
  Tested up to: 3.6
7
- Stable tag: 1.1.3
8
  License: GPLv2 or later
9
 
10
  Polylang adds multilingual content management support to WordPress.
@@ -20,11 +20,11 @@ Polylang allows you to create a bilingual or multilingual WordPress site. You wr
20
  * Categories, post tags as well as some other metas are automatically copied when adding a new post or page translation
21
  * Support for multisite, pretty permalinks and static page used as front page
22
  * A customizable language switcher is provided as a widget or in the nav menu
23
- * As a bonus, each user can set the WordPress admin language in its profile
24
 
25
  = Translators =
26
 
27
- The plugin admin interface is currently available in 27 languages: English, French, German contributed by [Christian Ries](http://www.singbyfoot.lu), Russian contributed by [yoyurec](http://yoyurec.in.ua) and unostar, Greek contributed by [theodotos](http://www.ubuntucy.org), Dutch contributed by [AlbertGn](http://wordpress.org/support/profile/albertgn), Hebrew contributed by [ArielK](http://www.arielk.net), Polish contributed by [Peter Paciorkiewicz](http://www.paciorkiewicz.pl), Latvian contributed by [@AndyDeGroo](http://twitter.com/AndyDeGroo), Italian contributed by [Luca Barbetti](http://wordpress.org/support/profile/lucabarbetti), Danish contributed by [Compute](http://wordpress.org/support/profile/compute), Spanish contributed by Curro, Portuguese contributed by [Vitor Carvalho](http://vcarvalho.com/), Lithuanian contributed by [Naglis Jonaitis](http://najo.lt/), Turkish contributed by [darchws](http://darch.ws/), Finnish contributed by [Jani Alha](http://www.wysiwyg.fi), Bulgarian contributed by [pavelsof](http://wordpress.org/support/profile/pavelsof), Belarusian contributed by [Alexander Markevitch](http://fourfeathers.by/), Afrikaans contributed by [Kobus Joubert](http://translate3d.com/), Hungarian contributed by Csaba Erdei, Norwegian contributed by [Tom Boersma](http://www.oransje.com/), Slovak contributed by [Branco (WebHostingGeeks.com)](http://webhostinggeeks.com/user-reviews/), Swedish contributed by [matsii](http://wordpress.org/support/profile/matsii), Catalan contributed by [Núria Martínez Berenguer](http://nuriamb.capa.webfactional.com), Ukrainian contributed by [cmd soft](http://www.cmd-soft.com/), Estonian contributed by [Ahto Naris](http://profiles.wordpress.org/ahtonaris/), Venetian contributed by Michele Brunelli
28
 
29
 
30
  Other [contributions](http://polylang.wordpress.com/documentation/contribute/) are welcome !
@@ -92,6 +92,13 @@ If you are using a version older than 0.8, please ugrade to 0.9.8 before ugradin
92
 
93
  == Changelog ==
94
 
 
 
 
 
 
 
 
95
  = 1.1.3 (2013-07-21) =
96
 
97
  * Add Venetian language contributed by Michele Brunelli
4
  Tags: multilingual, bilingual, translate, translation, language, multilanguage, i18n, international, l10n, localization
5
  Requires at least: 3.1
6
  Tested up to: 3.6
7
+ Stable tag: 1.1.4
8
  License: GPLv2 or later
9
 
10
  Polylang adds multilingual content management support to WordPress.
20
  * Categories, post tags as well as some other metas are automatically copied when adding a new post or page translation
21
  * Support for multisite, pretty permalinks and static page used as front page
22
  * A customizable language switcher is provided as a widget or in the nav menu
23
+ * The admin interface is of course multilingual too and each user can set the WordPress admin language in its profile
24
 
25
  = Translators =
26
 
27
+ The plugin admin interface is currently available in 29 languages: English, French, German contributed by [Christian Ries](http://www.singbyfoot.lu), Russian contributed by [yoyurec](http://yoyurec.in.ua) and unostar, Greek contributed by [theodotos](http://www.ubuntucy.org), Dutch contributed by [AlbertGn](http://wordpress.org/support/profile/albertgn), Hebrew contributed by [ArielK](http://www.arielk.net), Polish contributed by [Peter Paciorkiewicz](http://www.paciorkiewicz.pl), Latvian contributed by [@AndyDeGroo](http://twitter.com/AndyDeGroo), Italian contributed by [Luca Barbetti](http://wordpress.org/support/profile/lucabarbetti), Danish contributed by [Compute](http://wordpress.org/support/profile/compute), Spanish contributed by Curro, Portuguese contributed by [Vitor Carvalho](http://vcarvalho.com/), Lithuanian contributed by [Naglis Jonaitis](http://najo.lt/), Turkish contributed by [darchws](http://darch.ws/), Finnish contributed by [Jani Alha](http://www.wysiwyg.fi), Bulgarian contributed by [pavelsof](http://wordpress.org/support/profile/pavelsof), Belarusian contributed by [Alexander Markevitch](http://fourfeathers.by/), Afrikaans contributed by [Kobus Joubert](http://translate3d.com/), Hungarian contributed by Csaba Erdei, Norwegian contributed by [Tom Boersma](http://www.oransje.com/), Slovak contributed by [Branco (WebHostingGeeks.com)](http://webhostinggeeks.com/user-reviews/), Swedish contributed by [matsii](http://wordpress.org/support/profile/matsii), Catalan contributed by [Núria Martínez Berenguer](http://nuriamb.capa.webfactional.com), Ukrainian contributed by [cmd soft](http://www.cmd-soft.com/), Estonian contributed by [Ahto Naris](http://profiles.wordpress.org/ahtonaris/), Venetian contributed by Michele Brunelli, simplified Chinese contributed by [Changmeng Hu](http://www.wpdaxue.com), Indonesian contributed by [ajoull](http://www.ajoull.com/)
28
 
29
 
30
  Other [contributions](http://polylang.wordpress.com/documentation/contribute/) are welcome !
92
 
93
  == Changelog ==
94
 
95
+ = 1.1.4 (2013-08-16) =
96
+
97
+ * Add simplified Chinese language contributed by [Changmeng Hu](http://www.wpdaxue.com)
98
+ * Add Indonesian language contributed by [ajoull](http://www.ajoull.com/)
99
+ * Bug correction: nav menu locations are lost when using the admin language filter
100
+ * Bug correction: the cookie is not set when adding the language code to all urls (introduced in 1.1.3)
101
+
102
  = 1.1.3 (2013-07-21) =
103
 
104
  * Add Venetian language contributed by Michele Brunelli