diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-24 02:07:18 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-24 02:07:18 +0200 |
commit | 07a889631eeecfbf6a4c0e94220c4179748eb1ff (patch) | |
tree | 8e459828be90547dce244f3c75d67cd94fa7c0da /apps/user_ldap/l10n/es.php | |
parent | 2cffcfbc03dfa4463bdfd72de0341000509bcec3 (diff) | |
download | nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.tar.gz nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/es.php')
-rw-r--r-- | apps/user_ldap/l10n/es.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/es.php b/apps/user_ldap/l10n/es.php new file mode 100644 index 00000000000..55abf7b88e0 --- /dev/null +++ b/apps/user_ldap/l10n/es.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Password" => "ContraseƱa", +"Port" => "Puerto", +"Use TLS" => "Usar TLS", +"in bytes" => "en bytes", +"Help" => "Ayuda" +); |