Extract website string
--- a/locale/gitphp.pot
+++ b/locale/gitphp.pot
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: GitPHP 0.2.4\n"
"Report-Msgid-Bugs-To: xiphux@gmail.com\n"
-"POT-Creation-Date: 2011-07-22 23:42-0500\n"
+"POT-Creation-Date: 2011-08-25 20:54-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,8 +19,10 @@
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
# Used as link to and title for page displaying a blob, which is what git calls a single file
+#: templates/tag.tpl
#: templates/blobdiff.tpl
#: templates/commit.tpl
+#: templates/taglist.tpl
#: templates/treelist.tpl
#: templates/searchfiles.tpl
#: templates/history.tpl
@@ -59,7 +61,7 @@
#: templates/treelist.tpl
#: templates/projectlist.tpl
#: templates/shortloglist.tpl
-#: include/controller/Controller_Snapshot.class.php:85
+#: include/controller/Controller_Snapshot.class.php:92
msgid "snapshot"
msgstr ""
@@ -428,7 +430,7 @@
#: include/controller/Controller_Commit.class.php:34
#: include/controller/Controller_Log.class.php:34
#: include/controller/Controller_Blame.class.php:34
-#: include/controller/Controller_Snapshot.class.php:43
+#: include/controller/Controller_Snapshot.class.php:49
#: include/controller/Controller_Blob.class.php:34
#: include/controller/Controller_Tag.class.php:34
#: include/controller/Controller_Tags.class.php:34
@@ -454,6 +456,7 @@
# Error message when user tries to access a project that doesn't exist
# %1$s: the project the user tried to access
+#: include/controller/Controller_Snapshot.class.php:44
#: include/controller/ControllerBase.class.php:93
#, php-format
msgid "Invalid project %1$s"
@@ -519,28 +522,28 @@
# Error message when user specifies a path for a project root or project, but the path given isn't a directory
# %1$s: the path the user specified
#: include/git/ProjectListDirectory.class.php:47
-#: include/git/Project.class.php:250
+#: include/git/Project.class.php:326
#, php-format
msgid "%1$s is not a directory"
msgstr ""
# Error message when a path specified in the config is not a git repository
# %1$s: the specified path
-#: include/git/Project.class.php:254
+#: include/git/Project.class.php:330
#, php-format
msgid "%1$s is not a git repository"
msgstr ""
# Error message when a path specified is using '..' to break out of the project root (a hack attempt)
# %1$s: The specified path
-#: include/git/Project.class.php:258
+#: include/git/Project.class.php:334
#, php-format
msgid "%1$s is attempting directory traversal"
msgstr ""
# Error message when a path specified is outside of the project root
# %1$s: The specified path
-#: include/git/Project.class.php:264
+#: include/git/Project.class.php:340
#, php-format
msgid "%1$s is outside of the projectroot"
msgstr ""
@@ -573,6 +576,7 @@
# Error message when user tries to specify a file with a list of the projects, but it isn't a file
# %1$s: the path the user specified
+#: include/git/ProjectListScmManager.class.php:37
#: include/git/ProjectListFile.class.php:38
#, php-format
msgid "%1$s is not a file"
@@ -662,7 +666,7 @@
# Error message when user hasn't defined a project root in the config
# "projectroot" refers to a root directory where the user's git projects are stored
-#: index.php:123
+#: index.php:125
msgid "A projectroot must be set in the config"
msgstr ""
@@ -763,7 +767,7 @@
# Error message displayed when the git executable isn't found or doesn't work
# %1$s: the git executable the system is trying to run
# %2$s: the config value the user needs to set to specify the correct path
-#: index.php:131
+#: index.php:133
#, php-format
msgid ""
"Could not run the git executable \"%1$s\". You may need to set the \"%2$s\" "
@@ -773,7 +777,7 @@
# Error message displayed when the diff executable isn't found or doesn't work
# %1$s: the diff executable the system is trying to run
# %2$s: the config value the user needs to set to specify the correct path
-#: index.php:136
+#: index.php:138
#, php-format
msgid ""
"Could not run the diff executable \"%1$s\". You may need to set the \"%2$s"
@@ -795,3 +799,8 @@
msgid "Binary files %1$s and %2$s differ"
msgstr ""
+# Used to label the url of the website of the project
+#: templates/project.tpl
+msgid "website"
+msgstr ""
+