Skip to content

Commit ae8e896

Browse files
authored
Merge pull request #66 from dpdconnect/1.2.9
1.2.9
2 parents 34daf16 + 3e77e62 commit ae8e896

File tree

8 files changed

+69
-2
lines changed

8 files changed

+69
-2
lines changed

i18n/de_DE.csv

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"Click here to select your ParcelShop", "Paketshop auswählen"
2+
"Click here to change your ParcelShop", "Paketshop auswählen"
3+
"Ship to this Pickup point.", "Paketshop auswählen"
4+
"Opening hours", "Öffnungszeiten"
5+
"maandag", "Montag"
6+
"dinsdag", "Dienstag"
7+
"woensdag", "Mittwoch"
8+
"donderdag", "Donnerstag"
9+
"vrijdag", "Freitag"
10+
"zaterdag", "Samstag"
11+
"zondag", "Sonntag"
12+
"Closed", "Geschlossen"

i18n/en_US.csv

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"maandag","Monday"
2+
"dinsdag","Tuesday"
3+
"woensdag","Wednesday"
4+
"donderdag","Thursday"
5+
"vrijdag","Friday"
6+
"zaterdag","Saturday"
7+
"zondag","Sunday"

i18n/es_ES.csv

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"Click here to select your ParcelShop", "Seleccionar paquetería"
2+
"Click here to change your ParcelShop", "Seleccionar paquetería"
3+
"Ship to this Pickup point.", "Seleccionar paquetería"
4+
"Opening hours", "Horario de apertura"
5+
"maandag", "Lunes"
6+
"dinsdag", "Martes"
7+
"woensdag", "Miércoles"
8+
"donderdag", "Jueves"
9+
"vrijdag", "Viernes"
10+
"zaterdag", "Sábado"
11+
"zondag", "Domingo"
12+
"Closed", "Cerrado"

i18n/fr_FR.csv

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"Click here to select your ParcelShop", "Sélectionnez un point relais"
2+
"Click here to change your ParcelShop", "Sélectionnez un point relais"
3+
"Ship to this Pickup point.", "Sélectionnez un point relais"
4+
"Opening hours", "Jours et horaires d'ouverture"
5+
"maandag", "lundi"
6+
"dinsdag", "mardi"
7+
"woensdag", "mercredi"
8+
"donderdag", "jeudi"
9+
"vrijdag", "vendredi"
10+
"zaterdag", "samedi"
11+
"zondag", "dimanche"
12+
"Closed", "Fermé"

i18n/it_IT.csv

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"Click here to select your ParcelShop", "Seleziona negozio di pacchi"
2+
"Click here to change your ParcelShop", "Seleziona negozio di pacchi"
3+
"Ship to this Pickup point.", "Seleziona negozio di pacchi"
4+
"Opening hours", "Orari di apertura"
5+
"maandag", "Lunedi"
6+
"dinsdag", "Martedì"
7+
"woensdag", "Mercoledì"
8+
"donderdag", "Giovedì"
9+
"vrijdag", "Venerdì"
10+
"zaterdag", "Sabato"
11+
"zondag", "Domenica"
12+
"Closed", "Chiuso"

i18n/pl_PL.csv

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"Click here to select your ParcelShop", "Wybierz paczkomat"
2+
"Click here to change your ParcelShop", "Wybierz paczkomat"
3+
"Ship to this Pickup point.", "Wybierz paczkomat"
4+
"Opening hours", "Godziny otwarcia"
5+
"maandag", "Poniedziałek"
6+
"dinsdag", "Wtorek"
7+
"woensdag", "Środa"
8+
"donderdag", "Czwartek"
9+
"vrijdag", "Piątek"
10+
"zaterdag", "Sobota"
11+
"zondag", "Niedziela"
12+
"Closed", "Zamknięte"

view/frontend/templates/checkout/shipping/parcelshop-info.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $quote = $this->getQuote();
3535
</tr>
3636
<tr>
3737
<td style="padding: 3px; padding-top: 6px; width: 100%;" colspan="3">
38-
<strong>Openingstijden</strong>
38+
<strong><?php echo __('Opening hours') ?></strong>
3939
</td>
4040
</tr>
4141
<?php echo __($this->getOpeningHoursHtml()) ?>

view/frontend/web/template/checkout/shipping/parcelshops.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
<div id="map_canvas" class="gmaps"></div>
66
</div>
77
<!-- /ko -->
8-
</div>
8+
</div>

0 commit comments

Comments
 (0)