Changeset 4705
- Timestamp:
- 10/16/06 02:32:05 (2 years ago)
- Location:
- trunk/qt-gui/po
- Files:
-
- 18 modified
-
be.ts (modified) (2 diffs)
-
bg_BG.ts (modified) (3 diffs)
-
cs_CZ.ts (modified) (3 diffs)
-
de.ts (modified) (4 diffs)
-
es.ts (modified) (2 diffs)
-
fi.ts (modified) (2 diffs)
-
fr.ts (modified) (2 diffs)
-
hu_HU.ts (modified) (3 diffs)
-
it.ts (modified) (3 diffs)
-
ja_JP.eucJP.ts (modified) (2 diffs)
-
pl.ts (modified) (2 diffs)
-
pt.ts (modified) (2 diffs)
-
pt_BR.ts (modified) (3 diffs)
-
ru.ts (modified) (2 diffs)
-
sr.ts (modified) (3 diffs)
-
sv.ts (modified) (2 diffs)
-
tr.ts (modified) (2 diffs)
-
uk.ts (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/po/be.ts
r4645 r4705 7786 7786 <translation type="unfinished">ÐÐŒÑ</translation> 7787 7787 </message> 7788 <message> 7789 <source>Date Format:</source> 7790 <translation type="unfinished"></translation> 7791 </message> 7792 <message> 7793 <source>Custom Date Format</source> 7794 <translation type="unfinished"></translation> 7795 </message> 7796 <message> 7797 <source><p>Available custom date format variables.</p> 7798 <table> 7799 <tr><th>Expression</th><th>Output</th></tr> 7800 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 7801 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 7802 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 7803 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 7804 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 7805 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 7806 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 7807 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 7808 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 7809 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 7810 <tr><td colspan=2></td></tr> 7811 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 7812 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 7813 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 7814 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 7815 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 7816 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 7817 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 7818 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 7819 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 7820 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 7821 </table></source> 7822 <translation type="unfinished"></translation> 7823 </message> 7788 7824 </context> 7789 7825 <context> … … 9096 9132 <message> 9097 9133 <source>%1 from %2</source> 9098 <translation >%1 аЎ %2</translation>9134 <translation type="obsolete">%1 аЎ %2</translation> 9099 9135 </message> 9100 9136 <message> 9101 9137 <source>%1 to %2</source> 9102 <translation >%1 Ўа %2</translation>9138 <translation type="obsolete">%1 Ўа %2</translation> 9103 9139 </message> 9104 9140 <message> -
trunk/qt-gui/po/bg_BG.ts
r4645 r4705 3498 3498 <translation type="unfinished">ÐЌе</translation> 3499 3499 </message> 3500 <message> 3501 <source>Date Format:</source> 3502 <translation type="unfinished"></translation> 3503 </message> 3504 <message> 3505 <source>Custom Date Format</source> 3506 <translation type="unfinished"></translation> 3507 </message> 3508 <message> 3509 <source><p>Available custom date format variables.</p> 3510 <table> 3511 <tr><th>Expression</th><th>Output</th></tr> 3512 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 3513 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 3514 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 3515 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 3516 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 3517 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 3518 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 3519 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 3520 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 3521 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 3522 <tr><td colspan=2></td></tr> 3523 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 3524 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 3525 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 3526 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 3527 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 3528 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 3529 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 3530 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 3531 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 3532 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 3533 </table></source> 3534 <translation type="unfinished"></translation> 3535 </message> 3500 3536 </context> 3501 3537 <context> … … 4754 4790 <message> 4755 4791 <source>%1 from %2</source> 4756 <translation >%1 ÐŸÑ %2</translation>4792 <translation type="obsolete">%1 ÐŸÑ %2</translation> 4757 4793 </message> 4758 4794 <message> … … 4916 4952 <message> 4917 4953 <source>Sorry, history is disabled for this person.</source> 4918 <translation type="unfinished"></translation>4919 </message>4920 <message>4921 <source>%1 to %2</source>4922 4954 <translation type="unfinished"></translation> 4923 4955 </message> -
trunk/qt-gui/po/cs_CZ.ts
r4645 r4705 3452 3452 <source>Name</source> 3453 3453 <translation type="unfinished">Jméno</translation> 3454 </message> 3455 <message> 3456 <source>Date Format:</source> 3457 <translation type="unfinished"></translation> 3458 </message> 3459 <message> 3460 <source>Custom Date Format</source> 3461 <translation type="unfinished"></translation> 3462 </message> 3463 <message> 3464 <source><p>Available custom date format variables.</p> 3465 <table> 3466 <tr><th>Expression</th><th>Output</th></tr> 3467 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 3468 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 3469 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 3470 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 3471 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 3472 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 3473 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 3474 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 3475 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 3476 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 3477 <tr><td colspan=2></td></tr> 3478 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 3479 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 3480 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 3481 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 3482 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 3483 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 3484 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 3485 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 3486 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 3487 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 3488 </table></source> 3489 <translation type="unfinished"></translation> 3454 3490 </message> 3455 3491 </context> … … 4579 4615 <message> 4580 4616 <source>%1 to %2</source> 4581 <translation >%1 aÅŸ %2</translation>4617 <translation type="obsolete">%1 aÅŸ %2</translation> 4582 4618 </message> 4583 4619 <message> … … 4753 4789 <message> 4754 4790 <source>%1 from %2</source> 4755 <translation >%1 od %2</translation>4791 <translation type="obsolete">%1 od %2</translation> 4756 4792 </message> 4757 4793 <message> -
trunk/qt-gui/po/de.ts
r4617 r4705 3190 3190 </message> 3191 3191 <message> 3192 <source>Date Format:</source> 3193 <translation>Datumsformatierung:</translation> 3194 </message> 3195 <message> 3196 <source>Custom Date Format</source> 3197 <translation>Eigene Datumsformatierung</translation> 3198 </message> 3199 <message> 3192 3200 <source>Accept Modes</source> 3193 3201 <translation>Per-Status-Einstellungen fÃŒr Ereignisse</translation> … … 4003 4011 <source>Name</source> 4004 4012 <translation>Name</translation> 4013 </message> 4014 <message> 4015 <source><p>Available custom date format variables.</p> 4016 <table> 4017 <tr><th>Expression</th><th>Output</th></tr> 4018 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 4019 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 4020 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 4021 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 4022 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 4023 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 4024 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 4025 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 4026 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 4027 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 4028 <tr><td colspan=2></td></tr> 4029 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 4030 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 4031 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 4032 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 4033 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 4034 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 4035 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 4036 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 4037 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 4038 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 4039 </table></source> 4040 <translation type="unfinished"></translation> 4005 4041 </message> 4006 4042 </context> … … 5119 5155 <message> 5120 5156 <source>%1 to %2</source> 5121 <translation >%1 an %2</translation>5157 <translation type="obsolete">%1 an %2</translation> 5122 5158 </message> 5123 5159 <message> … … 5346 5382 <message> 5347 5383 <source>%1 from %2</source> 5348 <translation >%1 von %2</translation>5384 <translation type="obsolete">%1 von %2</translation> 5349 5385 </message> 5350 5386 <message> -
trunk/qt-gui/po/es.ts
r4671 r4705 3424 3424 <translation type="unfinished"></translation> 3425 3425 </message> 3426 <message> 3427 <source>Date Format:</source> 3428 <translation type="unfinished"></translation> 3429 </message> 3430 <message> 3431 <source>Custom Date Format</source> 3432 <translation type="unfinished"></translation> 3433 </message> 3434 <message> 3435 <source><p>Available custom date format variables.</p> 3436 <table> 3437 <tr><th>Expression</th><th>Output</th></tr> 3438 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 3439 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 3440 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 3441 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 3442 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 3443 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 3444 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 3445 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 3446 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 3447 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 3448 <tr><td colspan=2></td></tr> 3449 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 3450 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 3451 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 3452 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 3453 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 3454 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 3455 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 3456 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 3457 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 3458 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 3459 </table></source> 3460 <translation type="unfinished"></translation> 3461 </message> 3426 3462 </context> 3427 3463 <context> … … 4629 4665 <message> 4630 4666 <source>%1 from %2</source> 4631 <translation >%1 de %2</translation>4667 <translation type="obsolete">%1 de %2</translation> 4632 4668 </message> 4633 4669 <message> 4634 4670 <source>%1 to %2</source> 4635 <translation >%1 a %2</translation>4671 <translation type="obsolete">%1 a %2</translation> 4636 4672 </message> 4637 4673 <message> -
trunk/qt-gui/po/fi.ts
r4645 r4705 3587 3587 <translation type="unfinished">Nimi</translation> 3588 3588 </message> 3589 <message> 3590 <source>Date Format:</source> 3591 <translation type="unfinished"></translation> 3592 </message> 3593 <message> 3594 <source>Custom Date Format</source> 3595 <translation type="unfinished"></translation> 3596 </message> 3597 <message> 3598 <source><p>Available custom date format variables.</p> 3599 <table> 3600 <tr><th>Expression</th><th>Output</th></tr> 3601 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 3602 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 3603 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 3604 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 3605 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 3606 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 3607 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 3608 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 3609 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 3610 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 3611 <tr><td colspan=2></td></tr> 3612 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 3613 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 3614 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 3615 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 3616 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 3617 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 3618 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 3619 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 3620 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 3621 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 3622 </table></source> 3623 <translation type="unfinished"></translation> 3624 </message> 3589 3625 </context> 3590 3626 <context> … … 4861 4897 <message> 4862 4898 <source>%1 from %2</source> 4863 <translation >%1 kÀyttÀjÀltÀ %2</translation>4899 <translation type="obsolete">%1 kÀyttÀjÀltÀ %2</translation> 4864 4900 </message> 4865 4901 <message> 4866 4902 <source>%1 to %2</source> 4867 <translation >%1 kÀyttÀjÀlle %2</translation>4903 <translation type="obsolete">%1 kÀyttÀjÀlle %2</translation> 4868 4904 </message> 4869 4905 <message> -
trunk/qt-gui/po/fr.ts
r4645 r4705 4455 4455 <translation type="unfinished">Nom</translation> 4456 4456 </message> 4457 <message> 4458 <source>Date Format:</source> 4459 <translation type="unfinished"></translation> 4460 </message> 4461 <message> 4462 <source>Custom Date Format</source> 4463 <translation type="unfinished"></translation> 4464 </message> 4465 <message> 4466 <source><p>Available custom date format variables.</p> 4467 <table> 4468 <tr><th>Expression</th><th>Output</th></tr> 4469 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 4470 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 4471 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 4472 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 4473 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 4474 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 4475 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 4476 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 4477 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 4478 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 4479 <tr><td colspan=2></td></tr> 4480 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 4481 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 4482 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 4483 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 4484 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 4485 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 4486 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 4487 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 4488 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 4489 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 4490 </table></source> 4491 <translation type="unfinished"></translation> 4492 </message> 4457 4493 </context> 4458 4494 <context> … … 5816 5852 </message> 5817 5853 <message> 5818 <source>%1 from %2</source>5819 <translation type="unfinished"></translation>5820 </message>5821 <message>5822 <source>%1 to %2</source>5823 <translation type="unfinished"></translation>5824 </message>5825 <message>5826 5854 <source>[<font color="%1">Received</font>] [<font color="%2">Sent</font>] %3 to %4 of %5</source> 5827 5855 <translation type="unfinished">[<font color="%1">Reçu</font>] [<font color="%2">Envoyé</font>] %3 to %4 of %5</translation> -
trunk/qt-gui/po/hu_HU.ts
r4645 r4705 3563 3563 <translation type="unfinished">Név</translation> 3564 3564 </message> 3565 <message> 3566 <source>Date Format:</source> 3567 <translation type="unfinished"></translation> 3568 </message> 3569 <message> 3570 <source>Custom Date Format</source> 3571 <translation type="unfinished"></translation> 3572 </message> 3573 <message> 3574 <source><p>Available custom date format variables.</p> 3575 <table> 3576 <tr><th>Expression</th><th>Output</th></tr> 3577 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 3578 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 3579 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 3580 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 3581 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 3582 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 3583 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 3584 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 3585 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 3586 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 3587 <tr><td colspan=2></td></tr> 3588 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 3589 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 3590 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 3591 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 3592 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 3593 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 3594 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 3595 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 3596 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 3597 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 3598 </table></source> 3599 <translation type="unfinished"></translation> 3600 </message> 3565 3601 </context> 3566 3602 <context> … … 5017 5053 <message> 5018 5054 <source>%1 to %2</source> 5019 <translation >%1 neki: %2</translation>5055 <translation type="obsolete">%1 neki: %2</translation> 5020 5056 </message> 5021 5057 <message> … … 5191 5227 <message> 5192 5228 <source>%1 from %2</source> 5193 <translation >%1 tÅle: %2</translation>5229 <translation type="obsolete">%1 tÅle: %2</translation> 5194 5230 </message> 5195 5231 <message> -
trunk/qt-gui/po/it.ts
r4645 r4705 3531 3531 <translation type="unfinished">Nome</translation> 3532 3532 </message> 3533 <message> 3534 <source>Date Format:</source> 3535 <translation type="unfinished"></translation> 3536 </message> 3537 <message> 3538 <source>Custom Date Format</source> 3539 <translation type="unfinished"></translation> 3540 </message> 3541 <message> 3542 <source><p>Available custom date format variables.</p> 3543 <table> 3544 <tr><th>Expression</th><th>Output</th></tr> 3545 <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> 3546 <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> 3547 <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> 3548 <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> 3549 <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> 3550 <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> 3551 <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> 3552 <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> 3553 <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> 3554 <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> 3555 <tr><td colspan=2></td></tr> 3556 <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> 3557 <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> 3558 <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> 3559 <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> 3560 <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> 3561 <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> 3562 <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> 3563 <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> 3564 <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> 3565 <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> 3566 </table></source> 3567 <translation type="unfinished"></translation> 3568 </message>
