summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/fi/pe
diff options
context:
space:
mode:
authorivan <ivan>2003-07-15 11:45:14 +0000
committerivan <ivan>2003-07-15 11:45:14 +0000
commitc0567c688084e89fcd11bf82348b6c418f1254ac (patch)
treeb9d0a6b33e4cc75915721124a7f4a80089183c9a /sql-ledger/locale/fi/pe
parenta2ef3ae885f2bccc0828836678c7e5901241d88d (diff)
parentf6c9088e16c4c083174dd1130ae58d213923cdef (diff)
This commit was generated by cvs2svn to compensate for changes in r2523,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/fi/pe')
-rw-r--r--sql-ledger/locale/fi/pe35
1 files changed, 35 insertions, 0 deletions
diff --git a/sql-ledger/locale/fi/pe b/sql-ledger/locale/fi/pe
new file mode 100644
index 000000000..c9fe2c1f3
--- /dev/null
+++ b/sql-ledger/locale/fi/pe
@@ -0,0 +1,35 @@
+$self{texts} = {
+ 'Add' => 'Lisää',
+ 'Add Project' => 'Lisää projekti',
+ 'All' => 'Kaikki',
+ 'Continue' => 'Jatka',
+ 'Delete' => 'Poista',
+ 'Description' => 'Kuvaus',
+ 'Edit Project' => 'Muokkaa projektia',
+ 'Number' => 'Numero',
+ 'Orphaned' => 'Hylätyt',
+ 'Project' => 'Projekti',
+ 'Project Number missing!' => 'Projektinumero puuttuu!',
+ 'Project deleted!' => 'Projekti poistettu!',
+ 'Project saved!' => 'Projekti tallennettu!',
+ 'Projects' => 'Projektit',
+ 'Save' => 'Tallenna',
+};
+
+$self{subs} = {
+ 'add' => 'add',
+ 'continue' => 'continue',
+ 'delete' => 'delete',
+ 'edit' => 'edit',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'generate_report' => 'generate_report',
+ 'save' => 'save',
+ 'search' => 'search',
+ 'lisää' => 'add',
+ 'jatka' => 'continue',
+ 'poista' => 'delete',
+ 'tallenna' => 'save',
+};
+
+1;