Skip to content

Commit

Permalink
Merge pull request #336 from lookye/master
Browse files Browse the repository at this point in the history
Another language string fix
  • Loading branch information
XorTroll authored Aug 5, 2019
2 parents 5460596 + 6a7d2b8 commit 122e859
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Goldleaf/RomFs/Language/Strings/de.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"Ordner umbenennen",
"Ein Fehler ist beim Umbenennen des Ordners aufgetreten:",
"Ordner erfolgreich umbenannt.",
"Starte Kopiervorgang...",
"Starte USB NSP Installation...",
"Ein Ordner (und alle Inhalte) wurden erfolgreich kopiert.",
"Datei kopieren",
"Eine andere Datei existiert bereits mit diesem Namen. Soll diese überschrieben werden?",
Expand All @@ -150,7 +150,7 @@
"Übertrage Inhalte",
"von",
"Die NSP wurde erfolgreich installiert.",
"Starte USB NSP Installation...",
"Starte Kopiervorgang...",
"Warte auf USB Verbindung...",
"Verbinde die Konsole mit einem USB-C Kabel mit deinem PC.",
"Fehler bei der USB Verbindung.",
Expand Down
4 changes: 2 additions & 2 deletions Goldleaf/RomFs/Language/Strings/en.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"Rename directory",
"An error ocurred attempting to rename the directory:",
"The directory was successfully renamed.",
"Starting copy process...",
"Starting USB NSP installation...",
"A directory (and all its contents) were successfully copied.",
"File copy",
"Another file exists with the same name. Would you like to overwrite it?",
Expand All @@ -150,7 +150,7 @@
"Writing content",
"of",
"The NSP was successfully installed.",
"Starting USB NSP installation...",
"Starting copy process...",
"Waiting for USB connection...",
"Plug this console with a USB-C cable to connect it with the PC.",
"Error connecting via USB.",
Expand Down
4 changes: 2 additions & 2 deletions Goldleaf/RomFs/Language/Strings/es.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"Renombrar carpeta",
"Se ha producido un error al intentar renombrar la carpeta:",
"La carpeta for renombrada con éxito.",
"Iniciando proceso de copiado...",
"Iniciando instalación de NSP via USB...",
"Una carpeta (y todos sus contenidos) fueron copiados con éxito.",
"Copiado de archivo",
"Ya existe otro archivo con el mismo nombre. ¿Le gustaría reemplazarlo?",
Expand All @@ -150,7 +150,7 @@
"Instalando contenido",
"de",
"El NSP fue instalado con éxito.",
"Iniciando instalación de NSP via USB...",
"Iniciando proceso de copiado...",
"Esperando a detectar conexión USB...",
"Conecta esta consola a un PC con un cable USB-C.",
"Error connecting via USB.",
Expand Down
4 changes: 2 additions & 2 deletions Goldleaf/RomFs/Language/Strings/fr.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"Renommer le dossier",
"Une erreur est survenue en tentant de renommer le dossier :",
"Le dossier a été renommé avec succès.",
"Démarrage du processus de copie...",
"Démarrage de l'installation USB du NSP...",
"Un dossier (et tout son contenu) a été copié avec succès.",
"Copier de fichier",
"Un autre fichier avec le même nom existe. Voulez-vous l'écraser ?",
Expand All @@ -150,7 +150,7 @@
"Écriture du contenu",
"de",
"Le NSP a été installé avec succès.",
"Démarrage de l'installation USB du NSP...",
"Démarrage du processus de copie...",
"Attente de la connexion USB...",
"Branchez votre console en USB sur votre PC.",
"Erreur de connexion USB.",
Expand Down
4 changes: 2 additions & 2 deletions Goldleaf/RomFs/Language/Strings/it.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"Rinomina cartella",
"Si è verificato un errore tentando di rinominare la cartella:",
"La cartella è stata rinominata correttamente.",
"Avvio il processo di copia...",
"Avvio installazione NSP via USB...",
"Una cartella e tutti i suoi contenuti sono stati copiati correttamente.",
"Copia di file",
"Esiste già un altro file con lo stesso nome. Vuoi sovrascriverlo?",
Expand All @@ -150,7 +150,7 @@
"Scrittura contenuti",
"di",
"L'NSP è stato installato correttamente.",
"Avvio installazione NSP via USB...",
"Avvio il processo di copia...",
"In attesa della connessione USB...",
"Collega questa console con un cavo USB-C per connetterla con il PC.",
"Errore connessione via USB.",
Expand Down
2 changes: 1 addition & 1 deletion Goldleaf/Source/ui/ui_CopyLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace ui
{
if(Exp->IsFile(NewPath))
{
int sopt = mainapp->CreateShowDialog(set::GetDictionaryEntry(142), set::GetDictionaryEntry(143), { set::GetDictionaryEntry(239), set::GetDictionaryEntry(18) }, true);
int sopt = mainapp->CreateShowDialog(set::GetDictionaryEntry(153), set::GetDictionaryEntry(143), { set::GetDictionaryEntry(239), set::GetDictionaryEntry(18) }, true);
if(sopt < 0)
{
mainapp->LoadLayout(Prev);
Expand Down

0 comments on commit 122e859

Please sign in to comment.