From 5110abe207a2334c33ef5c5e50ad924fb2077fcd Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 31 Oct 2013 15:46:36 +0100 Subject: [PATCH] create translation files for admin part --- templates/admin/default/I18n/en_US.php | 26 ++++++++++++++++++++++++++ templates/admin/default/I18n/es_ES.php | 26 ++++++++++++++++++++++++++ templates/admin/default/I18n/fr_FR.php | 26 ++++++++++++++++++++++++++ templates/admin/default/I18n/it_IT.php | 26 ++++++++++++++++++++++++++ 4 files changed, 104 insertions(+) create mode 100644 templates/admin/default/I18n/en_US.php create mode 100644 templates/admin/default/I18n/es_ES.php create mode 100644 templates/admin/default/I18n/fr_FR.php create mode 100644 templates/admin/default/I18n/it_IT.php diff --git a/templates/admin/default/I18n/en_US.php b/templates/admin/default/I18n/en_US.php new file mode 100644 index 000000000..7eb24949a --- /dev/null +++ b/templates/admin/default/I18n/en_US.php @@ -0,0 +1,26 @@ +. */ +/* */ +/*************************************************************************************/ + +return array( + +); \ No newline at end of file diff --git a/templates/admin/default/I18n/es_ES.php b/templates/admin/default/I18n/es_ES.php new file mode 100644 index 000000000..7eb24949a --- /dev/null +++ b/templates/admin/default/I18n/es_ES.php @@ -0,0 +1,26 @@ +. */ +/* */ +/*************************************************************************************/ + +return array( + +); \ No newline at end of file diff --git a/templates/admin/default/I18n/fr_FR.php b/templates/admin/default/I18n/fr_FR.php new file mode 100644 index 000000000..7eb24949a --- /dev/null +++ b/templates/admin/default/I18n/fr_FR.php @@ -0,0 +1,26 @@ +. */ +/* */ +/*************************************************************************************/ + +return array( + +); \ No newline at end of file diff --git a/templates/admin/default/I18n/it_IT.php b/templates/admin/default/I18n/it_IT.php new file mode 100644 index 000000000..7eb24949a --- /dev/null +++ b/templates/admin/default/I18n/it_IT.php @@ -0,0 +1,26 @@ +. */ +/* */ +/*************************************************************************************/ + +return array( + +); \ No newline at end of file