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

Commit

Permalink
Fix i18n conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 12, 2016
1 parent e6e962e commit 47fae93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/action.share/res/i18n/it.php
Expand Up @@ -242,8 +242,8 @@
"226" => "Non sei autorizzato per la creazione di link pubblici alle cartelle",
"227" => "Non sei autorizzato per la condivisione interna di file",
"228" => "Non sei autorizzato per la condivisione interna delle cartelle",
"229" => "Please save before sending an invitation",
"230" => "Insert a preview of the file by pasting this code inside an HTML page."
"229" => "Insert a preview of the file by pasting this code inside an HTML page.",
"230" => "Please save before sending an invitation",
"11" => "Expiration",
"49" => "create user",
// will be replaced by the filename to download
Expand Down
4 changes: 2 additions & 2 deletions core/src/plugins/action.share/res/i18n/pt.php
Expand Up @@ -244,6 +244,6 @@
"226" => "You are not allowed to create public links on folders",
"227" => "You are not allowed to share files internally",
"228" => "You are not allowed to share folders internally",
"229" => "Please save before sending an invitation",
"230" => "Insert a preview of the file by pasting this code inside an HTML page."
"229" => "Insert a preview of the file by pasting this code inside an HTML page.",
"230" => "Please save before sending an invitation",
);
4 changes: 2 additions & 2 deletions core/src/plugins/action.share/res/i18n/ru.php
Expand Up @@ -239,8 +239,8 @@
"226" => "You are not allowed to create public links on folders",
"227" => "You are not allowed to share files internally",
"228" => "You are not allowed to share folders internally",
"229" => "Please save before sending an invitation",
"230" => "Insert a preview of the file by pasting this code inside an HTML page.",
"229" => "Insert a preview of the file by pasting this code inside an HTML page.",
"230" => "Please save before sending an invitation",
"159" => "Owner",
"160" => "You are not allowed to delete this shared item",
"161" => "Deprecated Link",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/action.share/res/react/ShareInfoPanel.js
Expand Up @@ -173,7 +173,7 @@
inputValue={data.templateString}
inputClassName="share_info_panel_link"
getMessage={this.props.getMessage}
inputCopyMessage="229"
inputCopyMessage="230"
/>;
}

Expand Down

0 comments on commit 47fae93

Please sign in to comment.