summaryrefslogtreecommitdiffstats
path: root/kexi/data/trinity4compat
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 02:25:54 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 02:25:54 +0000
commitb924269184594cd7166bd4a1f02de62930211eed (patch)
tree3e8bd90e4e332d5d5ba79572ac12a6189ba9f5ff /kexi/data/trinity4compat
parentb29a88760d18f56788e028cbdcf9f226727c7f45 (diff)
downloadkoffice-b924269184594cd7166bd4a1f02de62930211eed.tar.gz
koffice-b924269184594cd7166bd4a1f02de62930211eed.zip
Second part of previous commit
Move files with kde3 in their name to have trinity in their name instead git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1248413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/data/trinity4compat')
-rw-r--r--kexi/data/trinity4compat/Makefile.am10
-rw-r--r--kexi/data/trinity4compat/msaccess.magic5
-rw-r--r--kexi/data/trinity4compat/sqlite.magic2
-rw-r--r--kexi/data/trinity4compat/x-sqlite2.desktop53
-rw-r--r--kexi/data/trinity4compat/x-sqlite3.desktop53
5 files changed, 123 insertions, 0 deletions
diff --git a/kexi/data/trinity4compat/Makefile.am b/kexi/data/trinity4compat/Makefile.am
new file mode 100644
index 00000000..89c03dc0
--- /dev/null
+++ b/kexi/data/trinity4compat/Makefile.am
@@ -0,0 +1,10 @@
+application_DATA = \
+ x-sqlite2.desktop \
+ x-sqlite3.desktop
+
+applicationdir = $(kde_mimedir)/application
+
+magic_DATA = sqlite.magic msaccess.magic
+magicdir = $(kde_confdir)/magic
+
+EXTRA_DIST = $(application_DATA)
diff --git a/kexi/data/trinity4compat/msaccess.magic b/kexi/data/trinity4compat/msaccess.magic
new file mode 100644
index 00000000..9b318b14
--- /dev/null
+++ b/kexi/data/trinity4compat/msaccess.magic
@@ -0,0 +1,5 @@
+# Following magic data is provided here because KDE < 3.5 lacks it:
+
+# MS Access database (95 or newer, i.e. MS Jet 3.0 or newer)
+4 string Standard\ Jet\ DB application/x-msaccess
+
diff --git a/kexi/data/trinity4compat/sqlite.magic b/kexi/data/trinity4compat/sqlite.magic
new file mode 100644
index 00000000..a31592fb
--- /dev/null
+++ b/kexi/data/trinity4compat/sqlite.magic
@@ -0,0 +1,2 @@
+0 string **\ This\ file\ contains\ an\ SQLite application/x-sqlite2
+0 string SQLite\ format\ 3 application/x-sqlite3
diff --git a/kexi/data/trinity4compat/x-sqlite2.desktop b/kexi/data/trinity4compat/x-sqlite2.desktop
new file mode 100644
index 00000000..63f0f1d1
--- /dev/null
+++ b/kexi/data/trinity4compat/x-sqlite2.desktop
@@ -0,0 +1,53 @@
+[Desktop Entry]
+Type=MimeType
+MimeType=application/x-sqlite2
+Icon=empty
+Patterns=
+Comment=SQLite2 Database File
+Comment[bg]=Файл на SQLite2
+Comment[br]=Restr stlennvon SQLite2
+Comment[ca]=Fitxer de base de dades de SQLite2
+Comment[cy]=Ffeil Gronfa DdataSQLite2
+Comment[da]=SQLite2 databasefil
+Comment[de]=SQLite2-Datenbankdatei
+Comment[el]=Αρχείο βάσης δεδομένων SQLite2
+Comment[eo]=SQLite2-datumbazdosiero
+Comment[es]=Archivo de base de datos SQLite2
+Comment[et]=SQLite2 andmebaasi fail
+Comment[eu]=SQLite2 Datu-basearen fitxategia
+Comment[fa]=پروندۀ دادگان SQLite2
+Comment[fi]=SQLite2 tietokantatiedosto
+Comment[fr]=Fichier de base de données SQLite2
+Comment[fy]=SQLite2 Databanktriem
+Comment[ga]=Comhad Bunachair Shonraí SQLite2
+Comment[gl]=Ficheiro de Base de Datos de SQLite2
+Comment[he]=קובץ מסד נתונים של SQLite2
+Comment[hr]=SQLite2 datoteka baze podataka
+Comment[hu]=SQLite2-adatbázisfájl
+Comment[is]=SQLite2 gagnagrunnsskrá
+Comment[it]=File di banca dati SQLite2
+Comment[ja]=SQLite2 データベースファイル
+Comment[km]=ឯកសារ​មូលដ្ឋាន​ទិន្នន័យ​ SQLite2
+Comment[lt]=SQLite2 duomenų bazės byla
+Comment[lv]=SQLite2 datu bāzes fails
+Comment[ms]=Fail Pangkalan Data SQLite2
+Comment[nb]=SQLite2-databasefil
+Comment[nds]=SQLite2-Datenbankdatei
+Comment[ne]=SQLite2 डाटाबेस फाइल
+Comment[nl]=SQLite2 databasebestand
+Comment[nn]=SQLite2-databasefil
+Comment[pl]=Plik bazy danych SQLite2
+Comment[pt]=Ficheiro de Base de Dados do SQLite2
+Comment[pt_BR]=Arquivo de Banco de Dados do SQLite2
+Comment[ru]=База данных SQLite2
+Comment[se]=SQLite2-diehtovuođđofiila
+Comment[sk]=Databázový súbor SQLite2
+Comment[sl]=Datoteka zbirke podatkov SQLite2
+Comment[sr]=Фајл базе података SQLite2
+Comment[sr@Latn]=Fajl baze podataka SQLite2
+Comment[sv]=SQLite2-databasfil
+Comment[uk]=Файл бази даних SQLite2
+Comment[uz]=SQLite2 maʼlumot baza fayli
+Comment[uz@cyrillic]=SQLite2 маълумот база файли
+Comment[zh_CN]=SQLite2 数据库文件
+Comment[zh_TW]=SQLite2 資料庫檔案
diff --git a/kexi/data/trinity4compat/x-sqlite3.desktop b/kexi/data/trinity4compat/x-sqlite3.desktop
new file mode 100644
index 00000000..ee2756d8
--- /dev/null
+++ b/kexi/data/trinity4compat/x-sqlite3.desktop
@@ -0,0 +1,53 @@
+[Desktop Entry]
+Type=MimeType
+MimeType=application/x-sqlite3
+Icon=empty
+Patterns=
+Comment=SQLite3 Database File
+Comment[bg]=Файл на SQLite3
+Comment[br]=Restr stlennvon SQLite3
+Comment[ca]=Fitxer de base de dades de SQLite3
+Comment[cy]=Ffeil Gronfa DdataSQLite3
+Comment[da]=SQLite3 databasefil
+Comment[de]=SQLite3-Datenbankdatei
+Comment[el]=Αρχείο βάσης δεδομένων SQLite3
+Comment[eo]=SQLite3-datumbazdosiero
+Comment[es]=Archivo de base de datos SQLite3
+Comment[et]=SQLite3 andmebaasi fail
+Comment[eu]=SQLite3 Datu-basearen fitxategia
+Comment[fa]=پروندۀ دادگان SQLite3
+Comment[fi]=SQLite3-tietokantatiedosto
+Comment[fr]=Fichier de base de données SQLite3
+Comment[fy]=SQLite3 Databanktriem
+Comment[ga]=Comhad Bunachair Shonraí SQLite3
+Comment[gl]=Ficheiro de Base de Datos de SQLite3
+Comment[he]=קובץ מסד נתונים של SQLite3
+Comment[hr]=SQLite3 datoteka baze podataka
+Comment[hu]=SQLite3-adatbázisfájl
+Comment[is]=SQLite3 gagnagrunnsskrá
+Comment[it]=File di banca dati SQLite3
+Comment[ja]=SQLite3 データベースファイル
+Comment[km]=ឯកសារ​មូលដ្ឋាន​ទិន្នន័យ SQLite3
+Comment[lt]=SQLite3 duomenų bazės byla
+Comment[lv]=SQLite3 datu bāzes fails
+Comment[ms]=Fail Pangkalan Data SQLite3
+Comment[nb]=SQLite3-databasefil
+Comment[nds]=SQLite3-Datenbankdatei
+Comment[ne]=SQLite3 डाटाबेस फाइल
+Comment[nl]=SQLite3 databasebestand
+Comment[nn]=SQLite3-databasefil
+Comment[pl]=Plik bazy danych SQLite3
+Comment[pt]=Ficheiro de Base de Dados do SQLite3
+Comment[pt_BR]=Arquivo de Banco de Dados do SQLite3
+Comment[ru]=База данных SQLite3
+Comment[se]=SQLite3-diehtovuođđofiila
+Comment[sk]=Databázový súbor SQLite3
+Comment[sl]=Datoteka zbirke podatkov SQLite3
+Comment[sr]=Фајл базе података SQLite3
+Comment[sr@Latn]=Fajl baze podataka SQLite3
+Comment[sv]=SQLite3-databasfil
+Comment[uk]=Файл бази даних SQLite3
+Comment[uz]=SQLite3 maʼlumot baza fayli
+Comment[uz@cyrillic]=SQLite3 маълумот база файли
+Comment[zh_CN]=SQLite3 数据库文件
+Comment[zh_TW]=SQLite3 資料庫檔案