mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Automated dictionaries synchronization with english reference
This commit is contained in:
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'Dieses Attribut kann in einer Massenänderung nicht bearbeitet werden.',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'Dieses Attribut kann in einer Massenänderung nicht bearbeitet werden.',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,26 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'Questo attributo non può essere modificato nel contesto di modifica bulk',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Avviso di sicurezza di Excel',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'L\'apertura di un file con dati non fidati in Microsoft Excel potrebbe comportare l\'iniezione di formule. Assicurati che le impostazioni di Excel siano configurate per gestire i file in modo sicuro. <a href="%1$s">Ulteriori informazioni nella nostra documentazione.</a>',
|
||||
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Avviso di sicurezza di Excel',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'Questo attributo non può essere modificato nel contesto di modifica bulk',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => 'This attribute can\'t be edited in bulk context~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
|
||||
// Bulk modify
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => '此属性无法在批量操作中编辑',
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
||||
));
|
||||
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
||||
'UI:Bulk:modify:IncompatibleAttribute' => '此属性无法在批量操作中编辑',
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Einen Eintrag zur Liste hinzufügen',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,22 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Aggiungi una voce nella lista',
|
||||
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list~~',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'UI:DisplayBlock:List:AddEntry:Tooltip' => '向列表添加条目',
|
||||
));
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Ein Objekt erstellen',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Erstellen',
|
||||
'UI:Links:Create:Button+' => '%4$s erstellen',
|
||||
'UI:Links:Create:Modal:Title' => '%4$s in %2$s erstellen',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'UI:Links:Add:Button' => 'Hinzufügen',
|
||||
'UI:Links:Add:Button+' => '%4$s hinzufügen',
|
||||
'UI:Links:Add:Modal:Title' => '%4$s zu %2$s hinzufügen',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Bearbeiten',
|
||||
'UI:Links:ModifyLink:Button+' => 'Diese Verknüpfung bearbeiten',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Verknüpfung zwischen %2$s und %5$s bearbeiten',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Bearbeiten',
|
||||
'UI:Links:ModifyObject:Button+' => 'Dieses Objekt bearbeiten',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'entfernen',
|
||||
'UI:Links:Remove:Button+' => '%4$s entfernen',
|
||||
'UI:Links:Remove:Modal:Title' => '%4$s aus %1$s entfernen',
|
||||
'UI:Links:Remove:Modal:Message' => 'Möchten Sie wirklich %5$s aus %2$s entfernen',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Löschen',
|
||||
'UI:Links:Delete:Button+' => '%4$s löschen',
|
||||
'UI:Links:Delete:Modal:Title' => 'Löschen von %4$s',
|
||||
'UI:Links:Delete:Modal:Message' => 'Wollen Sie %5$s wirklich löschen?',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Zu allen Objekten hinzufügen',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Aus allen Objekten entfernen',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Zu einem Objekt hinzufügen',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Aus einem Objekt entfernen',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Hinzufügen von {count} Objekten',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Entfernen von {count} Objekten',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'Alle Objekte sind bereits verknüpft',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'Ein Objekt ist verknüpft',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} Objekte sind verknüpft',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Zu einem Objekt hinzufügen',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Zu allen Objekten hinzufügen',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Hinzufügen von {count} Objekten',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Aus einem Objekt entfernen',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Aus allen Objekten entfernen',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Entfernen von {count} Objekten',
|
||||
'UI:Links:Create:Button' => 'Erstellen',
|
||||
'UI:Links:Create:Button+' => '%4$s erstellen',
|
||||
'UI:Links:Create:Modal:Title' => '%4$s in %2$s erstellen',
|
||||
'UI:Links:Delete:Button' => 'Löschen',
|
||||
'UI:Links:Delete:Button+' => '%4$s löschen',
|
||||
'UI:Links:Delete:Modal:Message' => 'Wollen Sie %5$s wirklich löschen?',
|
||||
'UI:Links:Delete:Modal:Title' => 'Löschen von %4$s',
|
||||
'UI:Links:ModifyLink:Button' => 'Bearbeiten',
|
||||
'UI:Links:ModifyLink:Button+' => 'Diese Verknüpfung bearbeiten',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Verknüpfung zwischen %2$s und %5$s bearbeiten',
|
||||
'UI:Links:ModifyObject:Button' => 'Bearbeiten',
|
||||
'UI:Links:ModifyObject:Button+' => 'Dieses Objekt bearbeiten',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
|
||||
'UI:Links:NewItem' => 'Neues Element',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Ein Objekt erstellen',
|
||||
'UI:Links:Remove:Button' => 'entfernen',
|
||||
'UI:Links:Remove:Button+' => '%4$s entfernen',
|
||||
'UI:Links:Remove:Modal:Message' => 'Möchten Sie wirklich %5$s aus %2$s entfernen',
|
||||
'UI:Links:Remove:Modal:Title' => '%4$s aus %1$s entfernen',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,75 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Crea un oggetto',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Crea',
|
||||
'UI:Links:Create:Button+' => 'Crea un %4$s',
|
||||
'UI:Links:Create:Modal:Title' => 'Crea un %4$s in %2$s',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'UI:Links:Add:Button' => 'Aggiungi',
|
||||
'UI:Links:Add:Button+' => 'Aggiungi un %4$s',
|
||||
'UI:Links:Add:Modal:Title' => 'Aggiungi un %4$s a %2$s',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modifica',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modifica questo link',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modifica il link tra %2$s e %5$s',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modifica',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modifica questo oggetto',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Rimuovi',
|
||||
'UI:Links:Remove:Button+' => 'Rimuovi questo %4$s',
|
||||
'UI:Links:Remove:Modal:Title' => 'Rimuovi un %4$s dal suo %1$s',
|
||||
'UI:Links:Remove:Modal:Message' => 'Vuoi davvero rimuovere %5$s da %2$s?',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Elimina',
|
||||
'UI:Links:Delete:Button+' => 'Elimina questo %4$s',
|
||||
'UI:Links:Delete:Modal:Title' => 'Elimina un %4$s',
|
||||
'UI:Links:Delete:Modal:Message' => 'Vuoi davvero eliminare %5$s?',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Aggiungi a tutti gli oggetti',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Rimuovi da tutti gli oggetti',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Aggiungi a un oggetto',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Rimuovi da un oggetto',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Aggiungi {count} oggetti',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Rimuovi {count} oggetti',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'Tutti gli oggetti sono già collegati',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'Un oggetto è collegato',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} oggetti sono collegati',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Aggiungi a un oggetto',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Aggiungi a tutti gli oggetti',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Aggiungi {count} oggetti',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Rimuovi da un oggetto',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Rimuovi da tutti gli oggetti',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Rimuovi {count} oggetti',
|
||||
'UI:Links:Create:Button' => 'Crea',
|
||||
'UI:Links:Create:Button+' => 'Crea un %4$s',
|
||||
'UI:Links:Create:Modal:Title' => 'Crea un %4$s in %2$s',
|
||||
'UI:Links:Delete:Button' => 'Elimina',
|
||||
'UI:Links:Delete:Button+' => 'Elimina questo %4$s',
|
||||
'UI:Links:Delete:Modal:Message' => 'Vuoi davvero eliminare %5$s?',
|
||||
'UI:Links:Delete:Modal:Title' => 'Elimina un %4$s',
|
||||
'UI:Links:ModifyLink:Button' => 'Modifica',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modifica questo link',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modifica il link tra %2$s e %5$s',
|
||||
'UI:Links:ModifyObject:Button' => 'Modifica',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modifica questo oggetto',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
|
||||
'UI:Links:NewItem' => 'Nuovo elemento',
|
||||
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Crea un oggetto',
|
||||
'UI:Links:Remove:Button' => 'Rimuovi',
|
||||
'UI:Links:Remove:Button+' => 'Rimuovi questo %4$s',
|
||||
'UI:Links:Remove:Modal:Message' => 'Vuoi davvero rimuovere %5$s da %2$s?',
|
||||
'UI:Links:Remove:Modal:Title' => 'Rimuovi un %4$s dal suo %1$s',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'UI:Links:Add:Button' => 'Add~~',
|
||||
'UI:Links:Add:Button+' => 'Add a %4$s~~',
|
||||
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
|
||||
'UI:Links:Create:Button' => 'Create~~',
|
||||
'UI:Links:Create:Button+' => 'Create a %4$s~~',
|
||||
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
|
||||
'UI:Links:Delete:Button' => 'Delete~~',
|
||||
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
|
||||
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
|
||||
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
|
||||
'UI:Links:ModifyLink:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
|
||||
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
|
||||
'UI:Links:ModifyObject:Button' => 'Modify~~',
|
||||
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
|
||||
'UI:Links:NewItem' => 'New item~~',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
|
||||
'UI:Links:Remove:Button' => 'Remove~~',
|
||||
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
|
||||
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
|
||||
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
|
||||
]);
|
||||
|
||||
@@ -1,74 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
|
||||
// Placeholders
|
||||
// $%1s : host object class name
|
||||
// $%2s : host object friendlyname
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
'UI:Links:Object:New:Modal:Title' => '创建对象',
|
||||
|
||||
// Create
|
||||
'UI:Links:Create:Button' => '创建',
|
||||
'UI:Links:Create:Button+' => '创建一个%4$s',
|
||||
'UI:Links:Create:Modal:Title' => '创建一个%4$s至%2$s',
|
||||
|
||||
// Add
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'UI:Links:Add:Button' => '添加',
|
||||
'UI:Links:Add:Button+' => '添加一个%4$s',
|
||||
'UI:Links:Add:Modal:Title' => '添加一个%4$s至%2$s',
|
||||
|
||||
// Modify link
|
||||
'UI:Links:ModifyLink:Button' => '修改',
|
||||
'UI:Links:ModifyLink:Button+' => '修改此关联',
|
||||
'UI:Links:ModifyLink:Modal:Title' => '修改%2$s和%5$s的关联',
|
||||
|
||||
// Modify object
|
||||
'UI:Links:ModifyObject:Button' => '修改',
|
||||
'UI:Links:ModifyObject:Button+' => '修改此对象',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
|
||||
|
||||
// Remove
|
||||
'UI:Links:Remove:Button' => '移除',
|
||||
'UI:Links:Remove:Button+' => '移除此%4$s',
|
||||
'UI:Links:Remove:Modal:Title' => '移除此%4$s由其%1$s',
|
||||
'UI:Links:Remove:Modal:Message' => '确认移除%5$s由%2$s?',
|
||||
|
||||
// Delete
|
||||
'UI:Links:Delete:Button' => '删除',
|
||||
'UI:Links:Delete:Button+' => '删除此%4$s',
|
||||
'UI:Links:Delete:Modal:Title' => '删除%4$s',
|
||||
'UI:Links:Delete:Modal:Message' => '确认删除%5$s?',
|
||||
|
||||
// Bulk
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => '添加至所有对象',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => '从所有对象移除',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => '添加至一个对象',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => '从一个对象移除',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => '添加 {count} 个对象',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => '移除 {count} 个对象',
|
||||
'UI:Links:Bulk:LinkExistForAllObjects' => '所有对象关联',
|
||||
'UI:Links:Bulk:LinkExistForOneObject' => '一个对象已关联',
|
||||
'UI:Links:Bulk:LinkExistForXObjects' => '{count} 个对象已关联',
|
||||
|
||||
// New item
|
||||
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => '添加至一个对象',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => '添加至所有对象',
|
||||
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => '添加 {count} 个对象',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => '从一个对象移除',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => '从所有对象移除',
|
||||
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => '移除 {count} 个对象',
|
||||
'UI:Links:Create:Button' => '创建',
|
||||
'UI:Links:Create:Button+' => '创建一个%4$s',
|
||||
'UI:Links:Create:Modal:Title' => '创建一个%4$s至%2$s',
|
||||
'UI:Links:Delete:Button' => '删除',
|
||||
'UI:Links:Delete:Button+' => '删除此%4$s',
|
||||
'UI:Links:Delete:Modal:Message' => '确认删除%5$s?',
|
||||
'UI:Links:Delete:Modal:Title' => '删除%4$s',
|
||||
'UI:Links:ModifyLink:Button' => '修改',
|
||||
'UI:Links:ModifyLink:Button+' => '修改此关联',
|
||||
'UI:Links:ModifyLink:Modal:Title' => '修改%2$s和%5$s的关联',
|
||||
'UI:Links:ModifyObject:Button' => '修改',
|
||||
'UI:Links:ModifyObject:Button+' => '修改此对象',
|
||||
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
|
||||
'UI:Links:NewItem' => '新建条目',
|
||||
));
|
||||
'UI:Links:Object:New:Modal:Title' => '创建对象',
|
||||
'UI:Links:Remove:Button' => '移除',
|
||||
'UI:Links:Remove:Button+' => '移除此%4$s',
|
||||
'UI:Links:Remove:Modal:Message' => '确认移除%5$s由%2$s?',
|
||||
'UI:Links:Remove:Modal:Title' => '移除此%4$s由其%1$s',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'UI:Object:Modal:Title' => 'Ein Objekt erstellen',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Ein Objekt erstellen',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,25 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'UI:Object:Modal:Title' => 'Crea un oggetto',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'Questo modulo contiene un attributo di file obbligatorio che non può essere impostato in modalità modale. La creazione di questo oggetto sarà incompleta; modificalo in una pagina completa per completarlo.',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'Questo modulo contiene un attributo di file obbligatorio che non può essere impostato in modalità modale. Questo oggetto è incompleto; modificalo in una pagina completa per completarlo.',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'Questo modulo contiene attributi di file obbligatori che non possono essere modificati in modalità modale.',
|
||||
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'Questo modulo contiene un attributo di file obbligatorio che non può essere impostato in modalità modale. Questo oggetto è incompleto; modificalo in una pagina completa per completarlo.',
|
||||
'UI:Object:Modal:Title' => 'Crea un oggetto',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. The creation of this object will be incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains mandatory file attribute which cannot be modified in modal mode.~~',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => 'This form contains a mandatory file attribute which cannot be set in modal mode. This object is incomplete, edit it in a full-page form to complete it.~~',
|
||||
'UI:Object:Modal:Title' => 'Create an object~~',
|
||||
]);
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2013-2024 Combodo SAS
|
||||
* Localized data
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'UI:Object:Modal:Title' => '创建对象',
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'UI:Object:Modal:Create:MandatoryAttributeBlobInputs:Warning:Text' => '当前表单包含一个模态模式下不支持的必填文件属性. 创建/修改此对象可能无法进行, 其需要在页表单中完成.',
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => '当前表单包含一个模态模式下不支持的必填文件属性. 此对象信息不完整, 请在页表单中完成编辑.',
|
||||
'UI:Object:Modal:Modify:Filled:MandatoryAttributeBlobInputs:Warning:Text' => '当前表单包含一个模态模式下不支持的必填文件属性.',
|
||||
));
|
||||
'UI:Object:Modal:Modify:MandatoryAttributeBlobInputs:Warning:Text' => '当前表单包含一个模态模式下不支持的必填文件属性. 此对象信息不完整, 请在页表单中完成编辑.',
|
||||
'UI:Object:Modal:Title' => '创建对象',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Congratulations, you landed on '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>This version features a brand new modern and accessible backoffice design.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
We hope you’ll enjoy this version as much as we enjoyed imagining and creating it.</div>
|
||||
<br>
|
||||
<div>Customize your '.ITOP_APPLICATION.' preferences for a personalized experience.</div>~~',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Congratulations, you landed on '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>This version features a brand new modern and accessible backoffice design.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
We hope you’ll enjoy this version as much as we enjoyed imagining and creating it.</div>
|
||||
<br>
|
||||
<div>Customize your '.ITOP_APPLICATION.' preferences for a personalized experience.</div>~~',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Verstanden',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Willkommen bei '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>Diese Version bietet ein brandneues, modernes und zugängliches Backoffice-Design.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
Wir hoffen, dass Ihnen diese Version genauso viel Spaß macht, wie uns die Vorstellung und die Erstellung dieser Version.</div>
|
||||
<br>
|
||||
<div>Passen Sie Ihre '.ITOP_APPLICATION.'-Einstellungen für ein personalisiertes Benutzererlebnis an.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Felicidades, se encuentra en '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>Esta versión cuenta con un moderno diseño accesible y receptivo.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
Esperamos distrute de esta versión tanto como nosotros la imaginamos y creamos.</div>
|
||||
<br>
|
||||
<div>Configure las preferencias de '.ITOP_APPLICATION.' para una experiencia personalizada.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Gratulálunk, megérkezett a '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.' oldalára!</div>
|
||||
<br>
|
||||
<div>Ez a verzió egy vadonatúj, modern és könnyen hozzáférhető backoffice dizájnnal rendelkezik..</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
Reméljük, hogy ezt a verziót ugyanúgy kedvelni fogja, mint ahogy mi élveztük a megtervezését és létrehozását.</div>
|
||||
<br>
|
||||
<div>Szabja testre az '.ITOP_APPLICATION.' beállításait a kényelmesebb használathoz.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Congratulazioni, sei atterrato su '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>Questa versione presenta un nuovissimo design del backoffice moderno e accessibile.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
Speriamo che tu possa apprezzare questa versione tanto quanto noi abbiamo apprezzato immaginarla e crearla.</div>
|
||||
<br>
|
||||
<div>Personalizza le tue '.ITOP_APPLICATION.' preferenze per un esperienza personalizzata.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Congratulations, you landed on '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>This version features a brand new modern and accessible backoffice design.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
We hope you’ll enjoy this version as much as we enjoyed imagining and creating it.</div>
|
||||
<br>
|
||||
<div>Customize your '.ITOP_APPLICATION.' preferences for a personalized experience.</div>~~',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Proficiat, je werkt nu met '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>Deze versie heeft een volledig nieuw, modern en toegankelijk uiterlijk.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
We hopen dat je even hard van deze versie geniet als dat we zelf ervan hebben genoten om het te ontwerpen.</div>
|
||||
<br>
|
||||
<div>Wijzig je '.ITOP_APPLICATION.'-voorkeuren voor een gepersonaliseerde ervaring.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Gratulacje, wylądowałeś na '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>Ta wersja ma zupełnie nowy, bardziej nowoczesny i dostępny projekt zaplecza.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
Mamy nadzieję, że spodoba ci się ta wersja tak samo, jak nam się podobało jej wymyślanie i tworzenie.</div>
|
||||
<br>
|
||||
<div>Dostosuj swój '.ITOP_APPLICATION.' poprzez spersonalizowane preferencje.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Parabéns, você desembarcou no '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>Esta versão apresenta um novo design de backoffice moderno e acessível.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
Esperamos que você goste desta versão tanto quanto gostamos de imaginá-la e criá-la.</div>
|
||||
<br>
|
||||
<div>Personalize as preferências de seu '.ITOP_APPLICATION.' para uma experiência personalizada.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Поздравляем, вы приземлились на '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>Эта версия имеет совершенно новый современный и отзывчивый дизайн бэк-офиса.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
Мы надеемся, что вам понравится эта версия так же, как нам понравилось ее придумывать и создавать.</div>
|
||||
<br>
|
||||
<div>Обновите свои персональные <a href="/pages/preferences.php">предпочтения</a> для более комфортной работы в '.ITOP_APPLICATION.'.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>Congratulations, you landed on '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>This version features a brand new modern and accessible backoffice design.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
We hope you’ll enjoy this version as much as we enjoyed imagining and creating it.</div>
|
||||
<br>
|
||||
<div>Customize your '.ITOP_APPLICATION.' preferences for a personalized experience.</div>~~',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
// UI elements
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Message:320_01:Description' => '<div>恭喜, 您运行的是'.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>此版本全新设计了一个现代且易用的后台界面.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
我们衷心地希望您喜爱此版本,正如我们在设计和实现它的时候一样.</div>
|
||||
<br>
|
||||
<div>定制化您的'.ITOP_APPLICATION.'设置,实现个性化体验.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user