Blame view

resources/lang/ro-RO/settings.php 3.21 KB
b7c7a5f6   Alexey Boroda   first commit
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
  <?php
  
  return [
  
      'company' => [
          'name'              => 'Nume',
          'email'             => 'Email',
          'phone'             => 'Telefon',
          'address'           => 'Adresă',
          'logo'              => 'Siglă',
      ],
      'localisation' => [
          'tab'               => 'Localizare',
          'date' => [
              'format'        => 'Format dată',
              'separator'     => 'Separator data',
              'dash'          => 'Cratimă (-)',
              'dot'           => 'Punct (.)',
              'comma'         => 'Virgulă (,)',
              'slash'         => 'Slash (/)',
              'space'         => 'Spaţiu ( )',
          ],
          'timezone'          => 'Fus orar',
          'percent' => [
              'title'         => 'Procent (%) Pozitie',
              'before'        => 'Inainte de Numar',
              'after'         => 'Dupa Numar',
          ],
      ],
      'invoice' => [
          'tab'               => 'Factură',
          'prefix'            => 'Prefix',
          'digit'             => 'Zecimale Numar',
          'next'              => 'Următorul număr',
          'logo'              => 'Siglă',
      ],
      'default' => [
          'tab'               => 'Implicit',
          'account'           => 'Cont implicit',
          'currency'          => 'Moneda implicita',
          'tax'               => 'Rata Impozitare Implicita',
          'payment'           => 'Metodă de plată prestabilită',
          'language'          => 'Limba implicita',
      ],
      'email' => [
          'protocol'          => 'Protocol',
          'php'               => 'Mail PHP',
          'smtp' => [
              'name'          => 'SMTP',
              'host'          => 'Gazdă SMTP',
              'port'          => 'Port SMTP',
              'username'      => 'Utilizator SMTP',
              'password'      => 'Parola SMTP',
              'encryption'    => 'Securitate SMTP',
              'none'          => 'Nici una',
          ],
          'sendmail'          => 'Sendmail',
          'sendmail_path'     => 'Cale Sendmail',
          'log'               => 'Jurnal Email-uri',
      ],
      'scheduling' => [
          'tab'               => 'Planificare',
          'send_invoice'      => 'Trimite memento pentru factura',
          'invoice_days'      => 'Trimite dupa Zilele Cuvenite',
          'send_bill'         => 'Trimite memento pentru factura',
          'bill_days'         => 'Trimite Inainte de Zilele Cuvenite',
          'cron_command'      => 'Comanda Cron',
          'schedule_time'     => 'Ora la care ruleaza',
      ],
      'appearance' => [
          'tab'               => 'Aspect',
          'theme'             => 'Temă',
          'light'             => 'Deschis',
          'dark'              => 'Inchis',
          'list_limit'        => 'Rezultate pe pagina',
          'use_gravatar'      => 'Foloseste Gravatar',
      ],
      'system' => [
          'tab'               => 'Sistem',
          'session' => [
              'lifetime'      => 'Durata de viaţă a sesiunii (minute)',
              'handler'       => 'Manager Sesiune',
              'file'          => 'Fişier',
              'database'      => 'Bază de date',
          ],
          'file_size'         => 'Mărime maximă a fișierului (MB)',
          'file_types'        => 'Tipuri de fișiere permise',
      ],
  
  ];