-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Onur Ozgur OZKAN
committed
Jul 24, 2013
1 parent
bea7012
commit 50d52ba
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# encoding: utf-8 | ||
tr: | ||
simple_form: | ||
"yes": 'Evet' | ||
"no": 'Hayır' | ||
required: | ||
text: 'zorunlu' | ||
mark: '*' | ||
# You can uncomment the line below if you need to overwrite the whole required html. | ||
# When using html, text and mark won't be used. | ||
# html: '<abbr title="required">*</abbr>' | ||
error_notification: | ||
default_message: "Lütfen aşağıdaki problemleri gözden geçiriniz:" | ||
# Labels and hints examples | ||
# labels: | ||
# defaults: | ||
# password: 'Password' | ||
# user: | ||
# new: | ||
# email: 'E-mail to sign in.' | ||
# edit: | ||
# email: 'E-mail.' | ||
# hints: | ||
# defaults: | ||
# username: 'User name to sign in.' | ||
# password: 'No special characters, please.' |