diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-06 01:54:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-06 01:54:43 -0400 |
commit | e902e3f6591f53ebd199a4db8c791fce322788ce (patch) | |
tree | 7f704bf7cd1f4472faea264ea1a5b22d81da5485 /lib/l10n/es.php | |
parent | 9fb79c86f0b889b1248b1775a912c47ebe073e57 (diff) | |
download | nextcloud-server-e902e3f6591f53ebd199a4db8c791fce322788ce.tar.gz nextcloud-server-e902e3f6591f53ebd199a4db8c791fce322788ce.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/es.php')
-rw-r--r-- | lib/l10n/es.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/es.php b/lib/l10n/es.php index fb059bf8b7a..bee1066eb75 100644 --- a/lib/l10n/es.php +++ b/lib/l10n/es.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Compartir tipo %s no es válido para %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s", "Setting permissions for %s failed, because the item was not found" => "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado", +"Cannot set expiration date. Shares cannot expire later than %s after they where shared" => "No se puede fijar la fecha de caducidad. Archivos compartidos no pueden caducar luego de %s después de ser compartidos", +"Cannot set expiration date. Expiration date is in the past" => "No se puede fijar la fecha de caducidad. La fecha de caducidad está en el pasado.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend", "Sharing backend %s not found" => "El motor compartido %s no se ha encontrado", "Sharing backend for %s not found" => "Motor compartido para %s no encontrado", |