Lang - text "Cannot enter subdir: " removed from dictionary
This commit is contained in:
parent
60e567b660
commit
0baa6412fc
@ -659,7 +659,7 @@ void CardReader::chdir(const char * relpath)
|
||||
if(!newfile.open(*parent,relpath, O_READ))
|
||||
{
|
||||
SERIAL_ECHO_START;
|
||||
SERIAL_ECHORPGM(_i("Cannot enter subdir: "));////MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
SERIAL_ECHORPGM(_n("Cannot enter subdir: "));////MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
SERIAL_ECHOLN(relpath);
|
||||
}
|
||||
else
|
||||
|
@ -115,9 +115,6 @@
|
||||
#
|
||||
"Cancel"
|
||||
|
||||
#MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
"Cannot enter subdir: "
|
||||
|
||||
#MSG_SD_INSERTED c=0 r=0
|
||||
"Card inserted"
|
||||
|
||||
|
@ -154,10 +154,6 @@
|
||||
"Cancel"
|
||||
"Zrusit"
|
||||
|
||||
#MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
"Cannot enter subdir: "
|
||||
"Nelze otevrit slozku:"
|
||||
|
||||
#MSG_SD_INSERTED c=0 r=0
|
||||
"Card inserted"
|
||||
"Karta vlozena"
|
||||
|
@ -154,10 +154,6 @@
|
||||
"Cancel"
|
||||
"Abbruch"
|
||||
|
||||
#MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
"Cannot enter subdir: "
|
||||
"Kann Unterverzeichnis nicht oeffnen: "
|
||||
|
||||
#MSG_SD_INSERTED c=0 r=0
|
||||
"Card inserted"
|
||||
"SD Karte eingesetzt"
|
||||
|
@ -154,10 +154,6 @@
|
||||
"Cancel"
|
||||
"Cancelar"
|
||||
|
||||
#MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
"Cannot enter subdir: "
|
||||
"Sin acceso subdir: "
|
||||
|
||||
#MSG_SD_INSERTED c=0 r=0
|
||||
"Card inserted"
|
||||
"Tarjeta insertada"
|
||||
|
@ -154,10 +154,6 @@
|
||||
"Cancel"
|
||||
"Annuler"
|
||||
|
||||
#MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
"Cannot enter subdir: "
|
||||
"Impossible d'entrer dans le repertoire :"
|
||||
|
||||
#MSG_SD_INSERTED c=0 r=0
|
||||
"Card inserted"
|
||||
"Carte inseree"
|
||||
|
@ -154,10 +154,6 @@
|
||||
"Cancel"
|
||||
"Annulla"
|
||||
|
||||
#MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
"Cannot enter subdir: "
|
||||
"Impossibile accedere alla sottocartella: "
|
||||
|
||||
#MSG_SD_INSERTED c=0 r=0
|
||||
"Card inserted"
|
||||
"SD inserita"
|
||||
|
@ -154,10 +154,6 @@
|
||||
"Cancel"
|
||||
"Anuluj"
|
||||
|
||||
#MSG_SD_CANT_ENTER_SUBDIR c=0 r=0
|
||||
"Cannot enter subdir: "
|
||||
"Brak dostepu do subdir: "
|
||||
|
||||
#MSG_SD_INSERTED c=0 r=0
|
||||
"Card inserted"
|
||||
"Karta wlozona"
|
||||
|
Loading…
Reference in New Issue
Block a user