See ChangeLog

Monotone-Parent: d254b5cdebcd1a874f8b12799ae49020476c4295
Monotone-Revision: b552fe5364e08d96c08f86ef6b0a3adad28f6b28

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-07-01T14:52:17
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2010-07-01 14:52:17 +00:00
parent 4b475ed700
commit 1b4db03da3
15 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2010-07-01 Ludovic Marcotte <lmarcotte@inverse.ca>
* In the Contacts module, improved the label
of the birthday field.
2010-06-30 Ludovic Marcotte <lmarcotte@inverse.ca>
* When displaying or editing cards, we make sure

View File

@ -111,6 +111,7 @@
"Note:" = "Notas:";
"Timezone:" = "Fuso Horário:";
"Birthday:" = "Aniversário:";
"Birthday (yyyy-mm-dd):" = "Aniversário (yyyy-mm-dd):";
"Freebusy URL:" = "URL Livre/Ocupado:";
"Add as..." = "Adicionar como...";

View File

@ -111,6 +111,7 @@
"Note:" = "Poznámka:";
"Timezone:" = "Časové pásmo:";
"Birthday:" = "Narozeniny:";
"Birthday (yyyy-mm-dd):" = "Narozeniny (yyyy-mm-dd):";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Přidat jako...";

View File

@ -111,6 +111,7 @@
"Note:" = "Notitie:";
"Timezone:" = "Tijdzone:";
"Birthday:" = "Geboortedatum:";
"Birthday (yyyy-mm-dd):" = "Geboortedatum (yyyy-mm-dd):";
"Freebusy URL:" = "Beschikbaarheids (Free/Busy) URL:";
"Add as..." = "Toevoegen als ...";

View File

@ -111,6 +111,7 @@
"Note:" = "Note:";
"Timezone:" = "Timezone:";
"Birthday:" = "Birthday:";
"Birthday (yyyy-mm-dd):" = "Birthday (yyyy-mm-dd):";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Add as...";

View File

@ -110,7 +110,8 @@
"Note:" = "Remarques :";
"Timezone:" = "Fuseau horaire :";
"Birthday:" = "D. de naissance :";
"Birthday:" = "D. naissance:";
"Birthday (yyyy-mm-dd):" = "D. naissance (aaaa-mm-jj):";
"Freebusy URL:" = "Adresse du FreeBusy :";
"Add as..." = "Ajouter...";

View File

@ -111,6 +111,7 @@
"Note:" = "Notizen:";
"Timezone:" = "Zeitzone:";
"Birthday:" = "Geburtsdatum:";
"Birthday (yyyy-mm-dd):" = "Geburtsdatum (yyyy-mm-dd):";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Hinzufügen als ...";

View File

@ -111,6 +111,7 @@
"Note:" = "Megjegyzés:";
"Timezone:" = "Időzóna:";
"Birthday:" = "Születésnap:";
"Birthday (yyyy-mm-dd):" = "Születésnap (yyyy-mm-dd):";
"Freebusy URL:" = "Foglaltság URL:";
"Add as..." = "Hozzáadás mint...";

View File

@ -111,6 +111,7 @@
"Note:" = "Note:";
"Timezone:" = "Fuso orario:";
"Birthday:" = "Data di Nascita:";
"Birthday (yyyy-mm-dd):" = "Data di Nascita (yyyy-mm-dd):";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Aggiungi come...";

View File

@ -93,7 +93,8 @@
"Note: " = "Note: ";
"Timezone: " = "Timezone: ";
"Birthday: " = "Birthday: ";
"Birthday:" = "Birthday:";
"Birthday (yyyy-mm-dd):" = "Birthday (yyyy-mm-dd):";
"Freebusy URL: " = "Freebusy URL: ";
"Add as..." = "Add as...";

View File

@ -111,6 +111,7 @@
"Note:" = "Nota:";
"Timezone:" = "Zona horaria:";
"Birthday:" = "Fecha nacimiento:";
"Birthday (yyyy-mm-dd):" = "Fecha nacimiento (yyyy-mm-dd):";
"Freebusy URL:" = "URL disponibilidad:";
"Add as..." = "Aádir como...";

View File

@ -111,6 +111,7 @@
"Note:" = "Anteckning:";
"Timezone:" = "Tidzon:";
"Birthday:" = "Födelsedag:";
"Birthday (yyyy-mm-dd):" = "Födelsedag (yyyy-mm-dd):";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Lägg till som...";

View File

@ -111,6 +111,7 @@
"Note:" = "Примітки:";
"Timezone:" = "Часова зона:";
"Birthday:" = "День народження:";
"Birthday (yyyy-mm-dd):" = "День народження (yyyy-mm-dd):";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Додати як...";

View File

@ -94,7 +94,8 @@
"Note:" = "Nodyn: ";
"Timezone:" = "Cylchfa Amser: ";
"Birthday:" = "Penblwydd: ";
"Birthday:" = "Penblwydd:";
"Birthday (yyyy-mm-dd):" = "Penblwydd (yyyy-mm-dd):";
"Freebusy URL:" = "Freebusy URL: ";
"Add as..." = "Ychwanegu fel...";

View File

@ -336,7 +336,7 @@
<table class="framenocaption">
<tr>
<td class="firstColumn">
<label><var:string label:value="Birthday:" />
<label><var:string label:value="Birthday (yyyy-mm-dd):" />
<input type="text" class="textField" name="birthday" id="birthday"
var:value="snapshot.bday" />
</label>