2012-06-25 09:22:41 +02:00
gl_ES :
AssetAdmin :
2012-08-12 22:51:51 +02:00
ADDFILES : 'Add files'
EditOrgMenu : 'Edit & organize'
2012-07-25 18:12:09 +02:00
NEWFOLDER : NewFolder
2012-06-25 09:22:41 +02:00
AssetTableField :
2012-08-10 16:22:42 +02:00
CREATED : 'First uploaded'
DIM : Dimensions
FILENAME : Filename
FOLDER : Folder
LASTEDIT : 'Last changed'
OWNER : Owner
SIZE : 'File size'
TITLE : Title
2012-07-25 18:12:09 +02:00
TYPE : 'Tipo ficheiro'
URL : URL
2012-06-25 00:23:50 +02:00
AssetUploadField :
2012-08-10 16:22:42 +02:00
ChooseFiles : 'Choose files'
DRAGFILESHERE : 'Drag files here'
DROPAREA : 'Drop Area'
2012-06-25 09:22:41 +02:00
EDITALL : 'Edit all'
2012-08-10 16:22:42 +02:00
EDITANDORGANIZE : 'Edit & organize'
2012-07-18 15:20:21 +02:00
EDITINFO : 'Edit files'
2012-08-10 16:22:42 +02:00
FILES : Ficheiros
2012-07-18 15:20:21 +02:00
FROMCOMPUTER : 'Choose files from your computer'
FROMCOMPUTERINFO : 'Upload from your computer'
2012-06-25 09:22:41 +02:00
TOTAL : Total
2012-08-27 10:05:02 +02:00
TOUPLOAD : 'Choose files to upload...'
2012-06-25 00:23:50 +02:00
UPLOADINPROGRESS : 'Please wait… upload in progress'
2012-06-25 09:22:41 +02:00
UPLOADOR : OR
2012-06-25 00:23:50 +02:00
BBCodeParser :
2012-08-10 16:22:42 +02:00
ALIGNEMENT : Alignment
ALIGNEMENTEXAMPLE : 'right aligned'
BOLD : 'Bold Text'
BOLDEXAMPLE : Bold
CODE : 'Code Block'
CODEDESCRIPTION : 'Unformatted code block'
CODEEXAMPLE : 'Code block'
COLORED : 'Colored text'
COLOREDEXAMPLE : 'blue text'
EMAILLINK : 'Email link'
EMAILLINKDESCRIPTION : 'Create link to an email address'
2012-06-25 09:22:41 +02:00
IMAGE : Imaxe
2012-08-10 16:22:42 +02:00
IMAGEDESCRIPTION : 'Show an image in your post'
ITALIC : 'Italic Text'
ITALICEXAMPLE : Italics
LINK : 'Website link'
LINKDESCRIPTION : 'Link to another website or URL'
STRUCK : 'Struck-out Text'
STRUCKEXAMPLE : Struck-out
UNDERLINE : 'Underlined Text'
UNDERLINEEXAMPLE : Underlined
UNORDERED : 'Unordered list'
UNORDEREDDESCRIPTION : 'Unordered list'
UNORDEREDEXAMPLE1 : 'unordered item 1'
2012-08-06 10:33:50 +02:00
BackLink_Button.ss :
Back : Back
2012-06-25 09:22:41 +02:00
BasicAuth :
2012-08-10 16:22:42 +02:00
ENTERINFO : 'Please enter a username and password.'
ERRORNOTADMIN : 'That user is not an administrator.'
ERRORNOTREC : 'That username / password isn' 't recognised'
2012-06-25 09:22:41 +02:00
Boolean :
2012-08-10 16:22:42 +02:00
0 : 'False'
2012-07-25 18:12:09 +02:00
ANY : Ningún
2012-08-10 16:22:42 +02:00
1 : 'True'
2012-08-06 10:33:50 +02:00
CMSLoadingScreen.ss :
LOADING : Loading...
REQUIREJS : 'The CMS requires that you have JavaScript enabled.'
2012-06-25 09:22:41 +02:00
CMSMain :
2012-07-11 04:04:36 +02:00
ACCESS : 'Access to ' '{title}' ' section'
2012-08-10 16:22:42 +02:00
ACCESSALLINTERFACES : 'Access to all CMS sections'
ACCESSALLINTERFACESHELP : 'Overrules more specific access settings.'
SAVE : Gardar
2012-06-25 09:22:41 +02:00
CMSProfileController :
2012-07-25 18:12:09 +02:00
MENUTITLE : CMSProfileController
2012-08-06 10:33:50 +02:00
ChangePasswordEmail.ss :
2012-08-10 16:22:42 +02:00
CHANGEPASSWORDTEXT1 : 'You changed your password for'
CHANGEPASSWORDTEXT2 : 'You can now use the following credentials to log in:'
2012-08-06 10:33:50 +02:00
EMAIL : Correo-e
2012-08-10 16:22:42 +02:00
HELLO : Hi
2012-08-06 10:33:50 +02:00
PASSWORD : Contrasinal
2012-06-25 09:22:41 +02:00
CheckboxField :
2012-08-10 16:22:42 +02:00
- 'False'
- 'True'
2012-06-25 09:22:41 +02:00
ComplexTableField :
2012-08-10 16:22:42 +02:00
CLOSEPOPUP : 'Close Popup'
2012-06-25 09:22:41 +02:00
SUCCESSADD2 : 'Added {name}'
2012-08-10 16:22:42 +02:00
SUCCESSEDIT : 'Saved %s %s %s'
2012-08-06 10:33:50 +02:00
ComplexTableField.ss :
2012-08-10 16:22:42 +02:00
ADDITEM : 'Add %s'
2012-08-06 10:33:50 +02:00
NOITEMSFOUND : 'No items found'
2012-08-10 16:22:42 +02:00
SORTASC : 'Sort ascending'
SORTDESC : 'Sort descending'
2012-08-06 10:33:50 +02:00
ComplexTableField_popup.ss :
2012-08-10 16:22:42 +02:00
NEXT : Next
PREVIOUS : Previous
2012-06-25 09:22:41 +02:00
ConfirmedPasswordField :
2012-07-25 18:12:09 +02:00
ATLEAST : 'Passwords must be at least {min} characters long.'
2012-07-11 04:04:36 +02:00
BETWEEN : 'Passwords must be {min} to {max} characters long.'
2012-07-25 18:12:09 +02:00
MAXIMUM : 'Passwords must be at most {max} characters long.'
2012-08-10 16:22:42 +02:00
SHOWONCLICKTITLE : 'Change Password'
2012-06-25 09:22:41 +02:00
CreditCardField :
2012-08-10 16:22:42 +02:00
FIRST : first
FOURTH : fourth
SECOND : second
THIRD : third
2012-06-25 09:22:41 +02:00
CurrencyField :
2012-08-10 16:22:42 +02:00
CURRENCYSYMBOL : $
2012-06-25 09:22:41 +02:00
DataObject :
2012-08-10 16:22:42 +02:00
PLURALNAME : 'Data Objects'
SINGULARNAME : 'Data Object'
2012-06-25 00:23:50 +02:00
Date :
2012-08-10 16:22:42 +02:00
DAY : ' day'
DAYS : ' days'
HOUR : ' hour'
HOURS : ' hours'
MIN : ' min'
MINS : ' mins'
MONTH : ' month'
MONTHS : ' months'
SEC : ' sec'
SECS : ' secs'
2012-06-25 09:22:41 +02:00
TIMEDIFFAGO : '{difference} ago'
TIMEDIFFIN : 'in {difference}'
2012-08-10 16:22:42 +02:00
YEAR : ' year'
YEARS : ' years'
2012-06-25 09:22:41 +02:00
DateField :
2012-08-10 16:22:42 +02:00
NOTSET : 'not set'
TODAY : today
2012-06-25 09:22:41 +02:00
VALIDDATEFORMAT2 : 'Please enter a valid date format ({format})'
VALIDDATEMAXDATE : 'Your date has to be older or matching the maximum allowed date ({date})'
VALIDDATEMINDATE : 'Your date has to be newer or matching the minimum allowed date ({date})'
2012-08-12 22:51:51 +02:00
DatetimeField :
NOTSET : 'Not set'
2012-06-25 09:22:41 +02:00
Director :
INVALID_REQUEST : 'Invalid request'
DropdownField :
2012-08-10 16:22:42 +02:00
CHOOSE : (Choose)
2012-06-25 09:22:41 +02:00
EmailField :
VALIDATION : 'Please enter an email address'
Email_BounceRecord :
2012-08-10 16:22:42 +02:00
PLURALNAME : 'Email Bounce Records'
SINGULARNAME : 'Email Bounce Record'
2012-06-25 09:22:41 +02:00
Enum :
ANY : Ningún
File :
2012-08-27 10:05:02 +02:00
AviType : 'AVI video file'
2012-07-25 18:12:09 +02:00
Content : Contido
2012-08-27 10:05:02 +02:00
CssType : 'CSS file'
DmgType : 'Apple disk image'
DocType : 'Word document'
2012-08-10 16:22:42 +02:00
Filename : Filename
2012-08-27 10:05:02 +02:00
GifType : 'GIF image - good for diagrams'
GzType : 'GZIP compressed file'
HtlType : 'HTML file'
HtmlType : 'HTML file'
2012-07-25 18:12:09 +02:00
INVALIDEXTENSION: 'Extension is not allowed (valid : {extensions})'
INVALIDEXTENSIONSHORT : 'Extension is not allowed'
2012-08-27 10:05:02 +02:00
IcoType : 'Icon image'
JpgType : 'JPEG image - good for photos'
JsType : 'Javascript file'
Mp3Type : 'MP3 audio file'
MpgType : 'MPEG video file'
2012-08-10 16:22:42 +02:00
NOFILESIZE : 'Filesize is zero bytes.'
NOVALIDUPLOAD : 'File is not a valid upload'
Name : Name
PLURALNAME : Files
2012-08-27 10:05:02 +02:00
PdfType : 'Adobe Acrobat PDF file'
PngType : 'PNG image - good general-purpose format'
2012-08-10 16:22:42 +02:00
SINGULARNAME : File
2012-07-25 18:12:09 +02:00
TOOLARGE : 'Filesize is too large, maximum {size} allowed'
TOOLARGESHORT : 'Filesize exceeds {size}'
2012-08-27 10:05:02 +02:00
TiffType : 'Tagged image format'
2012-08-10 16:22:42 +02:00
Title : Title
2012-08-27 10:05:02 +02:00
WavType : 'WAV audo file'
XlsType : 'Excel spreadsheet'
ZipType : 'ZIP compressed file'
2012-06-25 09:22:41 +02:00
FileIFrameField :
ATTACH : 'Attach {type}'
ATTACHONCESAVED : '{type}s can be attached once you have saved the record for the first time.'
ATTACHONCESAVED2 : 'Files can be attached once you have saved the record for the first time.'
DELETE : 'Delete {type}'
2012-08-10 16:22:42 +02:00
DISALLOWEDFILETYPE : 'This filetype is not allowed to be uploaded'
2012-06-25 09:22:41 +02:00
FILE : Ficheiro
2012-08-10 16:22:42 +02:00
FROMCOMPUTER : 'From your Computer'
FROMFILESTORE : 'From the File Store'
NOSOURCE : 'Please select a source file to attach'
2012-06-25 09:22:41 +02:00
REPLACE : 'Replace {type}'
2012-08-06 10:33:50 +02:00
FileIFrameField_iframe.ss :
2012-08-10 16:22:42 +02:00
TITLE : 'Image Uploading Iframe'
2012-06-25 09:22:41 +02:00
Filesystem :
SYNCRESULTS: 'Sync complete : {createdcount} items created, {deletedcount} items deleted'
2012-08-12 22:51:51 +02:00
Folder :
PLURALNAME : Folders
SINGULARNAME : Folder
2012-08-06 10:33:50 +02:00
ForgotPasswordEmail.ss :
2012-08-10 16:22:42 +02:00
HELLO : Hi
TEXT1 : 'Here is your'
TEXT2 : 'password reset link'
TEXT3 : for
2012-06-25 09:22:41 +02:00
Form :
2012-08-10 16:22:42 +02:00
FIELDISREQUIRED : '%s is required'
2012-08-12 22:51:51 +02:00
SubmitBtnLabel : Go
2012-07-25 18:12:09 +02:00
VALIDATIONCREDITNUMBER : 'Please ensure you have entered the {number} credit card number correctly'
2012-08-10 16:22:42 +02:00
VALIDATIONNOTUNIQUE : 'The value entered is not unique'
VALIDATIONPASSWORDSDONTMATCH : 'Passwords don' 't match'
VALIDATIONPASSWORDSNOTEMPTY : 'Passwords can' 't be empty'
2012-07-25 18:12:09 +02:00
VALIDATIONSTRONGPASSWORD : 'Passwords must have at least one digit and one alphanumeric character'
2012-08-10 16:22:42 +02:00
VALIDATOR : Validator
2012-07-25 18:12:09 +02:00
VALIDCURRENCY : 'Please enter a valid currency'
2012-06-25 09:22:41 +02:00
FormField :
2012-08-10 16:22:42 +02:00
NONE : none
2012-06-25 09:22:41 +02:00
GridAction :
2012-08-10 16:22:42 +02:00
DELETE_DESCRIPTION : Eliminar
Delete : Delete
UnlinkRelation : Unlink
2012-06-25 09:22:41 +02:00
GridField :
Add : 'Add {name}'
Filter : Filtro
FilterBy : 'Filter by '
2012-08-10 16:22:42 +02:00
Find : Find
2012-06-25 09:22:41 +02:00
LEVELUP : 'Level up'
2012-08-10 16:22:42 +02:00
LinkExisting : 'Link Existing'
NewRecord : 'New %s'
NoItemsFound : 'No items found'
PRINTEDAT : 'Printed at'
PRINTEDBY : 'Printed by'
2012-06-25 09:22:41 +02:00
PlaceHolder : 'Find {type}'
PlaceHolderWithLabels : 'Find {type} by {name}'
2012-08-10 16:22:42 +02:00
RelationSearch : 'Relation search'
2012-06-25 09:22:41 +02:00
ResetFilter : Reiniciar
GridFieldAction_Delete :
2012-08-10 16:22:42 +02:00
DeletePermissionsFailure : 'No delete permissions'
2012-06-25 00:23:50 +02:00
GridFieldDetailForm :
2012-09-12 10:54:27 +02:00
CancelBtn : Cancel
2012-06-25 09:22:41 +02:00
Create : Create
2012-08-10 16:22:42 +02:00
Delete : Eliminar
DeletePermissionsFailure : 'Non eliminar permisos'
2012-06-25 00:23:50 +02:00
Deleted : 'Deleted %s %s'
Save : Save
Saved : 'Saved %s %s'
2012-08-06 10:33:50 +02:00
GridFieldItemEditView.ss : null
2012-06-25 09:22:41 +02:00
Group :
2012-08-10 16:22:42 +02:00
AddRole : 'Add a role for this group'
Code : 'Group Code'
DefaultGroupTitleAdministrators : Administrators
DefaultGroupTitleContentAuthors : 'Content Authors'
Description : Description
GroupReminder : 'If you choose a parent group, this group will take all it' 's roles'
Locked : 'Locked?'
NoRoles : 'No roles found'
2012-08-12 22:51:51 +02:00
PLURALNAME : Groups
2012-08-10 16:22:42 +02:00
Parent : 'Parent Group'
RolesAddEditLink : 'Manage roles'
2012-08-12 22:51:51 +02:00
SINGULARNAME : Group
2012-08-10 16:22:42 +02:00
Sort : 'Sort Order'
has_many_Permissions : Permissions
many_many_Members : Members
2012-06-25 09:22:41 +02:00
GroupImportForm :
2012-08-10 16:22:42 +02:00
Help1 : '<p>Import one or more groups in <em>CSV</em> format (comma-separated values). <small><a href="#" class="toggle-advanced">Show advanced usage</a></small></p>'
Help2 : '<div class="advanced"> <h4>Advanced usage</h4> <ul> <li>Allowed columns: <em>%s</em></li> <li>Existing groups are matched by their unique <em>Code</em> value, and updated with any new values from the imported file</li> <li>Group hierarchies can be created by using a <em>ParentCode</em> column.</li> <li>Permission codes can be assigned by the <em>PermissionCode</em> column. Existing permission codes are not cleared.</li> </ul></div>'
2012-07-11 04:04:36 +02:00
ResultCreated : 'Created {count} groups'
2012-08-10 16:22:42 +02:00
ResultDeleted : 'Deleted %d groups'
ResultUpdated : 'Updated %d groups'
2012-06-25 09:22:41 +02:00
Hierarchy :
2012-07-25 18:12:09 +02:00
InfiniteLoopNotAllowed : 'Infinite loop found within the "{type}" hierarchy. Please change the parent to resolve this'
2012-06-25 00:23:50 +02:00
HtmlEditorField :
2012-06-25 09:22:41 +02:00
ADDURL : 'Add URL'
ADJUSTDETAILSDIMENSIONS : 'Details & dimensions'
2012-08-10 16:22:42 +02:00
ANCHORVALUE : Anchor
BUTTONINSERT : Insert
BUTTONINSERTLINK : 'Insert link'
BUTTONREMOVELINK : 'Remove link'
2012-06-25 09:22:41 +02:00
BUTTONUpdate : Update
2012-08-10 16:22:42 +02:00
CAPTIONTEXT : 'Caption text'
CSSCLASS : 'Alignment / style'
CSSCLASSCENTER : 'Centered, on its own.'
CSSCLASSLEFT : 'On the left, with text wrapping around.'
CSSCLASSLEFTALONE : 'On the left, on its own.'
CSSCLASSRIGHT : 'On the right, with text wrapping around.'
2012-06-25 09:22:41 +02:00
DETAILS : Detalles
2012-08-10 16:22:42 +02:00
EMAIL : 'Email address'
FILE : File
FOLDER : Folder
FROMCMS : 'From the CMS'
FROMCOMPUTER : 'From your computer'
2012-06-25 00:23:50 +02:00
FROMWEB : 'From the web'
2012-06-25 09:22:41 +02:00
FindInFolder : 'Find in Folder'
2012-06-25 00:23:50 +02:00
IMAGEALT : 'Alternative text (alt)'
2012-08-10 16:22:42 +02:00
IMAGEALTTEXT : 'Alternative text (alt) - shown if image cannot be displayed'
2012-06-25 09:22:41 +02:00
IMAGEALTTEXTDESC : 'Shown to screen readers or if image can not be displayed'
2012-08-10 16:22:42 +02:00
IMAGEDIMENSIONS : Dimensions
IMAGEHEIGHTPX : Height
IMAGETITLE : 'Title text (tooltip) - for additional information about the image'
2012-06-25 09:22:41 +02:00
IMAGETITLETEXT : 'Title text (tooltip)'
IMAGETITLETEXTDESC : 'For additional information about the image'
2012-08-10 16:22:42 +02:00
IMAGEWIDTHPX : Width
2012-06-25 09:22:41 +02:00
INSERTMEDIA : 'Insert Media'
2012-08-10 16:22:42 +02:00
LINK : 'Insert Link'
LINKANCHOR : 'Anchor on this page'
LINKDESCR : 'Link description'
LINKEMAIL : 'Email address'
2012-06-25 09:22:41 +02:00
LINKEXTERNAL : 'Outro sitio web'
2012-08-10 16:22:42 +02:00
LINKFILE : 'Download a file'
LINKINTERNAL : 'Page on the site'
LINKOPENNEWWIN : 'Open link in a new window?'
LINKTO : 'Link to'
2012-06-25 00:23:50 +02:00
PAGE : Páxina
2012-06-25 09:22:41 +02:00
URL : URL
URLNOTANOEMBEDRESOURCE : 'The URL ' '{url}' ' could not be turned into a media resource.'
UpdateMEDIA : 'Update Media'
2012-08-12 22:51:51 +02:00
Image :
PLURALNAME : Files
SINGULARNAME : File
2012-06-25 09:22:41 +02:00
ImageField :
2012-08-10 16:22:42 +02:00
IMAGE : Image
2012-08-12 22:51:51 +02:00
Image_Cached :
PLURALNAME : Files
SINGULARNAME : File
2012-08-06 10:33:50 +02:00
Image_iframe.ss :
2012-08-10 16:22:42 +02:00
TITLE : 'Image Uploading Iframe'
2012-06-25 00:23:50 +02:00
LeftAndMain :
CANT_REORGANISE : 'You do not have permission to alter Top level pages. Your change was not saved.'
DELETED : Deleted.
2012-08-10 16:22:42 +02:00
DropdownBatchActionsDefault : Actions
HELP : Help
2012-06-25 09:22:41 +02:00
PAGETYPE : 'Tipo de páxina:'
2012-08-10 16:22:42 +02:00
PERMAGAIN : 'You have been logged out of the CMS. If you would like to log in again, enter a username and password below.'
PERMALREADY : 'I' 'm sorry, but you can' 't access that part of the CMS. If you want to log in as someone else, do so below'
PERMDEFAULT : 'Please choose an authentication method and enter your credentials to access the CMS.'
PLEASESAVE: 'Please Save Page : This page could not be upated because it hasn''t been saved yet.'
2012-06-25 00:23:50 +02:00
PreviewButton : Preview
2012-06-25 09:22:41 +02:00
REORGANISATIONSUCCESSFUL : 'Reorganised the site tree successfully.'
2012-06-25 00:23:50 +02:00
SAVEDUP : Saved.
VersionUnknown : descoñecido
2012-08-06 10:33:50 +02:00
LeftAndMain_Menu.ss :
Hello : Hi
LOGOUT : 'Log out'
2012-06-25 09:22:41 +02:00
LoginAttempt :
2012-08-10 16:22:42 +02:00
Email : 'Email Address'
IP : 'IP Address'
2012-08-12 22:51:51 +02:00
PLURALNAME : 'Login Attempts'
SINGULARNAME : 'Login Attempt'
2012-08-10 16:22:42 +02:00
Status : Status
2012-06-25 09:22:41 +02:00
Member :
ADDGROUP : 'Add group'
2012-08-10 16:22:42 +02:00
BUTTONCHANGEPASSWORD : 'Change Password'
2012-06-25 09:22:41 +02:00
BUTTONLOGIN : 'Iniciar sesión'
2012-08-10 16:22:42 +02:00
BUTTONLOGINOTHER : 'Log in as someone else'
BUTTONLOSTPASSWORD : 'I' 've lost my password'
CONFIRMNEWPASSWORD : 'Confirm New Password'
CONFIRMPASSWORD : 'Confirm Password'
2012-08-20 13:26:38 +02:00
DATEFORMAT : 'Date format'
2012-08-10 16:22:42 +02:00
DefaultAdminFirstname : 'Default Admin'
DefaultDateTime : default
2012-06-25 09:22:41 +02:00
EMAIL : Correo-e
2012-08-10 16:22:42 +02:00
EMPTYNEWPASSWORD : 'The new password can' 't be empty, please try again'
ENTEREMAIL : 'Please enter an email address to get a password reset link.'
ERRORLOCKEDOUT : 'Your account has been temporarily disabled because of too many failed attempts at logging in. Please try again in 20 minutes.'
ERRORNEWPASSWORD : 'You have entered your new password differently, try again'
ERRORPASSWORDNOTMATCH : 'Your current password does not match, please try again'
ERRORWRONGCRED : 'That doesn' 't seem to be the right e-mail address or password. Please try again.'
FIRSTNAME : 'First Name'
INTERFACELANG : 'Interface Language'
2012-06-25 09:22:41 +02:00
INVALIDNEWPASSWORD: 'We couldn''t accept that password : {password}'
LOGGEDINAS : 'You' 're logged in as {name}.'
2012-08-10 16:22:42 +02:00
NEWPASSWORD : 'New Password'
PASSWORD : Password
PLURALNAME : Members
PROFILESAVESUCCESS : 'Successfully saved.'
REMEMBERME : 'Remember me next time?'
SINGULARNAME : Member
SUBJECTPASSWORDCHANGED : 'Your password has been changed'
SUBJECTPASSWORDRESET : 'Your password reset link'
SURNAME : Surname
2012-08-20 13:26:38 +02:00
TIMEFORMAT : 'Time format'
2012-08-10 16:22:42 +02:00
VALIDATIONMEMBEREXISTS : 'A member already exists with the same %s'
2012-06-25 09:22:41 +02:00
ValidationIdentifierFailed : 'Can' 't overwrite existing member #{id} with identical identifier ({name} = {value}))'
WELCOMEBACK : 'Welcome Back, {firstname}'
2012-08-10 16:22:42 +02:00
YOUROLDPASSWORD : 'Your old password'
belongs_many_many_Groups : Groups
db_LastVisited : 'Last Visited Date'
db_Locale : 'Interface Locale'
db_LockedOutUntil : 'Locked out until'
db_NumVisit : 'Number of Visits'
db_Password : Password
db_PasswordExpiry : 'Password Expiry Date'
2012-06-25 00:23:50 +02:00
MemberAuthenticator :
2012-08-10 16:22:42 +02:00
TITLE : 'E-mail & Password'
2012-06-25 00:23:50 +02:00
MemberDatetimeOptionsetField :
2012-08-10 16:22:42 +02:00
AMORPM : 'AM (Ante meridiem) or PM (Post meridiem)'
2012-08-12 22:51:51 +02:00
'APPLY FILTER' : 'Aplicar Filtro'
2012-08-10 16:22:42 +02:00
Custom : Custom
DATEFORMATBAD : 'Date format is invalid'
DAYNOLEADING : 'Day of month without leading zero'
DIGITSDECFRACTIONSECOND : 'One or more digits representing a decimal fraction of a second'
FOURDIGITYEAR : 'Four-digit year'
FULLNAMEMONTH : 'Full name of month (e.g. June)'
HOURNOLEADING : 'Hour without leading zero'
MINUTENOLEADING : 'Minute without leading zero'
MONTHNOLEADING : 'Month digit without leading zero'
Preview : Preview
SHORTMONTH : 'Short name of month (e.g. Jun)'
TOGGLEHELP : 'Toggle formatting help'
TWODIGITDAY : 'Two-digit day of month'
TWODIGITHOUR : 'Two digits of hour (00 through 23)'
TWODIGITMINUTE : 'Two digits of minute (00 through 59)'
TWODIGITMONTH : 'Two-digit month (01=January, etc.)'
TWODIGITSECOND : 'Two digits of second (00 through 59)'
TWODIGITYEAR : 'Two-digit year'
2012-06-25 09:22:41 +02:00
MemberImportForm :
2012-08-10 16:22:42 +02:00
Help1 : '<p>Import users in <em>CSV format</em> (comma-separated values). <small><a href="#" class="toggle-advanced">Show advanced usage</a></small></p>'
Help2 : '<div class="advanced"> <h4>Advanced usage</h4> <ul> <li>Allowed columns: <em>%s</em></li> <li>Existing users are matched by their unique <em>Code</em> property, and updated with any new values from the imported file.</li> <li>Groups can be assigned by the <em>Groups</em> column. Groups are identified by their <em>Code</em> property, multiple groups can be separated by comma. Existing group memberships are not cleared.</li> </ul></div>'
2012-06-25 09:22:41 +02:00
ResultCreated : 'Created {count} members'
2012-08-10 16:22:42 +02:00
ResultDeleted : 'Deleted %d members'
ResultNone : 'No changes'
2012-06-25 09:22:41 +02:00
ResultUpdated : 'Updated {count} members'
2012-08-12 22:51:51 +02:00
MemberPassword :
PLURALNAME : 'Member Passwords'
SINGULARNAME : 'Member Password'
2012-06-25 09:22:41 +02:00
MemberTableField : null
ModelAdmin :
2012-08-10 16:22:42 +02:00
DELETE : Delete
2012-07-25 18:12:09 +02:00
DELETEDRECORDS : 'Deleted {count} records.'
2012-08-10 16:22:42 +02:00
IMPORT : 'Import from CSV'
2012-07-25 18:12:09 +02:00
IMPORTEDRECORDS : 'Imported {count} records.'
2012-08-10 16:22:42 +02:00
NOCSVFILE : 'Please browse for a CSV file to import'
NOIMPORT : 'Nothing to import'
RESET : Reset
2012-07-25 18:12:09 +02:00
Title : 'Data Models'
UPDATEDRECORDS : 'Updated {count} records.'
2012-08-06 10:33:50 +02:00
ModelAdmin_ImportSpec.ss :
IMPORTSPECFIELDS : 'Database columns'
IMPORTSPECLINK : 'Show Specification for %s'
IMPORTSPECRELATIONS : Relations
IMPORTSPECTITLE : 'Specification for %s'
ModelAdmin_Tools.ss :
FILTER : Filter
IMPORT : Import
ModelSidebar.ss :
IMPORT_TAB_HEADER : Import
SEARCHLISTINGS : Search
2012-06-25 09:22:41 +02:00
MoneyField :
2012-08-10 16:22:42 +02:00
FIELDLABELAMOUNT : Amount
FIELDLABELCURRENCY : Currency
2012-06-25 09:22:41 +02:00
NullableField :
2012-08-10 16:22:42 +02:00
IsNullLabel : 'Is Null'
2012-06-25 09:22:41 +02:00
NumericField :
VALIDATION : '' '{value}' ' is not a number, only numbers can be accepted for this field'
2012-08-12 22:51:51 +02:00
Pagination :
Page : Page
View : View
2012-06-25 00:23:50 +02:00
Permission :
2012-08-10 16:22:42 +02:00
AdminGroup : Administrator
CMS_ACCESS_CATEGORY : 'Acceso CMS'
FULLADMINRIGHTS : 'Full administrative rights'
FULLADMINRIGHTS_HELP : 'Implies and overrules all other assigned permissions.'
2012-08-12 22:51:51 +02:00
PLURALNAME : Permissions
SINGULARNAME : Permission
2012-06-25 09:22:41 +02:00
PermissionCheckboxSetField :
AssignedTo : 'assigned to "{title}"'
FromGroup : 'inherited from group "{title}"'
FromRole : 'inherited from role "{title}"'
2012-08-10 16:22:42 +02:00
FromRoleOnGroup : 'inherited from role "%s" on group "%s"'
2012-08-12 22:51:51 +02:00
PermissionRole :
2012-09-12 10:54:27 +02:00
OnlyAdminCanApply : 'Only admin can apply'
2012-08-12 22:51:51 +02:00
PLURALNAME : Roles
SINGULARNAME : Role
2012-09-12 10:54:27 +02:00
Title : Title
2012-08-12 22:51:51 +02:00
PermissionRoleCode :
PLURALNAME : 'Permission Role Cods'
SINGULARNAME : 'Permission Role Code'
2012-06-25 09:22:41 +02:00
Permissions :
2012-08-10 16:22:42 +02:00
PERMISSIONS_CATEGORY : 'Roles e permisos de acceso'
2012-06-25 09:22:41 +02:00
PhoneNumberField :
2012-08-10 16:22:42 +02:00
VALIDATION : 'Please enter a valid phone number'
2012-08-06 10:33:50 +02:00
RelationComplexTableField.ss :
2012-08-10 16:22:42 +02:00
ADD : Add
2012-08-06 10:33:50 +02:00
CSVEXPORT : 'Export to CSV'
NOTFOUND : 'No items found'
2012-06-25 09:22:41 +02:00
Security :
2012-08-10 16:22:42 +02:00
ALREADYLOGGEDIN : 'You don' 't have access to this page. If you have another account that can access that page, you can log in again below.'
BUTTONSEND : 'Send me the password reset link'
CHANGEPASSWORDBELOW : 'You can change your password below.'
CHANGEPASSWORDHEADER : 'Change your password'
ENTERNEWPASSWORD : 'Please enter a new password.'
ERRORPASSWORDPERMISSION : 'You must be logged in in order to change your password!'
LOGGEDOUT : 'You have been logged out. If you would like to log in again, enter your credentials below.'
LOGIN : 'Log in'
NOTEPAGESECURED : 'That page is secured. Enter your credentials below and we will send you right along.'
2012-07-25 18:12:09 +02:00
NOTERESETLINKINVALID : '<p>The password reset link is invalid or expired.</p><p>You can request a new one <a href="{link1}">here</a> or change your password after you <a href="{link2}">logged in</a>.</p>'
2012-08-10 16:22:42 +02:00
NOTERESETPASSWORD : 'Enter your e-mail address and we will send you a link with which you can reset your password'
2012-07-25 18:12:09 +02:00
PASSWORDSENTHEADER : 'Password reset link sent to ' '{email}' ''
PASSWORDSENTTEXT : 'Thank you! A reset link has been sent to ' '{email}' ', provided an account exists for this email address.'
2012-06-25 09:22:41 +02:00
SecurityAdmin :
2012-08-10 16:22:42 +02:00
ACCESS_HELP : 'Allow viewing, adding and editing users, as well as assigning permissions and roles to them.'
APPLY_ROLES : 'Apply roles to groups'
APPLY_ROLES_HELP : 'Ability to edit the roles assigned to a group. Requires the "Access to ' 'Users' ' section" permission.'
EDITPERMISSIONS : 'Manage permissions for groups'
EDITPERMISSIONS_HELP : 'Ability to edit Permissions and IP Addresses for a group. Requires the "Access to ' 'Security' ' section" permission.'
GROUPNAME : 'Group name'
IMPORTGROUPS : 'Import groups'
IMPORTUSERS : 'Import users'
MEMBERS : Members
2012-06-25 09:22:41 +02:00
MENUTITLE : Security
2012-08-10 16:22:42 +02:00
MemberListCaution: 'Caution : Removing members from this list will remove them from all groups and the database'
NEWGROUP : 'New Group'
PERMISSIONS : Permissions
2012-06-25 09:22:41 +02:00
ROLES : Roles
2012-08-10 16:22:42 +02:00
ROLESDESCRIPTION : 'Roles are predefined sets of permissions, and can be assigned to groups.<br />They are inherited from parent groups if required.'
2012-06-25 09:22:41 +02:00
TABROLES : Roles
2012-08-10 16:22:42 +02:00
Users : Users
2012-06-25 09:22:41 +02:00
SecurityAdmin_MemberImportForm :
2012-08-10 16:22:42 +02:00
BtnImport : 'Import from CSV'
FileFieldLabel: 'CSV File <small>(Allowed extensions : *.csv)</small>'
2012-06-25 09:22:41 +02:00
SilverStripeNavigator :
Edit : Edit
SimpleImageField :
2012-08-10 16:22:42 +02:00
NOUPLOAD : 'No Image Uploaded'
2012-06-25 09:22:41 +02:00
SiteTree :
TABMAIN : Principal
TableField :
2012-07-25 18:12:09 +02:00
ISREQUIRED : 'In %s ' '%s' ' is required'
2012-08-06 10:33:50 +02:00
TableField.ss :
2012-08-10 16:22:42 +02:00
ADD : 'Add a new row'
2012-08-06 10:33:50 +02:00
ADDITEM : 'Add %s'
2012-06-25 09:22:41 +02:00
TableListField :
2012-08-10 16:22:42 +02:00
CSVEXPORT : 'Export to CSV'
PRINT : Print
2012-07-25 02:00:06 +02:00
Print : Print
2012-08-10 16:22:42 +02:00
SELECT : 'Seleccionar:'
2012-08-06 10:33:50 +02:00
TableListField.ss :
NOITEMSFOUND : 'No items found'
2012-08-10 16:22:42 +02:00
SORTASC : 'Ordear ascendentemente'
SORTDESC : 'Ordear descendentemente'
2012-08-06 10:33:50 +02:00
TableListField_PageControls.ss :
DISPLAYING : Displaying
OF : of
TO : to
2012-08-10 16:22:42 +02:00
VIEWFIRST : 'Ver primeiro'
VIEWLAST : 'Ver último'
VIEWNEXT : 'Ver seguinte'
VIEWPREVIOUS : 'Ver anterior'
2012-06-25 09:22:41 +02:00
TimeField :
VALIDATEFORMAT : 'Please enter a valid time format ({format})'
ToggleField :
2012-08-10 16:22:42 +02:00
LESS : less
MORE : more
2012-06-25 09:22:41 +02:00
UploadField :
2012-08-10 16:22:42 +02:00
ATTACHFILE : 'Attach a file'
ATTACHFILES : 'Attach files'
AttachFile : 'Attach file(s)'
2012-07-18 15:20:21 +02:00
DELETE : 'Delete from files'
2012-08-10 16:22:42 +02:00
DELETEINFO : 'Permanently delete this file from the file store'
DOEDIT : Save
DROPFILE : 'drop a file'
DROPFILES : 'drop files'
2012-06-25 09:22:41 +02:00
Dimensions : Dimensions
2012-07-18 15:20:21 +02:00
EDIT : Edit
2012-08-10 16:22:42 +02:00
EDITINFO : 'Edit this file'
FIELDNOTSET : 'File information not found'
2012-06-25 09:22:41 +02:00
FROMCOMPUTER : 'Dende o teu Computador'
2012-07-18 15:20:21 +02:00
FROMCOMPUTERINFO : 'Select from files'
2012-08-10 16:22:42 +02:00
FROMFILES : 'From files'
2012-08-20 13:26:38 +02:00
HOTLINKINFO: 'Info : This image will be hotlinked. Please ensure you have permissions from the original site creator to do so.'
2012-06-25 09:22:41 +02:00
MAXNUMBEROFFILES : 'Max number of {count} file(s) exceeded.'
MAXNUMBEROFFILESSHORT : 'Can only upload {count} files'
REMOVE : Remove
2012-08-10 16:22:42 +02:00
REMOVEERROR : 'Error removing file'
REMOVEINFO : 'Remove this file from here, but do not delete it from the file store'
STARTALL : 'Start all'
2012-07-18 15:20:21 +02:00
STARTALLINFO : 'Start all uploads'
2012-08-10 16:22:42 +02:00
Saved : Saved
2012-06-25 09:22:41 +02:00
Versioned :
2012-08-10 16:22:42 +02:00
has_many_Versions : Versions