rest_controller_lang.php 1005 B

123456789101112131415161718
  1. <?php
  2. /*
  3. * German language
  4. */
  5. $lang['text_rest_invalid_api_key'] = 'Ungültiger API Schlüssel %s'; // %s is the REST API key | %s ist der REST API Schlüssel
  6. $lang['text_rest_invalid_credentials'] = 'Ungültige Zugangsdaten';
  7. $lang['text_rest_ip_denied'] = 'IP abgelehnt';
  8. $lang['text_rest_ip_unauthorized'] = 'IP nicht autorisiert';
  9. $lang['text_rest_unauthorized'] = 'Nicht autorisiert';
  10. $lang['text_rest_ajax_only'] = 'Nur AJAX-Anfragen zulässig';
  11. $lang['text_rest_api_key_unauthorized'] = 'Dieser API Schlüssel hat keinen Zugriff auf den angeforderten Controller';
  12. $lang['text_rest_api_key_permissions'] = 'Dieser API Schlüssel besitzt die erforderlichen Rechte nicht';
  13. $lang['text_rest_api_key_time_limit'] = 'Dieser API Schlüssel ist abgelaufen';
  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'] = 'Unbekannte Methode';
  16. $lang['text_rest_unsupported'] = 'Protokoll nicht unterstützt';