File tree 8 files changed +69
-2
lines changed
templates/checkout/shipping
web/template/checkout/shipping
8 files changed +69
-2
lines changed Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
1
+ "maandag","Monday"
2
+ "dinsdag","Tuesday"
3
+ "woensdag","Wednesday"
4
+ "donderdag","Thursday"
5
+ "vrijdag","Friday"
6
+ "zaterdag","Saturday"
7
+ "zondag","Sunday"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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é"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ $quote = $this->getQuote();
35
35
</tr>
36
36
<tr>
37
37
<td style="padding: 3px; padding-top: 6px; width: 100%;" colspan="3">
38
- <strong>Openingstijden </strong>
38
+ <strong><?php echo __ ( ' Opening hours ' ) ?> </strong>
39
39
</td>
40
40
</tr>
41
41
<?php echo __ ($ this ->getOpeningHoursHtml ()) ?>
Original file line number Diff line number Diff line change 5
5
< div id ="map_canvas " class ="gmaps "> </ div >
6
6
</ div >
7
7
<!-- /ko -->
8
- </ div >
8
+ </ div >
You can’t perform that action at this time.
0 commit comments