phpBB 2.0.x to phpBB 2.0.x+1 Lang Changes

Înainte de a începe să scrii un nou mesaj citeşte ultimele anunţuri şi regulamentul forumului.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

phpBB 2.0.x to phpBB 2.0.x+1 Lang Changes

Mesaj de flowers »

phpBB 2.0.10 to phpBB 2.0.11 Lang Changes

Download: Download » PhpBB » Versiuni vechi » Lang Changes

Romanian

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_romanian/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
# 
$lang['Session_length'] = 'Durata sesiunii [ secunde ]';


#
#-----[ AFTER, ADD ]------------------------------------------
#
// Visual Confirmation
$lang['Visual_confirm'] = 'Activeazã Confirmarea Vizualã';
$lang['Visual_confirm_explain'] = 'Necesitã introducerea unui cod vizual definit ca o imagine la înregistrare.';

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_romanian/lang_main.php 

#
#-----[ FIND ]---------------------------------------------
# 
$lang['Empty_message_email'] = "Trebuie introdus conþinut în mesaj";


#
#-----[ AFTER, ADD ]------------------------------------------
# 
//
// Visual confirmation system strings
//
$lang['Confirm_code_wrong'] = 'Codul de confirmare pe care l-aþi introdus este incorect';
$lang['Too_many_registers'] = 'Aţi depăşit numărul de încercări de înregistrare pentru această sesiune. Vă rugăm încercaţi mai târziu.';
$lang['Confirm_code_impaired'] = 'Dacã nu puteþi citi codul sau acesta este neinteligibil, vã rugãm contactaþi %sAdministrator%s pentru ajutor .';
$lang['Confirm_code'] = 'Cod de confirmare';
$lang['Confirm_code_explain'] = 'Introduceþi codul exact cum îl vedeþi. Codul este case sensitive ºi zero este tãiat de o linie diagonalã.';

Ultima oară modificat 07-Iul-2006, 16:49:30 de către flowers, modificat de 3 ori în total.
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

phpBB 2.0.11 to phpBB 2.0.12 Lang Changes

Download: Download » PhpBB » Versiuni vechi » Lang Changes

English

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_english/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
# 
//
// That's all Folks!
// -------------------------------------------------

#
#-----[ BEFORE, ADD ]-----------------------------------------
# 
//
// Version Check
//
$lang['Version_up_to_date'] = 'Your installation is up to date, no updates are available for your version of phpBB.';
$lang['Version_not_up_to_date'] = 'Your installation does <b>not</b> seem to be up to date. Updates are available for your version of phpBB, please visit <a href="http://www.phpbb.com/downloads.php" target="_new">http://www.phpbb.com/downloads.php</a> to obtain the latest version.';
$lang['Latest_version_info'] = 'The latest available version is <b>phpBB %s</b>.';
$lang['Current_version_info'] = 'You are running <b>phpBB %s</b>.';
$lang['Connect_socket_error'] = 'Unable to open connection to phpBB Server, reported error is:<br />%s';
$lang['Socket_functions_disabled'] = 'Unable to use socket functions.';
$lang['Mailing_list_subscribe_reminder'] = 'For the latest information on updates to phpBB, why not <a href="http://www.phpbb.com/support/" target="_new">subscribe to our mailing list</a>.';
$lang['Version_information'] = 'Version Information';
Romanian

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_romanian/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
# 
//
// That's all Folks!
// -------------------------------------------------

#
#-----[ BEFORE, ADD ]-----------------------------------------
# 
//
// Version Check
//
$lang['Version_up_to_date'] = 'Forumul dumneavoastrã foloseºte ultima versiune phpBB. Nu sunt actualizãri disponibile pentru versiunea dumneavoastrã.';
$lang['Version_not_up_to_date'] = 'Forumul dumneavoastrã pare sã <b>nu</b> fie actualizat. Noile versiuni sunt disponibile la adresa <a href="http://www.phpbb.com/downloads.php" target="_new">http://www.phpbb.com/downloads.php</a>.';
$lang['Latest_version_info'] = 'Cea mai nouã versiune este <b>phpBB %s</b>.';
$lang['Current_version_info'] = 'Folosiþi <b>phpBB %s</b>.';
$lang['Connect_socket_error'] = 'Nu am putut deschide conexiunea cu serverul phpBB, eroarea raportatã este:<br />%s';
$lang['Socket_functions_disabled'] = 'Nu am putut folosi funcþiile socket.';
$lang['Mailing_list_subscribe_reminder'] = 'Pentru cele mai noi informaþii despre phpBB, <a href="http://www.phpbb.com/support/" target="_new">vã puteþi înscrie la serviciul de ºtiri</a>.';
$lang['Version_information'] = 'Informaþii despre versiuni';
Ultima oară modificat 07-Iul-2006, 23:12:57 de către flowers, modificat 1 dată în total.
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

phpBB 2.0.14 to phpBB 2.0.15 Lang Changes

Download: Download » PhpBB » Versiuni vechi » Lang Changes

English

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_english/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# Line 1021
$lang['An_error_occured'] = 'An Error Occurred';
$lang['A_critical_error'] = 'A Critical Error Occurred';


#
#-----[ AFTER, ADD ]------------------------------------------
# 
$lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.';
Romanian

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_romanian/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# Line 1021
$lang['An_error_occured'] = 'A apãrut o eroare';
$lang['A_critical_error'] = 'A apãrut o eroare primejdioasã';


#
#-----[ AFTER, ADD ]------------------------------------------
# 
$lang['Admin_reauthenticate'] = 'Pentru a administra forumul trebuie sã vã autentificaþi din nou.';
Ultima oară modificat 07-Iul-2006, 23:38:54 de către flowers, modificat 1 dată în total.
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

phpBB 2.0.17 to phpBB 2.0.18 Lang Changes

Mesaj de flowers »

phpBB 2.0.17 to phpBB 2.0.18 Lang Changes

Download: Download » PhpBB » Versiuni vechi » Lang Changes

English

Cod: Selectaţi tot

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_english/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
#
//
// Forum Management
//

#
#-----[ BEFORE, ADD ]---------------------------------------------
#
// Autologin Keys - added 2.0.18
$lang['Allow_autologin'] = 'Allow automatic logins';
$lang['Allow_autologin_explain'] = 'Determines whether users are allowed to select to be automatically logged in when visiting the forum';
$lang['Autologin_time'] = 'Automatic login key expiry';
$lang['Autologin_time_explain'] = 'How long a autologin key is valid for in days if the user does not visit the board. Set to zero to disable expiry.';


#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole line for the english version looks like this:
#	$lang['Stylesheet'] = 'CSS Stylesheet';
#
$lang['Stylesheet'] =

#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Stylesheet_explain'] = 'Filename for CSS stylesheet to use for this theme.';

Cod: Selectaţi tot

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_english/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Read_profile'] = 'View user\'s profile'; 
#	$lang['Send_email'] = 'Send e-mail to user';
#
$lang['Read_profile'] =
$lang['Send_email'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Send_email']
#
$lang['Read_profile'] = 'View user\'s profile'; 

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Notify'] = 'Notify me when a reply is posted';
#	$lang['Delete_post'] = 'Delete this post';
#
$lang['Notify'] =
$lang['Delete_post'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Delete_post']
#
$lang['Notify'] = 'Notify me when a reply is posted';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Email'] = 'E-mail';
#	$lang['Send_private_message'] = 'Send private message';
#	$lang['Hidden_email'] = '[ Hidden ]';
#	$lang['Search_user_posts'] = 'Search for posts by this user';
#
$lang['Email'] =
$lang['Send_private_message'] =
$lang['Hidden_email'] =
$lang['Search_user_posts'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Email'] and $lang['Search_user_posts']
#
$lang['Send_private_message'] = 'Send private message';
$lang['Hidden_email'] = '[ Hidden ]';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Password_long'] = 'Your password must be no more than 32 characters.';
#	$lang['Too_many_registers'] = 'You have made too many registration attempts. Please try again later.';
#
$lang['Password_long'] =
$lang['Too_many_registers'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Too_many_registers']
#
$lang['Password_long'] = 'Your password must be no more than 32 characters.';

Cod: Selectaţi tot

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_english/email/topic_notify.tpl

#
#-----[ FIND ]---------------------------------------------
#
Hello {USERNAME},

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Hello,
Romanian

Cod: Selectaţi tot

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_romanian/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
#
//
// Forum Management
//

#
#-----[ BEFORE, ADD ]---------------------------------------------
#
// Autologin Keys - added 2.0.18
$lang['Allow_autologin'] = 'Permite autentificãri automate';
$lang['Allow_autologin_explain'] = 'Determinã dacã utilizatorii au voie sã selecteze sã fie autentificaþi automat când viziteazã forumul';
$lang['Autologin_time'] = 'Expirarea cheii de autentificare automatã';
$lang['Autologin_time_explain'] = 'Câte zile este validã o cheie de autentificare automatã dacã utilizatorul nu viziteazã forumul. Seteazã 0 pentru a dezactiva expirarea.';


#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole line for the romanian version looks like this:
#   $lang['Stylesheet'] = 'Stilul CSS';
#
$lang['Stylesheet'] =

#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Stylesheet_explain'] = 'Numele fiºierului pentru stilul CSS folosit în aceastã temã.';

Cod: Selectaţi tot

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_romanian/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the romanian version look like this:
#   $lang['Read_profile'] = 'Vezi profilul utilizatorului';
#   $lang['Send_email'] = 'Trimite email utilizatorului';
#
$lang['Read_profile'] =
$lang['Send_email'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Send_email']
#
$lang['Read_profile'] = 'Vezi profilul utilizatorului';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the romanian version look like this:
#   $lang['Notify'] = 'Anunþã-mã când apare un rãspuns';
#   $lang['Delete_post'] = 'ªterge acest mesaj';
#
$lang['Notify'] =
$lang['Delete_post'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Delete_post']
#
$lang['Notify'] = 'Anunþã-mã când apare un rãspuns';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the romanian version look like this:
#   $lang['Email'] = 'Email';
#   $lang['Send_private_message'] = 'Trimite mesaj privat';
#   $lang['Hidden_email'] = '[ Ascuns ]';
#   $lang['Search_user_posts'] = 'Cautã mesaje scrise de acest utilizator';
#
$lang['Email'] =
$lang['Send_private_message'] =
$lang['Hidden_email'] =
$lang['Search_user_posts'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Email'] and $lang['Search_user_posts']
#
$lang['Send_private_message'] = 'Trimite mesaj privat';
$lang['Hidden_email'] = '[ Ascuns ]';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the romanian version look like this:
#   $lang['Password_long'] = 'Parola nu trebuie sã depãºeascã 32 de caractere.';
#   $lang['Too_many_registers'] = 'Aveþi prea multe încercãri de înregistrare. Vã rugãm încercaþi mai târziu.';
#
$lang['Password_long'] =
$lang['Too_many_registers'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Too_many_registers']
#
$lang['Password_long'] = 'Parola nu trebuie sã depãºeascã 32 de caractere.';

Cod: Selectaţi tot

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_romanian/email/topic_notify.tpl

#
#-----[ FIND ]---------------------------------------------
#
Bunã {USERNAME},

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Bunã,
Ultima oară modificat 11-Iul-2006, 19:11:01 de către flowers, modificat 1 dată în total.
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

phpBB 2.0.18 to phpBB 2.0.19 Lang Changes

Mesaj de bogdan »

phpBB 2.0.18 to phpBB 2.0.19 Lang Changes

Download: Download » PhpBB » Versiuni vechi » Lang Changes

English

OPEN

Cod: Selectaţi tot

lang_admin.php
FIND

Cod: Selectaţi tot

$lang['Version_information'] = 'Version Information';
AFTER, ADD

Cod: Selectaţi tot

//
// Login attempts configuration
//
$lang['Max_login_attempts'] = 'Allowed login attempts';
$lang['Max_login_attempts_explain'] = 'The number of allowed board login attempts.';
$lang['Login_reset_time'] = 'Login lock time';
$lang['Login_reset_time_explain'] = 'Time in minutes the user have to wait until he is allowed to login again after exceeding the number of allowed login attempts.';
OPEN

Cod: Selectaţi tot

lang_main.php
FIND

Cod: Selectaţi tot

$lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.';
AFTER, ADD

Cod: Selectaţi tot

$lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.';
$lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted';
Romanian

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_romanian/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
# Line 749
//
// That's all Folks!

#
#-----[ BEFORE, ADD ]---------------------------------------------
# 
//
// Login attempts configuration
//
$lang['Max_login_attempts'] = 'Încercãri de autentificare permise';
$lang['Max_login_attempts_explain'] = 'Numãrul de încercãri de autentificare permise.';
$lang['Login_reset_time'] = 'Timpul necesar reautentificãrii';
$lang['Login_reset_time_explain'] = 'Numãrul de minute pe care un user trebuie sã-l aºtepte pentru a i se permite sã se autentifice din nou, dupã depãºirea numãrului de încercãri de autentificare permise.';

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_romanian/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# Line 1021
//
// That's all, Folks!

#
#-----[ BEFORE, ADD ]---------------------------------------------
# 
$lang['Login_attempts_exceeded'] = 'Numãrul maxim de %s încercãri permise de autentificare a fost depãºit. Nu vei mai avea voie sã te autentifici în urmãtoarele %s minute.';
$lang['Please_remove_install_contrib'] = 'Te rog asigurã-te cã ambele directoare install/ ºi contrib/ sunt ºterse';
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

phpBB 2.0.19 to phpBB 2.0.20 Lang Changes

Download: Download » PhpBB » Versiuni vechi » Lang Changes

English

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_english/email/group_request.tpl

#
#-----[ FIND ]---------------------------------------------
# Line 1
A user has requested to join a group you moderator on {SITENAME}.

#
#-----[ REPLACE WITH ]---------------------------------------------
#
A user has requested to join a group you moderate on {SITENAME}.

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_english/email/user_activate_passwd.tpl

#
#-----[ FIND ]---------------------------------------------
# Line 7
If sucessful you will be able to login using the following password:

#
#-----[ REPLACE WITH ]---------------------------------------------
#
If successful you will be able to login using the following password:

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_english/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
# Line 339
$lang['Allow_autologin'] = 'Allow automatic logins';
$lang['Allow_autologin_explain'] = 'Determines whether users are allowed to select to be automatically logged in when visiting the forum';
$lang['Autologin_time'] = 'Automatic login key expiry';
$lang['Autologin_time_explain'] = 'How long a autologin key is valid for in days if the user does not visit the board. Set to zero to disable expiry.';


#
#-----[ AFTER, ADD ]---------------------------------------------
#
// Search Flood Control - added 2.0.20
$lang['Search_Flood_Interval'] = 'Search Flood Interval';
$lang['Search_Flood_Interval_explain'] = 'Number of seconds a user must wait between search requests'; 


#
#-----[ FIND ]---------------------------------------------
# Line 427
$lang['smiley_edit_success'] = 'The Smiley was successfully updated';
$lang['smiley_import_success'] = 'The Smiley Pack was imported successfully!';
$lang['smiley_del_success'] = 'The Smiley was successfully removed';
$lang['Click_return_smileadmin'] = 'Click %sHere%s to return to Smiley Administration';


#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Confirm_delete_smiley'] = 'Are you sure you want to delete this Smiley?';

#
#-----[ FIND ]---------------------------------------------
# Line 520
$lang['Word_updated'] = 'The selected word censor has been successfully updated';
$lang['Word_added'] = 'The word censor has been successfully added';
$lang['Word_removed'] = 'The selected word censor has been successfully removed';

$lang['Click_return_wordadmin'] = 'Click %sHere%s to return to Word Censor Administration';

#
#-----[ AFTER, ADD ]---------------------------------------------
#

$lang['Confirm_delete_word'] = 'Are you sure you want to delete this word censor?';

#
#-----[ FIND ]---------------------------------------------
# Line 562
$lang['Rank_removed'] = 'The rank was successfully deleted';
$lang['No_update_ranks'] = 'The rank was successfully deleted. However, user accounts using this rank were not updated.  You will need to manually reset the rank on these accounts';

$lang['Click_return_rankadmin'] = 'Click %sHere%s to return to Rank Administration';


#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Confirm_delete_rank'] = 'Are you sure you want to delete this rank?';

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_english/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# Line 782
$lang['No_searchable_forums'] = 'You do not have permissions to search any forum on this site.';

$lang['No_search_match'] = 'No topics or posts met your search criteria';
$lang['Found_search_match'] = 'Search found %d match'; // eg. Search found 1 match
$lang['Found_search_matches'] = 'Search found %d matches'; // eg. Search found 24 matches

#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Search_Flood_Error'] = 'You cannot make another search so soon after your last; please try again in a short while.';
Romanian

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_romanian/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
# Line 339
$lang['Allow_autologin'] = 'Permite autentificãri automate';
$lang['Allow_autologin_explain'] = 'Determinã dacã utilizatorii au voie sã selecteze sã fie autentificaþi automat când viziteazã forumul';
$lang['Autologin_time'] = 'Expirarea cheii de autentificare automatã';
$lang['Autologin_time_explain'] = 'Câte zile este validã o cheie de autentificare automatã dacã utilizatorul nu viziteazã forumul. Seteazã 0 pentru a dezactiva expirarea.';


#
#-----[ AFTER, ADD ]---------------------------------------------
#
// Search Flood Control - added 2.0.20
$lang['Search_Flood_Interval'] = 'Intervalul limitã pentru cãutãri';
$lang['Search_Flood_Interval_explain'] = 'Numãrul de secunde pe care un utilizator trebuie sã-l aºtepte între cãutãri'; 


#
#-----[ FIND ]---------------------------------------------
# Line 427
$lang['smiley_edit_success'] = 'Zâmbetul a fost actualizat cu succes';
$lang['smiley_import_success'] = 'Pachetul cu zâmbete a fost importat cu succes!';
$lang['smiley_del_success'] = 'Zâmbetul a fost ºters cu succes';
$lang['Click_return_smileadmin'] = 'Apãsaþi %saici%s pentru a reveni la secþiunea Administrare zâmbete';


#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Confirm_delete_smiley'] = 'Sunteþi sigur cã doriþi sã ºtergeþi acest zâmbet ?';

#
#-----[ FIND ]---------------------------------------------
# Line 520
$lang['Word_updated'] = 'Cuvântul cenzurat selectat a fost actualizat cu succes';
$lang['Word_added'] = 'Cuvântul cenzurat a fost adãugat cu succes';
$lang['Word_removed'] = 'Cuvântul cenzurat selectat a fost ºters cu succes';

$lang['Click_return_wordadmin'] = 'Apãsaþi %saici%s pentru a reveni la secþiunea Administrarea cuvintelor cenzurate';

#
#-----[ AFTER, ADD ]---------------------------------------------
#

$lang['Confirm_delete_word'] = 'Sunteþi sigur cã doriþi sã ºtergeþi acest cuvânt cenzurat ?';

#
#-----[ FIND ]---------------------------------------------
# Line 562
$lang['Rank_removed'] = 'Rangul a fost ºters cu succes';
$lang['No_update_ranks'] = 'Rangul a fost ºters cu succes. Conturile utilizatorilor care folosesc acest rang nu au fost actualizate. Trebuie sã resetaþi manual rangul pentru aceste conturi';

$lang['Click_return_rankadmin'] = 'Apãsaþi %saici%s pentru a reveni la secþiunea Administrarea rangurilor';


#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Confirm_delete_rank'] = 'Sunteþi sigur cã doriþi sã stergeþi acest rang ?';

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_romanian/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# Line 782
$lang['No_searchable_forums'] = 'Nu aveþi drepturi de cãutare în nici un forum de pe acest site.';

$lang['No_search_match'] = 'Nici un subiect sau mesaj nu îndeplineºte criteriul introdus la cãutare';
$lang['Found_search_match'] = 'Cãutarea a gãsit %d rezultat'; // eg. Search found 1 match
$lang['Found_search_matches'] = 'Cãutarea a gãsit %d rezultate'; // eg. Search found 24 matches

#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Search_Flood_Error'] = 'Nu puteþi face altã cãutare atât de recentã faþã de ultima; vã rugãm încercaþi din nou în câteva clipe.';
Scrie răspuns

Înapoi la “Anunţuri”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 3 vizitatori