aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-03-06 10:08:54 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-03-06 10:08:54 +0000
commitb8ceab45231d8182def8bd18a1d705bc89c12452 (patch)
tree4f70eb3adf734697d85f6a67008a5a4611192065
parent5834ccda701e1190bd1fa2cc3c9620fbd2956ecc (diff)
downloadcommon-data-b8ceab45231d8182def8bd18a1d705bc89c12452.tar
common-data-b8ceab45231d8182def8bd18a1d705bc89c12452.tar.gz
common-data-b8ceab45231d8182def8bd18a1d705bc89c12452.tar.bz2
common-data-b8ceab45231d8182def8bd18a1d705bc89c12452.tar.xz
common-data-b8ceab45231d8182def8bd18a1d705bc89c12452.zip
Added Chinese entries
-rw-r--r--TRANSLATORS1
-rw-r--r--gnome/DrakConf.desktop1
-rw-r--r--gnome/RpmDrake.desktop1
-rw-r--r--gnome/mandrake.links.sh85
-rw-r--r--kdelnk/Doc.kdelnk29
-rw-r--r--kdelnk/DrakConf.kdelnk2
-rw-r--r--kdelnk/Gimp.kdelnk1
-rw-r--r--kdelnk/Home.kdelnk1
-rw-r--r--kdelnk/Internet.kdelnk2
-rw-r--r--kdelnk/KAppFinder.kdelnk2
-rw-r--r--kdelnk/Netscape.kdelnk2
-rw-r--r--kdelnk/News.kdelnk1
-rw-r--r--kdelnk/Printer.kdelnk2
-rw-r--r--kdelnk/RpmDrake.kdelnk1
-rw-r--r--kdelnk/Updates.kdelnk1
-rw-r--r--kdelnk/XKill.kdelnk4
-rw-r--r--special/Gnome_and_X1
17 files changed, 93 insertions, 44 deletions
diff --git a/TRANSLATORS b/TRANSLATORS
index 89ffbf0..5c18ad3 100644
--- a/TRANSLATORS
+++ b/TRANSLATORS
@@ -23,3 +23,4 @@ sk: Peter Kral <pkral1@yahoo.com>
tr: Gorkem Cetin <gorkem@gelecek.com.tr>
uk: Dmytro Koval'ov <kov@tokyo.email.ne.jp>
wa: Pablo Saratxaga <pablo@mandrakesoft.com>
+zh_CN.GB2312: Danny Zeng <danny@zeng.com.cn>
diff --git a/gnome/DrakConf.desktop b/gnome/DrakConf.desktop
index ec55c41..25c10a0 100644
--- a/gnome/DrakConf.desktop
+++ b/gnome/DrakConf.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=DrakConf
+Name[zh_CN.GB2312]=DrakConf
Icon=../icons/DrakConf.xpm
TryExec=DrakConf;
Exec=/usr/X11R6/bin/DrakConf
diff --git a/gnome/RpmDrake.desktop b/gnome/RpmDrake.desktop
index 246dc8f..2bc129e 100644
--- a/gnome/RpmDrake.desktop
+++ b/gnome/RpmDrake.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=RpmDrake
+Name[zh_CN.GB2312]=RpmDrake Èí¼þ°ü¹ÜÀí"
Exec=/usr/X11R6/bin/rpmdrake
Icon=../icons/rpmdrake.xpm
TryExec=/usr/X11R6/bin/rpmdrake
diff --git a/gnome/mandrake.links.sh b/gnome/mandrake.links.sh
index 70532f2..e842ccb 100644
--- a/gnome/mandrake.links.sh
+++ b/gnome/mandrake.links.sh
@@ -10,47 +10,48 @@ else
fi
fi
-# ###################
-# # Internet connex #
-# ###################
-# CAPTION=""
-# for i in $LISTLANG
-# do
-# if [ "$CAPTION" != "" ]; then break ; fi
-# case "$i" in
-# en*) CAPTION="Internet connection" ;;
-# bg*) CAPTION="Èíòåðíåò Âðúçêà" ;;
-# ca*) CAPTION="Connexió a Internet" ;;
-# cs*) CAPTION="Pøipojení k Internetu" ;;
-# da*) CAPTION="Internet forbindelse" ;;
-# de*) CAPTION="Internetverbindung" ;;
-# es*) CAPTION="Conexión a Internet" ;;
-# et*) CAPTION="Internetiühendus" ;;
-# fr*) CAPTION="Connexion à l'Internet" ;;
-# gl*) CAPTION="Conexión a Internet" ;;
-# hr*) CAPTION="Veza s InterNetom" ;;
-# hu*) CAPTION="Internet kapcsolat" ;;
-# id*) CAPTION="Koneksi Internet" ;;
-# it*) CAPTION="Connessione a Internet" ;;
-# is*) CAPTION="Lýðnets tenging" ;;
-# lv*) CAPTION="Interneta pieslçgums" ;;
-# nl*) CAPTION="Internet verbinding" ;;
-# no*) CAPTION="Oppkobling Internett" ;;
-# ro*) CAPTION="Conectare la Internet" ;;
-# ru*) CAPTION="Internet-ÓÏÅÄÉÎÅÎÉÅ" ;;
-# tr*) CAPTION="Ýnternet baðlantýsý" ;;
-# uk*) CAPTION="ú'¤ÄÎÁÎÎÑ Ú ¦ÎÔÅÒÎÅÔÏÍ" ;;
-# wa*) CAPTION="Raloyaedje al rantoele daegnrece" ;;
-# esac
-# done
-# if [ "$CAPTION" = "" ]; then CAPTION="Internet connection" ; fi
-#
-# /usr/bin/gdesktoplnk \
-# --progname="/usr/bin/gnome-ppp" \
-# --icon-name="gnome-networktool.png" \
-# --icon-caption="$CAPTION" \
-# --link-name="MDKppp" \
-# --desktop-dir="$HOME/.gnome-desktop"
+###################
+# Internet connex #
+###################
+CAPTION=""
+for i in $LISTLANG
+do
+ if [ "$CAPTION" != "" ]; then break ; fi
+ case "$i" in
+ en*) CAPTION="Internet connection" ;;
+ bg*) CAPTION="Èíòåðíåò Âðúçêà" ;;
+ ca*) CAPTION="Connexió a Internet" ;;
+ cs*) CAPTION="Pøipojení k Internetu" ;;
+ da*) CAPTION="Internet forbindelse" ;;
+ de*) CAPTION="Internetverbindung" ;;
+ es*) CAPTION="Conexión a Internet" ;;
+ et*) CAPTION="Internetiühendus" ;;
+ fr*) CAPTION="Connexion à l'Internet" ;;
+ gl*) CAPTION="Conexión a Internet" ;;
+ hr*) CAPTION="Veza s InterNetom" ;;
+ hu*) CAPTION="Internet kapcsolat" ;;
+ id*) CAPTION="Koneksi Internet" ;;
+ it*) CAPTION="Connessione a Internet" ;;
+ is*) CAPTION="Lýðnets tenging" ;;
+ lv*) CAPTION="Interneta pieslçgums" ;;
+ nl*) CAPTION="Internet verbinding" ;;
+ no*) CAPTION="Oppkobling Internett" ;;
+ ro*) CAPTION="Conectare la Internet" ;;
+ ru*) CAPTION="Internet-ÓÏÅÄÉÎÅÎÉÅ" ;;
+ tr*) CAPTION="Ýnternet baðlantýsý" ;;
+ uk*) CAPTION="ú'¤ÄÎÁÎÎÑ Ú ¦ÎÔÅÒÎÅÔÏÍ" ;;
+ wa*) CAPTION="Raloyaedje al rantoele daegnrece" ;;
+ zh_CN*) CAPTION="»¥ÁªÍøÁ¬½Ó" ;;
+ esac
+done
+if [ "$CAPTION" = "" ]; then CAPTION="Internet connection" ; fi
+
+/usr/bin/gdesktoplnk \
+ --progname="/usr/bin/gnome-ppp" \
+ --icon-name="gnome-networktool.png" \
+ --icon-caption="$CAPTION" \
+ --link-name="MDKppp" \
+ --desktop-dir="$HOME/.gnome-desktop"
###################
# Mandrake Update #
@@ -85,6 +86,7 @@ do
tr*) CAPTION="Mandrake güncellemesi" ;;
uk*) CAPTION="ðÏÎÏ×ÌÅÎÎÑ ÓÉÓÔÅÍÉ Mandrake" ;;
wa*) CAPTION="Metaedje a djoû di Mandrake" ;;
+ zh_CN*) CAPTION="Mandrake Éý¼¶" ;;
esac
done
if [ "$CAPTION" = "" ]; then CAPTION="Mandrake Updates" ; fi
@@ -127,6 +129,7 @@ do
if [ "$CAPTION" != "" ]; then break ; fi
case "$i" in
en*) CAPTION="RpmDrake" ;;
+ zh_CN*); CAPTION="RpmDrake Èí¼þ°ü¹ÜÀí" ;;
esac
done
if [ "$CAPTION" = "" ]; then CAPTION="RpmDrake" ; fi
diff --git a/kdelnk/Doc.kdelnk b/kdelnk/Doc.kdelnk
index d6c86bb..32f6835 100644
--- a/kdelnk/Doc.kdelnk
+++ b/kdelnk/Doc.kdelnk
@@ -1,6 +1,5 @@
# KDE Config File
[KDE Desktop Entry]
-Comment[fr]=Documentation de Linux-Mandrake et de KDE
Name=Mandrake and KDE documentation
Name[bg]=Mandrake è KDE äîêóìåíòàöèÿ
Name[br]=Teuliadur war Mandrake ha KDE
@@ -27,6 +26,34 @@ Name[sk]=Mandrake a KDE dokumentácia
Name[tr]=Mandrake ve KDE belgeleri
Name[uk]=äÏËÕÍÅÎÔÁÃ¦Ñ ÐÏ ÓÉÓÔÅͦ Mandrake ÔÁ KDE
Name[wa]=Documintåcion di Mandrake eyèt KDE
+Name[zh_CN.GB2312]=Mandrake ºÍ KDE Îĵµ
+Comment=Mandrake and KDE documentation
+Comment[bg]=Mandrake è KDE äîêóìåíòàöèÿ
+Comment[br]=Teuliadur war Mandrake ha KDE
+Comment[ca]=Documentació del Mandrake i del KDE
+Comment[cs]=Dokumentace k Mandrake a KDE
+Comment[da]=Mandrake og KDE Dokumentation
+Comment[de]=Mandrake und KDE Dokumentation
+Comment[es]=Documentación Mandrake y KDE
+Comment[et]=Mandrake ja KDE dokumentatsioon
+Comment[fr]=Documentation de Linux-Mandrake et de KDE
+Comment[ga]=Doiciméid KDE agus Mandrake
+Comment[gl]=Documentación de Mandrake e KDE
+Comment[hr]=Mandrake i KDE dokumentacija
+Comment[hu]=Mandrake és KDE dokumentáció
+Comment[id]=Dokumentasi Mandrake dan KDE
+Comment[is]=Skjöl um Mandrake og KDE
+Comment[it]=Documentazione Mandrake e KDE
+Comment[lt]=Mandrake ir KDE dokumentacija
+Comment[lv]=Mandrake un KDE dokumentâcija
+Comment[nl]=Mandrake en KDE documentatie
+Comment[no]=Mandrake og KDE dokumentasjon
+Comment[ro]=Documentaþie pentru Mandrake ºi KDE
+Comment[sk]=Mandrake a KDE dokumentácia
+Comment[tr]=Mandrake ve KDE belgeleri
+Comment[uk]=äÏËÕÍÅÎÔÁÃ¦Ñ ÐÏ ÓÉÓÔÅͦ Mandrake ÔÁ KDE
+Comment[wa]=Documintåcion di Mandrake eyèt KDE
+Comment[zh_CN.GB2312]=Mandrake ºÍ KDE Îĵµ
Type=Link
URL=file:/usr/doc/mandrake/
Icon=doc-mdk.xpm
diff --git a/kdelnk/DrakConf.kdelnk b/kdelnk/DrakConf.kdelnk
index 8cfc605..a2d82bf 100644
--- a/kdelnk/DrakConf.kdelnk
+++ b/kdelnk/DrakConf.kdelnk
@@ -1,7 +1,7 @@
# KDE Config File
[KDE Desktop Entry]
Name=DrakConf
-Comment[fr]=
+Name[zh_CN.GB2312]=DrakConf
SwallowExec=
SwallowTitle=
Icon=DrakConf.xpm
diff --git a/kdelnk/Gimp.kdelnk b/kdelnk/Gimp.kdelnk
index dbde72e..30591b2 100644
--- a/kdelnk/Gimp.kdelnk
+++ b/kdelnk/Gimp.kdelnk
@@ -72,6 +72,7 @@ Comment[sv]=GNU Image Manipulation Program
Comment[tr]=GNU Görüntü Ýþleme Programý
Comment[uk]=ðÒÏÇÒÁÍÁ GNU ÄÌÑ ÏÂÒÏÂËÉ ÚÏÂÒÁÖÅÎØ
Comment[wa]=Li programe da GNU po-z aspougnî des imådjes
+Comment[zh_CN.GB2312]=GNU ͼÏó´¦Àí³ÌÐò
SwallowTitle=
SwallowExec=
BinaryPattern=gimp;
diff --git a/kdelnk/Home.kdelnk b/kdelnk/Home.kdelnk
index 0bc17db..81c0253 100644
--- a/kdelnk/Home.kdelnk
+++ b/kdelnk/Home.kdelnk
@@ -25,6 +25,7 @@ Comment[sk]=Domáci prieèinok
Comment[tr]=Ev dizini
Comment[uk]=äÏÍÁÛÎÑ ÄÉÒÅËÔÏÒ¦Ñ
Comment[wa]=Ridant Måjhon
+Comment[zh_CN.GB2312]=Ö÷Ŀ¼
Type=Link
URL=file:$HOME
Icon=kfm_home.xpm
diff --git a/kdelnk/Internet.kdelnk b/kdelnk/Internet.kdelnk
index 30dfbe6..b555464 100644
--- a/kdelnk/Internet.kdelnk
+++ b/kdelnk/Internet.kdelnk
@@ -23,6 +23,7 @@ Name[ru]=Internet-ÓÏÅÄÉÎÅÎÉÅ
Name[tr]=Ýnternet baðlantýsý
Name[uk]=ú'¤ÄÎÁÎÎÑ Ú ¦ÎÔÅÒÎÅÔÏÍ
Name[wa]=Raloyaedje al rantoele daegnrece
+Name[zh_CN.GB2312]=»¥ÁªÍøÁ¬½Ó
Comment=Internet connection
Comment[bg]=Èíòåðíåò Âðúçêà
Comment[ca]=Connexió a Internet
@@ -46,6 +47,7 @@ Comment[ru]=Internet-ÓÏÅÄÉÎÅÎÉÅ
Comment[tr]=Ýnternet baðlantýsý
Comment[uk]=ú'¤ÄÎÁÎÎÑ Ú ¦ÎÔÅÒÎÅÔÏÍ
Comment[wa]=Raloyaedje al rantoele daegnrece
+Comment[zh_CN.GB2312]=»¥ÁªÍøÁ¬½Ó
SwallowTitle=
SwallowExec=
BinaryPattern=kppp
diff --git a/kdelnk/KAppFinder.kdelnk b/kdelnk/KAppFinder.kdelnk
index ec06db9..d3a5389 100644
--- a/kdelnk/KAppFinder.kdelnk
+++ b/kdelnk/KAppFinder.kdelnk
@@ -1,6 +1,7 @@
# KDE Config File
[KDE Desktop Entry]
Name=KAppFinder
+Name[zh_CN.GB2312]=KAppFinder ³ÌÐòËÑË÷
Comment=Find X non-KDE applications on your Mandrake system
Comment[bg]=Òúðñè X íå-KDE ïðîãðàìè âúâ âàøàòà Mandrake ñèñòåìà
Comment[br]=Kavit an arloadoù X an-KDE war ho reizhiad Mandrake
@@ -27,6 +28,7 @@ Comment[sk]=Nájde X ne-KDE aplikácie vá¹ho Mandrake systému
Comment[tr]=Mandrake Linux üzerindeki KDE dýþýnda olan uygulamalarý bulur
Comment[uk]=úÎÁÈÏÄÉÔØ ÐÒÏÇÒÁÍÉ ÄÌÑ X, Ñ˦ ÎÅ ÎÁÌÅÖÁÔØ ÄÏ KDE, Õ ÷ÁÛ¦Ê Mandrake ÓÉÓÔÅͦ
Comment[wa]=Trover les programes è mode grafike nén di KDE so vost éndjole
+Comment[zh_CN.GB2312]=°ïÄã²éÕÒÕâ¸öϵͳÉÏ¿ÉÓÃµÄ·Ç KDE Ó¦ÓóÌÐò
SwallowExec=
SwallowTitle=
BinaryPattern=kappfinder;
diff --git a/kdelnk/Netscape.kdelnk b/kdelnk/Netscape.kdelnk
index d3e8dd2..ff6f8f6 100644
--- a/kdelnk/Netscape.kdelnk
+++ b/kdelnk/Netscape.kdelnk
@@ -22,6 +22,7 @@ Name[pt]=Netscape
Name[ru]=Netscape
Name[tr]=Netscape
Name[wa]=Netscape
+Name[zh_CN.GB2312]=Netscape
Comment=Netscape browser
Comment[bg]=Netscape Íàâèãàòîð
Comment[br]=Merdeer Netscape
@@ -56,6 +57,7 @@ Comment[sv]=Webbläsaren Netscape
Comment[tr]=Netscape tarayýcý
Comment[uk]=îÁצÇÁÔÏÒ Netscape
Comment[wa]=Netscape Communicator, li betcheu del rantoele daegnrece
+Comment[zh_CN.GB2312]=Netscape ä¯ÀÀÆ÷
SwallowTitle=
SwallowExec=
BinaryPattern=netscape;
diff --git a/kdelnk/News.kdelnk b/kdelnk/News.kdelnk
index 069d451..93e0c33 100644
--- a/kdelnk/News.kdelnk
+++ b/kdelnk/News.kdelnk
@@ -25,6 +25,7 @@ Name[sk]=Linux Mandrake novinky
Name[tr]=Linux Mandrake haberleri
Name[uk]=îÏ×ÉÎÉ ÐÒÏ Mandrake ì¦ÎÁËÓ
Name[wa]=Noveles di Linux Mandrake sol rantoele
+Name[zh_CN.GB2312]=Linux Mandrake ÐÂÎÅ
Type=Link
URL=http://www.linux-mandrake.com
Icon=news-mdk.xpm
diff --git a/kdelnk/Printer.kdelnk b/kdelnk/Printer.kdelnk
index ffcf6d5..4c3b4fb 100644
--- a/kdelnk/Printer.kdelnk
+++ b/kdelnk/Printer.kdelnk
@@ -31,6 +31,7 @@ Name[sv]=Skrivare
Name[tr]=Yazýcý
Name[uk]=ðÒÉÎÔÅÒ
Name[wa]=Sicrirece
+Name[zh_CN.GB2312]=´òÓ¡»ú
Name[zh_TW.Big5]=¦Lªí¾÷
Comment=Drop text and postscript files onto the PRINTER icon
Comment[bg]=Ïóñíåòå òåêñòîâè è postscript ôàéëîâå âúðõó èêîíàòà íà ÏÐÈÍÒÅÐ
@@ -55,6 +56,7 @@ Comment[sk]=Vlo¾te textové alebo postskriptové súbory na ikonu tlaèiarne
Comment[tr]=Yazýcý simgesi üzerinde Postscript ve salt metin dosyalarý býrakýlabilir
Comment[uk]=ýÏ ÒÏÚÄÒÕËÕ×ÁÔÉ ÔÅËÓÔÏ×ÉÊ ÁÂÏ PostScript ÆÁÊÌ, ÐÏËÌÁĦÔØ ÊÏÇÏ ÎÁ ЦËÔÏÇÒÁÍÕ ÐÒÉÎÔÅÒÁ
Comment[wa]=Bodjîz les fitchîs texes èt postscripts so l' imådjete del sicrirece.
+Comment[zh_CN.GB2312]=°ÑÎı¾»ò PS ÎļþÈÓµ½´òÓ¡»úͼ±êÉÏ
SwallowTitle=
SwallowExec=
BinaryPattern=
diff --git a/kdelnk/RpmDrake.kdelnk b/kdelnk/RpmDrake.kdelnk
index 8715715..24ba578 100644
--- a/kdelnk/RpmDrake.kdelnk
+++ b/kdelnk/RpmDrake.kdelnk
@@ -1,6 +1,7 @@
# KDE Config File
[KDE Desktop Entry]
Name=RpmDrake
+Name[zh_CN.GB2312]=RpmDrake Èí¼þ°ü¹ÜÀí
SwallowExec=
SwallowTitle=
BinaryPattern=RpmDrake;
diff --git a/kdelnk/Updates.kdelnk b/kdelnk/Updates.kdelnk
index b7efb58..0f8cc90 100644
--- a/kdelnk/Updates.kdelnk
+++ b/kdelnk/Updates.kdelnk
@@ -22,6 +22,7 @@ Name[sk]=Mandrake Updates
Name[tr]=Mandrake Güncellemeleri
Name[uk]=ðÏÎÏ×ÌÅÎÎÑ ÓÉÓÔÅÍÉ Mandrake
Name[wa]=Metaedje a djoû di Mandrake
+Name[zh_CN.GB2312]=Mandrake Éý¼¶
MimeType=
Exec=MandrakeUpdate
Icon=updates-mdk.xpm
diff --git a/kdelnk/XKill.kdelnk b/kdelnk/XKill.kdelnk
index a577ff1..28aaee6 100644
--- a/kdelnk/XKill.kdelnk
+++ b/kdelnk/XKill.kdelnk
@@ -1,6 +1,7 @@
# KDE Config File
[KDE Desktop Entry]
Name=XKill
+Name[zh_CN.GB2312]=XKill ÖÐÖ¹³ÌÐò
Comment=Can't close a window ? use 'XKill'
Comment[bg]=Ïîëçâàéòå XKill çà äà çàòâîðèòå áëîêèðàëà ïðîãðàìà!
Comment[br]=Pa n'hellit ket serriñ ur prenestr, implijit 'XKill' !
@@ -26,7 +27,8 @@ Comment[ro]=Nu poþi închide o fereastrã? Foloseºte 'XKill'
Comment[sk]=Nemo¾no zatvori» okno? Pou¾ite 'XKill'.
Comment[tr]=Bir pencereyi kapatamýyor musunuz? 'XKill' kullanýn.
Comment[uk]=ëÏÒÉÓÔÕÊÔÅÓÑ XKill, ËÏÌÉ ×¦ËÎÏ ÎÅ ÚÁËÒÉ×Á¤ÔØÓÑ
-Comment[wa]=Vos n' savoz clôre on purnea? Eployîz 'Xkill'
+Comment[wa]=Vos n' savoz clôre on purnea? Eployîz 'XKill'
+Comment[zh_CN.GB2312]=´°¿Ú¹Ø²»µôÁË? ʹÓà 'XKill'
SwallowExec=
SwallowTitle=
BinaryPattern=xkill;
diff --git a/special/Gnome_and_X b/special/Gnome_and_X
index 43e497f..2ae4715 100644
--- a/special/Gnome_and_X
+++ b/special/Gnome_and_X
@@ -37,4 +37,5 @@ Name[th]=Gnome áÅÐ â»Ãá¡ÃÁÊÓËÃѺ X
Name[tr]=Gnome ve X Uygulamalarý
Name[uk]=ðÒÏÇÒÁÍÉ ÄÌÑ Gnome ÔÁ X
Name[wa]=Programes Gnome eyèt X
+Name[zh_CN.GB2312]=Gnome ºÍ X Ó¦ÓÃ