123456789101112131415161718192021222324252627282930313233 |
- <?php
- $spanish = array(
-
- 'elgg-crypt:enterkey' => "Introduce la llave y el mensaje a cifrar y luego copia/pega el resultado del 'texto cifrado' para utilizarlo.",
- 'elgg-crypt:encrypt' => "Cifrar texto",
- 'elgg-crypt:decrypt' => "Descrifrar mensaje (requiere la llave)",
- );
- add_translation("es",$spanish);
- ?>
|