Subversion Repositories SvarDOS

Rev

Rev 1645 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1645 Rev 1651
Line 1... Line 1...
1
<?php
1
<?php
2
//
2
//
3
// mateuszbb - minimalist bulletin board forum. MIT license.
3
// mateuszbb - minimalist bulletin board forum. MIT license.
4
//
4
//
5
// VERSION 20240119
5
// VERSION 20240123
6
//
6
//
7
// Copyright (C) 2021-2024 Mateusz Viste
7
// Copyright (C) 2021-2024 Mateusz Viste
8
//
8
//
9
// Permission is hereby granted, free of charge, to any person obtaining a copy
9
// Permission is hereby granted, free of charge, to any person obtaining a copy
10
// of this software and associated documentation files (the “Software”), to
10
// of this software and associated documentation files (the “Software”), to
11
// deal in the Software without restriction, including without limitation the
11
// deal in the Software without restriction, including without limitation the
12
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
12
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
13
// sell copies of the Software, and to permit persons to whom the Software is
13
// sell copies of the Software, and to permit persons to whom the Software is
14
// furnished to do so, subject to the following conditions:
14
// furnished to do so, subject to the following conditions:
15
//
15
//
16
//The above copyright notice and this permission notice shall be included in
16
// The above copyright notice and this permission notice shall be included in
17
// all copies or substantial portions of the Software.
17
// all copies or substantial portions of the Software.
18
//
18
//
19
// THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
// THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Line 71... Line 71...
71
$STR['en']['captcha'][2]  = 'check the MIDDLE box';
71
$STR['en']['captcha'][2]  = 'check the MIDDLE box';
72
$STR['en']['captcha'][3]  = 'check the LAST box';
72
$STR['en']['captcha'][3]  = 'check the LAST box';
73
$STR['en']['captcha'][4]  = 'check the FIRST and LAST boxes';
73
$STR['en']['captcha'][4]  = 'check the FIRST and LAST boxes';
74
$STR['en']['captcha'][5]  = 'check the TWO LAST boxes';
74
$STR['en']['captcha'][5]  = 'check the TWO LAST boxes';
75
 
75
 
-
 
76
// DE translations by Robert Riebisch
-
 
77
$STR['de']['opnewthread'] = 'Neues Thema eröffnen';
-
 
78
$STR['de']['newthread']   = 'Neues Thema';
-
 
79
$STR['de']['latestentry'] = 'Neuester Eintrag:';
-
 
80
$STR['de']['searchterm']  = 'Gesuchter Begriff:';
-
 
81
$STR['de']['noresults']   = 'Keine Ergebnisse';
-
 
82
$STR['de']['reply']       = 'Antworten';
-
 
83
$STR['de']['jumptoend']   = 'Zum Ende springen';
-
 
84
$STR['de']['listthreads'] = 'Liste der Themen';
-
 
85
$STR['de']['author']      = 'Autor:';
-
 
86
$STR['de']['address']     = 'Adresse:';
-
 
87
$STR['de']['date']        = 'Zeitpunkt:';
-
 
88
$STR['de']['nameornick']  = 'Dein Name oder Spitzname';
-
 
89
$STR['de']['threadsubj']  = 'Thema';
-
 
90
$STR['de']['yourmsg']     = 'Deine Nachricht';
-
 
91
$STR['de']['cancel']      = 'Abbrechen';
-
 
92
$STR['de']['send']        = 'Senden';
-
 
93
$STR['de']['archives']    = 'Archiv';
-
 
94
$STR['de']['backtocur']   = 'Zurück zu den aktuellen Themen';
-
 
95
$STR['de']['search']      = 'Suchbegriff';
-
 
96
$STR['de']['password']    = 'Kennwort';
-
 
97
$STR['de']['optional']    = 'optional';
-
 
98
$STR['de']['passhelp']    = 'Wenn du hier ein Kennwort eingibst, wird deine Nachricht mit einer eindeutigen digitalen Signatur versehen.';
-
 
99
$STR['de']['locked']      = "Thema wegen Inaktivität seit über {$LOCK_DELAY} Tagen gesperrt.";
-
 
100
$STR['de']['captcha'][1]  = 'Kreuze das ERSTE Kästchen an';
-
 
101
$STR['de']['captcha'][2]  = 'Kreuze das MITTLERE Kästchen an';
-
 
102
$STR['de']['captcha'][3]  = 'Kreuze das LETZTE Kästchen an';
-
 
103
$STR['de']['captcha'][4]  = 'Kreuze das ERSTE und LETZTE Kästchen an';
-
 
104
$STR['de']['captcha'][5]  = 'Kreuze die beiden LETZTEN Kästchen an';
-
 
105
 
76
// PL translations by Mateusz Viste
106
// PL translations by Mateusz Viste
77
$STR['pl']['opnewthread'] = 'stwórz nowy wątek';
107
$STR['pl']['opnewthread'] = 'stwórz nowy wątek';
78
$STR['pl']['newthread']   = 'Nowy wątek';
108
$STR['pl']['newthread']   = 'Nowy wątek';
79
$STR['pl']['latestentry'] = 'ostatni wpis:';
109
$STR['pl']['latestentry'] = 'ostatni wpis:';
80
$STR['pl']['searchterm']  = 'szukane wyrażenie:';
110
$STR['pl']['searchterm']  = 'szukane wyrażenie:';