author | Michael Krelin <hacker@klever.net> | 2006-09-26 19:21:57 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-09-26 19:21:57 (UTC) |
commit | c5ea6ff7abd6e376ae151c9724d24f6fe156766e (patch) (unidiff) | |
tree | 0df2e4ecf02f89c4b85d1950b5c6f4fd2f67f9bd /locale/en-US | |
parent | 5207247fdc837ae9de1d81db903f6cd92532595e (diff) | |
download | fireflix-c5ea6ff7abd6e376ae151c9724d24f6fe156766e.zip fireflix-c5ea6ff7abd6e376ae151c9724d24f6fe156766e.tar.gz fireflix-c5ea6ff7abd6e376ae151c9724d24f6fe156766e.tar.bz2 |
Initial import into public repository0.0
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@159 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | locale/en-US/fireflix.dtd | 79 | ||||
-rw-r--r-- | locale/en-US/fireflix.properties | 11 |
2 files changed, 90 insertions, 0 deletions
diff --git a/locale/en-US/fireflix.dtd b/locale/en-US/fireflix.dtd new file mode 100644 index 0000000..2b6e72a --- a/dev/null +++ b/locale/en-US/fireflix.dtd | |||
@@ -0,0 +1,79 @@ | |||
1 | <!ENTITY % autoconf SYSTEM "chrome://fireflix/content/autoconf.dtd"> | ||
2 | %autoconf; | ||
3 | |||
4 | <!-- About Box --> | ||
5 | |||
6 | <!ENTITY aboutFireflix "About Fireflix" > | ||
7 | <!ENTITY about.ok.label "OK"> | ||
8 | <!ENTITY about.license.label "License"> | ||
9 | <!ENTITY about.license.tip "Show copying policy"> | ||
10 | |||
11 | <!-- COPYING --> | ||
12 | |||
13 | <!ENTITY copying.title "Filreflix: copying policy"> | ||
14 | |||
15 | <!-- Sidebar --> | ||
16 | |||
17 | <!ENTITY panel.auth_info "Authorization info"> | ||
18 | <!ENTITY panel.no_auth_info "No auth info available"> | ||
19 | <!ENTITY panel.auth_button "Authorize"> | ||
20 | <!ENTITY panel.auth_complete_button "Authorization complete"> | ||
21 | <!ENTITY panel.flickr_button.label "Flickr"> | ||
22 | <!ENTITY panel.flickr_button.tip "Open Flickr in new tab"> | ||
23 | |||
24 | <!ENTITY panel.tabs.search "Search" > | ||
25 | <!ENTITY panel.tabs.sets "Sets" > | ||
26 | <!ENTITY panel.tabs.tags "Tags" > | ||
27 | <!ENTITY panel.tabs.upload "Upload" > | ||
28 | |||
29 | <!ENTITY panel.search.cmd_search.label "Search" > | ||
30 | <!ENTITY panel.search.search_for.label "Search for:" > | ||
31 | <!ENTITY panel.search.mode.tagsonly.label "tags"> | ||
32 | <!ENTITY panel.search.mode.tagsonly.tip "Search tags only"> | ||
33 | <!ENTITY panel.search.mode.mine.label "mine"> | ||
34 | <!ENTITY panel.search.col.title.label "Title"> | ||
35 | <!ENTITY panel.search.cmd_search_open.label "Open"> | ||
36 | |||
37 | <!ENTITY panel.sets.name.label "Set"> | ||
38 | <!ENTITY panel.sets.name.tip "Photoset name"> | ||
39 | <!ENTITY panel.sets.photos.label "Photos"> | ||
40 | <!ENTITY panel.sets.photos.tip "Number of photos in set"> | ||
41 | |||
42 | <!ENTITY panel.sets.cmd_refresh_sets "Refresh"> | ||
43 | <!ENTITY panel.sets.cmd_properties "Properties"> | ||
44 | |||
45 | <!ENTITY panel.sets.generate_html "Generate HTML"> | ||
46 | |||
47 | <!ENTITY panel.setphotos.title.label "Title"> | ||
48 | <!ENTITY panel.setphotos.title.tip "Picture title"> | ||
49 | <!ENTITY panel.setphotos.taken.label "Taken"> | ||
50 | <!ENTITY panel.setphotos.taken.tip "When the picture was taken"> | ||
51 | <!ENTITY panel.setphotos.upload.label "Uploaded"> | ||
52 | <!ENTITY panel.setphotos.upload.tip "When the picure was uploaded"> | ||
53 | |||
54 | <!ENTITY panel.tagslist.tag.label "Tag"> | ||
55 | |||
56 | <!ENTITY panel.uploadlist.file.label "File name"> | ||
57 | <!ENTITY panel.uploadlist.title.label "Title"> | ||
58 | <!ENTITY panel.uploadlist.status.label "Status"> | ||
59 | |||
60 | <!ENTITY panel.upload_props.filename.label "File:"> | ||
61 | <!ENTITY panel.upload_props.title.label "Title:"> | ||
62 | <!ENTITY panel.upload_props.tags.label "Tags:"> | ||
63 | |||
64 | <!ENTITY panel.uploads.upload.label "Upload"> | ||
65 | <!ENTITY panel.uploads.clear.label "Clear"> | ||
66 | <!ENTITY panel.uploads.remove.label "Remove"> | ||
67 | <!ENTITY panel.uploads.add.label "Add"> | ||
68 | <!ENTITY panel.uploads.generate_html "Generate HTML"> | ||
69 | |||
70 | <!ENTITY generated.title "Fireflix: Generated content"> | ||
71 | <!ENTITY generated.copy "copy"> | ||
72 | |||
73 | <!ENTITY browser.sidebar.label "Fireflix"> | ||
74 | <!ENTITY browser.sidebar.title "Fireflix"> | ||
75 | |||
76 | <!ENTITY photosetprops.title "Photoset properties"> | ||
77 | <!ENTITY photosetprops.set_title.label "Photoset title:"> | ||
78 | <!ENTITY photosetprops.set_desc.label "Photoset description:"> | ||
79 | |||
diff --git a/locale/en-US/fireflix.properties b/locale/en-US/fireflix.properties new file mode 100644 index 0000000..7caa12f --- a/dev/null +++ b/locale/en-US/fireflix.properties | |||
@@ -0,0 +1,11 @@ | |||
1 | postUploadPhotoset=Create a new photoset for uploaded photos (cancel if you don't want to create a photoset) | ||
2 | |||
3 | menutitle_Images=Images | ||
4 | menutitle_Links=Linked to… | ||
5 | urltype_s=Small square (75x75) | ||
6 | urltype_t=Thumbnail (fits in 100x100) | ||
7 | urltype_m=Small (fits in 240x240) | ||
8 | urltype__=Medium (fits in 500x500) | ||
9 | urltype_b=Large (fits in 1024x1024) | ||
10 | urltype_o=Original image | ||
11 | urltype_p=Flickr photo URL | ||