Skip to content

Commit

Permalink
Add czech localization. (jessesquires#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmisar authored and Lucashuang0802 committed Jun 30, 2017
1 parent 45fdac7 commit 13a16c9
Showing 1 changed file with 37 additions and 0 deletions.
@@ -0,0 +1,37 @@
//
// Created by Jesse Squires
// http://www.jessesquires.com
//
//
// Documentation
// http://cocoadocs.org/docsets/JSQMessagesViewController
//
//
// GitHub
// https://github.com/jessesquires/JSQMessagesViewController
//
//
// License
// Copyright (c) 2014 Jesse Squires
// Released under an MIT license: http://opensource.org/licenses/MIT
//

// ********************************
// Special thanks to the localization contributors!
//
// https://github.com/jessesquires/JSQMessagesViewController/issues/237
// ********************************

"load_earlier_messages" = "Načíst starší zprávy";

"send" = "Odeslat";

"new_message" = "Nová zpráva";

"text_message_accessibility_label" = "%@: %@";

"media_message_accessibility_label" = "%@: multimediální zpráva";

"accessory_button_accessibility_label" = "Sdílet";

"new_message_received_accessibility_announcement" = "Přijata nová zpráva";

0 comments on commit 13a16c9

Please sign in to comment.