diff --git a/locale/ossn.es.php b/locale/ossn.es.php new file mode 100644 index 0000000..67ab082 --- /dev/null +++ b/locale/ossn.es.php @@ -0,0 +1,15 @@ + + * @copyright (C) OPENTEKNIK LLC, COMMERCIAL LICENSE + * @license OPENTEKNIK LLC, COMMERCIAL LICENSE, COMMERCIAL LICENSE https://www.openteknik.com/license/commercial-license-v1 + * @link http://www.opensource-socialnetwork.org/licence + */ +$es = array( + 'singupprofilephoto' => 'Imagen de perfil (Tamaño máximo: %s MB)', + 'singupprofilephoto:error:matching' => 'Imagen de perfil inválida agregada. Por favor, asegúrese de agregar solo archivos de imagen.', +); +ossn_register_languages('es', $es); diff --git a/locale/ossn.pt.php b/locale/ossn.pt.php new file mode 100644 index 0000000..8bc37ef --- /dev/null +++ b/locale/ossn.pt.php @@ -0,0 +1,15 @@ + + * @copyright (C) OPENTEKNIK LLC, COMMERCIAL LICENSE + * @license OPENTEKNIK LLC, COMMERCIAL LICENSE, COMMERCIAL LICENSE https://www.openteknik.com/license/commercial-license-v1 + * @link http://www.opensource-socialnetwork.org/licence + */ +$pt = array( + 'singupprofilephoto' => 'Imagem de perfil (Tam. Máx : %s MB)', + 'singupprofilephoto:error:matching' => 'A imagem do perfil é inválida. Use somente arquivos de imagem.', +); +ossn_register_languages('pt', $pt); diff --git a/plugins/default/signup_profile_photo/input.php b/plugins/default/signup_profile_photo/input.php index c25b685..f26cd41 100644 --- a/plugins/default/signup_profile_photo/input.php +++ b/plugins/default/signup_profile_photo/input.php @@ -6,7 +6,7 @@ ?> \ No newline at end of file +