forked from kevinlawler/NSDate-TimeAgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kevinlawler#51 from kolarski/master
Added Bulgarian language
- Loading branch information
Showing
2 changed files
with
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
/* No comment provided by engineer. */ | ||
"%d days ago" = "преди %d дена"; | ||
|
||
/* No comment provided by engineer. */ | ||
"%d hours ago" = "преди %d часа"; | ||
|
||
/* No comment provided by engineer. */ | ||
"%d minutes ago" = "преди %d минути"; | ||
|
||
/* No comment provided by engineer. */ | ||
"%d months ago" = "преди %d месеца"; | ||
|
||
/* No comment provided by engineer. */ | ||
"%d seconds ago" = "преди %d секунди"; | ||
|
||
/* No comment provided by engineer. */ | ||
"%d weeks ago" = "преди %d седмици"; | ||
|
||
/* No comment provided by engineer. */ | ||
"%d years ago" = "преди %d години"; | ||
|
||
/* No comment provided by engineer. */ | ||
"A minute ago" = "преди минута"; | ||
|
||
/* No comment provided by engineer. */ | ||
"An hour ago" = "преди час"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Just now" = "току що"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Last month" = "през последния месец"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Last week" = "през последната седмица"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Last year" = "през последната година"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Yesterday" = "вчера"; | ||
|
||
/* No comment provided by engineer. */ | ||
"1 year ago" = "преди 1 година"; | ||
|
||
/* No comment provided by engineer. */ | ||
"1 month ago" = "преди 1 месец"; | ||
|
||
/* No comment provided by engineer. */ | ||
"1 week ago" = "преди 1 седмица"; | ||
|
||
/* No comment provided by engineer. */ | ||
"1 day ago" = "преди 1 ден"; | ||
|
||
/* No comment provided by engineer. */ | ||
"This morning" = "тази сутрин"; | ||
|
||
/* No comment provided by engineer. */ | ||
"This afternoon" = "тази вечер"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Today" = "днес"; | ||
|
||
/* No comment provided by engineer. */ | ||
"This week" = "тази седмица"; | ||
|
||
/* No comment provided by engineer. */ | ||
"This month" = "този месец"; | ||
|
||
/* No comment provided by engineer. */ | ||
"This year" = "тази година"; |
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