1 // Microsoft Visual C++ generated resource script.
\r
3 #include "resource.h"
\r
5 #define APSTUDIO_READONLY_SYMBOLS
\r
6 /////////////////////////////////////////////////////////////////////////////
\r
8 // Generated from the TEXTINCLUDE 2 resource.
\r
12 /////////////////////////////////////////////////////////////////////////////
\r
13 #undef APSTUDIO_READONLY_SYMBOLS
\r
15 /////////////////////////////////////////////////////////////////////////////
\r
16 // Neutral resources
\r
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
\r
20 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
\r
21 #pragma code_page(1252)
\r
24 /////////////////////////////////////////////////////////////////////////////
\r
29 // Icon with lowest ID value placed first to ensure application icon
\r
30 // remains consistent on all systems.
\r
31 IDI_APP ICON "..\\Resources\\Tortoise.ico"
\r
32 IDI_CHECKOUT ICON "..\\Resources\\menucheckout.ico"
\r
33 IDI_UPDATE ICON "..\\Resources\\menuupdate.ico"
\r
34 IDI_COMMIT ICON "..\\Resources\\menucommit.ico"
\r
35 IDI_ADD ICON "..\\Resources\\menuadd.ico"
\r
36 IDI_REVERT ICON "..\\Resources\\menurevert.ico"
\r
37 IDI_CLEANUP ICON "..\\Resources\\menucleanup.ico"
\r
38 IDI_RESOLVE ICON "..\\Resources\\menuresolve.ico"
\r
39 IDI_SWITCH ICON "..\\Resources\\menuswitch.ico"
\r
40 IDI_MERGE ICON "..\\Resources\\menumerge.ico"
\r
41 IDI_IMPORT ICON "..\\Resources\\menuimport.ico"
\r
42 IDI_EXPORT ICON "..\\Resources\\menuexport.ico"
\r
43 IDI_COPY ICON "..\\Resources\\menucopy.ico"
\r
44 IDI_DELETE ICON "..\\Resources\\menudelete.ico"
\r
45 IDI_RENAME ICON "..\\Resources\\menurename.ico"
\r
46 IDI_DIFF ICON "..\\Resources\\menucompare.ico"
\r
47 IDI_LOG ICON "..\\Resources\\menulog.ico"
\r
48 IDI_ABOUT ICON "..\\Resources\\menuabout.ico"
\r
49 IDI_SETTINGS ICON "..\\Resources\\menusettings.ico"
\r
50 IDI_CREATEREPOS ICON "..\\Resources\\menucreaterepos.ico"
\r
51 IDI_CONFLICT ICON "..\\Resources\\menuconflict.ico"
\r
52 IDI_RELOCATE ICON "..\\Resources\\menurelocate.ico"
\r
53 IDI_HELP ICON "..\\Resources\\menuhelp.ico"
\r
54 IDI_SHOWCHANGED ICON "..\\Resources\\menushowchanged.ico"
\r
55 IDI_IGNORE ICON "..\\Resources\\menuignore.ico"
\r
56 IDI_REPOBROWSE ICON "..\\Resources\\menurepobrowse.ico"
\r
57 IDI_BLAME ICON "..\\Resources\\menublame.ico"
\r
58 IDI_PATCH ICON "..\\Resources\\menupatch.ico"
\r
59 IDI_CREATEPATCH ICON "..\\Resources\\menudiff.ico"
\r
60 IDI_REVISIONGRAPH ICON "..\\Resources\\menurevisiongraph.ico"
\r
61 IDI_LOCK ICON "..\\Resources\\menulock.ico"
\r
62 IDI_UNLOCK ICON "..\\Resources\\menuunlock.ico"
\r
63 IDI_MENUFILE ICON "..\\Resources\\tsvnmenufile.ico"
\r
64 IDI_MENUFOLDER ICON "..\\Resources\\tsvnmenufolder.ico"
\r
65 IDI_MENULINK ICON "..\\Resources\\tsvnmenulink.ico"
\r
66 IDI_MENUMULTIPLE ICON "..\\Resources\\tsvnmenumultiple.ico"
\r
67 IDI_PROPERTIES ICON "..\\Resources\\menuproperties.ico"
\r
68 IDI_DELUNVERSIONED ICON "..\\Resources\\menudelunversioned.ico"
\r
69 IDI_APPSMALL ICON "..\\Resources\\TortoiseSmall.ico"
\r
70 IDI_CLIPPASTE ICON "..\\Resources\\clippaste.ico"
\r
71 #endif // Neutral resources
\r
72 /////////////////////////////////////////////////////////////////////////////
\r
75 /////////////////////////////////////////////////////////////////////////////
\r
76 // English (U.S.) resources
\r
78 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
\r
80 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
\r
81 #pragma code_page(1252)
\r
84 /////////////////////////////////////////////////////////////////////////////
\r
89 IDD_PROPPAGE DIALOGEX 0, 0, 247, 277
\r
90 STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_CAPTION
\r
91 CAPTION "Property Page"
\r
92 FONT 8, "MS Shell Dlg", 0, 0, 0x1
\r
94 LTEXT "URL:",IDC_STATIC,4,5,26,8
\r
95 EDITTEXT IDC_REPOURL,30,5,213,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
96 LTEXT "URL:",IDC_ESCAPEDURLLABEL,4,17,26,8
\r
97 EDITTEXT IDC_REPOURLUNESCAPED,29,17,214,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
\r
98 LTEXT "Revision / Author:",IDC_STATIC,4,31,76,8
\r
99 EDITTEXT IDC_REVISION,80,31,40,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
100 EDITTEXT IDC_AUTHOR,120,31,94,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
101 LTEXT "Last commit revision:",IDC_STATIC,4,43,76,8
\r
102 EDITTEXT IDC_CREVISION,80,43,40,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
103 EDITTEXT IDC_CDATE,120,43,123,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
104 LTEXT "Text Status:",IDC_STATIC,4,55,76,8
\r
105 EDITTEXT IDC_TEXTSTATUS,80,55,40,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
106 EDITTEXT IDC_TEXTDATE,120,55,123,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
107 LTEXT "Property Status:",IDC_STATIC,4,67,76,8
\r
108 EDITTEXT IDC_PROPSTATUS,80,67,40,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
109 EDITTEXT IDC_PROPDATE,120,67,123,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
\r
110 LTEXT "Lock owner:",IDC_STATIC,4,79,76,8
\r
111 EDITTEXT IDC_LOCKOWNER,80,79,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
\r
112 LTEXT "Lock creation date:",IDC_STATIC,4,91,76,8
\r
113 EDITTEXT IDC_LOCKDATE,80,90,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
\r
114 LTEXT "Repository UUID:",IDC_STATIC,4,103,76,8
\r
115 EDITTEXT IDC_REPOUUID,80,102,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
\r
116 LTEXT "Changelist:",IDC_STATIC,4,115,76,8
\r
117 EDITTEXT IDC_CHANGELIST,80,114,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
\r
118 LTEXT "Depth:",IDC_STATIC,4,127,76,8
\r
119 EDITTEXT IDC_DEPTHEDIT,80,126,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
\r
120 LTEXT "Checksum:",IDC_STATIC,4,139,76,8
\r
121 EDITTEXT IDC_CHECKSUM,80,138,163,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
\r
122 LTEXT "locked:",IDC_STATIC,4,151,76,8
\r
123 LTEXT "yes",IDC_LOCKED,80,150,163,8
\r
124 LTEXT "switched:",IDC_STATIC,4,163,76,8
\r
125 LTEXT "yes",IDC_SWITCHED,80,162,163,8
\r
126 LTEXT "copied:",IDC_STATIC,4,175,76,8
\r
127 LTEXT "yes",IDC_COPIED,80,174,163,8
\r
128 PUSHBUTTON "&Properties...",IDC_EDITPROPERTIES,4,191,107,14
\r
129 PUSHBUTTON "Show &log",IDC_SHOWLOG,120,191,123,14
\r
133 #ifdef APSTUDIO_INVOKED
\r
134 /////////////////////////////////////////////////////////////////////////////
\r
146 "#include ""winres.h""\r\n"
\r
152 "LANGUAGE 9, 1\r\n"
\r
153 "#pragma code_page(1252)\r\n"
\r
154 "#include ""resource.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
\r
158 #endif // APSTUDIO_INVOKED
\r
161 /////////////////////////////////////////////////////////////////////////////
\r
166 #ifdef APSTUDIO_INVOKED
\r
167 GUIDELINES DESIGNINFO
\r
169 IDD_PROPPAGE, DIALOG
\r
178 #endif // APSTUDIO_INVOKED
\r
181 /////////////////////////////////////////////////////////////////////////////
\r
188 IDS_MENUCHECKOUT "Chec&kout..."
\r
189 IDS_MENUUPDATE "&Update"
\r
190 IDS_MENUCOMMIT "&Commit..."
\r
191 IDS_MENUCREATEREPOS "Create repositor&y here"
\r
192 IDS_MENUADD "&Add..."
\r
193 IDS_MENUREVERT "Re&vert..."
\r
194 IDS_MENUCLEANUP "&Clean up"
\r
195 IDS_MENURESOLVE "Res&olved..."
\r
200 IDS_MENUSWITCH "S&witch..."
\r
201 IDS_MENUMERGE "&Merge..."
\r
202 IDS_MENUBRANCH "Branch/&tag..."
\r
203 IDS_MENUIMPORT "&Import..."
\r
204 IDS_MENUEXPORT "E&xport..."
\r
205 IDS_MENUSETTINGS "&Settings"
\r
206 IDS_MENUABOUT "A&bout"
\r
207 IDS_MENUSUBMENU "&TortoiseSVN"
\r
208 IDS_MENUDESCCHECKOUT "Check out a working copy from a repository"
\r
209 IDS_MENUDESCUPDATE "Updates the working copy to the current revision"
\r
210 IDS_MENUDESCCOMMIT "Commits your changes to the repository"
\r
211 IDS_MENUDESCADD "Adds file(s) to Subversion control"
\r
212 IDS_MENUDESCREVERT "Reverts all changes you made since the last update"
\r
213 IDS_MENUDESCCLEANUP "Cleanup interrupted operations, locked files, ..."
\r
214 IDS_MENUDESCRESOLVE "Resolves conflicted files"
\r
215 IDS_MENUDESCSWITCH "Switch working copy to another branch / tag"
\r
220 IDS_MENUDESCIMPORT "Imports the directory to a repository"
\r
221 IDS_MENUDESCEXPORT "Exports a repository to a clean working copy without the svn administrative folders"
\r
222 IDS_MENUDESCABOUT "Shows information about TortoiseSVN"
\r
223 IDS_MENUDESCCREATEREPOS "Creates a repository database at the current location"
\r
224 IDS_MENUDESCCOPY "Creates a 'cheap' copy inside the repository used for branches or tagging"
\r
225 IDS_MENUDESCMERGE "Merges a branch into the main trunk"
\r
226 IDS_MENUDESCSETTINGS "Tweak TortoiseSVN"
\r
227 IDS_MENUDESCDEFAULT "no description for this command is available"
\r
229 IDS_STATUSUNVERSIONED "non-versioned"
\r
230 IDS_STATUSNORMAL "normal"
\r
231 IDS_STATUSADDED "added"
\r
232 IDS_STATUSABSENT "missing"
\r
233 IDS_STATUSDELETED "deleted"
\r
234 IDS_STATUSREPLACED "replaced"
\r
235 IDS_STATUSMODIFIED "modified"
\r
240 IDS_STATUSMERGED "merged"
\r
241 IDS_STATUSCONFLICTED "conflicted"
\r
242 IDS_STATUSOBSTRUCTED "obstructed"
\r
243 IDS_PROPLOCKED "locked"
\r
244 IDS_PROPPROPERTY "Property"
\r
245 IDS_PROPVALUE "Value"
\r
246 IDS_MENURENAME "Re&name..."
\r
247 IDS_MENUDESCRENAME "Renames files / folders inside version control"
\r
248 IDS_MENUREMOVE "&Delete"
\r
249 IDS_MENUDESCREMOVE "Deletes files / folders from version control"
\r
250 IDS_MENUUPDATEEXT "&Update to revision..."
\r
251 IDS_MENUDESCUPDATEEXT "Updates the working copy to a specific revision"
\r
252 IDS_COLTITLESTATUS "Git Status"
\r
253 IDS_COLDESCSTATUS "Status of item in Git"
\r
254 IDS_COLTITLEREV "Git Revision"
\r
255 IDS_COLDESCREV "Last saved revision of item"
\r
260 IDS_MENUSHOWCHANGED "Check for modi&fications"
\r
261 IDS_MENUDESCSHOWCHANGED "Shows all files which were changed since the last update, locally and in the repository"
\r
262 IDS_MENUIGNORE "Add to &ignore list"
\r
263 IDS_MENUDESCIGNORE "Adds the selected file(s) or the filemask to the 'ignore' list"
\r
264 IDS_STATUSINCOMPLETE "incomplete"
\r
265 IDS_STATUSIGNORED "ignored"
\r
266 IDS_DROPCOPYMENU "Git Copy versioned item(s) here"
\r
267 IDS_PROPWAITCANCEL "Please wait while cancelling..."
\r
268 IDS_SETPROPTITLE "Setting properties..."
\r
269 IDS_MENUREPOBROWSE "&Repo-browser"
\r
270 IDS_MENUDESCREPOBROWSE "Opens the repository browser to tweak the repository online"
\r
271 IDS_MENUBLAME "&Blame..."
\r
272 IDS_STATUSEXTERNAL "external"
\r
273 IDS_MENUDESCBLAME "Blames each line of a file on an author"
\r
274 IDS_MENUCREATEPATCH "Create &patch..."
\r
275 IDS_MENUAPPLYPATCH "Apply &patch..."
\r
280 IDS_MENUDIFF "&Diff"
\r
281 IDS_MENUDESCDIFF "Compares the file with the last committed revision to show you the changes you made"
\r
282 IDS_DROPCOPYADDMENU "Git Copy and add files to this WC"
\r
283 IDS_DROPMOVEMENU "Git Move versioned item(s) here"
\r
284 IDS_MENULOG "Show &log"
\r
285 IDS_MENUDESCLOG "Shows the log for the selected file / folder"
\r
286 IDS_COLTITLEURL "Git URL"
\r
287 IDS_COLDESCURL "URL of Git items"
\r
288 IDS_COLTITLESHORTURL "Git short URL"
\r
289 IDS_COLDESCSHORTURL "Short URL of Git items"
\r
290 IDS_MENUCONFLICT "&Edit conflicts"
\r
291 IDS_MENUDESCCONFLICT "Launches the external diff / merge program to solve the conflicts"
\r
292 IDS_MENURELOCATE "Relo&cate..."
\r
293 IDS_MENUDESCRELOCATE "Use this if the URL of the repository has changed"
\r
294 IDS_MENUHELP "&Help"
\r
295 IDS_MENUDESCHELP "Read the 'Daily Use Guide' before you are stuck..."
\r
300 IDS_MENUDESCCREATEPATCH "Creates a unified diff file with all changes you made"
\r
301 IDS_MENUDESCAPPLYPATCH "Applies a unified diff file to the working copy"
\r
302 IDS_MENUMERGEALL "Merge reintegrate..."
\r
303 IDS_MENUDESCMERGEALL "Merges all missing revisions back into the working copy using merge-tracking information"
\r
304 IDS_MENUUNDOADD "Undo Add.."
\r
305 IDS_MENUDESCUNDOADD "Reverts an addition to version control"
\r
306 IDS_MENUPREVDIFF "&Diff with previous version"
\r
307 IDS_MENUDESCPREVDIFF "Diffs the working copy file with the one before the last commit."
\r
308 IDS_COLTITLEMIMETYPE "Git mime-type"
\r
309 IDS_COLDESCMIMETYPE "Shows the mime type of the versioned file"
\r
310 IDS_DROPEXPORTMENU "Git Export versioned items here"
\r
311 IDS_DROPEXPORTEXTENDEDMENU "Git Export all items here"
\r
312 IDS_MENUIGNOREMULTIPLEMASK "Ignore items by &extension"
\r
317 IDS_MENUCLIPPASTE "&Paste"
\r
318 IDS_MENUDESCCLIPPASTE "Pastes the svn path from the clipboard, resulting in a move (cut) or copy operation"
\r
319 IDS_ERR_PROPNOTONFILE "This property is only allowed on folders, not files."
\r
320 IDS_MENUIGNOREMULTIPLE "&Ignore %d items by name"
\r
321 IDS_ERR_PROPNOMULTILINE "This property must not have multiple lines. Only one line is allowed."
\r
322 IDS_MENUREVISIONGRAPH "Revision &graph"
\r
323 IDS_MENUDESCREVISIONGRAPH
\r
324 "Shows a graphical representation of copies/tags/branches"
\r
325 IDS_MENUUNIGNORE "Remove from &ignore list"
\r
326 IDS_MENUDESCUNIGNORE "Removes the file or filemask from the list of ignored items"
\r
331 IDS_DROPMOVERENAMEMENU "Git Move and rename versioned item here"
\r
332 IDS_MENUPROPERTIES "Properties"
\r
333 IDS_MENUDESCPROPERTIES "Manage Subversion properties"
\r
334 IDS_COLTITLEEOLSTYLE "Git eol-style"
\r
335 IDS_COLDESCEOLSTYLE "Shows the eol-style property value"
\r
336 IDS_MENUURLDIFF "&Diff with URL"
\r
337 IDS_MENUDESCURLDIFF "Compares the selected file with a file in the repository"
\r
338 IDS_PROPBIN "(binary value)"
\r
339 IDS_MENUDELUNVERSIONED "Delete unversioned items..."
\r
340 IDS_MENUDESCDELUNVERSIONED "Removes all unversioned and ignored items"
\r
341 IDS_MENUREMOVEKEEP "&Delete (keep local)"
\r
346 IDS_MENU_LOCK "Get loc&k..."
\r
347 IDS_MENU_UNLOCK "Release loc&k"
\r
348 IDS_MENUDESC_LOCK "Locks a file for other users and makes it editable by you."
\r
349 IDS_MENUDESC_UNLOCK "Releases locks on files so other users can edit them again."
\r
350 IDS_MENU_UNLOCKFORCE "Break loc&k"
\r
351 IDS_MENUDESC_UNLOCKFORCE
\r
352 "Releases locks even if you're not the owner of the locks (breaks them)."
\r
353 IDS_MENU_LOCKFORCE "Steal loc&k"
\r
354 IDS_COLTITLEOWNER "Git Local lock owner"
\r
355 IDS_COLDESCOWNER "The user who owns the lock of the file"
\r
356 IDS_DROPCOPYRENAMEMENU "Git Copy and rename versioned item here"
\r
357 IDS_COLTITLEAUTHOR "Git Author"
\r
358 IDS_COLDESCAUTHOR "The user who did the last commit"
\r
359 IDS_FILEPROPONFOLDER "You can't set this property on folders, only on files!\nIf you want to set it on all files within that folder,\nyou must activate the 'recursive' checkbox."
\r
360 IDS_PROPSNOTSAVED "You have modified properties without saving them first.\nDo you want to save them now?"
\r
361 IDS_MENUADDASREPLACEMENT "Add (as replacement)..."
\r
366 IDS_MENUDESCREMOVEKEEP "Deletes files / folders from version control but keeps the file"
\r
373 IDS_git_DEPTH_INFINITE "Fully recursive"
\r
374 IDS_git_DEPTH_IMMEDIATE "Immediate children, including folders"
\r
375 IDS_git_DEPTH_FILES "Only file children"
\r
376 IDS_git_DEPTH_EMPTY "Only this item"
\r
381 IDS_git_DEPTH_UNKNOWN "Unknown depth"
\r
382 IDS_git_DEPTH_WORKING "Working copy"
\r
385 #endif // English (U.S.) resources
\r
386 /////////////////////////////////////////////////////////////////////////////
\r
390 #ifndef APSTUDIO_INVOKED
\r
391 /////////////////////////////////////////////////////////////////////////////
\r
393 // Generated from the TEXTINCLUDE 3 resource.
\r
396 #pragma code_page(1252)
\r
397 #include "resource.rc2" // non-Microsoft Visual C++ edited resources
\r
399 /////////////////////////////////////////////////////////////////////////////
\r
400 #endif // not APSTUDIO_INVOKED
\r