summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/is/gl
blob: e659b9d1a08fdc14e3b2c2ec6b7e05d2e665cd1b (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'              => 'Innkaupafærsla',
  'AR Transaction'              => 'Sölufærsla',
  'Account'                     => 'Reikningur',
  'Add General Ledger Transaction' => 'Ný höfuðfærsla',
  'Address'                     => 'Heimilisfang',
  'All'                         => 'Allt',
  'Apr'                         => 'apr',
  'April'                       => 'apríl',
  'Are you sure you want to delete Transaction' => 'Ert þú viss um að þú viljir eyða færslunni',
  'Asset'                       => 'Eignir',
  'Aug'                         => 'ágú',
  'August'                      => 'ágúst',
  'Balance'                     => 'Afstemming',
  'Cannot delete transaction!'  => 'Get ekki eytt færslu!',
  'Cannot have a value in both Debit and Credit!' => 'Get ekki haft gildi bæði í debit og kredit!',
  'Cannot post a transaction without a value!' => 'Get ekki bókað án upphæðar',
  'Cannot post transaction for a closed period!' => 'Get ekki bókað færslu á lokað tímabil!',
  'Confirm!'                    => 'Staðfesta!',
  'Continue'                    => 'Áfram',
  'Credit'                      => 'Kredit',
  'Customer not on file!'       => 'Viðskiptavinur ekki á skrá!',
  'Date'                        => 'Dagsetning',
  'Debit'                       => 'Debit',
  'Debit and credit out of balance!' => 'Debit og kredit skulu vera eins!',
  'Dec'                         => 'des',
  'December'                    => 'desember',
  'Delete'                      => 'Eyða',
  'Description'                 => 'Skýringar',
  'Edit General Ledger Transaction' => 'Breyta yfitbókunar færslum',
  'Equity'                      => 'Eigiðfé',
  'Expense'                     => 'Kostnaður',
  'Feb'                         => 'feb',
  'February'                    => 'febrúar',
  'From'                        => 'Frá',
  'GIFI'                        => 'GIFI',
  'GL Transaction'              => 'Færslur í aðalbók',
  'General Ledger'              => 'Aðalbók',
  'ID'                          => 'ID',
  'Include in Report'           => 'Innifela í skýrslu',
  'Income'                      => 'Innkoma',
  'Jan'                         => 'jan',
  'January'                     => 'janúar',
  'Jul'                         => 'júl',
  'July'                        => 'júlí',
  'Jun'                         => 'jún',
  'June'                        => 'júní',
  'Liability'                   => 'Passiv',
  'Mar'                         => 'mar',
  'March'                       => 'mars',
  'May'                         => 'maí',
  'May '                        => 'maí',
  'Notes'                       => 'Upplýsinar',
  'Nov'                         => 'nóv',
  'November'                    => 'nóvember',
  'Number'                      => 'Númer',
  'Oct'                         => 'ókt',
  'October'                     => 'óktóber',
  'Post'                        => 'Bókfæra',
  'Post as new'                 => 'Bókfæra sem nýjan',
  'Project'                     => 'Verkefni',
  'Project not on file!'        => 'Verkefni ekki á skrá!',
  'Purchase Invoice'            => 'Innkaupsreikningur',
  'Reference'                   => 'Fylgiskjal',
  'Reference missing!'          => 'Fylgiskjal vantar',
  'Reports'                     => 'Skýrslur',
  'Sales Invoice'               => 'Sölureikningur',
  'Select from one of the names below' => 'Veljið einhvað að neðangreindum nöfnum',
  'Select from one of the projects below' => 'Veljið einhvað að neðangreindum verkefnum',
  'Sep'                         => 'sep',
  'September'                   => 'september',
  'Source'                      => 'Frálag',
  'Subtotal'                    => 'Samtala',
  'Transaction Date missing!'   => 'Dags. vantar!',
  'Transaction deleted!'        => 'Færslu eytt!',
  'Transaction posted!'         => 'Færsla bókfærð!',
  'Update'                      => 'Uppfærsla',
  'Vendor not on file!'         => 'Byrgir ekki til í gagnagrunni!',
  'Yes'                         => 'Já',
  'to'                          => 'til',
};

$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',
  'innkaupafærsla'              => 'ap_transaction',
  'sölufærsla'                  => 'ar_transaction',
  'Áfram'                       => 'continue',
  'eyða'                        => 'delete',
  'færslur_í_aðalbók'           => 'gl_transaction',
  'bókfæra'                     => 'post',
  'bókfæra_sem_nýjan'           => 'post_as_new',
  'innkaupsreikningur'          => 'purchase_invoice',
  'sölureikningur'              => 'sales_invoice',
  'uppfærsla'                   => 'update',
  'já'                          => 'yes',
};

1;