rest_controller_lang.php 949 B

123456789101112131415161718
  1. <?php
  2. /*
  3. * Romanian language
  4. */
  5. $lang['text_rest_invalid_api_key'] = 'Cheie API invalidă %s'; // %s is the REST API key
  6. $lang['text_rest_invalid_credentials'] = 'Acreditări invalide';
  7. $lang['text_rest_ip_denied'] = 'IP respins';
  8. $lang['text_rest_ip_unauthorized'] = 'IP neautorizat';
  9. $lang['text_rest_unauthorized'] = 'Neautorizat';
  10. $lang['text_rest_ajax_only'] = 'Doar cererile AJAX sunt acceptate';
  11. $lang['text_rest_api_key_unauthorized'] = 'Această cheie API nu are acees la controller-ul solicitat';
  12. $lang['text_rest_api_key_permissions'] = 'Această cheie API nu are suficiente permisiuni';
  13. $lang['text_rest_api_key_time_limit'] = 'Această cheie API a atins limita de timp pentru această metodă';
  14. $lang['text_rest_ip_address_time_limit'] = 'This IP Address has reached the time limit for this method';//todo translate
  15. $lang['text_rest_unknown_method'] = 'Metodă necunoscută';
  16. $lang['text_rest_unsupported'] = 'Protocol neacceptat';