author | Michael Krelin <hacker@klever.net> | 2006-12-18 18:33:08 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-12-18 18:33:08 (UTC) |
commit | 1838bc18394967371d7a1c00516db5e290f80ea3 (patch) (unidiff) | |
tree | 35ed9652b8efc157f2898a612da94bb735fe2d39 /locale/en-US | |
parent | 4bf5c81652cc684a5d5ba3fb4910697b8daaca22 (diff) | |
download | fireflix-1838bc18394967371d7a1c00516db5e290f80ea3.zip fireflix-1838bc18394967371d7a1c00516db5e290f80ea3.tar.gz fireflix-1838bc18394967371d7a1c00516db5e290f80ea3.tar.bz2 |
Setting photo privacy before uploading
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@240 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | locale/en-US/fireflix.dtd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en-US/fireflix.dtd b/locale/en-US/fireflix.dtd index 3380078..d975031 100644 --- a/locale/en-US/fireflix.dtd +++ b/locale/en-US/fireflix.dtd | |||
@@ -60,24 +60,27 @@ | |||
60 | 60 | ||
61 | <!ENTITY panel.setphotos.generate_html "Generate HTML"> | 61 | <!ENTITY panel.setphotos.generate_html "Generate HTML"> |
62 | 62 | ||
63 | <!ENTITY panel.tagslist.tag.label "Tag"> | 63 | <!ENTITY panel.tagslist.tag.label "Tag"> |
64 | 64 | ||
65 | <!ENTITY panel.uploadlist.file.label "File name"> | 65 | <!ENTITY panel.uploadlist.file.label "File name"> |
66 | <!ENTITY panel.uploadlist.title.label "Title"> | 66 | <!ENTITY panel.uploadlist.title.label "Title"> |
67 | <!ENTITY panel.uploadlist.status.label "Status"> | 67 | <!ENTITY panel.uploadlist.status.label "Status"> |
68 | 68 | ||
69 | <!ENTITY panel.upload_props.filename.label "File:"> | 69 | <!ENTITY panel.upload_props.filename.label "File:"> |
70 | <!ENTITY panel.upload_props.title.label "Title:"> | 70 | <!ENTITY panel.upload_props.title.label "Title:"> |
71 | <!ENTITY panel.upload_props.tags.label "Tags:"> | 71 | <!ENTITY panel.upload_props.tags.label "Tags:"> |
72 | <!ENTITY panel.upload_props.is_public "Public"> | ||
73 | <!ENTITY panel.upload_props.is_friend "Friends"> | ||
74 | <!ENTITY panel.upload_props.is_family "Family"> | ||
72 | 75 | ||
73 | <!ENTITY panel.uploads.upload.label "Upload"> | 76 | <!ENTITY panel.uploads.upload.label "Upload"> |
74 | <!ENTITY panel.uploads.clear.label "Clear"> | 77 | <!ENTITY panel.uploads.clear.label "Clear"> |
75 | <!ENTITY panel.uploads.remove.label "Remove"> | 78 | <!ENTITY panel.uploads.remove.label "Remove"> |
76 | <!ENTITY panel.uploads.add.label "Add"> | 79 | <!ENTITY panel.uploads.add.label "Add"> |
77 | <!ENTITY panel.uploads.generate_html "Generate HTML"> | 80 | <!ENTITY panel.uploads.generate_html "Generate HTML"> |
78 | 81 | ||
79 | <!ENTITY generated.title "Fireflix: Generated content"> | 82 | <!ENTITY generated.title "Fireflix: Generated content"> |
80 | <!ENTITY generated.copy "copy"> | 83 | <!ENTITY generated.copy "copy"> |
81 | <!ENTITY generated.nolf "remove linebreaks"> | 84 | <!ENTITY generated.nolf "remove linebreaks"> |
82 | 85 | ||
83 | <!ENTITY browser.sidebar.label "Fireflix"> | 86 | <!ENTITY browser.sidebar.label "Fireflix"> |