Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Side by Side Diff: grit/testdata/source.rc

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « grit/testdata/simple-input.xml ('k') | grit/testdata/special_100_percent/a.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 IDC_KLONKMENU MENU
2 BEGIN
3 POPUP "&File"
4 BEGIN
5 MENUITEM "E&xit", IDM_EXIT
6 MENUITEM "This be ""Klonk"" me like", ID_FILE_THISBE
7 POPUP "gonk"
8 BEGIN
9 MENUITEM "Klonk && is [good]", ID_GONK_KLONKIS
10 END
11 END
12 POPUP "&Help"
13 BEGIN
14 MENUITEM "&About ...", IDM_ABOUT
15 END
16 END
17
18 IDD_ABOUTBOX DIALOGEX 22, 17, 230, 75
19 STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
20 CAPTION "About"
21 FONT 8, "System", 0, 0, 0x0
22 BEGIN
23 ICON IDI_KLONK,IDC_MYICON,14,9,20,20
24 LTEXT "klonk Version ""yibbee"" 1.0",IDC_STATIC,49,10,119,8,
25 SS_NOPREFIX
26 LTEXT "Copyright (C) 2005",IDC_STATIC,49,20,119,8
27 DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
28 CONTROL "Jack ""Black"" Daniels",IDC_RADIO1,"Button",
29 BS_AUTORADIOBUTTON,46,51,84,10
30 END
31
32 IDD_DIFFERENT_LENGTH_IN_TRANSL DIALOGEX 22, 17, 230, 75
33 STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
34 CAPTION "Bingobobbi"
35 FONT 8, "System", 0, 0, 0x0
36 BEGIN
37 LTEXT "Howdie dodie!",IDC_STATIC,49,10,119,8,SS_NOPREFIX
38 LTEXT "Yo froodie!",IDC_STATIC,49,20,119,8
39 END
40
41 STRINGTABLE
42 BEGIN
43 IDS_SIMPLE "One"
44 IDS_PLACEHOLDER "%s birds"
45 IDS_PLACEHOLDERS "%d of %d"
46 IDS_REORDERED_PLACEHOLDERS "$1 of $2"
47 // Won't be in translations list because it has changed
48 IDS_CHANGED "This was the old version"
49 IDS_TWIN_1 "Hello"
50 IDS_TWIN_2 "Hello"
51 IDS_NOT_TRANSLATEABLE ":"
52 IDS_LONGER_TRANSLATED "Removed document $1"
53 // Won't appear in the list of translations because it's not in the .grd file
54 IDS_NO_LONGER_USED "Not used"
55 IDS_DIFFERENT_TWIN_1 "Howdie"
56 IDS_DIFFERENT_TWIN_2 "Howdie"
57 END
OLDNEW
« no previous file with comments | « grit/testdata/simple-input.xml ('k') | grit/testdata/special_100_percent/a.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698