mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
flashtool: localize "Copy Image" string
Origin commit data
------------------
Branch: ni/coolstream
Commit: f2d08d72ac
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Origin message was:
------------------
- flashtool: localize "Copy Image" string
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -556,6 +556,7 @@ flashupdate.cantopenfile kann Datei nicht öffnen
|
|||||||
flashupdate.cantopenmtd kann MTD nicht öffnen
|
flashupdate.cantopenmtd kann MTD nicht öffnen
|
||||||
flashupdate.checkupdate_internet Online nach Updates suchen
|
flashupdate.checkupdate_internet Online nach Updates suchen
|
||||||
flashupdate.checkupdate_local Lokales Update
|
flashupdate.checkupdate_local Lokales Update
|
||||||
|
flashupdate.copy_image Kopiere Image in den Arbeitsspeicher
|
||||||
flashupdate.createimage Image speichern
|
flashupdate.createimage Image speichern
|
||||||
flashupdate.createimage_add_env 'env' hinzufügen
|
flashupdate.createimage_add_env 'env' hinzufügen
|
||||||
flashupdate.createimage_add_kernel 'kernel' hinzufügen
|
flashupdate.createimage_add_kernel 'kernel' hinzufügen
|
||||||
|
@@ -556,6 +556,7 @@ flashupdate.cantopenfile can't open file
|
|||||||
flashupdate.cantopenmtd can't open MTD
|
flashupdate.cantopenmtd can't open MTD
|
||||||
flashupdate.checkupdate_internet Check for online updates
|
flashupdate.checkupdate_internet Check for online updates
|
||||||
flashupdate.checkupdate_local Local update
|
flashupdate.checkupdate_local Local update
|
||||||
|
flashupdate.copy_image Copy Image to main memory
|
||||||
flashupdate.createimage Save image
|
flashupdate.createimage Save image
|
||||||
flashupdate.createimage_add_env Add 'env' to image
|
flashupdate.createimage_add_env Add 'env' to image
|
||||||
flashupdate.createimage_add_kernel Add 'kernel' to image
|
flashupdate.createimage_add_kernel Add 'kernel' to image
|
||||||
|
@@ -200,7 +200,7 @@ bool CFlashTool::program( const std::string & filename, int globalProgressEndEra
|
|||||||
CFileHelpers fh;
|
CFileHelpers fh;
|
||||||
printf("##### [CFlashTool::program] copy flashfile to %s\n", flashfile.c_str());
|
printf("##### [CFlashTool::program] copy flashfile to %s\n", flashfile.c_str());
|
||||||
if(statusViewer)
|
if(statusViewer)
|
||||||
statusViewer->showStatusMessageUTF("Copy Image");
|
statusViewer->showStatusMessageUTF(g_Locale->getText(LOCALE_FLASHUPDATE_COPY_IMAGE));
|
||||||
fh.copyFile(filename.c_str(), flashfile.c_str(), 0644);
|
fh.copyFile(filename.c_str(), flashfile.c_str(), 0644);
|
||||||
sync();
|
sync();
|
||||||
if(statusViewer)
|
if(statusViewer)
|
||||||
|
@@ -583,6 +583,7 @@ typedef enum
|
|||||||
LOCALE_FLASHUPDATE_CANTOPENMTD,
|
LOCALE_FLASHUPDATE_CANTOPENMTD,
|
||||||
LOCALE_FLASHUPDATE_CHECKUPDATE_INTERNET,
|
LOCALE_FLASHUPDATE_CHECKUPDATE_INTERNET,
|
||||||
LOCALE_FLASHUPDATE_CHECKUPDATE_LOCAL,
|
LOCALE_FLASHUPDATE_CHECKUPDATE_LOCAL,
|
||||||
|
LOCALE_FLASHUPDATE_COPY_IMAGE,
|
||||||
LOCALE_FLASHUPDATE_CREATEIMAGE,
|
LOCALE_FLASHUPDATE_CREATEIMAGE,
|
||||||
LOCALE_FLASHUPDATE_CREATEIMAGE_ADD_ENV,
|
LOCALE_FLASHUPDATE_CREATEIMAGE_ADD_ENV,
|
||||||
LOCALE_FLASHUPDATE_CREATEIMAGE_ADD_KERNEL,
|
LOCALE_FLASHUPDATE_CREATEIMAGE_ADD_KERNEL,
|
||||||
|
@@ -583,6 +583,7 @@ const char * locale_real_names[] =
|
|||||||
"flashupdate.cantopenmtd",
|
"flashupdate.cantopenmtd",
|
||||||
"flashupdate.checkupdate_internet",
|
"flashupdate.checkupdate_internet",
|
||||||
"flashupdate.checkupdate_local",
|
"flashupdate.checkupdate_local",
|
||||||
|
"flashupdate.copy_image",
|
||||||
"flashupdate.createimage",
|
"flashupdate.createimage",
|
||||||
"flashupdate.createimage_add_env",
|
"flashupdate.createimage_add_env",
|
||||||
"flashupdate.createimage_add_kernel",
|
"flashupdate.createimage_add_kernel",
|
||||||
|
Reference in New Issue
Block a user