Repository: syncope Updated Branches: refs/heads/2_0_X 0cf558895 -> e7daf95ac
fix for toggle panel bundle names Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/bdccedf5 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/bdccedf5 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/bdccedf5 Branch: refs/heads/2_0_X Commit: bdccedf518162fbc458aa666554f91986af44c3e Parents: 0cf5588 Author: fmartelli <[email protected]> Authored: Sat Nov 25 11:40:25 2017 +0100 Committer: fmartelli <[email protected]> Committed: Sat Nov 25 11:40:25 2017 +0100 ---------------------------------------------------------------------- .../console/panels/TogglePanel_it.properties | 1 + .../console/panels/TogglePanel_pt_BR.properties | 19 +++++++++++++++++++ .../console/panels/TogglePanel_ru.properties | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/bdccedf5/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_it.properties index 079a959..520ad10 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_it.properties +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_it.properties @@ -16,3 +16,4 @@ # under the License. copy_to_clipboard.feedback=Chiave copiata negli appunti! copy_to_clipboard.title=Clicca per copiare la chiave negli appunti + http://git-wip-us.apache.org/repos/asf/syncope/blob/bdccedf5/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_pt_BR.properties new file mode 100644 index 0000000..2f6931a --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_pt_BR.properties @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +copy_to_clipboard.feedback=Chave copiada para a \u00e1rea de transfer\u00eancia! +copy_to_clipboard.title=Clique para copiar a tecla para a \u00e1rea de transfer\u00eancia + http://git-wip-us.apache.org/repos/asf/syncope/blob/bdccedf5/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_ru.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_ru.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_ru.properties new file mode 100644 index 0000000..ea33ddd --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/TogglePanel_ru.properties @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +copy_to_clipboard.feedback=\u041a\u043b\u044e\u0447 \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430! +copy_to_clipboard.title=\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u044e\u0447 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430 +
