Changeset 3803 in subversion
- Timestamp:
- Jul 4, 2010 4:09:38 AM (3 years ago)
- Location:
- trunk/plugins/vcard_attachments
- Files:
-
- 1 added
- 7 edited
-
localization/cs_CZ.inc (added)
-
localization/de_CH.inc (modified) (1 diff)
-
localization/de_DE.inc (modified) (1 diff)
-
localization/en_US.inc (modified) (1 diff)
-
localization/pl_PL.inc (modified) (1 diff)
-
localization/ru_RU.inc (modified) (1 diff)
-
localization/sv_SE.inc (modified) (1 diff)
-
vcard_attachments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/vcard_attachments/localization/de_CH.inc
r3069 r3803 2 2 3 3 $labels = array(); 4 $labels['addv ardmsg'] = 'Kontakt im Adressbuch speichern';4 $labels['addvcardmsg'] = 'Kontakt im Adressbuch speichern'; 5 5 $labels['vcardsavefailed'] = 'Der Kontakt konnte nicht gespeichert werden'; 6 6 -
trunk/plugins/vcard_attachments/localization/de_DE.inc
r3069 r3803 2 2 3 3 $labels = array(); 4 $labels['addv ardmsg'] = 'Kontakt im Adressbuch speichern';4 $labels['addvcardmsg'] = 'Kontakt im Adressbuch speichern'; 5 5 $labels['vcardsavefailed'] = 'Der Kontakt konnte nicht gespeichert werden'; 6 6 -
trunk/plugins/vcard_attachments/localization/en_US.inc
r3069 r3803 2 2 3 3 $labels = array(); 4 $labels['addv ardmsg'] = 'Add vCard to addressbook';4 $labels['addvcardmsg'] = 'Add vCard to addressbook'; 5 5 $labels['vcardsavefailed'] = 'Unable to save vCard'; 6 6 -
trunk/plugins/vcard_attachments/localization/pl_PL.inc
r3570 r3803 2 2 3 3 $labels = array(); 4 $labels['addv ardmsg'] = 'Dodaj wizytówkÄ (vCard) do kontaktów';4 $labels['addvcardmsg'] = 'Dodaj wizytówkÄ (vCard) do kontaktów'; 5 5 $labels['vcardsavefailed'] = 'Nie moÅŒna zapisaÄ wizytówki (vCard)'; 6 6 -
trunk/plugins/vcard_attachments/localization/ru_RU.inc
r3069 r3803 2 2 3 3 $labels = array(); 4 $labels['addv ardmsg'] = 'ÐПбавОÑÑ Ð² кПМÑакÑÑ';4 $labels['addvcardmsg'] = 'ÐПбавОÑÑ Ð² кПМÑакÑÑ'; 5 5 $labels['vcardsavefailed'] = 'Ðе ÑЎалПÑÑ ÑÐŸÑ 6 6 ÑаМОÑÑ vCard'; -
trunk/plugins/vcard_attachments/localization/sv_SE.inc
r3478 r3803 2 2 3 3 $labels = array(); 4 $labels['addv ardmsg'] = 'LÀgg till vCard i adressbok';4 $labels['addvcardmsg'] = 'LÀgg till vCard i adressbok'; 5 5 $labels['vcardsavefailed'] = 'Kunde inte spara vCard'; 6 6 -
trunk/plugins/vcard_attachments/vcard_attachments.php
r3571 r3803 91 91 'href' => "#", 92 92 'onclick' => "return plugin_vcard_save_contact('".JQ($part.':'.$idx)."')", 93 'title' => $this->gettext('addv ardmsg')),93 'title' => $this->gettext('addvcardmsg')), 94 94 html::img(array('src' => $this->url('vcard_add_contact.png'), 95 95 'style' => "vertical-align:middle")))
Note: See TracChangeset
for help on using the changeset viewer.
