public
Description: A Mac OS X photo uploader program for my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photoupload/
Clone URL: git://github.com/dustin/photoupload.git
photoupload / English.lproj / Localizable.strings
100644 20 lines (16 sloc) 0.649 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Localizable strings -- English
"Auth Exception" = "Authentication Exception";
"Upload Error" = "Upload Error";
 
// This is a format string that will receive two ints (i.e. 99 of 100)
"UploadingText" = "Uploading %d of %d";
 
// A.T == Alert Title
// A.B == Alert Body
"A.T.NoKeywords" = "Keywords not Given";
"A.B.NoKeywords" = "The keywords field must be filled in.";
"A.T.NoDescription" = "Description not Given";
"A.B.NoDescription" = "The description field must be filled in.";
 
// Buttons
"B.Upload" = "Upload";
"B.Upload.ToolTip" = "Upload selected images.";
"B.Stop" = "Stop";
"B.Stop.ToolTip" = "Stop upload after next image completes.";