Bug #553104 - Ambiguous "for" in calendar translations

This commit is contained in:
Milan Crha
2010-06-25 15:47:52 +02:00
parent 1a4ee432c9
commit c64d144a5d
2 changed files with 12 additions and 12 deletions

View File

@ -23,10 +23,10 @@
</columns>
<data>
<row>
<col id="0" translatable="yes">for</col>
<col id="0" translatable="yes" context="eventpage" comments="TRANSLATORS: 'for' in a sense of 'duration'; example string: Time: [date] [time] for [ H ] hours [ M ] minutes">for</col>
</row>
<row>
<col id="0" translatable="yes">until</col>
<col id="0" translatable="yes" context="eventpage" comments="TRANSLATORS: 'until' in a sense of 'duration'; example string: Time: [date] [time] until [ date ] [ time ]">until</col>
</row>
</data>
</object>
@ -41,13 +41,13 @@
</columns>
<data>
<row>
<col id="0" translatable="yes">15 minutes before appointment</col>
<col id="0" translatable="yes" context="eventpage" comments="TRANSLATORS: Predefined alarm's description">15 minutes before appointment</col>
</row>
<row>
<col id="0" translatable="yes">1 hour before appointment</col>
<col id="0" translatable="yes" context="eventpage" comments="TRANSLATORS: Predefined alarm's description">1 hour before appointment</col>
</row>
<row>
<col id="0" translatable="yes">1 day before appointment</col>
<col id="0" translatable="yes" context="eventpage" comments="TRANSLATORS: Predefined alarm's description">1 day before appointment</col>
</row>
</data>
</object>

View File

@ -15,16 +15,16 @@
</columns>
<data>
<row>
<col comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])" id="0" translatable="yes">day(s)</col>
<col id="0" translatable="yes" context="recurrpage" comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])">day(s)</col>
</row>
<row>
<col comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])" id="0" translatable="yes">week(s)</col>
<col id="0" translatable="yes" context="recurrpage" comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])">week(s)</col>
</row>
<row>
<col comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])" id="0" translatable="yes">month(s)</col>
<col id="0" translatable="yes" context="recurrpage" comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])">month(s)</col>
</row>
<row>
<col comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])" id="0" translatable="yes">year(s)</col>
<col id="0" translatable="yes" context="recurrpage" comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])">year(s)</col>
</row>
</data>
</object>
@ -34,13 +34,13 @@
</columns>
<data>
<row>
<col comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])" id="0" translatable="yes">for</col>
<col id="0" translatable="yes" context="recurrpage" comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])">for</col>
</row>
<row>
<col comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])" id="0" translatable="yes">until</col>
<col id="0" translatable="yes" context="recurrpage" comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])">until</col>
</row>
<row>
<col comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])" id="0" translatable="yes">forever</col>
<col id="0" translatable="yes" context="recurrpage" comments="TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets])">forever</col>
</row>
</data>
</object>