diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-05-30 12:33:26 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-05-30 12:33:26 +0200 |
commit | 5a31840a564ab702e9223abd63f281deaaabeb31 (patch) | |
tree | ce913e0698d31b507c748a48ef7cb584ed08c16a /ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n | |
parent | 9814f425f0dae6fa0fb869ef038495df9dd0e588 (diff) | |
parent | 650aae664769307d2d65098402dfa959b0d4c829 (diff) | |
download | tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.tar.gz tde-packaging-5a31840a564ab702e9223abd63f281deaaabeb31.zip |
merge
Diffstat (limited to 'ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n')
3 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl b/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl index 1e2ff4bdb..c71551dc5 100644 --- a/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/createdesktop.pl +++ b/ubuntu/maverick/tdelibs/debian/kubuntu-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/tdelibs/debian/kubuntu-desktop-i18n/findfiles b/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/findfiles index e53ad2bee..e74100337 100644 --- a/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/findfiles +++ b/ubuntu/maverick/tdelibs/debian/kubuntu-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 @@ -36,7 +36,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/tdelibs/debian/kubuntu-desktop-i18n/msgsplit b/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/msgsplit index 98789a47f..41481d336 100644 --- a/ubuntu/maverick/tdelibs/debian/kubuntu-desktop-i18n/msgsplit +++ b/ubuntu/maverick/tdelibs/debian/kubuntu-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 |