Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions app/src/main/res/values/non_translatable_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Infomaniak kDrive - Android
~ Copyright (C) 2026 Infomaniak Network SA
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program 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 General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="app_name" translatable="false">kDrive</string>
<string name="allCommonDocuments" translatable="false">Common Documents</string>

<string name="notification_channel_id_comment" translatable="false">comment_channel_id</string>
<string name="notification_channel_id_general" translatable="false">general_channel_id</string>
<string name="notification_channel_id_shared" translatable="false">shared_channel_id</string>
<string name="notification_channel_id_upload_download" translatable="false">upload_download_channel_id</string>
<string name="notification_channel_id_upload_service" translatable="false">sync_service_channel_id</string>

<string name="fileDetailsInfoFolderContentTemplate" translatable="false">%1s &amp; %2s</string>
</resources>
13 changes: 1 addition & 12 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Infomaniak kDrive - Android
~ Copyright (C) 2022-2024 Infomaniak Network SA
~ Copyright (C) 2022-2026 Infomaniak Network SA
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
Expand All @@ -16,17 +16,6 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="app_name" translatable="false">kDrive</string>
<string name="allCommonDocuments" translatable="false">Common Documents</string>

<string name="notification_channel_id_comment" translatable="false">comment_channel_id</string>
<string name="notification_channel_id_general" translatable="false">general_channel_id</string>
<string name="notification_channel_id_shared" translatable="false">shared_channel_id</string>
<string name="notification_channel_id_upload_download" translatable="false">upload_download_channel_id</string>
<string name="notification_channel_id_upload_service" translatable="false">sync_service_channel_id</string>

<string name="fileDetailsInfoFolderContentTemplate" translatable="false">%1s &amp; %2s</string>

<string name="aboutAppVersionTitle">kDrive application</string>
<string name="aboutLicenseDescription">GNU General Public Licence, version 3</string>
<string name="aboutLicenseTitle">Licence</string>
Expand Down