forked from organicmaps/organicmaps
[strings] Regenerated
Signed-off-by: Victor Grigoriu <vgrigoriu@gmail.com>
This commit is contained in:
parent
9ff95d6b71
commit
86ec6bca01
2 changed files with 9 additions and 6 deletions
|
@ -414,6 +414,8 @@
|
|||
<string name="day_off_today">Închis astăzi</string>
|
||||
<string name="day_off">Închis</string>
|
||||
<string name="today">Azi</string>
|
||||
<string name="opens_in">Deschide în %s</string>
|
||||
<string name="closes_in">Închide în %s</string>
|
||||
<string name="closed">Închis</string>
|
||||
<string name="edit_opening_hours">Modifică orele de funcționare</string>
|
||||
<string name="no_osm_account">Nu ai un cont OpenStreetMap?</string>
|
||||
|
@ -497,6 +499,7 @@
|
|||
<!-- abbreviation for mile(s) -->
|
||||
<string name="mi">mi</string>
|
||||
<string name="miles_per_hour">mph</string>
|
||||
<string name="hour">h</string>
|
||||
<string name="minute">min</string>
|
||||
<string name="placepage_more_button">Mai mult</string>
|
||||
<!-- A referral link on the place page for some hotels -->
|
||||
|
|
|
@ -596,17 +596,17 @@
|
|||
|
||||
"today" = "Azi";
|
||||
|
||||
"opens_tomorrow_at" = "Opens tomorrow at %@";
|
||||
"opens_tomorrow_at" = "Deschide mâine la %@";
|
||||
|
||||
"opens_dayoftheweek_at" = "Opens %1$@ at %2$@";
|
||||
"opens_dayoftheweek_at" = "Deschide %1$@ la %2$@";
|
||||
|
||||
"opens_at" = "Opens at %@";
|
||||
"opens_at" = "Deschide la %@";
|
||||
|
||||
"opens_in" = "Opens in %@";
|
||||
"opens_in" = "Deschide în %@";
|
||||
|
||||
"closes_at" = "Closes at %@";
|
||||
"closes_at" = "Închide la %@";
|
||||
|
||||
"closes_in" = "Closes in %@";
|
||||
"closes_in" = "Închide în %@";
|
||||
|
||||
"closed" = "Închis";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue