diff options
author | yllar <yllar.pajus@gmail.com> | 2009-09-13 16:42:56 +0000 |
---|---|---|
committer | yllar <yllar.pajus@gmail.com> | 2009-09-13 16:42:56 +0000 |
commit | c678da1dfe31706ba8de5ec62db9c15efd2558d7 (patch) | |
tree | 9e25b297fb0e49432604c6209cf3dd17a5013cfd /plugins/archive/localization | |
parent | 7fec6b2de7d827fd34785000c9cef7f5defa86f1 (diff) |
translation update
Diffstat (limited to 'plugins/archive/localization')
-rw-r--r-- | plugins/archive/localization/et_EE.inc | 8 | ||||
-rw-r--r-- | plugins/archive/localization/fr_FR.inc | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/archive/localization/et_EE.inc b/plugins/archive/localization/et_EE.inc new file mode 100644 index 000000000..e3968d755 --- /dev/null +++ b/plugins/archive/localization/et_EE.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Arhiveeri see kiri'; +$labels['archived'] = 'Edukalt arhiveeritud'; +$labels['archivefolder'] = 'Arhiveeri'; + +?> diff --git a/plugins/archive/localization/fr_FR.inc b/plugins/archive/localization/fr_FR.inc index 422d45d87..f44f30f44 100644 --- a/plugins/archive/localization/fr_FR.inc +++ b/plugins/archive/localization/fr_FR.inc @@ -6,4 +6,3 @@ $labels['archived'] = 'Message archivé avec success'; $labels['archivefolder'] = 'Archive'; ?> - |