Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions languages/es-ES/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

$github_show_string = "Muestra mis repositorios";
$github_hide_string = "Oculta mis repositorios";
$github_percent_string = "porcentaje de commits";
$github_error = "Error GitHub API: ";
$github_description = "Un widget para mostrar perfiles de github";
$github_name = 'Perfil de Github';
$github_username = 'Usuario GitHub';
$github_password = 'Contraseña GitHub';
$github_warning = 'Si la contraseña no es correcta puede producir un error por exceso de tiempo en la API';
$github_repo = 'La lista de repositorios está oculta por defecto';
$github_no = "No";
$github_yes = "Si";

?>
16 changes: 16 additions & 0 deletions languages/es/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

$github_show_string = "Muestra mis repositorios";
$github_hide_string = "Oculta mis repositorios";
$github_percent_string = "porcentaje de commits";
$github_error = "Error GitHub API: ";
$github_description = "Un widget para mostrar perfiles de github";
$github_name = 'Perfil de Github';
$github_username = 'Usuario GitHub';
$github_password = 'Contraseña GitHub';
$github_warning = 'Si la contraseña no es correcta puede producir un error por exceso de tiempo en la API';
$github_repo = 'La lista de repositorios está oculta por defecto';
$github_no = "No";
$github_yes = "Si";

?>