Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Added Italian translations for core.notification
Browse files Browse the repository at this point in the history
  • Loading branch information
leobouilloux committed Feb 14, 2017
1 parent dadfd3b commit 77f0aa4
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
49 changes: 49 additions & 0 deletions core/src/plugins/core.notifications/templates/block/it.php
@@ -0,0 +1,49 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* 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 <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com>.
*/

$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 <a href='AJXP_LINK'>AJXP_NODE_LABEL</a>",
);
41 changes: 41 additions & 0 deletions core/src/plugins/core.notifications/templates/group/it.php
@@ -0,0 +1,41 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* 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 <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com>.
*/

$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",
);
28 changes: 28 additions & 0 deletions core/src/plugins/core.notifications/templates/location/it.php
@@ -0,0 +1,28 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* 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 <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com>.
*/
$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')",
);
47 changes: 47 additions & 0 deletions core/src/plugins/core.notifications/templates/long/it.php
@@ -0,0 +1,47 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* 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 <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com>.
*/
$mess=array(
"file.add" => "All'interno di AJXP_REPOSITORY_LABEL, il file AJXP_NODE_LABEL &egrave; stato creato in AJXP_PARENT_PATH AJXP_DATE da AJXP_USER.",
"file.delete" => "Il file AJXP_NODE_LABEL &egrave; stato cancellato da AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.",
"file.change" => "Il file AJXP_NODE_LABEL &egrave; stato modificato AJXP_DATE, da AJXP_USER.",
"file.rename" => "Il file AJXP_SOURCE_LABEL &egrave; stato rinominato in AJXP_NODE_LABEL AJXP_DATE, da AJXP_USER.",
"file.view" => "Il file AJXP_NODE_LABEL &egrave; stato consultato AJXP_USER AJXP_DATE, da AJXP_USER.",
"file.copy" => "Il file AJXP_NODE_LABEL &egrave; stato copiato da AJXP_SOURCE_FOLDER in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.",
"file.copy_to" => "Il file AJXP_NODE_LABEL &egrave; stato copiato in AJXP_TARGET_FOLDER AJXP_DATE, da AJXP_USER.",
"file.copy_from" => "Il file AJXP_NODE_LABEL &egrave; stato copiato da AJXP_SOURCE_FOLDER AJXP_DATE, da AJXP_USER.",
"file.move" => "Il file AJXP_NODE_LABEL &egrave; stato spostato da AJXP_SOURCE_FOLDER in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.",
"file.move_to" => "Il file AJXP_NODE_LABEL &egrave; stato spostato in AJXP_TARGET_FOLDER AJXP_DATE, da AJXP_USER.",
"file.move_from" => "Il file AJXP_NODE_LABEL &egrave; stato spostato da AJXP_SOURCE_FOLDER AJXP_DATE, da AJXP_USER.",
"folder.add" => "La cartella AJXP_NODE_LABEL &egrave; stata creata in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.",
"folder.delete" => "La cartella AJXP_NODE_LABEL &egrave; stata cancellata da AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.",
"folder.rename" => "La cartella AJXP_SOURCE_LABEL &egrave; 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 &egrave; stato modificato AJXP_DATE da AJXP_USER.",
"folder.view" => "La cartella AJXP_NODE_LABEL &egrave; stata aperta da AJXP_USER AJXP_DATE, da AJXP_USER",
"folder.copy" => "La cartella AJXP_NODE_LABEL &egrave; stata copiata da AJXP_SOURCE_FOLDER in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.",
"folder.copy_to" => "La cartella AJXP_NODE_LABEL &egrave; stata copiata in AJXP_TARGET_FOLDER AJXP_DATE, da AJXP_USER.",
"folder.copy_from" => "La cartella AJXP_NODE_LABEL &egrave; stata copiata da AJXP_SOURCE_FOLDER AJXP_DATE, da AJXP_USER.",
"folder.move" => "La cartella AJXP_NODE_LABEL &egrave; stata spostata da AJXP_SOURCE_FOLDER in AJXP_PARENT_PATH AJXP_DATE, da AJXP_USER.",
"folder.move_to" => "La cartella AJXP_NODE_LABEL &egrave; stata spostata in AJXP_TARGET_FOLDER AJXP_DATE, da AJXP_USER.",
"folder.move_from" => "La cartella AJXP_NODE_LABEL &egrave; 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 <a href='AJXP_LINK'>AJXP_NODE_LABEL</a>",
);
42 changes: 42 additions & 0 deletions core/src/plugins/core.notifications/templates/short/it.php
@@ -0,0 +1,42 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* 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 <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com>.
*/
$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 &egrave; 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",
);

0 comments on commit 77f0aa4

Please sign in to comment.