diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-06 08:40:36 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-06 08:40:36 +0000 |
| commit | bdd9a868d0eaa12ac90a742d443e544f97878171 (patch) | |
| tree | 88242b7498b64e25bc5a60ad3620b9644dc7c7d7 | |
| parent | 3aa1d040155ee4149fb45fb62252dacbee24878b (diff) | |
- Added da_DK localizations
git-svn-id: https://svn.roundcube.net/trunk@4188 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | plugins/help/localization/da_DK.inc | 8 | ||||
| -rw-r--r-- | plugins/markasjunk/localization/da_DK.inc | 7 | ||||
| -rw-r--r-- | plugins/markasjunk/package.xml | 10 | ||||
| -rw-r--r-- | plugins/userinfo/localization/da_DK.inc | 9 |
4 files changed, 32 insertions, 2 deletions
diff --git a/plugins/help/localization/da_DK.inc b/plugins/help/localization/da_DK.inc new file mode 100644 index 000000000..753301220 --- /dev/null +++ b/plugins/help/localization/da_DK.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Hjælp'; +$labels['about'] = 'Om'; +$labels['license'] = 'Licens'; + +?> diff --git a/plugins/markasjunk/localization/da_DK.inc b/plugins/markasjunk/localization/da_DK.inc new file mode 100644 index 000000000..e351b0f61 --- /dev/null +++ b/plugins/markasjunk/localization/da_DK.inc @@ -0,0 +1,7 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Marker som junk mail'; +$labels['reportedasjunk'] = 'Successfuldt rapporteret som junk mail'; + +?> diff --git a/plugins/markasjunk/package.xml b/plugins/markasjunk/package.xml index 22b1b5689..8ca7b18de 100644 --- a/plugins/markasjunk/package.xml +++ b/plugins/markasjunk/package.xml @@ -35,12 +35,18 @@ <tasks:replace from="@name@" to="name" type="package-info"/> <tasks:replace from="@package_version@" to="version" type="package-info"/> </file> - <file name="localization/en_US.inc" role="data"></file> <file name="localization/cs_CZ.inc" role="data"></file> + <file name="localization/da_DK.inc" role="data"></file> + <file name="localization/de_DE.inc" role="data"></file> + <file name="localization/en_US.inc" role="data"></file> + <file name="localization/es_AR.inc" role="data"></file> + <file name="localization/es_ES.inc" role="data"></file> <file name="localization/et_EE.inc" role="data"></file> + <file name="localization/ja_JP.inc" role="data"></file> <file name="localization/pl_PL.inc" role="data"></file> <file name="localization/ru_RU.inc" role="data"></file> - <file name="localization/sv_DE.inc" role="data"></file> + <file name="localization/sv_SE.inc" role="data"></file> + <file name="localization/zh_TW.inc" role="data"></file> <file name="skins/default/junk_act.png" role="data"></file> <file name="skins/default/junk_pas.png" role="data"></file> </dir> diff --git a/plugins/userinfo/localization/da_DK.inc b/plugins/userinfo/localization/da_DK.inc new file mode 100644 index 000000000..0fed30935 --- /dev/null +++ b/plugins/userinfo/localization/da_DK.inc @@ -0,0 +1,9 @@ +<?php + +$labels = array(); +$labels['userinfo'] = 'Bruger info'; +$labels['created'] = 'Oprettet'; +$labels['lastlogin'] = 'Sidste login'; +$labels['defaultidentity'] = 'Standard identitet'; + +?> |
