diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 15:09:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 15:09:48 -0300 |
commit | 4fb376687dc1546f51e637cae1478582309f85f0 (patch) | |
tree | 8dd99abb6a221fd10bd86b00d5dd431ebcba4e0a /languages/es.php | |
download | elgg-4fb376687dc1546f51e637cae1478582309f85f0.tar.gz elgg-4fb376687dc1546f51e637cae1478582309f85f0.tar.bz2 |
Squashed 'mod/foafssl/' content from commit 3c1da1e
git-subtree-dir: mod/foafssl
git-subtree-split: 3c1da1eaff8f61049b45ad99528f8f4e09ac7e62
Diffstat (limited to 'languages/es.php')
-rwxr-xr-x | languages/es.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/languages/es.php b/languages/es.php new file mode 100755 index 000000000..fbe170595 --- /dev/null +++ b/languages/es.php @@ -0,0 +1,26 @@ +<?php
+/**
+ * Elgg spotlight lorea
+ *
+ * @package
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author lorea
+ * @copyright lorea
+ * @link http://lorea.cc
+ */
+
+ $spanish = array(
+ "foafssl:manage" => "Gestionar certificados ssl",
+ "foafssl:addforeign" => "Importar un certificado",
+ "foafssl:generate" => "Generar",
+ "foafssl:your" => "Tus certificados ssl",
+ "foafssl:name" => "Nombre",
+ "foafssl:modulus" => "Modulo",
+ "foafssl:exponent" => "Exponente",
+ "foafssl:loggedin" => "Has entrado a la red con tu certificado",
+ "foafssl:cantlogin" => "No se ha podido validar tu certificado",
+ );
+
+ add_translation("es",$spanish);
+
+?>
|