[Pkg-mozext-commits] [itsalltext] 137/459: Started localization...
David Prévot
taffit at moszumanska.debian.org
Tue Feb 24 23:26:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository itsalltext.
commit 59b7c545d17cff2ffa3ba8882b288eb0733d7b48
Author: docwhat at gerf.org <docwhat at gerf.org>
Date: Wed Feb 14 09:40:34 2007 -0500
Started localization...
---
chrome/content/about.xul | 29 ++++++-----------------------
chrome/content/newextension.xul | 2 +-
chrome/content/preferences.xul | 2 +-
chrome/locale/en-US/about.dtd | 20 ++++++++++++++++++++
4 files changed, 28 insertions(+), 25 deletions(-)
diff --git a/chrome/content/about.xul b/chrome/content/about.xul
index c608e6e..e1dc5c3 100644
--- a/chrome/content/about.xul
+++ b/chrome/content/about.xul
@@ -1,33 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-<window id="itsalltext_about" title="About It's All Text"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+<!DOCTYPE window SYSTEM "chrome://itsalltext/locale/about.dtd" >
+<window id="itsalltext_about"
+ title="&title;"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox style="max-width: 40em">
- <description style="white-space: pre; margin: 1em;">
-It's All Text - Easy external editing of web forms.
-Copyright (C) 2006 Christian Höltje
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License or
-any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the Free Software Foundation, Inc.,
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</description>
+ <description style="white-space: pre; margin: 1em;">&description;</description>
<hbox align="right">
<button oncommand="window.close();" tabindex="1">
- <description>Close</description>
+ <description>&close;</description>
</button>
</hbox>
</vbox>
</window>
-<!-- Local Variables: -->
-<!-- mode: xml -->
-<!-- End: -->
diff --git a/chrome/content/newextension.xul b/chrome/content/newextension.xul
index 9df3951..3246065 100644
--- a/chrome/content/newextension.xul
+++ b/chrome/content/newextension.xul
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<dialog
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
diff --git a/chrome/content/preferences.xul b/chrome/content/preferences.xul
index 0a6daf7..5d7fd03 100644
--- a/chrome/content/preferences.xul
+++ b/chrome/content/preferences.xul
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<prefwindow id="itsalltext-prefs"
diff --git a/chrome/locale/en-US/about.dtd b/chrome/locale/en-US/about.dtd
new file mode 100644
index 0000000..8f5bd00
--- /dev/null
+++ b/chrome/locale/en-US/about.dtd
@@ -0,0 +1,20 @@
+<!ENTITY title "About It's All Text!">
+<!ENTITY description "It's All Text! - Easy external editing of web forms.
+
+Copyright (C) 2006-2007 Christian Höltje
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License or
+any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.">
+<!ENTITY close "Close">
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git
More information about the Pkg-mozext-commits
mailing list