- Timestamp:
- Dec 12, 2010, 7:09:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/branches/2.16/language/lv_LV/plugin.lang.php
r8088 r8095 24 24 /* Errors and Warnings */ 25 25 $lang['UAM_audit_ok'] = 'Pārbaude OK'; 26 $lang['Err_audit_no_casse'] = '<b>Šie konti ir identiski šinī gadījumā :</b> ';27 26 $lang['Err_audit_username_char'] = '<b>Šinī kontā izmantotas neatļautas rakstzīmes :</b> '; 28 27 $lang['Err_audit_email_forbidden'] = '<b>Šinī kontā izmanots neatļauts e-pasta pakalpojuma sniedzējs :</b> '; … … 269 268 $lang['UAM_RedirToProfile_true'] = ' Iespējot'; 270 269 // --------- End: New or revised $lang ---- from version 2.15.4 270 271 272 // --------- Starting below: New or revised $lang ---- from version 2.16.0 273 /* TODO */$lang['UAM_Expired_Group'] = '<b>Group</b> for user\'s registration has expired<br>'; 274 /* TODO */$lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>'; 275 /* TODO */$lang['UAM_GTAuto'] = 'Automatic management of ghosts users'; 276 /* TODO */$lang['UAM_GTAuto_false'] = ' Disable (default)'; 277 /* TODO */$lang['UAM_GTAuto_true'] = ' Enable'; 278 /* TODO */$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts'; 279 /* TODO */$lang['UAM_GTAutoGp'] = 'Automatic change of group / status'; 280 /* TODO */$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status'; 281 /* TODO */$lang['UAM_GTAutoMail_false'] = ' Disable (default)'; 282 /* TODO */$lang['UAM_GTAutoMail_true'] = ' Enable'; 283 /* TODO */$lang['Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!'; 284 /* TODO */$lang['title_redir_page'] = 'Access denied for having an account destroyed!'; 285 /* TODO */$lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br> 286 "Setting the followed registrations and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations and validations of registration > Confirmation of registration - Validation by user" is not enabled at first.<br><br> 287 To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".<br><br>'; 288 /* TODO */$lang['Demotion of %s'] = 'Demotion of %s'; 289 /* TODO */$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation'; 290 /* TODO */$lang['Validation of %s'] = 'Validation of %s'; 291 // --------- End: New or revised $lang ---- from version 2.16.0 271 292 ?>
Note: See TracChangeset
for help on using the changeset viewer.