Skip to content

Commit

Permalink
Added Catalan language support.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidllorca authored and gejiaheng committed Jun 16, 2017
1 parent f4b39f1 commit 0c5c404
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
35 changes: 35 additions & 0 deletions matisse/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2017 Zhihu Inc.
Licensed 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.
-->
<resources>
<string name="album_name_all">Tots</string>

<string name="button_preview">Previsualitza</string>
<string name="button_apply_default">Selecciona</string>
<string name="button_apply">Selecciona(%1$d)</string>
<string name="button_back">Enrere</string>
<string name="photo_grid_capture">Càmera</string>
<string name="empty_text">Cap arxiu seleccionat</string>
<string name="button_ok">OK</string>

<string name="error_over_count_default">Has sobrepassat el màxim d'arxius seleccionables</string>
<string name="error_over_count">Només pots seleccionar fins a %1$d arxius multimedia</string>
<string name="error_under_quality">Baixa qualitat</string>
<string name="error_over_quality">Excés qualitat</string>
<string name="error_file_type">Tipus d'arxiu no permés</string>
<string name="error_type_conflict">No es poden seleccionar imatges i vídeos al mateix temps</string>
<string name="error_no_video_activity">No s'ha trobat cap app que suporti la previsualització de vídeo</string>
</resources>
21 changes: 21 additions & 0 deletions sample/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2017 Zhihu Inc.
Licensed 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.
-->
<resources>
<string name="app_name">Matisse</string>
<string name="permission_request_denied">Permís rebutjat</string>
<string name="error_gif">x or y ha de ser almenys %1$dpx i el tamany de l'arxiu no ha de ser major que %2$sM</string>
</resources>

0 comments on commit 0c5c404

Please sign in to comment.