[REGEDIT]
[reactos.git] / reactos / base / applications / regedit / lang / sl-SI.rc
index 6b48d6b..fe389f2 100644 (file)
@@ -54,9 +54,9 @@ BEGIN
         MENUITEM "&Izvozi registrsko datoteko ...",    ID_REGISTRY_EXPORTREGISTRYFILE
 
         MENUITEM SEPARATOR
-               MENUITEM "Load Hive...",                                ID_REGISTRY_LOADHIVE, GRAYED
-               MENUITEM "Unload Hive...",                              ID_REGISTRY_UNLOADHIVE, GRAYED
-               MENUITEM SEPARATOR
+        MENUITEM "Load Hive...",        ID_REGISTRY_LOADHIVE, GRAYED
+        MENUITEM "Unload Hive...",      ID_REGISTRY_UNLOADHIVE, GRAYED
+        MENUITEM SEPARATOR
         MENUITEM "P&oveži se z omrežnim registrom ...", ID_REGISTRY_CONNECTNETWORKREGISTRY, GRAYED
 
 
@@ -351,8 +351,8 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
-    IDS_ERROR              "Error"
-    IDS_WARNING                    "Warning"
+    IDS_ERROR               "Error"
+    IDS_WARNING             "Warning"
     IDS_BAD_KEY             "Can't query key '%s'"
     IDS_BAD_VALUE           "Can't query value '%s'"
     IDS_UNSUPPORTED_TYPE    "Can't edit keys of this type (%ld)"
@@ -368,6 +368,8 @@ BEGIN
     IDS_ERR_DELETEVALUE     "Unable to delete all specified values!"
     IDS_ERR_RENVAL_CAPTION  "Error Renaming Value"
     IDS_ERR_RENVAL_TOEMPTY  "Cannot rename %s. The specified value name is empty. Try another name and try again."
+    IDS_QUERY_IMPORT_HIVE_CAPTION "Confirm Key Restoration"
+    IDS_QUERY_IMPORT_HIVE_MSG     "A key will be restored on top of the currently selected key.\nAll values and subkeys of this key will be deleted.\nDo you want to continue the operation?"
     IDS_NEW_KEY             "New Key #%d"
     IDS_NEW_VALUE           "New Value #%d"
 END
@@ -389,9 +391,11 @@ END
 STRINGTABLE DISCARDABLE
 BEGIN
     IDS_FLT_REGFILE         "Registration File"
-    IDS_FLT_REGFILES        "Registration Files"
+    IDS_FLT_REGFILES        "Registration Files (*.reg)"
     IDS_FLT_REGFILES_FLT    "*.reg"
-    IDS_FLT_REGEDIT4        "Win9x/NT4 Registration Files (REGEDIT4)"
+    IDS_FLT_HIVFILES        "Registry Hive Files (*.*)"
+    IDS_FLT_HIVFILES_FLT    "*.*"
+    IDS_FLT_REGEDIT4        "Win9x/NT4 Registration Files (REGEDIT4) (*.reg)"
     IDS_FLT_REGEDIT4_FLT    "*.reg"
     IDS_FLT_ALLFILES        "All Files (*.*)"
     IDS_FLT_ALLFILES_FLT    "*.*"
@@ -430,8 +434,9 @@ END
 
 STRINGTABLE DISCARDABLE
 BEGIN
-  IDS_IMPORT_PROMPT             "Add the data to the registry?"
-  IDS_IMPORTED_OK               "Information added to the registry"
+  IDS_IMPORT_PROMPT              "Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in '%1', do not add it to registry.\n\nAre you sure you want to continue?"
+  IDS_IMPORT_OK                  "The keys and values contained in '%1' have been successfully added to the registry."
+  IDS_IMPORT_ERROR               "Cannot import '%1': Error opening the file. There may be a disk, file system error or file may not exist."
 END
 
 STRINGTABLE DISCARDABLE