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

Commit

Permalink
i18n on core.ocs and access.inbox
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 10, 2016
1 parent 83ab7ed commit 3c459e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions core/src/plugins/access.inbox/manifest.xml
Expand Up @@ -16,7 +16,7 @@

<actions>
<action name="inbox_accept_invitation">
<gui src="" text="core.ocs.1" title="core.ocs.1" iconClass="icon-ok-sign">
<gui src="" text="547" title="547" iconClass="icon-ok-sign">
<context dir="true" recycle="false" selection="true" actionBar="true" actionBarGroup="change_main,inline,info_panel_share"/>
<selectionContext dir="true" file="true" behaviour="hidden" recycle="false" unique="true" allowedMimes="invitation"/>
</gui>
Expand All @@ -30,7 +30,7 @@
</processing>
</action>
<action name="inbox_reject_invitation">
<gui src="56" text="core.ocs.2" title="core.ocs.2" iconClass="icon-remove-sign">
<gui src="56" text="548" title="548" iconClass="icon-remove-sign">
<context dir="true" recycle="false" selection="true" actionBar="true" actionBarGroup="change_main,inline,info_panel_share"/>
<selectionContext dir="true" file="true" behaviour="hidden" recycle="false" unique="true" allowedMimes="invitation"/>
</gui>
Expand All @@ -44,7 +44,7 @@
</processing>
</action>
<action name="inbox_reject_remote_share">
<gui src="55" text="core.ocs.2" title="core.ocs.2" iconClass="icon-remove-sign">
<gui src="55" text="548" title="548" iconClass="icon-remove-sign">
<context dir="true" recycle="false" selection="true" actionBar="true" actionBarGroup="change_main,inline,info_panel_share"/>
<selectionContext dir="true" file="true" behaviour="hidden" recycle="false" unique="true" evalMetadata="metadata.get('remote_share_accepted')"/>
</gui>
Expand Down
7 changes: 7 additions & 0 deletions core/src/plugins/core.ocs/i18n/conf/en.php
@@ -0,0 +1,7 @@
<?php
$mess = array(
"Open Cloud API" => "Open Cloud Specification",
"Open Cloud API Implementation" => "Open Cloud API Implementation",
"Enable Federated Sharing" => "Enable Federated Sharing",
"Allow users to send / receive shares from other Pydio instances or from other Federated-Sharing-compatible systems" => "Allow users to send / receive shares from other Pydio instances or from other Federated-Sharing-compatible systems"
);
4 changes: 2 additions & 2 deletions core/src/plugins/core.ocs/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxp_plugin label="CONF_MESSAGE[Open Cloud Specification]" description="CONF_MESSAGE[Implement Open Cloud Specification]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<ajxp_plugin label="CONF_MESSAGE[Open Cloud API]" description="CONF_MESSAGE[Open Cloud API Implementation]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<class_definition classname="Pydio\OCS\OCSPlugin" filename="plugins/core.ocs/OCSPlugin.php"/>
<client_settings>
Expand All @@ -9,7 +9,7 @@
</client_settings>
<server_settings>
<global_param name="ENABLE_FEDERATED_SHARING" type="boolean" label="CONF_MESSAGE[Enable Federated Sharing]"
description="CONF_MESSAGE[Enable Federated Sharing]" default="true" mandatory="true" expose="true"/>
description="CONF_MESSAGE[Allow users to send / receive shares from other Pydio instances or from other Federated-Sharing-compatible systems]" default="true" mandatory="true" expose="true"/>
</server_settings>
<registry_contributions>
<actions>
Expand Down

0 comments on commit 3c459e9

Please sign in to comment.