From c9ce5eaac72b867b2de97378f1708a035a9e9bf6 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Thu, 7 Jul 2016 22:36:39 +0000 Subject: translate git-shell-commands help text from Spanish to English --- git-shell-commands/change-description | 2 +- git-shell-commands/change-owner | 2 +- git-shell-commands/fetch-mirrors | 2 +- git-shell-commands/help | 2 +- git-shell-commands/hook-install | 2 +- git-shell-commands/mirror | 2 +- git-shell-commands/mirrors | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'git-shell-commands') 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 -- cgit v1.2.3