~ubuntu-branches/ubuntu/hardy/gallery2/hardy-security

« back to all changes in this revision

Viewing changes to modules/rewrite/po/strings.raw

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2006-04-16 16:42:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060416164235-8uy0u4bfjdxpge2o
Tags: 2.1.1-1
* New upstream release (Closes: #362936)
  + Bugfixes for Postgres7 (Closes: #359000, #362152)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: strings.raw,v 1.15 2005/09/06 02:01:01 mindless Exp $
2
 
 
3
 
gettext("Check short style URLs for filesystem conflicts")
4
 
gettext("This will go through all your Gallery items and check if the short style URL links to an existing file or directory on your webserver.")
5
 
gettext("Processing...")
6
 
gettext("Bad path:")
7
 
gettext("Checking item %d of %d")
8
 
gettext("Checked %d items and found %d conflicts")
 
1
# $Id: strings.raw,v 1.17 2006/01/20 19:07:26 mindless Exp $
 
2
 
 
3
/* FileNotFound.inc */
 
4
gettext("404 File Not Found")
 
5
 
 
6
/* module.inc */
9
7
gettext("URL Rewrite")
10
 
gettext("Enables short URLs using mod_rewrite.")
11
 
gettext("Gallery")
 
8
gettext("Enables short URLs using Apache mod_rewrite, ISAPI Rewrite, or PathInfo.")
 
9
gettext("Gallery") /* also in: test/phpunit/AdminRewriteControllerTest.class test/phpunit/RewriteHelperTest.class test/phpunit/RewriteModuleTest.class test/phpunit/RewriteParserTestCase.class */
12
10
gettext("Show Item")
13
11
gettext("Path to an item (eg, /album/image.jpg.html)")
 
12
gettext("Current language (eg, en or de)")
 
13
gettext("The general URL for viewing items.")
14
14
gettext("Download Item")
15
15
gettext("Ensures browsers do not use cached version when image has changed")
16
 
gettext("Item file name (eg, image.jpg)")
 
16
gettext("The item file name.")
 
17
gettext("The general URL for downloading items.")
17
18
gettext("Site Admin")
18
 
gettext("404 File Not Found")
 
19
gettext("Quick and easy way to access Site Admin.")
 
20
gettext("404 File not found")
19
21
gettext("Block hotlinked items")
 
22
 
 
23
/* classes/RewriteCheckConflictTask.class */
 
24
gettext("Check short style URLs for filesystem conflicts")
 
25
gettext("This will go through all your Gallery items and check if the short style URL links to an existing file or directory on your webserver.")
 
26
gettext("Processing...")
 
27
gettext("Bad path:")
 
28
gettext("Checking item %d of %d")
 
29
gettext("Checked %d items and found %d conflicts")
 
30
 
 
31
/* classes/RewriteParser.class */
 
32
gettext("Bad keyword.")
 
33
gettext("Duplicate short url rule.")
 
34
gettext("Ivalid pattern.")
 
35
gettext("Empty configuration value.")
 
36
 
 
37
/* classes/parsers/isapirewrite/parser.inc */
 
38
gettext("Cannot read the httpd.ini file")
 
39
gettext("Cannot write to httpd.ini file")
 
40
gettext("Cannot write to httpd.ini file, please create it.")
 
41
 
 
42
/* classes/parsers/modrewrite/parser.inc */
 
43
gettext("Cannot read the .htaccess file")
 
44
gettext("Cannot write to the .htaccess file")
 
45
gettext("Cannot write to the .htaccess file, please create it.")
 
46
gettext("Cannot read the embedded .htaccess file")
 
47
gettext("Cannot write to the embedded .htaccess file")
 
48
gettext("Cannot write to the embedded .htaccess file, please create it.")
 
49
 
 
50
/* templates/AdminRewrite.tpl */
20
51
gettext("URL Rewrite Administration")
21
 
gettext("Successfully saved URL styles")
22
 
gettext("Successfully saved the configuration")
23
 
gettext("An error occured while trying to save your settings:")
24
 
gettext("Cannot write to the Gallery .htaccess file")
25
 
gettext("Cannot write to the embedded .htaccess file")
 
52
gettext("Successfully saved settings") /* also in: templates/SetupRewrite.tpl */
 
53
gettext("An error occured while trying to save your settings") /* also in: templates/SetupRewrite.tpl */
26
54
gettext("Duplicate URL patterns.")
27
55
gettext("Empty URL pattern.")
28
 
gettext("Bad keyword.")
29
56
gettext("Rules")
30
57
gettext("Setup")
31
 
gettext("Test")
 
58
gettext("Test") /* also in: templates/IsapiRewriteTestResults.tpl templates/ModRewriteTestResults.tpl templates/PathInfoTestResults.tpl */
32
59
gettext("Short URLs are compiled out of predefined keywords. Modules may provide additional keywords. Keywords are escaped with % (eg: %itemId%).")
 
60
gettext("It is recomended that you don't activate the 'Download Item' URL since it will slow down Gallery.") /* also in: templates/SetupRewrite.tpl */
 
61
gettext("A pattern may not begin with a keyword.") /* also in: templates/SetupRewrite.tpl */
33
62
gettext("Active")
34
63
gettext("Help")
35
64
gettext("View")
41
70
gettext("No help available")
42
71
gettext("Keywords")
43
72
gettext("No keyword help available")
44
 
gettext("Save")
 
73
gettext("Save") /* also in: templates/SetupRewrite.tpl */
45
74
gettext("Approved referers")
46
75
gettext("Some rules only apply if the referer (the site that linked to the item) is something other than Gallery itself. Hosts in the list below will be treated as friendly referers.")
47
 
gettext("Embedded Setup")
 
76
gettext("Warning: If you don't allow empty referer users won't be able to download nor play movies.")
 
77
gettext("Allow empty referer?")
 
78
gettext("The parser you have selected does not support a referer check.")
 
79
gettext("Test the Rewrite Parser Configuration")
 
80
gettext("Test again") /* also in: templates/SetupRewrite.tpl */
 
81
gettext("The selected URL Rewrite Parser does not provide any tests.")
 
82
 
 
83
/* templates/FileNotFound.tpl */
 
84
gettext("Error: 404 File Not Found")
 
85
 
 
86
/* templates/IsapiRewriteAdminParser.tpl */
 
87
gettext("Configuration")
 
88
gettext("For ISAPI Rewrite to work Gallery needs write access to the httpd.ini file.")
 
89
gettext("Httpd.ini path:")
 
90
gettext("Invalid directory.")
 
91
gettext("Cant write to the httpd.ini file in that directory.")
 
92
gettext("Embedded Setup") /* also in: templates/ModRewriteAdminParser.tpl */
 
93
gettext("Public path:") /* also in: templates/ModRewriteAdminParser.tpl */
 
94
gettext("Invalid path.")
 
95
 
 
96
/* templates/IsapiRewriteTestResults.tpl */
 
97
gettext("IIS ISAPI_Rewrite Support")
 
98
gettext("Testing if the server supports IIS ISAPI_Rewrite.")
 
99
gettext("Success") /* also in: templates/ModRewriteTestResults.tpl templates/PathInfoTestResults.tpl */
 
100
gettext("Error") /* also in: templates/ModRewriteTestResults.tpl templates/PathInfoTestResults.tpl */
 
101
gettext("The current status may not be accurate, you have forced the test to pass.") /* also in: templates/ModRewriteTestResults.tpl templates/PathInfoTestResults.tpl */
 
102
gettext("How to setup ISAP Rewrite")
 
103
gettext("In order to make the test pass you need to add the test rewrite rule in your httpd.ini:")
 
104
gettext("If you add this at the bottom, please make sure that there's atleast one empty line below the section")
 
105
gettext("Test ISAPI Rewrite Manually")
 
106
gettext("Gallery did not detect ISAPI Rewrite, please run this test yourself to verify.")
 
107
gettext("Force") /* also in: templates/ModRewriteTestResults.tpl templates/PathInfoTestResults.tpl */
 
108
gettext("ISAPI Rewrite Test")
 
109
gettext("If the test gives you a page that says PASS_ISAPI_REWRITE you are good to go.")
 
110
gettext("ISAPI_Rewrite httpd.ini file")
 
111
gettext("Testing if Gallery can write to the httpd.ini file.")
 
112
gettext("Please configure the correct location of ISAPI_Rewrite httpd.ini.")
 
113
gettext("Please make sure Gallery can read the httpd.ini file")
 
114
gettext("Please make sure Gallery can write to the httpd.ini file")
 
115
 
 
116
/* templates/ModRewriteAdminParser.tpl */
48
117
gettext("For URL Rewrite to work in an embedded environment you need to set up an extra htaccess file to hold the mod_rewrite rules.")
49
118
gettext("Htaccess path:")
50
 
gettext("Invalid directory.")
51
 
gettext("Public path:")
52
 
gettext("Invalid path.")
53
 
gettext("Apache mod_rewrite")
54
 
gettext("In order for this Gallery module to work you need %s enabled with your Apache server.")
55
 
gettext("Success")
 
119
 
 
120
/* templates/ModRewriteTestResults.tpl */
 
121
gettext("Apache mod_rewrite") /* also in: templates/SetupRewrite.tpl */
 
122
gettext("Testing if %s is supported by the server.")
56
123
gettext("Warning")
 
124
gettext("Custom Gallery directory test setup")
 
125
gettext("Gallery tries to test mod_rewrite in action. For this to work you need to edit each of these two files accordingly:")
 
126
gettext("Line 6:")
57
127
gettext("Test mod_rewrite manually")
58
 
gettext("Go to the <a href=%s>Setup</a> page where you will be able to further probe mod_rewrite.")
59
 
gettext("Test Webserver Again")
 
128
gettext("For whatever reason, Gallery did not detect a working mod_rewrite setup. If you are confident that mod_rewrite does work you may override the automatic detection. Please, run these two tests to see for yourself.")
 
129
gettext("Works")
 
130
gettext("mod_rewrite configuration 1 (with global Options +FollowSymlinks)")
 
131
gettext("mod_rewrite configuration 2 (with local Options +FollowSymlinks)")
 
132
gettext("If one of the two tests gives you a page with the text PASS_REWRITE you are good to go.")
 
133
gettext("Apache mod_rewrite and Gallery multisite")
 
134
gettext("Gallery tries to test mod_rewrite in action. This does not work with multisite since Gallery lacks the complete codebase.")
60
135
gettext("Gallery .htaccess file")
61
 
gettext("Gallery's URL rewriting works by creating a new file in your gallery directory called <b>.htaccess</b> which contains rules for how short urls should be interpreted.")
62
 
gettext("Error")
 
136
gettext("Testing if Gallery can write to the .htaccess file.")
63
137
gettext("Please create a file in your Gallery directory named .htaccess")
64
138
gettext("Please make sure Gallery can read the existing .htaccess file")
65
139
gettext("Please make sure Gallery can write to the existing .htaccess file")
66
 
gettext("Test .htaccess File Again")
67
140
gettext("Embedded .htaccess file")
68
 
gettext("You need a <b>.htaccess</b> file in the embedded access point directory.")
69
 
gettext("Embedded .htaccess file is up to date")
70
 
gettext("This checks if the content in your embedded .htaccess file is equal to the standalone version.")
71
 
gettext("Please update your rules while in embedded mode. Hit the Save button should be sufficient.")
72
 
gettext("Test .htaccess Files Again")
73
 
gettext("Error: 404 File Not Found")
74
 
gettext("URL Rewrite System Checks")
75
 
gettext("Custom Gallery directory test setup")
76
 
gettext("Gallery tries to test mod_rewrite in action. For this to work you need to edit each of these two files accordingly:")
77
 
gettext("Line 6:")
78
 
gettext("Multisite setup")
79
 
gettext("Gallery tries to test mod_rewrite in action. This does not work with multisite since Gallery lacks the complete codebase.")
80
 
gettext("The tests below will only show if mod_rewrite works for your Gallery codebase. If you experience broken links chances are that mod_rewrite does not work.")
81
 
gettext("For whatever reason, Gallery did not detect a working mod_rewrite setup. If you are confident that mod_rewrite does work you may override the automatic detection. Please, run these two tests to see for yourself.")
82
 
gettext("Works")
83
 
gettext("Test mod_rewrite")
84
 
gettext("Test mod_rewrite with Options directive")
85
 
gettext("If one of the two tests gives you a page with the text PASS_REWRITE you are good to go.")
 
141
gettext("Testing if Gallery can write to the embedded .htaccess file.")
 
142
gettext("Please configure the embedded htaccess path.")
 
143
 
 
144
/* templates/PathInfoTestResults.tpl */
 
145
gettext("PHP Path Info Support")
 
146
gettext("Testing if the server supports PHP Path Info.")
 
147
gettext("Test Path Info Manually")
 
148
gettext("Gallery did not detect Path Info, please run this thest yourself to verify.")
 
149
gettext("PHP Path Info Test")
 
150
gettext("If the test gives you a page that says PASS_PATH_INFO you are good to go.")
 
151
 
 
152
/* templates/SetupRewrite.tpl */
 
153
gettext("URL Rewrite Setup")
 
154
gettext("The Apache mod_rewrite module is installed on most Apache servers by default. If you are unsure of what method you should choose then select this. Gallery will try to detect if your server supports mod_rewrite.")
 
155
gettext("IIS ISAPI_Rewrite")
 
156
gettext("This method allows for short URLs on IIS servers with ISAPI Rewrite installed. Gallery will try to detect if your server supports this method before activating the module.")
 
157
gettext("PHP Path Info")
 
158
gettext("Using Path Info is supported by most systems. With this method Gallery parses the URL itself during the request.")
 
159
gettext("Block hotlinking is not supported.")
 
160
gettext("Back")
86
161
gettext("Done")
87
 
gettext("Troubleshooting")
88
 
gettext("How can I check if mod_rewrite is loaded?")
89
 
gettext("Go to the <a href=\"%s\">Gallery phpinfo page</a> and look for Loaded Modules. You should see mod_rewrite in the list if it's loaded.")
90
 
gettext("I know mod_rewrite is loaded, why is Gallery telling me it's not working?")
91
 
gettext("If you are the server admin make sure the Gallery directory has the proper AllowOverride rights. Gallery needs to be able to override FileInfo and Options. Put this at the end of your Apache configuration:")
92
 
gettext("My Gallery is password protected using Apache mod_auth. I know mod_rewrite works, why doesnt Gallery detect this?")
93
 
gettext("Gallery tries to fetch a page from your server and most likely Gallery gets an unauthorized access error. In order to fix this you need to allow requests from the server IP. If you are paranoid you could narrow it down to requests to the gallery2/modules/rewrite/data directory.")
94
 
gettext("Unit test module")
 
162
 
 
163
/* test/phpunit/AdminRewriteControllerTest.class */
 
164
gettext("Unit test module") /* also in: test/phpunit/RewriteHelperTest.class test/phpunit/RewriteModuleTest.class test/phpunit/RewriteParserTestCase.class */