Localizable.strings 323 B

1234567891011121314
  1. /* Appends a full-stop to a statement */
  2. "%@." = "%@.";
  3. /* The title of the cancel action in an action sheet */
  4. "Cancel" = "إلغاء";
  5. /* The alert title for a resume error */
  6. "Error Resuming" = "خطأ في الاستئناف";
  7. /* Button title to acknowledge error
  8. Default acknowledgement */
  9. "OK" = "موافق";