diff --git a/datamodels/1.x/itop-attachments/de.dict.attachments.php b/datamodels/1.x/itop-attachments/de.dict.itop-attachments.php similarity index 100% rename from datamodels/1.x/itop-attachments/de.dict.attachments.php rename to datamodels/1.x/itop-attachments/de.dict.itop-attachments.php diff --git a/datamodels/1.x/itop-attachments/en.dict.attachments.php b/datamodels/1.x/itop-attachments/en.dict.itop-attachments.php similarity index 100% rename from datamodels/1.x/itop-attachments/en.dict.attachments.php rename to datamodels/1.x/itop-attachments/en.dict.itop-attachments.php diff --git a/datamodels/1.x/itop-attachments/fr.dict.attachments.php b/datamodels/1.x/itop-attachments/fr.dict.itop-attachments.php similarity index 100% rename from datamodels/1.x/itop-attachments/fr.dict.attachments.php rename to datamodels/1.x/itop-attachments/fr.dict.itop-attachments.php diff --git a/datamodels/2.x/itop-attachments/de.dict.attachments.php b/datamodels/2.x/itop-attachments/de.dict.attachments.php deleted file mode 100755 index af781da9d..000000000 --- a/datamodels/2.x/itop-attachments/de.dict.attachments.php +++ /dev/null @@ -1,42 +0,0 @@ - - - -/** - * Localized data - * - * @author Stephan Rosenke - * @copyright Copyright (C) 2010-2012 Combodo SARL - * @license http://opensource.org/licenses/AGPL-3.0 - */ - -Dict::Add('DE DE', 'German', 'Deutsch', array( - 'Attachments:TabTitle_Count' => 'Attachments (%1$d)', - 'Attachments:EmptyTabTitle' => 'Attachments', - 'Attachments:FieldsetTitle' => 'Attachments', - 'Attachments:DeleteBtn' => 'Löschen', - 'Attachments:History_File_Added' => 'Attachment %1$s hinzugefügt.', - 'Attachments:History_File_Removed' => 'Attachment %1$s entfernt.', - 'Attachments:AddAttachment' => 'Attachment hinzufügen: ', - 'Attachments:UploadNotAllowedOnThisSystem' => 'Datei-Upload auf diesem System NICHT erlaubt.', - 'Attachment:Max_Go' => '(Maximale Datei-Größe: %1$s Go)', - 'Attachment:Max_Mo' => '(Maximale Datei-Größe: %1$s Mo)', - 'Attachment:Max_Ko' => '(Maximale Datei-Größe: %1$s Ko)', - 'Attachments:NoAttachment' => 'Kein Attachment.', -)); -?> diff --git a/datamodels/2.x/itop-attachments/en.dict.attachments.php b/datamodels/2.x/itop-attachments/en .dict.itop-attachments.php similarity index 100% rename from datamodels/2.x/itop-attachments/en.dict.attachments.php rename to datamodels/2.x/itop-attachments/en .dict.itop-attachments.php diff --git a/datamodels/2.x/itop-attachments/es_cr.dict.attachments.php b/datamodels/2.x/itop-attachments/es_cr.dict.itop-attachments.php old mode 100644 new mode 100755 similarity index 100% rename from datamodels/2.x/itop-attachments/es_cr.dict.attachments.php rename to datamodels/2.x/itop-attachments/es_cr.dict.itop-attachments.php diff --git a/datamodels/2.x/itop-attachments/fr.dict.attachments.php b/datamodels/2.x/itop-attachments/fr.dict.itop-attachments.php similarity index 100% rename from datamodels/2.x/itop-attachments/fr.dict.attachments.php rename to datamodels/2.x/itop-attachments/fr.dict.itop-attachments.php diff --git a/datamodels/2.x/itop-attachments/ja.dict.attachments.php b/datamodels/2.x/itop-attachments/ja.dict.attachments.php deleted file mode 100644 index 214e8d124..000000000 --- a/datamodels/2.x/itop-attachments/ja.dict.attachments.php +++ /dev/null @@ -1,38 +0,0 @@ - - -/** - * @copyright Copyright (C) 2010-2012 Combodo SARL - * @licence http://opensource.org/licenses/AGPL-3.0 - */ - -Dict::Add('JA JP', 'Japanese', '日本語', array( - 'Attachments:TabTitle_Count' => '添付 (%1$d)', - 'Attachments:EmptyTabTitle' => '添付', - 'Attachments:FieldsetTitle' => '添付', - 'Attachments:DeleteBtn' => '削除', - 'Attachments:History_File_Added' => '添付 %1$s を追加しました。', - 'Attachments:History_File_Removed' => '添付 %1$s を削除しました。', - 'Attachments:AddAttachment' => '添付追加: ', - 'Attachments:UploadNotAllowedOnThisSystem' => 'このシステムでは、ファイルのアップロードは許可されていません。', - 'Attachment:Max_Go' => '(最大ファイルサイズ: %1$s GB)', - 'Attachment:Max_Mo' => '(最大ファイルサイズ: %1$s MB)', - 'Attachment:Max_Ko' => '(最大ファイルサイズ: %1$s KB)', - 'Attachments:NoAttachment' => '添付はありません。', -)); -?>