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.