summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/gr/admin
blob: 7f5b21f22fc23aa63bb9de350410bd4baad509e2 (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
125
126
127
128
129
$self{texts} = {
  'Access Control'              => 'Έλεγχος πρόσβασης',
  'Accounting'                  => 'Λογιστική',
  'Add User'                    => 'Προσθήκη χρήστη',
  'Address'                     => 'Διέυθυνση',
  'Administration'              => 'Διαχείριση',
  'Administrator'               => 'Διαχειριστής',
  'All Datasets up to date!'    => 'All Datasets up to date!',
  'Cannot create Lock!'         => 'Cannot create Lock!',
  'Change Admin Password'       => 'Change Admin Password',
  'Change Password'             => 'Αλλαγή κωδικού',
  'Character Set'               => 'Κωδικοποίηση',
  'Click on login name to edit!' => 'Click on login name to edit!',
  'Company'                     => 'Εταιρία',
  'Connect to'                  => 'Σύνδεση με',
  'Continue'                    => 'Συνέχεια',
  'Create Chart of Accounts'    => 'Create Chart of Accounts',
  'Create Dataset'              => 'Create Dataset',
  'DBI not installed!'          => 'DBI δεν έχει εγκατασταθεί!',
  'Database'                    => 'Βάση δεδομένων',
  'Database Administration'     => 'Διαχειριστής βάσης δεδομένων',
  'Database Driver not checked!' => 'Database Driver not checked!',
  'Database User missing!'      => 'Database User missing!',
  'Dataset missing!'            => 'Dataset missing!',
  'Dataset updated!'            => 'Dataset updated!',
  'Date Format'                 => 'Μορφή ημερομηνίας',
  'Delete'                      => 'Διαγραφή',
  'Delete Dataset'              => 'Delete Dataset',
  'Directory'                   => 'Directory',
  'Driver'                      => 'Driver',
  'Edit User'                   => 'Επεξεργασία χρήστη',
  'Existing Datasets'           => 'Existing Datasets',
  'Fax'                         => 'Φαξ',
  'Host'                        => 'Host',
  'Hostname missing!'           => 'Hostname missing!',
  'Language'                    => 'Γλώσσα',
  'Leave host and port field empty unless you want to make a remote connection.' => 'Leave host and port field empty unless you want to make a remote connection.',
  'Lock System'                 => 'Lock System',
  'Lockfile created!'           => 'Lockfile created!',
  'Lockfile removed!'           => 'Lockfile removed!',
  'Login'                       => 'Εισαγωγή',
  'Login name missing!'         => 'Login name missing!',
  'Logout'                      => 'Εξαγωγή',
  'Manager'                     => 'Διευθυντής',
  'Multibyte Encoding'          => 'Multibyte Encoding',
  'Name'                        => 'Όνομα',
  'New Templates'               => 'New Templates',
  'No Database Drivers available!' => 'No Database Drivers available!',
  'No Dataset selected!'        => 'No Dataset selected!',
  'Nothing to delete!'          => 'Δεν υπάρχει τίποτα για διαγραφή!',
  'Oracle Database Administration' => 'Oracle Database Administration',
  'Password changed!'           => 'Password changed!',
  'Pg Database Administration'  => 'Pg Database Administration',
  'PgPP Database Administration' => 'PgPP Database Administration',
  'Phone'                       => 'Τηλέφωνο',
  'Port'                        => 'Port',
  'Port missing!'               => 'Port missing!',
  'Printer'                     => 'Εκτυπωτής',
  'Save'                        => 'Αποθήκευση',
  'Setup Templates'             => 'Setup Templates',
  'Signature'                   => 'Υπογραφή',
  'Templates'                   => 'Templates',
  'The following Datasets are not in use and can be deleted' => 'The following Datasets are not in use and can be deleted',
  'The following Datasets need to be updated' => 'The following Datasets need to be updated',
  'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!',
  'To add a user to a group edit a name, change the login name and save.  A new user with the same variables will then be saved under the new login name.' => 'To add a user to a group edit a name, change the login name and save.  A new user with the same variables will then be saved under the new login name.',
  'Unlock System'               => 'Unlock System',
  'Update Dataset'              => 'Update Dataset',
  'Use Templates'               => 'Use Templates',
  'User deleted!'               => 'User deleted!',
  'User saved!'                 => 'User saved!',
  'You must enter a host and port for local and remote connections!' => 'You must enter a host and port for local and remote connections!',
  'does not exist'              => 'does not exist',
  'is already a member!'        => 'is already a member!',
  'successfully created!'       => 'successfully created!',
  'successfully deleted!'       => 'successfully deleted!',
  'website'                     => 'website',
};

$self{subs} = {
  'add_user'                    => 'add_user',
  'adminlogin'                  => 'adminlogin',
  'change_admin_password'       => 'change_admin_password',
  'change_password'             => 'change_password',
  'check_password'              => 'check_password',
  'continue'                    => 'continue',
  'create_dataset'              => 'create_dataset',
  'dbcreate'                    => 'dbcreate',
  'dbdelete'                    => 'dbdelete',
  'dbdriver_defaults'           => 'dbdriver_defaults',
  'dbselect_source'             => 'dbselect_source',
  'dbupdate'                    => 'dbupdate',
  'delete'                      => 'delete',
  'delete_dataset'              => 'delete_dataset',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'get_value'                   => 'get_value',
  'getpassword'                 => 'getpassword',
  'list_users'                  => 'list_users',
  'lock_system'                 => 'lock_system',
  'login'                       => 'login',
  'login_name'                  => 'login_name',
  'logout'                      => 'logout',
  'oracle_database_administration' => 'oracle_database_administration',
  'pg_database_administration'  => 'pg_database_administration',
  'pgpp_database_administration' => 'pgpp_database_administration',
  'save'                        => 'save',
  'unlock_system'               => 'unlock_system',
  'update_dataset'              => 'update_dataset',
  'Προσθήκη_χρήστη'             => 'add_user',
  'change_admin_password'       => 'change_admin_password',
  'Αλλαγή_κωδικού'              => 'change_password',
  'Συνέχεια'                    => 'continue',
  'create_dataset'              => 'create_dataset',
  'Διαγραφή'                    => 'delete',
  'delete_dataset'              => 'delete_dataset',
  'lock_system'                 => 'lock_system',
  'Εισαγωγή'                    => 'login',
  'Εξαγωγή'                     => 'logout',
  'oracle_database_administration' => 'oracle_database_administration',
  'pg_database_administration'  => 'pg_database_administration',
  'pgpp_database_administration' => 'pgpp_database_administration',
  'Αποθήκευση'                  => 'save',
  'unlock_system'               => 'unlock_system',
  'update_dataset'              => 'update_dataset',
};

1;