Birthdays

Potrebujete preložiť mód, či hack? Pomôžeme vám

Moderátor: Moderátori

Birthdays

Poslaťod blaster700i » Pia Aug 17, 2007 7:56 pm

Hladal som to tu na fore ale neako to ktomu nepasovalo.
Potreboval by som to prelozit toto:
Kód: Vybrať všetko
$lang['Birthday_range'] = 'Birthdays must yield ages between %d and %d years, inclusive.';
$lang['No_birthdays'] = 'No birthdays today';
$lang['Congratulations'] = 'Congratulations to: <b>%s</b>';
$lang['Upcoming_birthdays'] = 'Users with a birthday within the next %d days: <b>%s</b>';
$lang['No_upcoming'] = 'No users are having a birthday in the upcoming %d days';
$lang['Birthday'] = 'Date of Birth';
$lang['Month'] = 'Month';
$lang['Day'] = 'Day';
$lang['Year'] = 'Year';
$lang['Clear'] = 'Clear';
$lang['Year_Optional'] = 'Year <i>(Optional)</i>';
$lang['Optional'] = '<i>(Optional)</i>';
$lang['Default_Month'] = '[ Select a Month ]';
$lang['Default_Day'] = 'dd';
$lang['Default_Year'] = 'yyyy';
$lang['Birthday_invalid'] = 'You didn\'t specify a valid Birthday.';
$lang['Todays_Birthdays'] = 'Today\'s Birthdays';
$lang['View_Birthdays'] = 'Happy Birthday!';


A este toto:
Kód: Vybrať všetko
$lang['Birthdays'] = 'Birthdays';
$lang['bday_show'] = 'Birthday Panel Visibility';
$lang['Unconditional'] = 'Unconditional';
$lang['Conditional'] = 'Conditional';
$lang['bday_show_explain'] = 'Determines whether or not the Birthday Panel on the main Index should be visible in the event that there are no birthdays or upcoming birthdays (unconditional = yes, conditional = no)';
$lang['bday_require'] = 'Require Date of Birth';
$lang['bday_require_explain'] = 'The year of birth will only be required if the "Require Year" option is selected';
$lang['bday_year'] = 'Require Year';
$lang['bday_year_explain'] = 'When this option is selected, users attempting to provide a date of birth will also need to provide a year of birth.';
$lang['bday_lock'] = 'Disallow Date of Birth Changes';
$lang['bday_lock_explain'] = 'Once entered, the date of birth cannot be changed, again.  Atleast when this option is selected.';
$lang['bday_lookahead'] = 'Number of Days to Look Ahead';
$lang['bday_lookahead_explain'] = 'Affects the Birthday Panel on the main Index.  Entering -1 will disable Birthday Lookahead';
$lang['bday_age_range'] = 'Allowable Age Range (in years)';


DAKUJEM
blaster700i
Profesionál
Profesionál
 
Príspevky: 251
Registrovaný: Sob Máj 26, 2007 8:18 am

Poslaťod Shawan_666 » Pia Aug 17, 2007 10:25 pm

lang_main.php
Kód: Vybrať všetko
// Start add - Birthday MOD
$lang['Birthday'] = 'Narodeniny';
$lang['No_birthday_specify'] = 'Neuvedené';
$lang['Age'] = 'Vek';
$lang['Wrong_birthday_format'] = 'Zlé vloženie formátu veku.';
$lang['Birthday_to_high'] = 'Prepáčte, ale toto fórum neakceptuje užívateľa staršieho viac ako %d rokov';
$lang['Birthday_require'] = 'Dátum narodenia je potrebné';
$lang['Birthday_to_low'] = 'Prepáčte, ale toto fórum neakceptuje uživateľa mladšieho než %d rokov';
$lang['Submit_date_format'] = 'd-m-Y'; //php date() format - Note: ONLY d, m and Y may be used and SHALL ALL be used (different seperators are accepted)
$lang['Birthday_greeting_today'] = 'Prajeme všteko najlepšie k %s. narodeninám.<br><br> Vedenie fóra';//%s je substituted s užívateľovým vekom
$lang['Birthday_greeting_prev'] = 'Znova prajeme všetko najlepšie k %s. narodeninám z %s.<br><br> Vedenie fóra';//%s je substituted s užívateľovím vekom a narodeninám
$lang['Greeting_Messaging'] = 'Blahoželáme';
$lang['Birthday_today'] = 'Užívatelia, ktorí majú dnes narodeniny:';
$lang['Birthday_week'] = 'Užívatelia, ktorí oslavujú narodeniny v následujúcich %d dňoch:';
$lang['Nobirthday_week'] = 'Žiadní užívatelia nemajú narodeniny v následujúcich %d dňoch'; // %d is substitude with the number of days
$lang['Nobirthday_today'] = 'Žiadni užívatelia dnes nemajú narodeniny';
$lang['Year'] = 'Rok';
$lang['Month'] = 'Mesiac';
$lang['Day'] = 'Deň';

$lang['day_short'] = array ($lang['datetime']['Sun'],$lang['datetime']['Mon'],$lang['datetime']['Tue'],$lang['datetime']['Wed'],$lang['datetime']['Thu'],$lang['datetime']['Fri'],$lang['datetime']['Sat']);
$lang['day_long'] = array ($lang['datetime']['Sunday'],$lang['datetime']['Monday'],$lang['datetime']['Tuesday'],$lang['datetime']['Wednesday'],$lang['datetime']['Thursday'],$lang['datetime']['Friday'],$lang['datetime']['Saturday']);
$lang['month_short'] = array ($lang['datetime']['Jan'],$lang['datetime']['Feb'],$lang['datetime']['Mar'],$lang['datetime']['Apr'],$lang['datetime']['May'],$lang['datetime']['Jun'],$lang['datetime']['Jul'],$lang['datetime']['Aug'],$lang['datetime']['Sep'],$lang['datetime']['Oct'],$lang['datetime']['Nov'],$lang['datetime']['Dec']);
$lang['month_long'] = array ($lang['datetime']['January'],$lang['datetime']['February'],$lang['datetime']['March'],$lang['datetime']['April'],$lang['datetime']['May'],$lang['datetime']['June'],$lang['datetime']['July'],$lang['datetime']['August'],$lang['datetime']['September'],$lang['datetime']['October'],$lang['datetime']['November'],$lang['datetime']['December']);
// End add - Birthday MOD

lang_admin.php

Kód: Vybrať všetko
// Start add - Birthday MOD
$lang['Birthday_required'] = 'Vyžadovať dátum narozenin';
$lang['Enable_birthday_greeting'] = 'Povoliť narodeninové priánie';
$lang['Birthday_greeting_expain'] = 'Uživatelia, ktorí uvedú svoje narodeniny môžu pri prihlásení dostať blahoželanie';
$lang['Next_birthday_greeting'] = 'Budúce narodeniny odoslať blahoželanie ';
$lang['Next_birthday_greeting_expain'] = 'Sleduje kedy bude mať užívateť budúce narodeniny';
$lang['Wrong_next_birthday_greeting'] = 'The supplied, next birthday popup year, was not valid, prosím skúste znova';
$lang['Max_user_age'] = 'Maximálny vek uživateľa';
$lang['Min_user_age'] = 'Minimální vek uživateľa';
$lang['Birthday_lookforward'] = 'Znova kontrolovať narodeniny';
$lang['Birthday_lookforward_explain'] = 'Počet dní, po ktorých bude script znova kontrolavať či nemá užívateľ narodeniny';
// End add - Birthday MOD
Slovenská podpora modifikácii do systému phpBB >|http://phpbbhacks.sk/|<
Online podpora phpBB. Píšte!!
Shawan_666
Expert
Expert
 
Príspevky: 1256
Registrovaný: Pia Apr 13, 2007 10:38 pm
Bydlisko: Nitra

Poslaťod blaster700i » Pia Aug 17, 2007 10:35 pm

Bohuzial to nieje ono :(
blaster700i
Profesionál
Profesionál
 
Príspevky: 251
Registrovaný: Sob Máj 26, 2007 8:18 am

Poslaťod Shawan_666 » Pia Aug 17, 2007 10:41 pm

je to zrejme ina verzia
Slovenská podpora modifikácii do systému phpBB >|http://phpbbhacks.sk/|<
Online podpora phpBB. Píšte!!
Shawan_666
Expert
Expert
 
Príspevky: 1256
Registrovaný: Pia Apr 13, 2007 10:38 pm
Bydlisko: Nitra

Poslaťod blaster700i » Pia Aug 17, 2007 11:15 pm

Asi to tak bude :(
blaster700i
Profesionál
Profesionál
 
Príspevky: 251
Registrovaný: Sob Máj 26, 2007 8:18 am


Späť na Potrebujem preložiť (phpBB 2)

Kto je on-line

Užívatelia prezerajúci fórum: Žiadny registrovaný užívateľ nie je prítomný a 0 hostia


vladstudio
TOPlist TOPlist

Valid XHTML 1.0 Strict [Valid Atom 1.0]


* Štúrovo ubytovanie *