mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Spanish: Fixes ALF-11770.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32542 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -107,7 +107,7 @@ spaces.templates.email.following.description=Siguientes plantillas de correo ele
|
||||
|
||||
email.templates.email_template_for_following_notifications=Plantilla de correo electr\u00f3nico utilizada para generar los siguientes correos electr\u00f3nicos de notificaci\u00f3n
|
||||
|
||||
version.default=Versi\u00f3n por defecto
|
||||
version.default=Versi\u00f3n predeterminada
|
||||
version.french=Versi\u00f3n en franc\u00e9s
|
||||
version.german=Versi\u00f3n en alem\u00e1n
|
||||
version.italian=Versi\u00f3n en italiano
|
||||
@@ -143,8 +143,8 @@ spaces.transfer_groups.name=Grupos de destino de transferencia
|
||||
spaces.transfer_groups.title=Grupos de destino de transferencia
|
||||
spaces.transfer_groups.description=Carpeta que contiene grupos de destino de transferencias
|
||||
|
||||
spaces.transfer_groups_default.name=Grupo por defecto
|
||||
spaces.transfer_groups_default.title=Grupo por defecto
|
||||
spaces.transfer_groups_default.name=Grupo predeterminado
|
||||
spaces.transfer_groups_default.title=Grupo predeterminado
|
||||
spaces.transfer_groups_default.description=Coloque los destinos de sus transferencias en esta carpeta
|
||||
|
||||
spaces.transfer_temp.name=Temporal
|
||||
|
@@ -11,4 +11,4 @@ imap.server.error.permission_denied = "No se puede crear una carpeta - Permiso d
|
||||
imap.server.error.folder_already_exist = "Ya existe la carpeta."
|
||||
imap.server.error.mailbox_name_is_mandatory = "Nombre de buz\u00f3n es un par\u00e1metro obligatorio."
|
||||
imap.server.error.cannot_get_a_folder = "No se puede obtener una carpeta con nombre ''{0}''."
|
||||
imap.server.error.cannot_parse_default_email = "No se puede analizar la direcci\u00f3n de correo electr\u00f3nico por defecto ''{0}''."
|
||||
imap.server.error.cannot_parse_default_email = "No se puede analizar la direcci\u00f3n de correo electr\u00f3nico predeterminada ''{0}''."
|
||||
|
@@ -363,6 +363,7 @@ patch.updateMimetypes1.description=Fix mimetypes for Excel and Powerpoint.
|
||||
patch.updateMimetypes2.description=Fix mimetypes for Excel and Powerpoint.
|
||||
patch.updateMimetypes3.description=Fix mimetype for MPEG Audio
|
||||
patch.updateMimetypes4.description=Rationalise mimetypes for PhotoShop and AutoCad
|
||||
patch.updateMimetypesWMA.description=Fix mimetype for MS WMA Streaming Audio
|
||||
|
||||
patch.db-V3.2-AddFKIndexes.description=Fixes ALF-3189: Added missing FK indexes. Note: The script is empty for MySQL.
|
||||
|
||||
@@ -441,3 +442,7 @@ patch.sitesSpacePermissions.result.none=Permissions corrections not required.
|
||||
|
||||
patch.updateWorkflowNotificationTemplates.description=Patch to update the workflow notification templates.
|
||||
patch.updateWorkflowNotificationTemplates.result=Workflow Notification Templates successfully updated.
|
||||
|
||||
patch.updateFollowingEmailTemplatesPatch.description=Patch to update the following notification email templates.
|
||||
patch.updateFollowingEmailTemplatesPatch.result=Following notification email templates successfully updated.
|
||||
patch.updateFollowingEmailTemplatesPatch.error=Error retrieving base template when trying to patch the following email templates.
|
||||
|
@@ -24,12 +24,12 @@ system.schema_comp.debug.time_taken=Schema validation took {0} ms
|
||||
system.schema_comp.info.all_ok=Compared database schema with reference schema (all OK): {0}
|
||||
system.schema_comp.warn.problems_found=Schema validation found {0} potential problems, results written to: {1}
|
||||
# Generic differencing, validation and redundancy messages...
|
||||
system.schema_comp.diff=Difference: {0}, reference path:{1} (value: {2}), target path:{3} (value: {4})
|
||||
system.schema_comp.diff.ref_only=Difference: {0}, reference path:{1} (value: {2})
|
||||
system.schema_comp.diff.target_only=Difference: {0}, target path:{1} (value: {2})
|
||||
system.schema_comp.redundant_obj={0} redundant items? reference: {1}, matches: {2}
|
||||
system.schema_comp.diff=Difference: expected {0} {1}="{2}", but was {3}="{4}"
|
||||
system.schema_comp.diff.ref_only=Difference: missing {0} from database, expected at path: {1}
|
||||
system.schema_comp.diff.target_only=Difference: unexpected {0} found in database with path: {1}
|
||||
system.schema_comp.redundant_obj=Redundancy: {0} items matching {1}, matches: {2}
|
||||
system.schema_comp.redundant_obj.many_matches={0} redundant items? reference: {1}, matches: {2} and {3} more...
|
||||
system.schema_comp.validation=Validation: target path:{0} (value: {1}, rule: {2})
|
||||
system.schema_comp.validation=Validation: {0} {1}="{2}" fails to match rule: {3}
|
||||
# Specific validator (implementations) messages...
|
||||
system.schema_comp.name_validator=name must match pattern ''{0}''
|
||||
|
||||
@@ -48,6 +48,7 @@ system.locks.err.excl_lock_exists=Failed to get lock ''{0}'' using token ''{1}''
|
||||
|
||||
# Multi-Tenant
|
||||
system.mt.warn.upgrade_mt_admin_context=Please update your alfresco/extension/mt/mt-admin-context.xml (to use latest alfresco/extension/mt/mt-admin-context.xml.sample).
|
||||
system.mt.disabled=Tenant is disabled: {0}
|
||||
|
||||
# Usages
|
||||
system.usage.err.no_txn=RepoUsageComponent must be called in a transaction.
|
||||
|
Reference in New Issue
Block a user