Compare commits

...

25 Commits

Author SHA1 Message Date
2be93518cb Don't display kicked people and fix deadlock warning 2016-01-26 20:04:54 +01:00
8765c104f9 Added indonesian translation 2016-01-02 14:25:54 +01:00
0d00adb2cb Fix XSS vulnerability in change nickname + make it available for registered users only 2015-12-19 20:18:14 +01:00
ea6b97372f Version 1.15
Made code reading easier for newbies
Removed inefficient memcached caching of members and ignored
Display access denied page for non-authorized use of sub-sections.
Added change nickname option in profile
Various bugfixes
2015-12-17 19:44:09 +01:00
95a13f7656 Bugfix-version 1.14.1
Ignore possible deadlock warning
Only display the let users in button when there are guests waiting to be let in
Fix filter and ignore feature if they have multiple values
2015-11-02 09:06:16 +01:00
2e1c75691d Version 1.14
Added support for sqlite and PostgreSQL database engines
Replaced deprecated HTML with CSS for HTML5 compatibility
Show Topic on login and don't prepend "Topic:"
More optimizations and fixes
2015-10-31 13:59:49 +01:00
4791d2efa9 Fix saving some setup settings 2015-09-15 12:24:41 +02:00
d5197e6bdd Version 1.13
Switch from mysqli to PDO
More optimizations
Match case-insensitive @mention and also non-present members
Added topic field
Member password resetting by admins
Note revisioning
Added optional tiny JavaScript code to transfer less data with JavaScript enabled browsers
2015-09-15 09:57:00 +02:00
891175d39a Update Russian translation 2015-08-21 21:00:59 +02:00
ec72f55423 Fix member registration 2015-08-18 18:33:22 +02:00
05faa22cbb Add russian translation 2015-08-18 15:30:35 +02:00
1e4b1d5489 Fix redirection and image embedding 2015-08-18 08:31:29 +02:00
3038a3b53c Fix update query 2015-08-17 22:31:13 +02:00
2a6db3772b Version 1.12 2015-08-17 19:28:34 +02:00
6084bd87c7 Version 1.11.2 2015-07-29 08:34:28 +02:00
dbb030e431 Bugfixes and minor changes 2015-07-12 18:16:33 +02:00
27b057dec0 Version 1.11
Clean all messages of someone
Kick via active session display
Change languages supported without cookies
Global password only in setup and not in admin section
CSS Styling supported
Moved many configurations from file to database
More simplifications and bugfixes
2015-07-11 22:28:24 +02:00
3da659642d Added message encryption option 2015-06-07 16:00:21 +02:00
c0dd4dc727 Avoid using mysqlnd-only functions 2015-06-04 08:12:28 +02:00
a1a41c76e3 Bugfixes 2015-06-03 15:39:05 +02:00
55f9db6468 Version 1.9
Added more captchas
Splitted guest access and global password
Added support for irc /me command
Added prefix for multiple chats on the same domain/database
2015-06-02 08:54:18 +02:00
506407faeb Cleanup and support for memcached 2015-05-28 21:15:37 +02:00
b23830111c Version 1.7
Added member only option with global password protection
Made date format configurable
Various improvements
2015-05-04 11:52:59 +02:00
6dd7d425c7 Added option to only allow guests with a global password
Also fixed an error in valid_admin() introduced in the previous version
2015-04-26 14:21:11 +02:00
bb4ca51db8 Added incognito mode 2015-04-20 18:09:03 +02:00
8 changed files with 3503 additions and 1440 deletions

View File

@ -1,3 +1,101 @@
Version 1.15.1 - Dec. 19, 2015
Fix XSS vulnerability in change nickname + make it available for registered users only
Version 1.15 - Dec. 17, 2015
Made code reading easier for newbies
Removed inefficient memcached caching of members and ignored
Display access denied page for non-authorized use of sub-sections.
Added change nickname option in profile
Various bugfixes
Version 1.14.1 - Nov. 2, 2015
Ignore possible deadlock warning
Only display the let users in button when there are guests waiting to be let in
Fix filter and ignore feature if they have multiple values
Version 1.14 - Oct. 31, 2015
Added support for sqlite and PostgreSQL database engines
Replaced deprecated HTML with CSS for HTML5 compatibility
Show Topic on login and don't prepend "Topic:"
More optimizations and fixes
Version 1.13.1 - Sep. 15, 2015
Fix saving some setup settings
Version 1.13 - Sep. 15, 2015
Switch from mysqli to PDO
More optimizations
Match case-insensitive @mention and also non-present members
Added topic field
Member password resetting by admins
Note revisioning
Added optional tiny JavaScript code to transfer less data with JavaScript enabled browsers
Version 1.12.3 - Aug. 18, 2015
Fix member registration
Version 1.12.2 - Aug. 18, 2015
Fix redirection and image embedding
Version 1.12.1 - Aug. 17, 2015
Fix update query
Version 1.12 - Aug. 17, 2015
Almost all settings moved to setup
Backup/restore for super admin
Moderate and extreme captcha are more readable
Simplified font styling
Linkfilter to modify text of a link
More simplifications and fixes
Version 1.11.2 - Jul. 29, 2015
Fix security vulnerability
More simplifications
Only allow deleting your own messages, not older ones by the same nick
Confirmation when deleting all your messages
Version 1.11.1 - Jul. 12, 2015
Bugfixes and minor changes
Version 1.11 - Jul. 11, 2015
Clean all messages of someone
Kick via active session display
Change languages supported without cookies
Global password only in setup and not in admin section
CSS Styling supported
Moved many configurations from file to database
More simplifications and bugfixes
Version 1.10 - Jun. 7, 2015
Added message encryption option
Version 1.9.2 - Jun. 4, 2015
Avoid using mysqlnd-only functions
Version 1.9.1 - Jun. 3, 2015
Bugfixes
Version 1.9 - Jun. 1, 2015
Added more captchas
Splitted guest access and global password
Added support for irc /me command
Added prefix for multiple chats on the same domain/database
Version 1.8 - May 28, 2015
Code cleanup and simplification
Added support for memcached
Version 1.7 - May 3, 2015
Added member only option with global password protection
Made date format configurable
Various improvements
Version 1.6 - Apr. 26, 2015
Added option to only allow guests with a global password
Version 1.5 - Apr. 20, 2015
Added incognito mode
Version 1.4 - Apr. 10, 2015 Version 1.4 - Apr. 10, 2015
Various changes and additions Various changes and additions

13
README
View File

@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
GENERAL INFORMATION: GENERAL INFORMATION:
This is a PHP Chat based on LE CHAT v.1.14 . An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-chat-php This is a PHP Chat based on LE CHAT v.1.14. An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-chat-php
The original perl LE CHAT script by Lucky Eddie can be downloaded at http://4fvfamdpoulu2nms.onion/lechat/ or via a tor2web proxy like https://4fvfamdpoulu2nms.tor2web.blutmagie.de/lechat/ if you don't have TOR installed. The original perl LE CHAT script by Lucky Eddie can be downloaded at http://4fvfamdpoulu2nms.onion/lechat/ or via a tor2web proxy like https://4fvfamdpoulu2nms.onion.to/lechat/ if you don't have TOR installed.
If you add your own cool features or have a feature request, please tell me and I will add them, if I like them. If you add your own cool features or have a feature request, please tell me and I will add them, if I like them.
Please also let me know about any bugs you find in the code, so I can fix them. Please also let me know about any bugs you find in the code, so I can fix them.
Now a piece of information about the origin of the name "LE CHAT" copied from the original script: Now a piece of information about the origin of the name "LE CHAT" copied from the original script:
@ -29,7 +29,7 @@ It may even be the French word for "the" if you prefer. Translated from French t
FEATURES: FEATURES:
Optimized for TOR Optimized for TOR
No JavaScript No JavaScript needed
Cookies supported, but not needed Cookies supported, but not needed
Captcha Captcha
Multiple languages Multiple languages
@ -41,7 +41,7 @@ Private messages
Multi-line messages Multi-line messages
Change font, colour and refresh rate in profile settings Change font, colour and refresh rate in profile settings
Autologout when inactive for some time Autologout when inactive for some time
Image and video embedding Image embedding
Notes for admins and moderators Notes for admins and moderators
Clone the chat to have multiple tabs Clone the chat to have multiple tabs
Kick chatters Kick chatters
@ -54,6 +54,7 @@ And more
INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS:
You'll need to have mysql, php and a web-server installed. For the captcha feature, you also need php5-gd. You'll need to have mysql, php and a web-server installed. For the captcha feature, you also need php5-gd.
If you want to make the script even faster, install a memcached server and php5-memcached and change the configuaration to use memcached. This will lessen the database load.
When you have everything installed, you'll have to create a database and a user for the chat in mysql. When you have everything installed, you'll have to create a database and a user for the chat in mysql.
Then edit the configuration at the bottom of the script to reflect the appropriate database settings and to modify the chat settings the way you like them. Then edit the configuration at the bottom of the script to reflect the appropriate database settings and to modify the chat settings the way you like them.
Then copy the script to your web-server directory and call the script in your browser with a parameter like this: Then copy the script to your web-server directory and call the script in your browser with a parameter like this:
@ -65,7 +66,7 @@ Note: If you updated the script, please visit http://(server)/(script-name).php?
TRANSLATING: TRANSLATING:
Copy lang_en.php and rename it to lang_YOUR_LANGCODE.php Copy lang_en.php and rename it to lang_YOUR_LANGCODE.php
Then edit the file and translate the messages into your language. Then edit the file and translate the messages into your language and change $I to $T at the top.
If you ever use a ' character, you have to escape it by using \' instead or the script will fail. If you ever use a ' character, you have to escape it by using \' instead or the script will fail.
When you are done, you have to edit the chat script, to include your translation. Simply add a line with When you are done, you have to edit the chat script, to include your translation. Simply add a line with
'lang_code' =>'Language name', 'lang_code' =>'Language name',
@ -87,6 +88,6 @@ If you never used regex before, check out this starting guide to begin with regu
LIVE DEMO: LIVE DEMO:
If you want to see the script in action, you can visit my TOR hidden site http://tt3j2x4k5ycaa5zt.onion/chat.php or via a tor2web proxy like http://tt3j2x4k5ycaa5zt.tor2web.blutmagie.de/chat.php if you don't have TOR installed. If you want to see the script in action, you can visit my TOR hidden service http://tt3j2x4k5ycaa5zt.onion/chat.php or via a tor2web proxy like http://tt3j2x4k5ycaa5zt.onion.to/chat.php if you don't have TOR installed.
Considering this is a hidden service, you should be prepared for the worst case, as people often tend to do illegal activities in the TOR network. I'm not online 24/7 so it might not be possible to remove such content right away. Considering this is a hidden service, you should be prepared for the worst case, as people often tend to do illegal activities in the TOR network. I'm not online 24/7 so it might not be possible to remove such content right away.
If you should see illegal content, don't panic. Use the contact form on my site to notify me and clean your browser cache afterwards. If you should see illegal content, don't panic. Use the contact form on my site to notify me and clean your browser cache afterwards.

View File

@ -1,8 +1,8 @@
General Information: General Information:
-------------------- --------------------
This is a PHP Chat based on LE CHAT v.1.14 . An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-chat-php This is a PHP Chat based on LE CHAT v.1.14. An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-chat-php
The original perl LE CHAT script by Lucky Eddie can be downloaded at [his site](http://4fvfamdpoulu2nms.onion/lechat/) or via a tor2web proxy like [this one](https://4fvfamdpoulu2nms.tor2web.blutmagie.de/lechat/) if you don't have TOR installed. The original perl LE CHAT script by Lucky Eddie can be downloaded at [his site](http://4fvfamdpoulu2nms.onion/lechat/) or via a tor2web proxy like [this one](https://4fvfamdpoulu2nms.onion.to/lechat/) if you don't have TOR installed.
If you add your own cool features or have a feature request, please tell me and I will add them, if I like them. If you add your own cool features or have a feature request, please tell me and I will add them, if I like them.
Please also let me know about any bugs you find in the code, so I can fix them. Please also let me know about any bugs you find in the code, so I can fix them.
Now a piece of information about the origin of the name "LE CHAT" copied from the original script: Now a piece of information about the origin of the name "LE CHAT" copied from the original script:
@ -13,7 +13,7 @@ Features:
--------- ---------
* Optimized for TOR * Optimized for TOR
* No JavaScript * No JavaScript needed
* Cookies supported, but not needed * Cookies supported, but not needed
* Captcha * Captcha
* Multiple languages * Multiple languages
@ -25,7 +25,7 @@ Features:
* Multi-line messages * Multi-line messages
* Change font, colour and refresh rate in profile settings * Change font, colour and refresh rate in profile settings
* Autologout when inactive for some time * Autologout when inactive for some time
* Image and video embedding * Image embedding
* Notes for admins and moderators * Notes for admins and moderators
* Clone the chat to have multiple tabs * Clone the chat to have multiple tabs
* Kick chatters * Kick chatters
@ -39,6 +39,7 @@ Installation Instructions:
-------------------------- --------------------------
You'll need to have mysql, php and a web-server installed. For the captcha feature, you also need php5-gd. You'll need to have mysql, php and a web-server installed. For the captcha feature, you also need php5-gd.
If you want to make the script even faster, install a memcached server and php5-memcached and change the configuaration to use memcached. This will lessen the database load.
When you have everything installed, you'll have to create a database and a user for the chat in mysql. When you have everything installed, you'll have to create a database and a user for the chat in mysql.
Then edit the configuration at the bottom of the script to reflect the appropriate database settings and to modify the chat settings the way you like them. Then edit the configuration at the bottom of the script to reflect the appropriate database settings and to modify the chat settings the way you like them.
Then copy the script to your web-server directory and call the script in your browser with a parameter like this: Then copy the script to your web-server directory and call the script in your browser with a parameter like this:
@ -51,7 +52,7 @@ Translating:
------------ ------------
Copy lang_en.php and rename it to lang_YOUR_LANGCODE.php Copy lang_en.php and rename it to lang_YOUR_LANGCODE.php
Then edit the file and translate the messages into your language. Then edit the file and translate the messages into your language and change $I to $T at the top.
If you ever use a ' character, you have to escape it by using \' instead or the script will fail. If you ever use a ' character, you have to escape it by using \' instead or the script will fail.
When you are done, you have to edit the chat script, to include your translation. Simply add a line with When you are done, you have to edit the chat script, to include your translation. Simply add a line with
'lang_code' =>'Language name', 'lang_code' =>'Language name',
@ -75,6 +76,6 @@ If you never used regex before, check out [this starting guide](http://docs.acti
Live demo: Live demo:
---------- ----------
If you want to see the script in action, you can visit my [TOR hidden site](http://tt3j2x4k5ycaa5zt.onion/chat.php) or via a tor2web proxy like [this one](http://tt3j2x4k5ycaa5zt.tor2web.blutmagie.de/chat.php) if you don't have TOR installed. If you want to see the script in action, you can visit my [TOR hidden service](http://tt3j2x4k5ycaa5zt.onion/chat.php) or via a tor2web proxy like [this one](http://tt3j2x4k5ycaa5zt.onion.to/chat.php) if you don't have TOR installed.
Considering this is a hidden service, you should be prepared for the worst case, as people often tend to do illegal activities in the TOR network. I'm not online 24/7 so it might not be possible to remove such content right away. Considering this is a hidden service, you should be prepared for the worst case, as people often tend to do illegal activities in the TOR network. I'm not online 24/7 so it might not be possible to remove such content right away.
If you should see illegal content, don't panic. Use the contact form on my site to notify me and clean your browser cache afterwards. I will remove the content as soon as possible. If you should see illegal content, don't panic. Use the contact form on my site to notify me and clean your browser cache afterwards. I will remove the content as soon as possible.

3994
chat.php Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
$I=array( //Language: Deutsch
$T=array(
'nodb' => 'Keine Verbindung zur Datenbank!', 'nodb' => 'Keine Verbindung zur Datenbank!',
'nodbsetup' => 'Keine Verbindung zur Datenbank, bitte erstelle eine Datenbank und bearbeite das Skript, um die korrekte Datenbank mit angegebenem Benutzernamen und Passwort zu benutzen.', 'nodbsetup' => 'Keine Verbindung zur Datenbank, bitte erstelle eine Datenbank und bearbeite das Skript, um die korrekte Datenbank mit angegebenem Benutzernamen und Passwort zu benutzen.',
'changelang' => 'Sprache ändern:', 'changelang' => 'Sprache ändern:',
@ -52,29 +53,39 @@ $I=array(
'msgmultikick' => 'Mehrere rausgeworfen', 'msgmultikick' => 'Mehrere rausgeworfen',
'msgallkick' => 'Alle rausgeworfen', 'msgallkick' => 'Alle rausgeworfen',
'msgclean' => 'Raum geleert', 'msgclean' => 'Raum geleert',
'dateformat' => '<a target="_blank" href="http://php.net/manual/de/function.date.php#refsect1-function.date-parameters">Datums-Formatierung</a>',
'captcha' => 'Captcha',
'enabled' => 'Aktiviert',
'onlyguests' => 'Nur für Gäste',
'disabled' => 'Deaktiviert',
'simple' => 'Einfach',
'moderate' => 'Mittel',
'extreme' => 'Extrem',
'nick' => 'Nickname:', 'nick' => 'Nickname:',
'pass' => 'Passwort:', 'pass' => 'Passwort:',
'globalloginpass' => 'Globales Passwort:',
'login' => 'Anmelden', 'login' => 'Anmelden',
'admfunc' => 'Administrative Funktionen', 'admfunc' => 'Administrative Funktionen',
'allguests' => 'Alle Gäste', 'allguests' => 'Alle Gäste',
'cleanmsgs' => 'Nachrichten löschen', 'cleanmsgs' => 'Nachrichten löschen',
'room' => 'Gesamten Raum', 'room' => 'Gesamten Raum',
'selection' => 'Auswahl', 'selection' => 'Auswahl',
'cleannick' => 'Folgender Nickname:',
'clean' => 'Löschen', 'clean' => 'Löschen',
'kickchat' => '<b>Teilnehmer rausschmeißen</b> (%d Minuten)', 'kickchat' => '<b>Teilnehmer rausschmeißen</b> (%d Minuten)',
'kickmsg' => 'Begründung:', 'kickreason' => 'Begründung:',
'kickpurge' => 'Nachrichten löschen', 'kickpurge' => 'Nachrichten löschen',
'kick' => 'Rausschmeißen', 'kick' => 'Rausschmeißen',
'logoutinact' => 'Inaktive Teilnehmer abmelden', 'logoutinact' => 'Inaktive Teilnehmer abmelden',
'logout' => 'Abmelden', 'logout' => 'Abmelden',
'viewsess' => 'Aktive Sitzungen anzeigen', 'sessions' => 'Aktive Sitzungen anzeigen',
'view' => 'Anzeigen', 'view' => 'Anzeigen',
'filter' => 'Filter', 'filter' => 'Filter',
'guestacc' => 'Gastzugriff ändern', 'guestacc' => 'Gastzugriff ändern',
'guestallow' => 'Erlauben', 'guestallow' => 'Erlauben',
'guestwait' => 'Mit Warteraum erlauben', 'guestwait' => 'Mit Warteraum erlauben',
'adminallow' => 'Moderator-Erlaubnis benötigen', 'adminallow' => 'Moderator-Erlaubnis benötigen',
'guestdisallow' => 'Verweigern', 'guestdisallow' => 'Nur Mitglieder',
'addsuguest' => 'Anwerber hinzufügen', 'addsuguest' => 'Anwerber hinzufügen',
'register' => 'Registrieren', 'register' => 'Registrieren',
'admmembers' => 'Mitglieder', 'admmembers' => 'Mitglieder',
@ -83,7 +94,7 @@ $I=array(
'memsuguest' => 'Zu Anwerber machen (G)', 'memsuguest' => 'Zu Anwerber machen (G)',
'memreg' => 'Zu regulärem Mitglied machen', 'memreg' => 'Zu regulärem Mitglied machen',
'memmod' => 'Zu Moderator machen (M)', 'memmod' => 'Zu Moderator machen (M)',
'memsumod' => 'Zu Supermod machen (M)', 'memsumod' => 'Zu Supermod machen (SM)',
'memadm' => 'Zu Admin machen (A)', 'memadm' => 'Zu Admin machen (A)',
'change' => 'Ändern', 'change' => 'Ändern',
'regguest' => 'Gast registrieren', 'regguest' => 'Gast registrieren',
@ -124,15 +135,15 @@ $I=array(
'switchsingle' => 'Zu Einzel-Zeile wechseln', 'switchsingle' => 'Zu Einzel-Zeile wechseln',
'switchmulti' => 'Zu Mehrfach-Zeilen wechseln', 'switchmulti' => 'Zu Mehrfach-Zeilen wechseln',
'help' => 'Hilfe', 'help' => 'Hilfe',
'helpguest' => 'Alle Funktionen sollten recht selbsterklärend sein, benutze einfach die Knöpfe. In deinem Profil kannst du die Aktualisierungsrate, Schriftfarbe und deine gewünschte Postboxgröße anpassen.<br><u>Hinweis:</u> Dies ist ein Chat, wenn du also nichts schreibst, wirst du automatisch nach einiger Zeit abgemaldet.', 'helpguest' => 'Alle Funktionen sollten recht selbsterklärend sein, benutze einfach die Knöpfe. In deinem Profil kannst du die Aktualisierungsrate, Schriftfarbe und deine gewünschte Postboxgröße anpassen.<br><u>Hinweis:</u> Dies ist ein Chat, wenn du also nichts schreibst, wirst du automatisch nach einiger Zeit abgemeldet.',
'helpembed' => 'Wenn du ein Bild einbetten möchtest, füge einfach ein [img] vor die Adresse deines Bildes. Beispiel: [img]http://example.com/images/file.jpg bettet das Bild in deinen Beitrag ein. Für Videos gilt das gleiche, nur mit [vid] davor.', 'helpembed' => 'Wenn du ein Bild einbetten möchtest, füge einfach ein [img] vor die Adresse deines Bildes. Beispiel: [img]http://example.com/images/file.jpg bettet das Bild in deinen Beitrag ein.',
'helpmem' => 'Mitglieder: Du wirst einige zusätzliche Optionen in deinem Profil haben. Du kannst deine Schriftart ändern und du kannst dein Passwort jederzeit ändern.', 'helpmem' => 'Mitglieder: Du wirst einige zusätzliche Optionen in deinem Profil haben. Du kannst deine Schriftart ändern und du kannst dein Passwort jederzeit ändern.',
'helpmod' => 'Moderatoren: Achte auf den Admin-Knof unten. Er bringt eine Seite auf, auf der du Nachrichten löschen kannst, Teilnehmer rausschmeißen kannst, alle aktive Sitzungen anzeigen lassen kannst und den Gastzugriff deaktivieren kannst, falls dies nötig sein sollte.', 'helpmod' => 'Moderatoren: Achte auf den Admin-Knof unten. Er bringt eine Seite auf, auf der du Nachrichten löschen kannst, Teilnehmer rausschmeißen kannst, alle aktive Sitzungen anzeigen lassen kannst und den Gastzugriff deaktivieren kannst, falls dies nötig sein sollte.',
'helpadm' => 'Admins: Du wirst zusätzlich in der Lage sein Gäste zu registrieren, Mitglieder zu verwalten und neue Nicknanem zu registrieren, ohne dass sie im Raum sind.', 'helpadm' => 'Admins: Du wirst zusätzlich in der Lage sein Gäste zu registrieren, Mitglieder zu verwalten und neue Nicknanem zu registrieren, ohne dass sie im Raum sind.',
'profile' => 'Dein Profil', 'profile' => 'Dein Profil',
'ignore' => 'Ignorieren', 'ignore' => 'Ignorieren',
'unignore' => 'Nicht mehr ignorieren', 'unignore' => 'Nicht mehr ignorieren',
'refreshrate' => 'Aktualisierungsrate (20-150 Sekunden)', 'refreshrate' => 'Aktualisierungsrate (5-150 Sekunden)',
'fontcolour' => 'Schriftfarbe', 'fontcolour' => 'Schriftfarbe',
'viewexample' => 'Beispiele anzeigen', 'viewexample' => 'Beispiele anzeigen',
'bgcolour' => 'Hintergrundfarbe', 'bgcolour' => 'Hintergrundfarbe',
@ -142,7 +153,8 @@ $I=array(
'italic' => 'Kursiv', 'italic' => 'Kursiv',
'fontexample' => 'Beispiel für deine gewählte Schrift', 'fontexample' => 'Beispiel für deine gewählte Schrift',
'timestamps' => 'Zeitstempel anzeigen', 'timestamps' => 'Zeitstempel anzeigen',
'embed' => 'Bilder/Videos einbetten', 'embed' => 'Bilder einbetten (Benötigt Cookies)',
'incognito' => 'Inkognito Modus',
'pbsize' => 'Postboxgröße', 'pbsize' => 'Postboxgröße',
'nbsize' => 'Notizboxgröße', 'nbsize' => 'Notizboxgröße',
'width' => 'Breite:', 'width' => 'Breite:',
@ -154,7 +166,7 @@ $I=array(
'savechanges' => 'Änderungen speichern', 'savechanges' => 'Änderungen speichern',
'reloadpb' => 'Postbox neu laden', 'reloadpb' => 'Postbox neu laden',
'reloadmsgs' => 'Nachrichten neu laden', 'reloadmsgs' => 'Nachrichten neu laden',
'chgprofile' => 'Profil ändern', 'chgprofile' => 'Profil',
'adminbtn' => 'Admin', 'adminbtn' => 'Admin',
'admnotes' => 'Adminnotizen', 'admnotes' => 'Adminnotizen',
'notes' => 'Notizen', 'notes' => 'Notizen',
@ -169,8 +181,8 @@ $I=array(
'randomcol' => 'Zufällige Farbe', 'randomcol' => 'Zufällige Farbe',
'enter' => 'Chat beitreten', 'enter' => 'Chat beitreten',
'error' => 'Fehler:', 'error' => 'Fehler:',
'members' => 'Mitglieder:', 'members' => 'Mitglieder',
'guests' => 'Gäste:', 'guests' => 'Gäste',
'approveguests' => '%d neue Gäste zum Hereinlassen', 'approveguests' => '%d neue Gäste zum Hereinlassen',
'allowchecked' => 'Ausgewählte erlauben', 'allowchecked' => 'Ausgewählte erlauben',
'allowall' => 'Alle erlauben', 'allowall' => 'Alle erlauben',
@ -180,8 +192,8 @@ $I=array(
'butallowdeny' => 'Senden', 'butallowdeny' => 'Senden',
'waitempty' => 'Keine weiteren Beitrittsanfragen zu akzeptieren.', 'waitempty' => 'Keine weiteren Beitrittsanfragen zu akzeptieren.',
'wrongcaptcha' => 'Falsches Captcha', 'wrongcaptcha' => 'Falsches Captcha',
'captchatime' => 'Captcha wurde bereits verwendet oder ist abgelaufen.', 'captchaexpire' => 'Captcha wurde bereits verwendet oder ist abgelaufen.',
'noguests' => 'Keine Gäste zugelassen!', 'noguests' => 'Entschuldigung, zur Zeit nur Mitglieder!',
'curchat' => 'Zurzeit sind %d Teilnehmer im Raum:', 'curchat' => 'Zurzeit sind %d Teilnehmer im Raum:',
'cantreg' => '%s kann nicht registriert werden', 'cantreg' => '%s kann nicht registriert werden',
'alreadyreged' => '%s ist bereits registriert.', 'alreadyreged' => '%s ist bereits registriert.',
@ -190,6 +202,7 @@ $I=array(
'succdel' => '%s wurde erfolgriech aus der Datenbank gelöscht.', 'succdel' => '%s wurde erfolgriech aus der Datenbank gelöscht.',
'succchg' => 'Status of %s successfully changed.', 'succchg' => 'Status of %s successfully changed.',
'wrongpass' => 'Falsches Passwort!', 'wrongpass' => 'Falsches Passwort!',
'wrongglobalpass' => 'Falsches gloables Passwort!',
'succprofile' => 'Dein Profil wurde erfolgreich gespeichert.', 'succprofile' => 'Dein Profil wurde erfolgreich gespeichert.',
'backtologin' => 'Zurück zur Anmeldeseite.', 'backtologin' => 'Zurück zur Anmeldeseite.',
'backtochat' => 'Zurück zum Chat.', 'backtochat' => 'Zurück zum Chat.',
@ -228,6 +241,76 @@ $I=array(
'White' => 'Weiß', 'White' => 'Weiß',
'Yellow' => 'Gelb', 'Yellow' => 'Gelb',
'YellowGreen' => 'Gelbgrün', 'YellowGreen' => 'Gelbgrün',
'contributors' => 'Mitwirkende' 'redirectto' => 'Leite weiter zu:',
'nonhttp' => 'Nicht-http Adresse angefordert:',
'httpredir' => 'Wenn sie nicht funktioniert, probiere diese:',
'actions' => 'Aktionen',
'sesip' => 'IP-Adresse',
'css' => 'CSS Style',
'memberexpire' => 'Mitglieder-Ablaufzeit (Minuten)',
'guestexpire' => 'Gast-Ablaufzeit (Minuten)',
'kickpenalty' => 'Rausschmiss-Strafzeit (Minuten)',
'entrywait' => 'Warteraum-Zeit (Sekunden)',
'captchatime' => 'Captcha-Ablaufzeit (Sekunden)',
'messageexpire' => 'Nachrichten-Ablaufzeit (Minuten)',
'messagelimit' => 'Nachrichtenlimit (öffentliche)',
'maxmessage' => 'Maximale Nachrichenlänge',
'confirm' => 'Bist du sicher?',
'yes' => 'Ja',
'no' => 'Nein',
'colbg' => 'Hintergrundfarbe',
'coltxt' => 'Schriftfarbe',
'maxname' => 'Maximale Nicknamen-Länge',
'minpass' => 'Minimale Passwortlänge',
'defaultrefresh' => 'Standardzeit zum Neuladen der Nachrichten (Sekunden)',
'suguests' => 'Anwerber aktivieren',
'rulestxt' => 'Regeln (html)',
'imgembed' => 'Bilder einbetten',
'trackip' => 'Sitzungs-IP anzeigen',
'captchachars' => 'Im Captcha benutzte Zeichen',
'memkick' => 'Mitglieder dürfen Rasusschmeißen, wenn kein Moderator da ist',
'forceredirect' => 'Umleitung erzwingen',
'redirect' => 'Benutzerdefinierte Umleitungsadresse',
'backuprestore' => 'Sichern und wiederherstellen',
'backup' => 'Sichern',
'restore' => 'Wiederherstellen',
'settings' => 'Einstellungen',
'linkfilter' => 'Linkfilter',
'enablejs' => 'JavaScript für besseres Nachrichtenladen erlauben',
'chatname' => 'Chatname',
'destroy' => 'Chat zerstören',
'destroyed' => 'Chat erfolgreich zerstört',
'topic' => 'Thema',
'passreset' => 'Passwort zurücksetzen',
'cantresetpass' => 'Passwort kann nicht zurückgesetzt werden',
'succpassreset' => 'Password erfolgreich zurückgesetzt',
'entermsg' => '%s hat den Chat betreten.',
'exitmsg' => '%s hat den Chat verlassen.',
'memregmsg' => '%s ist jetzt ein registriertes Mitglied.',
'suregmsg' => '%s ist jetzt ein registrierter Anwerber.',
'kickmsg' => '%s wurde rausgeschmissen.',
'multikickmsg' => '%s wurden rausgeschmissen.',
'allkickmsg' => 'Alle Chatter wurden rausgeschmissen.',
'cleanmsg' => '%s wurde geleert.',
'sendallmsg' => '%s - ',
'sendmemmsg' => '[M] %s - ',
'sendmodmsg' => '[Moderatoren] %s - ',
'sendadmmsg' => '[Admin] %s - ',
'sendprvmsg' => '[%1$s an %2$s] - ',
'msgsendall' => 'Nachricht an alle',
'msgsendmem' => 'Nachricht nur an Mitglieder',
'msgsendmod' => 'Nachricht nur an Moderatoren',
'msgsendadm' => 'Nachricht nur an Admins',
'msgsendprv' => 'Private Nachricht',
'numnotes' => 'Anzahl an zu behaltenden Notizversionen',
'revisions' => 'Revisionen:',
'older' => 'Älter',
'newer' => 'Neuer',
'accessdenied' => 'Zugriff verweigert',
'loggedinas' => 'Du bist als %s angemeldet und hast keinen Zugriff auf diesen Bereich.',
'changenickname' => 'Nickname ändern',
'newnickname' => 'Neuer Nickname:',
'nicknametaken' => 'Nickname ist bereits vergeben',
'nopass' => 'Ungültiges Passwort (Mindestens %d Zeichen), Nickname nicht geändert'
); );
?> ?>

View File

@ -20,8 +20,8 @@
//Language: English //Language: English
$I=array( $I=array(
'nodb' => 'No Connection to Database!', 'nodb' => 'No connection to database!',
'nodbsetup' => 'No Connection to Database, please create a database and edit the script to use the correct database with given username and password!', 'nodbsetup' => 'No connection to database, please create a database and edit the script to use the correct database with given username and password!',
'changelang' => 'Change language:', 'changelang' => 'Change language:',
'expire' => 'Invalid/expired session', 'expire' => 'Invalid/expired session',
'kicked' => 'Kicked!', 'kicked' => 'Kicked!',
@ -37,14 +37,22 @@ $I=array(
'sulogin' => 'Superadmin Login', 'sulogin' => 'Superadmin Login',
'sunick' => 'Superadmin Nickname:', 'sunick' => 'Superadmin Nickname:',
'supass' => 'Superadmin Password:', 'supass' => 'Superadmin Password:',
'suconfirm' => 'Confirm Passowrd:', 'suconfirm' => 'Confirm Password:',
'susuccess' => 'Successfully registered!', 'susuccess' => 'Successfully registered!',
'initbtn' => 'Initalise Chat', 'initbtn' => 'Initalise Chat',
'initdbexist' => 'Database tables already exist! To continue, you have to delete these tables manually first.', 'initdbexist' => 'Database tables already exist! To continue, you have to delete these tables manually first.',
'initsuexist' => 'A Superadmin already exists!', 'initsuexist' => 'A Superadmin already exists!',
'initgosetup' => 'Go to the Setup-Page', 'initgosetup' => 'Go to the Setup-Page',
'captcha' => 'Captcha',
'enabled' => 'Enabled',
'onlyguests' => 'Only for guests',
'disabled' => 'Disabled',
'simple' => 'Simple',
'moderate' => 'Moderate',
'extreme' => 'Extreme',
'nick' => 'Nickname:', 'nick' => 'Nickname:',
'pass' => 'Password:', 'pass' => 'Password:',
'globalloginpass' => 'Global Password:',
'login' => 'Login', 'login' => 'Login',
'dbupdate' => 'Database successfully updated!', 'dbupdate' => 'Database successfully updated!',
'sysmessages' => 'System messages', 'sysmessages' => 'System messages',
@ -56,26 +64,28 @@ $I=array(
'msgmultikick' => 'Multiple kicked', 'msgmultikick' => 'Multiple kicked',
'msgallkick' => 'All kicked', 'msgallkick' => 'All kicked',
'msgclean' => 'Room cleaned', 'msgclean' => 'Room cleaned',
'dateformat' => '<a target="_blank" href="http://php.net/manual/en/function.date.php#refsect1-function.date-parameters">Date formating</a>',
'admfunc' => 'Administrative functions', 'admfunc' => 'Administrative functions',
'allguests' => 'All guests', 'allguests' => 'All guests',
'cleanmsgs' => 'Clean messages', 'cleanmsgs' => 'Clean messages',
'room' => 'Whole room', 'room' => 'Whole room',
'selection' => 'Selection', 'selection' => 'Selection',
'cleannick' => 'Following nickname:',
'clean' => 'Clean', 'clean' => 'Clean',
'kickchat' => '<b>Kick Chatter</b> (%d minutes)', 'kickchat' => '<b>Kick Chatter</b> (%d minutes)',
'kickmsg' => 'Kickmessage:', 'kickreason' => 'Kickmessage:',
'kickpurge' => 'Purge messages', 'kickpurge' => 'Purge messages',
'kick' => 'Kick', 'kick' => 'Kick',
'logoutinact' => 'Logout inactive Chatter', 'logoutinact' => 'Logout inactive Chatter',
'logout' => 'Logout', 'logout' => 'Logout',
'viewsess' => 'View active sessions', 'sessions' => 'View active sessions',
'view' => 'View', 'view' => 'View',
'filter' => 'Filter', 'filter' => 'Filter',
'guestacc' => 'Change Guestaccess', 'guestacc' => 'Change Guestaccess',
'guestallow' => 'Allow', 'guestallow' => 'Allow',
'guestwait' => 'Allow with waitingroom', 'guestwait' => 'Allow with waitingroom',
'adminallow' => 'Require moderator approval', 'adminallow' => 'Require moderator approval',
'guestdisallow' => 'Disallow', 'guestdisallow' => 'Only members',
'addsuguest' => 'Add applicant', 'addsuguest' => 'Add applicant',
'register' => 'Register', 'register' => 'Register',
'admmembers' => 'Members', 'admmembers' => 'Members',
@ -84,7 +94,7 @@ $I=array(
'memsuguest' => 'Set to applicant (G)', 'memsuguest' => 'Set to applicant (G)',
'memreg' => 'Set to regular member', 'memreg' => 'Set to regular member',
'memmod' => 'Set to moderator (M)', 'memmod' => 'Set to moderator (M)',
'memsumod' => 'Set to supermod (M)', 'memsumod' => 'Set to supermod (SM)',
'memadm' => 'Set to admin (A)', 'memadm' => 'Set to admin (A)',
'change' => 'Change', 'change' => 'Change',
'regguest' => 'Register Guest', 'regguest' => 'Register Guest',
@ -114,7 +124,7 @@ $I=array(
'waitreload' => 'If this page doesn\'t refresh every %d seconds, use the button below to reload it manually!', 'waitreload' => 'If this page doesn\'t refresh every %d seconds, use the button below to reload it manually!',
'reload' => 'Reload', 'reload' => 'Reload',
'rules' => 'Rules', 'rules' => 'Rules',
'talkto' => 'Talk to', 'talkto' => 'Send to',
'toall' => 'All chatters', 'toall' => 'All chatters',
'tomem' => 'Members only', 'tomem' => 'Members only',
'tostaff' => 'Staff only', 'tostaff' => 'Staff only',
@ -126,14 +136,14 @@ $I=array(
'switchmulti' => 'Switch to multi-line', 'switchmulti' => 'Switch to multi-line',
'help' => 'Help', 'help' => 'Help',
'helpguest' => 'All functions should be pretty much self-explaining, just use the buttons. In your profile you can adjust the refresh rate, font colour and your preferred input box size.<br><u>Note:</u> This is a chat, so if you don\'t keep talking, you will be automatically logged out after a while.', 'helpguest' => 'All functions should be pretty much self-explaining, just use the buttons. In your profile you can adjust the refresh rate, font colour and your preferred input box size.<br><u>Note:</u> This is a chat, so if you don\'t keep talking, you will be automatically logged out after a while.',
'helpembed' => 'If you want to embed an image in your post, simply put [img] in front of your image URL. Example: [img]http://example.com/images/file.jpg will embed the image in your post. For videos applies the same only with [vid].', 'helpembed' => 'If you want to embed an image in your post, simply put [img] in front of your image URL. Example: [img]http://example.com/images/file.jpg will embed the image in your post.',
'helpmem' => 'Members: You\'ll have some more options in your profile. You can adjust your font face and you can change your password anytime.', 'helpmem' => 'Members: You\'ll have some more options in your profile. You can adjust your font face and you can change your password anytime.',
'helpmod' => 'Moderators: Notice the Admin-button at the bottom. It\'ll bring up a page where you can clean the room, kick chatters, view all active sessions and disable guest access completely if needed.', 'helpmod' => 'Moderators: Notice the Admin-button at the bottom. It\'ll bring up a page where you can clean the room, kick chatters, view all active sessions and disable guest access completely if needed.',
'helpadm' => 'Admins: You\'ll be furthermore able to register guests, edit members and register new nicks without them beeing in the room.', 'helpadm' => 'Admins: You\'ll be furthermore able to register guests, edit members and register new nicks without them beeing in the room.',
'profile' => 'Your Profile', 'profile' => 'Your Profile',
'ignore' => 'Ignore', 'ignore' => 'Ignore',
'unignore' => 'Don\'t ignore anymore', 'unignore' => 'Don\'t ignore anymore',
'refreshrate' => 'Refresh rate (20-150 seconds)', 'refreshrate' => 'Refresh rate (5-150 seconds)',
'fontcolour' => 'Font colour', 'fontcolour' => 'Font colour',
'viewexample' => 'View examples', 'viewexample' => 'View examples',
'bgcolour' => 'Background colour', 'bgcolour' => 'Background colour',
@ -143,7 +153,8 @@ $I=array(
'italic' => 'Italic', 'italic' => 'Italic',
'fontexample' => 'Example for your chosen font', 'fontexample' => 'Example for your chosen font',
'timestamps' => 'Show Timestamps', 'timestamps' => 'Show Timestamps',
'embed' => 'Embed images/videos', 'embed' => 'Embed images (needs Cookies)',
'incognito' => 'Incognito mode',
'pbsize' => 'Post box size', 'pbsize' => 'Post box size',
'nbsize' => 'Notes box size', 'nbsize' => 'Notes box size',
'width' => 'Width:', 'width' => 'Width:',
@ -155,7 +166,7 @@ $I=array(
'savechanges' => 'Save changes', 'savechanges' => 'Save changes',
'reloadpb' => 'Reload Post Box', 'reloadpb' => 'Reload Post Box',
'reloadmsgs' => 'Reload Messages', 'reloadmsgs' => 'Reload Messages',
'chgprofile' => 'Change Profile', 'chgprofile' => 'Profile',
'adminbtn' => 'Admin', 'adminbtn' => 'Admin',
'admnotes' => 'Admin Notes', 'admnotes' => 'Admin Notes',
'notes' => 'Notes', 'notes' => 'Notes',
@ -170,8 +181,8 @@ $I=array(
'randomcol' => 'Random Colour', 'randomcol' => 'Random Colour',
'enter' => 'Enter Chat', 'enter' => 'Enter Chat',
'error' => 'Error:', 'error' => 'Error:',
'members' => 'Members:', 'members' => 'Members',
'guests' => 'Guests:', 'guests' => 'Guests',
'approveguests' => '%d new guests to approve', 'approveguests' => '%d new guests to approve',
'allowchecked' => 'Allow checked', 'allowchecked' => 'Allow checked',
'allowall' => 'Allow all', 'allowall' => 'Allow all',
@ -181,8 +192,8 @@ $I=array(
'butallowdeny' => 'Submit', 'butallowdeny' => 'Submit',
'waitempty' => 'No more entry requests to approve.', 'waitempty' => 'No more entry requests to approve.',
'wrongcaptcha' => 'Wrong Captcha', 'wrongcaptcha' => 'Wrong Captcha',
'captchatime' => 'Captcha already used or timed out.', 'captchaexpire' => 'Captcha already used or timed out.',
'noguests' => 'No guests allowed!', 'noguests' => 'Sorry, currently members only!',
'curchat' => 'Currently %d chatter(s) in room:', 'curchat' => 'Currently %d chatter(s) in room:',
'cantreg' => 'Can\'t register %s', 'cantreg' => 'Can\'t register %s',
'alreadyreged' => '%s is already registered.', 'alreadyreged' => '%s is already registered.',
@ -191,6 +202,7 @@ $I=array(
'succdel' => '%s successfully deleted from database.', 'succdel' => '%s successfully deleted from database.',
'succchg' => 'Status of %s successfully changed.', 'succchg' => 'Status of %s successfully changed.',
'wrongpass' => 'Wrong Password!', 'wrongpass' => 'Wrong Password!',
'wrongglobalpass' => 'Wrong global Password!',
'succprofile' => 'Your profile has successfully been saved.', 'succprofile' => 'Your profile has successfully been saved.',
'backtologin' => 'Back to the login page.', 'backtologin' => 'Back to the login page.',
'backtochat' => 'Back to the chat.', 'backtochat' => 'Back to the chat.',
@ -229,6 +241,76 @@ $I=array(
'White' => 'White', 'White' => 'White',
'Yellow' => 'Yellow', 'Yellow' => 'Yellow',
'YellowGreen' => 'Yellow green', 'YellowGreen' => 'Yellow green',
'contributors' => 'Contributors', 'redirectto' => 'Redirecting to:',
'nonhttp' => 'Non-http link requested:',
'httpredir' => 'If it\'s not working, try this one:',
'actions' => 'Actions',
'sesip' => 'IP-Address',
'css' => 'CSS Style',
'memberexpire' => 'Member timeout (minutes)',
'guestexpire' => 'Guest timeout (minutes)',
'kickpenalty' => 'Kick penalty (minutes)',
'entrywait' => 'Waiting room time (seconds)',
'captchatime' => 'Captcha timeout (seconds)',
'messageexpire' => 'Message timeout (minutes)',
'messagelimit' => 'Message limit (public)',
'maxmessage' => 'Maximal message length',
'confirm' => 'Are you sure?',
'yes' => 'Yes',
'no' => 'No',
'colbg' => 'Background colour',
'coltxt' => 'Text colour',
'maxname' => 'Maximal nickname length',
'minpass' => 'Minimal password length',
'defaultrefresh' => 'Default message reload time (seconds)',
'suguests' => 'Enable applicants',
'rulestxt' => 'Rules (html)',
'imgembed' => 'Embed images',
'trackip' => 'Show session-IP',
'captchachars' => 'Characters used in Captcha',
'memkick' => 'Members can kick, if no moderator is present',
'forceredirect' => 'Force redirection',
'redirect' => 'Custom redirection script',
'backuprestore' => 'Backup and restore',
'backup' => 'Backup',
'restore' => 'Restore',
'settings' => 'Settings',
'linkfilter' => 'Linkfilter',
'enablejs' => 'Allow JavaScript for better message loading',
'chatname' => 'Chat name',
'destroy' => 'Destroy chat',
'destroyed' => 'Successfully destroyed chat',
'topic' => 'Topic',
'passreset' => 'Reset password',
'cantresetpass' => 'Can\'t reset password',
'succpassreset' => 'Successfully reset password',
'entermsg' => '%s entered the chat.',
'exitmsg' => '%s left the chat.',
'memregmsg' => '%s is now a registered member.',
'suregmsg' => '%s is now a registered applicant.',
'kickmsg' => '%s has been kicked.',
'multikickmsg' => '%s have been kicked.',
'allkickmsg' => 'All chatters have been kicked.',
'cleanmsg' => '%s has been cleaned.',
'sendallmsg' => '%s - ',
'sendmemmsg' => '[M] %s - ',
'sendmodmsg' => '[Staff] %s - ',
'sendadmmsg' => '[Admin] %s - ',
'sendprvmsg' => '[%1$s to %2$s] - ',
'msgsendall' => 'Message to all',
'msgsendmem' => 'Message to members only',
'msgsendmod' => 'Message to staff only',
'msgsendadm' => 'Message to admins only',
'msgsendprv' => 'Private message',
'numnotes' => 'Number of notes revisions to keep',
'revisions' => 'Revisions:',
'older' => 'Older',
'newer' => 'Newer',
'accessdenied' => 'Access denied',
'loggedinas' => 'You are logged in as %s and don\'t have access to this section.',
'changenickname' => 'Change nickname',
'newnickname' => 'New nickname:',
'nicknametaken' => 'Nickname is already taken',
'nopass' => 'Invalid password (At least %d characters), not changing nickname'
); );
?> ?>

316
lang_id.php Normal file
View File

@ -0,0 +1,316 @@
<?php
/*
* LE CHAT-PHP - a PHP Chat based on LE CHAT - Indonesian translation
*
* Copyright (C) 2015 Daniel Winzen <d@winzen4.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//Language: Bahasa Indonesia
$T=array(
'nodb' => 'Tak ada sambungan ke basisdata!',
'nodbsetup' => 'Tak ada sambungan ke basisdata, silahkan buat basisdata dan sunting skrip ini agar menggunakan basisdata yang benar dengan nama pengguna dan kata sandi yang telah diberikan!',
'changelang' => 'Ubah bahasa:',
'expire' => 'Sesi salah/kadaluarsa',
'kicked' => 'Diusir!',
'invalnick' => 'Nama pengguna salah (maksimal %d karakter, karakter spesial tak diizinkan)',
'invalpass' => 'Kata sandi salah (minimal %d karakter)',
'noconfirm' => 'Konfirmasi kata sandi tidak cocok!',
'incorregex' => 'Regular expression salah!',
'bottom' => 'Bawah',
'top' => 'Atas',
'choose' => '(pilih)',
'setup' => 'Pengaturan obrolan',
'init' => 'Pengaturan awal',
'sulogin' => 'Masuk Superadmin',
'sunick' => 'Nama Superadmin:',
'supass' => 'Kata sandi Superadmin:',
'suconfirm' => 'Konfirmasi kata sandi:',
'susuccess' => 'Berhasil terdaftar!',
'initbtn' => 'Memulai obrolan',
'initdbexist' => 'Tabel basisdata sudah ada! Untuk melanjutkan, Anda harus menghapus tabel ini secara manual terlebih dahulu.',
'initsuexist' => 'Superadmin sudah ada!',
'initgosetup' => 'Ke halaman-pengaturan',
'captcha' => 'Captcha',
'enabled' => 'Diaktifkan',
'onlyguests' => 'Hanya untuk tamu',
'disabled' => 'Dimatikan',
'simple' => 'Sederhana',
'moderate' => 'Moderat',
'extreme' => 'Ekstrim',
'nick' => 'Nama:',
'pass' => 'Kata sandi:',
'globalloginpass' => 'Sandi global:',
'login' => 'Masuk',
'dbupdate' => 'Basisdata berhasil diperbarui!',
'sysmessages' => 'Sistem perpesanan',
'msgenter' => 'Memasuki',
'msgexit' => 'Meninggalkan',
'msgmemreg' => 'Anggota terdaftar',
'msgsureg' => 'Pemohon terdaftar',
'msgkick' => 'Diusir',
'msgmultikick' => 'Pemohon diusir',
'msgallkick' => 'Semuanya diusir',
'msgclean' => 'Ruang dibersihkan',
'dateformat' => '<a target="_blank" href="http://php.net/manual/en/function.date.php#refsect1-function.date-parameters">Date formating</a>',
'admfunc' => 'Fungsi administrasi',
'allguests' => 'Semua tamu',
'cleanmsgs' => 'Bersihkan pesan',
'room' => 'Seluruh ruangan',
'selection' => 'Pilihan',
'cleannick' => 'Nama berikut:',
'clean' => 'Bersih',
'kickchat' => '<b>Usir pengobrol</b> (%d menit)',
'kickreason' => 'pesan pengusiran:',
'kickpurge' => 'Bersihkan pesan',
'kick' => 'Usir',
'logoutinact' => 'Keluar pengobrol aktif',
'logout' => 'Keluar',
'sessions' => 'Lihat sesi yang aktif',
'view' => 'Lihat',
'filter' => 'Saring',
'guestacc' => 'Ubah akses tamu',
'guestallow' => 'Izinkan',
'guestwait' => 'Memungkinkan dengan ruang tunggu',
'adminallow' => 'Memerlukan persetujuan moderator',
'guestdisallow' => 'Hanya anggota',
'addsuguest' => 'Tambah pemohon',
'register' => 'Daftar',
'admmembers' => 'Anggota',
'memdel' => 'Hapus dari basisdata',
'memdeny' => 'Akses ditolak (!)',
'memsuguest' => 'Tetapkan menjadi pemohon (G)',
'memreg' => 'Tetapkan menjadi anggota biasa',
'memmod' => 'Tetapkan menjadi moderator (M)',
'memsumod' => 'Tetapkan menjadi supermod (SM)',
'memadm' => 'Tetapkan menjadi admin (A)',
'change' => 'Ubah',
'regguest' => 'Mendaftar tamu',
'regmem' => 'Daftar anggota baru',
'sessact' => 'Sesi aktif',
'sessnick' => 'Nama',
'sesstimeout' => 'Waktu habis dalam',
'sessua' => 'User-Agent',
'fid' => 'ID penyaring:',
'match' => 'Cocok',
'replace' => 'Ganti',
'allowpm' => 'Izinkan pada PM',
'regex' => 'Regex',
'apply' => 'Terapkan',
'newfilter' => 'penyaring baru:',
'add' => 'Tambah',
'noframes' => 'Obrolan ini menggunakan <b>frames</b>. Mohon aktifkan frame pada penjelajah anda atau gunakan penjelajah yang cocok!',
'delselmes' => 'Hapus pesan terpilih',
'staffnotes' => 'Catatan Staf',
'adminnotes' => 'Catatan admin',
'notessaved' => 'Catatan tersimpan!',
'lastedited' => 'Terakhir disunting oleh %1$s pada %2$s',
'savenotes' => 'Simpan catatan',
'waitingroom' => 'Ruang tunggu',
'waittext' => 'Selamat datang %1$s, info masuk anda telah tertunda, Anda dapat mengakses obrolan dalam %2$d detik.',
'admwaittext' => 'Selamat datang %1$s, info masuk anda telah tertunda, Anda dapat mengakses obrolan segera, Sebagai moderator memungkinkan anda untuk masuk.',
'waitreload' => 'Jika halaman tidak memuat-ulang dalam %d detik, Gunakan tombol dibawah ini untuk memuat-ulang secara manual!',
'reload' => 'Muat-ulang',
'rules' => 'Peraturan',
'talkto' => 'Kirim ke',
'toall' => 'Semua pengobrol',
'tomem' => 'Hanya member',
'tostaff' => 'Hanya staf',
'toadmin' => 'Hanya Admin',
'alsopurge' => 'Juga hapus bersih pesan',
'dellast' => 'Hapus pesan terakhir',
'delall' => 'Hapus semua pesan',
'switchsingle' => 'Beralih ke baris-tunggal',
'switchmulti' => 'Beralih ke multi-baris',
'help' => 'Bantuan',
'helpguest' => 'Semua fungsi seharusnya cukup banyak memberikan penjelasan, tinggal gunakan tombol. Dalam profil Anda dapat menentukan jangka waktu muat-ulang halaman, warna font dan ukuran kotak masukan.<br><u>Note:</u> Ini adalah obrolan, jadi jika Anda tidak ikut dalam obrolan, Anda akan otomatis dikeluarkan dari obrolan dalam jangka waktu yang sudah ditentukan.',
'helpembed' => 'Jika anda ingin menyisipkan gambar pada pos anda, taruh saja [img] didepan url gambar. Contoh: [img]http://example.com/images/file.jpg akan menyisipkan gambar pada pos anda.',
'helpmem' => 'Anggota: Anda akan memiliki beberapa pilihan di profil Anda. Anda dapat menyesuaikan font dan dapat mengubah kata sandi kapan saja.',
'helpmod' => 'Moderator: Perhatikan tombol admin di bagian bawah. Ini akan memunculkan halaman dimana Anda dapat membersihkan ruangan, mengusir pengobrol, melihat semua sesi aktif dan mematikan semua hak akses tamu jika diperlukan.',
'helpadm' => 'Admin: Anda dapat lebih jauh lagi bisa mendaftarkan tamu, menyunting anggota dan mendaftarkan nama baru tanpa mereka berada di ruangan.',
'profile' => 'Profil Anda',
'ignore' => 'Setuju',
'unignore' => 'Tak setuju apapun',
'refreshrate' => 'kecepatan penyegaran (5-150 detik)',
'fontcolour' => 'Warna font',
'viewexample' => 'Lihat contoh',
'bgcolour' => 'Warna latar belakang',
'fontface' => 'jenis font',
'roomdefault' => 'Ruang bawaan',
'bold' => 'Tebal',
'italic' => 'Miring',
'fontexample' => 'Contoh untuk font yang anda pilih',
'timestamps' => 'Tunjukkan penanda waktu',
'embed' => 'Tanamkan gambar (Membutuhkan kuki)',
'incognito' => 'Mode penyamaran',
'pbsize' => 'Ukuran kotak pos',
'nbsize' => 'Ukuran otak catatan',
'width' => 'Lebar:',
'height' => 'Tinggi:',
'changepass' => 'Ubah kata sandi',
'oldpass' => 'Kata sandi lama:',
'newpass' => 'Kata sandi baru:',
'confirmpass' => 'Konfirmasi kata sandi baru:',
'savechanges' => 'Simpan perubahan',
'reloadpb' => 'Muat-ulang kotak pos',
'reloadmsgs' => 'Muat-ulang pesan',
'chgprofile' => 'Profil',
'adminbtn' => 'Admin',
'admnotes' => 'Catatan Admin',
'notes' => 'Catatan',
'clone' => 'Klon',
'randh' => 'Peraturan & Bantuan',
'exit' => 'Keluar dari obrolan',
'bye' => 'Dah %s, Kunjungi lagi nanti!',
'colourtable' => 'Tabel warna',
'backtoprofile' => 'Kembali ke profil anda',
'copy' => 'Salin:',
'choosecol' => 'Silahkan pilih warna:',
'randomcol' => 'Warna acak',
'enter' => 'Masuk obrolan',
'error' => 'Kesalahan:',
'members' => 'Anggota',
'guests' => 'Tamu',
'approveguests' => '%d tamu baru untuk disetujui',
'allowchecked' => 'Izinkan terpilih',
'allowall' => 'Izinkan semuanya',
'denychecked' => 'Tolak terpilih',
'denyall' => 'Tolak semuanya',
'denymessage' => 'Kirim pesan untuk menolak:',
'butallowdeny' => 'Kirim',
'waitempty' => 'Tak ada lagi permintaan masuk untuk disetujui.',
'wrongcaptcha' => 'Captcha salah',
'captchaexpire' => 'Captcha sudah digunakan atau kadaluarsa.',
'noguests' => 'Maaf, saat ini hanya anggota!',
'curchat' => 'Sekarang terdapat %d pengobrol di ruangan:',
'cantreg' => 'Tak bisa mendaftarkan %s',
'alreadyreged' => '%s sudah terdaftar.',
'successreg' => '%s berhasil terdaftar.',
'cantchgstat' => 'Tak dapat mengganti status dari %s',
'succdel' => '%s berhasil dihapus dari basisdata.',
'succchg' => 'Status dari %s berhasil dirubah.',
'wrongpass' => 'Kata sandi salah!',
'wrongglobalpass' => 'Kata sani global salah!',
'succprofile' => 'Profil anda sudah berhasil disimpan.',
'backtologin' => 'Kembali ke halaman masuk.',
'backtochat' => 'Kembali ke obrolan.',
'Beige' => 'Krem',
'Black' => 'Hitam',
'Blue' => 'Biru',
'BlueViolet' => 'Lembayung biru',
'Brown' => 'Coklat',
'Cyan' => 'Sian',
'DarkBlue' => 'Biru tua',
'DarkGreen' => 'Hihau tua',
'DarkRed' => 'Merah tua',
'DarkViolet' => 'Lembayung tua',
'DeepSkyBlue' => 'Biru langit',
'Gold' => 'Emas',
'Grey' => 'Abu-abu',
'Green' => 'Hijau',
'HotPink' => 'Merah jambu',
'Indigo' => 'Nila',
'LightBlue' => 'Biru muda',
'LightGreen' => 'Hijau muda',
'LimeGreen' => 'Hijau limu',
'Magenta' => 'Magenta',
'Olive' => 'Zaitun',
'Orange' => 'Jingga',
'OrangeRed' => 'Merah jingga',
'Purple' => 'Ungu',
'Red' => 'Merah',
'RoyalBlue' => 'Biru royal',
'SeaGreen' => 'Hijau laut',
'Sienna' => 'Sienna',
'Silver' => 'Perak',
'Tan' => 'Kecoklatan',
'Teal' => 'Teal',
'Violet' => 'Lembayung',
'White' => 'Putih',
'Yellow' => 'Kuning',
'YellowGreen' => 'Hjau kuning',
'redirectto' => 'Mengarahkan ke:',
'nonhttp' => 'Meminta tautan non-http:',
'httpredir' => 'Jika tak bekerja, pilih salah satu:',
'actions' => 'Tindakan',
'sesip' => 'Alamat-IP',
'css' => 'CSS Style',
'memberexpire' => 'Batas waktu anggota (menit)',
'guestexpire' => 'Batas waktu tamu (menit)',
'kickpenalty' => 'Sanksi pengusiran (menit)',
'entrywait' => 'Waktu ruang tunggu (detik)',
'captchatime' => 'Batas waktu captcha (detik)',
'messageexpire' => 'Batas waktu pesan (menit)',
'messagelimit' => 'Batas pesan (publik)',
'maxmessage' => 'Panjang pesan maksimal',
'confirm' => 'Apakah Anda yakin?',
'yes' => 'Ya',
'no' => 'Tidak',
'colbg' => 'Warna latar belakang',
'coltxt' => 'Warna tulisan',
'maxname' => 'Panjang maksimal nama',
'minpass' => 'Panjang minimal kata sandi',
'defaultrefresh' => 'Waktu muat-ulang pesan bawaan (detik)',
'suguests' => 'Memungkinkan pemohon',
'rulestxt' => 'Peraturan (html)',
'imgembed' => 'Tanam gambar',
'trackip' => 'Tunjukkan sesi-IP',
'captchachars' => 'Karakter yang digunakan dalam Captcha',
'memkick' => 'Anggota dapat mengusir, jika tak ada moderator',
'forceredirect' => 'Paksa pengalihan',
'redirect' => 'Skrip pengalihan kustom',
'backuprestore' => 'Cadang dan pulihkan',
'backup' => 'Cadangkan',
'restore' => 'Pulihkan',
'settings' => 'Pengaturan',
'linkfilter' => 'penyaring-tautan',
'enablejs' => 'Izinkan javascript agar pemuatan pesan lebih baik',
'chatname' => 'Nama obrolan',
'destroy' => 'Musnahkan obrolan',
'destroyed' => 'Berhasil memusnahkan obrolan',
'topic' => 'Topik',
'passreset' => 'Atur-ulang kata sandi',
'cantresetpass' => 'Tidak bisa mengatur-ulang kata sandi',
'succpassreset' => 'Berhasil mengatur-ulang kata sandi',
'entermsg' => '%s memasuki obrolan.',
'exitmsg' => '%s keluar dari obrolan.',
'memregmsg' => '%s sekarang adalah anggota terdaftar.',
'suregmsg' => '%s sekarang adalah pemohon terdaftar.',
'kickmsg' => '%s sudah diusir.',
'multikickmsg' => '%s telah diusir.',
'allkickmsg' => 'Semua pengobrol sudah diusir.',
'cleanmsg' => '%s sudah dibersihkan.',
'sendallmsg' => '%s - ',
'sendmemmsg' => '[M] %s - ',
'sendmodmsg' => '[Staf] %s - ',
'sendadmmsg' => '[Admin] %s - ',
'sendprvmsg' => '[%1$s ke %2$s] - ',
'msgsendall' => 'Pesan ke semuanya',
'msgsendmem' => 'Pesan hanya kepada member',
'msgsendmod' => 'Pesan hanya kepada staf',
'msgsendadm' => 'Pesan hanya kepada admin',
'msgsendprv' => 'Pesan pribadi',
'numnotes' => 'Jumlah catatan Revisi yang disimpan',
'revisions' => 'Revisi:',
'older' => 'Lama',
'newer' => 'Baru',
'accessdenied' => 'Akses ditolak',
'loggedinas' => 'Anda masuk sebagai %s dan tak dapat mengakses bagian ini.',
'changenickname' => 'Ubah nama',
'newnickname' => 'Nama baru:',
'nicknametaken' => 'Nama sudah ada',
'nopass' => 'Kata sandi salah (Minimal %d karakter), tak merubah nama'
);
?>

280
lang_ru.php Normal file
View File

@ -0,0 +1,280 @@
<?php
/*
* LE CHAT-PHP - a PHP Chat based on LE CHAT - Russian translation
*
* Copyright (C) 2015 Daniel Winzen <d@winzen4.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//Language: Русский
$T=array(
'nodb' => 'Нет соединения с базой данных!',
'nodbsetup' => 'Нет соединения с базой данных, пожалуйста, создайте базу данных и измените сценарий, чтобы использовать правильную базу данных с заданными именем пользователя и паролем!',
'changelang' => 'Изменить язык:',
'expire' => 'Недействительная/с истекшим сроком сессия',
'kicked' => 'Забанен!',
'invalnick' => 'Недействительный ник (%d символов максимум, никакие специальные разрешенные символы)',
'invalpass' => 'Неверный пароль (по крайней мере %d символов)',
'noconfirm' => 'Подтверждение пароля не совпадает!',
'incorregex' => 'Неправильное регулярное выражение!',
'bottom' => 'Вниз',
'top' => 'Вверх',
'choose' => '(выбрать)',
'setup' => 'Установка чата',
'init' => 'Начальная установка',
'sulogin' => 'Вход для суперадминистратора',
'sunick' => 'Ник суперадминистратора:',
'supass' => 'Пароль суперадминистратора:',
'suconfirm' => 'Подтверждение пароля:',
'susuccess' => 'Успешно зарегистрирован!',
'initbtn' => 'Инициализация чата',
'initdbexist' => 'Таблицы базы данных уже существуют! Чтобы продолжить, вы должны сначала удалить эти таблицы вручную.',
'initsuexist' => 'Суперадминистратор уже существует!',
'initgosetup' => 'Перейти к странице установки',
'captcha' => 'Captcha',
'enabled' => 'Включен',
'onlyguests' => 'Только для гостей',
'disabled' => 'Выключен',
'simple' => 'Простая',
'moderate' => 'Умеренная',
'extreme' => 'Сильная',
'nick' => 'Ник:',
'pass' => 'Пароль:',
'globalloginpass' => 'Глобальный пароль:',
'login' => 'Войти',
'dbupdate' => 'База данных успешно обновлена!',
'sysmessages' => 'Системные сообщения',
'msgenter' => 'Вход',
'msgexit' => 'Выход',
'msgmemreg' => 'Зарегистрированные',
'msgsureg' => 'Заявитель зарегистрирован',
'msgkick' => 'Забаненые',
'msgmultikick' => 'Многократно забаненые',
'msgallkick' => 'Все забаненые',
'msgclean' => 'Очистка чата',
'dateformat' => '<a target="_blank" href="http://php.net/manual/ru/function.date.php#refsect1-function.date-parameters">Формат даты</a>',
'admfunc' => 'Административные функции',
'allguests' => 'Все гости',
'cleanmsgs' => 'Очистка сообщений',
'room' => 'Общая комната',
'selection' => 'Выбор',
'cleannick' => 'По нику:',
'clean' => 'Очистить',
'kickchat' => '<b>Бан</b> (%d минут)',
'kickreason' => 'Сообщение забаненому',
'kickpurge' => 'Очистка сообщений',
'kick' => 'Бан',
'logoutinact' => 'Выход неактивного чата',
'logout' => 'Выйти',
'sessions' => 'Активные сессии',
'view' => 'Просмотр',
'filter' => 'Фильтр',
'guestacc' => 'Изменить гостевой доступ',
'guestallow' => 'Позволить',
'guestwait' => 'Разрешить с гостевой',
'adminallow' => 'Требовать одобрения модератора',
'guestdisallow' => 'Только участники',
'addsuguest' => 'Добавить заявителя',
'register' => 'Зарегистрировать',
'admmembers' => 'Участники',
'memdel' => 'Удалить из базы данных',
'memdeny' => 'Запретить доступ (!)',
'memsuguest' => 'Набор к претенденту (G)',
'memreg' => 'Установить участника',
'memmod' => 'Набор модератора (M)',
'memsumod' => 'Набор супермодератора (SM)',
'memadm' => 'Набор администратора (A)',
'change' => 'Изменить',
'regguest' => 'Регистрация гостей',
'regmem' => 'Регистрация новых участников',
'sessact' => 'Активные сеансы',
'sessnick' => 'Ник',
'sesstimeout' => 'Время ожидания в',
'sessua' => 'User-Agent',
'fid' => 'Фильтр ID:',
'match' => 'Совпадение',
'replace' => 'Заменять',
'allowpm' => 'Разрешить в личку',
'regex' => 'Регулярное выражение',
'apply' => 'Применить',
'newfilter' => 'Новый фильтр:',
'add' => 'Добавить',
'noframes' => 'Этот чат использует <b>frames</b>. Пожалуйста, включите поддержку в Вашем браузере или используйте подходящий!',
'delselmes' => 'Удалить выбранные сообщения',
'staffnotes' => 'Служебные заметки',
'adminnotes' => 'Примечания администратора',
'notessaved' => 'Заметки сохранены!',
'lastedited' => 'Последний раз редактировал %1$s %2$s',
'savenotes' => 'Сохранить заметки',
'waitingroom' => 'Гостевая',
'waittext' => 'Добро пожаловать %1$s, Ваш логин задерживается, Вы можете получить доступ в чат через %2$d секунд.',
'admwaittext' => 'Добро пожаловать %1$s, Ваш логин задерживается, Вы можете получить доступ в чат в ближайшее время, когда разрешит модератор.',
'waitreload' => 'Если эта страница не отвечает, обновления каждые %d секунд, используйте кнопку ниже, чтобы загрузить его вручную!',
'reload' => 'Перезагрузить',
'rules' => 'Правила',
'talkto' => 'Отправить',
'toall' => 'Все в чате',
'tomem' => 'Участники',
'tostaff' => 'Служебные',
'toadmin' => 'Администратор',
'alsopurge' => 'Также очистить сообщения',
'dellast' => 'Удалить последнее сообщение',
'delall' => 'Удалить все сообщения',
'switchsingle' => 'Переключитесь на одну линию',
'switchmulti' => 'Переключитесь на мульти-линию',
'help' => 'Помощь',
'helpguest' => 'Все функции интуитивно понятны, просто используйте кнопки. В настройках вашего профиля вы можете настроить частоту обновления, цвет шрифта и желаемый размер окна входа.<br><u>Заметка:</u> Это чат, поэтому даже если вы ничего не пишете, то будете автоматически зарегистрированы через некоторое время..',
'helpembed' => 'Если вы хотите встроить изображение в свой пост, просто положите [img] перед вашим URL-изображением. Пример: [img]http://example.com/images/file.jpg будет вставлять изображения в вашем посте.<br>',
'helpmem' => 'Участники: У вас есть несколько вариантов настроек в вашем профиле. Можно настроить шрифт и изменить свой пароль в любое время.',
'helpmod' => 'Модераторы: Обратите внимание кнопку администратора внизу. Это перенесет на страницу, где вы можете очистить комнату, забанить, просмотреть все активные сеансы и отключить гостевой доступ полностью, если необходимо.',
'helpadm' => 'Администраторы: Вы способны регистрировать гостей, редактировать пользователей и регистрировать новые ники без их присутствия в комнате.',
'profile' => 'Ваш профиль',
'ignore' => 'Игнорировать',
'unignore' => 'Больше не игнорировать',
'refreshrate' => 'Частота обновления (5-150 секунд)',
'fontcolour' => 'Цвет шрифта',
'viewexample' => 'Посмотреть примеры',
'bgcolour' => 'Фоновый цвет',
'fontface' => 'Шрифт',
'roomdefault' => 'По умолчанию',
'bold' => 'Жирный',
'italic' => 'Курсив',
'fontexample' => 'Пример выбранного вами шрифта',
'timestamps' => 'Показать отметки времени',
'embed' => 'Вставить изображения (использует Cookies)',
'incognito' => 'Режим инкогнито',
'pbsize' => 'Размер окна сообщений',
'nbsize' => 'Размер окна заметок',
'width' => 'Ширина:',
'height' => 'Высота:',
'changepass' => 'Изменить пароль',
'oldpass' => 'Старый пароль:',
'newpass' => 'Новый пароль:',
'confirmpass' => 'Подтверждение:',
'savechanges' => 'Сохранить изменения',
'reloadpb' => 'Перезагрузить почтовый ящик',
'reloadmsgs' => 'Обновить',
'chgprofile' => 'Профиль',
'adminbtn' => 'Администратор',
'admnotes' => 'Примечания администратора',
'notes' => 'Примечания',
'clone' => 'Клонировать',
'randh' => 'Правила и помощь',
'exit' => 'Выход',
'bye' => 'Пока %s, заходите снова!',
'colourtable' => 'Примеры цветов',
'backtoprofile' => 'Вернуться к вашему профилю',
'copy' => 'Копия:',
'choosecol' => 'Гости выбирают цвет:',
'randomcol' => 'Случайный цвет',
'enter' => 'Войти в чат',
'error' => 'Ошибка:',
'members' => 'Зарегистрированные',
'guests' => 'Гости',
'approveguests' => '%d новые гости для одобрения',
'allowchecked' => 'Разрешить проверять',
'allowall' => 'Позволять всем',
'denychecked' => 'Запретить проверять',
'denyall' => 'Запретить всем',
'denymessage' => 'Отправить сообщение с отказом:',
'butallowdeny' => 'Отправить',
'waitempty' => 'Нет больше запросов для одобрения.',
'wrongcaptcha' => 'Неправильный код',
'captchaexpire' => 'Защитный код уже используется или время истекло.',
'noguests' => 'Извините, входят только зарегистрированные!',
'curchat' => 'Сейчас %d разговор (ов) в комнате:',
'cantreg' => 'Вы не можете зарегистрироваться %s',
'alreadyreged' => '%s уже зарегистрирован.',
'successreg' => '%s успешно зарегистрирован.',
'cantchgstat' => 'Невозможно изменить статус %s',
'succdel' => '%s успешно удален из базы данных.',
'succchg' => 'Статус %s успешно изменен.',
'wrongpass' => 'Неправильный пароль!',
'wrongglobalpass' => 'Неправильный глобальный пароль!',
'succprofile' => 'Ваш профиль был успешно сохранен.',
'backtologin' => 'Вернуться на страницу входа.',
'backtochat' => 'Вернуться в чат.',
'Beige' => 'Бежевый',
'Black' => 'Черный',
'Blue' => 'Синий',
'BlueViolet' => 'Фиолетово-синий',
'Brown' => 'Коричневый',
'Cyan' => 'Голубой',
'DarkBlue' => 'Темно-синий',
'DarkGreen' => 'Темно-зеленый',
'DarkRed' => 'Темно-красный',
'DarkViolet' => 'Темно-фиолетовый',
'DeepSkyBlue' => 'Голубое небо',
'Gold' => 'Золотой',
'Grey' => 'Серый',
'Green' => 'Зеленый',
'HotPink' => 'Ярко-розовый',
'Indigo' => 'Индиго',
'LightBlue' => 'Светло-синий',
'LightGreen' => 'Светло-зеленый',
'LimeGreen' => 'Зеленый лайм',
'Magenta' => 'Пурпурный',
'Olive' => 'Оливковый',
'Orange' => 'Оранжевый',
'OrangeRed' => 'Оранжево-красный',
'Purple' => 'Фиолетовый',
'Red' => 'Красный',
'RoyalBlue' => 'Королевский синий',
'SeaGreen' => 'Морской зеленый',
'Sienna' => 'Сиена',
'Silver' => 'Серебряный',
'Tan' => 'Загар',
'Teal' => 'Чирок',
'Violet' => 'Фиолетовый',
'White' => 'Белый',
'Yellow' => 'Желтый',
'YellowGreen' => 'Желто-зеленый',
'redirectto' => 'Перенаправление на:',
'nonhttp' => 'Запрошенная ссылка не http:',
'httpredir' => 'Если это не работает, попробуйте это:',
'actions' => 'Действия',
'sesip' => 'IP-адрес',
'css' => 'CSS стили',
'memberexpire' => 'Тайм-аут пользователей (минут)',
'guestexpire' => 'Тайм-аут гостей (минут)',
'kickpenalty' => 'Бан (минут)',
'entrywait' => 'Время ожидания в гостевой (секунд)',
'captchatime' => 'Тайм-аут Captcha (секунд)',
'messageexpire' => 'Тайм-аут сообщения (минут)',
'messagelimit' => 'Лимит сообщений (общих)',
'maxmessage' => 'Максимальная длина сообщения',
'confirm' => 'Вы уверены?',
'yes' => 'Да',
'no' => 'Нет',
'colbg' => 'Фоновый цвет',
'coltxt' => 'Цвет текста',
'maxname' => 'Максимальная длина имени',
'minpass' => 'Минимальная длина пароля',
'defaultrefresh' => 'По умолчанию время перезагрузки сообщения (секунды)',
'suguests' => 'Включить заявителей',
'rulestxt' => 'Правила (html)',
'imgembed' => 'Вставка изображений',
'trackip' => 'Показать IP-сессию',
'captchachars' => 'Символы, используемые в Captcha',
'memkick' => 'Пользователи могут банить, если не присутствует модератор',
'forceredirect' => 'Принудительное перенаправление',
'redirect' => 'Пользовательский скрипт перенаправления',
'backuprestore' => 'Бэкап и восстановление',
'backup' => 'Бэкап',
'restore' => 'Восстановление',
'settings' => 'Настройки',
'linkfilter' => 'Фильтрация ссылок'
);
?>