-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalizable.strings
More file actions
70 lines (62 loc) · 4.9 KB
/
Localizable.strings
File metadata and controls
70 lines (62 loc) · 4.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*
Localizable.strings
Caffeinator
Created by aaplmath on 3/26/18.
Copyright © 2018 aaplmath. All rights reserved.
*/
"AD.license-error" = "There was an error parsing the License text. Please report this so it can be fixed.";
"AD.start-caffeinator" = "Start Caffeinator";
"AD.stop-caffeinator" = "Stop Caffeinator";
"AD.process-menu-item" = "Caffeinate a Process…";
"AD.pref-tag-err-title" = "Unknown Preference Tag";
"AD.pref-tag-err-msg" = "An attempt was made to set a preference by an unrecognized sender. This error should be reported.";
"AD.process-dialog-window-title" = "Caffeinate a Process";
"AD.process-dialog-title" = "Select a Process";
"AD.process-dialog-msg" = "Enter the PID of the process you would like to Caffeinate. This PID can be found in Activity Monitor:";
"AD.process-failure-title" = "Failed to Caffeinate Process";
"AD.process-failure-msg" = "The specified process could not be Caffeinated. Ensure that you have selected a valid process from the list or entered an integer PID.";
"AD.caffeinating-app-label" = "Caffeinating %@";
"AD.illegal-process-title" = "Illegal Input";
"AD.illegal-process-msg" = "You must enter the PID of the process you wish to Caffeinate.";
"AD.minutes-with-space" = " minutes";
"AD.hours-with-space" = " hours";
"AD.illegal-time-title" = "Illegal Time Value";
"AD.illegal-time-msg" = "The time value must be a valid number greater than or equal to 1 second.";
"AD.caffeinate-missing-dialog-title" = "Could Not Find Caffeinate";
"AD.caffeinate-missing-dialog-msg" = "Your system does not appear to have caffeinate installed. Ensure that your disk permissions are properly set; you may also need to re-install macOS.";
"AD.caffeinate-failure-title" = "Caffeination Failed to Start";
"AD.caffeinate-failure-msg" = "Caffeination failed to start. The following error occurred:\n%@";
"AD.custom-callback-failure-title" = "Could Not Start Custom Caffeination";
"AD.custom-callback-failure-msg" = "An unknown data type was found when attempting to start a custom Caffeination. Please report this error.";
"AD.bad-opt-config-title" = "Illegal Option Configuration";
"AD.bad-opt-config-msg" = "A Caffeination with the specified options could not be started. Ensure that a value has been provided for each selected option that requires one.";
"CPVC.no-argument-label" = "None";
"HKM.no-menu-id-title" = "Menu Registered Without ID";
"HKM.no-menu-id-body" = "An attempt was made to register a menu for keyboard shortcut mapping without a menu identifier. This may cause unexpected behavior and should not have occurred. Please report this error.";
"HKM.illegal-menu-id-title" = "Illegal Menu ID";
"HKM.illegal-menu-id-body" = "An attempt was made to set a keyboard shortcut for a non-existent menu item. This error should not have occurred and should be reported.";
"HPVC.could-not-find-help" = "Could not find help file.";
"KM.kill-caffeinate-prompt-title" = "Existing caffeinate Process Found";
"KM.kill-caffeinate-prompt-msg" = "One or more caffeinate processes are already running on your computer. This may be because Caffeinator did not quit correctly the last time it was opened. Caffeinator only works when no other caffeinate processes are active. Would you like Caffeinator to end these caffeinate processes for you?";
"KM.no-caffeinate-process-title" = "No caffeinate Process Found";
"KM.no-caffeinate-process-msg" = "An attempt was made to kill a background caffeinate process, but no such process exists. This error should be reported unless you manually killed the caffeinate process.";
"KM.unknown-killall-error-title" = "Unknown killall Error";
"KM.unknown-killall-error-msg" = "An unknown error occurred when calling the killall command. This error should be reported.";
"N.ok-text" = "OK";
"N.cancel-text" = "Cancel";
"N.value-dialog-window-title" = "Value Input";
"N.value-dialog-title" = "Please Enter a Value";
"N.value-dialog-msg" = "Please enter the value for the \"%@\" option below:";
"N.error-message-title" = "Error";
"PA.execution-error-title" = "Error During Process Execution";
"PA.execution-error-msg" = "An error occurred when executing %@:\n%@";
"PA.unknown-process-path" = "unknown";
"SVC.no-sender-id-title" = "No Sender ID";
"SVC.no-sender-id-body" = "A button attempted to initiate a shortcut modification without a valid sender ID. This error should not have occured; please report it.";
"SVC.no-active-title" = "No Active Item for Shortcut";
"SVC.no-active-body" = "An attempt was made to register a keyboard shortcut without an item selected. This should not have occurred; please report this error.";
"SVC.invalid-shortcut-title" = "Invalid Shortcut";
"SVC.invalid-shortcut-body" = "Please enter a valid shortcut using Control, Option, Command, and/or the function keys.";
"SVC.illegal-key-code-title" = "Illegal Key Code";
"SVC.illegal-key-code-body" = "The keyboard shortcut you entered contains an invalid key code. Please try again, or use a different shortcut if the issue persists.";
"SVC.set-button" = "Set";