diff options
Diffstat (limited to 'vendors/dokuwiki/lib/plugins/odt/lang')
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/de/lang.php | 9 | ||||
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php | 12 | ||||
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/es/lang.php | 19 | ||||
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/fr/lang.php | 12 | ||||
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/it/lang.php | 7 | ||||
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php | 12 | ||||
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/ru/lang.php | 12 | ||||
-rw-r--r-- | vendors/dokuwiki/lib/plugins/odt/lang/zh/lang.php | 12 |
8 files changed, 95 insertions, 0 deletions
diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/de/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/de/lang.php new file mode 100644 index 000000000..607ff99e3 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/de/lang.php @@ -0,0 +1,9 @@ +<?php + +// settings must be present and set appropriately for the language +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; + +// export button +$lang['view'] = 'Ins Open-Document-Format exportieren'; + diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php new file mode 100644 index 000000000..4a6d50985 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/en/lang.php @@ -0,0 +1,12 @@ +<?php + +// settings must be present and set appropriately for the language +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; + +// export button +$lang['view'] = 'Export page to Open Document format'; + +// template not found in the directory +$lang['tpl_not_found'] = 'WARNING : the ODT template "%s" was not found in the templates directory "%s". Using the default template.'; + diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/es/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/es/lang.php new file mode 100644 index 000000000..f86a80426 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/es/lang.php @@ -0,0 +1,19 @@ +<?php +/** + * Spanish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Rodolfo Pilas <rodolfo@pilas.net> + */ + + +// settings must be present and set appropriately for the language +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; + +// export button +$lang['view'] = 'Exportar página en formato Open Document'; + +// template not found in the directory +$lang['tpl_not_found'] = 'ATENCION : la plantilla ODT "%s" no ha sido encontrada en el directorio de plantillas "%s". Se usa la plantilla por defecto.'; + diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/fr/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/fr/lang.php new file mode 100644 index 000000000..4290573ec --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/fr/lang.php @@ -0,0 +1,12 @@ +<?php + +// settings must be present and set appropriately for the language +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; + +// export button +$lang['view'] = 'Exporter la page au format Open Document'; + +// template not found in the directory +$lang['tpl_not_found'] = 'ATTENTION: le modèle ODT "%s" n\'a pas été trouvé dans le répertoire de modèles "%s". L\'export est réalisé avec le modèle par défaut.'; + diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/it/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/it/lang.php new file mode 100644 index 000000000..45e171be5 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/it/lang.php @@ -0,0 +1,7 @@ +<?php +/** + * Options for odt plugin + * @author Diego Pierotto <ita.translations@tiscali.it> + */ + +$lang['view'] = 'Esporta pagina in formato Open Document'; diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php new file mode 100644 index 000000000..6df1be2d0 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/ja/lang.php @@ -0,0 +1,12 @@ +<?php + +// settings must be present and set appropriately for the language +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; + +// export button +$lang['view'] = 'このページをOpen Documentフォーマットで保存'; + +// template not found in the directory +$lang['tpl_not_found'] = '注意:ODTテンプレート "%s" はテンプレートディレクトリ "%s"の中にありませんでした。デフォルトのテンプレートを使用します。'; + diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/ru/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/ru/lang.php new file mode 100644 index 000000000..9eaaf2c43 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/ru/lang.php @@ -0,0 +1,12 @@ +<?php + +// settings must be present and set appropriately for the language +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; + +// export button +$lang['view'] = 'Экспорт страницы в формат Open Document'; + +// template not found in the directory +$lang['tpl_not_found'] = 'ВНИМАНИЕ: ODT шаблон "%s" не найден в каталоге для шаблонов "%s". Используется шаблон по умолчанию.'; + diff --git a/vendors/dokuwiki/lib/plugins/odt/lang/zh/lang.php b/vendors/dokuwiki/lib/plugins/odt/lang/zh/lang.php new file mode 100644 index 000000000..808b248e0 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/odt/lang/zh/lang.php @@ -0,0 +1,12 @@ +<?php + +// settings must be present and set appropriately for the language +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; + +// export button +$lang['view'] = '将页面导出为开放文档格式'; + +// template not found in the directory +$lang['tpl_not_found'] = '警告:模板目录中没有找到ODT模板 “%s”。; + |