diff options
author | thomascube <thomas@roundcube.net> | 2011-02-09 11:23:11 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-02-09 11:23:11 +0000 |
commit | ea23df6e3e0a847ec9520b6160e62740e6d087a4 (patch) | |
tree | 09abf4f24eb6e6ddaa7791e006506e9074c0d881 /program/localization/sv_SE/labels.inc | |
parent | ce988a0778aee7fb42ce5fc42e2986d562b6ccbb (diff) |
Update localizations for address book extension
Diffstat (limited to 'program/localization/sv_SE/labels.inc')
-rw-r--r-- | program/localization/sv_SE/labels.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/program/localization/sv_SE/labels.inc b/program/localization/sv_SE/labels.inc index 06093e41d..9e9d221fa 100644 --- a/program/localization/sv_SE/labels.inc +++ b/program/localization/sv_SE/labels.inc @@ -232,11 +232,23 @@ $labels['female'] = 'Kvinna'; $labels['manager'] = 'Chef'; $labels['assistant'] = 'Assistent'; $labels['spouse'] = 'Make/Maka'; +$labels['typehome'] = 'Hem'; +$labels['typework'] = 'Arbete'; +$labels['typeother'] = 'Annat'; +$labels['typemobile'] = 'Mobil'; +$labels['typemain'] = 'Huvudsakligt'; +$labels['typehomefax'] = 'Fax hem'; +$labels['typeworkfax'] = 'Fax arbete'; +$labels['typecar'] = 'Bil'; +$labels['typepager'] = 'Personsökare'; +$labels['typevideo'] = 'Video'; +$labels['typeassistant'] = 'Assistent'; $labels['addfield'] = 'Lägg till fält...'; $labels['addcontact'] = 'Lägg till ny kontakt'; $labels['editcontact'] = 'Ändra kontakt'; $labels['contacts'] = 'Kontakter'; $labels['contactproperties'] = 'Kontaktegenskaper'; +$labels['personalinfo'] = 'Personlig information'; $labels['edit'] = 'Redigera'; $labels['cancel'] = 'Avbryt'; $labels['save'] = 'Spara'; |