mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 11:09:50 +00:00
Fixed some localizations in the inspector
Added emptryTrash action More work on the trash can integration Undo/Redo get's fucked up if any Trash-related operation is in the stack!
This commit is contained in:
@@ -2,14 +2,68 @@
|
||||
/* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "101"; */
|
||||
"101.title" = "Name";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "495"; */
|
||||
"495.title" = "Name";
|
||||
/* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "1266"; */
|
||||
"1266.title" = "Name";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "498"; */
|
||||
"498.title" = "Benuztername";
|
||||
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "1267"; */
|
||||
"1267.title" = "Nutzername";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "500"; */
|
||||
"500.title" = "URL";
|
||||
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "1268"; */
|
||||
"1268.title" = "URL";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "502"; */
|
||||
"502.title" = "Passwort";
|
||||
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "1269"; */
|
||||
"1269.title" = "Passwort";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Generate"; ObjectID = "1274"; */
|
||||
"1274.title" = "Password erstellen";
|
||||
|
||||
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "1394"; */
|
||||
"1394.label" = "Allgemein";
|
||||
|
||||
/* Class = "NSTabViewItem"; label = "Notes"; ObjectID = "1395"; */
|
||||
"1395.label" = "Notizen";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1481"; */
|
||||
"1481.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Attachments"; ObjectID = "1513"; */
|
||||
"1513.title" = "Anhänge";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Notes"; ObjectID = "1529"; */
|
||||
"1529.title" = "Notizen";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "1568"; */
|
||||
"1568.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Add File"; ObjectID = "1581"; */
|
||||
"1581.title" = "Neue Datei";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Save File"; ObjectID = "1586"; */
|
||||
"1586.title" = "Datei speichern";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Quality"; ObjectID = "1605"; */
|
||||
"1605.title" = "Qualität";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Created"; ObjectID = "1885"; */
|
||||
"1885.title" = "Erstellt";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Modified"; ObjectID = "1930"; */
|
||||
"1930.title" = "Verändert";
|
||||
|
||||
/* Class = "NSTabViewItem"; label = "Attachments"; ObjectID = "1945"; */
|
||||
"1945.label" = "Anhänge";
|
||||
|
||||
/* Class = "NSTabViewItem"; label = "Fields"; ObjectID = "1947"; */
|
||||
"1947.label" = "Fields";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Custom Fields"; ObjectID = "1991"; */
|
||||
"1991.title" = "Eigene Werte";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2017"; */
|
||||
"2017.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "2043"; */
|
||||
"2043.placeholderString" = "Wert";
|
||||
|
||||
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "2049"; */
|
||||
"2049.placeholderString" = "Titel";
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user