Skip to content

Commit

Permalink
SAK-26268 - Mexican Spanish translation not working properly in Sakai 10
Browse files Browse the repository at this point in the history
Added "_es" locale copying "_es_ES".

git-svn-id: https://source.sakaiproject.org/svn/shortenedurl/trunk@309905 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
Miguel Carro Pellicer committed May 29, 2014
1 parent 7bfd65e commit 15491f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shortenedurl/impl/src/java/url_es.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#X-Generator: crowdin.net
# this defines the entity description for the SHortenedUrlService
url=Un entity provider para permitir el acortamiento de URL mediante el servicio 'ShortenedUrlService'

url.action.shorten=Acorta una URL dada usando la implementaci\u00f3n configurada. \nLa URL debe ser pasada mediante el par\u00e1metro 'path' URL y debe ser URL encoded. \nsi desea usar el m\u00e9todo seguro (secure) (s\u00f3lo RandomisedUrlService), debe pasar tambi\u00e9n el par\u00e1metro de la URL y utilizar true|false como el valor. \nDese cuenta que por defecto y por razones de seguridad, URL externas no se pueden acortar. Si quiere habilitar esto entonces debe configurar el par\u00e1metro de sakai.properties shortenedurl.external.enabled\=true.

0 comments on commit 15491f5

Please sign in to comment.