jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [languages/] [indonesian.php] - Blame information for rev 4

 

Line No. Rev Author Line
11simandl<?php
2 
3// WebSVN - Subversion repository viewing via the web using PHP
4// Copyright (C) 2004 Tim Armes
5//
6// This program is free software; you can redistribute it and/or modify
7// it under the terms of the GNU General Public License as published by
8// the Free Software Foundation; either version 2 of the License, or
9// (at your option) any later version.
10//
11// This program is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14// GNU General Public License for more details.
15//
16// You should have received a copy of the GNU General Public License
17// along with this program; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// --
21//
22// indonesian.php
23//
24// Indonesian language strings
25// by Zaenal Muttaqin <public@lokamaya.com>
26 
27// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
28$lang["LANGUAGENAME"] = "Indonesian";
29// This is the RFC 2616 (§3.10) language tag that corresponds to this translation
30// see also RFC 4646
31$lang['LANGUAGETAG'] = 'id';
32 
33$lang["LOG"] = "Log";
34$lang["DIFF"] = "Perbedaan";
35 
36$lang["NOREP"] = "Tidak ada repositori yang disediakan";
37$lang["NOPATH"] = "Path tidak ditemukan";
38$lang["NOACCESS"] = "Anda tidak memiliki hak akses untuk masuk ke direktori ini";
39$lang["RESTRICTED"] = "Akses terbatas";
40$lang["SUPPLYREP"] = "Harap memberikan path ke repositori di file include/config.php, baik dengan \$config->parentPath atau pun \$config->addRepository<p>Lihat petunjuk instalasi untuk mendapatkan informasi yang lebih detail.";
41 
42$lang["DIFFREVS"] = "Perbedaan antar revisi";
43$lang["AND"] = "dan";
44$lang["REV"] = "Rev";
45$lang["LINE"] = "Baris";
46$lang["SHOWENTIREFILE"] = "Tampilkan Semua";
47$lang["SHOWCOMPACT"] = "Tampilkan bagian yang berbeda saja";
48 
49$lang["FILEDETAIL"] = "Detail";
50$lang["DIFFPREV"] = "Bandingkan";
51$lang["BLAME"] = "Bubuhi";
52 
53$lang["REVINFO"] = "Informasi Revisi";
54$lang["GOYOUNGEST"] = "Tampilkan revisi terbaru";
55$lang["LASTMOD"] = "Perubahan terakhir";
56$lang["LOGMSG"] = "Pesan log";
57$lang["CHANGES"] = "Daftar yang berubah";
58$lang["SHOWCHANGED"] = "Tampilkan perubahan file";
59$lang["HIDECHANGED"] = "Sembunyikan perubahan file";
60$lang["NEWFILES"] = "Daftar file baru";
61$lang["CHANGEDFILES"] = "Daftar file yang berubah";
62$lang["DELETEDFILES"] = "Daftar file yang dihapus";
63$lang["VIEWLOG"] = "Lihat&nbsp;Log";
64$lang["PATH"] = "Path";
65$lang["AUTHOR"] = "Pemrakarsa";
66$lang["AGE"] = "Usia";
67$lang["LOG"] = "Log";
68$lang["CURDIR"] = "Direktori saat ini";
69$lang["TARBALL"] = "Tarball";
70 
71$lang["PREV"] = "Kembali";
72$lang["NEXT"] = "Lanjut";
73$lang["SHOWALL"] = "Tampilkan Semua";
74 
75$lang["BADCMD"] = "Kesalahan menjalankan instruksi ini";
76$lang["UNKNOWNREVISION"] = "Revisi tidak ditemukan";
77 
78$lang["POWERED"] = "Didukung oleh <a href=\"http://www.websvn.info/\">WebSVN</a>";
79$lang["PROJECTS"] = "Repositori&nbsp;Subversion";
80$lang["SERVER"] = "Server&nbsp;Subversion";
81 
82$lang["FILTER"] = "Pilihan Filter";
83$lang["STARTLOG"] = "Dari rev";
84$lang["ENDLOG"] = "Ke rev";
85$lang["MAXLOG"] = "Maks rev";
86$lang["SEARCHLOG"] = "Pencarian untuk";
87$lang["CLEARLOG"] = "Hapus filter yang ada";
88$lang["MORERESULTS"] = "Cari lebih lanjut...";
89$lang["NORESULTS"] = "Tidak ada log yang sesuai dengan permintaan anda";
90$lang["NOMORERESULTS"] = "Tidak ada lagi log yang bisa ditampilkan";
91$lang['NOPREVREV'] = 'Tidak ada lagi revisi yang lebih lama';
92 
93$lang["RSSFEEDTITLE"] = "Feed RSS WebSVN";
94$lang["FILESMODIFIED"] = "file yang berubah";
95$lang["RSSFEED"] = "Feed RSS";
96 
97$lang["LINENO"] = "Baris No.";
98$lang["BLAMEFOR"] = "Bubuhi (blame) informasi for rev";
99 
100$lang["DAYLETTER"] = "d";
101$lang["HOURLETTER"] = "h";
102$lang["MINUTELETTER"] = "m";
103$lang["SECONDLETTER"] = "s";
104 
105$lang["GO"] = "Pilih";
106 
107$lang["PATHCOMPARISON"] = "Perbandingan Path";
108$lang["COMPAREPATHS"] = "Bandingkan Paths";
109$lang["COMPAREREVS"] = "Bandingkan Revisi";
110$lang["PROPCHANGES"] = "Perubahan properti :";
111$lang["CONVFROM"] = "Perbandingan ini menunjukkan perubahan yang diperlukan untuk mengkonversi path ";
112$lang["TO"] = "Ke";
113$lang["REVCOMP"] = "Balikan Perbandingan";
114$lang["COMPPATH"] = "Bandingkan Path:";
115$lang["WITHPATH"] = "Dengan Path:";
116$lang["FILEDELETED"] = "File dihapus";
117$lang["FILEADDED"] = "File baru";
118 
119// The following are defined by some languages to stop unwanted line splitting
120// in the template files.
121 
122$lang["NOBR"] = "";
123$lang["ENDNOBR"] = "";
124 
125// $lang["NOBR"] = "<nobr>";
126// $lang["ENDNOBR"] = "</nobr>";

Powered by WebSVN 2.2.1