You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.9 KiB
80 lines
1.9 KiB
/* No comment provided by engineer. */ |
|
"%d days ago" = "Před %d dny"; |
|
|
|
/* No comment provided by engineer. */ |
|
"%d hours ago" = "Před %d hodinami"; |
|
|
|
/* No comment provided by engineer. */ |
|
"%d minutes ago" = "Před %d minutami"; |
|
|
|
/* No comment provided by engineer. */ |
|
"%d months ago" = "Před %d měsíci"; |
|
|
|
/* No comment provided by engineer. */ |
|
"%d seconds ago" = "Před %d sekundami"; |
|
|
|
/* No comment provided by engineer. */ |
|
"%d weeks ago" = "Před %d týdny"; |
|
|
|
/* No comment provided by engineer. */ |
|
"%d years ago" = "Před %d lety"; |
|
|
|
/* No comment provided by engineer. */ |
|
"A minute ago" = "Před minutou"; |
|
|
|
/* No comment provided by engineer. */ |
|
"An hour ago" = "Před hodinou"; |
|
|
|
/* No comment provided by engineer. */ |
|
"Just now" = "Právě teď"; |
|
|
|
/* No comment provided by engineer. */ |
|
"Last month" = "Minulý měsíc"; |
|
|
|
/* No comment provided by engineer. */ |
|
"Last week" = "Minulý týden"; |
|
|
|
/* No comment provided by engineer. */ |
|
"Last year" = "Minulý rok"; |
|
|
|
/* No comment provided by engineer. */ |
|
"Yesterday" = "Včera"; |
|
|
|
/* No comment provided by engineer. */ |
|
"1 year ago" = "Před rokem"; |
|
|
|
/* No comment provided by engineer. */ |
|
"1 month ago" = "Před měsícem"; |
|
|
|
/* No comment provided by engineer. */ |
|
"1 week ago" = "Před týdnem"; |
|
|
|
/* No comment provided by engineer. */ |
|
"1 day ago" = "Předevčírem"; |
|
|
|
/* No comment provided by engineer. */ |
|
"This morning" = "Dnes dopoledne"; |
|
|
|
/* No comment provided by engineer. */ |
|
"This afternoon" = "Dnes odpoledne"; |
|
|
|
/* No comment provided by engineer. */ |
|
"Today" = "Dnes"; |
|
|
|
/* No comment provided by engineer. */ |
|
"This week" = "Tento týden"; |
|
|
|
/* No comment provided by engineer. */ |
|
"This month" = "Tento měsíc"; |
|
|
|
/* No comment provided by engineer. */ |
|
"This year" = "Letos"; |
|
|
|
/* Short format for */ |
|
"%dy" = "%dr"; // year |
|
"%dM" = "%dM"; // month |
|
"%dw" = "%dt"; // week |
|
"%dd" = "%dd"; // day |
|
"%dh" = "%dh"; // hour |
|
"%dm" = "%dm"; // minute |
|
"%ds" = "%ds"; // second
|
|
|