summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/fi/gl
blob: 6a07b153b80d1dc1acd4e2d5c6eb94aa537ff5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
$self{texts} = {
  'AP Transaction'              => 'Ostotapahtuma',
  'AR Transaction'              => 'Myyntitapahtuma',
  'Account'                     => 'Tili',
  'Add General Ledger Transaction' => 'Lisää pääkirjatapahtuma',
  'Address'                     => 'Osoite',
  'All'                         => 'Kaikki',
  'Apr'                         => 'Huh',
  'April'                       => 'Huhtikuu',
  'Are you sure you want to delete Transaction' => 'Haluatko poistaa viennin?',
  'Asset'                       => 'Vastaavaa',
  'Aug'                         => 'Elo',
  'August'                      => 'Elokuu',
  'Balance'                     => 'Tase',
  'Cannot delete transaction!'  => 'Vientiä ei voi poistaa',
  'Cannot have a value in both Debit and Credit!' => 'Arvo sekä Kreditissä että Debetissä kielletty!',
  'Cannot post a transaction without a value!' => 'Viennin kirjaus ilman arvoa kielletty!',
  'Cannot post transaction for a closed period!' => 'Viennin kirjaus suljetulle ajanjaksolle kielletty',
  'Confirm!'                    => 'Vahvista!',
  'Continue'                    => 'Jatka',
  'Credit'                      => 'Kredit',
  'Customer not on file!'       => 'Asiakas ei järjestelmässä!',
  'Date'                        => 'Päiväys',
  'Debit'                       => 'Debet',
  'Debit and credit out of balance!' => 'Debet ja kredit erisuuruiset',
  'Dec'                         => 'Jou',
  'December'                    => 'Joulukuu',
  'Delete'                      => 'Poista',
  'Description'                 => 'Kuvaus',
  'Edit General Ledger Transaction' => 'Muokkaa pääkirjavientiä',
  'Equity'                      => 'Oma pääoma',
  'Expense'                     => 'Menot',
  'Feb'                         => 'Hel',
  'February'                    => 'Helmikuu',
  'From'                        => 'Alkaen',
  'GIFI'                        => 'GIFI',
  'GL Transaction'              => 'Pääkirjavienti',
  'General Ledger'              => 'Pääkirja',
  'ID'                          => 'ID',
  'Include in Report'           => 'Sisällytä raporttiin',
  'Income'                      => 'Tulot',
  'Jan'                         => 'Tam',
  'January'                     => 'Tammikuu',
  'Jul'                         => 'Hei',
  'July'                        => 'Heinäkuu',
  'Jun'                         => 'Kes',
  'June'                        => 'Kesäkuu',
  'Liability'                   => 'Vastattavaa',
  'Mar'                         => 'Maa',
  'March'                       => 'Maaliskuu',
  'May'                         => 'Tou',
  'May '                        => 'Toukokuu',
  'Notes'                       => 'Lisätietoja',
  'Nov'                         => 'Mar',
  'November'                    => 'Marraskuu',
  'Number'                      => 'Numero',
  'Oct'                         => 'Lok',
  'October'                     => 'Lokakuu',
  'Post'                        => 'Kirjaa',
  'Post as new'                 => 'Kirjaa uutena',
  'Project'                     => 'Projekti',
  'Project not on file!'        => 'Projekti ei ole järjestelmässä!',
  'Purchase Invoice'            => 'Ostolasku',
  'Reference'                   => 'Viite',
  'Reference missing!'          => 'Viite puuttuu',
  'Reports'                     => 'Raportit',
  'Sales Invoice'               => 'Myyntilasku',
  'Select from one of the names below' => 'Valitse yksi nimi alapuolelta',
  'Select from one of the projects below' => 'Valitse yksi projekti alapuolelta',
  'Sep'                         => 'Syy',
  'September'                   => 'Syyskuu',
  'Source'                      => 'Lähde',
  'Subtotal'                    => 'Välisumma',
  'To'                          => 'Hetkeen',
  'Transaction Date missing!'   => 'Viennin päiväys puuttuu!',
  'Transaction deleted!'        => 'Vienti poistettu!',
  'Transaction posted!'         => 'Vienti kirjattu!',
  'Update'                      => 'Päivitä',
  'Vendor not on file!'         => 'Toimittajaa ei järjestelmässä!',
  'Yes'                         => 'Kyllä',
};

$self{subs} = {
  'add'                         => 'add',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'delete'                      => 'delete',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'form_row'                    => 'form_row',
  'generate_report'             => 'generate_report',
  'gl_subtotal'                 => 'gl_subtotal',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'post'                        => 'post',
  'post_as_new'                 => 'post_as_new',
  'project_selected'            => 'project_selected',
  'purchase_invoice'            => 'purchase_invoice',
  'sales_invoice'               => 'sales_invoice',
  'search'                      => 'search',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'update'                      => 'update',
  'yes'                         => 'yes',
  'ostotapahtuma'               => 'ap_transaction',
  'myyntitapahtuma'             => 'ar_transaction',
  'jatka'                       => 'continue',
  'poista'                      => 'delete',
  'pääkirjavienti'              => 'gl_transaction',
  'kirjaa'                      => 'post',
  'kirjaa_uutena'               => 'post_as_new',
  'ostolasku'                   => 'purchase_invoice',
  'myyntilasku'                 => 'sales_invoice',
  'päivitä'                     => 'update',
  'kyllä'                       => 'yes',
};

1;