2009-10-24 13:32:45 +00:00
|
|
|
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
|
|
|
|
|
|
|
STRINGTABLE
|
2014-10-09 12:56:53 +00:00
|
|
|
{
|
|
|
|
STRING_USAGE, "Programmer kjøres som følger:\n\nREG [ ADD | DELETE | QUERY ]\nREG kommando /?\n"
|
|
|
|
STRING_ADD_USAGE, "REG ADD nøkkelnavn [/v verdi | /ve] [/t type] [/s separator] [/d data] [/f]\n"
|
|
|
|
STRING_DELETE_USAGE, "REG DELETE nøkkelnavn [/v verdi | /ve | /va] [/f]\n"
|
|
|
|
STRING_QUERY_USAGE, "REG QUERY nøkkelnavn [/v verdi | /ve] [/s]\n"
|
|
|
|
STRING_SUCCESS, "Operasjonen ble utført\n"
|
|
|
|
STRING_INVALID_KEY, "Feil: Ugyldig nøkkelnavn\n"
|
|
|
|
STRING_INVALID_CMDLINE, "Feil: Ugyldige parametere på kommandolinjen\n"
|
|
|
|
STRING_NO_REMOTE, "Feil: Kan ikke legge til nøkler på ekstern maskin\n"
|
|
|
|
STRING_CANNOT_FIND, "Feil: Systemet klarte ikke finne den angitte registernøkkelen eller -verdien\n"
|
2016-02-28 22:53:26 +00:00
|
|
|
STRING_UNSUPPORTED_TYPE, "reg: Unsupported registry data type [%1]\n"
|
|
|
|
STRING_MISSING_INTEGER, "reg: The option [/d] must be followed by a valid integer\n"
|
|
|
|
STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n"
|
|
|
|
STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n"
|
|
|
|
STRING_OVERWRITE_VALUE, "The registry value '%1' already exists. Do you want to overwrite it?"
|
|
|
|
STRING_YESNO, " (Yes|No)"
|
|
|
|
STRING_YES, "Y"
|
|
|
|
STRING_NO, "N"
|
|
|
|
STRING_CANCELLED, "The registry operation was cancelled\n"
|
|
|
|
STRING_DEFAULT_VALUE, "(Default)"
|
|
|
|
STRING_DELETE_VALUE, "Are you sure you want to delete the registry value '%1'?"
|
|
|
|
STRING_DELETE_VALUEALL, "Are you sure you want to delete all registry values in '%1'?"
|
|
|
|
STRING_DELETE_SUBKEY, "Are you sure you want to delete the registry key '%1'?"
|
2016-06-04 17:48:30 +00:00
|
|
|
STRING_INVALID_STRING, "reg: The option [/d] must be followed by a valid string\n"
|
|
|
|
STRING_VALUEALL_FAILED, "reg: Unable to delete all registry values in '%1'. An unexpected error occurred.\n"
|
|
|
|
STRING_GENERAL_FAILURE, "reg: Unable to complete the specified operation. An unexpected error occurred.\n"
|
|
|
|
STRING_MATCHES_FOUND, "Search complete. Number of matches found: %1!d!\n"
|
|
|
|
STRING_INVALID_SYNTAX, "reg: Invalid syntax. "
|
|
|
|
STRING_INVALID_OPTION, "reg: Invalid option [%1]. "
|
|
|
|
STRING_REG_HELP, "Type ""REG /?"" for help.\n"
|
|
|
|
STRING_FUNC_HELP, "Type ""REG %1 /?"" for help.\n"
|
2016-08-19 09:52:47 +00:00
|
|
|
STRING_VALUE_NOT_SET, "(value not set)"
|
2017-09-24 11:33:04 +00:00
|
|
|
STRING_IMPORT_USAGE, "REG IMPORT file.reg\n"
|
|
|
|
STRING_FILE_NOT_FOUND, "reg: The file '%1' was not found.\n"
|
|
|
|
STRING_OPEN_KEY_FAILED, "reg: Unable to open the registry key '%1'.\n"
|
|
|
|
STRING_ESCAPE_SEQUENCE, "reg: Unrecognized escape sequence [\\%1!c!]\n"
|
2014-10-09 12:56:53 +00:00
|
|
|
}
|