Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Oct 8, 2017
1 parent 13fea53 commit cd1cba7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rssmii/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void AddJobs()
{
if (LANG_GER)
{
which = 60;
which = 30;
printf("Record&entry erstellen...\n");
//Will now compose url:
memset(jobs[i].final_url, 0, 512);
Expand All @@ -75,7 +75,7 @@ void AddJobs()
}
else if (LANG_FRE)
{
which = 60;
which = 30;
printf("Création des nouvelles entrées...\n");
//Will now compose url:
memset(jobs[i].final_url, 0, 512);
Expand All @@ -88,7 +88,7 @@ void AddJobs()
}
else if (LANG_SPA)
{
which = 60;
which = 30;
printf("Creando datos y entradas...\n");
//Will now compose url:
memset(jobs[i].final_url, 0, 512);
Expand All @@ -101,7 +101,7 @@ void AddJobs()
}
else if (LANG_DUT)
{
which = 60;
which = 30;
printf("Bezig met maken nieuwe opname en registratie...\n");
//Will now compose url:
memset(jobs[i].final_url, 0, 512);
Expand All @@ -114,7 +114,7 @@ void AddJobs()
}
else
{
which = 60;
which = 30;
printf("Creating record&entry...\n");
//Will now compose url:
memset(jobs[i].final_url, 0, 512);
Expand Down Expand Up @@ -437,10 +437,10 @@ int main(int argc, char **argv) {

//printf("\n\nDone.");
if (LANG_GER) printf("\nMit HOME zurueck zum Loader.");
else if (LANG_FRE) printf("\nMit HOME zurueck zum Loader.");
else if (LANG_FRE) printf("\nRetournez sur le loader Homebrew en appuyant sur le bouton HOME.");
else if (LANG_SPA) printf("\nVuelve al cargador con el botón HOME.");
else if (LANG_DUT) printf("\nGa terug naar jouw loader door op de HOME-knop te drukken.");
else printf("\nRetournez sur le loader Homebrew en appuyant sur le bouton HOME.");
else printf("\nGet back to the Loader with the HOME-Button.");

while (1)
{
Expand Down

1 comment on commit cd1cba7

@KcrPL
Copy link
Collaborator

@KcrPL KcrPL commented on cd1cba7 Oct 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I add polish language? jk

Please sign in to comment.