summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/part.setpropertyform.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-23 20:13:15 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-23 20:13:27 +0200
commitd3fedc14e2b70a3725ec3c3335f70c3a1fdc677d (patch)
treedfeb10b694160fc9b8abe714a33e4175cc57f226 /apps/contacts/templates/part.setpropertyform.php
parentb73f72f62ccedeed1fa301856454d78566c650f1 (diff)
downloadnextcloud-server-d3fedc14e2b70a3725ec3c3335f70c3a1fdc677d.tar.gz
nextcloud-server-d3fedc14e2b70a3725ec3c3335f70c3a1fdc677d.zip
fixed contacts strings (no technical stuff in the interface, don't scream at people, ...), ready for translation
Diffstat (limited to 'apps/contacts/templates/part.setpropertyform.php')
-rw-r--r--apps/contacts/templates/part.setpropertyform.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/contacts/templates/part.setpropertyform.php b/apps/contacts/templates/part.setpropertyform.php
index 52483ebf4b7..69c789795e5 100644
--- a/apps/contacts/templates/part.setpropertyform.php
+++ b/apps/contacts/templates/part.setpropertyform.php
@@ -3,11 +3,11 @@
<input type="hidden" name="id" value="<?php echo $_['id']; ?>">
<?php if($_['property']['name']=='ADR'): ?>
<label><?php echo $l->t('PO Box'); ?></label> <input type="text" name="value[0]" value="<?php echo $_['property']['value'][0]; ?>"><br>
- <label><?php echo $l->t('Extended Address'); ?></label> <input type="text" name="value[1]" value="<?php echo $_['property']['value'][1]; ?>"><br>
- <label><?php echo $l->t('Street Name'); ?></label> <input type="text" name="value[2]" value="<?php echo $_['property']['value'][2]; ?>"><br>
+ <label><?php echo $l->t('Extended'); ?></label> <input type="text" name="value[1]" value="<?php echo $_['property']['value'][1]; ?>"><br>
+ <label><?php echo $l->t('Street'); ?></label> <input type="text" name="value[2]" value="<?php echo $_['property']['value'][2]; ?>"><br>
<label><?php echo $l->t('City'); ?></label> <input type="text" name="value[3]" value="<?php echo $_['property']['value'][3]; ?>"><br>
<label><?php echo $l->t('Region'); ?></label> <input type="text" name="value[4]" value="<?php echo $_['property']['value'][4]; ?>"><br>
- <label><?php echo $l->t('Postal Code'); ?></label> <input type="text" name="value[5]" value="<?php echo $_['property']['value'][5]; ?>"><br>
+ <label><?php echo $l->t('Zipcode'); ?></label> <input type="text" name="value[5]" value="<?php echo $_['property']['value'][5]; ?>"><br>
<label><?php echo $l->t('Country'); ?></label> <input type="text" name="value[6]" value="<?php echo $_['property']['value'][6]; ?>"><br>
<?php elseif($_['property']['name']=='TEL'): ?>
<input type="text" name="value" value="<?php echo $_['property']['value']; ?>">