Skip to content

Commit

Permalink
Lang - text "Cannot enter subdir: " removed from dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
XPila committed Nov 22, 2018
1 parent 60e567b commit 0baa641
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion Firmware/cardreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions lang/lang_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_cz.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_de.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_es.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_it.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions lang/lang_en_pl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0baa641

Please sign in to comment.