Blame view

resources/lang/ro-RO/header.php 697 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?php
  
  return [
  
      'change_language'       => 'Schimba limba',
      'last_login'            => 'Ultima autentificare :time',
      'notifications' => [
          'counter'           => '{0} Nu ai nici o notificare |{1} Ai :count notificare | [2, *] Ai :count notificări',
          'overdue_invoices'  => '{1} :count factura cu scadenta depasita| [2, *] :count facturi cu scadenta depasita',
          'upcoming_bills'    => '{1} :Count factura care se apropie de scadenta| [2, *] :count facturi care se apropie de scadenta',
          'items_stock'       => '{1} :count articol scazut din stoc | [2, *] :count articole scazute din stoc',
          'view_all'          => 'Vezi toate elementele'
      ],
  
  ];