Files
ms1inscription-v5/rapports/components/default_lang.php
2026-05-13 09:43:32 -04:00

236 lines
8.4 KiB
PHP

<?php
$cAccessDenied='Access denied';
$cEditOperationNotPermitted='Edit operation not permitted';
$cViewOperationNotPermitted='View operation not permitted';
$cDeleteOperationNotPermitted='Delete operation not permitted';
$cInsertOperationNotPermitted='Add operation not permitted';
$cOperationNotPermitted='Operation not permitted';
$cAccessDeniedErrorSuggesstions='You do not have permission to access this page. This could be due to one of several reasons:<ol> <li>You are not logged in. Go to <a href="%s">login page</a> and try again.</li> <li>You may not have sufficient privileges to execute operations.</li> </ol>';
$cClientValidationsErrors='Errors:';
$cSaveNewRecord='Insert';
$cBackToList='Back to list';
$cInsertRecord='Insert record';
$cRequiredField='Required field';
$cSave='Save';
$cSetNull='Set NULL';
$cSetDefault='Set default';
$cAdvancedSearch='Advanced search';
$cSearchFor='Search for';
$cAllConditions='All conditions';
$cAnyCondition='Any condition';
$cApplyAdvancedFilter='Apply';
$cResetAdvancedFilter='Reset';
$cPageList='Page list';
$cApplySimpleFilter='Apply';
$cResetSimpleFilter='Reset';
$cMasterRecord='Master record';
$cReturnFromDetailToMaster='return to list';
$cAddNewRecord='Add new';
$cDeleteSelected='Delete selected';
$cPageNumbetOfCount='Page {$current_page} of {$page_count}';
$cDelete='Delete';
$cExportToExcel='Export to Excel';
$cExportToWord='Export to Word';
$cExportToXml='Export to Xml';
$cExportToCsv='Export to Csv';
$cExportToPdf='Export to Pdf';
$cPrintCurrentPage='Print current page';
$cPrintAllPages='Print all pages';
$cCurrentPage='Current page';
$cPrinterFriendly='Printer friendly';
$cView='View';
$cEdit='Edit';
$cCopy='Copy';
$cKeepImage='Keep';
$cRemoveImage='Remove';
$cReplaceImage='Replace';
$cFieldValueRequiredErrorMsg='%s value is required';
$cLoggedInAs='Logged in as';
$cYouAreNotLoggedIn='You are not logged in';
$cNoDataToDisplay='There are no records to display';
$cRefresh='Refresh';
$cBinaryDataCanNotBeExportedToXls='Binary data cannot be exported';
$cDetailPreview='Detail preview';
$cShownFirstMofNRecords='Shown first {$first_record_count} of {$total_record_count} records';
$cFullView='<a href="{$full_view_link}">full view</a>';
$cRecordsMtoKFromN='Records %s to %s of %s';
$cLogin='Login';
$cUsername='Username';
$cPassword='Password';
$cConfirmPassword='Confirm password';
$cConfirmedPasswordError="Passwords do not match. Please try again.";
$cRememberMe='Remember me';
$cLoginTitle='Login';
$cPrint='Print';
$cExport='Export';
$cmore='more';
$cCloseWindow='Close window';
$cBack='Back';
$cError='Error';
$cShowErrorDetails='Show details';
$cCriticalErrorSuggestions='An unexpected error has occurred. It could be due to one of several reasons:<ol>
<li>you try to insert incorrect data or execute illegal operation,</li>
<li>connection to the server has been lost.</li>
</ol>';
$cNot='Not';
$cShowHideNavbar='Show/hide navbar';
$cFirst='First';
$cLast='Last';
$cequals='equals';
$cdoesNotEquals='does not equals';
$cisLessThan='is less than';
$cisLessThanOrEqualsTo='is less than or equals to';
$cisGreaterThan='is greater than';
$cisGreaterThanOrEqualsTo='is greater than or equals to';
$cLike='like';
$cAnyField='Any field';
$cbetween='between';
$cisBlank='is blank';
$cisNotBlank='is not blank';
$cAll='All';
$cLogout='Logout';
$cStartsWith='starts with';
$cEndsWith='ends with';
$cContains='contains';
$cSearchCondtitions='Search conditions';
$cGuestAccessDenied='Guest access is denied';
$cUsernamePasswordWasInvalid='The username/password combination you entered was invalid.';
$cErrorsDuringUpdateProcess='An error occurs during update:';
$cErrorsDuringInsertProcess='An error occurs during insert:';
$cErrorsDuringDeleteProcess='An error occurs during delete:';
$cErrorsDuringDataRetrieving='Data retrieval errors:';
$cFileSizeExceedMaxSizeForField='Maximum file size exceeded for field %s (actual file size: %s, maximum file size: %s) ';
$cImageSizeExceedMaxSizeForField='Maximum image size exceeded for field %s (actual image size: %dx%d, maximum file size: %dx%d) ';
$cActions='Actions';
$cPleaseSelect='Please select...';
$cPrintOneRecord='Print record';
$cChangePageSizeText='Total record count: {$row_count}.';
$cChangePageSizeTitle='Change record count per page';
$cCustomizePageSize='{$rec_count_per_page} records per page';
$cRecordsPerPage='Records per page';
$cTotalPages='Total pages';
$cUseCustomPageSize='Use custom value';
$cEmptyFilter_MessageTitle='Filter is empty';
$cEmptyFilter_Message='Please fill in at least one of the search fields.';
$cAddNewRecordInline='Inline add';
$cInlineEdit='Inline edit';
$cCancel='Cancel';
$cCommit='Commit';
$cRequiredValidationMessage='%s is required.';
$cEmailValidationMessage='Please enter a valid email address.';
$cUrlValidationMessage='Please enter a valid URL.';
$cNumberValidationMessage='Please enter a valid number.';
$cDigitsValidationMessage='Please enter only digits.';
$cCreditcardValidationMessage='Please enter a valid credit card number.';
$cMaxlengthValidationMessage='Please enter no more than {0} characters.';
$cMinlengthValidationMessage='Please enter at least {0} characters.';
$cRangelengthValidationMessage='Please enter a value between {0} and {1} characters long.';
$cRangeValidationMessage='Please enter a value between {0} and {1}.';
$cMaxValidationMessage='Please enter a value less than or equal to {0}.';
$cMinValidationMessage='Please enter a value greater than or equal to {0}.';
$cRegExpValidationMessage='Value does not match the regular expression.';
$cSaveAndBackToList='Save and return back to the list';
$cSaveAndInsert='Save and add another record';
$cSaveAndEdit='Save and continue editing';
$cNotLike='Not like';
$cNotContains='Does not contain';
$cisNotBlank='Is not blank';
$cNone='None';
$cCreateFilterConditionFirst='Create filter before view data';
$cCreateFilter='Create filter';
$cResetFilter='Reset filter';
$cEquals='Equals';
$cDoesNotEquals='Does not equal';
$cIsLessThan='Is less than';
$cIsLessThanOrEqualsTo='Is less than or equals to';
$cIsGreaterThan='Is greater than';
$cIsGreaterThanOrEqualsTo='Is greater than or equals to';
$cLike='Like';
$cIsBlank='Is blank';
$cIsNotBlank='Is not blank';
$cIsLike='Is like';
$cIsNotLike='Is not like';
$cContains='Contains';
$cDoesNotContain='Does not contain';
$cBeginsWith='Starts with';
$cEndsWith='Ends by';
$cAnd='And';
$cOr='Or';
$cXor='Xor';
$cLoading='Loading';
$cFilterBuilder='Filter builder';
$cDeleteSelectedRecordsQuestion='Delete selected records?';
$cAddGroup='Add group';
$cAndCondition='Add condition';
$cRemoveFromFilter='Remove';
$cDefaultPageSize='Define page size';
$cSaveChanges='Save changes';
$cSaveAndOpenDetail='Save and open "%s" details';
$cQuickSearch='Quick search';
$cDeleteRecordQuestion='Delete record?';
$cResetFilterRow='Reset filter row';
$cManageDetails='Manage details';
$cErrorDetails = 'Error details';
$cSetToNull = 'set to null';
$cFilterOperatorEquals = 'Equals';
$cFilterOperatorDoesNotEqual = 'Does not equal';
$cFilterOperatorIsGreaterThan = 'Is greater than';
$cFilterOperatorIsGreaterThanOrEqualTo = 'Is greater than or equal to';
$cFilterOperatorIsLessThan = 'Is less than';
$cFilterOperatorIsLessThanOrEqualTo = 'Is less than or equal to';
$cFilterOperatorIsBetween = 'Is between';
$cFilterOperatorIsNotBetween = 'Is not between';
$cFilterOperatorContains = 'Contains';
$cFilterOperatorDoesNotContain = 'Does not contain';
$cFilterOperatorBeginsWith = 'Begins with';
$cFilterOperatorEndsWith = 'Ends with';
$cFilterOperatorIsLike = 'Is like';
$cFilterOperatorIsNotLike = 'Is not like';
$cNullAsString = 'NULL';
$cManageDetail = 'Manage "%s" details';
$cAdministrationPanel = 'Administration panel';
$cCreateUser = 'Create user';
$cName = 'Name';
$cAllFormFieldsAreRequired = 'All form fields are required.';
$cClose = 'Close';
$cChangePasswordForUser = 'Change password for user';
$cChangeYourPassword = 'Change your password';
$cCurrentPassword = 'Current password';
$cNewPassword = 'New password';
$cChangePassword = 'Change password';
$cRenameUser = 'Rename user';
$cAddUser = 'Add user...';
$cPermissions = 'Permissions';
$cRename = 'Rename';
$cLoadingDots = 'Loading...';
$cPageName = 'Page name';
$cAdmin = 'Admin';
$cSelect = 'Select';
$cUpdate = 'Update';
$cInsert = 'Insert';
$cDelete = 'Delete';
$cAdminPage = 'Admin page';
$cApplication = 'Application';
$cDownload = 'download';
$cPasswordChanged = 'Password changed';