diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kugar/kudesigner/templates | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kugar/kudesigner/templates')
68 files changed, 680 insertions, 0 deletions
diff --git a/kugar/kudesigner/templates/General/.directory b/kugar/kudesigner/templates/General/.directory new file mode 100644 index 00000000..15190ef7 --- /dev/null +++ b/kugar/kudesigner/templates/General/.directory @@ -0,0 +1,55 @@ +[Desktop Entry] +Name=General +Name[af]=Algemeen +Name[ar]=عام +Name[bg]=Основен +Name[br]=Pennañ +Name[bs]=Općenito +Name[cy]=Cyffredinol +Name[da]=Generelt +Name[de]=Allgemein +Name[el]=Γενικά +Name[eo]=Ĝenerala +Name[et]=Üldine +Name[fa]=عمومی +Name[fo]=Alment +Name[fr]=Général +Name[fy]=Algemien +Name[ga]=Ginearálta +Name[gl]=Xeral +Name[he]=כללי +Name[hi]=सामान्य +Name[hr]=Općenito +Name[hu]=Általános +Name[is]=Almennt +Name[it]=Generale +Name[ja]=一般 +Name[km]=ទូទៅ +Name[lo]=ທົ່ວໄປ +Name[lv]=Pamata +Name[mt]=Ġenerali +Name[nb]=Generelt +Name[nds]=Allgemeen +Name[ne]=साधारण +Name[nl]=Algemeen +Name[pl]=Ogólny +Name[pt]=Geral +Name[pt_BR]=Geral +Name[ru]=Общие +Name[se]=Oppalaš +Name[sk]=Všeobecná +Name[sl]=Splošno +Name[sr]=Опште +Name[sr@Latn]=Opšte +Name[sv]=Allmänt +Name[ta]= பொதுவான +Name[tg]=Умумӣ +Name[th]=ทั่วไป +Name[tr]=Genel +Name[uk]=Загальне +Name[uz]=Umumiy +Name[uz@cyrillic]=Умумий +Name[wa]=Djenerå +Name[xh]=Ngokubanzi +Name[zh_CN]=常规 +Name[zh_TW]=一般的 diff --git a/kugar/kudesigner/templates/General/A0.desktop b/kugar/kudesigner/templates/General/A0.desktop new file mode 100644 index 00000000..572cf70f --- /dev/null +++ b/kugar/kudesigner/templates/General/A0.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/A0.ktm +Name=A0 +Name[hi]=ए0 +Name[sr]=А0 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A0.ktm b/kugar/kudesigner/templates/General/A0.ktm new file mode 100644 index 00000000..6831e87a --- /dev/null +++ b/kugar/kudesigner/templates/General/A0.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="5" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A1.desktop b/kugar/kudesigner/templates/General/A1.desktop new file mode 100644 index 00000000..443f487d --- /dev/null +++ b/kugar/kudesigner/templates/General/A1.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/A1.ktm +Name=A1 +Name[hi]=ए1 +Name[sr]=А1 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A1.ktm b/kugar/kudesigner/templates/General/A1.ktm new file mode 100644 index 00000000..908b2f03 --- /dev/null +++ b/kugar/kudesigner/templates/General/A1.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="6" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A2.desktop b/kugar/kudesigner/templates/General/A2.desktop new file mode 100644 index 00000000..c94e0aa6 --- /dev/null +++ b/kugar/kudesigner/templates/General/A2.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/A2.ktm +Name=A2 +Name[hi]=ए2 +Name[sr]=А2 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A2.ktm b/kugar/kudesigner/templates/General/A2.ktm new file mode 100644 index 00000000..4ce84d05 --- /dev/null +++ b/kugar/kudesigner/templates/General/A2.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="7" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A3.desktop b/kugar/kudesigner/templates/General/A3.desktop new file mode 100644 index 00000000..85ccc526 --- /dev/null +++ b/kugar/kudesigner/templates/General/A3.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/A3.ktm +Name=A3 +Name[hi]=ए3 +Name[sr]=А3 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A3.ktm b/kugar/kudesigner/templates/General/A3.ktm new file mode 100644 index 00000000..725e7ef6 --- /dev/null +++ b/kugar/kudesigner/templates/General/A3.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="8" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A4.desktop b/kugar/kudesigner/templates/General/A4.desktop new file mode 100644 index 00000000..49fe464b --- /dev/null +++ b/kugar/kudesigner/templates/General/A4.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Link +URL=.source/A4.ktm +Name=A4 +Name[hi]=ए4 +Name[ru]=А4 +Name[sr]=А4 +Name[zu]=u-A4 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A4.ktm b/kugar/kudesigner/templates/General/A4.ktm new file mode 100644 index 00000000..17c2ff4e --- /dev/null +++ b/kugar/kudesigner/templates/General/A4.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="0" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A5.desktop b/kugar/kudesigner/templates/General/A5.desktop new file mode 100644 index 00000000..32bd6df9 --- /dev/null +++ b/kugar/kudesigner/templates/General/A5.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Link +URL=.source/A5.ktm +Name=A5 +Name[sr]=А5 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A5.ktm b/kugar/kudesigner/templates/General/A5.ktm new file mode 100644 index 00000000..64b65b52 --- /dev/null +++ b/kugar/kudesigner/templates/General/A5.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="9" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A6.desktop b/kugar/kudesigner/templates/General/A6.desktop new file mode 100644 index 00000000..1771ebfd --- /dev/null +++ b/kugar/kudesigner/templates/General/A6.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/A6.ktm +Name=A6 +Name[hi]=ए6 +Name[sr]=А6 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A6.ktm b/kugar/kudesigner/templates/General/A6.ktm new file mode 100644 index 00000000..e69da18e --- /dev/null +++ b/kugar/kudesigner/templates/General/A6.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="10" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A7.desktop b/kugar/kudesigner/templates/General/A7.desktop new file mode 100644 index 00000000..d39d93f2 --- /dev/null +++ b/kugar/kudesigner/templates/General/A7.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/A7.ktm +Name=A7 +Name[hi]=ए7 +Name[sr]=А7 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A7.ktm b/kugar/kudesigner/templates/General/A7.ktm new file mode 100644 index 00000000..c62e8489 --- /dev/null +++ b/kugar/kudesigner/templates/General/A7.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="11" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A8.desktop b/kugar/kudesigner/templates/General/A8.desktop new file mode 100644 index 00000000..89a0308f --- /dev/null +++ b/kugar/kudesigner/templates/General/A8.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/A8.ktm +Name=A8 +Name[hi]=ए8 +Name[sr]=А8 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A8.ktm b/kugar/kudesigner/templates/General/A8.ktm new file mode 100644 index 00000000..6cbd58d4 --- /dev/null +++ b/kugar/kudesigner/templates/General/A8.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="12" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/A9.desktop b/kugar/kudesigner/templates/General/A9.desktop new file mode 100644 index 00000000..7bc343ac --- /dev/null +++ b/kugar/kudesigner/templates/General/A9.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/A9.ktm +Name=A9 +Name[hi]=ए9 +Name[sr]=А9 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/A9.ktm b/kugar/kudesigner/templates/General/A9.ktm new file mode 100644 index 00000000..f819153f --- /dev/null +++ b/kugar/kudesigner/templates/General/A9.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="13" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B0.desktop b/kugar/kudesigner/templates/General/B0.desktop new file mode 100644 index 00000000..04899b4c --- /dev/null +++ b/kugar/kudesigner/templates/General/B0.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B0.ktm +Name=B0 +Name[hi]=बी0 +Name[lo]=ຮອຍເປື້້້້້້້້້້້້ອນ +Name[sr]=Б0 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B0.ktm b/kugar/kudesigner/templates/General/B0.ktm new file mode 100644 index 00000000..93bb7e00 --- /dev/null +++ b/kugar/kudesigner/templates/General/B0.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="14" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B1.desktop b/kugar/kudesigner/templates/General/B1.desktop new file mode 100644 index 00000000..af075cc6 --- /dev/null +++ b/kugar/kudesigner/templates/General/B1.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B1.ktm +Name=B1 +Name[hi]=बी1 +Name[lo]=ຮອຍເປືອນ +Name[sr]=Б1 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B1.ktm b/kugar/kudesigner/templates/General/B1.ktm new file mode 100644 index 00000000..00512408 --- /dev/null +++ b/kugar/kudesigner/templates/General/B1.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="15" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B10.desktop b/kugar/kudesigner/templates/General/B10.desktop new file mode 100644 index 00000000..006b8359 --- /dev/null +++ b/kugar/kudesigner/templates/General/B10.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B10.ktm +Name=B10 +Name[hi]=बी10 +Name[lo]=ຖະຫນົນ +Name[sr]=Б10 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B10.ktm b/kugar/kudesigner/templates/General/B10.ktm new file mode 100644 index 00000000..99070c77 --- /dev/null +++ b/kugar/kudesigner/templates/General/B10.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="16" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B2.desktop b/kugar/kudesigner/templates/General/B2.desktop new file mode 100644 index 00000000..8164d68c --- /dev/null +++ b/kugar/kudesigner/templates/General/B2.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B2.ktm +Name=B2 +Name[hi]=बी2 +Name[lo]=ຮອຍເປືອນ +Name[sr]=Б2 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B2.ktm b/kugar/kudesigner/templates/General/B2.ktm new file mode 100644 index 00000000..c31af4ce --- /dev/null +++ b/kugar/kudesigner/templates/General/B2.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="17" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B3.desktop b/kugar/kudesigner/templates/General/B3.desktop new file mode 100644 index 00000000..afedc22d --- /dev/null +++ b/kugar/kudesigner/templates/General/B3.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B3.ktm +Name=B3 +Name[hi]=बी3 +Name[lo]=ຫນອນຜືງ +Name[sr]=Б3 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B3.ktm b/kugar/kudesigner/templates/General/B3.ktm new file mode 100644 index 00000000..31bf80db --- /dev/null +++ b/kugar/kudesigner/templates/General/B3.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="18" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B4.desktop b/kugar/kudesigner/templates/General/B4.desktop new file mode 100644 index 00000000..3d99217b --- /dev/null +++ b/kugar/kudesigner/templates/General/B4.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/B4.ktm +Name=B4 +Name[hi]=बी4 +Name[sr]=Б4 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B4.ktm b/kugar/kudesigner/templates/General/B4.ktm new file mode 100644 index 00000000..aeac2cfa --- /dev/null +++ b/kugar/kudesigner/templates/General/B4.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="19" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B5.desktop b/kugar/kudesigner/templates/General/B5.desktop new file mode 100644 index 00000000..bb6d533a --- /dev/null +++ b/kugar/kudesigner/templates/General/B5.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B5.ktm +Name=B5 +Name[hi]=बी5 +Name[lo]=ຮອຍເປືອນ +Name[sr]=Б5 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B5.ktm b/kugar/kudesigner/templates/General/B5.ktm new file mode 100644 index 00000000..9de7d62b --- /dev/null +++ b/kugar/kudesigner/templates/General/B5.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="1" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B6.desktop b/kugar/kudesigner/templates/General/B6.desktop new file mode 100644 index 00000000..3c64ab83 --- /dev/null +++ b/kugar/kudesigner/templates/General/B6.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B6.ktm +Name=B6 +Name[hi]=बी6 +Name[lo]=ຮອຍເປືອນ +Name[sr]=Б6 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B6.ktm b/kugar/kudesigner/templates/General/B6.ktm new file mode 100644 index 00000000..48e21a22 --- /dev/null +++ b/kugar/kudesigner/templates/General/B6.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="20" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B7.desktop b/kugar/kudesigner/templates/General/B7.desktop new file mode 100644 index 00000000..03011986 --- /dev/null +++ b/kugar/kudesigner/templates/General/B7.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B7.ktm +Name=B7 +Name[hi]=बी7 +Name[lo]=ຮອຍເປືອນ +Name[sr]=Б7 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B7.ktm b/kugar/kudesigner/templates/General/B7.ktm new file mode 100644 index 00000000..61e59b66 --- /dev/null +++ b/kugar/kudesigner/templates/General/B7.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="21" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B8.desktop b/kugar/kudesigner/templates/General/B8.desktop new file mode 100644 index 00000000..928fafb9 --- /dev/null +++ b/kugar/kudesigner/templates/General/B8.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B8.ktm +Name=B8 +Name[hi]=बी8 +Name[lo]=B8 +Name[sr]=Б8 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B8.ktm b/kugar/kudesigner/templates/General/B8.ktm new file mode 100644 index 00000000..b7fb2b57 --- /dev/null +++ b/kugar/kudesigner/templates/General/B8.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="22" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/B9.desktop b/kugar/kudesigner/templates/General/B9.desktop new file mode 100644 index 00000000..1d4cd393 --- /dev/null +++ b/kugar/kudesigner/templates/General/B9.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/B9.ktm +Name=B9 +Name[hi]=बी9 +Name[lo]=B9 +Name[sr]=Б9 +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/B9.ktm b/kugar/kudesigner/templates/General/B9.ktm new file mode 100644 index 00000000..5c71ef55 --- /dev/null +++ b/kugar/kudesigner/templates/General/B9.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="23" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/C5E.desktop b/kugar/kudesigner/templates/General/C5E.desktop new file mode 100644 index 00000000..1201eb65 --- /dev/null +++ b/kugar/kudesigner/templates/General/C5E.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/C5E.ktm +Name=C5E +Name[hi]=सी5ई +Name[lo]=C5E +Name[sr]=Ц5Е +Icon=template_iso diff --git a/kugar/kudesigner/templates/General/C5E.ktm b/kugar/kudesigner/templates/General/C5E.ktm new file mode 100644 index 00000000..5d120ec3 --- /dev/null +++ b/kugar/kudesigner/templates/General/C5E.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="24" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/Comm10E.desktop b/kugar/kudesigner/templates/General/Comm10E.desktop new file mode 100644 index 00000000..48fa7bef --- /dev/null +++ b/kugar/kudesigner/templates/General/Comm10E.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Link +URL=.source/Comm10E.ktm +Name=Comm10E +Name[hi]=कॉम10ई +Name[lo]=ຖະຫນົນ +Name[sr]=Comm10Е +Icon=template_us diff --git a/kugar/kudesigner/templates/General/Comm10E.ktm b/kugar/kudesigner/templates/General/Comm10E.ktm new file mode 100644 index 00000000..7a6e512e --- /dev/null +++ b/kugar/kudesigner/templates/General/Comm10E.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="25" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/DLE.desktop b/kugar/kudesigner/templates/General/DLE.desktop new file mode 100644 index 00000000..8a2a0b74 --- /dev/null +++ b/kugar/kudesigner/templates/General/DLE.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Link +URL=.source/DLE.ktm +Name=DLE +Name[hi]=डीएलई +Name[lo]=DLE +Icon=template_us diff --git a/kugar/kudesigner/templates/General/DLE.ktm b/kugar/kudesigner/templates/General/DLE.ktm new file mode 100644 index 00000000..66875800 --- /dev/null +++ b/kugar/kudesigner/templates/General/DLE.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="26" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/Executive.desktop b/kugar/kudesigner/templates/General/Executive.desktop new file mode 100644 index 00000000..5d6ce348 --- /dev/null +++ b/kugar/kudesigner/templates/General/Executive.desktop @@ -0,0 +1,24 @@ +[Desktop Entry] +Type=Link +URL=.source/Executive.ktm +Name=Executive +Name[ar]=تنفيذي +Name[ca]=Executiu +Name[cy]=Gweithredwr +Name[da]=Udøvende +Name[eu]=Betearazlea +Name[fa]=اجرایی +Name[hi]=एक्जीक्यूटिव +Name[km]= ប្រតិបត្តិ +Name[lo]=ເອົາແຜ່ນອອກ +Name[ms]=Eksekutif +Name[nds]=US Executive +Name[ne]=कार्यकारिणी +Name[pt_BR]=Executivo +Name[sk]=Úradnícky +Name[ta]=நிறைவேற்று +Name[tg]=Иҷроӣ +Name[tr]=Yönetici +Name[xh]=Isekela lomphathi +Name[zh_CN]=行政 +Icon=template_us diff --git a/kugar/kudesigner/templates/General/Executive.ktm b/kugar/kudesigner/templates/General/Executive.ktm new file mode 100644 index 00000000..9fe71873 --- /dev/null +++ b/kugar/kudesigner/templates/General/Executive.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="4" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/Folio.desktop b/kugar/kudesigner/templates/General/Folio.desktop new file mode 100644 index 00000000..64a8f65f --- /dev/null +++ b/kugar/kudesigner/templates/General/Folio.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Type=Link +URL=.source/Folio.ktm +Name=Folio +Name[bg]=Фолио +Name[ca]=Foli +Name[cy]=Ffolio +Name[et]=Foolio +Name[eu]=Folioa +Name[fa]=دفتر یادداشت +Name[ga]=Fóilió +Name[hi]=फोलियो +Name[hr]=Portfolio +Name[km]= សន្លឹកក្រដាសធំបត់ជាពីរ +Name[lo]=ສາຍນໍ້າ +Name[lv]=Kolontituls +Name[ne]=फोलियो +Name[sk]=Fólia +Name[tr]=Folyo +Name[zh_CN]=对开 +Icon=template_us diff --git a/kugar/kudesigner/templates/General/Folio.ktm b/kugar/kudesigner/templates/General/Folio.ktm new file mode 100644 index 00000000..832a1d59 --- /dev/null +++ b/kugar/kudesigner/templates/General/Folio.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="27" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/Ledger.desktop b/kugar/kudesigner/templates/General/Ledger.desktop new file mode 100644 index 00000000..2c2dbeab --- /dev/null +++ b/kugar/kudesigner/templates/General/Ledger.desktop @@ -0,0 +1,24 @@ +[Desktop Entry] +Type=Link +URL=.source/Ledger.ktm +Name=Ledger +Name[br]=Karger +Name[cy]=Llyfr Cyfrifon +Name[da]=Hovedbog +Name[fa]=دفتر کل +Name[ga]=Mórleabhar +Name[hi]=लेजर +Name[hr]=Knjiga salda +Name[km]=បញ្ជីកត់ចេញចូល +Name[lo]=Ledger +Name[lv]=Virsgrāmata +Name[ms]=Lejar +Name[ne]=लेजर +Name[pt_BR]=Carta +Name[sk]=Kniha +Name[tg]=Гроссбух +Name[tr]=Ana Defter +Name[xh]=Incwadi ye akhawunti +Name[zh_CN]=帐册 +Name[zh_TW]=分類帳 +Icon=template_us diff --git a/kugar/kudesigner/templates/General/Ledger.ktm b/kugar/kudesigner/templates/General/Ledger.ktm new file mode 100644 index 00000000..db605f13 --- /dev/null +++ b/kugar/kudesigner/templates/General/Ledger.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="28" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/Legal.desktop b/kugar/kudesigner/templates/General/Legal.desktop new file mode 100644 index 00000000..41f49f56 --- /dev/null +++ b/kugar/kudesigner/templates/General/Legal.desktop @@ -0,0 +1,26 @@ +[Desktop Entry] +Type=Link +URL=.source/Legal.ktm +Name=Legal +Name[af]=Wettig +Name[az]=Qanuni +Name[bg]=Юридически формат (Legal) +Name[br]=Lisans +Name[cy]=Cyfreithiol +Name[eu]=Legala +Name[fa]=مجاز +Name[fo]=US Legal (216×356 mm, amerikansk pappírsstødd) +Name[ga]=Dlí +Name[hi]=लीगल +Name[hr]=Pravno +Name[it]=US legal +Name[nds]=US Legal +Name[ne]=कानूनी +Name[pl]=Wzorce +Name[sr]=Легал +Name[tr]=Yasal +Name[ven]=Zwa milayo +Name[wa]=Legal US +Name[xh]=Esemthethweni +Name[zu]=Okusemthethweni +Icon=template_us diff --git a/kugar/kudesigner/templates/General/Legal.ktm b/kugar/kudesigner/templates/General/Legal.ktm new file mode 100644 index 00000000..85953bb8 --- /dev/null +++ b/kugar/kudesigner/templates/General/Legal.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="3" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/Letter.desktop b/kugar/kudesigner/templates/General/Letter.desktop new file mode 100644 index 00000000..04da6d49 --- /dev/null +++ b/kugar/kudesigner/templates/General/Letter.desktop @@ -0,0 +1,33 @@ +[Desktop Entry] +Type=Link +URL=.source/Letter.ktm +Name=US Letter +Name[af]=Us Brief +Name[az]=Zərf +Name[bg]=Американско писмо +Name[br]=Lizher US +Name[ca]=Carta US +Name[cy]=Llythyr US +Name[es]=Carta de EEUU +Name[eu]=AEBetako gutuna +Name[fa]=حروف آمریکایی +Name[fo]=US Letter (216×279 mm, amerikansk pappírsstødd) +Name[ga]=Litir Mheiriceánach (US Letter) +Name[gl]=Carta dos EUA +Name[hi]=यूएस पत्र +Name[hr]=US pismo +Name[id]=Letter AS +Name[km]=សំបុត្រអាមេរិក +Name[lv]=ASV Vēstule +Name[ne]=US अक्षर +Name[pt]=Carta dos EUA +Name[pt_BR]=Carta US +Name[sk]=List +Name[ta]=US எழுத்து +Name[tg]=Мактуби US +Name[tr]=Zarf +Name[ven]=Vhurifhi ha Amerika +Name[xh]=Ileta ye-US +Name[zh_CN]=美式信函 +Name[zu]=Incwadi ye US +Icon=template_us diff --git a/kugar/kudesigner/templates/General/Letter.ktm b/kugar/kudesigner/templates/General/Letter.ktm new file mode 100644 index 00000000..d6838210 --- /dev/null +++ b/kugar/kudesigner/templates/General/Letter.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="2" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/Makefile.am b/kugar/kudesigner/templates/General/Makefile.am new file mode 100644 index 00000000..984321e5 --- /dev/null +++ b/kugar/kudesigner/templates/General/Makefile.am @@ -0,0 +1,15 @@ +templates_DATA = .directory A0.desktop A5.desktop B0.desktop B4.desktop B9.desktop Folio.desktop Tabloid.desktop \ +A1.desktop A6.desktop B1.desktop B5.desktop C5E.desktop Ledger.desktop \ +A2.desktop A7.desktop B10.desktop B6.desktop Comm10E.desktop Legal.desktop \ +A3.desktop A8.desktop B2.desktop B7.desktop DLE.desktop Letter.desktop \ +A4.desktop A9.desktop B3.desktop B8.desktop Executive.desktop NPageSize.desktop +templatesdir = $(kde_datadir)/kudesigner/templates/General + +templatesrc_DATA = A0.ktm A4.ktm A8.ktm B10.ktm B5.ktm B9.ktm Executive.ktm Letter.ktm \ +A1.ktm A5.ktm A9.ktm B2.ktm B6.ktm C5E.ktm Folio.ktm \ +A2.ktm A6.ktm B0.ktm B3.ktm B7.ktm Comm10E.ktm Ledger.ktm Tabloid.ktm \ +A3.ktm A7.ktm B1.ktm B4.ktm B8.ktm DLE.ktm Legal.ktm +templatesrcdir = $(kde_datadir)/kudesigner/templates/General/.source + +templateicons_ICON = AUTO +templateiconsdir = $(kde_datadir)/kudesigner/icons diff --git a/kugar/kudesigner/templates/General/NPageSize.desktop b/kugar/kudesigner/templates/General/NPageSize.desktop new file mode 100644 index 00000000..e1e3e173 --- /dev/null +++ b/kugar/kudesigner/templates/General/NPageSize.desktop @@ -0,0 +1,2 @@ +[Desktop Entry] +Hidden=true diff --git a/kugar/kudesigner/templates/General/Tabloid.desktop b/kugar/kudesigner/templates/General/Tabloid.desktop new file mode 100644 index 00000000..2403bc86 --- /dev/null +++ b/kugar/kudesigner/templates/General/Tabloid.desktop @@ -0,0 +1,28 @@ +[Desktop Entry] +Type=Link +URL=.source/Tabloid.ktm +Name=Tabloid +Name[ar]=صحيفة نصفيّة +Name[bg]=Таблоид +Name[ca]=Tabloide +Name[da]=Infospalte +Name[eu]=Tabloidea +Name[fa]=چکیده +Name[fi]=Tabloidi +Name[fr]=Tabloïd +Name[ga]=Tablóid +Name[gl]=Tablóide +Name[hi]=टेब्लॉइड +Name[km]=ការសែតទំហំសន្លឹកតូចតែងលំអដោយរូបភាពច្រើន +Name[lo]=ລາຍໄມ້ +Name[lv]=Tabloīds +Name[nds]=US Tabloid +Name[ne]=ट्याबलोइड +Name[pt]=Tablóide +Name[pt_BR]=Tablóide +Name[sk]=Noviny +Name[wa]=Tabloyide +Name[xh]=Iphepha ndaba lobuxoki +Name[zh_CN]=小报 +Name[zh_TW]=文摘 +Icon=template_us diff --git a/kugar/kudesigner/templates/General/Tabloid.ktm b/kugar/kudesigner/templates/General/Tabloid.ktm new file mode 100644 index 00000000..5bccc107 --- /dev/null +++ b/kugar/kudesigner/templates/General/Tabloid.ktm @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE KugarTemplate SYSTEM "kugartemplate.dtd"> + +<KugarTemplate PageSize="29" PageOrientation="0" TopMargin="20" + BottomMargin="20" LeftMargin="20" RightMargin="20"> + +</KugarTemplate> +
\ No newline at end of file diff --git a/kugar/kudesigner/templates/General/cr48-action-template_iso.png b/kugar/kudesigner/templates/General/cr48-action-template_iso.png Binary files differnew file mode 100644 index 00000000..6da59f12 --- /dev/null +++ b/kugar/kudesigner/templates/General/cr48-action-template_iso.png diff --git a/kugar/kudesigner/templates/General/cr48-action-template_us.png b/kugar/kudesigner/templates/General/cr48-action-template_us.png Binary files differnew file mode 100644 index 00000000..ab392628 --- /dev/null +++ b/kugar/kudesigner/templates/General/cr48-action-template_us.png diff --git a/kugar/kudesigner/templates/General/crsc-action-template_iso.svgz b/kugar/kudesigner/templates/General/crsc-action-template_iso.svgz Binary files differnew file mode 100644 index 00000000..728e0b9c --- /dev/null +++ b/kugar/kudesigner/templates/General/crsc-action-template_iso.svgz diff --git a/kugar/kudesigner/templates/General/crsc-action-template_us.svgz b/kugar/kudesigner/templates/General/crsc-action-template_us.svgz Binary files differnew file mode 100644 index 00000000..5aab2fdf --- /dev/null +++ b/kugar/kudesigner/templates/General/crsc-action-template_us.svgz diff --git a/kugar/kudesigner/templates/Makefile.am b/kugar/kudesigner/templates/Makefile.am new file mode 100644 index 00000000..ced250c7 --- /dev/null +++ b/kugar/kudesigner/templates/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = General |