mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
139 lines
6.0 KiB
Plaintext
139 lines
6.0 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";
|
|
|
|
/* Created at template string. %@ is replaced by locaized date and time */
|
|
"CREATED_AT_%@" = "created: %@";
|
|
|
|
/* Default Titel for new Custom-Fields */
|
|
"DEFAULT_CUSTOM_FIELD_TITLE" = "Title";
|
|
|
|
/* Default Value for new Custom-Fields */
|
|
"DEFAULT_CUSTOM_FIELD_VALUE" = "Value";
|
|
|
|
/* Title for a newly created entry */
|
|
"DEFAULT_ENTRY_TITLE" = "New Entry";
|
|
|
|
/* Title for a newly created group */
|
|
"DEFAULT_GROUP_NAME" = "New Group";
|
|
|
|
/* No comment provided by engineer. */
|
|
"DELETE" = "Delete";
|
|
|
|
/* No comment provided by engineer. */
|
|
"DELETE_GROUP" = "Delete Group";
|
|
|
|
/* No comment provided by engineer. */
|
|
"DELETE_ENTRY" = "Delete Entry";
|
|
|
|
/* No comment provided by engineer. */
|
|
"EDIT" = "Edit";
|
|
|
|
/* General Settings Label */
|
|
"GENERAL_SETTINGS" = "General";
|
|
|
|
/* Groups header */
|
|
"GROUPS" = "GROUPS";
|
|
|
|
/* 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";
|
|
|
|
/* Modifed at template string. %@ is replaced by locaized date and time */
|
|
"MODIFED_AT_%@" = "modified: %@";
|
|
|
|
/* No item selected in inspector */
|
|
"NAME" = "Name";
|
|
|
|
/* Name for a newly created Database */
|
|
"NEW_DATABASE" = "New Database";
|
|
|
|
/* No comment provided by engineer. */
|
|
"OPEN_URL" = "Open URL";
|
|
|
|
/* No comment provided by engineer. */
|
|
"SEARCH" = "Search";
|
|
|
|
/* Menu item if no reycleBin is selected */
|
|
"SELECT_RECYCLEBIN" = "Select Recylebin";
|
|
|
|
/* 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";
|
|
|
|
/* Name for the trash group */
|
|
"TRASH_GROUP" = "Trash";
|
|
|
|
/* No comment provided by engineer. */
|
|
"INSPECTOR" = "Inspector";
|
|
|
|
/* No comment provided by engineer. */
|
|
"ADD_GROUP" = "Add Group";
|
|
|
|
/* Undo add Entry */
|
|
"ADD_ENTRY" = "Add Entry";
|
|
|
|
/* Undo set name */
|
|
"SET_NAME" = "Edit Name";
|
|
|
|
/* Undo set title */
|
|
"SET_TITLE" = "Edit Title";
|
|
|
|
/* Undo set username */
|
|
"SET_USERNAME" = "Edit Username";
|
|
|
|
/* Undo set password */
|
|
"SET_PASSWORT" = "Edit Password";
|
|
|
|
/* Undo set URL */
|
|
"SET_URL" = "Edit URL";
|
|
|
|
/* Undo set notes */
|
|
"SET_NOTES" = "Edit Notes";
|
|
|
|
/* No comment provided by engineer. */
|
|
"URL" = "URL";
|
|
|