Skip to content

Commit 4e291a6

Browse files
authored
[Fixes: GeoNode#7289] Missleading message on upload (GeoNode#7290)
* [Fixes: 7289] Missleading message on upload * updated translation
1 parent 2ea3d2b commit 4e291a6

File tree

9 files changed

+10
-11
lines changed

9 files changed

+10
-11
lines changed

geonode/layers/templates/upload/layer_upload.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ <h2 class="page-title">{% trans "Upload Layers" %}</h2>
3737
<div class="row">
3838
<div class="col-md-8">
3939
<section class="widget" id="incomplete-download-list" style="display:none;">
40-
<h3>{% trans "Incomplete Uploads" %}</h3>
41-
<p>{% trans "You have the following incomplete uploads" %}:</p>
40+
<h3>{% trans "Upload status" %}</h3>
4241
<table
4342
class="table table-bordered upload-progress-table"
4443
data-resume-tool-tooltip="{% trans 'This file needs additional configuration to complete the upload process. Please click on the button to fill the required configuration' %}"
-13 Bytes
Binary file not shown.

geonode/locale/de/LC_MESSAGES/django.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgstr ""
2828
"Project-Id-Version: GeoNode\n"
2929
"Report-Msgid-Bugs-To: \n"
3030
"POT-Creation-Date: 2021-04-07 15:00+0200\n"
31-
"PO-Revision-Date: 2021-03-22 10:42+0000\n"
31+
"PO-Revision-Date: 2021-04-13 13:01+0200\n"
3232
"Last-Translator: Julien Collaer <julien.collaer@opengeode.be>\n"
3333
"Language-Team: German (http://www.transifex.com/geonode/geonode/language/"
3434
"de/)\n"
@@ -2485,8 +2485,8 @@ msgstr "Datensatz Attribute"
24852485
msgid "Upload Layer"
24862486
msgstr "Ebene hochladen"
24872487

2488-
msgid "Incomplete Uploads"
2489-
msgstr "Unvollständige Uploads"
2488+
msgid "Upload Status"
2489+
msgstr "Dateiübersicht"
24902490

24912491
msgid "You have the following incomplete uploads"
24922492
msgstr "Sie haben folgende unvollständige Uploads"
-12 Bytes
Binary file not shown.

geonode/locale/en/LC_MESSAGES/django.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -2458,8 +2458,8 @@ msgstr "Dataset Attributes"
24582458
msgid "Upload Layer"
24592459
msgstr "Upload Layer"
24602460

2461-
msgid "Incomplete Uploads"
2462-
msgstr "Incomplete Uploads"
2461+
msgid "Upload Status"
2462+
msgstr "Upload Status"
24632463

24642464
msgid "You have the following incomplete uploads"
24652465
msgstr "You have the following incomplete uploads"
-10 Bytes
Binary file not shown.

geonode/locale/es/LC_MESSAGES/django.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -2634,8 +2634,8 @@ msgstr "Atributos del Conjunto de Datos"
26342634
msgid "Upload Layer"
26352635
msgstr "Subir Capa"
26362636

2637-
msgid "Incomplete Uploads"
2638-
msgstr "Cargas incompletas"
2637+
msgid "Upload Status"
2638+
msgstr "Estado de carga"
26392639

26402640
msgid "You have the following incomplete uploads"
26412641
msgstr "Usted tiene los siguientes cargas incompletos"
-7 Bytes
Binary file not shown.

geonode/locale/it/LC_MESSAGES/django.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -2494,8 +2494,8 @@ msgstr "Attributi del dataset"
24942494
msgid "Upload Layer"
24952495
msgstr "Carica livello"
24962496

2497-
msgid "Incomplete Uploads"
2498-
msgstr "Upload incompleti"
2497+
msgid "Upload Status"
2498+
msgstr "Stato caricamento"
24992499

25002500
msgid "You have the following incomplete uploads"
25012501
msgstr "Sono disponibili i seguenti caricamenti incompleti"

0 commit comments

Comments
 (0)