diff options
author | Ruben Davila <rdavila84@gmail.com> | 2017-06-19 15:26:28 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-06-19 15:26:28 -0500 |
commit | 9a05850d4dfd3f4a5571e516e0da8fa402192df4 (patch) | |
tree | 465059484db63470af0c018242270e5c288e7286 /locale | |
parent | dbfafd442ee863e6614d0f6765285fcd06f3d843 (diff) | |
download | gitlab-ce-9a05850d4dfd3f4a5571e516e0da8fa402192df4.tar.gz |
Fix some incorrect usage of translation helpersfix-i18n-helpers
Conflicts:
app/views/projects/pipeline_schedules/_form.html.haml
Diffstat (limited to 'locale')
-rw-r--r-- | locale/es/gitlab.po | 11 | ||||
-rw-r--r-- | locale/gitlab.pot | 13 |
2 files changed, 21 insertions, 3 deletions
diff --git a/locale/es/gitlab.po b/locale/es/gitlab.po index 4ce9ce4b28a..bf6743c1b98 100644 --- a/locale/es/gitlab.po +++ b/locale/es/gitlab.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gitlab 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2017-06-15 21:59-0500\n" +"PO-Revision-Date: 2017-06-19 15:22-0500\n" "Language-Team: Spanish\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -61,6 +61,12 @@ msgstr[1] "Ramas" msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "La rama <strong>%{branch_name}</strong> fue creada. Para configurar el auto despliegue, escoge una plantilla Yaml para GitLab CI y envía tus cambios. %{link_to_autodeploy_doc}" +msgid "BranchSwitcherPlaceholder|Search branches" +msgstr "Buscar ramas" + +msgid "BranchSwitcherTitle|Switch branch" +msgstr "Cambiar rama" + msgid "Branches" msgstr "Ramas" @@ -945,6 +951,9 @@ msgstr "Subir nuevo archivo" msgid "Upload file" msgstr "Subir archivo" +msgid "UploadLink|click to upload" +msgstr "Hacer clic para subir" + msgid "Use your global notification setting" msgstr "Utiliza tu configuración de notificación global" diff --git a/locale/gitlab.pot b/locale/gitlab.pot index f3f08cc4950..7ece605a5a4 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: gitlab 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-15 21:59-0500\n" -"PO-Revision-Date: 2017-06-15 21:59-0500\n" +"POT-Creation-Date: 2017-06-19 15:13-0500\n" +"PO-Revision-Date: 2017-06-19 15:13-0500\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" @@ -62,6 +62,12 @@ msgstr[1] "" msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "BranchSwitcherPlaceholder|Search branches" +msgstr "" + +msgid "BranchSwitcherTitle|Switch branch" +msgstr "" + msgid "Branches" msgstr "" @@ -946,6 +952,9 @@ msgstr "" msgid "Upload file" msgstr "" +msgid "UploadLink|click to upload" +msgstr "" + msgid "Use your global notification setting" msgstr "" |