diff options
author | Parabola git <git@parabola.nu> | 2016-07-07 22:36:39 +0000 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2016-07-07 22:36:39 +0000 |
commit | c9ce5eaac72b867b2de97378f1708a035a9e9bf6 (patch) | |
tree | e5119f4526c58c5d8ef0872659db9569aa45ecae /git-shell-commands | |
parent | e53aea58ee360b1717822e27651d44a7a871d26e (diff) |
translate git-shell-commands help text from Spanish to English
Diffstat (limited to 'git-shell-commands')
-rwxr-xr-x | git-shell-commands/change-description | 2 | ||||
-rwxr-xr-x | git-shell-commands/change-owner | 2 | ||||
-rwxr-xr-x | git-shell-commands/fetch-mirrors | 2 | ||||
-rwxr-xr-x | git-shell-commands/help | 2 | ||||
-rwxr-xr-x | git-shell-commands/hook-install | 2 | ||||
-rwxr-xr-x | git-shell-commands/mirror | 2 | ||||
-rwxr-xr-x | git-shell-commands/mirrors | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/git-shell-commands/change-description b/git-shell-commands/change-description index 60db0ac..1c144f4 100755 --- a/git-shell-commands/change-description +++ b/git-shell-commands/change-description @@ -1,6 +1,6 @@ #!/bin/bash # * change-description -# Cambia la descripcion del projecto, necesita archivo description en el proyecto +# Change the project description, needs "description" in the project # ssh git@host change-description repo "description" set -e diff --git a/git-shell-commands/change-owner b/git-shell-commands/change-owner index 6b6f353..562de7d 100755 --- a/git-shell-commands/change-owner +++ b/git-shell-commands/change-owner @@ -1,6 +1,6 @@ #!/bin/bash # * change-owner -# Define quiƩn manda +# Change the owner project # ssh git@host change-owner repo "Hacklab" set -e diff --git a/git-shell-commands/fetch-mirrors b/git-shell-commands/fetch-mirrors index 15bf9c4..afff064 100755 --- a/git-shell-commands/fetch-mirrors +++ b/git-shell-commands/fetch-mirrors @@ -1,6 +1,6 @@ #!/bin/sh # * fetch-mirrors -# Actualiza el `mirrors` (espejos) creados con `mirror` +# Update the created `mirrors` with `mirror` # ssh git@host fetch-mirrors set -e diff --git a/git-shell-commands/help b/git-shell-commands/help index f1d116b..633c152 100755 --- a/git-shell-commands/help +++ b/git-shell-commands/help @@ -1,6 +1,6 @@ #!/bin/sh # * help -# Obtiene los comando habilitados +# Get enabled commands # ssh git@host help set -e diff --git a/git-shell-commands/hook-install b/git-shell-commands/hook-install index b38836a..343cf18 100755 --- a/git-shell-commands/hook-install +++ b/git-shell-commands/hook-install @@ -1,6 +1,6 @@ #!/bin/sh # * hook-install -# Instala un hook en un repo +# Install a hook in the repo # ssh git@host hook-install hook script repo [alt-dir] set -e diff --git a/git-shell-commands/mirror b/git-shell-commands/mirror index 8282e9b..4b2828f 100755 --- a/git-shell-commands/mirror +++ b/git-shell-commands/mirror @@ -1,6 +1,6 @@ #!/bin/sh # * mirror -# Espeja un repositorio +# Mirror the repository # ssh git@host mirror git://url/repo.git set -E diff --git a/git-shell-commands/mirrors b/git-shell-commands/mirrors index 436564f..800fba8 100755 --- a/git-shell-commands/mirrors +++ b/git-shell-commands/mirrors @@ -1,6 +1,6 @@ #!/bin/sh # * mirrors -# Muestra todos los repositorios espejos (mirror) +# Show all mirrors repositories # ssh git@host mirrors set -e |