This file is indexed.

/usr/share/GNUstep/Affiche.app/English.lproj/Localizable.strings is in affiche.app 0.6.0-9build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
71
72
73
74
75
76
77
78
79
80
81
82
/** Affiche.m */
"Info" = "Info";
"File" = "File";
"Edit" = "Edit";
"Note" = "Note";
"Color" = "Color";
"Windows" = "Windows";
"Print" = "Print";
"Services" = "Services";
"Hide" = "Hide";
"Quit" = "Quit";
"Info Panel..." = "Info Panel...";
"Preferences..." = "Preferences...";
"Help..." = "Help...";
"New Note" = "New Note";
"Close" = "Close";
"Save All" = "Save All";
"Import Text" = "Import Text";
"Export Text" = "Export Text";
"Cut" = "Cut";
"Copy" = "Copy";
"Paste" = "Paste";
"Delete" = "Delete";
"Select All" = "Select All";
"Format" = "Format";
"Note Info" = "Note Info";
"Blue" = "Blue";
"Gray" = "Gray";
"Green" = "Green";
"Purple" = "Purple";
"Yellow" = "Yellow";

/** ColorView.m */

/** Constants.m */

/** LabelWidget.m */

/** Note.m */

/** NoteInfoWindow.m */
"Creation date:" = "Creation date:";
"Modification date:" = "Modification date:";
"Title:" = "Title:";
"No title" = "No title";
"First line of note" = "First line of note";
"Custom" = "Custom";

/** NoteInfoWindowController.m */
"Note Information" = "Note Information";

/** NoteView.m */

/** NoteWindow.m */

/** NoteWindowController.m */
"Closing a note..." = "Closing a note...";
"Would you like to save this note (%@...)\nto a file?" = "Would you like to save this note (%@...)\nto a file?";
"Cancel" = "Cancel";
"Yes" = "Yes";
"No" = "No";

/** PreferencesPanel.m */
"Font:" = "Font:";
"Set..." = "Set...";
"Color:" = "Color:";
/* "Blue" =  "Blue"; */
/* "Gray" =  "Gray"; */
/* "Green" =  "Green"; */
/* "Purple" =  "Purple"; */
/* "Yellow" =  "Yellow"; */
"Title bar" = "Title bar";
"Note content" = "Note content";
"Position:" = "Position:";
/* "Title:" =  "Title:"; */
/* "No title" =  "No title"; */
/* "First line of note" =  "First line of note"; */
/* "Custom" =  "Custom"; */
"Defaults used when creating a new note:" = "Defaults used when creating a new note:";

/** PreferencesPanelController.m */
/* "Preferences..." =  "Preferences..."; */