@ -196,10 +196,6 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l)
@@ -196,10 +196,6 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l)
@ -66,6 +66,8 @@ for systems that don't have GNU libintl library.} open return_type {const char*}
@@ -66,6 +66,8 @@ for systems that don't have GNU libintl library.} open return_type {const char*}
{ "Bread:", "Brot:" },
{ "Breakfast:", "Frühstück:" },
{ "Cancel", "Abbrechen" },
{ "Copy", "Kopieren" },
{ "Cut", "Ausschneiden" },
{ "Drink:", "Getränk:" },
{ "English", "Englisch" },
{ "German", "Deutsch" },
@ -75,6 +77,7 @@ for systems that don't have GNU libintl library.} open return_type {const char*}
@@ -75,6 +77,7 @@ for systems that don't have GNU libintl library.} open return_type {const char*}
{ "NY Times", "Der Spiegel" },
{ "Newspaper:", "Tageszeitung:" },
{ "OK", "OK" },
{ "Paste", "Einfügen" },
{ "Please restart the app to use your new language setting.",
"Bitte starten Sie die App erneut um Ihre Spracheinstellung zu nutzen." },
{ "Wear:", "Schuhwerk:" },
@ -103,7 +106,7 @@ for systems that don't have GNU libintl library.} open return_type {const char*}
@@ -103,7 +106,7 @@ for systems that don't have GNU libintl library.} open return_type {const char*}
{ "with milk", "mit Milch" },
};
int lang = g_language;
int i, n = 38;
int i, n = 41;
const char *found = 0L;
// As this is just a minimal demo, I did not implement binary search.