mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
Updated Readme to reflect new modules Added CocoaHTTPServer submodule Fixed SettingsWindow, works now with multiple tabs Added ServerSettings tab
112 lines
4.7 KiB
Plaintext
112 lines
4.7 KiB
Plaintext
/* No comment provided by engineer. */
|
|
"ACTION" = "Action";
|
|
|
|
/* No comment provided by engineer. */
|
|
"ADD_ENTRY" = "Add Entry";
|
|
|
|
/* No comment provided by engineer. */
|
|
"ADD_GROUP" = "Add Group";
|
|
|
|
/* Overlay text for popup image */
|
|
"CHANGE_IMAGE" = "Edit";
|
|
|
|
/* Password was copied to the pasteboard */
|
|
"COPIED_PASSWORD" = "Password copied!";
|
|
|
|
/* Password was copied to the pasteboard */
|
|
"COPIED_URL" = "URL copied!";
|
|
|
|
/* Password was copied to the pasteboard */
|
|
"COPIED_USERNAME" = "Username copied!";
|
|
|
|
/* No comment provided by engineer. */
|
|
"COPY_PASSWORD" = "Copy Password";
|
|
|
|
/* No comment provided by engineer. */
|
|
"COPY_URL" = "Copy URL";
|
|
|
|
/* No comment provided by engineer. */
|
|
"COPY_USERNAME" = "Copy Username";
|
|
|
|
/* Title for a newly created entry */
|
|
"DEFAULT_ENTRY_TITLE" = "Entry";
|
|
|
|
/* Title for a newly created group */
|
|
"DEFAULT_GROUP_NAME" = "Group";
|
|
|
|
/* No comment provided by engineer. */
|
|
"DELETE" = "Delete";
|
|
|
|
/* No comment provided by engineer. */
|
|
"EDIT" = "Edit";
|
|
|
|
/* General Settings Label */
|
|
"GENERAL_SETTINGS" = "General";
|
|
|
|
/* Hide the Inspector */
|
|
"HIDE_INSPECTOR" = "Hide Inspector";
|
|
|
|
/* Hide the Outline View */
|
|
"HIDE_OUTLINE_VIEW" = "Hide Outline";
|
|
|
|
/* No item selected in inspector */
|
|
"INSPECTOR_NO_SELECTION" = "No Selection";
|
|
|
|
/* No item selected in inspector */
|
|
"LOCK" = "Lock";
|
|
|
|
/* No item selected in inspector */
|
|
"NAME" = "Name";
|
|
|
|
/* No comment provided by engineer. */
|
|
"OPEN_URL" = "Open URL";
|
|
|
|
/* No comment provided by engineer. */
|
|
"SEARCH" = "Search";
|
|
|
|
/* No comment provided by engineer. */
|
|
"SERVER_SETTINGS" = "Server";
|
|
|
|
/* Show the Inspector */
|
|
"SHOW_INSPECTOR" = "Show Inspector";
|
|
|
|
/* No comment provided by engineer. */
|
|
"SHOW_OUTLINE_VIEW" = "Show Outline";
|
|
|
|
/* No item selected in inspector */
|
|
"TITLE" = "Title";
|
|
|
|
/* No comment provided by engineer. */
|
|
"INSPECTOR" = "Inspector";
|
|
|
|
/* No comment provided by engineer. */
|
|
"UNDO_ADD_GROUP" = "Add Group";
|
|
|
|
/* Undo add Entry */
|
|
"UNDO_ADD_ENTRY" = "Add Entry";
|
|
|
|
/* No comment provided by engineer. */
|
|
"UNDO_DELETE_GROUP" = "Delete Group";
|
|
|
|
/* Undo set name */
|
|
"UNDO_SET_NAME" = "Edit Name";
|
|
|
|
/* Undo set title */
|
|
"UNDO_SET_TITLE" = "Edit Title";
|
|
|
|
/* Undo set username */
|
|
"UNDO_SET_USERNAME" = "Edit Username";
|
|
|
|
/* Undo set password */
|
|
"UNDO_SET_PASSWORT" = "Edit Password";
|
|
|
|
/* Undo set URL */
|
|
"UNDO_SET_URL" = "Edit URL";
|
|
|
|
/* Undo set notes */
|
|
"UNDO_SET_NOTES" = "Edit Notes";
|
|
|
|
/* No comment provided by engineer. */
|
|
"URL" = "URL";
|
|
|