diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-01 01:56:01 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-01 01:56:01 -0400 |
commit | 17f5a18922276e908f26b68c24999f7595cf37bc (patch) | |
tree | aa5f7122e5548174a60573697348004f08cd1574 /lib/l10n/es.php | |
parent | 9ee88104e96250a3e8c0d648b5bf2369ab051a64 (diff) | |
download | nextcloud-server-17f5a18922276e908f26b68c24999f7595cf37bc.tar.gz nextcloud-server-17f5a18922276e908f26b68c24999f7595cf37bc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/es.php')
-rw-r--r-- | lib/l10n/es.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/es.php b/lib/l10n/es.php index a4e15f4881f..d1c04b09d38 100644 --- a/lib/l10n/es.php +++ b/lib/l10n/es.php @@ -69,9 +69,13 @@ $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", +"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", "Sharing %s failed, because the user %s is the original sharer" => "Compartiendo %s ha fallado, ya que el usuario %s es el compartidor original", "Sharing %s failed, because the permissions exceed permissions granted to %s" => "Compartiendo %s ha fallado, ya que los permisos superan los permisos otorgados a %s", "Sharing %s failed, because resharing is not allowed" => "Compartiendo %s ha fallado, ya que volver a compartir no está permitido", +"Sharing %s failed, because the sharing backend for %s could not find its source" => "Compartir %s falló porque el motor compartido para %s podría no encontrar su origen", "Sharing %s failed, because the file could not be found in the file cache" => "Compartiendo %s ha fallado, ya que el archivo no pudo ser encontrado en el cache de archivo", "Could not find category \"%s\"" => "No puede encontrar la categoria \"%s\"", "seconds ago" => "hace segundos", |