- locale: remove confusing string 'squashFS'

This commit is contained in:
svenhoefer
2013-10-23 10:41:47 +02:00
parent df43ca24fa
commit c239f7af95
6 changed files with 6 additions and 6 deletions

View File

@@ -511,6 +511,7 @@ flashupdate.namemode2_default <Partition>+<Zeit>.img
flashupdate.namemode2_hostname_time <Partition>+<Zeit>+<Hostname>.img
flashupdate.new_found Updates verfügbar!
flashupdate.new_notfound Keine Updates verfügbar!
flashupdate.noversion Bei Updates werden Versionsüberprüfungen derzeit nur über Web-Updates unterstützt.\nWollen Sie das ausgewählte Image wirklich installieren?
flashupdate.programmingflash programmiere Flash
flashupdate.proxypassword Passwort
flashupdate.proxypassword_hint1 Geben sie das Proxy-Passwort ein
@@ -532,7 +533,6 @@ flashupdate.reallyflashmtd Wollen Sie den Flashvorgang wirklich durchführen?\n\
flashupdate.savesuccess Das Image wurde erfolgreich unter dem\nDateinamen %s gespeichert.
flashupdate.selectimage Verfügbare Images/Files
flashupdate.settings Update-Einstellungen
flashupdate.squashfs.noversion Bei Updates werden Versionsüberprüfungen derzeit nur über Web-Updates unterstützt.\nWollen Sie das ausgewählte Image wirklich installieren?
flashupdate.titlereadflash Flash auslesen
flashupdate.titlewriteflash Flash schreiben
flashupdate.update_with_settings_del_skipped Ordner [%s] kann nicht gelöscht werden. Eintrag wird übersprungen.

View File

@@ -511,6 +511,7 @@ flashupdate.namemode2_default <partition>+<time>.img
flashupdate.namemode2_hostname_time <partition>+<time>+<hostname>.img
flashupdate.new_found New image found !
flashupdate.new_notfound No new images found
flashupdate.noversion Version checks are currently only supported when updating over the web.\nAre you sure that you wish to install this image?
flashupdate.programmingflash programming flash
flashupdate.proxypassword Password
flashupdate.proxypassword_hint1 enter the proxyserver password
@@ -532,7 +533,6 @@ flashupdate.reallyflashmtd Do you really want to flash?\n\nIf a error occurs or
flashupdate.savesuccess The image was successfully saved \nunder %s.
flashupdate.selectimage Available Images/Files
flashupdate.settings Update settings
flashupdate.squashfs.noversion SquashFS version checks are currently only supported when updating over the web.\nAre you sure that you wish to install this image?
flashupdate.titlereadflash Reading Flash
flashupdate.titlewriteflash Writing Flash
flashupdate.update_with_settings_del_skipped Folder [%s] can not be deleted. Entry is skipped.

View File

@@ -495,6 +495,7 @@ flashupdate.msgbox_manual De volgende firmware is gevonden:\nDatum: %s, %s\nBase
flashupdate.mtdselector Partitie-selector
flashupdate.new_found Nieuwe firmware gevonden!
flashupdate.new_notfound Geen nieuwe firmware gevonden
flashupdate.noversion Versie controle is alleen ondersteund wanneer u update via het internet. \nWeet u zeker dat u deze firmware wilt installeren?
flashupdate.programmingflash programming flash
flashupdate.proxypassword Wachtwoord
flashupdate.proxypassword_hint1 Wachtwoord van de proxyserver invoeren
@@ -513,7 +514,6 @@ flashupdate.reallyflashmtd Weet u zeker dat u wilt updaten?\nIndien er zich een
flashupdate.savesuccess De Firmware is succesvol opgeslagen \n onder %s.
flashupdate.selectimage Beschikbare firmware/bestanden
flashupdate.settings Update instellingen
flashupdate.squashfs.noversion SquashFS versie controle is alleen ondersteund wanneer u update via het internet. \nWeet u zeker dat u deze firmware wilt installeren?
flashupdate.titlewriteflash Flash schrijven
flashupdate.update_with_settings_del_skipped Folder [%s] kan niet worden verwijderd. Folder is overgeslagen.
flashupdate.update_with_settings_error Foutmelding!\n \nNieuwe firmware heeft %ld KB (out of %ld KB) resterend.\n Onvoldoende \nruimte om opdracht af te ronden. Opdracht wordt geannuleerd.

View File

@@ -394,7 +394,7 @@ printf("[update] mode is %d\n", softupdate_mode);
#endif
}
strcpy(msg, g_Locale->getText(LOCALE_FLASHUPDATE_SQUASHFS_NOVERSION));
strcpy(msg, g_Locale->getText(LOCALE_FLASHUPDATE_NOVERSION));
msg_body = LOCALE_FLASHUPDATE_MSGBOX_MANUAL;
}
return (ShowMsgUTF(LOCALE_MESSAGEBOX_INFO, msg, CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbNo, NEUTRINO_ICON_UPDATE) == CMessageBox::mbrYes); // UTF-8

View File

@@ -538,6 +538,7 @@ typedef enum
LOCALE_FLASHUPDATE_NAMEMODE2_HOSTNAME_TIME,
LOCALE_FLASHUPDATE_NEW_FOUND,
LOCALE_FLASHUPDATE_NEW_NOTFOUND,
LOCALE_FLASHUPDATE_NOVERSION,
LOCALE_FLASHUPDATE_PROGRAMMINGFLASH,
LOCALE_FLASHUPDATE_PROXYPASSWORD,
LOCALE_FLASHUPDATE_PROXYPASSWORD_HINT1,
@@ -559,7 +560,6 @@ typedef enum
LOCALE_FLASHUPDATE_SAVESUCCESS,
LOCALE_FLASHUPDATE_SELECTIMAGE,
LOCALE_FLASHUPDATE_SETTINGS,
LOCALE_FLASHUPDATE_SQUASHFS_NOVERSION,
LOCALE_FLASHUPDATE_TITLEREADFLASH,
LOCALE_FLASHUPDATE_TITLEWRITEFLASH,
LOCALE_FLASHUPDATE_UPDATE_WITH_SETTINGS_DEL_SKIPPED,

View File

@@ -538,6 +538,7 @@ const char * locale_real_names[] =
"flashupdate.namemode2_hostname_time",
"flashupdate.new_found",
"flashupdate.new_notfound",
"flashupdate.noversion",
"flashupdate.programmingflash",
"flashupdate.proxypassword",
"flashupdate.proxypassword_hint1",
@@ -559,7 +560,6 @@ const char * locale_real_names[] =
"flashupdate.savesuccess",
"flashupdate.selectimage",
"flashupdate.settings",
"flashupdate.squashfs.noversion",
"flashupdate.titlereadflash",
"flashupdate.titlewriteflash",
"flashupdate.update_with_settings_del_skipped",