Locales: add message line for not supported feature

This commit is contained in:
2014-12-21 20:41:41 +01:00
parent 7ada20de64
commit 33bf0fd7ba
6 changed files with 13 additions and 0 deletions

View File

@@ -1432,6 +1432,7 @@ messagebox.back Zurück
messagebox.cancel Abbruch messagebox.cancel Abbruch
messagebox.discard Wollen Sie die Änderungen verwerfen? messagebox.discard Wollen Sie die Änderungen verwerfen?
messagebox.error Fehler messagebox.error Fehler
messagebox.feature_not_supported Funktion wird nicht unterstützt. Bitte wenden Sie sich an Ihren Firmware-Anbieter!
messagebox.info Information messagebox.info Information
messagebox.no Nein messagebox.no Nein
messagebox.ok OK messagebox.ok OK
@@ -1872,6 +1873,7 @@ opkg.messagebox.updates.available Aktualisierungen verfügbar!
opkg.success.install Installation erfolgreich!\nNeustart von Neutrino kann erforderlich sein. Jetzt neu starten? opkg.success.install Installation erfolgreich!\nNeustart von Neutrino kann erforderlich sein. Jetzt neu starten?
opkg.title Paketverwaltung opkg.title Paketverwaltung
opkg.upgrade Installierte Pakete aktualisieren opkg.upgrade Installierte Pakete aktualisieren
opkg.warning_3rdparty_packages Drittanbieter-Pakete könnten Ihr System beschädigen! Sind Sie sicher, dieses Paket zu installieren?
options.default Voreinstellungen benutzen options.default Voreinstellungen benutzen
options.fb framebuffer options.fb framebuffer
options.hint_default Setzen Sie die Werte auf die Voreinstellung zurück. options.hint_default Setzen Sie die Werte auf die Voreinstellung zurück.

View File

@@ -1432,6 +1432,8 @@ messagebox.back Back
messagebox.cancel Cancel messagebox.cancel Cancel
messagebox.discard Discard changes? messagebox.discard Discard changes?
messagebox.error Error messagebox.error Error
messagebox.feature_not_supported Funkcia nie je podporovaná.
messagebox.feature_not_supported Feature is not supported. Please contact your firmware provider!
messagebox.info Information messagebox.info Information
messagebox.no No messagebox.no No
messagebox.ok Ok messagebox.ok Ok
@@ -1872,6 +1874,7 @@ opkg.messagebox.updates.available Updates available!
opkg.success.install Install successful!\n restart of Neutrino might be required. Restart now? opkg.success.install Install successful!\n restart of Neutrino might be required. Restart now?
opkg.title Package Management opkg.title Package Management
opkg.upgrade Upgrade installed packages opkg.upgrade Upgrade installed packages
opkg.warning_3rdparty_packages 3rd party packages could damage your system! Are you sure install this package?
options.default Reset to defaults options.default Reset to defaults
options.fb framebuffer options.fb framebuffer
options.hint_default Reset the values to their defaults options.hint_default Reset the values to their defaults

View File

@@ -1364,6 +1364,7 @@ messagebox.back Terug
messagebox.cancel Annuleer messagebox.cancel Annuleer
messagebox.discard Wijzigingen ongedaan maken? messagebox.discard Wijzigingen ongedaan maken?
messagebox.error Foutmelding messagebox.error Foutmelding
messagebox.feature_not_supported Functie wordt niet ondersteund. Neem contact op met uw firmware provider!
messagebox.info Informatie messagebox.info Informatie
messagebox.no Nee messagebox.no Nee
messagebox.ok Ok messagebox.ok Ok
@@ -1763,6 +1764,7 @@ opkg.messagebox.updates.available Updates beschikbare!
opkg.success.install installatie succesvol!\n herstart van Neutrino mogelijk vereist. Nu opnieuw opstarten? opkg.success.install installatie succesvol!\n herstart van Neutrino mogelijk vereist. Nu opnieuw opstarten?
opkg.title Pakket management opkg.title Pakket management
opkg.upgrade Upgrade geïnstalleerd pakketten opkg.upgrade Upgrade geïnstalleerd pakketten
opkg.warning_3rdparty_packages 3rd party pakketten kan uw systeem beschadigen! Bent u zeker dat dit pakket te installeren?
options.default Herstel standaardwaarden options.default Herstel standaardwaarden
options.fb framebuffer options.fb framebuffer
options.hint_default Reset de waardes naar standaard waardes options.hint_default Reset de waardes naar standaard waardes

View File

@@ -1423,6 +1423,7 @@ messagebox.back späť
messagebox.cancel zruš messagebox.cancel zruš
messagebox.discard Zruš zmeny? messagebox.discard Zruš zmeny?
messagebox.error Chyba messagebox.error Chyba
messagebox.feature_not_supported Funkcia nie je podporovaná!
messagebox.info Správa messagebox.info Správa
messagebox.no nie messagebox.no nie
messagebox.ok ok messagebox.ok ok
@@ -1853,6 +1854,7 @@ opkg.messagebox.updates.available Aktualizácia k dispozícii!
opkg.success.install inštalácia úspešne!\n Môže byť potrebné reštart neutríno. Teraz reštartovať? opkg.success.install inštalácia úspešne!\n Môže byť potrebné reštart neutríno. Teraz reštartovať?
opkg.title Správa balíčkov opkg.title Správa balíčkov
opkg.upgrade Aktualizovanie inštalovaných balíčkov opkg.upgrade Aktualizovanie inštalovaných balíčkov
opkg.warning_3rdparty_packages Zahraničné balíčky by mohli poškodiť systém! Si si istý, že inštaláciu tohto balíka?
options.default obnov predvolené options.default obnov predvolené
options.fb FRAMEBUFFER options.fb FRAMEBUFFER
options.hint_default Nastaviť prednastavené hodnoty options.hint_default Nastaviť prednastavené hodnoty

View File

@@ -1459,6 +1459,7 @@ typedef enum
LOCALE_MESSAGEBOX_CANCEL, LOCALE_MESSAGEBOX_CANCEL,
LOCALE_MESSAGEBOX_DISCARD, LOCALE_MESSAGEBOX_DISCARD,
LOCALE_MESSAGEBOX_ERROR, LOCALE_MESSAGEBOX_ERROR,
LOCALE_MESSAGEBOX_FEATURE_NOT_SUPPORTED,
LOCALE_MESSAGEBOX_INFO, LOCALE_MESSAGEBOX_INFO,
LOCALE_MESSAGEBOX_NO, LOCALE_MESSAGEBOX_NO,
LOCALE_MESSAGEBOX_OK, LOCALE_MESSAGEBOX_OK,
@@ -1899,6 +1900,7 @@ typedef enum
LOCALE_OPKG_SUCCESS_INSTALL, LOCALE_OPKG_SUCCESS_INSTALL,
LOCALE_OPKG_TITLE, LOCALE_OPKG_TITLE,
LOCALE_OPKG_UPGRADE, LOCALE_OPKG_UPGRADE,
LOCALE_OPKG_WARNING_3RDPARTY_PACKAGES,
LOCALE_OPTIONS_DEFAULT, LOCALE_OPTIONS_DEFAULT,
LOCALE_OPTIONS_FB, LOCALE_OPTIONS_FB,
LOCALE_OPTIONS_HINT_DEFAULT, LOCALE_OPTIONS_HINT_DEFAULT,

View File

@@ -1459,6 +1459,7 @@ const char * locale_real_names[] =
"messagebox.cancel", "messagebox.cancel",
"messagebox.discard", "messagebox.discard",
"messagebox.error", "messagebox.error",
"messagebox.feature_not_supported",
"messagebox.info", "messagebox.info",
"messagebox.no", "messagebox.no",
"messagebox.ok", "messagebox.ok",
@@ -1899,6 +1900,7 @@ const char * locale_real_names[] =
"opkg.success.install", "opkg.success.install",
"opkg.title", "opkg.title",
"opkg.upgrade", "opkg.upgrade",
"opkg.warning_3rdparty_packages",
"options.default", "options.default",
"options.fb", "options.fb",
"options.hint_default", "options.hint_default",