summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdesdk/debian/desktop-i18n
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/tdesdk/debian/desktop-i18n')
-rw-r--r--ubuntu/maverick/tdesdk/debian/desktop-i18n/createdesktop.pl4
-rw-r--r--ubuntu/maverick/tdesdk/debian/desktop-i18n/findfiles4
-rw-r--r--ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit2
3 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/tdesdk/debian/desktop-i18n/createdesktop.pl b/ubuntu/maverick/tdesdk/debian/desktop-i18n/createdesktop.pl
index 1e2ff4bdb..c71551dc5 100644
--- a/ubuntu/maverick/tdesdk/debian/desktop-i18n/createdesktop.pl
+++ b/ubuntu/maverick/tdesdk/debian/desktop-i18n/createdesktop.pl
@@ -30,11 +30,11 @@ sub prepare
print "msgid \"\"\n";
print "msgstr \"\"\n";
print "\"Project-Id-Version: desktop files\\n\"\n";
- print "\"Report-Msgid-Bugs-To: http://bugs.kde.org\\n\"\n";
+ print "\"Report-Msgid-Bugs-To: http://bugs.trinitydesktop.org\\n\"\n";
print "\"POT-Creation-Date: "; printdate( @now ); print "\\n\"\n";
print "\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n";
print "\"Last-Translator: FULL NAME <EMAIL\@ADDRESS>\\n\"\n";
- print "\"Language-Team: LANGUAGE <tde-i18n-doc\@kde.org>\\n\"\n";
+ print "\"Language-Team: LANGUAGE <kde-i18n-doc\@kde.org>\\n\"\n";
print "\"MIME-Version: 1.0\\n\"\n";
print "\"Content-Type: text/plain; charset=UTF-8\\n\"\n";
print "\"Content-Transfer-Encoding: 8bit\\n\"\n";
diff --git a/ubuntu/maverick/tdesdk/debian/desktop-i18n/findfiles b/ubuntu/maverick/tdesdk/debian/desktop-i18n/findfiles
index 62e5012c2..f59fe6bae 100644
--- a/ubuntu/maverick/tdesdk/debian/desktop-i18n/findfiles
+++ b/ubuntu/maverick/tdesdk/debian/desktop-i18n/findfiles
@@ -19,7 +19,7 @@ find $dir -name "index.theme" -print | grep -v debian >> $filelist
find $dir -name "eventsrc" -print | grep -v debian >> $filelist
find $dir -name "*.protocol" -print | grep -v debian >> $filelist
-### TEMPORARY START: we do not have KDE modules
+### TEMPORARY START: we do not have TDE modules
if true; then
find ./konqueror -name .svn -prune , -name "directory.*" -type f 2>/dev/null | grep -v debian >> $filelist
find ./kdesktop -name .svn -prune , -name "directory.*" -type f 2>/dev/null | grep -v debian >> $filelist
@@ -33,7 +33,7 @@ find . -name \*.kksrc -print 2>/dev/null | grep -v debian >> $filelist
find ./kopete -name \*.plugin -print 2>/dev/null | grep -v debian >> $filelist
find . -name \*.kdevtemplate -print 2>/dev/null | grep -v debian >> $filelist
fi
-### TEMPORARY END: we do not have KDE modules
+### TEMPORARY END: we do not have TDE modules
# Extract .directory files in template directories of KOffice
find . -name .directory|fgrep templates >> $filelist
diff --git a/ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit b/ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit
index 98789a47f..41481d336 100644
--- a/ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit
+++ b/ubuntu/maverick/tdesdk/debian/desktop-i18n/msgsplit
@@ -10,7 +10,7 @@ wrap_before = ['<h1>', '<h2>', '<h3>', '<h4>', '<h5>', '<h6>', '<p>', '<br>', '<
'<ol>', '<ul>', '<li>', '<table>', '<th>', '<tr>', '<td>', '<center>',
'<blockquote>', '<pre>', '<hr>', '<hr/>']
-### TODO: try to support any charset, not only UTF-8 (so that it can be used outside KDE)
+### TODO: try to support any charset, not only UTF-8 (so that it can be used outside TDE)
def splitit( start, message, outfile ):
# print start+"\""+message+"\"" # DEBUG