diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..496ee2ca6a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/core/src/plugins/core.notifications/templates/block/it.php b/core/src/plugins/core.notifications/templates/block/it.php new file mode 100755 index 0000000000..2bb5b2ac6c --- /dev/null +++ b/core/src/plugins/core.notifications/templates/block/it.php @@ -0,0 +1,49 @@ + + * This file is part of Pydio. + * + * Pydio 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. + * + * Pydio 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 + * along with Pydio. If not, see . + * + * The latest code can be found at . + */ + +$mess=array( + "user_link" => "da", + "file.add" => "creato", + "file.delete" => "cancellato", + "file.change" => "modificato", + "file.rename" => "rinominato in AJXP_NODE_LABEL", + "file.view" => "consultato", + "file.copy" => "copiato in AJXP_PARENT_PATH", + "file.copy_to" => "copiato in AJXP_TARGET_FOLDER", + "file.copy_from" => "copiato da AJXP_SOURCE_FOLDER", + "file.move" => "spostato in AJXP_PARENT_PATH", + "file.move_to" => "spostato in AJXP_TARGET_FOLDER", + "file.move_from" => "spostato da AJXP_SOURCE_FOLDER", + "folder.add" => "creata", + "folder.delete" => "cancellata", + "folder.rename" => "rinominata in AJXP_NODE_LABEL", + "folder.change" => "contenuto modificato", + "folder.view" => "aperta", + "folder.copy" => "copiata da AJXP_SOURCE_FOLDER", + "folder.copy_to" => "copiata in AJXP_TARGET_FOLDER", + "folder.copy_from" => "copiata da AJXP_SOURCE_FOLDER", + "folder.move" => "spostata da AJXP_SOURCE_FOLDER", + "folder.move_to" => "spostata in AJXP_TARGET_FOLDER", + "folder.move_from" => "spostata da AJXP_SOURCE_FOLDER", + "file.share" => "L'utente AJXP_USER ha condiviso AJXP_NODE_LABEL con te", + "folder.share" => "L'utente AJXP_USER ha condiviso AJXP_NODE_LABEL con te", + "ajxp_link" => "Clicca qui per accedere direttamente a AJXP_NODE_LABEL", +); diff --git a/core/src/plugins/core.notifications/templates/group/it.php b/core/src/plugins/core.notifications/templates/group/it.php new file mode 100755 index 0000000000..3910434086 --- /dev/null +++ b/core/src/plugins/core.notifications/templates/group/it.php @@ -0,0 +1,41 @@ + + * This file is part of Pydio. + * + * Pydio 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. + * + * Pydio 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 + * along with Pydio. If not, see . + * + * The latest code can be found at . + */ + +$mess=array( + "file.add" => "File AJXP_NODE_LABEL aggiunto a AJXP_PARENT_PATH", + "file.delete" => "File AJXP_NODE_LABEL cancellato da AJXP_PARENT_PATH", + "file.change" => "File AJXP_NODE_LABEL modificato da AJXP_USER", + "file.view" => "File AJXP_NODE_LABEL consultato da AJXP_USER", + "file.copy_to" => "AJXP_NODE_LABEL copiato in AJXP_TARGET_FOLDER", + "file.copy_from" => "AJXP_NODE_LABEL copiato da AJXP_SOURCE_FOLDER", + "file.move_to" => "AJXP_NODE_LABEL spostato in AJXP_TARGET_FOLDER", + "file.move_from" => "AJXP_NODE_LABEL spostato da AJXP_SOURCE_FOLDER", + "folder.add" => "Cartella AJXP_NODE_LABEL creata", + "folder.delete" => "Cartella AJXP_NODE_LABEL cancellata", + "folder.change" => "Il contenuto di AJXP_NODE_LABEL e' cambiato", + "folder.view" => "La cartella AJXP_NODE_LABEL e' stata aperta", + "folder.copy_to" => "Cartella AJXP_NODE_LABEL copiata in AJXP_TARGET_FOLDER", + "folder.copy_from" => "Cartella AJXP_NODE_LABEL copiata da AJXP_SOURCE_FOLDER", + "folder.move_to" => "Cartella AJXP_NODE_LABEL spostata in AJXP_TARGET_FOLDER", + "folder.move_from" => "Cartella AJXP_NODE_LABEL spostata da AJXP_SOURCE_FOLDER", + "file.share" => "L'utente AJXP_USER ha condiviso AJXP_NODE_LABEL con te", + "folder.share" => "L'utente AJXP_USER ha condiviso AJXP_NODE_LABEL con te", +); \ No newline at end of file diff --git a/core/src/plugins/core.notifications/templates/location/it.php b/core/src/plugins/core.notifications/templates/location/it.php new file mode 100644 index 0000000000..bc03a30429 --- /dev/null +++ b/core/src/plugins/core.notifications/templates/location/it.php @@ -0,0 +1,28 @@ + + * This file is part of Pydio. + * + * Pydio 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. + * + * Pydio 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 + * along with Pydio. If not, see . + * + * The latest code can be found at . + */ +$mess=array( + "workspace.normal" => "Workspace AJXP_REPOSITORY_LABEL", + "workspace.shared.folder" => "Cartella condivisa AJXP_REPOSITORY_LABEL", + "workspace.shared.file" => "File condiviso AJXP_REPOSITORY_LABEL", + "minisite.file" => "File pubblico AJXP_REPOSITORY_LABEL", + "minisite.folder" => "Cartella pubblica AJXP_REPOSITORY_LABEL", + "public_user" => "un utente pubblico (connesso da ip: '%s')", +); \ No newline at end of file diff --git a/core/src/plugins/core.notifications/templates/long/it.php b/core/src/plugins/core.notifications/templates/long/it.php new file mode 100755 index 0000000000..c6a80b2946 --- /dev/null +++ b/core/src/plugins/core.notifications/templates/long/it.php @@ -0,0 +1,47 @@ + + * This file is part of Pydio. + * + * Pydio 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. + * + * Pydio 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 + * along with Pydio. If not, see . + * + * The latest code can be found at . + */ +$mess=array( + "file.add" => "All'interno di AJXP_REPOSITORY_LABEL, il file AJXP_NODE_LABEL è stato creato in AJXP_PARENT_PATH AJXP_DATE da AJXP_USER.", + "file.delete" => "Il file AJXP_NODE_LABEL è stato cancellato da AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.", + "file.change" => "Il file AJXP_NODE_LABEL è stato modificato AJXP_DATE, da AJXP_USER.", + "file.rename" => "Il file AJXP_SOURCE_LABEL è stato rinominato in AJXP_NODE_LABEL AJXP_DATE, da AJXP_USER.", + "file.view" => "Il file AJXP_NODE_LABEL è stato consultato AJXP_USER AJXP_DATE, da AJXP_USER.", + "file.copy" => "Il file AJXP_NODE_LABEL è stato copiato da AJXP_SOURCE_FOLDER in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.", + "file.copy_to" => "Il file AJXP_NODE_LABEL è stato copiato in AJXP_TARGET_FOLDER AJXP_DATE, da AJXP_USER.", + "file.copy_from" => "Il file AJXP_NODE_LABEL è stato copiato da AJXP_SOURCE_FOLDER AJXP_DATE, da AJXP_USER.", + "file.move" => "Il file AJXP_NODE_LABEL è stato spostato da AJXP_SOURCE_FOLDER in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.", + "file.move_to" => "Il file AJXP_NODE_LABEL è stato spostato in AJXP_TARGET_FOLDER AJXP_DATE, da AJXP_USER.", + "file.move_from" => "Il file AJXP_NODE_LABEL è stato spostato da AJXP_SOURCE_FOLDER AJXP_DATE, da AJXP_USER.", + "folder.add" => "La cartella AJXP_NODE_LABEL è stata creata in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.", + "folder.delete" => "La cartella AJXP_NODE_LABEL è stata cancellata da AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.", + "folder.rename" => "La cartella AJXP_SOURCE_LABEL è stata rinominata in AJXP_NODE_LABEL AJXP_DATE, da AJXP_USER.", + "folder.change" => "All'interno di AJXP_REPOSITORY_LABEL, il contenuto della cartella AJXP_NODE_LABEL è stato modificato AJXP_DATE da AJXP_USER.", + "folder.view" => "La cartella AJXP_NODE_LABEL è stata aperta da AJXP_USER AJXP_DATE, da AJXP_USER", + "folder.copy" => "La cartella AJXP_NODE_LABEL è stata copiata da AJXP_SOURCE_FOLDER in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.", + "folder.copy_to" => "La cartella AJXP_NODE_LABEL è stata copiata in AJXP_TARGET_FOLDER AJXP_DATE, da AJXP_USER.", + "folder.copy_from" => "La cartella AJXP_NODE_LABEL è stata copiata da AJXP_SOURCE_FOLDER AJXP_DATE, da AJXP_USER.", + "folder.move" => "La cartella AJXP_NODE_LABEL è stata spostata da AJXP_SOURCE_FOLDER in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.", + "folder.move_to" => "La cartella AJXP_NODE_LABEL è stata spostata in AJXP_TARGET_FOLDER AJXP_DATE, da AJXP_USER.", + "folder.move_from" => "La cartella AJXP_NODE_LABEL è stata spostata da AJXP_SOURCE_FOLDER AJXP_DATE, da AJXP_USER.", + "file.share" => "L'utente AJXP_USER ha condiviso il file AJXP_NODE_LABEL con te", + "folder.share" => "L'utente AJXP_USER ha condiviso la cartella AJXP_NODE_LABEL con te", + "ajxp_link" => "Clicca qui per accedere direttamente a AJXP_NODE_LABEL", +); \ No newline at end of file diff --git a/core/src/plugins/core.notifications/templates/short/it.php b/core/src/plugins/core.notifications/templates/short/it.php new file mode 100755 index 0000000000..41cef12a9d --- /dev/null +++ b/core/src/plugins/core.notifications/templates/short/it.php @@ -0,0 +1,42 @@ + +* This file is part of Pydio. +* +* Pydio 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. +* +* Pydio 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 +* along with Pydio. If not, see . +* +* The latest code can be found at . +*/ +$mess=array( + "file.add" => "File AJXP_NODE_LABEL creato in AJXP_PARENT_PATH", + "file.delete" => "File AJXP_NODE_LABEL cancellato da AJXP_PARENT_PATH", + "file.change" => "File AJXP_NODE_LABEL modificato da AJXP_USER", + "file.view" => "File AJXP_NODE_LABEL consultato da AJXP_USER", + "file.copy_to" => "AJXP_NODE_LABEL copiato in AJXP_TARGET_FOLDER", + "file.copy_from" => "AJXP_NODE_LABEL copiato da AJXP_SOURCE_FOLDER", + "file.move_to" => "AJXP_NODE_LABEL spostato in AJXP_TARGET_FOLDER", + "file.move_from" => "AJXP_NODE_LABEL spostato da AJXP_SOURCE_FOLDER", + "folder.add" => "Cartella AJXP_NODE_LABEL creata in AJXP_PARENT_PATH", + "folder.delete" => "Cartella AJXP_NODE_LABEL cancellata da AJXP_PARENT_PATH", + "folder.change" => "Contenuto della cartella AJXP_NODE_LABEL aggiornato da AJXP_USER", + "folder.view" => "Cartella AJXP_NODE_LABEL aperta da AJXP_USER", + "folder.copy_to" => "Cartella AJXP_NODE_LABEL copiata in AJXP_TARGET_FOLDER", + "folder.copy_from" => "Cartella AJXP_NODE_LABEL copiata da AJXP_SOURCE_FOLDER", + "folder.move_to" => "Cartella AJXP_NODE_LABEL spostata in AJXP_TARGET_FOLDER", + "folder.move_from" => "Cartella AJXP_NODE_LABEL spostata da AJXP_SOURCE_FOLDER", + "file.rename" => "AJXP_SOURCE_LABEL rinominata in AJXP_NODE_LABEL", + "folder.rename" => "AJXP_SOURCE_LABEL è stato rinominato in AJXP_NODE_LABEL", + "share.file" => "L'utente AJXP_USER ha condiviso il file AJXP_NODE_LABEL con te", + "share.folder" => "L'utente AJXP_USER ha condiviso la cartella AJXP_NODE_LABEL con te", +);